* tramp.texi (Filename Syntax, Filename completion): Handle IPv6
[bpt/emacs.git] / src / ChangeLog
CommitLineData
8b7d0a16
JR
12009-01-03 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (x_query_colors, x_query_color): New functions.
4
5 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
6 (svg_load_image): Cast returned pointers from dynamically loaded
7 functions. Eliminate W32 specific code.
8
bfe11752
DN
92009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10
89e2438a
DN
11 * nsfns.m (x_set_foreground_color, x_set_background_color)
12 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
13 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
14 x_ prefix instead of ns_. Update references.
15 (syms_of_nsfns): Add a FIXME comment.
16
17 * nsterm.m (x_set_cursor_type): New prototype.
18 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
19
bfe11752
DN
20 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
21 for Solaris instead of incorrectly providing Qutime and Qcutime.
22
031da700
EZ
232009-01-02 Eli Zaretskii <eliz@gnu.org>
24
25 * w32.c (process_times): Compute sum of utime and stime.
26 (system_process_attributes): Add Qtime to the alist.
27
28 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
29 and add them to the alist.
30
31 * process.c (top level) <Qtime, Qctime>: New variables.
32 (syms_of_process): staticpro them.
33 (Fsystem_process_attributes): Add their documentation to the doc
34 string.
35
36 * process.h: Declare Qtime and Qctime.
37
df23bf08
JR
382009-01-02 Jason Rumney <jasonr@gnu.org>
39
40 * image.c: (Qgobject): New symbol.
41 (syms_of_image): Initialize it.
42 (init_svg_functions): Load some functions from gobject library.
43
5bbdf7aa
DN
442009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
45
46 * frame.c (make_terminal_frame): Remove redundant code and useless
47 block.
48
63136da6
AS
492009-01-01 Andreas Schwab <schwab@suse.de>
50
51 * process.c (conv_sockaddr_to_lisp): Add workaround for
52 getsockname bug on BSD.
53
9ef69046
CY
542009-01-01 Chong Yidong <cyd@stupidchicken.com>
55
d6fafbe0
CY
56 * xfns.c (x_create_tip_frame): Set border width of the X window.
57
9ef69046
CY
58 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error
59 message.
60
f9c34147
JR
612009-01-01 Jason Rumney <jasonr@gnu.org>
62
63 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
64 Don't block input, as per earlier xterm.c changes.
65
f5497e45
AR
662008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
67
68 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
69 (ns_appkit_version_int): New function.
70 (x-server-version): Use ns_appkit_version_int and follow 21+
71 convention of returning 3 integers.
72
c19cab20
KH
732008-12-30 Kenichi Handa <handa@m17n.org>
74
75 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
76 (CHAR_SURROGATE_PAIR_P): New macro.
77
78 * font.h (struct font_driver): New member get_variation_glyphs.
79
80 * font.c (font_range): Don't require a font for a variation
81 selector.
82 (Ffont_variation_glyphs): New function.
83 (syms_of_font): Defsubr it.
84
85 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
86 ftfont_variation_glyphs.
87 (setup_otf_gstring): New function.
88 (ftfont_drive_otf): Use it.
89 (ftfont_shape_by_flt): Handle variation selector.
90 (ftfont_variation_glyphs): New function.
91
28cd591f
MR
922008-12-30 Martin Rudalics <rudalics@gmx.at>
93
94 * frame.c (Vemacs_iconified): Remove.
95
7f714baf
JR
962008-12-30 Jason Rumney <jasonr@gnu.org>
97
98 * frame.c (store_frame_param, x_get_arg): Enable newer code on
f9c34147 99 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 100
9d2d22ab
CY
1012008-12-30 Chong Yidong <cyd@stupidchicken.com>
102
103 * indent.c (Fvertical_motion): Don't advance iterator if we have
104 reseated to the desired position.
105
106 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
107 checking for pos match.
108
545312c2
KH
1092008-12-30 Kenichi Handa <handa@m17n.org>
110
1ede3eb6
KH
111 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
112 just get the low 8-bit of the code.
113
545312c2
KH
114 * font.c (font_intern_prop): Validate str as multibyte.
115
bd7bbf29
DN
1162008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
117
31e0750e
DN
118 * dispextern.h (struct face): Move lface and hash from the middle
119 of bitfields.
120
bd7bbf29
DN
121 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
122
b5672e7c
DN
1232008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
124
125 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
126 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
127 instead of intervals.h.
128
d704470f
AS
1292008-12-26 Andreas Schwab <schwab@suse.de>
130
131 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
132 cons.
133
54b33868
MR
1342008-12-26 Martin Rudalics <rudalics@gmx.at>
135
136 * textprop.c (Qminibuffer_prompt): New variable.
137 (syms_of_textprop): Initialize it.
138 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
139 in minibuffer-prompt face. (Bug#1662)
140
40b615d6
JR
1412008-12-25 Jason Rumney <jasonr@gnu.org>
142
143 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
144
baae5c2d
JR
1452008-12-24 Jason Rumney <jasonr@gnu.org>
146
147 * ralloc.c (r_alloc_reset_variable): New function.
148
149 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
85f967f9 150 record of what points where. (Bug#716)
baae5c2d 151
a9051c88
DN
1522008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
153
154 * minibuf.c (read_minibuf): Follow the non-interactive case when
155 running as a daemon, before detaching.
156
8b146312
AS
1572008-12-22 Andreas Schwab <schwab@suse.de>
158
159 * buffer.c (init_buffer): Use realloc instead of xrealloc.
160 * gtkutil.c (free_widget_value): Use xfree instead of free.
161
56f2de10
MR
1622008-12-22 Martin Rudalics <rudalics@gmx.at>
163
164 * frame.c (delete_frame): New function derived from
165 Fdelete_frame to handle Qnoelisp value for FORCE argument.
166 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
167 (Fdelete_frame): Call delete_frame. Remove line from doc-string
168 saying that FORCE non-nil doesn't run `delete-frame-functions'.
169 * frame.h: Extern delete_frame.
170 * window.c (window_loop):
171 * terminal.c (delete_terminal):
172 * xterm.c (x_connection_closed):
173 * xfns.c (Fx_hide_tip):
174 * w32fns.c (Fx_hide_tip): Call delete_frame instead of
175 Fdelete_frame.
176
1fc200d6
JR
1772008-12-21 Jason Rumney <jasonr@gnu.org>
178
179 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
180 when character maps to .notdef character.
181
5e252df2
SM
1822008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
185
99b72cc4
JR
1862008-12-20 Jason Rumney <jasonr@gnu.org>
187
188 * frame.c (Fmake_terminal_frame): Raise an error when called from
85f967f9 189 a graphical frame on Windows. (Bug#1325)
99b72cc4 190
acc49a52
JD
1912008-12-20 Jan Djärv <jan.h.d@swipnet.se>
192
193 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
194
6ea15123
CY
1952008-12-20 Chong Yidong <cyd@stupidchicken.com>
196
197 * minibuf.c (Fread_buffer): Doc fix.
198
b2dab6c8
JR
1992008-12-20 Jason Rumney <jasonr@gnu.org>
200
54ea0c87 201 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
85f967f9 202 server name in UNC paths. (Bug#719)
54ea0c87 203
b2dab6c8 204 * coding.c (decode_coding): Clear chars_at_source flag when using
85f967f9 205 charbuf. (Bug#1035)
b2dab6c8 206
6d1921be
DN
2072008-12-19 Daniel Engeler <engeler@gmail.com>
208
209 * sysdep.c (serial_configure): Fix typo.
210
53934c98
DN
2112008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
212
213 * sysdep.c: Include alloca.h.
f4f634e8
DN
214 (system_process_attributes): Add implementation for Solaris.
215
216 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 217
06e111a6
DN
2182008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
219
220 Reorganize implementation of Flist_system_processes and
221 Fsystem_process_attributes. No functional changes.
222 * process.c: Don't #include pwd.h, grp.h and limits.h.
223 (Flist_system_processes): Just call list_system_processes.
224 (Fsystem_process_attributes): Just call system_process_attributes.
225 (procfs_list_system_processes, time_from_jiffies)
226 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
227 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
228
229 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
230 (list_system_processes): Rename from
231 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
232 Provide a do nothing implementation.
233 (system_process_attributes): Rename from
234 procfs_list_system_processes.
235 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
236 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
237
238 * w32.c (list_system_processes): Rename from
239 w32_list_system_processes.
240 (system_process_attributes): Rename from
241 w32_system_process_attributes.
242
243 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
244
245 * process.h (w32_list_system_processes)
246 (w32_system_process_attributes): Remove.
247 (list_system_processes, system_process_attributes): New
248 prototypes.
249
6a705b23
KH
2502008-12-19 Kenichi Handa <handa@m17n.org>
251
252 * xfont.c (xfont_decode_coding_xlfd): New function.
253 (xfont_encode_coding_xlfd): New function.
254 (xfont_list_pattern): Decode XLFD by iso-8859-1.
255 (xfont_list): Decode and encode XLFD by iso-8859-1.
256 (xfont_match): Likewise.
257 (xfont_list_family): Likewise.
258 (xfont_open): Likewise.
259
260 * ftfont.c (ftfont_open): Genarate a multibyte string if given
261 names are utf-8.
262
263 * xftfont.c (xftfont_open): Genarate a multibyte string if given
264 names are utf-8.
265
5a130941
JD
2662008-12-18 Jan Djärv <jan.h.d@swipnet.se>
267
268 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
269 changed.
bfd20325
JD
270 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
271 clicked on a detached tool bar button.
5a130941 272
fd95644b
DN
2732008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
274
275 * emacs.c (main): Print and error and exit when no data is read
276 from the pipe.
277
e6eee6ae
JR
2782008-12-17 Jason Rumney <jasonr@gnu.org>
279
280 * w32font.c (w32font_has_char): Always return -1.
281
a35dd56b
KH
2822008-12-16 Kenichi Handa <handa@m17n.org>
283
284 * font.c (font_open_entity): Fix previous change.
285
0e3635c2
DN
2862008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
287
288 * process.c: Include <limits.h>.
289
d4835507 2902008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
291
292 * font.c (font_update_drivers): Fix mistake in reconstructing the
293 driver list.
294
2952008-12-16 Chong Yidong <cyd@stupidchicken.com>
296
297 * font.c (font_clear_cache): Fix format of font cache data.
298
e2cbc401
CY
2992008-12-15 Chong Yidong <cyd@stupidchicken.com>
300
301 * xftfont.c (xftfont_open): Free Xft font pattern if
302 XftFontOpenPattern fails.
303
304 * xterm.c (x_free_frame_resources): Remove extraneous call to
305 free_frame_faces.
306
b131d535
CY
3072008-12-13 Chong Yidong <cyd@stupidchicken.com>
308
309 * xterm.c (x_delete_display): Move xim_close_dpy call to
310 x_delete_terminal.
311 (x_delete_terminal): Call xim_close_dpy.
312
e6df5336
JR
3132008-12-13 Jason Rumney <jasonr@gnu.org>
314
315 * w32font.c (intern_font_name): New function.
316 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
317 (w32font_open_internal, Fx_select_font): Decode font name.
318 (fill_in_logfont, list_all_matching_fonts): Encode font name.
319
320 * w32font.h (intern_font_name): Declare new function.
321
322 * w32uniscribe.c (add_opentype_font_name_to_list):
323 Use intern_font_name.
324
20d68145
CY
3252008-12-13 Chong Yidong <cyd@stupidchicken.com>
326
9f2554de
CY
327 * frame.c (Fdelete_frame): Call free_font_driver_list.
328
3d9bec9a
CY
329 * font.c (free_font_driver_list): Implement missing function.
330
20d68145
CY
331 * w32term.c (w32_term_init): Don't initialize the image cache
332 here; it will be done in init_frame_faces.
333
334 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
335 (struct x_display_info): Remove unused member null_pixel. New
336 member xim_callback_data.
337
338 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
339 (xim_initialize): Save pointer to callback function data.
340 (xim_close_dpy): Free callback function data. Call XCloseIM,
341 reverting 2008-11-04 change by David Smith.
342 (x_term_init): Don't initialize the image cache here; it will be
343 done in init_frame_faces. Remove ancient "null_pixel" cruft.
344 (x_delete_display): Free x_dnd_atoms member.
345
96f9306b
KH
3462008-12-13 Kenichi Handa <handa@m17n.org>
347
348 * font.c (font_rescale_ratio): Moved from xfaces.c. Argument
349 type changed. Handle a font-spec too.
350 (font_score): Check Vface_font_rescale_alist.
351 (font_open_entity): Likewise.
352
353 * xfaces.c (font_rescale_ratio): Moved to font.c.
354
8d5b4964
CY
3552008-12-13 Chong Yidong <cyd@stupidchicken.com>
356
357 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
358
e6df5336
JR
3592008-12-12 Jason Rumney <jasonr@gnu.org>
360
361 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
362 Vwindow_system_version to the real w32 major version.
363
97c6058a
DN
3642008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
365
366 * term.c (init_tty): Move setting the terminal name before the
367 potential user: maybe_fatal.
368
ec4e88d7
CY
3692008-12-11 Chong Yidong <cyd@stupidchicken.com>
370
d4835507
JB
371 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
372 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 373
b4233ec9
JR
3742008-12-11 Jason Rumney <jasonr@gnu.org>
375
8ec71e23 376 * w32font.c (fill_in_logfont): Don't assume symbol script means
85f967f9 377 SYMBOL_CHARSET. (Bug#547)
8ec71e23 378
b4233ec9 379 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
e3021fe7 380 size for surrogates. (Bug#1096, bug#872)
b4233ec9 381
011a0143
JB
3822008-12-11 Juanma Barranquero <lekktu@gmail.com>
383
384 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
385
3c309f34
JB
3862008-12-11 Juanma Barranquero <lekktu@gmail.com>
387
388 * process.c (Fsystem_process_attributes, syms_of_process):
389 Fix typo in name of Ssystem_process_attributes.
390 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
391
fedc6ab5
JB
3922008-12-11 Juanma Barranquero <lekktu@gmail.com>
393
394 * syntax.c (Fmodify_syntax_entry): Doc fix.
395
ba3de0e8
JB
3962008-12-10 Juanma Barranquero <lekktu@gmail.com>
397
398 * font.c (Ffont_spec): Move usage to end of docstring.
399
174f1c74
JR
4002008-12-10 Jason Rumney <jasonr@gnu.org>
401
402 * w32font.c (Qcham): New symbol.
403 (font_supported_scripts): Add cham, and comments for other new
404 scripts in bitfield from OpenType spec.
9d32f818
JR
405 (add_font_entity_to_list): Limit unicode-sip fonts to those that
406 contain characters beyond the bmp.
174f1c74 407
7b649478
KH
4082008-12-10 Kenichi Handa <handa@m17n.org>
409
410 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 411 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
412 Qunicode_sip.
413
2133e2d1
JB
4142008-12-10 Juanma Barranquero <lekktu@gmail.com>
415
416 * coding.c (QCdefault_char): Rename from QCdefalut_char.
417 (Fcoding_system_put): Use QCdefault_char.
418 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
419
9af886ee
CY
4202008-12-09 Chong Yidong <cyd@stupidchicken.com>
421
74d819eb
CY
422 * xftfont.c (syms_of_xftfont): Fix typo.
423
4ccfa1c0 424 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 425
7c19d3ae
DN
4262008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
427
428 * emacs.c (main): Close daemon_pipe on exec.
429
567826bb
CY
4302008-12-08 Chong Yidong <cyd@stupidchicken.com>
431
432 * termchar.h (struct tty): New members termcap_term_buffer and
433 termcap_strings_buffer.
434
435 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 436 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
437 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
438 All callers changed.
439 (init_tty): Store termcap data and string buffers in new struct
440 tty members termcap_term_buffer and termcap_strings_buffer.
441 (delete_tty): Free them.
4ccfa1c0 442 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 443
aa96c42b
SZ
4442008-12-07 Seiji Zenitani <zenitani@mac.com>
445
446 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 447 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 448
b7e1d896
CY
4492008-12-06 Chong Yidong <cyd@stupidchicken.com>
450
451 * coding.c (make_conversion_work_buffer): Disable buffer
452 modification hooks in the work buffer.
453
b5ec91a5
EZ
4542008-12-05 Eli Zaretskii <eliz@gnu.org>
455
456 * process.c (procfs_system_process_attributes): If `nread' has a
457 negative value, assign zero to it.
458
a5d2a52b
CY
4592008-12-05 Chong Yidong <cyd@stupidchicken.com>
460
68c5540b 461 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 462
7bf1bb21
KH
4632008-12-05 Kenichi Handa <handa@m17n.org>
464
465 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
466 second character is a combining character.
467
2fdc7d00
EZ
4682008-12-05 Eli Zaretskii <eliz@gnu.org>
469
470 * process.c (procfs_system_process_attributes): Don't use cmd,
471 cmdsize, and q without initializing them first.
472
bf6bfba8
JR
4732008-12-04 Jason Rumney <jasonr@gnu.org>
474
475 * w32font.c (w32font_draw): Initialize orig_clip before getting
476 it, and delete it when finished.
477
a3b1a468
DN
4782008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
479
480 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
481 case when running as a daemon before detaching.
482
8b8be8eb
JB
4832008-12-03 Juanma Barranquero <lekktu@gmail.com>
484
805f2638 485 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 486
b1bde622
KH
4872008-12-03 Kenichi Handa <handa@m17n.org>
488
e500c47d
KH
489 * font.c (font_at): Set `multibyte' at first.
490
ca516334
KH
491 * coding.c (decode_coding_charset): Check type of an element of
492 vector VALIDS.
7bf1bb21 493 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 494
4ccfa1c0 495 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
496 (font_for_char): Likewise.
497
1e5ecd37
CY
4982008-12-03 Chong Yidong <cyd@stupidchicken.com>
499
d5b01609 500 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
501 (font_update_lface): Handle fonts with corrupted size specs,
502 i.e. non-int and non-float.
d5b01609 503
11e3a6e4 504 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 505 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 506 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 507
ab06788b
CY
508 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
509
1e5ecd37 510 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 511 underline_minimum_offset for underline position.
1e5ecd37 512
63c125ab
DN
5132008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
514
515 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
516
517 * character.c (c_string_width): Specify the type for LEN.
518
3a8406e1
KH
5192008-12-03 Kenichi Handa <handa@m17n.org>
520
4ccfa1c0 521 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 522 (decode_coding_utf_8): Likewise.
4ccfa1c0 523 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 524 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 525
651df7d9
CY
5262008-12-02 Chong Yidong <cyd@stupidchicken.com>
527
528 * keyboard.c (make_lispy_position): Only use PT if the selected
529 window is current.
530
1f625c6c
AS
5312008-12-02 Andreas Schwab <schwab@suse.de>
532
f7741ce9
AS
533 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
534
1f625c6c
AS
535 * doprnt.c (doprnt1): Fix size of charbuf.
536
92bc2678
CY
5372008-12-02 Chong Yidong <cyd@stupidchicken.com>
538
539 * keyboard.c (timer_check): Revert last change.
540
93b9e8cc
JB
5412008-12-02 Juanma Barranquero <lekktu@gmail.com>
542
543 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
544
fd7a37d5
JB
5452008-12-01 Juanma Barranquero <lekktu@gmail.com>
546
547 * makefile.w32-in: Update dependencies.
548 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
549
c115043b
AS
5502008-12-01 Andreas Schwab <schwab@suse.de>
551
552 * font.c (register_font_driver): Use xmalloc.
553 (font_put_frame_data): Likewise.
554
f5668d2a
CY
5552008-12-01 Chong Yidong <cyd@stupidchicken.com>
556
860d96be
CY
557 * xfaces.c (realize_x_face): Make abort condition clearer.
558
f5668d2a
CY
559 * gtkutil.c (update_frame_tool_bar): Initialize variable.
560
379c17e7
CY
5612008-11-30 Chong Yidong <cyd@stupidchicken.com>
562
563 * keyboard.c (timer_check): After a timer runs, ensure that the
564 selected window's buffer is current.
565
35f36d65
JB
5662008-11-30 Juanma Barranquero <lekktu@gmail.com>
567
f952c61c
JB
568 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
569 It was accidentally restored by the Unicode merge.
570
35f36d65
JB
571 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
572
b23077df
JB
5732008-11-29 Juanma Barranquero <lekktu@gmail.com>
574
575 * w32proc.c: Include "coding.h".
576 (Fw32_short_file_name): Encode filename passed to Windows API.
577 (Fw32_long_file_name): Encode filename passed to Windows API and
578 decode back the result. (Bug#1433)
579
b8ebe9dd
KH
5802008-11-29 Kenichi Handa <handa@m17n.org>
581
8cc53f96
KH
582 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
583 not before accessing it.
584
b8ebe9dd
KH
585 * charset.c (Fdefine_charset_internal): After calculating
586 min_char, max_char, and fastmap, copy the charset structure again.
587 (encode_char): Fix the previous change.
588
59bc82c0
SZ
5892008-11-28 Seiji Zenitani <zenitani@mac.com>
590
591 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
592
593 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
594
595 * nsterm.m (x_set_frame_alpha): New function.
596
32247e3d
EZ
5972008-11-27 Eli Zaretskii <eliz@gnu.org>
598
599 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
600
b003e5ff
JB
6012008-11-27 Juanma Barranquero <lekktu@gmail.com>
602
603 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
604 pointer to check_face_name.
605
708550f5
KH
6062008-11-27 Kenichi Handa <handa@m17n.org>
607
608 * category.h (SET_CATEGORY_SET): Call set_category_set.
609 (set_category_set): Extern it.
610
611 * category.c (hash_get_category_set): New function.
612 (Fmodify_category_entry): Adjusted for the change of
613 char_table_ref_and_range. Call hash_get_category_set to get a
614 category set to store in the table.
615
616 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
617 Funify_charset.
618
2ae37cf0 619 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
620 (DECODE_CHAR): Check if the decoder vector is ready.
621 (ENCODE_CHAR): Check if the encoder char-table is ready.
622 (maybe_unify_char): Extern it.
623
624 * charset.c (Vchar_unified_charset_table): Delete it.
625 (inhibit_load_charset_map): New variable.
626 (temp_charset_work): New variable.
627 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
628 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
629 New macros.
630 (load_charset_map): Meaning of control_flag changed. If
631 inhibit_load_charset_map is nonzero, setup a table in
632 temp_charset_work.
633 (load_charset): New argument control_flag.
634 (map_charset_for_dump): New function.
635 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
636 map_charset_for_dump.
637 (Fdefine_charset_internal): If the charset method is MAP, load
638 mapping tables by calling load_charset.
639 (Funify_charset): Don't load a mapping table but directly set
640 Vchar_unify_table.
641 (maybe_unify_char): New function.
642 (decode_char): Don't handle the deleted method MAP_DEFERRED.
643 Handle the case of inhibit_load_charset_map being nonzero.
644 (encode_char): Don't handle the deleted method MAP_DEFERRED.
645 Handle the case of inhibit_load_charset_map being nonzero.
646 (Fclear_charset_maps): Just free temp_charset_work.
647 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
648 variable.
649
650 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
651 change of char_table_ref_and_range.
652 (char_table_ref_and_range): Change the meaning of argument FROM
653 and TO. Now the caller must provide initial values for *FROM
654 and *TO.
655
656 * fontset.c (fontset_add): Adjusted for the change of
657 char_table_ref_and_range.
658 (fontset_get_font_group): Likewise.
659 (Ffontset_info): Likewise.
660
661 * keymap.c (describe_vector): Adjusted for the change of
662 char_table_ref_and_range. For char-table, put boundary between
663 non-ASCII and 8-bit characters.
664
665 * print.c (print_object): For bool-vector, delete unnecessary
666 check of ASCII_BYTE_P.
667
9196133b
JR
6682008-11-26 Jason Rumney <jasonr@gnu.org>
669
670 * w32font.c (w32font_open_internal): Don't include external
85f967f9 671 leading in font height. (Bug#879)
9196133b 672
9f688acf
GM
6732008-11-26 Glenn Morris <rgm@gnu.org>
674
675 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
676 redefinition with ifdef. (Bug#1383)
677
90d19aff
AR
6782008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
679
680 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
681
4ccfa1c0 6822008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
683
684 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
685 New EmacsView methods.
686 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
687 Fixes bug #1048,1357,1414.
688
6892008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
690
691 Fix bug #1362.
692 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
693 is not an indexed color.
694 * nsterm.m (free_indexed_color): Add argument checking.
695 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
696
e7d5ecb3
CY
6972008-11-24 Chong Yidong <cyd@stupidchicken.com>
698
699 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
700 Document confirm-after-completion value for
701 minibuffer-completion-confirm.
702
c285743c
JR
7032008-11-24 Jason Rumney <jasonr@gnu.org>
704
705 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
706 warning.
707
b0857706
JR
7082008-11-23 Jason Rumney <jasonr@gnu.org>
709
710 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
711 restored before returning.
712
713 * w32font.c (check_face_name): New function.
714 (add_font_entity_to_list): Use it to filter out common substituted
85f967f9 715 fonts. (Bug#642)
b0857706 716
ee50ff07
MR
7172008-11-22 Martin Rudalics <rudalics@gmx.at>
718
719 * buffer.c (Fswitch_to_buffer): Reword and mention new option
720 confirm-nonexistent-file-or-buffer in doc-string.
721
b8ff72fa
SM
7222008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
725 Fix copy/paste typo. Add checks.
726
cee53ed4
KH
7272008-11-21 Kenichi Handa <handa@m17n.org>
728
729 * coding.c (detect_coding_iso_2022): Reject invalid composition
730 sequence.
731 (DECODE_COMPOSITION_START): If the current source is the last
732 block, and the current composition doesn't end, regard this
733 sequence as invalid.
734 (decode_coding_iso_2022): Handle invalid composition sequence.
735
f6ef1e65
MR
7362008-11-20 Martin Rudalics <rudalics@gmx.at>
737
738 * window.c (coordinates_in_window): Don't return
739 ON_VERTICAL_BORDER for the rightmost position of a mode/header
740 line when the window is not the rightmost one. (Bug#1372)
741
e08b1705
MR
7422008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
743
744 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
745
ad98e89f
EZ
7462008-11-15 Eli Zaretskii <eliz@gnu.org>
747
748 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
749 and bright_bg if noninteractive is non-zero.
750
fb098a4b
CY
7512008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
752
753 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
754 x_draw_glyph_string_background.
755
756 * w32term.c (x_draw_glyph_string): Likewise.
757
ce952b6e
CY
7582008-11-15 Chong Yidong <cyd@stupidchicken.com>
759
760 * xterm.c (x_draw_glyph_string): Stop drawing the background of
761 the next glyph string once past the overhang width.
762
763 * nsterm.m (ns_draw_glyph_string): Likewise.
764
765 * w32term.c (x_draw_glyph_string): Likewise.
766
26ea7079
CY
7672008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
768
769 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
770 double file close.
771
1c33c906
MR
7722008-11-14 Martin Rudalics <rudalics@gmx.at>
773
774 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
775 dedicated status of window before attempting to display another
776 buffer in it.
777
8fc29035
JB
7782008-11-14 Juanma Barranquero <lekktu@gmail.com>
779
780 * msdos.c (Fmsdos_long_file_names):
781 (syms_of_msdos) <dos-unsupported-char-glyph>:
782 * dosfns.c (Fint86): Fix typos in docstrings.
783
55fb4286
EZ
7842008-11-14 Eli Zaretskii <eliz@gnu.org>
785
786 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
787
3fda0315
KY
7882008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
789
790 * puresize.h (BASE_PURESIZE): Increase to 1260000.
791
7e849c17
CY
7922008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
793
794 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
795
796 * frame.h: Negative alpha means "don't touch".
797
798 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
799
800 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
801
b9fd67bd
DN
8022008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
803
804 * hftctl.c:
805 * chpdef.h:
806 * acldef.h: Remove files used only for systems no longer supported.
807
808 * Makefile.in: Fix .o alphabetical ordering.
809 (hftctl.o): Remove dependency, file removed.
810 (keymap.o, print.o): Depend on charset.h.
811
d5998e03
KH
8122008-11-10 Kenichi Handa <handa@m17n.org>
813
2ae37cf0 814 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 815
be70e183
CY
8162008-11-08 Chong Yidong <cyd@stupidchicken.com>
817
818 * dired.c (file_name_completion): If completion_ignore_case is
819 enabled, ignore case when checking completion-regexp-list.
820
7cf94eac
EZ
8212008-11-08 Eli Zaretskii <eliz@gnu.org>
822
823 * vm-limit.c (get_lim_data): Fix last change.
824
ee107a89
KH
8252008-11-08 Kenichi Handa <handa@m17n.org>
826
827 * character.c (Fget_byte): New function.
828 (syms_of_character): Defsubr Fget_byte.
829
5fd15622
CY
8302008-11-07 Chong Yidong <cyd@stupidchicken.com>
831
832 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
833 cursor position is valid after scrolling.
834
13d62fad
JB
8352008-11-06 Juanma Barranquero <lekktu@gmail.com>
836
837 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
838
a1dd2936
GM
8392008-11-06 Glenn Morris <rgm@gnu.org>
840
841 * xterm.c (handle_one_xevent): Don't let popup menus cause
842 mouse-autoselect-window related window switching. (Bug#1261)
843
860cd236
CY
8442008-11-04 David Smith <davidsmith@acm.org> (tiny change)
845
846 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
847
653a3150
AS
8482008-11-04 Andreas Schwab <schwab@suse.de>
849
850 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
851
870f5cac
CY
8522008-11-03 Chong Yidong <cyd@stupidchicken.com>
853
854 * xfns.c (Fx_wm_set_size_hint): New function.
855
1e02f3cb
MR
8562008-11-03 Martin Rudalics <rudalics@gmx.at>
857
858 * textprop.c (Fprevious_single_char_property_change): Return 0
859 when there's no change in a string. (Bug#1301)
860
e630dfc6
MR
8612008-11-02 Martin Rudalics <rudalics@gmx.at>
862
863 * frame.c (do_switch_frame): New argument NORECORD passed to
864 Fselect_window.
865 (Fselect_frame): New argument NORECORD passed to
866 do_switch_frame.
867 (Fset_frame_selected_window): New argument NORECORD passed to
868 Fselect_frame.
869 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
870 in call of do_switch_frame.
871 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
872 Handle NORECORD argument in call of Fselect_frame.
873 * lisp.h (do_switch_frame, Fselect_frame)
874 (Fset_frame_selected_window): Adjust declarations.
875 * window.c (select_frame_norecord): New function.
876 (run_window_configuration_change_hook): Use it and call
877 Fselect_frame with NORECORD set.
878 (Fselect_window): Pass NORECORD to Fselect_frame.
879 (Fset_window_configuration): Handle NORECORD argument in call of
880 do_switch_frame.
881 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
882 Fset_frame_selected_window.
883 * keyboard.c (command_loop_1): Handle NORECORD in call of
884 Fselect_frame (currently ifdefd).
885
9020b223
GM
8862008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
887
888 * emacs.c (USAGE2): Untabify.
889
793ffee8
SM
8902008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * composite.c (fill_gstring_header): Fix copy/paste typo.
893
ab6d1131
MR
8942008-10-31 Martin Rudalics <rudalics@gmx.at>
895
896 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
897 (Fother_window): Rename argument and rewrite doc-string.
898 (select_window_norecord): Fix return value. (Bug#1276)
899
601a9cf1
JB
9002008-10-30 Juanma Barranquero <lekktu@gmail.com>
901
902 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
903 new frames overriding foreground for tooltips. Based on similar patch
904 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
905
813b0652
CY
9062008-10-29 Chong Yidong <cyd@stupidchicken.com>
907
908 * emacs.c (Fdaemon_initialized): Initialize nfd.
909
4414f58f
MR
9102008-10-29 Martin Rudalics <rudalics@gmx.at>
911
912 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
913 (Fwindow_text_height): Clarify doc-strings.
914 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
915 doc-string of window-scroll-functions.
916
ecdcaa09
RS
9172008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
918
919 * category.c (syms_of_category): Fix typo in docstring.
920
23fe745a
JB
9212008-10-28 Juanma Barranquero <lekktu@gmail.com>
922
923 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
924 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
925 Fix typos in docstrings.
926
ff808935
DN
9272008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
928
929 * emacs.c (daemon_pipe): Make non-static.
930 (IS_DAEMON): Move definition ...
931 * lisp.h (IS_DAEMON): ... here.
932 (daemon_pipe): Declare.
933 (is_daemon): Remove.
934 * dispnew.c (init_display): Use IS_DAEMON.
935
fc012771
SM
9362008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
939 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
940
941 * emacs.c (is_daemon): Remove.
942 (main): Don't set is_daemon.
943 (IS_DAEMON): New macro.
944 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 945 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
946 parent exits.
947 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
948
d8bdbe6f
CY
9492008-10-27 Chong Yidong <cyd@stupidchicken.com>
950
d1a072bf
CY
951 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
952 over-sized glyph, draw it with the default glyph width.
953
e2e325aa
CY
954 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
955 glyph, draw it with the default glyph width.
956
957 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
958 glyph, draw it with the default glyph width.
959
d8bdbe6f
CY
960 * xdisp.c (try_scrolling): When computing the distance from the
961 scroll margin to PT, try moving some distance past the window
962 bottom before giving up.
963
7bfac547
MR
9642008-10-27 Martin Rudalics <rudalics@gmx.at>
965
966 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
967 (Fset_window_buffer): Explain in doc-string that a window can be
968 "strongly" dedicated to its buffer.
969
4ff029f6
DN
9702008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
971
972 * emacs.c (daemon_name): New variable.
973 (main): Deal with --daemon=SERVER_NAME.
974 (Fdaemonp): Return a name if one was passed to --daemon.
975
5790ef40
DN
9762008-10-26 Romain Francoise <romain@orebokech.com>
977
f9bd0df9 978 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
979 (main): Create a pipe before forking, make the parent exit only after
980 the child has closed its end of the pipe. Move closing the
981 descriptors ...
982 (Fdaemon_initialized): ... here. New function.
983
f5385255
SM
9842008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
985
4d632321
SM
986 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
987 the previous unoptimized table.
988
f5385255
SM
989 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
990 the distinction between non-nil and non-t value of `dedicated'.
991
6c56a0f3
CY
9922008-10-25 Chong Yidong <cyd@stupidchicken.com>
993
994 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 995 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 996
fec89261
MR
9972008-10-25 Martin Rudalics <rudalics@gmx.at>
998
999 * window.c (Fget_buffer_window, Fdelete_windows_on)
1000 (Freplace_buffer_in_windows): Make buffer argument optional and
1001 rename to buffer_or_name.
1002
34fcddd0
CY
10032008-10-24 Chong Yidong <cyd@stupidchicken.com>
1004
f5385255
SM
1005 * xdisp.c (handle_single_display_spec, handle_display_prop):
1006 Undo 2005-05-16 change.
34fcddd0
CY
1007 (handle_stop): Pop iterator if it's loaded with an empty string.
1008 (get_overlay_strings_1): Don't save iterator if it's loaded with
1009 an empty string (bug#1201).
1010
064766f2
KH
10112008-10-24 Kenichi Handa <handa@m17n.org>
1012
1013 * ftfont.c (ftfont_otf_features): Fix previous change.
1014 (ftfont_otf_capability): Check FeatureList.FeatureCount before
1015 calling ftfont_otf_features.
1016
f9bd0df9 10172008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
1018
1019 * font.c (font_match_p): Fix for the case that a vector of
1020 characters is in script-representative-chars.
1021
1dae9197
MA
10222008-10-24 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 1025 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
1026 (xd_read_queued_messages): Catch Qdbus_error from the macros.
1027 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
1028 macro. (Bug#1186).
1029
f9bd0df9 10302008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
1031
1032 * s/sol2-10.h: New file.
1033
878a4584
JB
10342008-10-23 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * xdisp.c (fill_glyph_string): Fix typo in source (though the
1037 poor beast has survived 9+ years and the jump from xterm.c!).
1038
cd265ca6
MR
10392008-10-23 Martin Rudalics <rudalics@gmx.at>
1040
1041 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
1042 Reword doc-string.
f5385255 1043 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 1044
472a4dc9
JB
10452008-10-23 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * character.c (syms_of_character) <script-representative-chars>:
1048 <unicode-category-table>: Doc fixes.
1049
159bd5a2
NF
10502008-10-23 Noah Friedman <friedman@splode.com>
1051
1052 * coding.c (make_conversion_work_buffer): Check that
1053 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
1054 Fget_buffer_create.
1055
49f9c344
KH
10562008-10-23 Kenichi Handa <handa@m17n.org>
1057
1058 * font.c (font_add_log): Check the values of extra properties.
1059
12bb3111
MR
10602008-10-22 Martin Rudalics <rudalics@gmx.at>
1061
1062 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
1063 Reword doc-string.
1064 (Fset_window_parameter): Use NILP.
1065 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 1066 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 1067
bbeb4e99
JB
10682008-10-22 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
1071
10722008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
1073
1074 * nsfns.m (ns_appkit_version): New function.
1075 (x-server-version): Use it.
1076 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
1077 (x-server-vendor): Don't check_ns().
1078
1079 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
1080
a9b555d3
JB
10812008-10-22 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
1084 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
1085
4626499f
KH
10862008-10-22 Kenichi Handa <handa@m17n.org>
1087
e3681952
KH
1088 * syntax.c (scan_words): Call word_boundary_p instead of comparing
1089 scripts.
1090
4626499f
KH
1091 * category.c (word_boundary_p): Check scripts instead of charset.
1092 Handle nil value in word-separating-categories and
1093 word-combining-categories.
1094 (syms_of_category): Fix docstrings of word-separating-categories
1095 and word-combining-categories.
1096
1560f91a
EZ
10972008-10-21 Eli Zaretskii <eliz@gnu.org>
1098
1099 * coding.c (Fencode_coding_region, Fdecode_coding_region)
1100 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
1101
f4668441
MR
11022008-10-21 Martin Rudalics <rudalics@gmx.at>
1103
1104 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
1105 Rename arg "buffer" to "buffer_or_name".
1106 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
1107 it optional.
1108 (no_switch_window): Remove since the return value is not used.
a9b555d3 1109 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
1110 Consider window as dedicated when Fwindow_dedicated_p returns a
1111 non-nil value.
1112 * lisp.h: Remove prototype for no_switch_window.
1113
fd75ddb2
JD
11142008-10-21 Jan Djärv <jan.h.d@swipnet.se>
1115
1116 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 1117 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 1118
07295713
KH
11192008-10-21 Kenichi Handa <handa@m17n.org>
1120
1121 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
1122 check Vlatin_extra_code_table.
1123
712adc82
EZ
11242008-10-20 Eli Zaretskii <eliz@gnu.org>
1125
1126 * fileio.c (Fset_file_modes): Doc fix.
1127
f549eb0b
MA
11282008-10-19 Michael Albinus <michael.albinus@gmx.de>
1129
1130 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
1131 in arrays.
1132
aac0c6e3
MR
11332008-10-19 Martin Rudalics <rudalics@gmx.at>
1134
1135 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
1136 Mention kill-buffer in doc-string.
1137 (Fset_window_buffer): Reinsert tem check removed in last commit.
1138 (Fenlarge_window, Fshrink_window): Have argument names and
1139 doc-string follow Elisp manual more closely.
1140
11412008-10-18 Eli Zaretskii <eliz@gnu.org>
1142
1143 * fileio.c (Fset_file_modes): Doc fix.
1144
11452008-10-18 Martin Rudalics <rudalics@gmx.at>
1146
1147 * window.c (Fwindow_width, Fset_window_start)
1148 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
1149 (Fdelete_windows_on, Freplace_buffer_in_windows):
1150 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
1151 (Fwindow_dedicated_p): Make window argument optional.
1152 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
1153 (Fset_window_buffer): Respect any non-nil dedicated value for
1154 window. Rename "buffer" argument to "buffer_or_name".
1155
11562008-10-18 Ulrich Mueller <ulm@gentoo.org>
1157
1158 * m/sh3.h: New file, machine description for SuperH.
1159
11602008-10-17 Martin Rudalics <rudalics@gmx.at>
1161
1162 * window.c (Fsplit_window): Rename arg horflag to horizontal.
1163
11642008-10-17 Kenichi Handa <handa@m17n.org>
1165
1166 * ftfont.c (ftfont_otf_features): Fix indexing
1167 gsub_gpos->FeatureList.Feature. Check the validity of indices.
1168
11692008-10-16 Magnus Henoch <mange@freemail.hu>
1170
1171 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
1172 (Fdbus_call_method_asynchronously): Ditto.
1173 This change makes C-h f display the argument list.
1174
11752008-10-16 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * fileio.c (Fexpand_file_name): Doc fix.
1178
1179 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
1180 of :foreground and :background equivalent to unspecified (20.x
1181 compatibility).
1182
11832008-10-15 Eli Zaretskii <eliz@gnu.org>
1184
1185 * buffer.c (syms_of_buffer): Doc fix.
1186
11872008-10-14 Kenichi Handa <handa@m17n.org>
1188
1189 * font.c (font_clear_prop): When clearing font width, clear the
1190 average width field too.
1191
11922008-10-12 Andreas Schwab <schwab@suse.de>
1193
1194 * ftfont.c (ftfont_shape_by_flt): Make static.
1195 * ftfont.h (ftfont_shape_by_flt): Don't declare.
1196
1197 * font.c: Don't include <m17n-flt.h>.
1198
11992008-10-10 Eli Zaretskii <eliz@gnu.org>
1200
1201 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
1202
12032008-10-09 Eli Zaretskii <eliz@gnu.org>
1204
1205 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
1206 away code.
1207
12082008-10-09 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * dispnew.c (update_text_area): Avoid looping due to large glyph
1211 overhangs (bug#1070).
1212
12132008-10-09 Kenichi Handa <handa@m17n.org>
1214
1215 * fontset.c (face_for_char): If face->fontset is negative, just
1216 return ascii_face.
1217
f5385255
SM
1218 * font.c (font_delete_unmatched): Fix previous change.
1219 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
1220
12212008-10-09 Martin Rudalics <rudalics@gmx.at>
1222
1223 * frame.c (Fraise_frame): On text-only terminals select frame in
1224 order to make it visible. (Bug#1061)
1225
12262008-10-08 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * fontset.c (fontset_find_font): Check frame validity.
1229
12302008-10-07 Chong Yidong <cyd@stupidchicken.com>
1231
a9b555d3 1232 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
1233 (xg_display_close): Allow Emacs to close all displays (bug#985).
1234
12352008-10-06 Andreas Schwab <schwab@suse.de>
1236
f5385255 1237 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
1238
12392008-10-06 Chong Yidong <cyd@stupidchicken.com>
1240
f5385255 1241 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 1242
a9b555d3 1243 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
1244
1245 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
1246 during initialization.
1247
12482008-10-04 Eli Zaretskii <eliz@gnu.org>
1249
1250 * xdisp.c (redisplay_internal): If frame switched, redisplay the
1251 whole thing on MSDOS frames as well as on a TTY.
1252
1253 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
1254 well as for TTY.
1255 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
1256 well as on a TTY.
1257
1258 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
1259 as well as for TTY.
1260
1261 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
1262
1263 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
1264 MSDOS frames as well.
1265
12662008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1267
1268 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
1269 correct arguments.
1270 * menu.c (find_and_return_menu_selection) Add cast.
1271
12722008-10-03 Glenn Morris <rgm@gnu.org>
1273
1274 * emacs.c (USAGE1): Add --daemon.
1275
12762008-10-02 Eli Zaretskii <eliz@gnu.org>
1277
1278 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
1279 100, so it's in percents as advertised.
1280
12812008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1282
1283 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
1284 (ns_output.current_cursor, ns_output.desired_cursor)
1285 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
1286 (FRAME_NEW_CURSOR_COLOR): Remove.
1287
1288 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 1289 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
1290 enumeration (HOLLOW_BOX_CURSOR, etc.).
1291
1292 * nsterm.m (ns_frame_rehighlight): Remove commented code.
1293 (draw_window_cursor): Simplify code.
f5385255
SM
1294 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
1295 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 1296 updates manually.
a9b555d3
JB
1297 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
1298 Use core Emacs cursor types.
aac0c6e3 1299
b8ff72fa 1300 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
1301
13022008-10-02 Martin Rudalics <rudalics@gmx.at>
1303
1304 * process.c (Faccept_process_output): Fix doc-string.
1305
13062008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1307
1308 * gmalloc.c (__sbrk): Also define for uClibc.
1309
1310 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
1311 for uClibc.
1312
13132008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1314
1315 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
1316 styles.
1317 (nsfont_open): Reenable the cache.
1318
13192008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1320
1321 * font.c (font_matching_entity): Reflect ATTRS in font selection.
1322 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
1323
13242008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
1327 a suspended terminal.
1328
13292008-09-30 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
1332
13332008-09-30 Eli Zaretskii <eliz@gnu.org>
1334
1335 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
1336
13372008-09-30 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
1340 in a continued line coincides with a line beginning.
1341
13422008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1343
1344 * nsfont.m (nsfont_trait_distance): Fix bug.
1345 (nsfont_list): Return a list rather than a vector (syncs with Handa
1346 changes of 2008-05-14).
1347 (nsfont_open): Improve logging.
1348
13492008-09-29 Andreas Schwab <schwab@suse.de>
1350
1351 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
1352
13532008-09-28 Martin Rudalics <rudalics@gmx.at>
1354
1355 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
1356 name as char-resolve-modifiers.
1357 Reported by: Markus Triska <markus.triska@gmx.at>
1358
13592008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
1360
1361 * dispnew.c (init_display): Return earlier when running as a daemon.
1362
13632008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1364
1365 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
1366
13672008-09-27 Eli Zaretskii <eliz@gnu.org>
1368
1369 * composite.c (Fcomposition_get_gstring)
1370 (Fcompose_region_internal, Fcompose_string_internal)
1371 (Ffind_composition_internal): Doc fix.
1372 (syms_of_composite) <compose-chars-after-function>: Doc fix.
1373 (syms_of_composite) <auto-composition-function>: Doc fix.
1374 (syms_of_composite) <composition-function-table>: Doc fix.
1375
13762008-09-25 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * search.c (wordify): New argument for lax word-ends.
1379 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
1380
13812008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1382
1383 * lisp.h (is_daemon): Declare.
1384 * dispnew.c (init_display): Do not try to initialize the terminal
1385 when running as a daemon.
1386
13872008-09-22 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
1390 x_display_pixel_height.
1391
13922008-09-22 Martin Rudalics <rudalics@gmx.at>
1393
1394 * undo.c (record_point): Don't call Fundo_boundary for first
1395 change. (Bug#731)
1396
13972008-09-22 Juanma Barranquero <lekktu@gmail.com>
1398
1399 * emacs.c (Fdaemonp): Doc fix.
1400
14012008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1402
1403 * emacs.c (main): Place #ifdef in the proper place.
1404
14052008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1406
1407 * emacs.c (standard_args): Add --daemon.
1408 (main): Disconnect from the terminal when --daemon is passed.
1409 (is_daemon): New variable.
1410 (Fdaemonp): New function.
1411 (syms_of_emacs): Defsubr it.
1412
14132008-09-20 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * xdisp.c (get_next_display_element): Handle string display
1416 correctly when checking for the end of a box run.
1417
14182008-09-20 Glenn Morris <rgm@gnu.org>
1419
1420 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
1421 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
1422 (Frename_file): Avoid copying to trash if a rename involves
1423 a delete. (Bug#964).
1424
14252008-09-20 Eli Zaretskii <eliz@gnu.org>
1426
1427 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
1428 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
1429 frames as well as termcap frames.
1430 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
1431 get_named_tty.
1432
14332008-09-19 Eli Zaretskii <eliz@gnu.org>
1434
1435 * process.c (procfs_system_process_attributes): Fix cmdline in
1436 case /proc/PID/cmdline is empty.
1437
1438 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
1439 x_display_pixel_height.
1440
14412008-09-19 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
1444
1445 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
1446 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
1447
14482008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
1449
1450 * dispextern.h (struct it): Move line_wrap away from the middle of
1451 bitfields. Move voffset in struct iterator_stack_entry after the
1452 bitfields. Move tab_width near after another short.
1453
14542008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1455
1456 * frame.h (struct frame): Move alpha from the middle of bitfields.
1457
1458 * window.h (struct window): Move frozen_window_start_p after the
1459 rest of the bitfields to reduce padding.
1460
14612008-09-18 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * xterm.h (x_display_info): Remove `height' and `width' members.
1464
1465 * nsterm.h (ns_display_info): Remove `height' and `width' members.
1466
1467 * w32term.h (w32_display_info): Remove `height', `width',
1468 `height_in', and `width_in' members.
1469
b8ff72fa
SM
1470 * xterm.c (x_display_pixel_height, x_display_pixel_width):
1471 New functions.
aac0c6e3
MR
1472 (x_calc_absolute_position): Use them.
1473 (x_term_init): Omit removed `height' and `width' members.
1474
b8ff72fa
SM
1475 * w32term.c (x_display_pixel_height, x_display_pixel_width):
1476 New functions.
aac0c6e3
MR
1477 (w32_read_socket, x_calc_absolute_position): Use them.
1478 (w32_initialize_display_info, w32_term_init): Omit removed members
1479 of w32_display_info.
1480
b8ff72fa
SM
1481 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
1482 New functions.
1483 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 1484
b8ff72fa
SM
1485 * xterm.c (x_display_pixel_height, x_display_pixel_width):
1486 New functions.
aac0c6e3
MR
1487 (x_calc_absolute_position): Use them.
1488 (x_term_init): Omit removed `height' and `width' members.
1489
1490 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
1491 (compute_tip_xy):
1492 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
1493 * xmenu.c (menu_position_func): Use x_display_pixel_height and
1494 x_display_pixel_width.
1495
14962008-09-18 Kenichi Handa <handa@m17n.org>
1497
1498 * composite.c (fill_gstring_header): Don't check FROM and TO here.
1499 (composition_compute_stop_pos): Fix handling of static composition.
1500 (Fcomposition_get_gstring): Check FROM and TO at first.
1501
15022008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Oject
1505 mixup (YAILOM).
1506
15072008-09-17 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * indent.c (Fvertical_motion): Use position reported by iterator
1510 instead of PT for determining screen motion (bug#943).
1511
15122008-09-17 Romain Francoise <romain@orebokech.com>
1513
1514 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
1515
15162008-09-17 Kenichi Handa <handa@m17n.org>
1517
1518 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
1519
1520 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
1521 if necessary.
1522
15232008-09-16 Kenichi Handa <handa@m17n.org>
1524
1525 * coding.c (make_conversion_work_buffer): Avoid calling
1526 Fget_buffer_create if it is not necessary.
1527
15282008-09-15 Martin Rudalics <rudalics@gmx.at>
1529
1530 * window.c (Fselect_window): Don't update window_select_count and
1531 use_time when norecord is not nil.
1532
15332008-09-14 Kenichi Handa <handa@m17n.org>
1534
1535 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
1536 specpdl_ptr.
1537
15382008-09-12 Kenichi Handa <handa@m17n.org>
1539
1540 * indent.c (scan_for_column): Don't handle automatic composition
1541 if the current buffer is not associated with a window.
1542
1543 * composite.c (composition_reseat_it): If the current buffer is
1544 not associated with a window, ignore the automatic composition.
1545 (find_automatic_composition): Likewise.
1546
15472008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
1550 (Fgpm_mouse_stop): Use it.
1551 * termhooks.h (close_gpm): Declare.
1552 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
1553 connection if Gpm_GetEvent fails.
1554
1555 * window.c (set_window_buffer): Always preserve current-buffer.
1556
15572008-09-12 Glenn Morris <rgm@gnu.org>
1558
1559 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
1560
15612008-09-11 Glenn Morris <rgm@gnu.org>
1562
1563 * charset.c (charset-map-path): Doc fix.
1564
15652008-09-10 Kenichi Handa <handa@m17n.org>
1566
1567 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
1568
1569 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
1570 compose a grapheme cluster with the preceding base glyph.
1571
1572 * composite.c (composition_compute_stop_pos): Fix previous change.
1573 Reset cmp_it->id to -1 at first.
1574
15752008-09-10 Glenn Morris <rgm@gnu.org>
1576
1577 * Makefile.in (character.o, chartab.o): Fix config.h typo.
1578
15792008-09-09 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * keyboard.c (read_key_sequence): Reapply translation maps when
1582 switching keyboards.
1583
15842008-09-09 Kenichi Handa <handa@m17n.org>
1585
1586 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
1587 characters.
1588
1589 * composite.c (FORWARD_CHAR): Fix calculation
1590 of (POSITION).pos_byte.
1591 (composition_compute_stop_pos): Limit the search of composition to
1592 at most 500 characters ahead. If we reach the limit or find a
1593 newline, set cmp_it->ch to -2 and return 0.
1594 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
1595
15962008-09-08 Kenichi Handa <handa@m17n.org>
1597
1598 * indent.c (Fvertical_motion): Be sure to set
1599 it_overshoot_expected if it.cmp_it.id is non-negative.
1600
16012008-09-07 Andreas Schwab <schwab@suse.de>
1602
1603 * callproc.c (Fcall_process): Don't hold references to string data
1604 across garbage collection. Move initialisation of new_argv down
1605 to avoid compiler bug.
1606
16072008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1608
1609 * process.c (Fsystem_process_attributes): Doc fix.
1610
16112008-09-07 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * callproc.c (Fcall_process): Canonicalize current directory name.
1614
1615 * xdisp.c (move_it_to): When moving by vpos, ensure that the
1616 iterator advances to the next line if the current line ends in a
1617 continued tab.
1618
16192008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
1620
1621 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
1622 member to point to cmp_from.
1623
1624 * xdisp.c: Doc fix for references to gidx data member.
1625
16262008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
1629
16302008-09-07 Kenichi Handa <handa@m17n.org>
1631
1632 * composite.c (FORWARD_CHAR): Check STOP after
1633 incrementing (POSITION).pos.
1634
16352008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1636
1637 * process.c (Fsystem_process_attributes): Doc fix.
1638
16392008-09-06 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * keyboard.c (Ftop_level): Doc fix.
1642
16432008-09-06 Eli Zaretskii <eliz@gnu.org>
1644
1645 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
1646 minibuffer, don't let lower part of menu invade the echo area.
1647
1648 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
1649 "char *q" to access menu text and advance through it. Revert the
1650 change that displayed ">" instead of ASCII character 0x10.
1651
16522008-09-05 Eli Zaretskii <eliz@gnu.org>
1653
1654 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
1655 toggle boxes and radio buttons on MS-DOS as well.
1656
16572008-09-05 Kenichi Handa <handa@m17n.org>
1658
1659 * composite.c (autocmp_chars): Check lookback count.
1660 (composition_compute_stop_pos): Set cmp_it->lookback.
1661 (composition_reseat_it): Check lookback count.
1662 (struct position_record): New struct.
1663 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
1664 (find_automatic_composition): New function.
1665 (composition_adjust_point): Use find_automatic_composition.
1666
1667 * dispextern.h (struct composition_it): New member lookback.
1668
16692008-09-02 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
1672 if moving by a single line.
1673
16742008-09-02 Andreas Schwab <schwab@suse.de>
1675
1676 * xterm.c (x_delete_display): Fix merge error.
1677
1678 * fileio.c (Fexpand_file_name): Remove unused variables.
1679
16802008-09-02 Eli Zaretskii <eliz@gnu.org>
1681
1682 * fileio.c (Fexpand_file_name): Copy argument `name' into local
1683 storage on all platforms, not just on DOS_NT.
1684
16852008-09-02 Jason Rumney <jasonr@gnu.org>
1686
b8ff72fa
SM
1687 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
1688 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
1689
16902008-09-01 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * xfaces.c (Finternal_set_alternative_font_family_alist)
1693 (Finternal_set_alternative_font_registry_alist): Properly copy
1694 entire alist structure.
1695
16962008-09-01 Kenichi Handa <handa@m17n.org>
1697
1698 * ftfont.c (ftfont_spec_pattern): Don't create a charset of the
1699 representative chars of the script is a vector.
1700 (ftfont_list): Handle the case the representative chars of the
1701 script is a vector.
1702
1703 * character.c (syms_of_character): Docstring of
1704 script-representative-chars fixed.
1705
17062008-08-31 Eli Zaretskii <eliz@gnu.org>
1707
1708 * msdos.c (BUILD_CHAR_GLYPH): New macro.
1709 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
1710 the menu. Allocate larger buffer for `text', to account for
1711 possible ^C characters.
1712
17132008-08-31 Martin Rudalics <rudalics@gmx.at>
1714
1715 * xdisp.c (prepare_menu_bars): Don't call
1716 Vwindow_size_change_functions with arg Qt.
1717
17182008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * font.h (font_range):
1721 * fileio.c (report_file_error):
1722 * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
1723
17242008-08-30 Glenn Morris <rgm@gnu.org>
1725
1726 * data.c (Fmake_variable_frame_local): Doc fix.
1727
1728 * frame.c (Fmodify_frame_parameters): Doc fix.
1729
17302008-08-30 Eli Zaretskii <eliz@gnu.org>
1731
1732 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
1733 needed by GetTokenInformation.
1734 (w32_system_process_attributes): Check return values of all system
1735 APIs.
1736
1737 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
1738 only when the state changes.
1739 (IT_update_begin, IT_update_end): Add termscript trace.
1740
1741 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
1742 clipboard is unavailable. Set dst to NULL if it doesn't point to
1743 malloc'ed data.
1744 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
1745 passing random values to xfree.
1746
1747 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 1748 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
1749
17502008-08-29 Jason Rumney <jasonr@gnu.org>
1751
1752 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
1753
17542008-08-29 Eli Zaretskii <eliz@gnu.org>
1755
1756 * composite.c (fill_gstring_body): Avoid compiler warnings.
1757
1758 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
1759 LGLYPH_SET_CODE to avoid compiler warnings.
1760
2ae37cf0 1761 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
1762
1763 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
1764
1765 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
1766 LGLYPH_SET_CODE.
1767
17682008-08-29 Kenichi Handa <handa@m17n.org>
1769
1770 * fileio.c (report_file_error): Don't downcase the first character
1771 of errstring if it is still unibyte.
1772
17732008-08-29 Kenichi Handa <handa@m17n.org>
1774
1775 These changes are to re-implement the automatic composition so
1776 that it doesn't use text properties.
1777
1778 * Makefile.in (ftfont.o): Depend on composite.h.
1779 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
1780
1781 * character.h (Vunicode_category_table): Extern it.
1782
1783 * character.c (Vunicode_category_table): New variable.
1784 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
1785
1786 * chartab.c (optimize_sub_char_table): Perform more greedy
1787 optimization.
1788
b8ff72fa
SM
1789 * composite.h (enum composition_method):
1790 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
1791 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
1792 (Vcomposition_function_table): Extern it.
1793 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
1794 (composition_gstring_put_cache, composition_gstring_from_id)
1795 (composition_gstring_p, composition_gstring_width)
1796 (composition_compute_stop_pos, composition_reseat_it)
1797 (composition_update_it, composition_adjust_point): Extern them.
1798 (Fcomposition_get_gstring): EXFUN it.
1799
1800 * composite.c: Include window.h, frame.h, dispextern.h font.h.
1801 (Vcomposition_function_table)
1802 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
1803 (gstring_hash_table, gstring_work, gstring_work_headers):
1804 New variables.
aac0c6e3
MR
1805 (gstring_lookup_cache, composition_gstring_put_cache)
1806 (composition_gstring_from_id, composition_gstring_p)
1807 (composition_gstring_width, fill_gstring_header)
1808 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
1809 (composition_reseat_it, composition_update_it)
b8ff72fa 1810 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
1811 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
1812 and gstring_work_headers. DEFVAR_LISP composition-function-table.
1813 Defsubr compostion_get_gstring.
1814
1815 * dispextern.h (struct glyph): New union u.cmp. Delete the member
1816 cmp_id.
1817 (struct glyph_string): Delete the member gidx. New members
1818 cmp_id, cmp_from, and cmp_to.
1819 (enum it_method): Delete GET_FROM_COMPOSITION.
1820 (struct composition_it): New struct.
1821 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
1822 Delete c, len, cmp_id, cmp_len in u.comp.
1823
1824 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 1825 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 1826 (enum lglyph_indices): Likewise.
b8ff72fa 1827 (font_range): Adjust extern.
aac0c6e3
MR
1828 (font_fill_lglyph_metrics): Extern it.
1829
1830 * font.c (QCf): New variable.
1831 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
1832 (font_prepare_composition): Delete this function.
1833 (font_range): Type and arguments changed.
1834 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
1835 (font_fill_lglyph_metrics): New function.
b8ff72fa 1836 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 1837 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
1838 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
1839 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
1840
1841 * fontset.h (font_for_char): Extern it.
1842
1843 * fontset.c (font_for_char): New function.
1844
1845 * ftfont.c: Include composite.h.
1846 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 1847 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
1848
1849 * indent.c: Include composite.h and dispextern.h.
1850 (check_composition): Delete this function.
1851 (scan_for_column): Handle composition by
1852 composition_compute_stop_pos, composition_reseat_it, and
1853 composition_update_it.
1854 (compute_motion): Likewise.
1855 (Fvertical_motion): Fix checking of composition.
1856
1857 * keyboard.c (adjust_point_for_property): Check composition by
1858 composition_adjust_point.
1859
b8ff72fa 1860 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
1861 struct glyph_string.
1862
b8ff72fa
SM
1863 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
1864 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
1865 struct glyph.
1866 (produce_composite_glyph): Likewise.
1867
b8ff72fa
SM
1868 * w32term.c (x_draw_composite_glyph_string_foreground):
1869 Adjust for the change of struct glyph_string.
aac0c6e3
MR
1870 (x_draw_glyph_string): Likewise.
1871
1872 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
1873 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
1874
1875 * xdisp.c: Include font.h.
1876 (it_props): Delete the entry for Qauto_composed.
1877 (init_iterator): Initialize it->cmp_it.id to -1.
1878 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 1879 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
1880 (handle_auto_composed_prop): Delete it.
1881 (handle_composition_prop): Handle only static composition.
1882 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
1883 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 1884 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
1885 (pop_it): Likewise.
1886 (get_next_element): Delete next_element_from_composition.
1887 (CHAR_COMPOSED_P): New macro.
1888 (get_next_display_element): For automatic composition, get a face
1889 from the font in the glyph-string.
1890 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 1891 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
1892 (next_element_from_string): Check if the character at the current
1893 position is composed by CHAR_COMPOSED_P.
1894 (next_element_from_buffer): Likewise.
b8ff72fa 1895 (next_element_from_composition): Adjust for the change of struct
aac0c6e3 1896 it. Update it->cmp_it.
b8ff72fa
SM
1897 (dump_glyph): Adjust for the change of struct glyph.
1898 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
1899 it and struct glyph. Don't handle automatic composition here.
1900 (fill_gstring_glyph_string): New function.
1901 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 1902 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
1903 (BUILD_GSTRING_GLYPH_STRING): New macro.
1904 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
1905 automatic composition.
b8ff72fa 1906 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 1907 struct glyph.
b8ff72fa 1908 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 1909
b8ff72fa 1910 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
1911 the change of struct glyph_string.
1912 (x_draw_glyph_string): Likewise.
1913
19142008-08-29 Glenn Morris <rgm@gnu.org>
1915
1916 * buffer.c (word-wrap): Doc fix.
1917 * xdisp.c (truncate-partial-width-windows): Doc fix.
1918 Increase default to 50.
1919
19202008-08-29 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * xdisp.c (update_tool_bar_unwind): New function.
1923 (update_tool_bar): Temporarily set selected frame before building
1924 tool-bar items.
1925
19262008-08-28 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
1929 snprintf, respectively.
1930 (xd_append_arg): Convert strings with Fstring_make_unibyte.
1931
19322008-08-28 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
1935 LDFLAGS to GNUstep CC invocation.
1936
19372008-08-27 Chong Yidong <cyd@stupidchicken.com>
1938
1939 * indent.c (Fvertical_motion): Revert last change. Handle the
1940 general case where we are moving forward, and PT spans multiple
1941 screen lines.
1942
1943 * eval.c (find_handler_clause): Temporarily increase
1944 max-lisp-eval-depth while printing the backtrace buffer, to
1945 guarantee that help-mode code can run.
1946
19472008-08-27 Eli Zaretskii <eliz@gnu.org>
1948
1949 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
1950 colors under -rv.
1951 (IT_set_frame_parameters): Don't swap foreground and background
1952 colors if `(reverse . t)' is present in the frame properties.
1953 (internal_terminal_init): Call init_frame_faces only for the
1954 initial frame.
1955
19562008-08-27 Andreas Schwab <schwab@suse.de>
1957
1958 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
1959
19602008-08-27 Andreas Schwab <schwab@suse.de>
1961
1962 * search.c (search_buffer): Set char_base to zero only at the end.
1963
19642008-08-27 Kenichi Handa <handa@m17n.org>
1965
b8ff72fa 1966 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
1967
19682008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
1969
1970 * xterm.c (x_term_init): Temporarily hide the partially
1971 initialized terminal while calling vendor-specific-keysyms.
1972
19732008-08-26 Eli Zaretskii <eliz@gnu.org>
1974
1975 * msdos.c (internal_terminal_init): Most initializations done only
1976 once, especially initial_screen_colors[] and termscript open.
1977
19782008-08-26 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * eval.c (Fcondition_case): Doc fix.
1981
1982 * widgetprv.h (EmacsFramePart): Change font member to the new font
1983 struct.
1984
1985 * widget.c: Include character.h and font.h for XSETFONT.
1986 (setup_frame_gcs): Compute X font id from font struct, just once.
1987
19882008-08-26 Eli Zaretskii <eliz@gnu.org>
1989
1990 * term.c (get_named_tty): Fix last change.
1991
19922008-08-26 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 1995 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
1996
19972008-08-25 Eli Zaretskii <eliz@gnu.org>
1998
1999 * frame.c (do_switch_frame): Mark previously displayed frame as
2000 obscured for FRAME_MSDOS_P frames as well.
2001
20022008-08-24 Eli Zaretskii <eliz@gnu.org>
2003
2004 * frame.c (make_terminal_frame): Initialize f->terminal,
2005 f->terminal->reference_count, and scroll bars on MS-DOS as well.
2006 Set the top frame to newly created frame.
2007 (Fmake_terminal_frame): Reuse the_only_display_info.
2008
2009 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
2010 estimating available memory.
2011
b97439ce 20122008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
2013
2014 * nsterm.m (ns_draw_window_cursor): Don't call
2015 NSDisableScreenUpdates and NSEnableScreenUpdates on
2016 non-NS_IMPL_COCOA systems.
2017
20182008-08-23 Andreas Schwab <schwab@suse.de>
2019
2020 * process.c (procfs_system_process_attributes): Fix use of
2021 uninitialized variables.
2022
20232008-08-23 Eli Zaretskii <eliz@gnu.org>
2024
2025 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
2026
2027 * dispnew.c (init_display): Remove MS-DOS specific conditions for
2028 calling tty-set-up-initial-frame-faces.
2029
b8ff72fa
SM
2030 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
2031 Allow MSDOS frames along with X frames.
aac0c6e3
MR
2032
2033 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
2034 addition to output_termcap.
2035
2036 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
2037
2038 * termchar.h (FRAME_TTY): Support output_msdos_raw.
2039 (struct tty_display_info) [MSDOS]: Add fields related to mouse
2040 highlight.
2041
2042 * process.c [!subprocesses]: Define QCname.
2043 (syms_of_process): Intern and staticpro it.
2044
2045 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
2046 Adjust for changes in encoding/decoding routines.
2047 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
2048 encode_coding and decode_coding.
2049
b8ff72fa 2050 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
2051
2052 * dosfns.c: Include frame.h before termhooks.h.
2053 (dos_cleanup): Use CURTTY ()->termscript instead of a global
2054 variable termscript.
2055
2056 * s/msdos.h (USER_FULL_NAME): Define.
2057 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
2058
2059 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
2060 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
2061 pw->pw_gecos.
2062
2063 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
2064 SELECTED_FRAME as additional (1st) argument.
2065 (tty_read_avail_input): Handle output_msdos_raw in
2066 addition to output_termcap.
2067
2068 * msdos.c: Include frame.h before termhooks.h.
2069 (mouse_on, mouse_off, mouse_moveto, mouse_init)
2070 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
2071 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
2072 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
2073 (IT_set_terminal_modes, IT_reset_terminal_modes)
2074 (IT_set_frame_parameters): Use tty->termscript instead of a global
2075 variable termscript.
2076 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
2077 global variable terminal_coding. Don't refer to
2078 Vnonascii_translation_table.
2079 (internal_terminal_init): Set Vwindow_system in current_kboard.
2080 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
2081 Announce date and time of session start, if termscript is open.
2082 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
2083 term.c:init_tty). Open termscript only of not already open.
2084 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
2085 here instead of dos_ttraw. Don't initialize display if this is an
2086 initial tty. Don't set FRAME_FONT.
2087 (Vwindow_system_version): Bump to 23.
2088 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
2089 is available, set up mouse_position_hook.
2090 (dos_ttraw, IT_set_terminal_modes): If called with initial
2091 terminal, do nothing.
2092 (IT_set_frame_parameters): Handle the Qtty_type frame
2093 parameter by calling internal_terminal_init.
2094 (dos_set_window_size, show_mouse_face)
2095 (clear_mouse_face, IT_note_mode_line_highlight)
2096 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
2097 (dos_rawgetc): Use tty_display_info instead of x_display_info.
2098 (initialize_msdos_display): New function.
2099 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
2100 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
2101 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
2102 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 2103 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
2104 (request_sigio, unrequest_sigio): Don't define, now defined on
2105 sysdep.c.
2106 (IT_write_glyphs): Rewrite to use encode_terminal_code.
2107
2108 * term.c [MSDOS]: Include msdos.h.
2109 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
2110 conditional to DOS_NT. Allow only one call to this function in a
2111 session. Don't allocate a new struct tty_display_info; instead,
2112 reuse the_only_display_info. Call get_tty_size to get screen
2113 dimensions. Call init_baud_rate to set bad_rate.
2114 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
2115 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 2116 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
2117 (get_tty_terminal, get_named_tty, Ftty_type)
2118 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
2119 output_termcap.
b8ff72fa
SM
2120 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
2121 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 2122 only when subprocesses are supported.
aac0c6e3
MR
2123
2124 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
2125 f->output_data.x.
2126 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
2127 terminal devices.
2128
5582fbc7 2129 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
2130 x_output.
2131 (FRAME_FONT): Use output_data.tty.
2132 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
2133 (struct x_display_info): Rename from display_info. Update all users in
2134 msdos.c.
aac0c6e3 2135 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 2136 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
2137 (dos_ttraw): Update prototype.
2138
2139 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
2140 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
2141
21422008-08-23 Jason Rumney <jasonr@gnu.org>
2143
2144 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
2145 (fn_TIFFSetDirectory): New library function used.
2146 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
2147 (tiff_load): Use :index to select among multiple images. Set count
2148 property when multiple images exist.
2149 (gif_format): Use :index, not :image.
2150
21512008-08-23 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * xdisp.c (try_scrolling): Check INT_MAX instead of
2154 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
2155 to obtain INT_MAX.
2156
21572008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
2158
2159 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
2160
21612008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2162
2163 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
2164 GNUstep library location.
2165
21662008-08-21 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * xfaces.c (x_update_menu_appearance): Check validity of menu font
2169 before using it.
2170
2171 * puresize.h (BASE_PURESIZE): Increase to 1250000.
2172
21732008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2174
2175 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
2176 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
2177 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
2178 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
2179 (EmacsApp-cursor_blink_handler): Remove declaration.
2180 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
2181 match 01 Feb 2008 changes in xterm.c.
2182 (ns_read_socket): Add cast to avoid warning.
2183 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
2184 GNUstep.
2185
21862008-08-20 Chong Yidong <cyd@stupidchicken.com>
2187
2188 * xselect.c (x_get_foreign_selection): Return nil if desired
2189 selection could not be obtained, instead of signalling an error.
2190
21912008-08-20 David Reitter <david.reitter@gmail.com>
2192
2193 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
2194 * nsterm.m: Remove ns-specific code for cursor blinking.
2195 (ns_draw_window_cursor): Clear cursor properly rather than
2196 redrawing the area. Respect width of bar cursors.
2197 These changes enable the use of generic blink-cursor-mode and
2198 generic cursor types in NS and support smooth cursor movements (do
2199 not blink off after command).
2200 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
2201 Nextstep, too.
2202
22032008-08-19 Kenichi Handa <handa@m17n.org>
2204
2205 * font.c (Vfont_log_deferred): New variable.
2206 (font_add_log): Check Vfont_log_deferred.
2207 (font_deferred_log): New function.
2208
2209 * font.h (font_deferred_log): Extern it.
2210
2211 * fontset.c (reorder_font_vector): Use encoding charset of fonts
2212 for sorting.
2213 (face_for_char): Use deferred log.
2214
22152008-08-18 Kenichi Handa <handa@m17n.org>
2216
2217 * fontset.c (face_for_char): Add font log.
2218
2219 * font.c (font_add_log): Add the font properties :script, :lang,
2220 and :otf in the log.
2221
22222008-08-17 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * xdisp.c: Remove dead code.
2225 (handle_invisible_prop, next_overlay_string): Defer call to
2226 setup_for_ellipsis.
2227 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
2228
22292008-08-15 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * xfaces.c (lookup_derived_face): Properly handle possible zero
2232 return value of get_lface_attributes.
2233 (merge_faces): Don't tell lookup_derived_face to signal an error
2234 if face is not found.
2235
2236 * dired.c (Fdirectory_files): Doc fix.
2237
2238 * process.c (make_process): Initialize kill_without_query struct
2239 member.
2240
22412008-08-15 Eli Zaretskii <eliz@gnu.org>
2242
2243 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
2244 Alternative calculation of totphys for Visual Studio 6.
2245
2246 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
2247
2248 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
2249 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
2250 All users changed.
2251 (stat): Only root directory passed to GetDriveType. Allow RAM
2252 disk as well as local fixed disk when w32-get-true-file-attributes
2253 is set to `local'.
2254 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
2255 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
2256 (w32_cached_id, w32_add_to_cache): New functions.
2257 (get_name_and_id): Look account names in the cache before calling
2258 lookup_account_sid.
2259 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
2260 New initialization flags.
2261 (globals_of_w32): Initialize them to zero.
2262 (w32_system_process_attributes): Use w32_cached_id and
2263 w32_add_to_cache.
2264
22652008-08-14 Lawrence Mitchell <wence@gmx.li>
2266
2267 * lread.c (Fread_char, Fread_char_exclusive): If no character
2268 event is read before timeout is reached, return nil, rather than
2269 converting to a number.
2270
22712008-08-14 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * fns.c (use_dialog_box): Doc fix.
2274
2275 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
2276 on OS X.
2277
22782008-08-13 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * frame.c (Qns_parse_geometry): New var.
2281 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
2282
22832008-08-11 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * xdisp.c (x_produce_glyphs): Handle the case when font has no
2286 space character in calculating tabs.
2287
22882008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
2289
2290 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
2291
22922008-08-10 Glenn Morris <rgm@gnu.org>
2293
2294 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
2295 silence gcc "limited range of data type" warnings in some
2296 make_fixnum_or_float calls.
2297
22982008-08-09 Eli Zaretskii <eliz@gnu.org>
2299
2300 * w32.c (w32_system_process_attributes): If the process does not
2301 exist, return nil.
2302
2303 * w32.c: Include thelp32.h, psapi.h and coding.h.
2304 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
2305 declarations.
2306 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
2307 (Process32Next_Proc): New typedefs.
2308 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
2309 (g_b_init_process32_next, g_b_init_open_thread_token)
2310 (g_b_init_impersonate_self, g_b_init_revert_to_self)
2311 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
2312 (g_b_init_get_process_working_set_size)
2313 (g_b_init_global_memory_status_ex): New static variables.
2314 (globals_of_w32): Initialize them.
2315 (create_toolhelp32_snapshot, process32_first, process32_next)
2316 (open_thread_token, impersonate_self, revert_to_self)
2317 (get_process_memory_info, get_process_working_set_size)
2318 (global_memory_status, global_memory_status_ex): New wrapper
2319 functions.
2320 (w32_list_system_processes, w32_system_process_attributes)
2321 (enable_privilege, restore_privilege, ltime, process_times):
2322 New functions.
2323 (convert_time_raw): New function.
2324 (convert_time): Remove conversion of FILETIME into time in 100
2325 nsec units, call convert_time_raw instead.
2326
2327 * process.h (w32_list_system_processes, w32_system_process_attributes):
2328 Add prototypes.
2329 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
2330 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
2331 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
2332 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
2333
2334 * process.c (Fsystem_process_attributes): Doc fix.
2335
23362008-08-08 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
2339 a continued multi-char glyph; if so, advance to the actual glyph.
2340
23412008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2342
2343 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
2344
2345 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
2346 (.m.o): Use it.
2347 * config.in: Regenerate.
2348
23492008-08-07 Chong Yidong <cyd@stupidchicken.com>
2350
2351 * xdisp.c (redisplay_window): Revert last change.
2352 (try_window): Check bottom scroll margin too.
2353
23542008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2355
2356 * config.in: Regenerate.
2357
2358 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
2359 -list-load-path-shadows'.
2360 (nsgui.h): Reduce number of things depending on it.
2361
23622008-08-06 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
2365 instead of window-end which does the wrong thing at eob.
2366 (try_cursor_movement): Minor optimization.
2367 (redisplay_window): If scroll margin is defined, don't assume
2368 window doesn't need scrolling.
2369
23702008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2371
2372 * config.in: Regenerate.
2373
2374 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
2375 (mostlyclean): Don't delete *.d under NS.
2376
2377 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
2378
23792008-08-06 Kenichi Handa <handa@m17n.org>
2380
2381 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
2382
23832008-08-06 Andreas Schwab <schwab@suse.de>
2384
2385 * config.in: Regenerate.
2386
23872008-08-05 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
2390 forcing a window start.
2391
2392 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
2393 (auto_save_1): Update modtime when auto-save-list-file-name is on.
2394
23952008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2396
2397 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
2398 argument.
2399
24002008-08-05 Juanma Barranquero <lekktu@gmail.com>
2401
2402 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
2403 <scroll-down-aggressively, before-change-functions>:
2404 <after-change-functions>: Reflow docstrings.
2405
24062008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2407 Ken Raeburn <raeburn@gnu.org>
2408
2409 Dock menu customization, based on a patch by Ken Raeburn, plus some
2410 other fixes.
2411 * nsmenu.m (dockMenu): New variable.
2412 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
2413
2414 * nsterm.h (dockMenu): Declare.
2415
2416 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
2417 (ns_term_init): Initialize dockMenu.
2418 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
2419 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
2420 left.
2421
2422 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
2423
24242008-08-04 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
2427
2428 * config.in: Regenerate.
2429
24302008-08-04 Seiji Zenitani <zenitani@mac.com>
2431
2432 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
2433
24342008-08-04 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * nsterm.h (find_and_call_menu_selection): Fix prototype.
2437
24382008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2439
2440 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
2441
2442 * keyboard.h: Comment an #endif.
2443
2444 * lisp.h (have_menus_p): Adjust comment.
2445
2446 * menu.c (find_and_return_menu_selection): Fix comparison with
2447 client_data.
2448
2449 * nsmenu.m (popup_activated_flag): New variable.
2450 (popup_activated): New function.
2451 (menu-or-popup-active-p): New exported lisp definition.
2452 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
2453 when popup done.
2454 (ns_popup_dialog): Set popup_activated_flag.
2455
2456 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
2457 version for GNUstep (handled by conditional typedef in nsterm.m).
2458 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
2459 in rgb.txt).
2460
2461 * process.c (init_process): Use DARWIN_OS, not DARWIN.
2462
2463 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
2464
2465 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
2466
2467 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
2468 shortcircuit if popup_activated like GTK and X toolkit.
2469
2470 * m/inter386.h: Change DARWIN to DARWIN_OS.
2471
2472 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
2473 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
2474 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
2475 comment on NO_SOCK_SIGIO.
2476
24772008-08-03 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * nsterm.m (windowDidResize): Remove stopModal call.
2480
24812008-08-03 Andreas Schwab <schwab@suse.de>
2482
2483 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
2484 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
2485
24862008-08-02 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
2489 Don't use uninitialized pointer variable when using getrlimit.
2490
24912008-08-02 Jason Rumney <jasonr@gnu.org>
2492
2493 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
2494
24952008-08-02 Eli Zaretskii <eliz@gnu.org>
2496
2497 * alloc.c (NSTATICS): Bump to 0x640.
2498
2499 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
2500
2501 * lisp.h: Add prototype for directory_files_internal.
2502
2503 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
2504 New functions.
2505 (syms_of_process): Defsubr them. Add initializations for various
2506 Q* symbols used in procfs_system_process_attributes.
2507 (procfs_list_system_processes, procfs_system_process_attributes)
2508 [HAVE_PROCFS]: New functions.
2509 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
2510 (procfs_get_total_memory): New functions.
2511
25122008-08-01 Juanma Barranquero <lekktu@gmail.com>
2513
2514 * xfaces.c (Fx_load_color_file): Fix previous change;
2515 it is #ifdef WINDOWSNT, not WINDOWS_NT.
2516
25172008-08-01 Michael Albinus <michael.albinus@gmx.de>
2518
2519 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
2520
25212008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2522
2523 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
2524
25252008-08-01 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
2528
2529 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
2530 define NSApplicationDelegateReplySuccess.
2531 (EmacsView -converstationIdentifier): Use long instead of
2532 NSInteger for GNUstep, since it doesn't have NSInteger.
2533
2534 * xmenu.c: Revert last change.
2535
2536 * keyboard.h: Fix last change.
2537
25382008-08-01 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
2541 on Windows.
2542
25432008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2544
2545 Warning clearing and clean-up in NS port.
2546 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
2547 Add prototypes.
2548 * nsgui.h (FACE_DEFAULT): Remove, unused.
2549 (XGCValues): Change colors to unsigned long.
2550 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
2551 nsterm.m.
2552 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
2553 (ns_list_fonts): Remove, unused.
2554 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
2555 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
2556 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
2557 (nsfont_draw): Compare face colors to 0, not nil.
2558 * nsmenu.m (struct widget_value): Drop unneeded declaration.
2559 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
2560 (-addSubmenuWithTitle:): Use NSMenuItem class.
2561 (ns_popup_menu): Use NO, not NULL, for enabled setting.
2562 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
2563 (ns_clip_to_row): Make gc arg a BOOL.
2564 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
2565 ns_clip_to_row() call.
2566 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
2567 used). Cast FRAME_FONT assignments.
2568 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
2569 (ns_string_to_lispmod): Change arg to const char.
2570 (ns_term_init): Use NSMenuItem class.
2571 (EmacsApp -openFile:): Move to different section of file.
2572 (EmacsApp -application:openFiles:): Don't return a value, call
2573 -replyToOpenOrPrint:.
2574 (EmacsView -keyDown:): Fix up cast.
2575 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
2576 (EmacsView -menuDown:): Cast tag in call to
2577 find_and_call_menu_selection().
2578 (ns_list_fonts): Remove, unused.
2579 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
2580 (ns_fontname_to_xlfd): Make static.
2581 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
2582 Remove prototypes (now in keyboard.h).
2583 (next_menubar_widget_id): Remove, unused.
2584 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
2585 Remove prototypes (now in keyboard.h).
2586 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
2587
25882008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
2589
2590 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
2591 (floatfns.o): Depend on syssignal.h.
2592 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
2593
2594 * systty.h: Fix previous change that removed BSD_TERMIOS.
2595 Add comments to #ifdefs.
2596
25972008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2598
2599 * w32fns.c (w32-load-color-file): Remove.
2600 (x-open-connection): Use renamed Fx_load_color_file.
2601 * xfaces.c (x-load-color-file): Add.
2602 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
2603 Emacs.clr.
2604 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
2605
26062008-07-31 Michael Albinus <michael.albinus@gmx.de>
2607
2608 * dbusbind.c (Fdbus_call_method_asynchronously)
2609 (Fdbus_method_error_internal): New defuns.
2610 (xd_read_message): Handle also reply messages.
2611 (Vdbus_registered_functions_table): Extend docstring.
2612
26132008-07-31 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * keyboard.c (gobble_input): Fix previous change.
2616
26172008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * bitmaps/README:
2620 * xfns.c:
2621 * termcap.c:
2622 * term.c:
2623 * syswait.h:
2624 * systty.h:
2625 * systime.h:
2626 * syssignal.h:
2627 * sysdep.c:
2628 * process.h:
2629 * process.c:
2630 * print.c:
2631 * ndir.h:
2632 * lread.c:
2633 * keyboard.c:
2634 * getpagesize.h:
2635 * floatfns.c:
2636 * fileio.c:
2637 * emacs.c:
2638 * doc.c:
2639 * dispnew.c:
2640 * dired.c:
2641 * data.c:
2642 * callproc.c:
2643 * buffer.c:
2644 * README:
2645 * Makefile.in:
2646 * s/template.h:
2647 * s/msdos.h:
2648 * m/vax.h: Remove VMS support.
2649 * s/vms.h:
2650 * vlimit.h:
2651 * uaf.h:
2652 * temacs.opt:
2653 * param.h:
2654 * ioctl.h: Remove file.
2655
26562008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2657
2658 * s/ms-w32.h (MULTI_KBOARD): Remove.
2659 * xterm.c:
2660 * xselect.c:
2661 * xfns.c:
2662 * window.c:
2663 * w32term.c:
2664 * w32fns.c:
2665 * terminal.c:
2666 * termhooks.h:
2667 * term.c:
2668 * sysdep.c:
2669 * keyboard.h:
2670 * keyboard.c:
2671 * frame.h:
2672 * frame.c:
2673 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
2674 * config.in: Regenerate.
2675
26762008-07-30 Jason Rumney <jasonr@gnu.org>
2677
2678 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
2679
2680 * w32font.c (w32font_encode_char): Leave as unicode if in range.
2681 (w32font_open_internal): Get unicode version of textmetrics.
2682 Don't enable or disable glyph indices here.
2683 (w32font_open): Disable use of glyph indices.
2684
2685 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
2686
26872008-07-30 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * minibuf.c (Vread_buffer_function): Doc fix.
2690
26912008-07-30 John Paul Wallington <jpw@pobox.com>
2692
2693 * minibuf.c (read_buffer_completion_ignore_case): New var.
2694 (Fread_buffer): Use it.
2695
26962008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2697
2698 * systty.h (sensemode): Remove empty #if. Remove reference to
2699 BSD_TERMIOS, unused.
2700
2701 * sysdep.c: Remove reference to DGUX.
2702 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
2703
2704 * config.in: Regenerate.
2705
27062008-07-30 Jason Rumney <jasonr@gnu.org>
2707
2708 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
2709
27102008-07-29 Jason Rumney <jasonr@gnu.org>
2711
2712 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
2713 is populated.
2714 (uniscribe_encode_char): Always use uniscribe.
2715 Avoid using context if cache is populated.
2716
27172008-07-29 Jan Djärv <jan.h.d@swipnet.se>
2718
2719 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
2720 open menu.
2721
2722 * gtkutil.c (menu_nav_ended): Remove.
2723 (create_menus): Remove signal connect for menu_nav_ended.
2724
27252008-07-28 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * xdisp.c (redisplay_window): Check return value of
2728 compute_window_start_on_continuation_line before forcing a window
2729 start.
2730
27312008-07-28 Jason Rumney <jasonr@gnu.org>
2732
2733 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
2734
2735 * w32term.c (w32_enable_unicode_output, cleartype_active):
2736 Remove obsolete display options.
2737 (x_draw_glyph_string_background): Don't use old cleartype_active
2738 workaround.
2739 (w32_initialize): Remove cleartype_active initialization.
2740 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
2741
27422008-07-28 Andreas Schwab <schwab@suse.de>
2743
2744 * lisp.h (init_weak_hash_tables, syms_of_font)
2745 (xd_read_queued_messages, syms_of_dbusbind): Declare.
2746 (remove_hash_entry): Don't declare.
2747 * eval.c (maybe_call_debugger): Make static and move before use.
2748 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
2749 * xdisp.c: Include "gtkutil.h" if USE_GTK.
2750 * xterm.h (x_set_frame_alpha): Declare.
2751
27522008-07-28 Jan Djärv <jan.h.d@swipnet.se>
2753
2754 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
2755 (create_menus): Connect selection-done to menu_nav_ended.
2756
27572008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2758
2759 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
2760 Set Vx_resource_name to a fallback. Replace read of 'buffered'
2761 parameter with read of 'alpha' one.
2762 (Qns_frame_parameter): Remove.
5582fbc7 2763 * nsselect.m (selection-coding-system)
aac0c6e3
MR
2764 (next-selection-coding-system, Vselection_coding_system)
2765 (Vnext_selection_coding_system): Drop.
2766
27672008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2768
2769 * nsfns.m (do-applescript, do_applescript): Rename to
2770 ns-do-applescript, ns_do_applescript, and move within file.
2771
27722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2773
2774 Remove support for Mac Carbon.
2775 * mactoolbox.c:
2776 * macterm.h:
2777 * macterm.c:
2778 * macselect.c:
2779 * macmenu.c:
2780 * macgui.h:
2781 * macfns.c:
2782 * mac.c: Remove file.
2783 * s/darwin.h:
2784 * m/intel386.h:
2785 * xfaces.c:
2786 * xdisp.c:
2787 * window.c:
2788 * tparam.c:
2789 * termhooks.h:
2790 * termcap.c:
2791 * term.c:
2792 * syssignal.h:
2793 * sysselect.h:
2794 * sysdep.c:
2795 * process.c:
2796 * lread.c:
2797 * lisp.h:
2798 * keyboard.c:
2799 * image.c:
2800 * fringe.c:
2801 * frame.h:
2802 * frame.c:
2803 * fontset.c:
2804 * font.h:
2805 * font.c:
2806 * fns.c:
2807 * fileio.c:
2808 * emacs.c:
2809 * dispnew.c:
2810 * dispextern.h:
2811 * config.in:
2812 * atimer.c:
2ae37cf0 2813 * Makefile.in: Remove code for Carbon.
aac0c6e3 2814
f0131492 28152008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
2816
2817 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
2818
28192008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2820
2821 * macterm.h (kCGBitmapByteOrder32Host): New define for
2822 non-universal SDKs.
2823
2824 * image.c (mac_create_cg_image_from_image, image_load_image_io)
2825 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
2826
2827 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
2828 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
2829
28302008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
2831
2832 * w32inevt.c: Include dispextern.h.
2833
28342008-07-26 Andreas Schwab <schwab@suse.de>
2835
2836 * print.c (print_object): Fix off-by-one in last change.
2837
28382008-07-25 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * term.c (syms_of_term): Don't initialize default_orig_pair,
2841 default_set_foreground and default_set_background on Windows.
2842
28432008-07-25 Jason Rumney <jasonr@gnu.org>
2844
2845 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
2846 ScriptItemize. Clean up return value checking. Remove unused
2847 variables.
2848 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
2849 shaping engine.
2850
2851 * w32font.c (w32font_has_char): Handle the case where we can't
2852 determine the script for a character.
2853
28542008-07-25 Chong Yidong <cyd@stupidchicken.com>
2855
2856 * term.c (syms_of_term): Initialize default_orig_pair,
2857 default_set_foreground, and default_set_background.
2858
2859 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
2860 clash (bug#86).
2861 (getloadavg): Callers changed.
2862
2863 * image.c (svg_load_image): Fix last change.
2864 (svg_load_image): Use rsvg_handle_get_dimensions to check that
2865 image size is valid. Use g_object_unref instead of deprecated
2866 rsvg_handle_free to free rsvg handle.
2867 (x_from_xcolors): Don't initialize pixmap (silence compiler).
2868
28692008-07-25 Jason Rumney <jasonr@gnu.org>
2870
2871 * w32font.c (w32font_encode_char): Encode characters outside BMP as
2872 surrogates before looking up glyph index.
2873 (w32font_text_extents): Encode as surrogates if falling back to
2874 functions that need UTF-16 wide chars.
2875
2876 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
2877 BMP as surrogates before looking up glyph index.
2878
28792008-07-25 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * image.c (svg_load_image): Check for failure in return value of
2882 rsvg_handle_get_pixbuf. Free rsvg handle when done.
2883
28842008-07-25 Jason Rumney <jasonr@gnu.org>
2885
2886 * w32font.c (Fx_select_font): Reverse sense of second arg.
2887
28882008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
2891 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
2892
2893 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
2894 (PURESIZE): Use it.
2895
28962008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
2899 * m/alpha.h (TEXT_END):
2900 * m/ibmrs6000.h (TEXT_END):
2901 * m/macppc.h (TEXT_END):
2902 * s/darwin.h (TEXT_END):
2903 * s/msdos.h (TEXT_END): Remove, unused.
2904 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
2905 * s/cygwin.h: Remove comment.
2906
2907 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
2908 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
2909 * m/intel386.h (DOT_GLOBAL_START):
2910 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
2911 (USG): Remove, file not used on USG platforms.
2912
2913 * Makefile.in (HAVE_X11): Remove empty #else.
2914
29152008-07-24 Andreas Schwab <schwab@suse.de>
2916
2917 * fileio.c (Finsert_file_contents): Properly adjust undo list
2918 after format conversion.
2919
29202008-07-24 Jan Djärv <jan.h.d@swipnet.se>
2921
2922 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
2923 (menu_nav_ended): Remove.
2924 (create_menus): Remove signal connect for menu_nav_ended.
2925 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
2926 create_menus.
2927 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
2928
29292008-07-23 Jason Rumney <jasonr@gnu.org>
2930
2931 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
2932 with opened font.
2933 (w32font_open): Set font type to gdi.
2934
2935 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
2936
29372008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2938
2939 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
2940 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
2941 defines it.
2942 * unexec.c (ADDR_CORRECT): Define unconditionally.
2943
2944 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
2945
2946 * unexec.c: Remove code depending on !COFF and USG, the file is
2947 not used for such systems.
2948
2949 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
2950 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
2951 (LD_SWITCH_SYSTEM_1): Remove, update users.
2952
2953 * s/darwin.h (DATA_END):
2954 * m/intel386.h (DATA_END):
2955 * m/ibmrs6000.h (DATA_END):
2956 * m/alpha.h (DATA_END): Remove, unused.
2957
2958 * config.in: Regenerate.
2959 * s/ms-w32.h (subprocesses): Define unconditionally.
2960 * s/template.h (subprocesses): Update comment.
2961 * s/vms.h (subprocesses):
2962 * s/usg5-4.h (subprocesses):
2963 * s/hpux10-20.h (subprocesses):
2964 * s/gnu-linux.h (subprocesses):
2965 * s/cygwin.h (subprocesses):
2966 * s/bsd-common.h (subprocesses):
2967 * s/aix4-2.h (subprocesses):
2968 * s/darwin.h (subprocesses): Do not define, defined by default now.
2969
2970 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
2971 Remove all references.
2972 (temacs): Add GNUstep specific ld flags.
2973
2974 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
2975 similarly to what X does.
2976
29772008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2978
2979 * nsfns.m (x-list-fonts): Remove.
2980 (syms_of_nsfns): Drop the x-list-fonts declaration.
2981 * nsterm.m: Get rid of remaining "//" comments.
2982
29832008-07-22 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
2986
2987 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
2988 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
2989 (Fns_own_selection_internal, Fx_disown_selection_internal)
2990 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
2991
2992 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
2993 ... */' style of docstrings. Doc fixes.
2994
29952008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2996
2997 * terminfo.c (UP, BC, PC): Undo previous change.
2998
2999 * nsfns.m: Rename ns prefixed functions/variables to the
3000 corresponding x versions. Update references.
3001
30022008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
3005
30062008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3007
3008 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
3009 Remove forwarding functions.
3010 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
3011 non-static.
3012 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
3013 non-static.
3014 (ns_frame_parm_handlers): Use the new names.
3015 (syms_of_nsfns): Move to the end of file.
3016
3017 * nsterm.m (syms_of_nsterm): Move to the end of file.
3018
3019 * dispnew.c (init_display): Remove code for X10.
3020
30212008-07-22 Jason Rumney <jasonr@gnu.org>
3022
3023 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
3024 bare drive.
3025
30262008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3027
3028 * nsterm.m (syms_of_nsterm): Remove debugging println.
3029
30302008-07-22 David Reitter <david.reitter@gmail.com>
3031
3032 * nsfns.m (do_applescript, F_do_applescript): NS version of the
3033 Carbon implementation of the same functionality: execute arbitrary
3034 AppleScript code.
3035
30362008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3037
3038 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
3039 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
3040 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3041 (Fx_display_mm_height, Fx_display_mm_width)
3042 (Fx_display_backing_store, Fx_display_visual_class)
3043 (Fx_display_save_under, Fx_open_connection)
3044 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
3045 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
3046 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
3047 (Fx_display_pixel_width, Fx_display_pixel_height)
3048 (Fx_display_usable_bounds, Fx_display_planes)
3049 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
3050 ... */' style of docstrings.
3051
30522008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3053
3054 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
3055 on this platform.
3056 (mips):
3057 * m/iris4d.h (mips): Do not define.
3058 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
3059
3060 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
3061
3062 * image.c:
3063 * nsfns.m:
3064 * nsselect.m:
3065 * nsterm.h:
3066 * nsterm.m: Rename ns prefixed functions/variables to the
3067 corresponding x versions. Update references.
3068
3069 * m/ibms390x.h (NO_REMAP): Do not undefine.
3070
3071 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
3072
30732008-07-21 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
3076 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
3077 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
3078 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
3079 (Fns_display_mm_height, Fns_display_mm_width)
3080 (Fns_display_backing_store, Fns_display_visual_class)
3081 (Fns_display_save_under, Fns_open_connection)
3082 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
3083 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
3084 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
3085 (Fns_display_pixel_width, Fns_display_pixel_height)
3086 (Fns_display_usable_bounds, Fx_display_planes)
3087 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
3088
30892008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
3090
3091 * print.c (print_object): Check print_depth before searching for
3092 circularities.
3093
30942008-07-21 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
3097 only sprintf.
3098
30992008-07-21 Kenichi Handa <handa@m17n.org>
3100
3101 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
3102
31032008-07-20 Andreas Schwab <schwab@suse.de>
3104
3105 * syntax.c (find_start_pos, find_start_value)
3106 (find_start_value_byte, find_start_begv, find_defun_start)
3107 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
3108
31092008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3110
3111 * s/sol2-3.h: Insert contents of s/sol2.h.
3112 (LD_SWITCH_SYSTEM): Remove redundant definition.
3113 * s/sol2.h: Remove, unused.
3114
31152008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3116
3117 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
3118
31192008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3120
3121 * Makefile.in (ns_appdir): Fix typo in find command.
3122
31232008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3124
3125 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
3126
3127 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
3128 added not supported anymore.
3129
3130 * s/usg5-4-2.h (LIBS_SYSTEM):
3131 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
3132
3133 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
3134 * s/lynxos.h (GETPGRP_NO_ARG):
3135 * s/hpux10-20.h (NO_SIOCTL_H):
3136 * s/gnu.h (GETPGRP_NO_ARG):
3137 * s/gnu-linux.h (NO_SIOCTL_H):
3138 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
3139 * s/cygwin.h (GETPGRP_NO_ARG):
3140 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
3141 (C_DEBUG_SWITCH): Remove duplicate definition.
3142
3143 * m/ibms390.h: Remove boilerplate comments.
3144
3145 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
3146
3147 * process.c (HAVE_SERIAL): Consolidate ifdefs.
3148 (wait_reading_process_output): Remove code for SunOS, platform not
3149 supported anymore. Use SOLARIS2 instead of sun.
3150
31512008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3152
3153 * font.c (font_open_by_name): Under NS, default lface height to zero.
3154 (font_open_for_lface): Under NS, set size based on frame fontsize.
3155 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
3156 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
3157
31582008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3159
3160 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
3161 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
3162 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
3163 YES/NO.
3164 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
3165 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
3166 * Makefile.in (clean): Clear out build destination dir.
3167
31682008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3169
3170 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
3171 xterm, xselect.
3172 * lisp.h: Remove declaration of hash_remove.
3173 * nsgui.h: Remove redefinitions of hash_remove.
3174 * fns.c (hash_remove): Rename to hash_remove_from_table.
3175
31762008-07-19 Seiji Zenitani <zenitani@mac.com>
3177
3178 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
3179 strdup() the family UTF8String before modifying it.
3180
31812008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3182
3183 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
3184 NS_FACE_BACKGROUND with 0 instead of nil.
3185 * nsfont.m (nsfont_draw): Same.
3186
31872008-07-19 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * nsfns.m (ns_set_background_color): Fix crash.
3190
31912008-07-18 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
3194
31952008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * puresize.h (BASE_PURESIZE): Increase to 1240000.
3198
31992008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3200
3201 * gtkutil.c: Include <config.h> instead of "config.h".
3202
3203 * lisp.h (Foverlay_buffer): Add EXFUN.
3204
3205 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
3206 child process to complete child_setup. Undo 2005-09-21 change.
3207
3208 * s/darwin.h: Mention setsid after vfork.
3209
32102008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3211
3212 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
3213 Depend on macgui.h.
3214
3215 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
3216 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
3217
3218 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
3219 and f19.
3220 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
3221
3222 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
3223 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
3224 Remove enumerators.
3225
3226 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
3227 Check if FACE_FROM_ID returns NULL.
3228
32292008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
3230
3231 * w32inevt.c (change_frame_size): Remove extern declaration.
3232 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
3233 change_frame_size.
3234
32352008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3236
3237 * getloadavg.c: Revert last change (2008-07-15).
3238
32392008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3240
3241 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
3242 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
3243 from configure.
3244
32452008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3246
3247 * s/sol2.h:
3248 * s/sol2-4.h: Reorganize conditionals.
3249
3250 * ecrt0.c: Remove code depending on m68000, not used anymore.
3251
3252 * fns.c (hash_remove): Make static.
3253 * lisp.h (hash_remove): Don't prototype.
3254
3255 * m/ibmrs6000.h:
3256 * m/ibms390x.h:
3257 * m/macppc.h: Remove boilerplate comments.
3258
3259 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
3260 Solaris, which does not need them.
3261
3262 * m/vax.h: Remove comments about unsupported systems.
3263
3264 * s/darwin.h: Reorganize ifdefs.
3265
32662008-07-17 Andreas Schwab <schwab@suse.de>
3267
3268 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
3269
32702008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 Use SDATA. Follow coding convention of placing operators at
3273 beginning of next line rather than end of previous line, and placing
3274 spaces around infix operators.
3275
3276 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
3277 in case it was defined already.
3278 USE @GNUSTEP_MAKEFILES@ rather than envvars.
3279 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
3280 ns_default.
3281 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
3282 Lisp_Objects.
3283 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
3284 (ns_defined_color, ns_color_to_lisp): Declare.
3285 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
3286 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
3287 it's accepted even with USE_LISP_UNION_TYPE.
3288 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
3289 (update_frame_tool_bar): Remove apparently obsolete tests for
3290 non-integerness of f->tool_bar_lines.
3291 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
3292 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
3293 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
3294 (nsfont_open): Don't confuse NULL for Qnil.
3295 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
3296 * menu.h (find_and_call_menu_selection):
3297 * menu.c (find_and_call_menu_selection): Use just int for vector size.
3298 (find_and_return_menu_selection): Always return something.
3299 * frame.h: Include dispextern.h for Display_Info.
3300 (display_x_get_resource): Declare.
3301
33022008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3303
3304 * syntax.c: Remove stdio.h include accidentally introduced in
3305 Emacs.app commit.
3306 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3307 NS_IMPL_COCOA.
3308 * keyboard.c (handle_async_input, input_available_signal): Remove
3309 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
3310
33112008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3312
3313 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
3314 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
3315 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
3316 Use SDATA.
3317
3318 * keymap.c: Remove all NS-specific code.
3319 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
3320 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
3321 where_is_preferred_modifier, return a different value depending on how
3322 preferred is the binding.
3323 (where_is_internal): Adjust accordingly.
3324 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
3325 Adjust to new preferred_sequence_p.
3326 (syms_of_keymap): Declare `where-is-preferred-modifier'.
3327 * keyboard.c (parse_solitary_modifier): Not static any more.
3328 * keyboard.h (parse_solitary_modifier): Declare.
3329
33302008-07-16 Andreas Schwab <schwab@suse.de>
3331
3332 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
3333 of easymenu.
3334
33352008-07-16 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * xdisp.c (move_it_in_display_line): Account for word wrap, so
3338 that we don't move off the line.
3339
33402008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 * keyboard.c (Qsuper): Remove.
3343 (parse_menu_item): Don't call where_is_internal specially for NS.
3344
33452008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3346
3347 * s/gnu-linux.h: Remove boilerplate comments.
3348
3349 * m/alpha.h (__ELF__): Consolidate conditions.
3350
3351 * m/m68k.h (linux): Use GNU_LINUX instead.
3352 Remove boilerplate comments.
3353
3354 * m/intel386.h: Undo refactoring from previous change.
3355 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
3356 too, remove dead code.
3357 (linux): Use GNU_LINUX instead.
3358
33592008-07-16 Jason Rumney <jasonr@gnu.org>
3360
3361 * w32gui.h: Repeat 26 June changes lost by last change.
3362
33632008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 * systty.h: Remove code for Aix on 386, unsupported platform.
3366
3367 * s/ms-w32.h: Remove boilerplate comments.
3368 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
3369
3370 * s/gnu-linux.h (TERM): Remove support.
3371 (HAVE_SYSVIPC): Remove, unused.
3372 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
3373 for this system.
3374
3375 * process.c: Remove support for IRIS, unused.
3376 Remove support for TERM, not relevant anymore.
3377
3378 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
3379 used with the definition.
3380
3381 * s/aix4-2.h (static): Do not undef.
3382
3383 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
3384 only used on Aix.
3385 (HAVE_SYSVIPC): Remove, unused.
3386
3387 * m/hp800.h (CANNOT_DUMP): Do not undef.
3388
3389 * m/alpha.h: Fix comment.
3390
3391 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
3392 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
3393 used by this configuration.
3394 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
3395 * unexec.c: Remove code depending on HPUX and
3396 USG_SHARED_LIBRARIES, not used with this file. Remove code
3397 depending on IRIS, unused. Remove if 0-ed code.
3398
3399 * s/template.h: Remove comments about static.
3400
3401 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
3402 Remove if 0-ed code.
3403 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
3404 were the same as the default.
3405 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
3406 Remove boilerplate comments.
3407 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
3408 (HAVE_SYSVIPC): Remove, unused.
3409 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
3410
3411 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3412 Remove boilerplate comments.
3413 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3414 Remove boilerplate comments.
3415 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3416 Remove boilerplate comments.
3417 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
3418
3419 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
3420 USG systems which do not use DATA_SEG_BITS.
3421 Refactor code. Remove boilerplate comments.
3422
3423 * m/ibms390.h:
3424 * m/m68k.h:
3425 * s/bsd-common.h:
3426 * s/cygwin.h:
3427 * s/darwin.h:
3428 * s/freebsd.h:
3429 * s/gnu.h:
3430 * s/msdos.h: Remove boilerplate comments.
3431
3432 * m/iris4d.h: Remove boilerplate comments and code for systems that
3433 do not use this file.
3434 (IRIS_4D): Remove, unused.
3435
3436 * m/mips.h: Remove boilerplate comments and code for systems that
3437 do not use this file.
3438 (SIGN_EXTEND_CHAR):
3439 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
3440 * unexmips.c: Remove file, unused.
3441
3442 * editfns.c (Fuser_full_name): Replace the only use of
3443 USER_FULL_NAME with its value.
3444 * config.in: Regenerate.
3445
34462008-07-16 David Reitter <david.reitter@gmail.com>
3447
3448 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
3449 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
3450
34512008-07-16 Glenn Morris <rgm@gnu.org>
3452
3453 * emacs.c (system-type): Doc fix.
3454
34552008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
3458 If the cache doesn't work, let's fix it, rather than work around it.
3459
34602008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3461
3462 * Makefile.in: Correct additions for nsfont.o in last commit.
3463 * nsfont.m: New file (forgot last commit).
3464
34652008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
3466
3467 * callproc.c (set_initial_environment): Initialize
3468 Vprocess_environment under CANNOT_DUMP (fixes crash when
3469 batch-compiling for bootstrap).
3470
34712008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
3472 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3473
3474 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
3475 fix crash due to different init order.
3476
34772008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3478
3479 Changes and additions for NeXTstep windowing system (Cocoa and
3480 GNUstep) support.
3481
3482 * Makefile.in:
3483 * config.in: Support defines and build commands for NS port.
3484 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
3485 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
3486 * dispextern.h: Include nsgui.h and add needed typedefs under NS
3487 windowing.
3488 (struct face): Add synth_ital field.
3489 * dispnew.c: Include nsterm.h when compiling under NS windowing.
3490 (init_display): Initialize Vinitial_window_system to "ns" when so
3491 compiled.
3492 * emacs.c: Include GSConfig.h when compiling under GNUstep.
3493 (display_arg): Use under NS.
3494 (main): Under NS, allocate autorelease pool and handle command line
3495 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
3496 (standard_args): Add NS-specific args.
3497 (shut_down_emacs): Shut down NS terminal if compiled under NS.
3498 * font.c (DEFAULT_ENCODING): New variable.
3499 (font_find_for_lface): Use it.
3500 (syms_of_font): Load syms_of_nsfont under NS.
3501 * font.h: Declare nsfont_driver when compiled under NS.
3502 * fontset.c: When compiling under NS, include nsterm.h.
3503 (fontset_from_font): Autoconstruct fontset under NS.
3504 * frame.c (various): Under NS, include nsterm.h, add Qns window system
3505 symbol, document and use it.
3506 (do_switch_frame): When for_deletion under Cocoa, add
3507 Fraise_frame(Qnil).
3508 (x_set_frame_parameters): Ensure font attribute changes are picked up.
3509 (x_get_arg): Allow "yes" and "no" as boolean values.
3510 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
3511 Qright under Cocoa.
3512 (focus-follows-mouse): Default to 0 under NS.
3513 * frame.h (enum output_method): Add output_ns.
3514 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
3515 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
3516 (FRAME_WINDOW_P): NS-specific definition.
3517 * fringe.c (max_used_fringe_bitmap): Make public.
3518 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
3519 (getloadavg): Use NeXT code under descendant OS's.
3520 * image.c (includes and header section, x_create_bitmap_from_data)
3521 (x_create_bitmap_from_file, free_bitmap_record, image_background)
3522 (image_background_transparent, x_clear_image_1)
3523 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
3524 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
3525 (x_to_xcolors, x_from_xcolors, x_disable_image)
3526 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
3527 other GUIs, including XPM support using code originally written for
3528 Carbon GUI.
3529 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
3530 using NS API.
3531 (image_ascent): Use font metrics macros instead of direct struct field
3532 access.
3533 * keyboard.c (includes): Add nsterm.h when compiling under NS.
3534 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
3535 Also, handle NS as GTK for menu bar purposes.
3536 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
3537 toolkit where they differ.
3538 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
3539 use cachelist, still needed under NS.
3540 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
3541 (struct widget_value): Define it here for menu.c.
3542 * keymap.c (includes): Include modifier internals.
3543 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
3544 NS.
3545 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
3546 support for preferring sequences using certain modifiers, specified by
3547 the FIRSTONLY argument.
3548 * lisp.h (hash_remove): Rename to avoid name clash when compiling
3549 under NS GNUstep implementation.
3550 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
3551 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
3552 * menu.c: Include nsterm.h under NS.
3553 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
3554 (free_menubar_widget_tree_value, update_submenu_strings)
3555 (find_and_call_menu_selection): Treat NS as X and NT.
3556 (find_and_return_menu_selection): New function, used for popup menus.
3557 * nsgui.h:
3558 * nsterm.h:
3559 * nsfns.m:
3560 * nsimage.m:
3561 * nsmenu.m:
3562 * nsselect.m:
3563 * nsterm.m: New files.
3564 * process.c (wait_reading_process_output): Under NS, call ns_select()
3565 instead of plain select().
3566 * syntax.c (char_quoted): Under NS, avoid a crash when called near
3567 beginning of buffer.
3568 * sysselect.h (init_process): Rename when compiling under Cocoa to
3569 avoid name conflict.
3570 * termhooks.h (display_info): Add ns_display_info to union.
3571 * terminal.c (Fterminal_live_p): Add ns to terminal types.
3572 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
3573 COCOA environment.
3574 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
3575 unexec() signature. (Note, this will dump, but the resulting file
3576 crashes; unexosx is used instead; keeping around for reference and
3577 possible aid in getting dump working under GNUstep.)
3578 * w32gui.h (button_type, widget_value): Remove definitions (now in
3579 keyboard.h).
3580 * window.c: Include nsterm.h when compiling under NS.
3581 * xdisp.c (includes): Include nsterm.h when compiling under NS.
3582 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
3583 other GUI windowing systems.
3584 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
3585 GTK.
3586 (x_consider_frame_title): Under NS, set icon type and frame
3587 modified-state indicator; use ns_set_name_as_filename() when using
3588 formatted title.
3589 (update_window_cursor): Make public when compiling under NS.
3590 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
3591 (hourglass_atimer, Vhourglass_delay
3592 * xfaces.c (header section, init_frame_faces, clear_font_table)
3593 (defined_color, unload_color, x_face_list_fonts)
3594 (prepare_face_for_display): Add NS support parallel to other GUIs.
3595 Emulate GCs like other non-X GUIs.
3596 (split_font_name): Don't lowercase font name under NS.
3597 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
3598 under NS.
3599 * s/darwin.h: Add support for compilation under NS.
3600
36012008-07-15 Jason Rumney <jasonr@gnu.org>
3602
3603 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
3604 (w32_show_hourglass): Rename from show_hourglass.
3605 (w32_hide_hourglass): Rename from hide_hourglass.
3606 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
3607 (Vhourglass_delay): Declare extern.
3608 (hourglass_started): Remove.
3609
3610 * xdisp.c (Vhourglass_delay): Remove static.
3611 (hourglass_started, start_hourglass, cancel_hourglass):
3612 Don't include these versions on WINDOWSNT.
3613
36142008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3615
3616 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
3617 variables (formerly in xfns.c).
3618 (show_hourglass, hide_hourglass): New prototypes (same).
3619 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
3620 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
3621 in xfns.c).
3622 (syms_of_xdisp): Declare/initialize display-hourglass,
3623 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
3624 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
3625 formerly in xfns.c.
3626 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
3627 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
3628 (start_hourglass, cancel_hourglass): Remove.
3629 (show_hourglass, hide_hourglass): Remove prototypes and static
3630 modifiers.
3631 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
3632 hourglass_atimer, hourglass_shown_p declaration/initialization.
3633 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
3634 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
3635 (start_hourglass, cancel_hourglass): Remove.
3636 (show_hourglass, hide_hourglass): Remove prototypes and static
3637 modifiers.
3638 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
3639 hourglass_atimer, hourglass_shown_p declaration/initialization.
3640 * w32fns.c (display_hourglass_p, Vhourglass_delay)
3641 (DEFAULT_HOURGLASS_DELAY): Remove.
3642 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
3643 hourglass_shown_p declaration/initialization.
3644
36452008-07-14 Jason Rumney <jasonr@gnu.org>
3646
3647 * w32fns.c (w32_get_arg): Remove wrapper function.
3648 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
3649 directly.
3650 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3651
36522008-07-14 Kenichi Handa <handa@m17n.org>
3653
3654 * xfont.c (xfont_open): Add workaround for X's bug.
3655
36562008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3657
3658 * fontset.c: Include <stdio.h> unconditionally.
3659
36602008-07-13 Michael Albinus <michael.albinus@gmx.de>
3661
3662 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
3663 for filtering.
3664
36652008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3666
3667 * s/vms.h: Use __GNUC__ instead of _GNUC_.
3668
3669 * m/macppc.h:
3670 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
3671
3672 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
3673 (SPECIAL_EMACS_INT):
3674 * m/ia64.h (SPECIAL_EMACS_INT):
3675 * m/amdx86-64.h (SPECIAL_EMACS_INT):
3676 * s/gnu.h (NLIST_STRUCT):
3677 * s/aix4-2.h (X11R5_INHIBIT_I18N):
3678 * s/gnu-linux.h (LINUX):
3679 * s/msdos.h (HAVE_FACES):
3680 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
3681
3682 * systty.h:
3683 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
3684 anymore.
3685
36862008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3687
3688 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
3689 always defined as int.
3690
3691 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
3692 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
3693 * s/gnu-linux.h (HAVE_WAIT_HEADER):
3694 * s/freebsd.h (HAVE_WAIT_HEADER):
3695 * s/bsd-common.h (HAVE_UNION_WAIT):
3696 * s/aix4-2.h (HAVE_WAIT_HEADER):
3697 * m/mips.h (HAVE_UNION_WAIT):
3698 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
3699 (COFF, static): Do not define, they are undefined later in the file.
3700
3701 * process.c (update_status): Don't use a union.
3702 (status_convert):
3703 (sigchld_handler): Use int instead of WAITTYPE.
3704
37052008-07-12 Chong Yidong <cyd@stupidchicken.com>
3706
3707 * indent.c (Fvertical_motion): Restore hscroll before moving to
3708 goal column.
3709
37102008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3711
3712 * lisp.h: Remove left over code.
3713
37142008-07-11 Andreas Schwab <schwab@suse.de>
3715
3716 * lisp.h: Fix logic in last change.
3717
3718 * menu.h: New file.
3719 * menu.c: Include it.
3720 * xmenu.c: Likewise.
3721 * Makefile.in: Update dependencies.
3722
37232008-07-11 Kenichi Handa <handa@m17n.org>
3724
3725 * fontset.c (fontset_from_font): Cancel the previous change.
3726
37272008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * lisp.h:
3730 * w32heap.c:
3731 * emacs.c:
3732 * alloc.c: Replace all references of NO_UNION_TYPE with
3733 USE_LISP_UNION_TYPE.
3734
3735 * m/xtensa.h (NO_UNION_TYPE):
3736 * m/vax.h (NO_UNION_TYPE):
3737 * m/template.h (NO_UNION_TYPE):
3738 * m/sparc.h (NO_UNION_TYPE):
3739 * m/mips.h (NO_UNION_TYPE):
3740 * m/macppc.h (NO_UNION_TYPE):
3741 * m/m68k.h (NO_UNION_TYPE):
3742 * m/iris4d.h (NO_UNION_TYPE):
3743 * m/intel386.h (NO_UNION_TYPE):
3744 * m/ibms390x.h (NO_UNION_TYPE):
3745 * m/ibms390.h (NO_UNION_TYPE):
3746 * m/ibmrs6000.h (NO_UNION_TYPE):
3747 * m/ia64.h (NO_UNION_TYPE):
3748 * m/hp800.h (NO_UNION_TYPE):
3749 * m/arm.h (NO_UNION_TYPE):
3750 * m/amdx86-64.h (NO_UNION_TYPE):
3751 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
3752 defining it the same.
3753
37542008-07-10 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
3757
37582008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3759
3760 * fileio.c:
3761 * sysdep.c
3762 * systty.h:
3763 * m/ibmrs6000.h:
3764 * m/iris4d.h:
3765 * s/aix4-2.h:
3766 * s/freebsd.h:
3767 * s/gnu-linux.h:
3768 * s/hpux10-20.h:
3769 * s/hpux11.h:
3770 * s/netbsd.h:
3771 * s/sol2-3.h:
3772 * s/sol2-4.h:
3773 * s/sol2.h:
3774 * s/usg5-4.h:
3775 * s/vms.h: Remove references to unused variables.
3776
37772008-07-10 Andreas Schwab <schwab@suse.de>
3778
3779 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
3780 pattern before matching the generic family.
3781
37822008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3783
3784 * unexec.c:
3785 * s/vms.h:
3786 * s/usg5-4-2.h:
3787 * s/sol2-5.h:
3788 * s/freebsd.h:
3789 * s/darwin.h: Remove dead code.
3790
3791 * m/template.h:
3792 * m/sparc.h:
3793 * m/mips.h:
3794 * m/m68k.h:
3795 * m/iris4d.h:
3796 * m/intel386.h:
3797 * m/ibms390x.h:
3798 * m/ibms390.h:
3799 * m/ia64.h:
3800 * m/hp800.h:
3801 * m/arm.h:
3802 * m/amdx86-64.h: Remove dead code and references to unused
3803 and compiler defined symbols.
3804
3805 * unexmips.c:
3806 * unexelf.c: Remove references to desupported systems.
3807
3808 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
3809
3810 * m/powermac.h: Remove boilerplate comments.
3811 (NO_REMAP): Remove unused definition.
3812
3813 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
3814 define them.
3815
38162008-07-10 Kenichi Handa <handa@m17n.org>
3817
3818 * xfont.c (xfont_open): Log the reason of failure.
3819
38202008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * fontset.c (fontset_get_font_group):
3823 * font.c (font_check_otf): Specify argument types.
3824
38252008-07-09 Kenichi Handa <handa@m17n.org>
3826
3827 * coding.c (detect_coding_utf_8): Set detect_info->found only when
3828 non-ASCII char is found.
3829
3830 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
3831 (reorder_font_vector): Change the arg preferred_family to font.
3832 Prefer the spec matching with font.
3833 (fontset_get_font_group): New function.
3834 (fontset_find_font): Change the format of an element of a realized
3835 fontset. Use fontset_get_font_group.
3836 (fontset_font): Try the current fontset, the default fontset, the
3837 fallbacks of the current fontset, and the fallbacks of the default
3838 fontset in this order.
3839 (face_for_char): Delete the shortcut to use the current font.
3840 (fontset_from_font): Don't set fonts for Latin in the fontset.
3841
3842 * font.h (font_make_object, font_match_p): Adjust prototypes.
3843
3844 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
3845
3846 * font.c (font_make_object): New arg entity and pixelsize.
3847 (font_check_otf_features, font_check_otf): New functions.
3848 (font_match_p): Check :lang, :script, and :otf properties.
3849
3850 * xfont.c (xfont_open): Adjust it for the change of
3851 font_make_object.
3852 (xfont_text_extents): Fix initial setting of metrics.
3853
3854 * ftfont.c (struct ftfont_info): New member index, delete member
3855 fc_charset_idx. Make the member order compatible with struct
3856 xftfont_info.
3857 (fc_charset_table): Change charset names to registry names.
3858 (ftfont_pattern_entity): Delete the args registry and
3859 fc_charset_idx. Change the value of :font-entity property
3860 to (FONTNAME . INDEX). Always set :registry property to
3861 `iso10646-1'.
3862 (struct ftfont_cache_data): New struct.
3863 (ftfont_lookup_cache): New arg for_face.
3864 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
3865 (ftfont_driver): Set the member otf_capability.
3866 (ftfont_get_charset): Adjust it for the change of
3867 fc_charset_table.
3868 (OTF_TAG_SYM): New macro.
3869 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
3870 for the change of fc_charset_table.
3871 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
3872 ftfont_pattern_entity. Add FC_INDEX to objset.
3873 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
3874 and ftfont_pattern_entity.
3875 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
3876 font_make_object, struct ftfont_info.
3877 (ftfont_has_char): Use ftfont_get_fc_charset.
3878 (ftfont_otf_features, ftfont_otf_capability): New functions.
3879 (ftfont_shape): Use ftfont_get_otf.
3880 (ftfont_text_extents): Fix initial setting of metrics.
3881
3882 * xftfont.c (struct xftfont_info): New member ft_size. Make the
3883 member order compatible with struct ftfont_info.
3884 (xftfont_open): Add FC_CHARSET to the pattern. Set
3885 xftfont_info->ft_size. Don't unlock the face. Check BDF
3886 properties if appropriate.
3887 (xftfont_close): Unlock the face.
3888 (xftfont_anchor_point, xftfont_shape): Deleted.
3889 (syms_of_xftfont): Don't set members anchor_point and shape of
3890 xftfont_driver.
3891
3892 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
3893 font_make_object.
3894
3895 * w32font.c (w32font_open): Adjust it for the change of
3896 font_make_object.
3897 (w32font_open_internal): Don't set properties of font_object here.
3898
38992008-07-08 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * macfns.c (x_create_tip_frame):
3902 * w32fns.c (x_create_tip_frame):
3903 * xfns.c (x_create_tip_frame): Pass parameter argument to
3904 face-set-after-frame-default.
3905
3906 * xfaces.c (Finternal_merge_in_global_face): Save merged
3907 attributes for the default face back into the face vector.
3908
39092008-07-08 Andreas Schwab <schwab@suse.de>
3910
3911 * fontset.h: Declare fontset_from_font. Don't declare
3912 new_fontset_from_font and fontset_from_font_name.
3913 * xterm.c: Include "fontset.h".
3914 * Makefile.in (xterm.o): Update dependencies.
3915
39162008-07-08 Glenn Morris <rgm@gnu.org>
3917
3918 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
3919 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
3920
39212008-07-07 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
3924 (x_set_frame_parameters): Don't bind it.
3925
39262008-07-07 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * w32fns.c (map_w32_filename): Declare extern.
3929
39302008-07-07 Jason Rumney <jasonr@gnu.org>
3931
3932 * w32term.c (WS_EX_LAYERED): Define if not already.
3933
39342008-07-06 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * xfaces.c (set_font_frame_param): Don't try to set the font
3937 parameter if it is still unspecified in the lface.
3938
39392008-07-05 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
3942 face if it didn't already exist.
3943
3944 * xdisp.c (try_window_id): Give up if word-wrapping is on.
3945
39462008-07-05 Andreas Schwab <schwab@suse.de>
3947
3948 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
3949
39502008-07-05 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
3953 word-wrapping.
3954 (IT_DISPLAYING_WHITESPACE): New macro.
3955 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
3956 when word-wrapping. Simplify word-wrapping logic. Use correct
3957 pixel positions when saving copies of the iterator.
3958 (display_line): Use proper wrap point if the last character on a
3959 line was preceded by whitespace.
3960
39612008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
3964
39652008-07-04 Kenichi Handa <handa@m17n.org>
3966
3967 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
3968
3969 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
3970
39712008-07-02 Jason Rumney <jasonr@gnu.org>
3972
3973 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 3974 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
3975
3976 * xdisp.c (next_element_from_display_vector): Move assignment out
3977 of if statement.
3978
39792008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
3980
3981 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
3982
3983 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
3984 (syms_of_fileio): Initialize and export them.
3985 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
3986
3987 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
3988 (Fsystem_move_file_to_trash): New function.
3989 (syms_of_w32fns): Export it to lisp.
3990
39912008-07-01 Jason Rumney <jasonr@gnu.org>
3992
3993 * w32font.c (w32font_text_extents): Don't count overhang as part
3994 of width.
3995
39962008-06-30 Miles Bader <miles@gnu.org>
3997
3998 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
3999 Add `avoid_cursor_p' field.
4000
4001 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
4002 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
4003 (append_glyph, append_composite_glyph, produce_image_glyph)
4004 (append_stretch_glyph): Initialize avoid_cursor_p.
4005 (get_it_property): Rename from `get_line_height_property'.
4006 (x_produce_glyphs): Use get_it_property.
4007 (handle_line_prefix, push_display_prop): New functions.
4008 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
4009 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
4010 New variables.
4011 (syms_of_xdisp): Initialize them.
4012
40132008-06-30 Kenichi Handa <handa@m17n.org>
4014
4015 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
4016 XftDefaultSubstitute (they are called in XftFontMatch).
4017 (xftfont_open): Fix args to ftfont_font_format.
4018
4019 * ftfont.c (fc_charset_table): New member lang.
4020 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 4021 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
4022 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
4023 (ftfont_open): Fix args to ftfont_font_format.
4024 (ftfont_font_format): New arg filename.
4025
40262008-06-30 Chong Yidong <cyd@stupidchicken.com>
4027
4028 * xfaces.c (Finternal_merge_in_global_face): If default face was
4029 modified, realize it again. Update the font face attribute.
4030
40312008-06-29 Jason Rumney <jasonr@gnu.org>
4032
4033 * w32term.c (x_set_frame_alpha): Fix logic.
4034
40352008-06-29 Kenichi Handa <handa@m17n.org>
4036
4037 * fontset.c (Finternal_char_font): Return font-object instead of
4038 font-name.
4039
4040 * composite.c (get_composition_id): Fix the width calculation for TAB.
4041
40422008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * indent.c (Fvertical_motion): Properly handle float column arg.
4045
40462008-06-28 Jason Rumney <jasonr@gnu.org>
4047
4048 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
4049 (pfnSetLayeredWindowAttributes): New function pointer.
4050 (w32_initialize): Initialize it when supported.
4051 (x_set_frame_alpha): New function.
4052
4053 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
4054 (w32_frame_parm_handlers): Set alpha handler.
4055
4056 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
4057
40582008-06-27 Jason Rumney <jasonr@gnu.org>
4059
4060 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
4061 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
4062 (w32_to_x_charset, x_to_w32_charset)
4063 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
4064 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
4065 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
4066 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
4067 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
4068 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
4069 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
4070 (Qw32_charset_unicode): Remove.
4071 (syms_of_w32fns): Update for above changes.
4072
4073 * w32font.c (w32_to_x_charset, x_to_w32_charset)
4074 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
4075 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
4076 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
4077 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
4078 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
4079 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
4080 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
4081 (syms_of_w32font): Update for above changes.
4082
40832008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
4084
4085 * s/usg5-4.h: Fix previous change: keep the correct branch of a
4086 removed #if.
4087 (USG_SHARED_LIBRARIES): Remove duplicate definition.
4088
40892008-06-26 Juanma Barranquero <lekktu@gmail.com>
4090 Eli Zaretskii <eliz@gnu.org>
4091
4092 * makefile.w32-in (LOCAL_FLAGS):
4093 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
4094
4095 * sysdep.c (_spawnlp, _getpid):
4096 Declare with explicit _cdecl instead of _CRTAPI1.
4097
4098 * editfns.c (Fget_internal_run_time):
4099 Check for WINDOWSNT with #ifdef, not #if.
4100
41012008-06-26 Jason Rumney <jasonr@gnu.org>
4102
4103 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
4104
4105 * w32term.c (x_draw_glyph_string_foreground)
4106 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
4107 Use FONT_HANDLE macro.
4108 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
4109
4110 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
4111 (uniscribe_encode_char): Use FONT_HANDLE macro.
4112
4113 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
4114 (w32font_text_extents): Use precast w32_font.
4115 (w32font_close): Free cached metrics.
4116 (w32font_open_internal): Allocate space for name on stack.
4117
41182008-06-26 Chong Yidong <cyd@stupidchicken.com>
4119
4120 * xdisp.c (extend_face_to_end_of_line): Fix last change.
4121
41222008-06-26 Jason Rumney <jasonr@gnu.org>
4123
4124 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
4125 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
4126
41272008-06-26 Juanma Barranquero <lekktu@gmail.com>
4128
4129 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
4130
41312008-06-26 Jason Rumney <jasonr@gnu.org>
4132
4133 * w32bdf.c, w32bdf.h: Remove obsolete files.
4134
4135 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
4136
4137 * w32gui.h: Don't include w32bdf.h.
4138 (XCharStruct, enum w32_char_font_type, W32FontStruct):
4139 Remove obsolete font support.
4140
4141 * w32font.h (struct w32font_info): Remove compat_w32_font.
4142 Add hfont member.
4143 (FONT_COMPAT): Remove obsolete macro.
4144
4145 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
4146 (w32font_encode_char, w32font_text_extents): Use new hfont member.
4147 (w32font_open_internal): Remove compat code. Set new hfont member.
4148 (Fx_select_font): Use new hfont member.
4149
4150 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
4151 (uniscribe_encode_char): Use new hfont member.
4152
4153 * w32term.c (x_draw_glyph_string_foreground)
4154 (x_draw_composite_glyph_string_foreground): Use new hfont member.
4155 (x_draw_glyph_string): Use metrics in w32font_info.
4156
41572008-06-26 Kenichi Handa <handa@m17n.org>
4158
4159 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
4160
41612008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 * unexnext.c:
4164 * m/ews4800.h:
4165 * m/hp9000s300.h:
4166 * m/ibm370aix.h:
4167 * m/mips-siemens.h:
4168 * m/ncr386.h:
4169 * m/next.h:
4170 * m/pmax.h:
4171 * m/powerpcle.h:
4172 * m/tandem-s2.h:
4173 * s/386bsd.h:
4174 * s/bsd386.h:
4175 * s/bsd4-1.h:
4176 * s/bsd4-2.h:
4177 * s/bsdos2-1.h:
4178 * s/bsdos2.h:
4179 * s/bsdos3.h:
4180 * s/bsdos4.h:
4181 * s/nextstep.h:
4182 * s/ultrix4-3.h:
4183 * s/usg5-0.h:
4184 * s/usg5-2-2.h:
4185 * s/usg5-2.h:
4186 * s/usg5-4-3.h:
4187 * s/ux4800.h:
4188 * s/uxpds.h:
4189 * s/uxpv.h: Remove support for obsolete systems.
4190 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
4191 Remove, insert contents in s/hpux-10.20.h.
4192 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
4193 Remove, insert contents in s/aix4-2.h.
4194 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
4195 * s/bsd4-3.h: Rename to ...
4196 * s/bsd-common.h: ... this.
4197 * data.c:
4198 * doc.c:
4199 * ecrt0.c:
4200 * emacs.c:
4201 * fileio.c:
4202 * floatfns.c:
4203 * keyboard.c:
4204 * mem-limits.h:
4205 * print.c:
4206 * process.c:
4207 * sysdep.c:
4208 * syssignal.h:
4209 * systty.h:
4210 * syswait.h:
4211 * term.c:
4212 * unexec.c:
4213 * unexelf.c:
4214 * unexhp9k800.c:
4215 * m/hp800.h:
4216 * m/ibmrs6000.h:
4217 * m/mips.h:
4218 * m/vax.h:
4219 * s/darwin.h:
4220 * s/freebsd.h:
4221 * s/gnu.h:
4222 * s/ms-w32.h:
4223 * s/msdos.h:
4224 * s/netbsd.h:
4225 * s/template.h: Remove references to obsolete variables.
4226
4227 * Makefile.in: Add dependencies for all unexec files.
4228 (admindir): Remove unused variable.
4229 (UNEXEC_SRC): Remove references.
4230
42312008-06-25 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * xfns.c (x_default_font_parameter): If Xft is available, first
4234 try Monospace-12 for the default font.
4235
42362008-06-25 Jason Rumney <jasonr@gnu.org>
4237
4238 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
4239
42402008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
4243
4244 * buffer.c (syms_of_buffer): Remove default-word-wrap.
4245
42462008-06-25 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
4249 <scroll-conservatively>: Fix typo in docstring.
4250
4251 * xselect.c (Fx_send_client_event): Doc fix.
4252
42532008-06-25 Kenichi Handa <handa@m17n.org>
4254
4255 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
4256
4257 * font.c (font_parse_fcname): Remove unused variables.
4258 (font_sort_entites): Delete the arg SPEC. Caller changed.
4259 Fix for the case of ! best_only.
4260 (font_delete_unmatched): Check DPI and AVGWIDTH too.
4261
4262 * lisp.h (Fstring_to_unibyte): EXFUN it.
4263
4264 * character.h (str_to_unibyte): Extern it.
4265
4266 * character.c (str_to_unibyte): New function.
4267
4268 * fns.c (Fstring_to_unibyte): New function.
4269 (syms_of_fns): Defsubr it.
4270
42712008-06-24 Kenichi Handa <handa@m17n.org>
4272
4273 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
4274 DPI too.
4275 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
4276
42772008-06-24 Andreas Schwab <schwab@suse.de>
4278
4279 * Makefile.in (${lispsource}loaddefs.el): Rename from
4280 ../lisp/loaddefs.el.
4281 (bootstrap-clean): Do what distclean does but don't remove
4282 Makefile.
4283 (distclean): Depend on bootstrap-clean and remove Makefile.
4284
42852008-06-24 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * buffer.h (struct buffer): New member word_wrap.
4288
4289 * buffer.c (syms_of_buffer): New variables default-word-wrap and
4290 word-wrap.
4291 (init_buffer_once): Initialize them.
4292
4293 * dispextern.h (struct it): Replace bool truncate_lines_p with a
4294 line_wrap enum possessing three possible values.
4295
4296 * termopts.h: Replace truncate_partial_width_windows with
4297 Vtruncate_partial_width_windows.
4298
4299 * dispnew.c (direct_output_for_insert): Avoid direct output when
4300 inserting a space with word wrap on.
4301
4302 * indent.c (compute_motion): Obey integer values of
4303 truncate-partial-width-windows.
4304
4305 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
4306 replacing truncate_partial_width_windows.
4307 (init_iterator): If Vtruncate_partial_width_windows is an integer,
4308 truncate only if the window width is below that integer.
4309 (start_display, resize_mini_window, produce_stretch_glyph)
4310 (display_string, move_it_in_display_line_to): Use line_wrap.
4311 (back_to_previous_visible_line_start, reseat_1): Reset
4312 string_from_display_prop_p.
4313 (display_line): Extend default face to end of line when wrapping.
4314
43152008-06-24 Kim F. Storm <storm@cua.dk>
4316
4317 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
4318 to wrap continued lines at word boundaries.
4319
43202008-06-24 Jason Rumney <jasonr@gnu.org>
4321
4322 * font.c (Ffont_face_attributes): Multiply pixel size before point
4323 conversion to avoid multiplying rounding error.
4324
43252008-06-23 Jason Rumney <jasonr@gnu.org>
4326
4327 * w32term.c (x_draw_glyph_string_background)
4328 (x_draw_glyph_string): Remove old bdf font code.
4329
4330 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
4331
43322008-06-22 Kenichi Handa <handa@m17n.org>
4333
4334 * font.c (font_find_for_lface): Try the adstyle specified in
4335 the property of LFACE_FONT of LFACE (if any).
4336
43372008-06-21 Seiji Zenitani <zenitani@mac.com>
4338 Ryo Yoshitake <ryo@shiftmode.net>
4339
4340 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
4341
43422008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
4345 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
4346 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
4347 (witness-emacs): Remove.
4348 (lisp, shortlisp): Move loaddefs.el earlier.
4349 (mostlyclean): Forget about witness-emacs.
4350
43512008-06-22 Glenn Morris <rgm@gnu.org>
4352
4353 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
4354 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
4355
43562008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * Makefile.in (PRECOMP): Remove.
4359 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
4360 (witness-emacs): Run `compile-first'.
4361 (.el.elc): Use the new compile-onefile target.
4362
43632008-06-21 Kenichi Handa <handa@m17n.org>
4364
4365 * xftfont.c (xftfont_open): Handle QCembolden only when
4366 FC_EMBOLDEN is defined.
4367
43682008-06-21 Andreas Schwab <schwab@suse.de>
4369
4370 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
4371 (.el.elc): Likewise.
4372
43732008-06-21 Miles Bader <miles@gnu.org>
4374
4375 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
4376 build dir, not the lisp source dir.
4377
43782008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
4381 (bootstrapclean): Remove.
4382 (.el.elc): New rule.
4383 (PRECOMP): New var.
4384 (../lisp/subdirs.el): Remove.
4385 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
4386 (witness-emacs): New target.
4387 (mostlyclean): Remove witness-emacs as well.
4388 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
4389 Add witness-emacs dependency.
4390
43912008-06-20 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
4394 defined by the font.
4395
43962008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
4399 (bootstrap-clean): New target that keeps TAGS around.
4400 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
4401 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
4402
44032008-06-20 Jason Rumney <jasonr@gnu.org>
4404
4405 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
4406 Remove obsolete font code.
4407
4408 * w32font.c (font_matches_spec): Use csb bitfield from font signature
4409 to determine language support.
4410
44112008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * sysdep.c (cfsetspeed): New fun extracted from the code.
4414 (cfmakeraw): Move before first use.
4415
44162008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
4417
4418 * sysdep.c (cfmakeraw): Provide fallback implementation.
4419 (serial_configure): Provide fallback implementation of cfsetspeed.
4420
44212008-06-20 Kenichi Handa <handa@m17n.org>
4422
4423 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
4424 the pattern.
4425
4426 * fontset.c (fontset_from_font): Copy font_spec before changing
4427 the elements.
4428
4429 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
4430
44312008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
4434 for explicit `font' parameters.
4435
4436 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
4437
44382008-06-19 Kenichi Handa <handa@m17n.org>
4439
4440 * frame.c: Include <ctype.h>.
4441 (x_set_font_backend): Allow spacing characters in the X resource
4442 for FontBackend.
4443
44442008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * w32fns.c, xfns.c (Qfont_param): New var.
4447 (syms_of_w32fns): Initialize it.
4448 (x_default_font_parameter): Record explicit `font' into
4449 `font-parameter'.
4450
44512008-06-18 Kenichi Handa <handa@m17n.org>
4452
4453 * font.c (font_parse_xlfd): Fix previous change.
4454 (font_parse_fcname): Don't use :fc-unknown-spec.
4455 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
4456 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
4457 (font_add_log): Prepend the driver name to the resulting fonts.
4458
4459 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
4460 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
4461 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
4462
4463 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
4464 (QCembolden): New variables.
4465 (syms_of_xftfont): DEFSYM them.
4466 (xftfont_open): Call XftFontMatch. Don't trust the result of
4467 XftTextExtents8 if the pixel_size is less than 5.
4468
44692008-06-18 Andreas Schwab <schwab@suse.de>
4470
4471 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
4472 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
4473
44742008-06-18 Jason Rumney <jasonr@gnu.org>
4475
4476 * w32font.c (w32font_list, w32font_match): Add logging.
4477
4478 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
4479
44802008-06-17 Chong Yidong <cyd@stupidchicken.com>
4481
4482 * font.c (font_parse_fcname): Store divider characters for
4483 unknown-spec list. For known key symbols, intern using correct
4484 symbol name.
4485
44862008-06-17 Kenichi Handa <handa@m17n.org>
4487
4488 * xfaces.c (realize_default_face): If the frame is not on window
4489 system, set the fontset of face to nil.
4490
44912008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4492
4493 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
4494
44952008-06-16 Juanma Barranquero <lekktu@gmail.com>
4496
4497 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
4498 (build_font_name_from_vector): Delete externs.
4499
4500 * xfaces.c (struct font_name): Don't declare.
4501
45022008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
4505
45062008-06-16 Chong Yidong <cyd@stupidchicken.com>
4507
4508 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
4509
45102008-06-16 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * font.c (Ffont_spec): Fix usage in docstring.
4513 (Ffont_face_attributes): Doc fix.
4514
45152008-06-16 Andreas Schwab <schwab@suse.de>
4516
4517 * font.c (Ffont_face_attributes): Fix definition.
4518
45192008-06-16 Jason Rumney <jasonr@gnu.org>
4520
4521 * font.h (font_style_symbolic_from_value): Remove.
4522
4523 * font.c (font_style_symbolic_from_value): Remove.
4524 (font_style_symbolic): Revert to pre 2008-06-13 version.
4525
4526 * w32font.c (w32_to_fc_weight): New function.
4527 (w32font_full_name, logfont_to_fcname): Use it.
4528
45292008-06-16 Kenichi Handa <handa@m17n.org>
4530
4531 * font.c (font_check_object): Delete it.
4532 (font_clear_cache): Check if a font-object is alive.
4533 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
4534 font-object to nil.
4535 (font_close_object): Don't check FONT_CLOSE_OBJECT.
4536 (font_at): Don't call font_check_object.
4537 (Ffont_get): Return a symbol for :weight, :slant, and :width.
4538
45392008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4540
4541 * puresize.h (BASE_PURESIZE): Increase to 1230000.
4542
45432008-06-16 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
4546
45472008-06-15 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * font.c (font_parse_fcname): Only one decimal point.
4550 (font_unparse_fcname): Handle data in family and foundry indices
4551 as symbols, not strings.
4552 (font_unparse_gtkname, Ffont_face_attributes): New functions.
4553
4554 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
4555
4556 * font.h (font_unparse_gtkname): Add prototype.
4557
45582008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4559
4560 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
4561
45622008-06-15 Andreas Schwab <schwab@suse.de>
4563
4564 * font.c (font_update_drivers): Fix crash when no drivers match.
4565
45662008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
4569 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
4570
45712008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
4574
45752008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * process.c (Fserial_process_configure, Fprocess_send_eof):
4578 Use EQ to compare Lisp_Objects.
4579
45802008-06-13 Jason Rumney <jasonr@gnu.org>
4581
4582 * w32fns.c (Fw32_select_font): Remove old font API function.
4583
4584 * w32font.c (logfont_to_fcname): New function.
4585 (Fx_select_font): New font dialog function compatible with
4586 GTK/fontconfig version.
4587
4588 * font.c (font_style_symbolic_from_value): New function.
4589 (font_style_symbolic): Use it.
4590
4591 * font.h (font_style_symbolic_from_value): Declare new function.
4592
45932008-06-13 Juanma Barranquero <lekktu@gmail.com>
4594
4595 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
4596 <font-width-table>: Fix typos in docstrings.
4597
45982008-06-13 Daniel Engeler <engeler@gmail.com>
4599
4600 These changes add serial port access.
4601 * process.c: Add HAVE_SERIAL.
4602 (Fdelete_process, Fprocess_status, Fset_process_buffer)
4603 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
4604 (list_processes_1, select_wrapper, Fstop_process)
4605 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
4606 (status_notify): Modify to handle serial processes.
4607 [HAVE_SERIAL] (Fserial_process_configure)
4608 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
4609 New functions.
4610 * process.h (struct Lisp_Process): Add `type'.
4611 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
4612 New functions.
4613 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
4614 serial ports.
4615 (serial_open, serial_configure) New functions.
4616 * w32.h: Add FILE_SERIAL.
4617 (struct _child_process): Add ovl_read, ovl_write.
4618
46192008-06-13 Kenichi Handa <handa@m17n.org>
4620
4621 * dispextern.h (enum lface_attribute_index): New member
4622 LFACE_FOUNDRY_INDEX.
4623
4624 * font.c (font_score): Delete arg alternate_families. Check only
4625 weight, slant, width, and size. Ignore the difference of alias
4626 style symbols.
4627 (font_sort_entites): Adjust for the above change. Reflect the
4628 order of font-driver to scores.
4629 (font_list_entities): Don't check alternate_familes here.
4630 (font_clear_prop): Handle foundry.
4631 (font_update_lface): Don't parse "foundry-family" form here.
4632 Handle FONT_FOUNDRY_INDEX.
4633 (font_find_for_lface): Likewise. Handle alternate families here.
4634 If registry is nil, try iso8859-1 and ascii-0.
4635 (font_open_for_lface): Pay attention to size in ENTITY.
4636 (font_open_by_name): Simplify by calling font_load_for_lface.
4637 (free_font_driver_list): Delete it.
4638 (font_update_drivers): Preserve the order of backends.
4639 (syms_of_font): Setting of sort_shift_bits adjusted for the change
4640 of font_score and font_sort_entites.
4641 (font_update_sort_order): Likewise.
4642
4643 * xfaces.c (LFACE_FOUNDRY): New macro.
4644 (check_lface_attrs): Check foundry.
4645 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
4646 (merge_face_vectors): Check foundry.
4647 (merge_face_ref): Likewise.
4648 (Finternal_set_lisp_face_attribute): Likewise.
4649 (x_update_menu_appearance): Likewise.
4650 (Finternal_get_lisp_face_attribute): Likewise.
4651 (lface_hash): Likewise.
4652 (lface_same_font_attributes_p): Likewise.
4653 (x_supports_face_attributes_p): Likewise.
4654 (tty_supports_face_attributes_p): Likewise.
4655 (Finternal_set_alternative_font_family_alist): Intern strings.
4656 (Finternal_set_alternative_font_registry_alist): Downcase strings.
4657 (realize_default_face): Set LFACE_FOUNDRY (lface).
4658
4659 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
4660 font-driver at first.
4661
4662 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
4663
46642008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4665
4666 * lread.c (Fload): Use xfree, not free on saved_doc_string.
4667
46682008-06-12 Jim Meyering <meyering@redhat.com>
4669
4670 Make unexec_free handle NULL the same way free does.
4671 * unexmacosx.c (unexec_free): Ignore a NULL argument.
4672
46732008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * character.h (CHAR_TO_BYTE_SAFE): New macro.
4676 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
4677 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
4678 (WEAK_ALIAS): Simplify.
4679 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
4680 when searching a unibyte buffer.
4681
46822008-06-12 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * xfns.c (Fx_select_font): Rename from x-font-dialog.
4685
46862008-06-12 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * w32font.c: Include ctype.h.
4689
46902008-06-11 Jason Rumney <jasonr@gnu.org>
4691
4692 * w32font.c (w32font_encode_char): Detect missing glyphs that are
4693 misreported as space.
4694 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
4695 as aliases for registry iso10646-1.
4696
46972008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * buffer.c (clone_per_buffer_values): Skip `name'.
4700
47012008-06-11 Chong Yidong <cyd@stupidchicken.com>
4702
4703 * font.c (font_parse_fcname): Fix last change; accept decimal
4704 points in font size.
4705
47062008-06-10 Jason Rumney <jasonr@gnu.org>
4707
4708 * w32uniscribe.c (add_opentype_font_name_to_list):
4709 Skip non unicode fonts.
4710
47112008-06-10 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * xfns.c (Fx_font_dialog): New function.
4714
4715 * gtkutil.c (xg_dialog_response_cb): Rename from
4716 xg_file_response_callback.
4717 (pop_down_dialog): Rename from pop_down_file_dialog.
4718 (xg_get_file_name): Callers changed.
4719 (xg_get_font_name): New function.
4720
4721 * gtkutil.h (xg_get_font_name): Insert prototype.
4722
47232008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
4726 x_underline_minimum_display_offset.
4727 (syms_of_xdisp): Declare it here rather than in xterm.c.
4728 * dispextern.h (underline_minimum_offset): Declare it.
4729 * w32term.c (x_draw_glyph_string): Use it.
4730 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
4731 (syms_of_xterm): Don't declare it any more.
4732 (x_draw_glyph_string): Adjust to the new name.
4733
47342008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
4735
4736 * xterm.c (x_underline_minimum_display_offset): New var.
4737 (x_draw_glyph_string): Use it.
4738 (syms_of_xterm): Declare it.
4739
47402008-06-10 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * font.c (font_parse_fcname): Accept GTK-style font names too.
4743
47442008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * dired.c (file_name_completion): Don't return t if the match is exact
4747 but with different capitalization.
4748 * minibuf.c (Ftry_completion): Simplify.
4749
4750 * window.c (Vwindow_point_insertion_type): New var.
4751 (set_window_buffer): Use it.
4752 (syms_of_window): Init and export it to Lisp.
4753
47542008-06-10 Kenichi Handa <handa@m17n.org>
4755
4756 * font.h (font_intern_prop): Prototype adjusted.
4757
4758 * font.c (font_intern_prop): New arg force_symbol.
4759 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
4760 Adjust for the change of font_intern_prop.
4761
4762 * ftfont.c (ftfont_pattern_entity):
4763 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
4764 (w32_registry):
4765 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
4766 the change of font_intern_prop.
4767
47682008-06-09 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * w32menu.c (digest_single_submenu): Declare extern.
4771
47722008-06-09 Jason Rumney <jasonr@gnu.org>
4773
4774 * w32term.c (x_make_frame_visible): Use alternate restore flags.
4775
4776 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
4777 (parse_single_submenu): Remove.
4778 (digest_single_submenu): Remove.
4779 (syms_of_w32menu): Don't initialise variables that have moved
4780 to menu.c.
4781 (set_frame_menubar): Sync with version in xmenu.c.
4782 (w32_menu_show): Sync with xmenu_show in xmenu.c.
4783
4784 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
4785 Make static again.
4786
47872008-06-09 Jason Rumney <jasonr@gnu.org>
4788
4789 Changes to w32 files related to the move of common menu code
4790 to menu.c on 2008-06-08 by Chong Yidong.
4791
4792 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
4793 defs to w32gui.h.
4794 (single_keymap_panes, push_menu_item, push_menu_pane):
4795 Make globally visible.
4796
4797 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
4798 (local_free, malloc_widget_value, free_widget_value)
4799 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
4800 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
4801 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
4802 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
4803 (menu_items, menu_items_allocated, menu_items_used)
4804 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
4805 (init_menu_items, finish_menu_items, discard_menu_items)
4806 (grow_menu_items, push_submenu_start, push_submenu_end)
4807 (push_left_right_boundary, push_menu_pane, push_menu_item)
4808 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
4809 (free_menubar_widget_tree_value, parse_single_submenu)
4810 (update_submenu_strings): Remove functions.
4811 (xmalloc_widget_value): Remove and declare extern.
4812
4813 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
4814 (OBJ1): Build it.
4815
4816 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
4817 (local_heap, local_alloc, local_free, malloc_widget_value)
4818 (free_widget_value): Define here.
4819
48202008-06-09 Kenichi Handa <handa@m17n.org>
4821
4822 * font.h (Qascii_0): Extern it.
4823
4824 * font.c (Qascii_0): New variable.
4825 (syms_of_font): DEFSYM it.
4826 (font_open_by_name): If the registry "iso8859-1" fails, try also
4827 "ascii-0".
4828
4829 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
4830
48312008-06-08 Kenichi Handa <handa@m17n.org>
4832
4833 * .gdbinit (xfont): New command.
4834
48352008-06-08 Andreas Schwab <schwab@suse.de>
4836
4837 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
4838 * Makefile.in (menu.o): Update dependencies.
4839
4840 * Makefile.in (obj): Always add menu.o.
4841 * emacs.c (main): Always call syms_of_menu.
4842 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
4843
48442008-06-08 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * Makefile.in: Compile menu.c.
4847
4848 * lisp.h: Declare syms_of_menu.
4849
4850 * emacs.c (main): Call syms_of_menu.
4851
4852 * keyboard.h: Relocate platform-independent menu definitions from
4853 xmenu.c.
4854
4855 * menu.c: New file. Relocate platform-independent menu
4856 definitions from xmenu.c. Suggested by Adrian Robert.
4857
4858 * xmenu.c: Remove platform-independent menu definitions.
4859 (menu_items menu_items_inuse, menu_items_allocated)
4860 (menu_items_used, menu_items_n_panes)
4861 (menu_items_submenu_depth): Move to keyboard.h.
4862 (init_menu_items, finish_menu_items, unuse_menu_items)
4863 (discard_menu_items, restore_menu_items, save_menu_items)
4864 (grow_menu_items, push_submenu_start, push_submenu_end)
4865 (push_left_right_boundary, push_menu_pane, push_menu_item)
4866 (keymap_panes, single_keymap_panes, single_menu_item)
4867 (list_of_panes, list_of_items, find_and_call_menu_selection)
4868 (xmalloc_widget_value, free_menubar_widget_value_tree)
4869 (parse_single_submenu, digest_single_submenu)
4870 (update_submenu_strings): Move to menu.c.
4871
48722008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
4875
48762008-06-06 Miles Bader <miles@gnu.org>
4877
4878 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
4879 face, not frame default.
4880
48812008-06-05 Martin Rudalics <rudalics@gmx.at>
4882
4883 * window.c (pop_up_windows, pop_up_frames)
4884 (display_buffer_reuse_frames, Vpop_up_frame_function)
4885 (Vdisplay_buffer_function, Veven_window_heights)
4886 (Vspecial_display_buffer_names, Vspecial_display_regexps)
4887 (Vspecial_display_function, Vsame_window_buffer_names)
4888 (Vsame_window_regexps, split_height_threshold)
4889 (Vsplit_window_preferred_function): Move those vars to window.el.
4890 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
4891 (Fdisplay_buffer): Move those functions to window.el.
4892 (syms_of_window): Remove corresponding declarations.
4893 (display_buffer): New function.
4894 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
4895 * dispnew.c (Flast_nonminibuf_frame): New function.
4896 * buffer.c (Fpop_to_buffer): Move to window.el.
4897
48982008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
4901
49022008-06-05 Kenichi Handa <handa@m17n.org>
4903
4904 * coding.c (detect_coding): Fix previous change.
4905 (detect_coding_system): Likewise.
4906
49072008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
4910
4911 * keymap.c (Vminibuffer_local_filename_must_match_map):
4912 Rename from Vminibuffer_local_must_match_filename_map.
4913 (syms_of_keymap):
4914 * minibuf.c (Fcompleting_read): Adjust accordingly.
4915 * commands.h: Rename declaration as well.
4916
49172008-06-05 Kenichi Handa <handa@m17n.org>
4918
4919 * font.c (Ffont_spec): Don't use font_parse_family_registry for
4920 family name.
4921 (Ffont_put): Likewise.
4922
4923 * fontset.c (fontset_find_font): Call font_open_for_lface with the
4924 current font-spec.
4925
4926 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
4927 is unspecified.
4928
4929 * xfaces.c (realize_x_face): If the font-related face attributes
4930 are the same as those of default face, realize a new fontset from
4931 default->fontset.
4932 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
4933
49342008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
4937 (move_it_in_display_line): New wrapper.
4938
4939 * window.c (window_scroll_pixel_based_preserve_x)
4940 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
4941 (window_scroll_pixel_based, window_scroll_line_based):
4942 Use them to preserve column positions.
4943 (syms_of_window): Initialize them.
4944
4945 * indent.c (Fvertical_motion): Extend first arg to allow passing an
4946 (HPOS . VPOS) pair.
4947
4948 * dispextern.h (move_it_in_display_line): Declare.
4949
49502008-06-05 Juanma Barranquero <lekktu@gmail.com>
4951
4952 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
4953 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
4954 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
4955
49562008-06-04 Juanma Barranquero <lekktu@gmail.com>
4957
4958 * window.c (Fset_window_parameter): Doc fix.
4959 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
4960
49612008-06-04 Joakim Verona <joakim@verona.se>
4962
4963 * window.h (struct window): Add new member window_parameters.
4964
4965 * window.c (Fwindow_parameters, Fwindow_parameter)
4966 (Fset_window_parameter): New defuns.
4967 (syms_of_window): Defsubr the new defuns.
4968 (make_window): Initialize window_parameters to nil.
4969
49702008-06-04 John Paul Wallington <jpw@pobox.com>
4971
4972 * eval.c (Fdefmacro): Doc fix.
4973
49742008-06-04 Kenichi Handa <handa@m17n.org>
4975
4976 * coding.c (detect_coding): Fix handling of coding->head_ascii.
4977 Be sure to call setup_coding_system when we find a proper coding system.
4978 (detect_coding_system): Fix handling of coding->head_ascii.
4979
49802008-06-03 Andreas Schwab <schwab@suse.de>
4981
4982 * font.c (font_prop_validate_spacing): Fix last change.
4983
49842008-06-03 Kenichi Handa <handa@m17n.org>
4985
4986 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
4987 (font_parse_fcname): Fix handling of unknown key.
4988
4989 * xfont.c (xfont_list): Try an alias.
4990
4991 * charset.c (char_charset): Return NULL if the arg charset_list is
4992 specified and C doesn't belong to any of them.
4993
49942008-06-02 Chip Coldwell <coldwell@redhat.com>
4995
4996 * font.c (font_pixel_size): Don't take cdr of an integer.
4997
49982008-06-02 Jim Meyering <meyering@redhat.com>
4999
5000 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
5001 * alloc.c (xfree): Return right away for a NULL arg.
5002 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
5003 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
5004 * mac.c (create_apple_event_from_event_ref): Likewise.
5005 (create_apple_event_from_drag_ref, cfstring_create_normalized):
5006 Likewise.
5007 * doprnt.c (doprnt1): Likewise.
5008 * frame.c (frame): Likewise.
5009 * keyboard.c (wipe_kboard): Likewise.
5010 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
5011 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
5012 * term.c (tty_default_color_capabilities, maybe_fatal)
5013 (delete_tty): Likewise.
5014 * w16select.c (string): Likewise.
5015 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
5016 * w32bdf.c (w32_free_bdf_font): Likewise.
5017 * w32fns.c (w32_unload_font): Likewise.
5018 * w32font.c (w32font_close): Likewise.
5019 * window.c (size_window): Likewise.
5020 * xselect.c (receive_incremental_selection): Likewise.
5021 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
5022 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
5023 * w32.c (stat): Likewise.
5024
5025 Remove useless if-before-free tests.
5026 * editfns.c (Fset_time_zone_rule): Likewise.
5027 * lread.c (nosuffix): Likewise.
5028 * ralloc.c (get_bloc): Likewise.
5029 * regex.c (reg_free): Likewise.
5030 * xftfont.c (xftfont_open, xftfont_close): Likewise.
5031 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
5032 * xsmfns.c (smc_save_yourself_CB): Likewise.
5033
50342008-06-02 Kenichi Handa <handa@m17n.org>
5035
5036 * font.c (font_find_for_lface): Handle float font size.
5037 (font_open_for_lface): Likewise.
5038
5039 * xfaces.c (x_supports_face_attributes_p): Check face->font before
5040 comparing the properties.
5041
50422008-06-01 Jason Rumney <jasonr@gnu.org>
5043
5044 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
5045 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
5046 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
5047 Don't add empty script list.
5048 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
5049
50502008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5051
5052 * Makefile.in (dot, dotdot): Remove, update users.
5053 ".." has been used elsewhere in the file for a long time.
5054 (LIBXT_STATIC): Remove conditional based on unused variable.
5055
50562008-06-01 Miles Bader <miles@gnu.org>
5057
5058 * xfaces.c (Vface_remapping_alist): New variable.
5059 (syms_of_xfaces): Initialize it.
5060 (enum named_merge_point_kind): New type.
5061 (struct named_merge_point): Add `named_merge_point_kind' field.
5062 (push_named_merge_point): Make cycle detection respect different
5063 named-merge-point kinds.
5064 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
5065 Remove face-name alias resolution.
5066 (lface_from_face_name): New definition using
5067 `lface_from_face_name_no_resolve'.
5068 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
5069 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
5070 (get_lface_attributes): New definition that layers face-remapping on
5071 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
5072 (lookup_basic_face): New function.
5073 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
5074 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
5075 `get_lface_attributes'.
5076 (face_at_buffer_position): Use `lookup_basic_face' to lookup
5077 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
5078 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
5079
5080 * xdisp.c (init_iterator): Pass base_face_id through
5081 `lookup_basic_face' when we actually use it as a face-id.
5082 (handle_single_display_prop): Use `lookup_basic_face' to lookup
5083 DEFAULT_FACE_ID.
5084
5085 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
5086 lookup the initial face-id.
5087
5088 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
5089
50902008-06-01 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
5093 (Fremove_text_properties): Fix typos in docstrings.
5094
50952008-05-31 Kenichi Handa <handa@m17n.org>
5096
5097 * font.c (font_list_entities): Fix the car part of data to be
5098 stored in the cache.
5099
5100 * ftfont.c (ftfont_font_format): Don't use strcasestr.
5101
51022008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
5105 Add a `test' argument so another predicate than `equal' can be used.
5106 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
5107 (map_char_table): Remove unused vars `c' and `i'.
5108 * lisp.h (Foptimize_char_table): Adjust declaration.
5109 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
5110
51112008-05-30 Kenichi Handa <handa@m17n.org>
5112
5113 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
5114 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
5115 defined.
5116
51172008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
5120 (Fmake_variable_frame_local): Disallow mixing buffer-local and
5121 frame-local settings for the same variable.
5122
51232008-05-30 Kenichi Handa <handa@m17n.org>
5124
5125 * fontset.c (Ffont_info): Move to font.c.
5126 (syms_of_fontset): Delete defsubr of Sfont_info.
5127
5128 * font.c (font_style_to_value, font_score): Delete casting of the
5129 args to xstcasecmp.
5130 (register_font_driver): Increment num_font_drivers only when
5131 registering the driver globally.
5132 (Ffont_info): Move from fontset.c. Handle a font object too.
5133 (syms_of_font): Defsubr Sfont_info.
5134
51352008-05-29 Kenichi Handa <handa@m17n.org>
5136
5137 * coding.h (enum define_coding_utf8_arg_index): New enum.
5138 (enum coding_attr_index): Change coding_attr_utf_16_bom to
5139 coding_attr_utf_bom.
5140 (enum utf_bom_type): Rename from utf_16_bom_type.
5141 (struct utf_16_spec): Adjust for the above change.
5142 (struct coding_system): Add utf_8_bom in `spec' union.
5143
5144 * coding.c (CODING_UTF_8_BOM): New macro.
5145 (enum coding_category): Delete coding_category_utf_8, add
5146 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
5147 coding_category_utf_8_sig.
5148 (CATEGORY_MASK_UTF_8): Delete it.
5149 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
5150 (CATEGORY_MASK_UTF_8_SIG): New macros.
5151 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
5152 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
5153 CATEGORY_MASK_UTF_8_SIG.
5154 (CATEGORY_MASK_UTF_8): New macro.
5155 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
5156 (detect_coding_utf_8): Check BOM.
5157 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
5158 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
5159 (encode_coding_utf_16): Likewise.
5160 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
5161 (detect_coding, detect_coding_system): Handle utf-8-auto.
5162 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
5163 (syms_of_coding): Fix setting up of Vcoding_category_table.
5164
51652008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * process.c (Faccept_process_output): If `millisec' is non-nil,
5168 `seconds' default to 0.
5169 (wait_reading_process_output): Also return non-nil if we read output
5170 from a non-running process.
5171
51722008-05-29 Jason Rumney <jasonr@gnu.org>
5173
5174 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
5175 `raster' specified.
5176 (add_font_entity_to_list): Allow non-opentype truetype fonts back
5177 in the uniscribe backend, but disallow any font that has no
5178 unicode subrange support.
5179
51802008-05-29 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
5183 Fix typos in docstrings.
5184
51852008-05-29 Kenichi Handa <handa@m17n.org>
5186
5187 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
5188 (Fx_family_fonts): Set frame correctly.
5189
51902008-05-28 Jason Rumney <jasonr@gnu.org>
5191
5192 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
5193
51942008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
5197 calling build_annotations.
5198
51992008-05-28 Juanma Barranquero <lekktu@gmail.com>
5200
5201 * coding.c (Fdecode_coding_region, Fencode_coding_region)
5202 (Fencode_coding_string):
5203 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
5204 <latin-extra-code-table>: Fix typos in docstrings.
5205 (syms_of_coding) <coding-system-alist>: Doc fix.
5206 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
5207
52082008-05-28 Kenichi Handa <handa@m17n.org>
5209
5210 * fontset.c (Ffont_info): Don't call font_close_object.
5211
5212 * font.c (font_parse_family_registry): Use Ffont_put to validate
5213 foundry and family.
5214 (font_delete_unmatched): Don't check spacing.
5215 (font_list_entities): Add spacing to the spec to list fonts.
5216
5217 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
5218 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
5219
5220 * coding.c (encode_coding_raw_text): Fix previous change.
5221 (encode_coding_object): When the dst_object is a buffer and is
5222 different from src_object, move gap to PT.
5223
52242008-05-27 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
5227
52282008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * coding.c (encode_coding_raw_text): Set coding->produced_char for
5231 all branches. Compute it differently.
5232
5233 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
5234
52352008-05-27 Juanma Barranquero <lekktu@gmail.com>
5236
5237 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
5238 into "else if () ... else ...".
5239
52402008-05-27 Jason Rumney <jasonr@gnu.org>
5241
5242 * w32font.c (w32font_open_internal): Determine if glyph indices
5243 are likely to work here.
5244
52452008-05-27 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
5248 draw overlap glyphs with appropriate highlighting.
5249
52502008-05-27 Kenichi Handa <handa@m17n.org>
5251
5252 * xfont.c (xfont_open): Fix calculation of font->average_width.
5253
52542008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * casefiddle.c (casify_object): Try to guess better whether the
5257 argument is a byte or a char.
5258
52592008-05-26 Andreas Schwab <schwab@suse.de>
5260
5261 * xselect.c (x_reply_selection_request): Properly handle format == 32.
5262 Always send multiples of format size.
5263
5264 * xterm.c (x_set_frame_alpha): Fix type mismatch.
5265
52662008-05-26 Jason Rumney <jasonr@gnu.org>
5267
5268 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
5269 (compute_metrics): Don't set failure if we just cleared the cache.
5270 (w32_weight_table): Remove unused variable.
5271 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
5272 backwards compatibility.
5273
52742008-05-25 Kenichi Handa <handa@m17n.org>
5275
5276 * w32term.c (x_draw_glyph_string):
5277 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
5278
5279 * xfaces.c: Delete unused function prototypes.
5280 (xstrlwr, font_frame): Delete them.
5281 (clear_face_cache): Delete unused variable.
5282
5283 * xftfont.c (xftfont_open): Delete unused variable.
5284 If underline_thickness is not 1, adjust underline_position.
5285
5286 * ftxfont.c (ftxfont_open): Delete unused variable.
5287
5288 * fontset.c (face_for_char): Optimize for the case of no charset
5289 property.
5290
5291 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
5292 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
5293 (otf_open, font_otf_capability, generate_otf_features)
5294 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
5295 Comment out by surrounding "#if 0" and "#endif" for the moment.
5296 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
5297 (syms_of_font): Codes for accessing above commented out.
5298
52992008-05-24 Eli Zaretskii <eliz@gnu.org>
5300
5301 * w32proc.c: Include dispextern.h.
5302
5303 * w32.c: Include dispextern.h.
5304
53052008-05-23 Juanma Barranquero <lekktu@gmail.com>
5306
5307 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
5308 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
5309 Fix typos in docstrings.
5310
53112008-05-23 Jason Rumney <jasonr@gnu.org>
5312
5313 * xsmfns.c: Remove includes that are already included by config.h.
5314
53152008-05-23 Kenichi Handa <handa@m17n.org>
5316
5317 * charset.c (Qemacs, charset_emacs): New variables.
5318 (char_charset): Fix for non-Unicode characters.
5319 (syms_of_charset): Define charset_emacs.
5320
5321 * w32term.c (x_draw_glyph_string): Be sure to update
5322 s->underline_thickness and s->underline_position. Be sure to draw
5323 underline within the current line area.
5324
5325 * xterm.c (x_draw_glyph_string): Be sure to update
5326 s->underline_thickness and s->underline_position. Be sure to draw
5327 underline within the current line area.
5328
5329 * fontset.c: Delete unused variables and add casting for char *
5330 throughout the file.
5331 (fontset_font): Try the fallback fonts of the current fontset
5332 before consulting the default fontset.
5333
5334 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
5335
5336 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
5337
53382008-05-22 Jason Rumney <jasonr@gnu.org>
5339
5340 * font.c: Don't include strings.h.
5341
5342 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
5343
5344 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
5345 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
5346 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
5347 to call xstrcasecmp.
5348
5349 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
5350
5351 * fontset.c (fs_query_fontset): Use xstrcasecmp.
5352
5353 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
5354
5355 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
5356
53572008-05-22 Kenichi Handa <handa@m17n.org>
5358
5359 * puresize.h (BASE_PURESIZE): Increase to 1220000.
5360
5361 * font.c (font_prop_validate_style): Adjust for the format
5362 change of font_style_table.
5363
5364 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
5365 two args.
5366
5367 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
5368 two args.
5369
53702008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * minibuf.c (keys_of_minibuf): Delete.
5373 * lisp.h (keys_of_minibuf): Delete.
5374 * emacs.c (main): Don't call keys_of_minibuf.
5375
53762008-05-22 Kenichi Handa <handa@m17n.org>
5377
5378 * ftfont.c (ftfont_resolve_generic_family): Rename from
5379 ftfont_list_generic_family. Return a single family for each
5380 generic family.
5381 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
5382 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
5383 Call font_add_log.
5384 (ftfont_match): Call font_add_log.
5385
5386 * font.h (Ffont_xlfd_name): EXFUN adjusted.
5387 (FONT_DEBUG): Define it.
5388 (font_add_log): Extern it.
5389 (font_assert): Rename from xassert.
5390
5391 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
5392 (xfont_list_family): Call font_add_log.
5393 (xfont_match): Likewise.
5394 (memq_no_quit): Delete.
5395
5396 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
5397 call of Ffont_xlfd_name.
5398
5399 * xfaces.c (struct table_entry, slant_table, weight_table)
5400 (swidth_table): Move to font.c.
5401
5402 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
5403 xassert are changed to font_assert. Delete many unused variables.
5404 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
5405 New variables.
5406 (struct table_entry): Move from xfaces.c and modified.
5407 (weight_table, slant_table, width_table): Move from xfaces.c and
5408 contents adjusted for the change of struct table_entry.
5409 (font_style_to_value, font_style_symbolic): Adjust for the
5410 format change of font_style_table.
5411 (font_parse_family_registry): Don't overwrite existing foundry and
5412 family of font_spec.
5413 (font_score): Fix calculation of diff for sizes.
5414 (font_sort_entites): Call font_add_log.
5415 (font_delete_unmatched): Return a newly created list.
5416 (font_list_entities): Fix previous change. Call font_add_log.
5417 (font_matching_entity, font_open_entity, font_close_entity):
5418 Call font_add_log.
5419 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
5420 (Finternal_set_font_style_table): Delete.
5421 (BUILD_STYLE_TABLE): New macro.
5422 (build_style_table): New function.
5423 (Vfont_log, font_log_env_checked): New variables.
5424 (font_add_log): New function.
5425 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
5426 Declare Lisp variables "font-weight-table", "font-slant-table",
5427 "font-width-table", and "font-log". Initialize font_style_table.
5428
54292008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
5430
5431 * xterm.c (x_set_frame_alpha): Move declarations before statements.
5432
54332008-05-21 Seiji Zenitani <zenitani@mac.com>
5434 Ryo Yoshitake <ryo@shiftmode.net>
5435
5436 * frame.c (Qalpha): Add a new frame parameter `alpha'.
5437 (Vframe_alpha_lower_limit): New variable.
5438 (x_set_alpha): New function.
5439
5440 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
5441
5442 * xfns.c (x-create-frame, Qalpha):
5443 Initialize the frame parameter `alpha'.
5444 * xterm.c (OPAQUE, OPACITY): New.
5445 (x_set_frame_alpha): New function.
5446 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
5447
5448 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
5449 * w32fns.c (w32_frame_parm_handlers): Likewise.
5450
54512008-05-20 Jason Rumney <jasonr@gnu.org>
5452
5453 * w32font.c (add_font_entity_to_list): Don't add non-opentype
5454 truetype fonts to opentype list.
5455
54562008-05-20 Juanma Barranquero <lekktu@gmail.com>
5457
5458 * fontset.c (Ffontset_info): Doc fix.
5459 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
5460 <ignore-relative-composition>: Fix typos in docstrings.
5461
5462 * font.c (syms-of-font) <font-encoding-alist>:
5463 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
5464 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
5465 (Ffont_otf_alternates): Doc fixes.
5466
54672008-05-20 Kenichi Handa <handa@m17n.org>
5468
5469 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
5470 font.h through out the file.
5471 (FONT_DRIVERS): Rename from FONTOBJ.
5472 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
5473 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
5474
5475 * emacs.c (main): Call syms_of_font unconditionally.
5476
5477 * font.h (find_font_encoding): Extern it.
5478
5479 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
5480 fontset.c.
5481 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
5482 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
5483 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
5484 only when HAVE_WINDOW_SYSTEM is defined.
5485 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
5486 when HAVE_WINDOW_SYSTEM is defined.
5487
5488 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
5489 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
5490
5491 * xfaces.c: Include font.h unconditionally.
5492 (merge_face_ref, merge_face_vectors)
5493 (Finternal_set_lisp_face_attribute): Cancel the previous change.
5494
54952008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
5498 indirect_variable.
5499 * eval.c (lisp_indirect_variable): New fun.
5500 (Fuser_variable_p): Use it.
5501
55022008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * lisp.h (indirect_variable):
5505 * data.c (indirect_variable, let_shadows_buffer_binding_p):
5506 Use Lisp_Symbol pointers rather than Lisp_Object.
5507 Adjust callers.
5508 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
5509 To this end, change calling-convention.
5510
5511 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
5512 if some non-hidden buffers are selected by string&pred.
5513
55142008-05-19 Chong Yidong <cyd@stupidchicken.com>
5515
5516 * process.c (wait_reading_process_output): Always check status
5517 when in batch mode.
5518
55192008-05-19 Kenichi Handa <handa@m17n.org>
5520
5521 * font.c (font_list_entities): Fix handling of cache.
5522 (font_matching_entity): Likewise.
5523
5524 * ftfont.c (cs_iso8859_1): Delete.
5525 (ft_face_cache): New variable.
5526 (struct ftfont_info): New member fc_charset_idx.
5527 (ftfont_build_basic_charsets): Delete.
5528 (fc_charset_table): New variable.
5529 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
5530 . FC_CHARSET_IDX) as :font-entity property in the font entity.
5531 Callers changed.
5532 (ftfont_lookup_cache, ftfont_get_charset): New functions.
5533 (ftfont_spec_pattern): New argument fc_charset_idx.
5534 Check registry more rigidly. Change callers.
5535 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
5536 change of :font-entity property of the font.
5537
5538 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
5539 property of the font.
5540
55412008-05-18 Juanma Barranquero <lekktu@gmail.com>
5542
5543 * coding.c (Fcoding_system_p): Rename argument to match docstring.
5544 (Funencodable_char_position, Fcheck_coding_systems_region)
5545 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
5546 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
5547 (Ffind_operation_coding_system, Fset_coding_system_priority)
5548 (Fcoding_system_eol_type): Doc fixes.
5549
55502008-05-17 Glenn Morris <rgm@gnu.org>
5551
5552 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
5553
55542008-05-16 Eli Zaretskii <eliz@gnu.org>
5555
5556 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
5557 and st_gid.
5558
5559 * frame.c (Fdelete_frame): Don't call font_update_drivers if
5560 HAVE_WINDOW_SYSTEM is not defined.
5561
5562 * xfaces.c (merge_face_ref, merge_face_vectors)
5563 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
5564 HAVE_WINDOW_SYSTEM is defined.
5565 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
5566
55672008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
5570
55712008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5572
5573 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
5574
55752008-05-15 Kenichi Handa <handa@m17n.org>
5576
5577 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
5578 preference.
5579
55802008-05-15 Glenn Morris <rgm@gnu.org>
5581
5582 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
5583
55842008-05-15 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * fns.c (init_fns): Don't initialize weak_hash_tables here.
5587 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
5588
5589 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
5590
55912008-05-15 Kenichi Handa <handa@m17n.org>
5592
5593 * ftfont.c (ftfont_list): Downcase family name to check generic
5594 families.
5595
5596 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
5597 font-spec for QCfont value.
5598
5599 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
5600 buffer. Check the return value of it.
5601
56022008-05-14 Jason Rumney <jasonr@gnu.org>
5603
5604 * w32term.c (w32_get_glyph_overhangs): Remove.
5605 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
5606
56072008-05-14 Kenichi Handa <handa@m17n.org>
5608
5609 * font.c (font_prop_validate): Make nil a valid value.
5610 (font_clear_cache): Check if the cached vector of entities is nil
5611 or not.
5612
56132008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5614
5615 * emacs.c (main_thread): Conditionalize on
5616 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
5617 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
5618
5619 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
5620 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
5621 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
5622
56232008-05-14 Kenichi Handa <handa@m17n.org>
5624
5625 * coding.c (detect_coding_iso_2022): Ignore a coding category that
5626 has no corresponding coding system.
5627
56282008-05-14 Jason Rumney <jasonr@gnu.org>
5629
5630 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
5631
5632 * w32font.h (w32font_open_internal): Update declaration.
5633
5634 * w32font.c (w32font_open_internal): Change last argument from
5635 w32font_info struct to font object. Fill in font object from
5636 font_entity. Get Outline metrics if possible. Use them to
5637 calculate underline position and thickness. Use xlfd name as name
5638 property. Don't set codepage.
5639 (w32font_open): Pass font_object to w32font_open_internal. Don't
5640 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
5641 (w32font_draw): Use s->font.
5642 (clear_cached_metrics): Don't clear non-existent blocks.
5643
5644 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
5645 font was not found.
5646 (x_draw_glyph_string): Use underline position and thickness from font.
5647
5648 * w32uniscribe.c (uniscribe_open): Pass font_object to
5649 w32font_open_internal.
5650
56512008-05-14 Kenichi Handa <handa@m17n.org>
5652
5653 These changes are to delete all legacy font-handling codes, and
5654 make Emacs use only font-backends.
5655
5656 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
5657 (frame.o, image.o, print.o): Depend on $(FONTSRC).
5658
5659 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
5660
5661 * charset.h (Vcharset_non_preferred_head)
5662 (Vcurrent_iso639_language): Extern them.
5663
5664 * charset.c (Vcharset_non_preferred_head): New variable.
5665 (Vcurrent_iso639_language): New variable.
5666 (syms_of_charset): Declare it as a Lisp variable.
5667 (char_charset): Don't check non preferred charsets. As a last
5668 resort, return charset_unicode.
5669 (Fset_charset_priority): Update Vcharset_non_preferred_head.
5670
5671 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
5672 conditionals. Don't check enable_font_backend. Delete all codes
5673 used only when USE_FONT_BACKEND is not defined.
5674
5675 * dispextern.h (struct glyph_string): Change type of `font' to
5676 `struct font *'.
5677 (struct glyph_string): New member underline_position and
5678 underline_thickness.
5679 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
5680 (struct face): Change type of `font' to `struct font *'. Remove
5681 members `font_name', `font_info_id'.
5682 (per_char_metric, encode_char): Delete externs.
5683 (calc_pixel_width_or_height): Adjust the prototype.
5684
5685 * emacs.c (enable_font_backend): Delete extern.
5686 (main): Don't set enable_font_backend. Don't check the command
5687 line argument "-disable-font-backend".
5688
5689 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
5690 (enum font_property_index): New members FONT_DPI_INDEX,
5691 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
5692 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
5693 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
5694 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
5695 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
5696 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
5697 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
5698 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
5699 (struct font_spec, struct font_entity): New structs.
5700 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
5701 (struct font): Many members from old "struct font_info" moved to
5702 here. Members font and entity deleted.
5703 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
5704 the new font-related objects.
5705 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
5706 (CHECK_FONT_GET_OBJECT): Likewise.
5707 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
5708 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
5709 (struct font_driver): New members case_sensitive anc check. Type
5710 of the member list and open changed.
5711 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
5712 (font_symbolic_width, font_find_object, font_get_spec)
5713 (font_set_lface_from_name): Delete extern.
5714 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
5715
5716 * font.c: Include <strings.h>.
5717 (enable_font_backend): Delete it.
5718 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
5719 (CHECK_VALIDATE_FONT_SPEC): Delete it.
5720 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
5721 (null_string): Delete it.
5722 (null_vector): Make it static.
5723 (font_family_alist): Delete it.
5724 (Qnormal): Extern it.
5725 (QCextra, QClanguage): Delete it.
5726 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
5727 (font_make_spec, font_make_entity, font_make_object)
5728 (font_intern_prop): Renamed from intern_downcase. Don't downcase
5729 the string. Callers changed.
5730 (font_pixel_size): Adjusted for the format change of font-related
5731 objects.
5732 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
5733 (font_style_to_value, font_style_symbolic): New function.
5734 (build_font_family_alist): Delete it.
5735 (font_registry_charsets): Use Fassoc_string instead of
5736 assq_no_quit.
5737 (font_prop_validate_symbol): Don't return null_string.
5738 (font_prop_validate_style): Adjusted for the change of
5739 style-related values in a font vector.
5740 (font_property_table): Delete entries for QClanguage and
5741 QCantialias, add entries for QCavgwidth.
5742 (get_font_prop_index): Delete the 2nd argument FROM.
5743 (font_prop_validate): Arguments changed.
5744 (font_put_extra): Adjusted for the change of font-related objects.
5745 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
5746 (font_parse_fcname, font_unparse_fcname)
5747 (font_prepare_composition): Likewise.
5748 (font_parse_family_registry): Renamed from font_merge_old_spec.
5749 (otf_open): Delete the 1st arg entity.
5750 (font_otf_capability): Adjusted for the above change.
5751 (font_score): New arg alternate_families. Adjusted for the change
5752 of font-related objects.
5753 (font_sort_entites): New arg best_only.
5754 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
5755 Delete them.
5756 (font_match_p): Check alternate families.
5757 (font_find_object): Delete it.
5758 (font_check_object): New function.
5759 (font_clear_cache): Adjusted for the change of font-related objects.
5760 (font_delete_unmatched): New arg.
5761 (font_list_entities): Call font_driver->list with a spec that
5762 doesn't specify style-related properties.
5763 (font_matching_entity): Arguments changed. Caller changed.
5764 (font_open_entity): Adjusted for the change of font-related objects.
5765 (font_close_object, font_has_char, font_encode_char)
5766 (font_get_name, font_get_spec): Likewise.
5767 (font_spec_from_name, font_clear_prop, font_update_lface):
5768 New functions.
5769 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
5770 (font_prepare_for_face, font_done_for_face, font_open_by_name)
5771 (font_at): Adjusted for the change of font-related objects.
5772 (font_range): New function.
5773 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
5774 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
5775 (Fcopy_font_spec, Fmerge_font_spec): New function.
5776 (Ffont_family_list): Renamed from list-families.
5777 (Finternal_set_font_style_table): Arguments changed.
5778 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
5779 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
5780 change of font-related objects.
5781 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
5782
5783 * fontset.h (struct font_info): Delete it. Most members go to
5784 struct font.
5785 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
5786 (enum FONT_SPEC_INDEX): Delete it.
5787 (font_info, list_fonts_func, load_font_func, query_font_func)
5788 (set_frame_fontset_func, find_ccl_program_func)
5789 (get_font_repertory_func, new_fontset_from_font_name): Delete
5790 externs.
5791 (fontset_from_font_name): Extern it.
5792 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
5793 (FONT_INFO_FROM_FACE): Deleted.
5794 (face_for_font): Adjust prototype.
5795
5796 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
5797 conditionals. Don't check enable_font_backend. Delete all codes
5798 used only when USE_FONT_BACKEND is not defined.
5799 (get_font_info_func, list_font_func, load_font_func)
5800 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
5801 (get_font_repertory_func): Delete them.
5802 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
5803 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
5804 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
5805 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
5806 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
5807 (fontset_compare_rfontdef): New function.
5808 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
5809 rfont-defs by qsort. Adjusted for the change of font-group vector.
5810 (load_font_get_repertory): Deleted.
5811 (fontset_find_font): Use new macros to ref/set elements of
5812 font-def and rfont-def.
5813 (fontset_font): Fix the timing of remembering that no font for C.
5814 (free_face_fontset): Do nothing if the face has no fontset.
5815 (face_suitable_for_char_p): Use new macros to ref/set elements of
5816 rfont-def.
5817 (face_for_char): Likewise. Call face_for_char with font_object.
5818 (fs_load_font): Delete. Delete #pragma surrounding it.
5819 (fs_query_fontset): Use strcasecmp instead of strcmp.
5820 (generate_ascii_font_name): Adjusted for the format change of
5821 font-spec.
5822 (Fset_fontset_font): Likewise. Use new macros to set elements of
5823 font-def.
5824 (Fnew_fontset): Use font_unparse_xlfd to generate
5825 FONTSET_ASCII (fontset).
5826 (new_fontset_from_font_name): Deleted.
5827 (fontset_from_font): Renamed from new_fontset_from_font. Check if
5828 a fontset is already created for the font. FIx updating of
5829 Vfontset_alias_alist.
5830 (fontset_ascii_font): Deleted.
5831 (Ffont_info): Adjusted for the format change of font-spec.
5832 (Finternal_char_font): Likewise.
5833 (Ffontset_info): Likewise.
5834 (syms_of_fontset): Don't check load_font_func.
5835
5836 * fns.c (internal_equal): Handle PREV_FONT.
5837
5838 * frame.h: Delete USE_FONT_BACKEND conditional.
5839
5840 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
5841 conditionals. Don't check enable_font_backend. Delete all codes
5842 used only when USE_FONT_BACKEND is not defined.
5843 (x_set_font): Call x_new_font, not x_new_fontset2.
5844 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
5845 already set for the frame.
5846
5847 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
5848 a font-entity by font_make_entity. Use font_intern_prop instead
5849 of intern_downcase. Use FONT_SET_STYLE to set a style-related
5850 font property. If a font is scalable, set avgwidth property to 0.
5851 Set font-entity property by font_put_extra.
5852 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
5853 (ffont_driver): Adjusted for the change of struct font_driver.
5854 (ftfont_spec_pattern): New function.
5855 (ftfont_list): Return a list, not vector.
5856 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
5857 (ftfont_list_family): Don't downcase names.
5858 (ftfont_free_entity): Deleted.
5859 (ftfont_open): Return a font-object. Adjusted for the change of
5860 struct font. Get underline_thickness and underline_position from
5861 font property. Don't update dpyinfo->smallest_font_height and
5862 dpyinfo->smallest_char_width.
5863 (ftfont_close): Don't free `struct font'.
5864 (ftfont_has_char): Adjusted for the format change of font-entity.
5865 (ftfont_encode_char, ftfont_text_extents): Likewise.
5866
5867 * ftxfont.c (ftxfont_list): Return a list, not vector.
5868 (ftxfont_open): Return a font-object. Adjusted for the change of
5869 struct font. Get underline_thickness and underline_position from
5870 font property. Don't update dpyinfo->smallest_font_height and
5871 dpyinfo->smallest_char_width.
5872 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
5873 (ftxfont_draw): Adjusted for the change of struct font.
5874
5875 * image.c (image_ascent): Don't include "charset.h". Include
5876 "character.h" and "font.h".
5877
5878 * lisp.h (enum pvec_type): New member PREV_FONT.
5879 (Fassoc_string): EXFUN it.
5880
5881 * print.c: Include font.h.
5882 (print_object): Handle font-related objects.
5883
5884 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
5885 conditionals. Don't check enable_font_backend. Delete all codes
5886 used only when USE_FONT_BACKEND is not defined.
5887 (handle_auto_composed_prop): Do nothing if it->f is not on a
5888 window system. Check how many following characters can be
5889 displayed by the same font.
5890 (calc_pixel_width_or_height): Type of the 4th arg is changed to
5891 'struct font *'.
5892 (get_char_face_and_encoding): Assign the whole encoding task to
5893 the `encode-char' method of a font driver.
5894 (fill_composite_glyph_string): Adjusted for the change of `struct
5895 face' and `struct glyph_string'.
5896 (fill_glyph_string): Likewise.
5897 (get_per_char_metric): Arguments changed.
5898 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
5899 and `struct glyph_string'.
5900 (produce_stretch_glyph, calc_line_height_property)
5901 (x_produce_glyphs): Likewise.
5902
5903 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
5904 conditionals. Don't check enable_font_backend. Delete all codes
5905 used only when USE_FONT_BACKEND is not defined. Use
5906 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
5907 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
5908 (Qp): Extern them.
5909 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
5910 Deleted.
5911 (struct font_name): Deleted.
5912 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
5913 (compare_fonts_by_sort_order): New function.
5914 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
5915 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
5916 Deleted.
5917 (Fx_family_fonts): Use font_list_entities, and sort fonts by
5918 compare_fonts_by_sort_order.
5919 (Fx_font_family_list): Call Ffont_family_list.
5920 (face_numeric_value, face_numeric_weight, face_numeric_slant)
5921 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
5922 (face_symbolic_slant, face_symbolic_swidth)
5923 (split_font_name_into_vector, build_font_name_from_vector)
5924 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
5925 (font_rescale_ratio, split_font_name, build_font_name)
5926 (free_font_names, sort_fonts, x_face_list_fonts)
5927 (face_font_available_p, sorted_font_list, cmp_font_names)
5928 (font_list_1, concat_font_list, font_list, remove_duplicates):
5929 Deleted.
5930 (Fx_list_fonts): Use Ffont_list.
5931 (LFACE_AVGWIDTH): Deleted.
5932 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
5933 by FONTP.
5934 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
5935 (set_lface_from_font_name): Delete it.
5936 (set_lface_from_font): Renamed from
5937 set_lface_from_font_and_fontset. Caller changed. Don't set
5938 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
5939 for face.
5940 (merge_face_vectors): Copy font-spec if necessary.
5941 Clear properties of the font-spec if necessary.
5942 (merge_face_ref): Clear properties of the font-spec if necessary.
5943 (Finternal_set_lisp_face_attribute): Likewise.
5944 (set_font_frame_param): Use font_load_for_lface to load a
5945 font-object, and call Fmodify_frame_parameters with it.
5946 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
5947 font name by Ffont_xlfd_name.
5948 (Finternal_lisp_face_attribute_values): Don't check QCweight,
5949 QCslant, and QCwidth.
5950 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
5951 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
5952 Compare fonts by EQ.
5953 (lookup_non_ascii_face): Deleted.
5954 (face_for_font): The 2nd argument changed.
5955 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
5956 Check atomic font properties by case insensitive.
5957 (realize_non_ascii_face): Set face->overstrike correctly.
5958 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
5959 (dump_realized_face): Get font name from
5960 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
5961
5962 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
5963 conditionals. Don't check enable_font_backend. Delete all codes
5964 used only when USE_FONT_BACKEND is not defined.
5965 (xic_create_xfontset): Original code deleted and renamed from
5966 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
5967 (x_make_gc): Don't set GCFont in GCs.
5968 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
5969 opened by "fixed".
5970 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
5971 find_ccl_program_func, query_font_func, set_frame_fontset_func,
5972 get_font_repertory_func.
5973
5974 * xfont.c: Include <stdlib.h> and "ccl.h".
5975 (struct xfont_info): New structure.
5976 (xfont_query_font): Deleted.
5977 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
5978 moved from xterm.c.
5979 (xfont_driver): Adjusted for the change of struct font_driver.
5980 (compare_font_names): New function.
5981 (xfont_list_pattern): Sort font names case insensitively. Make
5982 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
5983 (xfont_list): Return a list, not vector.
5984 (xfont_match): If the font doesn't have QCname property, generate
5985 a name from the other font properties.
5986 (xfont_open): Return a font-object. Adjusted for the change of
5987 struct font. Get underline_thickness and underline_position from
5988 font property. Don't update dpyinfo->smallest_font_height and
5989 dpyinfo->smallest_char_width.
5990 (xfont_close): Don't free struct font.
5991 (xfont_prepare_face): Adjusted for the change of struct font.
5992 (xfont_done_face): Deleted.
5993 (xfont_has_char): Adjusted for the change of struct font.
5994 (xfont_encode_char, xfont_draw): Likewise.
5995 (xfont_check): New function.
5996
5997 * xftfont.c (xftfont_list): Adjusted for the change of `list'
5998 callback function.
5999 (xftfont_match): Adjusted for the format change of font-entity.
6000 (xftfont_open): Adjusted for the format change of font-entity and
6001 font-object. Adjusted for the change of struct font. Return a
6002 font-object. Don't update dpyinfo->smallest_font_height and
6003 dpyinfo->smallest_char_width.
6004 (xftfont_close): Block input while calling XftFontClose.
6005 (xftfont_prepare_face): Don't block input while calling
6006 xftfont_get_colors. Adjusted for the change of struct font.
6007 (xftfont_shape): Return value of error case fixed.
6008
6009 * xrdb.c (x_load_resources): Don't setup a fontset resource.
6010
6011 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
6012 conditionals.
6013 (FONT_WIDTH): Return (f)->max_width.
6014 (struct x_display_info): Delete member `font'.
6015 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
6016 (x_find_ccl_program, x_get_font_repertory): Delete externs.
6017 (struct x_output): Change type of `font' to `struct font *'.
6018
6019 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
6020 conditionals. Don't check enable_font_backend. Delete all codes
6021 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
6022 (x_per_char_metric, x_encode_char): Deleted.
6023 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
6024 (x_compute_glyph_string_overhangs): Adjusted for the change of
6025 `struct face'.
6026 (x_draw_glyph_string_foreground)
6027 (x_draw_composite_glyph_string_foreground): Likewise.
6028 (x_draw_glyph_string): Likewise. Use font->underline_position and
6029 font->underline_thickness.
6030 (x_new_font): Renamed from x_new_fontset2.
6031 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
6032 (x_check_font): Call `check' method of a font driver.
6033 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
6034 (x_query_font, x_get_font_repertory): Deleted.
6035 (x_find_ccl_program): Renamed and moved to xfont.c.
6036 (x_redisplay_interface): Adjusted for the change of `struct
6037 redisplay_interface'.
6038
6039 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
6040 conditionals. Don't check enable_font_backend. Delete all codes
6041 used only when USE_FONT_BACKEND is not defined. Surround non-used
6042 code by "#ifdef OLD_FONT" and "endif".
6043 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
6044
6045 * w32font.h (struct w32font_info): New member.
6046 (FONT_COMPAT): New macro.
6047 (w32font_open_internal): Prototype adjusted.
6048
6049 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
6050 OLD_FONT" and "endif".
6051
6052 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
6053 conditionals. Don't check enable_font_backend. Delete all codes
6054 used only when USE_FONT_BACKEND is not defined.
6055 (w32font_open): Return a font-object. Make a font-object by
6056 font_make_object. Adjusted for the change of struct w32font_info.
6057 (w32font_close): Don't free struct font. Adjusted for the change
6058 of struct w32font_info.
6059 (w32font_encode_char, w32font_text_extents, w32font_draw):
6060 Adjusted for the change of struct w32font_info.
6061 (w32font_draw): Likewise.
6062 (w32font_list_internal): Return a list, not vector.
6063 (w32font_open_internal): Change the 4th arg to font-object.
6064 Adjusted for the change of struct w32font_info and font-object format.
6065 (add_font_name_to_list): Don't downcase names.
6066 (w32_enumfont_pattern_entity): Make a font-entity by
6067 font_make_entity. Adjusted for the format change of font-entity.
6068 Use FONT_SET_STYLE to set a style-related font property. If a
6069 font is scalable, set avgwidth property to 0. Set font-entity
6070 property by font_put_extra.
6071 (font_matches_spec): Adjusted for the format change of font-entity.
6072 (w32_weight_table, w32_decode_weight): New variables.
6073 (w32_encode_weight): New function.
6074 (fill_in_logfont): Adjusted for the format change of font-spec.
6075 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
6076 weight value.
6077 (w32font_driver): Adjusted for the change of struct font_driver.
6078
6079 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
6080 conditionals. Don't check enable_font_backend. Surround non-used
6081 code by "#ifdef OLD_FONT" and "endif".
6082 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
6083 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
6084
6085 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
6086 conditionals. Don't check enable_font_backend. Delete all codes
6087 used only when USE_FONT_BACKEND is not defined. Surround non-used
6088 code by "#ifdef OLD_FONT" and "endif".
6089
6090 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
6091 (uniscribe_open): Return value changed to font-object.
6092 Adjusted for the format change of font-object.
6093 (uniscribe_otf_capability): Adjusted for the change of struct font.
6094 (add_opentype_font_name_to_list): Don't downcase names.
6095 (uniscribe_font_driver): Adjusted for the change of struct
6096 font_driver.
6097
60982008-05-13 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * dispnew.c (update_frame_1): Check if tty output is still valid
6101 before flushing it.
6102
61032008-05-13 Jan Djärv <jan.h.d@swipnet.se>
6104
6105 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
6106 to Gtk+ menus.
6107
61082008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * dired.c (file_name_completion): Tweak the code so as to always do it
6111 in a single pass. Tighten the scope of some variables.
6112
6113 * dired.c (Qdefault_directory): New var.
6114 (file_name_completion): Use it instead of Fexpand_file_name.
6115 (syms_of_dired): Initialize it.
6116
61172008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * fileio.c (double_dollars): Remove dead code.
6120
61212008-05-10 Eli Zaretskii <eliz@gnu.org>
6122
6123 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
6124 Mention w32-get-true-file-attributes in doc string.
6125
6126 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
6127
61282008-05-09 Glenn Morris <rgm@gnu.org>
6129
6130 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
6131 2008-04-23.
6132
61332008-05-09 Eli Zaretskii <eliz@gnu.org>
6134
6135 Support for reporting owner and group of each file on MS-Windows:
6136 * dired.c (stat_uname, stat_gname): New functions, with special
6137 implementation for w32.
6138 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
6139
6140 * w32.c: Rename the_passwd_* to dflt_passwd_*.
6141 (dflt_group_name): New static variable.
6142 (dflt_group): Rename from the_group.
6143 (init_user_info): Init dflt_group fields. Get user's group name
6144 from LookupAccountSid.
6145 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
6146 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
6147 New initialization states.
6148 (globals_of_w32): Initialize them to zero. Initialize the default
6149 group name to "None".
6150 (GetFileSecurity_Name): New global var, the name of the function
6151 to call for GetFileSecurity.
6152 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
6153 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
6154 (get_file_security, get_security_descriptor_owner)
6155 (get_security_descriptor_group, is_valid_sid)
6156 (get_file_security_desc, get_rid, get_name_and_id)
6157 (get_file_owner_and_group): New functions.
6158 (stat): Use get_file_security_desc and get_file_owner_and_group to
6159 report the owner and primary group of each file. Don't ignore the
6160 high 32 bits of file's size, now that st_size is 64-bit wide.
6161 Fix test when to get true file attributes.
6162 (init_user_info): Use get_rid instead of equivalent inline code.
6163 (fstat): Don't ignore the high 32 bits of file's size.
6164
61652008-05-09 Chong Yidong <cyd@stupidchicken.com>
6166
6167 * image.c (png_load): Use correct bit-depth for setting background
6168 color.
6169
61702008-05-08 Eli Zaretskii <eliz@gnu.org>
6171
6172 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
6173 epa-hook.elc.
6174
61752008-05-08 Juanma Barranquero <lekktu@gmail.com>
6176
6177 * font.c (Ffont_match_p): Don't use `iff' in docstring.
6178
61792008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6180
6181 * macfns.c (Fx_create_frame): Make a copy of frame parameters
6182 because the original parameters are in pure storage now.
6183 (mac_window): Remove unused params. Update callers.
6184
61852008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * lread.c (substitute_object_recurse): Use lower-level primitives.
6188 Don't signal errors when traversing sub-char-tables.
6189 Don't loop over all the possible characters when traversing char-tables.
6190
6191 * print.c (print_preprocess): Add sub-char-tables to the print-table,
6192 just like we do in print.c.
6193
61942008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 * minibuf.c (Ftry_completion): Remove code left over from when we used
6197 scmp instead of Fcompare_strings.
6198
61992008-05-04 Juanma Barranquero <lekktu@gmail.com>
6200
6201 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
6202
62032008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6204
6205 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
6206 Create bitmap context in native byte order.
6207
6208 * macterm.c (XDrawLine)
6209 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
6210 context in native byte order.
6211
62122008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6213
6214 * config.in: Regenerate.
6215
6216 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
6217 New definitions for Image I/O support.
6218 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
6219 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
6220 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
6221 (mac_data_provider_release_data, image_load_image_io)
6222 [USE_MAC_IMAGE_IO]: New functions.
6223 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
6224 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
6225 (init_image_func_pointer) [MAC_OSX]: Remove function.
6226 (image_load_quartz2d) [MAC_OSX]: Check availability of
6227 CGImageCreateWithPNGDataProvider at compile time.
6228 Use lowercase `false' for boolean constant.
6229 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
6230 Use image_load_image_io.
6231 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
6232 Don't check MyCGImageCreateWithPNGDataProvider.
6233 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
6234 Don't call init_image_func_pointer.
6235
6236 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
6237
6238 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
6239 Make variable non-static.
6240 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
6241 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
6242
6243 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
6244 (RED_FROM_ULONG): Mask off higher bits.
6245 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
6246
6247 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
6248 Include AvailabilityMacros.h.
6249 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
6250 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
6251
62522008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * chartab.c (Fset_char_table_range): If range is t, really set all
6255 chars to that value.
6256
62572008-05-03 Eli Zaretskii <eliz@gnu.org>
6258
6259 * dired.c (Ffile_attributes): Don't allow the device number become
6260 negative.
6261
62622008-05-02 Daiki Ueno <ueno@unixuser.org>
6263
6264 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
6265
62662008-05-02 Juri Linkov <juri@jurta.org>
6267
6268 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
6269 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
6270 DEFAULT argument as a list of default values in docstrings.
6271
62722008-05-01 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * puresize.h (BASE_PURESIZE): Increase to 1210000.
6275
62762008-05-01 Martin Rudalics <rudalics@gmx.at>
6277
6278 * dispnew.c (change_frame_size_1): Preserve small windows when
6279 shrinking frames by calling set_window_height|width with third
6280 arg 2.
6281
6282 * window.h (struct window): Replace field too_small_ok by field
6283 resize_proportionally.
6284
6285 * window.c (make_window): Initialize resize_proportionally.
6286 (enlarge_window): Temporarily set resize_proportionally to make
6287 sure that shrink_windows does scale the window proportionally.
6288 (shrink_windows): When window has resize_proportionally set try
6289 to shrink it proportionally by stealing from other windows.
6290 (struct saved_window, Fset_window_configuration)
6291 (compare_window_configurations): Handle resize_proportionally.
6292 (WINDOW_TOTAL_SIZE): New macro.
6293 (window_min_size, shrink_windows, size_window): Use it.
6294 (check_min_window_sizes): Remove. Invalid values of
6295 window-min-height|width are handled by window_min_size_2 now.
6296 (size_window, Fsplit_window, enlarge_window)
6297 (adjust_window_trailing_edge, grow_mini_window): Don't call
6298 check_min_window_sizes.
6299 (window_min_size_2, window_min_size_1, window_min_size):
6300 New argument safe_p for retrieving "safe" minimum sizes.
6301 (Fdisplay_buffer, Fsplit_window, enlarge_window)
6302 (adjust_window_trailing_edge, grow_mini_window):
6303 Adjust arguments of window_min_size... functions.
6304 (shrink_windows): Argument min_size removed. New argument
6305 safe_p allows shrinking windows to their safe minimum sizes.
6306 Calculate minimum size and decide whether a window shall be
6307 deleted for each window individually.
6308 (size_window): When nodelete_p equals 2, tell shrink_windows to
6309 delete windows only if their new minimum size is no more safe.
6310 (shrink_window_lowest_first): Call window_min_size_1 to make
6311 sure to preserve modeline of bottom-most window when resizing
6312 the minibuffer.
6313 (Fset_window_configuration, Fcurrent_window_configuration)
6314 (compare_window_configurations): Do not handle
6315 window-min-height|width any more.
6316 (syms_of_window): Clarify window-min-height|width doc-strings.
6317
63182008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * dired.c (file_name_completion): Fix up the encoding/decoding issue
6321 some more. Copy some of the code from Ftry_completions.
6322 Remove special case code that dates back to initial revision when the
6323 slash was only added when necessary and that can't trigger nowadays.
6324
63252008-04-27 Kenichi Handa <handa@m17n.org>
6326
6327 * font.c (font_prop_validate): Signal `error' instead of `font'.
6328
63292008-04-29 Jason Rumney <jasonr@gnu.org>
6330
6331 * w32fns.c (Fw32_battery_status): New defun.
6332 (syms_of_w32fns): Defsubr it.
6333
63342008-04-28 Andreas Schwab <schwab@suse.de>
6335
6336 * dired.c (file_name_completion): Fix another mixing of encoded
6337 and decoded names.
6338
63392008-04-28 Juanma Barranquero <lekktu@gmail.com>
6340
6341 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
6342
63432008-04-27 Juanma Barranquero <lekktu@gmail.com>
6344
6345 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
6346
63472008-04-27 Andreas Schwab <schwab@suse.de>
6348
6349 * dired.c (file_name_completion): Fix inappropriate mixing of
6350 encoded and decoded names.
6351
6352 * xterm.c (XTread_socket): Fix use of uninitialized variable.
6353
6354 * puresize.h (BASE_PURESIZE): Increase to 1200000.
6355
63562008-04-26 Eli Zaretskii <eliz@gnu.org>
6357
6358 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
6359 2008-03-31, it's not needed anymore with `struct stat' definition
6360 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
6361 for the same reasons.
6362
63632008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
6364
6365 * m/sparc.h: Additional redefinitions for GNU/Linux.
6366
63672008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6368
6369 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
6370 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
6371 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
6372 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
6373 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
6374 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
6375 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
6376 Likewise.
6377
6378 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
6379 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
6380 (mac_ax_number_of_characters): Add externs.
6381 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
6382 [USE_MAC_TSM]: Likewise.
6383 (mac_handle_text_input_event) [MAC_OSX]:
6384 Handle kEventTextInputOffsetToPos for no active input area case.
6385 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
6386 (mac_handle_document_access_event)
6387 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
6388 (install_application_handler) [MAC_OSX]: Register handlers for
6389 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
6390 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
6391 Register mac_handle_document_access_event.
6392
6393 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
6394 Make functions non-static.
6395
63962008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
6399 (read_file_name_completion_ignore_case, insert_default_directory)
6400 (Qdefault_directory): Move to minibuffer.el.
6401 (Fread_file_name): Call the new `read-file-name' instead.
6402
64032008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6404
6405 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
6406 Make function non-static.
6407 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
6408 Remove function.
6409 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
6410 Move to mactoolbox.c.
6411 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
6412
6413 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
6414 (mac_rect_make): New macro.
6415
6416 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
6417 instead of float.
6418 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
6419 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
6420 (XSetBackground) [USE_CG_DRAWING]: Likewise.
6421 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
6422 CGRectMake.
6423 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
6424 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
6425 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
6426 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
6427 instead of WindowRef in argument type.
6428 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
6429 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
6430 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
6431 instead of DISPLAY. All uses changed.
6432 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
6433 (x_calc_absolute_position): Simplify so as not to use
6434 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
6435
6436 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
6437 instead of WindowRef in argument type.
6438 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
6439 [TARGET_API_MAC_CARBON]: Remove externs.
6440 (create_apple_event, mac_event_parameters_to_lisp)
6441 [TARGET_API_MAC_CARBON]: Add externs.
6442
6443 * mactoolbox.c (Vmac_ts_script_language_on_focus)
6444 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
6445 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
6446 is clicked.
6447 (x_activate_menubar): Remove extern for saved_menu_event_location.
6448 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
6449 Move from mac.c.
6450
64512008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6452
6453 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
6454 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
6455
64562008-04-23 Jason Rumney <jasonr@gnu.org>
6457
6458 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
6459 attributes only for local files.
6460
6461 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
6462 default to Qlocal.
6463
64642008-04-22 Juri Linkov <juri@jurta.org>
6465
6466 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
6467 read-buffer-to-switch instead of using the letter "B".
6468
64692008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * fileio.c (Qdefault_directory): New variable.
6472 (Fread_file_name): Use it to pass `dir' to the completion functions.
6473
64742008-04-20 Chong Yidong <cyd@stupidchicken.com>
6475
6476 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
6477
64782008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * keyboard.c (Vpre_help_message): Remove.
6481 (show_help_echo): Remove default C code.
6482
6483 * dired.c (directory_files_internal, file_name_completion):
6484 Only call ENCODE_FILE if the string is indeed decoded.
6485
64862008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * Makefile.in (TOOLKIT_DEFINES): Remove.
6489 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
6490
64912008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6492
6493 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
6494 (mactoolbox.o): New target.
6495
6496 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
6497 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
6498
6499 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
6500 Use mac_set_frame_window_background instead of XSetWindowBackground.
6501 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
6502 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
6503 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
6504 instead of SetWindowTitleWithCFString.
6505 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
6506 Move function to mactoolbox.c.
6507 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
6508 Use mac_set_window_modified instead of SetWindowModified.
6509 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
6510 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
6511 (Fx_focus_frame): Use mac_front_non_floating_window instead of
6512 FrontNonFloatingWindow. Use mac_activate_window instead of
6513 ActivateWindow. Use mac_active_non_floating_window instead of
6514 ActiveNonFloatingWindow.
6515 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
6516 Use mac_show_hourglass and mac_hide_hourglass.
6517 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
6518 instead of GetGlobalMouse.
6519 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
6520 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
6521 Use mac_bring_window_to_front instead of BringToFront.
6522 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
6523 mactoolbox.c.
6524 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
6525 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
6526 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
6527 mactoolbox.c.
6528
6529 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
6530 (XtPointer): Move typedef from macmenu.c.
6531 (enum button_type): Move enum from macmenu.c.
6532 (widget_value): Move typedef from macmenu.c.
6533 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
6534 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
6535 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
6536 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
6537 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
6538 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
6539 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
6540 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
6541 (Selection): Move typedef from macselect.c.
6542 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
6543 macterm.c.
6544 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
6545 (mac_is_window_collapsed, mac_bring_window_to_front)
6546 (mac_send_window_behind, mac_hide_window, mac_show_window)
6547 (mac_collapse_window, mac_front_non_floating_window)
6548 (mac_active_non_floating_window, mac_activate_window)
6549 (mac_move_window_structure, mac_move_window, mac_size_window)
6550 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
6551
6552 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
6553 (enum mac_menu_kind): Move enum to mactoolbox.c.
6554 (min_menu_id): Move variable to mactoolbox.c.
6555 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
6556 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
6557 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
6558 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
6559 [TARGET_API_MAC_CARBON]: Likewise.
6560 (XtPointer): Move typedef to macgui.h.
6561 (enum button_type): Move enum to macgui.h.
6562 (widget_value): Move typedef to macgui.h.
6563 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
6564 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
6565 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
6566 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
6567 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
6568 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
6569 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
6570 (popup_activated_flag): Make variable non-static.
6571 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
6572 (add_menu_item, fill_menu, dispose_menus):
6573 Move functions to mactoolbox.c.
6574 (restore_show_help_function, menu_target_item_handler)
6575 (install_menu_target_item_handler, mac_handle_dialog_event)
6576 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
6577 [TARGET_API_MAC_CARBON]: Likewise.
6578 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
6579 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
6580 (find_and_call_menu_selection, name_is_separator): Make function
6581 non-static.
6582 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
6583 to mactoolbox.c.
6584 (set_frame_menubar): Don't call install_menu_quit_handler.
6585 (menu_item_selection): New variable.
6586 (mac_menu_show): Use create_and_show_popup_menu.
6587 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
6588 selection but set variable menu_item_selection. All uses changed.
6589 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
6590 Call install_menu_quit_handler. Move to mactoolbox.c.
6591
6592 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
6593 (Selection): Move typedef to macgui.h.
6594 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
6595 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
6596 Make variables non-static.
6597 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
6598 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
6599 Make functions non-static.
6600 (Vmac_service_selection) [MAC_OSX]: Likewise.
6601 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
6602 (mac_valid_selection_target_p, mac_clear_selection)
6603 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
6604 (mac_put_selection_value, mac_selection_has_target_p)
6605 (mac_get_selection_value, mac_get_selection_target_list)
6606 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
6607 Move functions to mactoolbox.c.
6608 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
6609 Likewise.
6610 (copy_scrap_flavor_data, mac_handle_service_event)
6611 (install_service_handler) [MAC_OSX]: Likewise.
6612 (syms_of_macselect) <Vmac_dnd_known_types>:
6613 Use mac_dnd_default_known_types.
6614
6615 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
6616 Move to mactoolbox.c.
6617 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
6618 (Fx_selection_owner_p): Add EXFUN.
6619 (install_window_handler, remove_window_handler, XSetWindowBackground):
6620 Remove externs.
6621 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
6622 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
6623 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
6624 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
6625 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
6626 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
6627 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
6628 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
6629 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
6630 (create_and_show_popup_menu, mac_get_selection_from_symbol)
6631 (mac_valid_selection_target_p, mac_clear_selection)
6632 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
6633 (mac_put_selection_value, mac_selection_has_target_p)
6634 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
6635 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
6636 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
6637 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
6638 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
6639 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
6640 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
6641 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
6642 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
6643
6644 * mactoolbox.c: New file.
6645
66462008-04-18 Jason Rumney <jasonr@gnu.org>
6647
6648 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
6649
66502008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * character.c (Fmultibyte_char_to_unibyte):
6653 Return latin1 chars unchanged.
6654
6655 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
6656 relocated if it points to `name'.
6657
66582008-04-17 Kenichi Handa <handa@m17n.org>
6659
6660 * data.c (Faset): Allow setting a multibyte character in an
6661 ASCII-only unibyte string.
6662
6663 * lisp.h (STRING_SET_MULTIBYTE): New macro.
6664
66652008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
6668 done in config.h.
6669
66702008-04-16 Juanma Barranquero <lekktu@gmail.com>
6671
6672 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
6673 (Fchar_direction): Add usage in the docstring.
6674
66752008-04-15 Chong Yidong <cyd@stupidchicken.com>
6676
6677 * keyboard.c (read_key_sequence): Remove always-true checks.
6678
66792008-04-14 Jason Rumney <jasonr@gnu.org>
6680
6681 * w32font.c (w32font_open_internal): Set max_bounds.descent in
6682 compatibility struct, for better underline positioning.
6683
66842008-04-13 David Hansen <david.hansen@gmx.net>
6685
6686 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
6687 string.
6688
66892008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6690
6691 * m/hp800.h (XUINT, XSET): Remove.
6692
66932008-04-12 Juanma Barranquero <lekktu@gmail.com>
6694
6695 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
6696 previous change.
6697
66982008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
6701 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
6702
67032008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * keymap.h (map_keymap_canonical): Declare.
6706 * xmenu.c (single_keymap_panes): Use it.
6707
67082008-04-11 Glenn Morris <rgm@gnu.org>
6709
6710 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
6711 set the target's value to that of the alias.
6712
67132008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * term.c (set_tty_color_mode): Left over typo.
6716
67172008-04-10 Michael Albinus <michael.albinus@gmx.de>
6718
6719 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
6720 only after check for file name handler functions. Signal, when
6721 native functionality is not supported.
6722 (syms_of_fileio): Declare it unconditionally.
6723
67242008-04-10 Jason Rumney <jasonr@gnu.org>
6725
6726 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
6727 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
6728
6729 * w32.c (logon_network_drive): Also logon to remote drives that
6730 are mapped to drive letters.
6731
67322008-04-10 Glenn Morris <rgm@gnu.org>
6733
6734 * xdisp.c (truncate-partial-width-windows): Doc fix.
6735
67362008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
6739 Move functions to minibuffer.el.
6740 (syms_of_fileio): Don't declare them.
6741
67422008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
6745 (syms_of_minibuf): Remove its initialization.
6746
6747 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
6748
67492008-04-09 Juanma Barranquero <lekktu@gmail.com>
6750
6751 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
6752
67532008-04-09 Jason Rumney <jasonr@gnu.org>
6754
6755 * makefile.w32-in (distclean): Delete makefile too.
6756 (maintainer-clean): New target.
6757
6758 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
6759
6760 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
6761 for new font backend and composite cases.
6762
67632008-04-09 Jan Djärv <jan.h.d@swipnet.se>
6764
6765 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
6766 Most of the code moved to run_timers.
6767 (do_pending_atimers): Call run_timers.
6768 (run_timers): New function.
6769
6770 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
6771 run atimers.
6772
6773 * process.c (wait_reading_process_output): The same as above.
6774
67752008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * minibuf.c (last_exact_completion): Remove variable.
6778 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
6779 (complete_and_exit_1, complete_and_exit_2)
6780 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
6781 (Fdisplay_completion_list, display_completion_list_1)
6782 (Fminibuffer_completion_help, Fself_insert_and_exit)
6783 (Fexit_minibuffer, Fminibuffer_message): Move functions to
6784 minibuffer.el.
6785 (syms_of_minibuf): Remove corresponding initializations.
6786
6787 * keyboard.c (Qdeactivate_mark): New var.
6788 (command_loop_1): Use it to call `deactivate-mark'.
6789 (syms_of_keyboard): Initialize it.
6790
6791 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
6792 to another frame.
6793 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
6794 Don't call set_tty_color_mode.
6795 (store_frame_param): Reset previous_frame rather than call
6796 set_tty_color_mode.
6797 * term.c (set_tty_color_mode): Rewrite.
6798 * dispextern.h (set_tty_color_mode): New type.
6799 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
6800
68012008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
6804 for generic chars, which do not exist any more in emacs-unicode.
6805
68062008-04-08 Michael Albinus <michael.albinus@gmx.de>
6807
6808 * coding.c (detect_coding_emacs_mule)
6809 (Ffind_operation_coding_system): Fix typo.
6810
68112008-04-08 Jason Rumney <jasonr@gnu.org>
6812
6813 * w32uniscribe.c (SNAME): Extract only symbol name.
6814
6815 * w32font.h (struct w32_metric_cache): New struct.
6816 (w32font_info): Use it.
6817 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
6818 (CACHE_BLOCKSIZE): New constants.
6819
6820 * w32font.c (Qja, Qko, Qzh): New symbols.
6821 (syms_of_w32font): Initialise them.
6822 (font_matches_spec): Use them to filter by language.
6823 (recompute_cached_metrics): Remove function.
6824 (compute_metrics, clear_cached_metrics): New functions.
6825 (w32font_encode_char): Use them to manage metric cache.
6826 (w32font_text_extents): Cache metrics for all glyphs on demand.
6827 Delay converting glyph indices to WORD until needed.
6828 (w32font_open_internal): Initialize metric cache to empty.
6829 (registry_to_w32_charset): Charset should always be a symbol.
6830 (fill_in_logfont, list_all_matching_fonts): Family should
6831 always be a symbol.
6832
68332008-04-06 Jason Rumney <jasonr@gnu.org>
6834
6835 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
6836 Give up if glyph indices not supported. Use uniscribe obtained
6837 ABC widths for individual metrics. Map glyph clusters back to
6838 characters using fClusterStart flag. Return number of glyphs
6839 produced, not chars processed.
6840 (uniscribe_shape): Map char at FROM to current glyph.
6841
68422008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6843
6844 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
6845 Use SetMenuItemHierarchicalMenu.
6846
68472008-04-05 Jason Rumney <jasonr@gnu.org>
6848
6849 * image.c (pbm_load): Allow color values up to 65535.
6850 Throw an error if max_color_idx is outside the supported range.
6851 Report an error when image size is invalid.
6852 Read two bytes at a time when raw images have max_color_idx above 255.
6853
68542008-04-05 Eli Zaretskii <eliz@gnu.org>
6855
6856 * w32.c (readdir): If FindFirstFile/FindNextFile return in
6857 cFileName a file name that includes `?' characters, use the 8+3
6858 alias in cAlternateFileName instead.
6859
68602008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
6861
6862 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
6863 append "CCL: Quitted" when the CCL program is quitted.
6864 (setup_ccl_program): Initialize ccl->quit_silently to zero.
6865
6866 * ccl.h (struct ccl_program): New member quit_silently.
6867
68682008-04-05 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * search.c (compile_pattern_1): Treat non-nil and non-string of
6871 search-spaces-regexp as nil.
6872
6873 * minibuf.c (Fassoc_string): Tweak docstring.
6874
68752008-04-05 Eli Zaretskii <eliz@gnu.org>
6876
6877 * dired.c (Ffile_attributes): Support inode numbers wider than 32
6878 bits. Remove ugly WINDOWSNT-specific kludge introduced on
6879 2008-03-14 to force inode be positive.
6880
6881 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
6882 _S_* ones, since we now use our own sys/stat.h.
6883 (stat, fstat): Don't mangle the inode number.
6884 (init_user_info): Don't restrict UID and GID to 0-60000 range.
6885
68862008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * frame.h (struct frame): Give one more bit to `visible' since we use
6889 values larger than 1 to indicate obscured frames on ttys.
6890
6891 * keymap.c (Qkeymap_canonicalize): New var.
6892 (Fmap_keymap_internal): New fun.
6893 (describe_map): Use keymap-canonicalize.
6894
6895 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
6896 (Fundo_boundary): Set them.
6897 (syms_of_undo): Initialize them.
6898 (record_point): Use them instead of last_point_position*.
6899 (last_undo_buffer): Change type.
6900
69012008-04-04 Jason Rumney <jasonr@gnu.org>
6902
6903 * w32font.c (w32font_text_extents): Use font's ascent and descent.
6904 (recompute_cached_metrics): Don't set ascent and descent per char.
6905
6906 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
6907 (uniscribe_check_otf): Add GC protection before consing.
6908 Rearrange loop for counting features.
6909
69102008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
6913 buffer with byte-size of source buffer.
6914
69152008-04-03 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * callint.c (Fcall_interactively): Handle temporary region even
6918 when shift-select-mode is off.
6919
69202008-04-03 Jason Rumney <jasonr@gnu.org>
6921
6922 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
6923
69242008-04-03 Kenichi Handa <handa@m17n.org>
6925
6926 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
6927 (CATEGORY_MASK_UTF_16): Likewise.
6928 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
6929 binary file.
6930 (detect_coding): Add null-byte detection for a binary file.
6931 (detect_coding_system): Likewise.
6932
69332008-04-03 Jason Rumney <jasonr@gnu.org>
6934
6935 * w32uniscribe.c: New file.
6936
6937 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
6938
6939 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
6940
6941 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
6942 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
6943 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
6944 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
6945 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
6946 (Qphonetic): New symbols.
6947 (syms_of_w32font): Initialize them.
6948 (font_supported_scripts): Use them.
6949 (w32font_list_family): List all charsets.
6950 (w32font_text_extents, recompute_cached_metrics): Fix metric
6951 calculations.
6952 (w32_enumfont_pattern_entity): Make full_type a DWORD.
6953 Give opentype fonts their own format.
6954 (font_matches_spec): New arguments backend and logfont.
6955 Handle :otf spec for uniscribe backend.
6956 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
6957 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
6958
6959 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
6960 font backend.
6961 (globals_of_w32fns): Initialize uniscribe font backend.
6962
6963 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
6964 dependencies.
6965 (w32uniscribe.$(O)): New file to build.
6966 (FONT_OBJ): Include w32uniscribe.$(O).
6967 (LIBS): Add uniscribe libraries.
6968
6969 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
6970
69712008-04-02 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * callint.c (Vshift_select_mode): New var.
6974 (Finteractive): Document new ^ spec.
6975 (Fcall_interactively): Call handle-shift-selection if the ^ spec
6976 is present.
6977
6978 * keyboard.c (Vthis_command_keys_shift_translated): New var.
6979 (command_loop_1): Avoid running the direct display versions of
6980 forward-char and backward-char if shift-selection may occur.
6981 (read_key_sequence): Set Vthis_command_keys_shift_translated if
6982 shift-translation takes place.
6983
6984 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
6985 avoid clobbering by define-minor-mode.
6986
6987 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
6988 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
6989
6990 * syntax.c (Fforward_word): Add ^ interactive spec.
6991
6992 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
6993 (Fscroll_right): Add ^ interactive spec.
6994
69952008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
6998
6999 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
7000
7001 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
7002
70032008-03-31 Juri Linkov <juri@jurta.org>
7004
7005 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
7006
70072008-03-30 Jan Djärv <jan.h.d@swipnet.se>
7008
7009 * gtkutil.c (xg_set_geometry): Fix indentation.
7010 (xg_resize_outer_widget): Remove.
7011 (x_wm_size_hint_off): Fix indentation.
7012 (xg_frame_set_char_size): Call flush_and_sync after
7013 gtk_window_resize.
7014 (x_wm_set_size_hint): Pass NULL as geometry window to
7015 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
7016 Add menu bar and tool bar height to base height.
7017 (xg_update_frame_menubar, free_frame_menubar)
7018 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
7019 (update_frame_tool_bar, free_frame_tool_bar):
7020 Change xg_resize_outer_widget to xg_frame_set_char_size.
7021
70222008-03-30 Michael Albinus <michael.albinus@gmx.de>
7023
7024 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
7025 (Fdbus_call_method): New parameter TIMEOUT.
7026 (dbus-send-signal): Optimize UNGCPRO call.
7027
70282008-03-29 Juri Linkov <juri@jurta.org>
7029
7030 * window.c (Fdisplay_buffer): Move call to
7031 Vsplit_window_preferred_function out of conditions that check
7032 if window is eligible for vertical splitting.
7033 When Vsplit_window_preferred_function is non-nil, call it and use
7034 its non-nil return value as window. Otherwise, continue doing
7035 vertical splitting using Fsplit_window with arg horflag=nil.
7036 (syms_of_window) <Vsplit_window_preferred_function>: Change the
7037 default value from `split-window' to nil.
7038
70392008-03-29 Juri Linkov <juri@jurta.org>
7040
7041 * callint.c (Fcall_interactively): Revert 2008-03-16 change
7042 for interactive code letters 'b' and 'B'.
7043
70442008-03-29 Eli Zaretskii <eliz@gnu.org>
7045
7046 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
7047 multibyte string.
7048
70492008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * keyboard.c (pending_funcalls): New var.
7052 (timer_check): Run it.
7053 (syms_of_keyboard): Initialize it.
7054 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
7055 (Vdelete_terminal_functions): New vars.
7056 (syms_of_terminal): Initialize them.
7057 (Fdelete_terminal): Run delete-terminal-functions.
7058 * xdisp.c (safe_eval): Rewrite.
7059 (safe_call2): New fun.
7060 * frame.c (Qdelete_frame_functions): New var.
7061 (syms_of_frame): Initialize it.
7062 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
7063 * lisp.h (safe_call2, pending_funcalls): Declare.
7064
70652008-03-28 Andreas Schwab <schwab@suse.de>
7066
7067 * indent.c (Fmove_to_column): Move declaration before statements.
7068
70692008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
7072 (struct frame): Use bit fields for boolean vars.
7073
7074 * process.c (server_accept_connection): Simplify naming.
7075 (emacs_get_tty_pgrp): Use SDATA.
7076
7077 * coding.c (decode_coding_object): Fix last change.
7078
70792008-03-27 Jason Rumney <jasonr@gnu.org>
7080
7081 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
7082
70832008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
7084
7085 * charset.c (Fdefine_charset_internal): Change the way of
7086 registering charsets in Vcharset_order_list.
7087 (syms_of_charset): Make the charset `eight-bit' supplementary.
7088
70892008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
7090
7091 * regex.c (EXTEND_BUFFER): Change order of pointer addition
7092 operations, to avoid having the difference between pointers
7093 overflow.
7094
70952008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * indent.c (check_display_width): New fun.
7098 (scan_for_column): Use it.
7099
7100 * data.c (syms_of_data): Mark most-positive-fixnum and
7101 most-negative-fixnum as constants.
7102
7103 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
7104
7105 * indent.c (scan_for_column): Extract from current_column_1.
7106 Merge with the same code from Fmove_to_column.
7107 (current_column_1, Fmove_to_column): Use it.
7108
71092008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * keymap.c (map_keymap_internal): New fun.
7112 (map_keymap): Use it.
7113 (Fmap_keymap_internal): New fun.
7114 (Fmap_keymap): Remove left-out test from before make_save_value.
7115
7116 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
7117
7118 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
7119 Use XCAR/XCDR.
7120
7121 * process.h (struct Lisp_Process): Remove filter_multibyte.
7122 * process.c (QCfilter_multibyte): Remove.
7123 (setup_process_coding_systems): Don't use filter_multibyte.
7124 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
7125 (read_process_output): Don't adjust multibyteness to filter_multibyte.
7126 (Fset_process_filter_multibyte): Change the coding-system to
7127 approximate the previous behavior.
7128 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
7129 coding-system.
7130
7131 * coding.c (decode_coding_object): When not decoding into a buffer,
7132 obey the coding system's preference of (uni|multi)byte.
7133
71342008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
7137 every char is changed and has a different byte-length.
7138 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
7139 Fix int -> EMACS_INT.
7140
71412008-03-23 David Hansen <david.hansen@gmx.net>
7142
7143 * dbusbind.c (xd_read_message): Remove extra copying of message
7144 strings. Check for NULL `interface' or `member'.
7145
71462008-03-22 Eli Zaretskii <eliz@gnu.org>
7147
7148 * w32.c (readdir): If FindFirstFile/FindNextFile return in
7149 cFileName a file name that includes `?' characters, use the 8+3
7150 alias in cAlternateFileName instead.
7151
71522008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7153
7154 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
7155
71562008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
7159 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
7160 work on current_buffer only instead (that was already the case
7161 for some of the code anyway).
7162 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
7163 (temp_set_point, temp_set_point_both): Use EMACS_INT.
7164 (SET_PT, SET_PT_BOTH): Adjust.
7165 * intervals.h (set_point, temp_set_point, set_point_both)
7166 (temp_set_point_both): Remove redundant declarations.
7167
71682008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * fileio.c (Finsert_file_contents):
7171 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
7172 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
7173 when buffer != current_buffer anyway.
7174
71752008-03-20 Andreas Schwab <schwab@suse.de>
7176
7177 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
7178 as default.
7179
71802008-03-19 Jason Rumney <jasonr@gnu.org>
7181
7182 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
7183 (syms_of_w32fns): Initialize them.
7184 (HOURGLASS_ID): New constant.
7185 (x_window_to_frame): Don't check hourglass_window.
7186 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
7187 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
7188 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
7189 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
7190 Only change the cursor if hourglass is not active.
7191 (Fx_create_frame): Initialize frame's current_cursor.
7192 (hourglass_atimer): Remove.
7193 (hourglass_started): New function.
7194 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
7195 (show_hourglass): Adapt to w32, changing argument to frame.
7196
7197 * w32term.h (struct w32_output): Remove hourglass_window.
7198 Add current_cursor.
7199
7200 * eval.c (call_debugger, Fsignal):
7201 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
7202 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
7203 (Fexecute_extended_command, cancel_hourglass_unwind):
7204 * minibuf.c (read_minibuf):
7205 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
7206
72072008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * window.c (run_funs): New fun.
7210 (run_window_configuration_change_hook): Use it to run the buffer-local
7211 and the global part of the hook.
7212
7213 * xdisp.c (format_mode_line_unwind_data): Add window argument.
7214 (unwind_format_mode_line): Restore selected window.
7215 (x_consider_frame_title, Fformat_mode_line): Set selected window.
7216
72172008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * editfns.c (Fchar_equal): Check they are valid characters.
7220
7221 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
7222
72232008-03-17 Andreas Schwab <schwab@suse.de>
7224
7225 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
7226 against a charset.
7227
7228 * lisp.h (Fbuffer_list): Declare.
7229
72302008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 7231
aac0c6e3
MR
7232 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
7233 handlebox_widget is != 0.
7234
72352008-03-16 Juri Linkov <juri@jurta.org>
7236
7237 * callint.c (Fcall_interactively): For interactive code letters
7238 'b' and 'B' put the buffer list into the list of default "future"
7239 values of the minibuffer.
7240
72412008-03-16 Andreas Schwab <schwab@suse.de>
7242
7243 * keyboard.c (read_key_sequence): Fix downcasing of letters with
7244 modifiers.
7245
7246 * regex.c (re_match_2_internal): Correct matching of a charset
7247 against latin-1 characters.
7248
72492008-03-16 Kenichi Handa <handa@m17n.org>
7250
7251 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
7252 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
7253 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
7254 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
7255 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
7256 CHAR_STRING_ADVANCE.
7257 (produce_chars): Fix for the case that the source and the
7258 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
7259 instead of CHAR_STRING_ADVANCE.
7260 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
7261 STRING_CHAR_ADVANCE.
7262
72632008-03-15 Andreas Schwab <schwab@suse.de>
7264
7265 * regex.c (re_match_2_internal): Correct matching of eight bit
7266 characters in unibyte strings.
7267
72682008-03-15 Martin Rudalics <rudalics@gmx.at>
7269
7270 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
7271 at end of range when it coincides with the end of the buffer.
7272
72732008-03-14 Eli Zaretskii <eliz@gnu.org>
7274
7275 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
7276
7277 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
7278
72792008-03-14 Jason Rumney <jasonr@gnu.org>
7280
7281 * editfns.c (initial_tz): New variable.
7282 (syms_of_editfns): Initialize it.
7283 (Fset_time_zone_rule): Set it when first called.
7284 Use it when TZSTRING is nil.
7285
7286 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
7287 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
7288 (monitor_from_point_fn, get_monitor_info_fn): New globals.
7289 (globals_of_w32fns): Initialize them.
7290 (compute_tip_xy): Use them to position tooltips.
7291
72922008-03-14 Glenn Morris <rgm@gnu.org>
7293
7294 * emacs.c (main): Revert previous change.
7295 (standard_args): Revert -internal-script back to -scriptload,
7296 and remove the long-option form.
7297
72982008-03-13 Glenn Morris <rgm@gnu.org>
7299
7300 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
7301 Remove option -enable-font-backend.
7302
73032008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
7306
73072008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7308
7309 * xterm.c (x_connection_closed): For GTK: If this is the last
7310 terminal just exit without closing the display.
7311
73122008-03-11 Jason Rumney <jasonr@gnu.org>
7313
7314 * w32font.c (w32font_full_name): Use floor to round.
7315
f0131492 73162008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
7317
7318 * sound.c (alsa_configure): Declare vol at beginning of block.
7319
7320 * fontset.c (Ffontset_info): Remove extra semicolon.
7321
73222008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
7325 size of resulting string.
7326
73272008-03-10 Jason Rumney <jasonr@gnu.org>
7328
7329 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
7330
73312008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7332
7333 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
7334 Don't pretend as if characters with display property haven't been
7335 consumed for string-replacing-string case.
7336
73372008-03-08 Kim F. Storm <storm@cua.dk>
7338
7339 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
7340 (get_next_display_element, next_element_from_string)
7341 (next_element_from_ellipsis, next_element_from_buffer): Use it.
7342
73432008-03-08 Andreas Schwab <schwab@suse.de>
7344
7345 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
7346
73472008-03-06 Jason Rumney <jasonr@gnu.org>
7348
7349 * w32font.c (w32_registry): Take font_type argument. Use ANSI
7350 when charset not specified. Only translate ANSI to unicode when
7351 font_type is truetype.
7352 (w32font_coverage_ok): New function.
7353 (add_font_entity_to_list): Use it to filter unsuitable fonts.
7354
73552008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
7356
7357 * lread.c (Fread_char): Resolve modifiers.
7358 (Fread_char_exclusive): Likewise.
7359
7360 * character.c (char_resolve_modifier_mask): New function.
7361 (char_string): Use char_resolve_modifier_mask.
7362 (Fchar_resolve_modifiers): New function.
7363 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
7364 function.
7365
73662008-03-04 Jason Rumney <jasonr@gnu.org>
7367
7368 * makefile.w32-in: Always include w32font.c in the build.
7369 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
7370
73712008-03-04 Andreas Schwab <schwab@suse.de>
7372
7373 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
7374 (versionclean): Likewise.
7375
73762008-03-04 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * .cvsignore: Add oo.
7379
73802008-03-03 Andreas Schwab <schwab@suse.de>
7381
7382 * coding.c (decode_coding_object): Inhibit gap shrinking while
7383 decoding in place.
7384
73852008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
7386
7387 * w32term.c: Remove unused include "gnu.h".
7388 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
7389
7390 * gnu.h: Rename to ...
7391 * emacs-icon.h: ... this.
7392 * xterm.c: Use emacs-icon.h instead of gnu.h.
7393 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
7394
73952008-03-03 Juanma Barranquero <lekktu@gmail.com>
7396
7397 * w32font.c: Include math.h.
7398
73992008-03-03 Jason Rumney <jasonr@gnu.org>
7400
7401 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
7402 Compute options separately.
7403 (w32font_open_internal): Set glyph_idx before caching metrics.
7404
7405 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
7406 Define if system headers don't.
7407 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
7408 (w32font_encode_char): Don't declare here.
7409
7410 * w32font.c (Quniscribe, QCformat): New symbols.
7411 (syms_of_w32font): Define them.
7412 (w32font_has_char): Indicate uncertainty.
7413 (w32font_encode_char): Encode as glyph point. Make static.
7414 (recompute_cached_metrics): New function.
7415 (w32font_open_internal): Use it. Set font to use glyph points
7416 initially. Set format based on type of font.
7417 (w32font_text_extents, w32font_draw): Optionally use glyph points.
7418 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
7419 on it. Set format based on information available here.
7420 (add_font_entity_to_list): Identify backend based on opentype_only.
7421
74222008-03-02 Andreas Schwab <schwab@suse.de>
7423
7424 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
7425
7426 * coding.c (decode_coding_big5, produce_chars):
7427 Fix typos in last change.
7428
74292008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
7430
7431 * gnu.h: New icon.
7432
74332008-03-02 Kenichi Handa <handa@m17n.org>
7434
7435 * coding.c (decode_coding_utf_8): When eol-type of CODING is
7436 `dos', don't decode '\r' if that is the last in the source.
7437 (decode_coding_utf_16, decode_coding_emacs_mule)
7438 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7439 (decode_coding_raw_text, decode_coding_charset): Likewise.
7440 (produce_chars): Don't decode EOL here. Use EMACS_INT.
7441
74422008-03-01 Jason Rumney <jasonr@gnu.org>
7443
7444 * w32font.c (w32font_full_name): Report point size for scalable fonts.
7445
74462008-03-01 Kim F. Storm <storm@cua.dk>
7447
7448 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
7449
74502008-03-01 Jason Rumney <jasonr@gnu.org>
7451
7452 * w32font.c (w32font_full_name): New function.
7453 (w32font_open_internal): Use it.
7454
74552008-03-01 Kim F. Storm <storm@cua.dk>
7456
7457 * dispnew.c (line_draw_cost): Fix invalid glyph check.
7458
74592008-03-01 Jason Rumney <jasonr@gnu.org>
7460
7461 * font.c (font_unparse_fcname): Increase len when style is a symbol.
7462
74632008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7464
7465 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
7466 xg_frame_resized when the event is for the edit widget.
7467
7468 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
7469
7470 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
7471 set_char_size.
7472 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
7473 operations on widgets here. Just set frame size if needed.
7474 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
7475 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
7476 (x_wm_set_size_hint): Set size hints on the edit widget only, not
7477 the whole frame.
7478 (xg_create_tool_bar): Move attachment of the tool bar to
7479 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
7480 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
7481
74822008-03-01 Jason Rumney <jasonr@gnu.org>
7483
7484 * w32fns.c (w32_msg_pump): Disable debug code.
7485
74862008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7487
7488 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
7489
74902008-02-29 Chong Yidong <cyd@stupidchicken.com>
7491
7492 * xdisp.c (next_overlay_string): Don't set
7493 overlay_strings_at_end_processed_p if we're currently reading from
7494 a display string.
7495
74962008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * xdisp.c (get_overlay_strings_1): Fix typo.
7499
75002008-02-29 Chong Yidong <cyd@stupidchicken.com>
7501
7502 * xdisp.c (get_overlay_strings_1): Add missing argument type.
7503
75042008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
7505
7506 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
7507
7508 * xdisp.c (display_mode_element): Cancel the previous change.
7509 (decode_mode_spec): Likewise.
7510 (handle_auto_composed_prop): Don't make composition if it->string
7511 is a string.
7512
75132008-02-27 Kim F. Storm <storm@cua.dk>
7514
7515 * lisp.h (GLYPH): Change type from int to struct with separate char
7516 and face_id members.
7517 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
7518 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
7519 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
7520 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
7521 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
7522 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
7523 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
7524 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
7525 handle new Lisp glyph code encoding, either an integer or a cons.
7526
7527 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
7528 (GLYPH_ALIAS): Delete.
7529 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
7530 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
7531 (GLYPH_FROM_CHAR): Replace macro by ...
7532 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
7533
7534 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
7535 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
7536 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
7537 (GLYPH_INVALID_P): New macro.
7538 (spec_glyph_lookup_face): Update prototype.
7539
7540 * dispnew.c (line_draw_cost): Adapt to new glyph type.
7541 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
7542 new glyph code encoding.
7543 (spec_glyph_lookup_face): No return value; update passed glyph instead.
7544 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
7545
7546 * xdisp.c (get_next_display_element, next_element_from_display_vector):
7547 Adapt to new glyph type and new glyph code encoding.
7548
7549 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
7550
7551 * indent.c (current_column, current_column_1, Fmove_to_column)
7552 (compute_motion): Adapt to new glyph code encoding.
7553
7554 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
7555
75562008-02-27 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * process.c (wait_reading_process_output): Check for window
7559 changes caused by timers.
7560 Suggested by Johan Bockgård.
7561
75622008-02-27 Glenn Morris <rgm@gnu.org>
7563
7564 * emacs.c (USAGE1): Add `--disable-font-backend'.
7565
75662008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
7569 is made to the buffer.
7570
75712008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
7574 (face_at_string_position):
7575 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
7576 (face_at_string_position):
7577 * xdisp.c (display_string, next_overlay_change):
7578 * buffer.h (overlays_at):
7579 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
7580 Update callers.
7581
75822008-02-26 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * editfns.c (Fformat): Doc fix.
7585
75862008-02-26 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
7589 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
7590 (Ffont_otf_alternates, Fquery_font): Doc fixes.
7591
75922008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * buffer.c (Fbuffer_swap_text): New function.
7595 (syms_of_buffer): Defsubr it.
7596
75972008-02-25 Chong Yidong <cyd@stupidchicken.com>
7598
7599 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
7600
76012008-02-25 Jason Rumney <jasonr@gnu.org>
7602
7603 * w32font.c (w32font_draw): Draw one character at a time when padding.
7604
76052008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
7608 Handle a nil arg. Use run_window_configuration_change_hook.
7609 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
7610 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
7611 Use run_window_configuration_change_hook.
7612
76132008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
7614
7615 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
7616 1-pixel width.
7617
76182008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
7619
7620 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
7621 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
7622 if the glyph in the font is zero pixel with.
7623
7624 * dispextern.h (struct glyph_string): New member padding_p.
7625
7626 * w32font.c (w32font_draw): Pay attention to s->padding_p.
7627
7628 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
7629
7630 * xfont.c (xfont_draw): Pay attention to s->padding_p.
7631
7632 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
7633
7634 * font.c: If the font driver doesn't have `shape' function, return Qnil.
7635
76362008-02-25 Jason Rumney <jasonr@gnu.org>
7637
7638 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
7639
76402008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 Allow fine-grained image-cache flushing.
7643 * dispextern.h (struct image): Add `dependencies' field.
7644 (clear_image_caches): Change arg to Lisp_Object.
7645 * image.c (make_image): Initialize `dependencies' field.
7646 (clear_image_cache): Change arg to allow fine-grained flushing.
7647 Perform the flush even if image-cache-eviction-delay is nil.
7648 (clear_image_caches): Change arg to Lisp_Object.
7649 (Fclear_image_cache): Expand meaning of the argument.
7650 (mark_image): Mark `dependencies' field.
7651 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
7652 (lface_hash): Use XHASH rather than XFASTINT.
7653 (face_at_buffer_position): Fix int -> EMACS_INT position.
7654 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
7655 (select_frame_for_redisplay): Remove code duplication.
7656 (redisplay_internal): Adapt arg to call to clear_image_caches.
7657
76582008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7659
7660 * s/vms4-0.h:
7661 * s/vms4-2.h:
7662 * s/vms4-4.h:
7663 * s/vms5-5.h: Remove, unused.
7664
7665 * s/irix5-2.h:
7666 * s/irix6-0.h:
7667 * s/riscos5.h:
7668 * s/mach-bsd4-3.h:
7669 * m/mips4.h: Remove files for obsolete systems.
7670
7671 * Makefile.in:
7672 * filelock.c:
7673 * unexmips.c:
7674 * m/hp9000s300.h:
7675 * m/iris4d.h:
7676 * s/aix3-1.h:
7677 * s/hpux.h:
7678 * s/msdos.h:
7679 * s/usg5-0.h:
7680 * s/usg5-2-2.h:
7681 * s/usg5-2.h:
7682 * s/usg5-3.h: Remove references to obsolete variables.
7683
7684 * s/irix5-0.h: Remove, move all the contents ...
7685 * s/irix6-5.h: ... here. Simplify.
7686 * config.in: Regenerate.
7687
76882008-02-24 Jason Rumney <jasonr@gnu.org>
7689
7690 * w32term.c (x_draw_glyph_string_background): Clear the background
7691 manually when cleartype is in use.
7692 (x_draw_glyph_string_foreground): Draw text transparently when
7693 cleartype is in use.
7694
7695 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
7696 a font into it unless we have to.
7697
76982008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
7701 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 7702
aac0c6e3
MR
77032008-02-18 Jason Rumney <jasonr@gnu.org>
7704
7705 * w32fns.c (Fw32_shell_execute): Encode parameters.
7706
77072008-02-09 Eli Zaretskii <eliz@gnu.org>
7708
7709 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
7710
77112008-02-05 Juanma Barranquero <lekktu@gmail.com>
7712
7713 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
7714
77152008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
7716
7717 * xterm.c (x_set_offset): Don't change the gravity if
7718 CHANGE_GRAVITY is -1.
7719
77202008-02-23 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * fileio.c (auto_save_error_occurred): New var.
7723 (auto_save_error): Set it.
7724 (Fdo_auto_save): Don't overwrite the error message if an auto-save
7725 error occurred.
7726
77272008-02-23 Eli Zaretskii <eliz@gnu.org>
7728
7729 * w32.c (globals_of_w32): Add initializations for
7730 g_b_init_get_sid_sub_authority and
7731 g_b_init_get_sid_sub_authority_count.
7732
77332008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
7736 (font_parse_xlfd): Use them for sanity check.
7737 (Finternal_set_font_style_table): Make sure the table is bijective.
7738
7739 Consolidate the image_cache to the terminal struct.
7740 * termhooks.h (P_): Remove redundant def.
7741 (struct terminal): New field `image_cache'.
7742 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
7743 of FRAME_X_IMAGE_CACHE.
7744 * xterm.h (struct x_display_info): Remove image_cache field.
7745 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
7746 * w32term.h (struct w32_display_info): Remove image_cache field.
7747 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
7748 * macterm.h (struct mac_display_info): Remove image_cache field.
7749 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
7750 * xterm.c (x_term_init):
7751 * w32term.c (w32_term_init):
7752 * macterm.c (mac_term_init): Set the image_cache in the terminal.
7753 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
7754 Remove declarations.
7755 (clear_image_caches, mark_image_cache): New declarations.
7756 * xfaces.c (clear_face_cache):
7757 * xdisp.c (redisplay_internal): Use clear_image_caches.
7758 * image.c (clear_image_cache): Don't check that a frame is on
7759 a window-system before checking if it shares the same cache.
7760 (clear_image_caches): New function.
7761 (Fclear_image_cache): Use it.
7762 (mark_image): Move from allo.c.
7763 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
7764 * alloc.c (mark_image, mark_image_cache): Move to image.c.
7765 (mark_object): Don't call mark_image_cache for frames.
7766 (mark_terminals): Call mark_image_cache.
7767
7768 * lisp.h (Fdelete_terminal): Declare.
7769
7770 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
7771 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
7772 wrong_type_argument.
7773
77742008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
7775
7776 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
7777 malayalam.el, and tamil.el. Add sinhala.el.
7778
77792008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * xterm.c (x_connection_closed): Consolidate identical tests.
7782 (x_delete_terminal): Don't crash if called via x_connection_closed.
7783
77842008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
7785
7786 * xdisp.c (decode_mode_spec): New arg string.
7787 (display_mode_element): Adjust for the above change.
7788
77892008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * callint.c (Fcall_interactively): Use AREF.
7792
77932008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
7796
77972008-02-18 Jan Djärv <jan.h.d@swipnet.se>
7798
7799 * xfns.c (Fx_show_tip): Set string to " " if empty.
7800
78012008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
7802
7803 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
7804 with Qt.
7805
78062008-02-17 Kenichi Handa <handa@m17n.org>
7807
7808 * ftfont.c (ftfont_shape): Return Lispy number.
7809
7810 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
7811 for GCs.
7812 (Finternal_set_font_selection_order): Call font_update_sort_order
7813 only when enable_font_backend is set.
7814 (realize_x_face): Set face->font_info to that of default face only
7815 when enable_font_backend is set.
7816
7817 * xdisp.c (handle_composition_prop): Set it->c to the fist
7818 character of the composed region.
7819 (fill_composite_glyph_string): Set base_face->font_info to
7820 s->font_info. Get a face for ascii from base_face->ascii_face.
7821 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
7822 with a face already decided.
7823 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
7824 non-negative.
7825 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
7826 call font_prepare_composition unconditionally.
7827
7828 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
7829
7830 * xterm.h (struct x_display_info): New member font.
7831
7832 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
7833 (x_set_mouse_face_gc, x_new_font): Likewise.
7834 (x_term_init): Setup display_info->font.
7835 (x_delete_terminal): Free display_info->font.
7836
7837 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
7838
7839 * ftxfont.c (ftxfont_default_fid): Delete it.
7840 (ftxfont_open): Set xfont->fid to 0.
7841 (ftxfont_end_for_frame): Clear data specific to the frame and the
7842 font-driver.
7843
7844 * xftfont.c (xftfont_default_fid): Delete it.
7845 (xftfont_open): Set xfont->fid to 0.
7846
7847 * fontset.c (FONTSET_OBJLIST): New macro.
7848 (fontset_find_font): Update font-object list of the fontset.
7849 (free_realized_fontset): New function.
7850 (free_face_fontset): Call free_realized_fontset.
7851 (Ffont_info): Call font_close_object only when enable_font_backend
7852 is set.
7853
7854 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
7855 [HAVE_NTGUI]: Include w32term.h.
7856 [MAC_OS]: Include macterm.ch.
7857 (font_otf_ValueRecord): Use make_number.
7858 (font_finish_cache): Fix handling of reference count.
7859 (font_clear_cache): Update num_fonts.
7860 (font_open_entity): Update smallest_char_width and
7861 smallest_font_height of the frame.
7862 (font_close_object): Update num_fonts.
7863 (Fclear_font_cache): Fix finding the target cache data.
7864
78652008-02-16 Glenn Morris <rgm@gnu.org>
7866
7867 * fontset.c (Finternal_char_font): Fix compilation warning.
7868
78692008-02-16 Eli Zaretskii <eliz@gnu.org>
7870
7871 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
7872 instead of char arrays. Enlarge the size of array passed to
7873 get_token_information.
7874
7875 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
7876 warnings.
7877
78782008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
7879
7880 * .gdbinit: Don't set `args', it breaks gdb --args.
7881
78822008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
7885 within a narrowed buffer.
7886
78872008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
7888
7889 * coding.c (decode_coding_object, encode_coding_object):
7890 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
7891
78922008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * coding.c (coding_set_destination): Use BEG_BYTE rather than
7895 hardcoding 1.
7896 (detect_coding_system):
7897 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
7898 (string_char_to_byte, string_byte_to_char, insert_from_gap):
7899 * insdel.c (insert_from_gap):
7900 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
7901 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
7902 (string_to_multibyte):
7903 * character.c (chars_in_text, multibyte_chars_in_text):
7904 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
7905
7906 * character.h (FETCH_STRING_CHAR_ADVANCE)
7907 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
7908 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
7909 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
7910
7911 * casefiddle.c (casify_region): Only call after-change and composition
7912 functions on the part of the region that was changed.
7913
7914 * keyboard.c (read_avail_input):
7915 * frame.c (Fdelete_frame): Call Fdelete_terminal.
7916
79172008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
7920 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
7921
79222008-02-11 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * w32menu.c (push_submenu_start, push_submenu_end)
7925 (push_left_right_boundary, push_menu_pane, push_menu_item):
7926 * keyboard.c (read_key_sequence): Don't pass args with side effects
7927 to AREF, it fails when compiling with -DENABLE_CHECKING.
7928
79292008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
7930
7931 * Makefile.in (${lispsource}international/charprop.el):
7932 Delete this target.
7933
7934 * search.c (boyer_moore): Fix incorrect synching of the trunk and
7935 emacs-unicode-2.
7936
79372008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * terminal.c (Fdelete_terminal): Clean up the `force' path.
7940
79412008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * frame.c (Qnoelisp): New symbol.
7944 (syms_of_frame): Initialize it.
7945 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
7946 harmless Elisp code, from a strong `force' from x_connection_closed.
7947 * frame.h (Qnoelisp): Declare.
7948 * xterm.c (x_connection_closed): Pass `noelisp'.
7949
7950 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
7951 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
7952 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
7953 rather than `int' for the type of `type'.
7954
79552008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7956
7957 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
7958
7959 * Makefile.in (GNUC): Remove support for gcc-1.x.
7960
79612008-02-10 Richard Stallman <rms@gnu.org>
7962
7963 * lisp.h (ASET): Use AREF, not ASLOT.
7964
79652008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * lisp.h (ASET): Check bounds.
7968
79692008-02-10 Glenn Morris <rgm@gnu.org>
7970
7971 * buffer.c (mode-name): Doc fix.
7972
79732008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7974
7975 * Makefile.in:
7976 * emacs.c:
7977 * gmalloc.c:
7978 * keyboard.c:
7979 * lisp.h:
7980 * m/ibm370aix.h:
7981 * process.c:
7982 * regex.c:
7983 * s/hpux.h:
7984 * sysdep.c:
7985 * sysselect.h:
7986 * systty.h:
7987 * unexec.c:
7988 * w32term.c:
7989 * xsmfns.c:
7990 * xterm.c: Remove code that deals with obsolete variables.
7991
7992 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
7993
7994 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
7995 nothing else needs it anymore.
7996
79972008-02-09 Eli Zaretskii <eliz@gnu.org>
7998
7999 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
8000 instead of unibyte_char_to_multibyte.
8001
80022008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
8003
8004 * s/gnu-linux.h: Remove commented out code.
8005
8006 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
8007
8008 * Makefile.in: Update what RMS says about using autoconf.
8009 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
8010 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
8011 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
8012 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
8013
80142008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8015
8016 * keymap.c (Fkey_description): Move side effect outside of macro call.
8017
8018 * xfaces.c (Finternal_make_lisp_face):
8019 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
8020
8021 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
8022 (syms_of_fontset): Use ASET.
8023
8024 * fns.c (concat): Move side effect outside of macro call.
8025 (hash_clear): Use ASET.
8026
80272008-02-08 Richard Stallman <rms@gnu.org>
8028
8029 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
8030 If FORCE, and frame has a surrogate minibuffer for another frame,
8031 delete the other frame first.
8032
80332008-02-07 Timo Savola <timo.savola@iki.fi>
8034
8035 * xterm.c (x_detect_focus_change): Handle embed client message.
8036 (handle_one_xevent): Ditto.
8037 (handle_one_xevent): If embedded and we get a button press/release,
8038 request focus.
8039 (xembed_set_info, xembed_send_message): New functions.
8040 (x_make_frame_visible): Call xembed_set_info if embedded.
8041 (x_make_frame_invisible): Call xembed_set_info if embedded.
8042 (x_term_init): Initialize Xatom_XEMBED.
8043 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
8044 (x_iconify_frame): Ditto.
8045
8046 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
8047 (enum xembed_info, enum xembed_message, enum xembed_focus)
8048 (enum xembed_modifier, enum xembed_accelerator): New.
8049 (xembed_set_info, xembed_send_message): Declare.
8050 (FRAME_X_EMBEDDED_P): New.
8051
8052 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
8053 gtk_plug_new.
8054
8055 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
8056 window ID of a frame.
8057 (x_window): Reparent frame if embedded.
8058 (Fx_create_frame): Don't set border width if embedded.
8059
8060 * emacs.c (USAGE3): Add --parent-id.
8061 (standard_args): Ditto.
8062
80632008-02-07 Jan Djärv <jan.h.d@swipnet.se>
8064
8065 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
8066
80672008-02-07 Jim Meyering <meyering@redhat.com>
8068
8069 Use "do...while (0)", not "if (1)...else" in macro definitions.
8070 The latter provokes a warning from gcc about the empty else, when
8071 followed by ";". Also, without that trailing semicolon, it would
8072 silently swallow up any following statement.
8073 * syntax.h (SETUP_SYNTAX_TABLE)
8074 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
8075 * buffer.h (DECODE_POSITION): Likewise.
8076 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
8077 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
8078 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
8079 (FETCH_CHAR_ADVANCE): Likewise.
8080 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
8081
80822008-02-07 Jim Meyering <meyering@redhat.com>
8083
8084 * lread.c [lint]: Don't include <sys/inode.h>.
8085
80862008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * xselect.c (x_handle_dnd_message):
8089 * xmenu.c (digest_single_submenu, xmenu_show):
8090 * xdisp.c (with_echo_area_buffer_unwind_data)
8091 (format_mode_line_unwind_data, unwind_format_mode_line)
8092 (display_menu_bar):
8093 * eval.c (Ffetch_bytecode):
8094 * doc.c (store_function_docstring):
8095 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
8096 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
8097 * buffer.c (add_overlay_mod_hooklist): Use ASET.
8098
80992008-02-07 Kenichi Handa <handa@m17n.org>
8100
8101 * ftxfont.c (ftxfont_open): Don't set
8102 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
8103
8104 * ftfont.c (ftfont_open): Fix previous change.
8105
81062008-02-06 Jason Rumney <jasonr@gnu.org>
8107
8108 * w32font.c (w32font_text_extents): Fill in lbearing metric.
8109 Use cached metrics for ASCII characters.
8110 (w32font_open_internal): Don't set font's owning_frame.
8111 Cache metrics for ASCII characters.
8112
8113 * w32font.h (struct w32font_info): Add ascii_metrics.
8114 Remove owning_frame.
8115
81162008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
8117
8118 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
8119 to negative value.
8120
8121 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
8122
8123 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
8124
8125 * charset.c (syms_of_charset): Set QCtest and Qeq.
8126
81272008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * process.c (Fstart_process):
8130 * callproc.c (Fcall_process): Handle the case where
8131 Funhandled_file_name_directory returns nil.
8132
8133 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
8134 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
8135 * font.c (check_gstring): Use them and AREF to access the vector before
8136 we know it's really a gstring.
8137 (Ffont_shape_text): Fix typo.
8138 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
8139
8140 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
8141 Declare.
8142
8143 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
8144
81452008-02-05 Jason Rumney <jasonr@gnu.org>
8146
8147 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
8148 Set smallest_font_height and smallest_char_width in display info.
8149
81502008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
8151
8152 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
8153
81542008-02-05 Miles Bader <miles@gnu.org>
8155
8156 * xfaces.c (get_lface_attributes, merge_named_face)
8157 (lookup_named_face, lookup_derived_face, realize_named_face):
8158 Revert 2008-02-01 change by cyd@stupidchicken.com.
8159
81602008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
8161
8162 * fontset.c (Ffontset_info): Handle the case of inhibitting the
8163 fallback fonts.
8164 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
8165
81662008-02-04 Jason Rumney <jasonr@gnu.org>
8167
8168 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
8169 set full_name.
8170 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
8171
81722008-02-03 Jason Rumney <jasonr@gnu.org>
8173
8174 * makefile.w32-in (OBJ1): Include font.o here.
8175 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
8176
81772008-02-02 Jason Rumney <jasonr@gnu.org>
8178
8179 * makefile.w32-in (temacs): Bump EMHEAP to 21.
8180
81812008-02-01 Jason Rumney <jasonr@gnu.org>
8182
8183 * s/cygwin.h: Define VIRT_ADDR_VARIES.
8184
8185 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
8186
81872008-02-01 Andreas Schwab <schwab@suse.de>
8188
8189 * Makefile.in (shortlisp, lisp): Update for rename of
8190 ../lisp/language/myanmar.el.
8191
81922008-02-01 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * xfaces.c (get_lface_attributes): Delete function.
8195 (merge_named_face, lookup_named_face, lookup_derived_face)
8196 (realize_named_face): Call lface_from_face_name directly, and use
8197 the fact that merge_face_vectors does not alter its FROM argument.
8198
81992008-02-01 Jason Rumney <jasonr@gnu.org>
8200
8201 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
8202 input in the default locale. Handle non-Unicode multibyte input.
8203
82042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8205
8206 * fontset.c (reorder_font_vector): Exclude nil elements from the
8207 font group. Don't try multiple fonts.
8208 (fontset_font): Adjust for the above change.
8209 (Finternal_char_font): Return nil if the found font doesn't
8210 contain the character ch.
8211
8212 * Makefile.in (lisp, shortlisp): Add cham.el.
8213
82142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8215
8216 * font.h (FONTP): Make it return 1 also for a font-object.
8217
8218 * .gdbinit (xfontset): New function.
8219
8220 * font.c (font_find_for_lface): Check if the character C is
8221 supported or not only for the first font.
8222
8223 * fontset.c (reorder_font_vector): Fix typo.
8224 (fontset_find_font): Don't add a font-spec specifying a script.
8225 Use 0 (not Qt) for the indication of empty font-group. Change the
8226 format of RFONT-DEF. Return Qt if no font in the font-group
8227 support the character.
8228 (fontset_font): Adjust for the above change. If no font was
8229 found the character, remember that.
8230 (face_for_char): Adjust for the change of RFONT-DEF.
8231 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
8232 no font for the target.
8233 (Finternal_char_font): Adjust for the change of RFONT-DEF.
8234
82352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8236
8237 * font.c (font_load_for_face): Handle the case that the font in
8238 face->lface is a string.
8239
82402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8241
8242 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
8243
82442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8245
8246 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
8247 Fix previous change. If the frame is not on a window system,
8248 signal an error.
8249
82502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8251
8252 * coding.c (decode_coding_object, encode_coding_object): Adjust
8253 marker positions after conversion.
8254
8255 * lisp.h (struct Lisp_Marker): New member need_adjustment.
8256
82572008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8258
8259 * font.c (font_find_for_lface): Fix the handling of the return
8260 value of font_has_char.
8261 (Ffont_shape_text): Fix previous change.
8262
8263 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
8264 (fontset_ref_and_range): Delete it.
8265 (fontset_find_font): Call char_table_ref_and_range instead of
8266 FONTSET_REF_AND_RANGE.
8267 (make_fontset): Don't setup font groups of Latin here.
8268 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
8269 (new_fontset_from_font): Make the specified font the default for
8270 all Latin characters.
8271
82722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8273
8274 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
8275 is on a window system before accessing the fontset of the frame.
8276
82772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8278
8279 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
8280
8281 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
8282 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
8283
8284 * font.c (Ffont_shape_text): If the font driver doesn't have a
8285 shaper function, make zero-width glyphs to have at least one-pixel
8286 width. Fix setting of `to' field of glyphs.
8287
82882008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8289
8290 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
8291 glyphs.
8292
8293 * font.h (struct font_driver): Improve docstring of member `shape'.
8294
82952008-02-01 Kenichi Handa <handa@m17n.org>
8296
8297 * composite.c (syms_of_composite): Fix docstring of
8298 auto-composition-function.
8299
8300 * font.h (LGLYPH_SIZE): New macro.
8301
8302 * font.c (Ffont_fill_gstring): Stop filling when a character not
8303 supported by the font is found.
8304 (Ffont_shape_text): When a shape callback function returns nil,
8305 try at most two more times with larger gstring.
8306 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
8307
8308 * xdisp.c (handle_auto_composed_prop): Change the argument to
8309 auto-composition-function.
8310
8311 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
8312 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
8313 Lispy glyph and store it in the lgstring.
8314
8315 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
8316
8317 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
8318
83192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8320
8321 * font.c (Ffont_shape_text): Avoid unnecessary composition.
8322
8323 * fontset.c (Vfont_encoding_charset_alist): New variable.
8324 (syms_of_fontset): DEFVAR it.
8325 (reorder_font_vector, fontset_find_font): Optimize for the case of
8326 no need of reordering.
8327 (face_for_char): Map the charset property by
8328 Vfont_encoding_charset_alist.
8329
83302008-02-01 Jason Rumney <jasonr@gnu.org>
8331
8332 * w32font.c (logfonts_match): Don't check adstyle here.
8333 (font_matches_spec): Check here against physical font instead.
8334 (add_font_entity_to_list): Avoid some substitutions.
8335
8336 * font.c (font_parse_fcname): Default weight and slant to normal.
8337 (font_score): Prefer normal fonts if weight or slant unspecified.
8338 (font_score) [WINDOWSNT]: Scale weight difference down to closer
8339 match freetype scores.
8340
83412008-02-01 Jason Rumney <jasonr@gnu.org>
8342
8343 * w32font.c (w32font_text_extents): Don't use the frame stored in the
8344 font, as it may have been deleted.
8345 (w32_enumfont_pattern_entity): Map generic family to adstyle using
8346 most common hyphenless variation.
8347 (logfonts_match): Check generic family.
8348 (font_matches_spec): Don't check generic family here.
8349 (fill_in_logfont): Set generic family based on adstyle.
8350
8351 * w32font.h (w32font_get_cache): Update declaration.
8352
83532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8354
8355 * ftfont.c (ftfont_get_cache): Adjust the argument type.
8356
8357 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
8358 If none of the new drivers are available, call font_update_drivers
8359 with the old drivers.
8360
8361 * w32font.c (w32font_get_cache): Adjust the argument type.
8362
8363 * xfont.c (xfont_get_cache): Adjust the argument type.
8364
8365 * font.h (struct font_driver): Change argument type of get_cache.
8366
8367 * xftfont.c (xftfont_start_for_frame): Delete prototype.
8368
8369 * font.c (Ffont_get): Fix arguments to Fassoc.
8370 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
8371 (font_clear_cache): New function.
8372 (font_list_entities, font_matching_entity): Use font_get_cache.
8373 (font_update_drivers): Call font_clear_cache when finishing a driver.
8374
8375 * fontset.c (fontset_find_font): Fix previous change.
8376
83772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8378
8379 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
8380 dpyinfo->font_table.
8381 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
8382 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
8383
8384 * font.c (font_at): Handle the case that the arg C is negative.
8385 Handle the unibyte case.
8386 (Ffont_at): Call font_at with the arg C -1.
8387
8388 * xdisp.c (handle_auto_composed_prop): Don't get a character at
8389 the position here, and call font_at with the arg C -1.
8390 Don't check the range of the existing composition at the point.
8391
83922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8393
8394 * fontset.c (fontset_add): New args charset_id and family.
8395 Change caller.
8396 (load_font_get_repertory, fontset_find_font): Assume that
8397 font_spec is always a font-spec object.
8398 (Fset_fontset_font): Always store a font-spec object in a fontset.
8399
8400 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
8401 instead of get_property_and_range.
8402
84032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8404
8405 * xftfont.c (struct xftfont_info): Delete the member ft_face.
8406 (xftfont_open): Don't keep locking face.
8407 (xftfont_close): Don't unlock face.
8408 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
8409
8410 * fontset.c (fontset_find_font): Don't prefer a font of
8411 supplementary charset.
8412
84132008-02-01 Kenichi Handa <handa@m17n.org>
8414
8415 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
8416 script, langsys_tag to langsys, new member script.
8417 (OTF_TAG_STR): Terminate by '\0'.
8418 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
8419 listing to the script specified in that property. Fix arg to
8420 OTF_check_features.
8421
84222008-02-01 Jason Rumney <jasonr@gnu.org>
8423
8424 * w32font.h: New file.
8425
8426 * w32font.c: Include it.
8427 (struct w32font_info): Add owning_frame field. Move to w32font.h.
8428 (w32font_open): Set owning_frame.
8429 (w32font_text_extents): Use owning_frame.
8430 (struct font_callback_data): Add opentype_only field.
8431 (add_font_entity_to_list): Use it to filter fonts.
8432 Don't check against full name.
8433 (w32font_list_internal): New function.
8434 (w32font_list): Use it.
8435 (w32font_match_internal): New function.
8436 (w32font_match): Use it.
8437 (w32font_open_internal): New function.
8438 (w32font_open): Use it.
8439 (w32font_get_cache, w32font_close, w32font_has_char)
8440 (w32font_encode_char, w32font_text_extents, w32font_draw):
8441 Make non-static.
8442
8443 * makefile.w32-in (w32font.o): Depend on w32font.h.
8444
84452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8446
8447 * charset.c (Fdefine_charset_internal): Record a supplementary
8448 charset at the tail of Vcharset_order_list.
8449
8450 * font.c (Ffont_shape_text): Fix the return value.
8451
8452 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
8453
8454 * xdisp.c (handle_auto_composed_prop): Fix previous change.
8455
84562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8457
8458 * ftfont.c (struct OpenTypeSpec): New struct.
8459 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
8460 (ftfont_get_open_type_spec): New function.
8461 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
8462
8463 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
8464
84652008-02-01 Jason Rumney <jasonr@gnu.org>
8466
8467 * w32font.c (add_font_entity_to_list): Compare only the beginning
8468 of full name.
8469
84702008-02-01 Kenichi Handa <handa@m17n.org>
8471
8472 * xdisp.c (handle_auto_composed_prop): Simplify the code.
8473 Never return HANDLED_RECOMPUTE_PROPS.
8474
84752008-02-01 Kenichi Handa <handa@m17n.org>
8476
8477 * font.c (font_gstring_produce): Delete it.
8478
8479 * composite.h (COMPOSITION_METHOD):
8480 Handle COMPOSITION_WITH_GLYPH_STRING.
8481
84822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8483
8484 * xfont.c (Qx): Delete.
8485 (syms_of_xfont): Don't initialize Qx.
8486
8487 * composite.h (enum composition_method):
8488 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
8489
84902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8491
8492 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
8493 (choose_face_font): Accept new form of font-spec.
8494
8495 * frame.h (font_driver_list): Declare it unconditionally.
8496 (struct frame): Define members font_driver_list and font_data_list
8497 unconditionally.
8498
8499 * fontset.c: Include "font.h" unconditionally.
8500 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
8501 (Fset_fontset_font): Accept a font-spec object.
8502
8503 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
8504 PIXEL_SIZE part a wild card.
8505
8506 * dispextern.h (struct glyph_string): Define members clip and
8507 num_clips unconditionally.
8508 (struct face): Define members font_info and extra unconditionally.
8509
8510 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
8511 ftfont_info only when HAVE_LIBOTF is defined.
8512
85132008-02-01 Andreas Schwab <schwab@suse.de>
8514
8515 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
8516 and end.
8517
85182008-02-01 Jason Rumney <jasonr@gnu.org>
8519
8520 * w32font.c (w32font_driver): Add new fields.
8521
85222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8523
8524 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
8525 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
8526 (LIBES): Add @M17N_FLT_CFLAGS@.
8527
8528 * composite.c (compose_text): Don't treat the new style
8529 composition specially.
8530
8531 * emacs.c (main): Call syms_of_font unconditionally.
8532
8533 * font.h (FONT_ENTITY_NOT_LOADABLE)
8534 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
8535 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
8536 (struct font_driver): New member shape.
8537 (font_registry_charsets): Extern it.
8538 (font_find_for_lface, font_prepare_composition): Adjust prototype.
8539 (font_otf_capability, font_drive_otf): Delete their externs.
8540
8541 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
8542 (font_charset_alist, font_registry_charsets): Move from xfont.c
8543 and rename.
8544 (font_prop_validate_otf): New function.
8545 (font_property_table): Register it for QCotf.
8546 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
8547 (font_drive_otf): Delete.
8548 (font_prepare_composition): New arg F. Adjust for the change of
8549 lispy gstring.
8550 (font_find_for_lface): New arg C.
8551 (font_load_for_face): Adjust for the change of font_find_for_lface.
8552 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
8553 lispy gstring.
8554 (Ffont_shape_text): New function.
8555 (Fopen_font): If the font size is not given, use 12-pixel.
8556 (Ffont_at): New arg STRING.
8557 (syms_of_font): Initalize font_charset_alist.
8558 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
8559 conditionally.
8560
8561 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
8562 fonts of the same font-spec. Change the format of RFONT-DEF.
8563 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
8564 Adjust for the change of RFONT-DEF.
8565 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
8566
8567 * ftfont.h: New file.
8568
8569 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
8570 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
8571 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
8572 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
8573 font_otf_capability and font_drive_otf, set ftfont_shape.
8574 (ftfont_list): Adjust for the change of :otf property value.
8575 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
8576 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
8577 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
8578 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
8579 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
8580 (otf_gstring, gstring, m17n_flt_initialized): New variables.
8581
8582 * w32term.c (x_draw_composite_glyph_string_foreground):
8583 Adjust for the change of lispy gstring.
8584
8585 * xdisp.c (handle_composition_prop): Adjust for the change of
8586 lispy gstring. Call a function for auto-composition with the
8587 third arg it->window.
8588 (fill_composite_glyph_string): Adjust for the change of lispy string.
8589 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
8590
8591 * xfaces.c (set_font_frame_param): Adjust for the change of
8592 font_find_for_lface.
8593
8594 * xfont.c (x_font_charset_alist): Move to font.c and rename.
8595 (xfont_registry_charsets): Likewise. Change caller.
8596 (syms_of_xfont): Don't handle x_font_charset_alist.
8597
8598 * xftfont.c: Include "ftfont.h".
8599 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
8600 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
8601 (xftfont_close) [HAVE_LIBOTF]: Close otf.
8602 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
8603 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
8604 Set xftfont_driver.shape to xftfont_shape.
8605
8606 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
8607 the change of lispy gstring.
8608
86092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8610
8611 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
8612
86132008-02-01 Jason Rumney <jasonr@gnu.org>
8614
8615 * w32font.c (w32font_draw): Fill background manually.
8616
86172008-02-01 Jason Rumney <jasonr@gnu.org>
8618
8619 * font.c (Qfontp): Remove unused symbol.
8620 (QCantialias): New symbol.
8621 (syms_of_font): Define it.
8622 (font_property_table): Set a validator for QCantialias.
8623
8624 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
8625 Define if not already.
8626 (QCfamily): Share with xfaces.c.
8627 (Qstandard, Qsubpixel, Qnatural): New symbols.
8628 (syms_of_w32font): Define them. Don't define QCfamily here.
8629 (w32_antialias_type, lispy_antialias_type): New functions.
8630 (w32_enumfont_pattern_entity): New arg requested_font.
8631 Set antialias parameter if non-default was requested.
8632 (fill_in_logfont): Fill in lfQuality if :antialias specified.
8633
86342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8635
8636 * lread.c (read1): Undo the previous change.
8637
86382008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
8639
8640 * frame.c (Fdelete_frame): Call font_update_drivers only when
8641 USE_FONT_BACKEND is defined.
8642
86432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8644
8645 * font.h (struct font_bitmap): New member bits_per_pixel.
8646 (struct font_driver): New members start_for_frame and end_for_frame.
8647 (struct font_data_list): New struct.
8648 (font_put_frame_data, font_get_frame_data): Extern them.
8649
8650 * frame.h (struct frame): New member font_data_list.
8651
8652 * font.c (font_update_drivers): Call driver->start_for_frame and
8653 driver->end_for_frame at proper timings.
8654 (font_put_frame_data, font_get_frame_data): New functions.
8655 (Ffont_spec): Add usage in the docstring.
8656
8657 * frame.c (make_frame): Initialize f->font_data_list to NULL.
8658 (Fdelete_frame): Call font_update_drivers.
8659
8660 * xftfont.c (struct xftface_info): Delete the member xft_draw.
8661 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
8662 (xftfont_get_xft_draw): New function.
8663 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
8664 (xftfont_end_for_frame): New function.
8665 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
8666
8667 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
8668 Change argument. Cache GCs in the per-frame data.
8669 (struct ftxfont_frame_data): New struct.
8670 (ftxfont_draw_bitmap): New arg gc_fore and flush.
8671 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
8672 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
8673 (ftxfont_end_for_frame): New function.
8674 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
8675
8676 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
8677
86782008-02-01 Kenichi Handa <handa@m17n.org>
8679
8680 * xselect.c (Vselection_coding_system)
8681 (Vnext_selection_coding_system): Delete them.
8682 (syms_of_xselect): Don't declare selection-coding-system and
8683 next-selection-coding-system. They are declared in select.el.
8684
86852008-02-01 Jason Rumney <jasonr@gnu.org>
8686
8687 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
8688
8689 * w32fns.c: Include imm.h.
8690 (get_composition_string_fn, get_ime_context_fn): New optional
8691 system functions.
8692 (globals_of_w32fns): Load them from imm32.dll.
8693 (ignore_ime_char): New flag.
8694 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
8695 WM_IME_ENDCOMPOSITION messages.
8696
8697 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
8698 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
8699
87002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8701
8702 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
8703 (READCHAR_REPORT_MULTIBYTE): New macro.
8704 (readchar): New 2nd arg MULTIBYTE.
8705 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
8706 Make symbol's name multibyte according to the multibyteness of the
8707 source.
8708
87092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8710
8711 * xfaces.c (face_for_overlay_string): Call lookup_face with
8712 correct arguments (fix of synching with the trunk).
8713
87142008-02-01 Kenichi Handa <handa@m17n.org>
8715
8716 * font.c (font_prop_validate_symbol, font_prop_validate_style)
8717 (font_prop_validate_non_neg, font_prop_validate_spacing):
8718 Delete argument prop_index.
8719 (font_property_table): Change arguments to validater. Change Callers.
8720 (font_lispy_object): Delete.
8721 (font_at): Use font_find_object instead fo font_lispy_object.
8722
87232008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8724
8725 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
8726 and file names.
8727
87282008-02-01 Jason Rumney <jasonr@gnu.org>
8729
8730 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
8731 (font_matches_spec): Remove debug output.
8732 (add_font_entity_to_list): Avoid using substituted fonts.
8733
87342008-02-01 Jason Rumney <jasonr@gnu.org>
8735
8736 * doc.c (Fsnarf_documentation):
8737 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
8738
87392008-02-01 Miles Bader <miles@gnu.org>
8740
8741 * dispextern.h (struct glyph_row): Only define "clip" field if
8742 HAVE_WINDOW_SYSTEM is defined.
8743
87442008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 Fix up multi-tty merge.
8747
8748 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
8749 and indentation.
8750
8751 * xfaces.c (free_realized_face, clear_face_gcs):
8752 Include font_done_for_face in the input_blocked section, just in case.
8753
8754 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
8755 (get_char_face_and_encoding): Undo last change and remove the *other*
8756 duplicate definition (i.e. keep the one that's better scoped and that
8757 includes code for the font-backend).
8758
8759 * terminal.c (create_terminal): Default keyboard_coding to
8760 `no-conversion' and terminal_coding to `undecided'.
8761
8762 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
8763
8764 * fontset.c (free_realized_fontsets): Check that the table entry does
8765 contain a fontset before trying to compare it to `base'.
8766
8767 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
8768 syms_of_charset, and syms_of_coding earlier because init_window_once
8769 now needs Vcoding_system_hash_table to be setup.
8770
8771 * coding.h (default_buffer_file_coding): Remove.
8772
8773 * coding.c (default_buffer_file_coding): Remove.
8774 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
8775 than ->symbol, and use the terminal-local coding system.
8776 (syms_of_coding): Don't setup the coding-systems that are not
8777 terminal-local.
8778 (Fdefine_coding_system_internal): Use XCAR/XCDR.
8779
8780 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
8781 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
8782
8783 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
8784 in chartab.c and were re-added here by mistake.
8785 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
8786
8787 * doc.c (Fsnarf_documentation):
8788 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
8789 src to etc.
8790
8791 * ChangeLog.10: Add mistakenly removed entry.
8792
87932008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8794
8795 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
8796
87972008-02-01 Miles Bader <miles@gnu.org>
8798
8799 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
8800 Add extra args to FACE_FOR_CHAR.
8801
88022008-02-01 Kenichi Handa <handa@m17n.org>
8803
8804 * keymap.c (where_is_internal_1): If key is a cons, store the copy
8805 in sequence.
8806
8807 * chartab.c (map_sub_char_table, map_char_table): If the range
8808 contains just one character, call the function with that character
8809 even if the depth is not 3.
8810
88112008-02-01 Jason Rumney <jasonr@gnu.org>
8812
8813 * w32font.c (w32font_text_extents): Calculate metrics for the
8814 whole string.
8815
88162008-02-01 Jason Rumney <jasonr@gnu.org>
8817
8818 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
8819
88202008-02-01 Jason Rumney <jasonr@gnu.org>
8821
8822 * w32term.c (x_set_glyph_string_clipping): Use
8823 get_glyph_string_clip_rects.
8824 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
8825 Adjust for the change of struct glyph_string.
8826
8827 * w32font.c (w32font_draw): Do clipping here.
8828
88292008-02-01 Kenichi Handa <handa@m17n.org>
8830
8831 * xftfont.c (xftfont_draw): Adjust for the change of struct
8832 glyph_string.
8833
8834 * xterm.c (x_set_glyph_string_clipping): Use
8835 get_glyph_string_clip_rects.
8836 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
8837 Adjust for the change of struct glyph_string.
8838
8839 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
8840 the resulting clip(s}.
8841 (expose_overlaps): Add arg r. Change callers. Set it to
8842 row->clip temporarily.
8843 (expose_window): Redraw rows overlapping the exposed area.
8844
8845 * dispextern.h (struct glyph_row): New member clip.
8846 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
8847 clip_height, new member clip, and num_clips.
8848
88492008-02-01 Kenichi Handa <handa@m17n.org>
8850
8851 * data.c (Fchar_or_string_p): Fix docstring.
8852
88532008-02-01 Kenichi Handa <handa@m17n.org>
8854
8855 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
8856 create a temporary XftDraw object.
8857
88582008-02-01 Kenichi Handa <handa@m17n.org>
8859
8860 * font.c (Ffontp): Fix docstring.
8861
8862 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
8863 strong evidence of ISO-2022.
8864
88652008-02-01 Kenichi Handa <handa@m17n.org>
8866
8867 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
8868 SYNTAX_ENTRY_FOLLOW_PARENT.
8869
88702008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
8873 its type.
8874 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
8875 Update to the new type of weak_hash_tables and next_weak.
8876
8877 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
8878 a plain C pointer to Lisp_Hash_Table.
8879
8880 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
8881 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
8882 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
8883 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
8884 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
8885 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
8886 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
8887 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
8888 (GC_EQ): Remove since they've been identical to their non-GC_
8889 alter-egos ever since the markbit was eradicated.
8890
8891 * alloc.c:
8892 * buffer.c:
8893 * buffer.h:
8894 * data.c:
8895 * fileio.c:
8896 * filelock.c:
8897 * fns.c:
8898 * frame.h:
8899 * lisp.h:
8900 * macterm.c:
8901 * print.c:
8902 * process.c:
8903 * w32fns.c:
8904 * w32menu.c:
8905 * w32term.c:
8906 * xfns.c:
8907 * xmenu.c:
8908 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
8909
89102008-02-01 Kenichi Handa <handa@m17n.org>
8911
8912 * chartab.c (map_sub_char_table): Make it work for the top-level
8913 char-table. Fix handling of parent char-table.
8914 (map_char_table): Adjust for the above change.
8915
89162008-02-01 Jason Rumney <jasonr@gnu.org>
8917
8918 * w32font.c (Qgdi): Rename from Qw32.
8919
89202008-02-01 Jason Rumney <jasonr@gnu.org>
8921
8922 * w32bdf.c (get_quoted_string): Make function static.
8923
89242008-02-01 Kenichi Handa <handa@m17n.org>
8925
8926 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
8927 bigger ascent and descent than those of the font, use them as
8928 font's ascent and descent.
8929
89302008-02-01 Kenichi Handa <handa@m17n.org>
8931
8932 * Makefile.in (${lispsource}international/charprop.el): Move this
8933 target within "#ifdef HAVE_UNIDATA" and "#endif".
8934
89352008-02-01 Kenichi Handa <handa@m17n.org>
8936
8937 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
8938 (shortlisp): Add ../lisp/language/tai-viet.el.
8939
89402008-02-01 Ulrich Mueller <ulm@gentoo.org>
8941
8942 * Makefile.in (${lispsource}international/charprop.el): Depend on
8943 temacs${EXEEXT}.
8944
89452008-02-01 Jason Rumney <jasonr@gnu.org>
8946
8947 * w32font.c (w32font_close): Delete the GDI font object.
8948
8949 * w32menu.c: Include character.h.
8950
8951 * w32proc.c: Likewise.
8952
8953 * w32select.c: Likewise.
8954
8955 * makefile.w32-in (w32proc.o): Depend on character.h.
8956
89572008-02-01 Jason Rumney <jasonr@gnu.org>
8958
8959 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
8960
8961 * w32menu.c (syms_of_w32menu): Likewise.
8962
8963 * w32proc.c (syms_of_ntproc): Likewise.
8964
8965 * w32select.c (syms_of_w32select): Likewise.
8966
8967 * w32term.c (syms_of_w32term): Likewise.
8968
89692008-02-01 Jason Rumney <jasonr@gnu.org>
8970
8971 * w32font.c (w32font_draw): Delete brush after using it.
8972
89732008-02-01 Jason Rumney <jasonr@gnu.org>
8974
8975 * w32font.c (w32font_open): Don't set font_idx.
8976 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
8977 to font settings.
8978 (w32font_draw): Fill background explicitly.
8979
89802008-02-01 Jason Rumney <jasonr@gnu.org>
8981
8982 * w32term.c (w32_initialize): Don't call w32font_initialize.
8983
8984 * w32font.c (w32font_info): Remove subranges.
8985 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
8986 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
8987 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
8988 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
8989 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
8990 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
8991 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
8992 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
8993 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
8994 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
8995 New symbols.
8996 (font_callback_data): New struct.
8997 (w32font_list, w32font_match): Use it.
8998 (w32font_open): Don't populate subranges.
8999 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
9000 (w32font_encode_char): Always return unicode code-point as-is.
9001 (w32font_text_extents): Supply a transformation matrix to
9002 GetGlyphOutline. Never look up by glyph index. Avoid looping
9003 twice. Use unicode version of GetTexExtentPoint32 instead of
9004 glyph index version.
9005 (set_fonts_frame): Remove.
9006 (w32_enumfont_pattern_entity): Add frame parameter, use it to
9007 set frame parameter. Use backward compatible fake foundries.
9008 Save generic family in extra slot under QCfamily. Make width slot
9009 constant. Save QCspacing value. Save list of scripts instead of
9010 binary subranges.
9011 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
9012 (add_font_entity_to_list): Use font_callback_data struct. Filter
9013 unwanted fonts.
9014 (add_one_font_entity_to_list): Use font_callback_data struct.
9015 (w32_registry): Default to iso10646_1.
9016 (fill_in_logfont): Use dpi from extra slot. Don't bother with
9017 string font registries. Don't fill in font name if it is a generic
9018 family name, fill family instead. Use spacing, family and script
9019 extra info to fill pitch, family and charset fields.
9020 (list_all_matching_fonts): Use font_callback_data struct.
9021 (unicode_range_for_char): Remove.
9022 (font_supported_scripts): New function.
9023 (w32font_initialize): Remove.
9024 (syms_of_w32font): Update which symbols are defined.
9025
90262008-02-01 Jason Rumney <jasonr@gnu.org>
9027
9028 * font.c (font_pixel_size): Reverse assq_no_quit args.
9029
9030 * w32term.h (FONT_WIDTH): Report max width, not average.
9031 (FONT_MAX_WIDTH): Remove.
9032 (FONT_AVG_WIDTH): New macro.
9033
9034 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
9035 redefinition of FONT_WIDTH.
9036
9037 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
9038 (w32_cache_char_metrics): Use FONT_WIDTH.
9039
9040 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
9041
90422008-02-01 Jason Rumney <jasonr@gnu.org>
9043
9044 * w32font.c (w32font_open): Make lfHeight negative.
9045
9046 * w32fns.c (x_default_font_parameter): Use new style font name.
9047 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
9048
90492008-02-01 Jason Rumney <jasonr@gnu.org>
9050
9051 * w32font.c (QCsubranges): New symbol.
9052 (w32font_open, w32font_has_char): Get subranges from subproperty
9053 of extra.
9054 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
9055 (syms_of_w32font): Define :subranges symbol.
9056
9057 * font.c (font_put_extra): Expose externally.
9058
9059 * font.h (font_put_extra): Move declaration from font.c.
9060
9061 * font.c (Ffont_get): Use font driver to determine otf capability.
9062 (adjust_anchor): Check if driver defines anchor_point before using.
9063
9064 * w32font.c (w32font_open): Handle size, height and pixel_size better.
9065 (w32font_draw): Use options.
9066 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
9067 Fix detection of truetype fonts.
9068 (registry_to_w32_charset): Handle charsets other than iso8859-1
9069 expressed as lisp symbols.
9070 (w32_registry): Express charset as lisp symbol.
9071 (fill_in_logfont): Reverse pixel and point height logic.
9072 Don't set width here. Set quality to default.
9073
9074 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
9075 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
9076
9077 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
9078 Remove redundant loop and allocation.
9079
9080 * makefile.w32-in (font.o, w32font.o): New objects.
9081 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
9082 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
9083
9084 * xdisp.c (fill_composite_glyph_string): Make the first arg to
9085 STORE_XCHARB a valid l-value.
9086
9087 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
9088 calculations for non-Truetype fonts.
9089 (x_draw_glyph_string): Sync with xterm.c.
9090 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
9091 Remove redundant code.
9092 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
9093
9094 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
9095 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
9096
9097 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
9098 (x_to_w32_charset, w32_to_x_charset): Expose externally.
9099
9100 * w32font.c: New file for w32 font backend.
9101
91022008-02-01 Kenichi Handa <handa@m17n.org>
9103
9104 * term.c: Don't include "buffer.h" twice.
9105
91062008-02-01 Kenichi Handa <handa@m17n.org>
9107
9108 * character.c (Funibyte_string): New function.
9109 (syms_of_character): Defsubr it.
9110
91112008-02-01 Jason Rumney <jasonr@gnu.org>
9112
9113 * w32term.c [USE_FONT_BACKEND]:
9114 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
9115 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
9116 (x_draw_glyph_string, x_draw_glyph_string_foreground)
9117 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
9118 (x_free_frame_resources): Sync with xterm.c.
9119
91202008-02-01 Andreas Schwab <schwab@suse.de>
9121
9122 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
9123 char-table size.
9124
91252008-02-01 Kenichi Handa <handa@m17n.org>
9126
9127 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
9128
91292008-02-01 Kenichi Handa <handa@m17n.org>
9130
9131 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
9132 font_otf_gpos, add font_drive_otf.
9133
9134 * fontset.c (fontset_find_font): Pay attention to font size
9135 specified for a font.
9136 (reorder_font_vector): Check contents of font_def.
9137
9138 * font.c (struct otf_list): Delete it.
9139 (otf_list): Make it a lisp variable.
9140 (otf_open): Use lispy otf_list.
9141 (generate_otf_features): Rename from parse_gsub_gpos_spec.
9142 (check_otf_features): New function.
9143 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9144 New functions.
9145 (font_drive_otf): New function merging font_otf_gsub and
9146 font_otf_gpos.
9147 (font_open_for_lface): New arg spec. Change argument order.
9148 (font_load_for_face): Adjust for the change of font_open_for_lface.
9149 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
9150 Ffont_otf_gpos.
9151 (syms_of_font): Staticpro otf_list. Delete defsubr of
9152 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
9153
9154 * xfaces.c (set_font_frame_param): Adjust for the change of
9155 font_open_for_lface.
9156
9157 * font.h (font_open_for_lface): Adjust prototype.
9158 (struct font_driver): Delete members otf_gsub and otf_gpos, add
9159 member otf_drive.
9160 (font_otf_gsub, font_otf_gpos): Delete externs.
9161 (font_drive_otf): Extern it.
9162
91632008-02-01 Kenichi Handa <handa@m17n.org>
9164
9165 * font.c (font_at): If the window W is not on a window system,
9166 return Qnil.
9167
9168 * coding.c (produce_chars, encode_coding): Don't call
9169 insert_from_gap if no characters to produce.
9170
91712008-02-01 Kenichi Handa <handa@m17n.org>
9172
9173 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
9174 Fclear_face_cache.
9175
9176 * xfaces.c (face_for_font): Check also face->font==font->font.font.
9177
91782008-02-01 Miles Bader <miles@gnu.org>
9179
9180 * emacs.c (main): Change default value of `enable_font_backend' to 1.
9181 Parse "--disable-font-backend" option.
9182 (standard_args): Add "--disable-font-backend" option.
9183
91842008-02-01 Kenichi Handa <handa@m17n.org>
9185
9186 * fontset.c (fontset_find_font): New function.
9187 (fontset_font): Use fontset_find_font.
9188 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
9189 Register the specified font for all Latin characters.
9190 (new_fontset_from_font): Register the specified font for all Latin
9191 characters.
9192 (dump_fontset): For a realized fontset, include the base fontset
9193 name in the returned vector.
9194
91952008-02-01 Kenichi Handa <handa@m17n.org>
9196
9197 * character.h (CHAR_STRING): Cast C to unsigned on calling
9198 char_string.
9199
9200 * character.c (char_string): Type of arg C changed to unsigned.
9201 Signal an error if C is an invalid character code.
9202
9203 * editfns.c (general_insert_function, Fchar_to_string):
9204 Use CHARACTERP, not INTEGERP.
9205
92062008-02-01 Kenichi Handa <handa@m17n.org>
9207
9208 * character.h (MIN_MULTIBYTE_LEADING_CODE)
9209 (MAX_MULTIBYTE_LEADING_CODE): New macros.
9210
9211 * regex.c (analyse_first): Fix for multibyte characters in "case
9212 charset:" and "case categoryspec:".
9213
92142008-02-01 Andreas Schwab <schwab@suse.de>
9215
9216 * Makefile.in (LIBES): Move standard libraries to the end.
9217
92182008-02-01 Kenichi Handa <handa@m17n.org>
9219
9220 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
9221 nonzero, don't shrink the buffer nextb.
9222
9223 * buffer.h (struct buffer_text): New member inhibit_shrinking.
9224
9225 * coding.c (coding_alloc_by_making_gap): New arg offset.
9226 (alloc_destination): Call coding_alloc_by_making_gap with the arg
9227 offset.
9228 (decode_coding_iso_2022): Update coding->safe_charsets.
9229 (decode_coding_gap): Temporarily set
9230 current_buffer->text->inhibit_shrinking to 1.
9231
92322008-02-01 Kenichi Handa <handa@m17n.org>
9233
9234 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
9235 indexing into elements of s->cmp and s->char2b.
9236
92372008-02-01 Juanma Barranquero <lekktu@gmail.com>
9238
9239 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
9240
92412008-02-01 Kenichi Handa <handa@m17n.org>
9242
9243 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
9244 target_multibyte instead of multibyte.
9245 (re_match_2_internal): Call bcmp_translate with target_multibyte.
9246 (bcmp_translate): Change the argument name from multibyte to
9247 target_multibyte.
9248
92492008-02-01 Kenichi Handa <handa@m17n.org>
9250
9251 These changes are to compile a regexp into a pattern that can be
9252 used both for multibyte and unibyte targets.
9253
9254 * Makefile.in (search.o): Depend on charset.h.
9255
9256 * character.c (multibyte_char_to_unibyte_safe): New function.
9257
9258 * search.c: Include "charset.h".
9259 (compile_pattern_1): Delete argument multibyte. Don't set
9260 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
9261 (compile_pattern): Don't compare cp->buf.target_multibyte.
9262 Compare cp->buf.charset_unibyte.
9263 (compile_pattern): Set cp->buf.target_multibyte.
9264
9265 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
9266
9267 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
9268
9269 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
9270 multibyte. Change callers.
9271 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
9272 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
9273 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
9274 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
9275 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
9276 (regex_compile): Make the compiled pattern usable both for
9277 multibyte and unibyte targets.
9278 (analyse_first): Make the fastmap usable both for multibyte and
9279 unibyte targets.
9280 (TRANSLATE_VIA_MULTIBYTE): Delete.
9281 (re_match_2_internal): Pay attention to the case that the
9282 multibyteness of bufp and target may be different.
9283
92842008-02-01 Kenichi Handa <handa@m17n.org>
9285
9286 * xdisp.c (x_produce_glyphs): When a font is not found, make the
9287 empty box occupy at least one column width.
9288
92892008-02-01 Miles Bader <miles@gnu.org>
9290
9291 * Makefile.in: Remove redundant HAVE_XFT clause.
9292
92932008-02-01 Kenichi Handa <handa@m17n.org>
9294
9295 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
9296
92972008-02-01 Kenichi Handa <handa@m17n.org>
9298
9299 * fontset.c (Finternal_char_font): Fix for the case of POSITION
9300 being nil.
9301
93022008-02-01 Kenichi Handa <handa@m17n.org>
9303
9304 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
9305
93062008-02-01 Kenichi Handa <handa@m17n.org>
9307
9308 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
9309
93102008-02-01 Kenichi Handa <handa@m17n.org>
9311
9312 * search.c (simple_search): Fix previous change.
9313
93142008-02-01 Kenichi Handa <handa@m17n.org>
9315
9316 * xftfont.c (ftfont_font_format): Extern declaration.
9317
9318 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
9319
9320 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
9321 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
9322
9323 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
9324 (ftfont_font_format): Fix previous change.
9325
9326 * font.h (Ffont_xlfd_name): EXFUN it.
9327
9328 * font.c (font_parse_xlfd): Fix the array size of `f'.
9329 (register_font_driver): Use EQ to compare driver->type.
9330
9331 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
9332 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
9333 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
9334
93352008-02-01 Kenichi Handa <handa@m17n.org>
9336
9337 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
9338 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
9339
93402008-02-01 Kenichi Handa <handa@m17n.org>
9341
9342 * xfont.c (xfont_open): Set font->format.
9343
9344 * xftfont.c (xftfont_open): Set font->format.
9345
9346 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
9347 (ftfont_list): Include FC_FONTFORMAT in FcObject.
9348 (ftfont_open): Set font->format.
9349 (ftfont_font_format): New function.
9350
9351 * font.h (struct font): New member format.
9352
9353 * font.c (Qopentype): New variable.
9354 (syms_of_font): Defsym it.
9355 (Fquery_font): Change the format of the last element of the return
9356 value.
9357
93582008-02-01 Kenichi Handa <handa@m17n.org>
9359
9360 * xfns.c (xic_create_xfontset): Try the default fontset name as a
9361 last resort.
9362
93632008-02-01 Kenichi Handa <handa@m17n.org>
9364
9365 * coding.c (detect_coding_charset): Fix detection of multi-byte
9366 charset.
9367
93682008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
9369
9370 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
9371
93722008-02-01 Kenichi Handa <handa@m17n.org>
9373
9374 * xdisp.c (get_next_display_element): Set it->face_id for the
9375 first component of a composition.
9376 (x_produce_glyphs): Check if the font is changed or not for composition.
9377
93782008-02-01 Kenichi Handa <handa@m17n.org>
9379
9380 * fontset.c (Qlatin): New variable.
9381 (syms_of_fontset): Define it as a lisp symbol.
9382 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
9383
93842008-02-01 Kenichi Handa <handa@m17n.org>
9385
9386 * font.c (font_unparse_fcname): Pay attention to the case that
9387 some of font property is a null string.
9388
93892008-02-01 Kenichi Handa <handa@m17n.org>
9390
9391 * term.c: Include "composite.h".
9392 (encode_terminal_code): Output all components of composition.
9393 Check the size of encode_terminal_src.
9394 (produce_glyphs): For composition, call produce_composite_glyph.
9395 (append_composite_glyph, produce_composite_glyph): New functions.
9396
9397 * xdisp.c (x_produce_glyphs): In handling composition, if a font
9398 is not found, get font_info from the current ascii face.
9399
94002008-02-01 Kenichi Handa <handa@m17n.org>
9401
9402 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
9403 buffer-file-name to Qnil before calling insert_from_buffer.
9404
9405 * font.c (font_unparse_fcname): Pay attention to the case that
9406 foundry is a null string.
9407
94082008-02-01 Kenichi Handa <handa@m17n.org>
9409
9410 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
9411
9412 * font.c (Qunicode_sip): New variable.
9413 (syms_of_font): Declare it as a Lisp symbol.
9414
9415 * font.h (Qunicode_sip): Extern it.
9416
94172008-02-01 Kenichi Handa <handa@m17n.org>
9418
9419 * composite.c (get_composition_id): Pay attention to TAB component.
9420
9421 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
9422 TAB. Adjust for the change of s->char2b which always points to
9423 the first element of allocated memory.
9424
9425 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
9426
9427 * xdisp.c (handle_composition_prop): Set it->c to the first
9428 non-TAB component.
9429 (fill_composite_glyph_string): Change argument.
9430 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
9431 (x_produce_glyphs): Fix handling of left/right padding.
9432
94332008-02-01 Kenichi Handa <handa@m17n.org>
9434
9435 * coding.c (detect_coding_system): Fix for handling off
9436 inhibit_iso_escape_detection. Fix for the case that no coding
9437 system is defined for a specific coding category.
9438
94392008-02-01 Kenichi Handa <handa@m17n.org>
9440
9441 * font.c (font_matching_entity): Delete unused local var.
9442
9443 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
9444 opening a font.
9445
9446 * fileio.c (Finsert_file_contents): On recovering a file, assume
9447 Unix-like eol.
9448 (choose_write_coding_system): On auto-saving a file, force
9449 Unix-like eol.
9450
9451 * coding.c (setup_coding_system): Fix setting of
9452 coding->common_flags based on eol_type.
9453 (coding_inherit_eol_type): If PARENT is not nil, be sure to
9454 inherit from it.
9455
94562008-02-01 Kenichi Handa <handa@m17n.org>
9457
9458 * alloc.c (NSTATICS): Increas to 0x600.
9459
94602008-02-01 Kenichi Handa <handa@m17n.org>
9461
9462 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
9463 (ftfont_list): Don't check :name property.
9464 (ftfont_match): New function.
9465 (ftfont_pattern_entity): If the pattern doesn't contain
9466 FC_SPACING, don't assume FC_MONO.
9467
9468 * font.h (struct font_driver): New member `match'.
9469 (font_update_drivers): Adjust prototype.
9470
9471 * font.c (font_parse_fcname, font_parse_name): Don't change :name
9472 property of FONT.
9473 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
9474 them unconditionally.
9475 (font_matching_entity): New function.
9476 (font_open_by_name): Try font_matching_entity if exact match is
9477 not found.
9478 (font_update_drivers): Delete the arg FONT. Return a list of
9479 actually used backends. Don't free faces, font caches here.
9480 Don't store data in frame parameters. Don't call x_set_font.
9481 (Ffont_spec): Store :name property as is.
9482 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
9483 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
9484 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
9485 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
9486 Call font->driver->otf_gsub instead of font_otf_gsub.
9487
9488 * frame.c (x_set_font_backend): Do more works that were done in
9489 font_update_drivers before.
9490
9491 * xfont.c (xfont_match): New function.
9492 (xfont_driver): Set xfont_driver.match to xfont_match.
9493 (xfont_draw): Set font in GC if necessary.
9494
9495 * ftxfont.c (ftxfont_match): New function.
9496 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
9497
9498 * xftfont.c (xftfont_match): New function.
9499 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
9500
95012008-02-01 Kenichi Handa <handa@m17n.org>
9502
9503 * font.h (struct font): New member scalable.
9504 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
9505 (font_otf_gsub): Adjust prototype.
9506
9507 * font.c (font_otf_capability): Fix handling of the default langsys.
9508 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
9509 Check the contents of SPEC.
9510 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
9511 (check_gstring): New function.
9512 (REPLACEMENT_CHARACTER): New macro.
9513 (font_otf_gsub): New arg alternate_subst. Be sure to set all
9514 glyph codes of GSTRING.
9515 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
9516 (font_prepare_composition): Set cmp->glyph_len.
9517 (font_open_entity): Set font->scalable.
9518 (Ffont_get): Handle :otf property.
9519 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
9520 functions.
9521 (Fquery_font): Use font->font.full_name.
9522 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
9523 Sfont_otf_alternates.
9524
9525 * ftfont.c (ftfont_open): Set font->font.full_name and
9526 font->font.name properly. Fix calculation of font->font.height
9527 and font->min_width.
9528
9529 * ftxfont.c (ftxfont_create_gcs): New function.
9530 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
9531 (ftxfont_draw_backgrond): Fix filling region.
9532 (ftxfont_default_fid): New function.
9533 (ftxfont_open): Set xfont->fid to the return value of
9534 ftxfont_default_fid.
9535 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
9536 (ftxfont_done_face): Free only GCs that are created by
9537 ftxfont_create_gcs.
9538 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
9539
9540 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
9541 Clip to src->width, etc (not src->clip_XXX).
9542
9543 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
9544 FontBackend frame parameter.
9545
95462008-02-01 Kenichi Handa <handa@m17n.org>
9547
9548 * font.h (struct font_driver_list): New member `on'.
9549 (Fclear_font_cache): EXFUN it.
9550 (font_update_drivers): Extern it.
9551
9552 * font.c (font_unparse_fcname): Fix typo (swidth->width).
9553 (font_list_entities): Check driver_list->on.
9554 (register_font_driver): Initalize `on' member to 0.
9555 (font_update_drivers): New function.
9556 (Fclear_font_cache): Check driver_list->on.
9557
9558 * frame.h (Qfont_backend): Extern it.
9559 (x_set_font_backend): Extern it.
9560
9561 * frame.c (Qfont_backend): New variable.
9562 (frame_parms): New element for font-backend.
9563 (x_set_font_backend): New function.
9564
9565 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
9566 FontBackend frame parameter.
9567 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
9568 x_set_font_backend.
9569
9570 * xfont.c (xfont_list): Don't try listing by :name property if the
9571 name is not for XLFD.
9572
95732008-02-01 Kenichi Handa <handa@m17n.org>
9574
9575 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
9576 (LGLYPH_SET_TO): New macros.
9577 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
9578 element of G is vector or not.
9579 (font_at): Extern it.
9580
9581 * font.c: Include window.h.
9582 (font_lispy_object): New function.
9583 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
9584 end of valid glyph.
9585 (font_close_object): Fix getting (struct font *).
9586 (font_at): New function.
9587 (Ffont_get): If FONT is a font-object, get entity from it.
9588 (Ffont_make_gstring): Initialize elements of glyphs with nil.
9589 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
9590 range check.
9591 (Ffont_at): New function.
9592 (syms_of_font): Defsubr Sfont_at.
9593
9594 * xdisp.c (it_props): Move the entry for Qauto_composed to just
9595 before the entry for Qcomposition.
9596 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
9597 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
9598 the font in gstring.
9599 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
9600 LGLYPH_FORM (g) to detect the end of valid glyph.
9601 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
9602 we are composing with gstring.
9603
9604 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
9605 Check if adjustment is vector or not.
9606
9607 * Makefile.in (font.o): Make it depends on window.h.
9608
96092008-02-01 Kenichi Handa <handa@m17n.org>
9610
9611 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
9612 adjustment is vector or not.
9613
96142008-02-01 Miles Bader <miles@gnu.org>
9615
9616 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
9617
96182008-02-01 Kenichi Handa <handa@m17n.org>
9619
9620 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
9621 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
9622 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
9623
9624 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
9625 (DEVICE_DELTA): Fix typo.
9626 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
9627 LGLYPH format.
9628
9629 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9630 the change of LGLYPH format.
9631
96322008-02-01 Kenichi Handa <handa@m17n.org>
9633
9634 * ftfont.c (ftfont_list): Fix typo.
9635 (ftfont_build_basic_charsets): Don't include letters with diacritics.
9636
96372008-02-01 Jan Djärv <jan.h.d@swipnet.se>
9638
9639 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
9640
9641 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
9642 xftface_info is non-NULL.
9643
96442008-02-01 Jan Djärv <jan.h.d@swipnet.se>
9645
9646 * ftfont.c (ftfont_list): Move misplaced #endif.
9647
96482008-02-01 Kenichi Handa <handa@m17n.org>
9649
9650 * ftfont.c (ftfont_list): Pay attention to the case that
9651 FC_CAPABILITY is not defined.
9652
96532008-02-01 Kenichi Handa <handa@m17n.org>
9654
9655 * xftfont.c (xftfont_open): Set charset related members to -1.
9656
9657 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
9658 QCname.
9659 (ftfont_open): Set charset related members to -1.
9660
9661 * fontset.c (Votf_script_alist): New variable.
9662 (syms_of_fontset): Initialize it.
9663 (fontset_font): Delete unused variable.
9664
9665 * fontset.h (Votf_script_alist): Extern it.
9666
9667 * font.c (font_find_for_lface): Optimize code.
9668
9669 * font.h (font_close_object, font_merge_old_spec): Extern them.
9670
96712008-02-01 Kenichi Handa <handa@m17n.org>
9672
9673 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
9674 (syms_of_font): Initialize them.
9675 (font_pixel_size): Allow float value in dpi.
9676 (font_prop_validate_type): Delete.
9677 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
9678 Change caller.
9679 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
9680 (font_prop_validate_extra): Delete.
9681 (font_prop_validate_spacing): New function.
9682 (font_property_table): Add elements for all known properties.
9683 (get_font_prop_index): Rename from check_font_prop_name. New
9684 argument FROM. Change caller.
9685 (font_prop_validate): Validate all known properties.
9686 (font_put_extra): Delete argument force. Change caller.
9687 (font_expand_wildcards): Make it static. Fix the way of shrinking
9688 the possible range.
9689 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
9690 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
9691 Change caller.
9692 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
9693 (font_parse_fcname): Delete argument merge. Fix parsing of point
9694 size. Don't validate properties values here. Change caller.
9695 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
9696 (font_open_by_name): Delete unused variable.
9697 (Ffont_spec): Likewise. Validate property values.
9698 (Ffont_match_p): New function.
9699
9700 * font.h (QCscalable): Extern it.
9701 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
9702
9703 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
9704
9705 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
9706 (xfont_list_pattern): New function.
9707 (xfont_list): Use xfont_list_pattern.
9708
97092008-02-01 Kenichi Handa <handa@m17n.org>
9710
9711 * font.h (Flist_fonts): EXFUN it.
9712
97132008-02-01 Jason Rumney <jasonr@gnu.org>
9714
9715 * w32term.c (w32_initialize): Add back smoothing_type and
9716 smoothing_enabled definitions.
9717
97182008-02-01 Kenichi Handa <handa@m17n.org>
9719
9720 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
9721 s->face->font on determining underline position.
9722
97232008-02-01 Kenichi Handa <handa@m17n.org>
9724
9725 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
9726 (font_has_char): Accept font-object too.
9727 (font_find_for_lface): Try at first with a size specified in face.
9728
97292008-02-01 Kenichi Handa <handa@m17n.org>
9730
9731 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
9732 font_open_by_name.
9733
97342008-02-01 Kenichi Handa <handa@m17n.org>
9735
9736 * font.h (QCspacing, QCdpi): Extern them.
9737 (enum font_spacing): New enum.
9738 (FONT_PIXEL_SIZE_QUANTUM): New macro.
9739
9740 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
9741 (QCspacing, QCdpi): New variables.
9742 (syms_of_font): Initialize them.
9743 (font_pixel_size): New function.
9744 (font_put_extra): New function.
9745 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
9746 in FONT_EXTRA.
9747 (font_parse_fcname): Handle enumerated values (e.g. bold).
9748 Fix handling font size. Add QCname property that contains only
9749 unknown properties.
9750 (font_score): Change argument. Change caller. Pay attention to
9751 FONT_PIXEL_SIZE_QUANTUM.
9752 (font_sort_entites, font_list_entities, font_find_for_lface)
9753 (font_open_for_lface, font_open_by_name): Fix handling of font size.
9754 (Ffont_spec): Add QCname property that contains only unknown properties.
9755
9756 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
9757 include weight in listing pattern, instead check weight of each
9758 listed font. Don't include scalable in pattern. Pay attention to
9759 FONT_PIXEL_SIZE_QUANTUM.
9760
97612008-02-01 Kenichi Handa <handa@m17n.org>
9762
9763 * font.c (font_parse_fcname): Fix parsing of point-size.
9764 (font_unparse_fcname): Produce symbolic names for style properties.
9765 (font_list_entities): Handle float size correctly.
9766 (font_open_by_name): Prefer `normal' property values if the name
9767 doesn't specify them.
9768
9769 * fontset.c (Finternal_char_font): Use font_get_name, not
9770 Ffont_xlfd_name.
9771
9772 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
9773 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
9774 pattern. Don't force scalable.
9775
9776 * xftfont.c (xftfont_open): For generating a name, start from
9777 96-byte buffer.
9778
97792008-02-01 Jan Djärv <jan.h.d@swipnet.se>
9780
9781 * frame.h (x_new_fontset2): Fix prototype.
9782
97832008-02-01 Kenichi Handa <handa@m17n.org>
9784
9785 * font.h (struct font_driver): Delete member parse_name.
9786 (font_match_p, font_get_spec, font_parse_fcname)
9787 (font_unparse_fcname): Extern them.
9788 (font_get_name): Adjust prototype.
9789
9790 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
9791 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
9792 (font_expand_wildcards): Fix handling ENCODING field. Avoid
9793 unnecessary checks for weight, slant, and swidth.
9794 (font_parse_fcname): New function.
9795 (font_unparse_fcname): New function.
9796 (font_parse_name): New function.
9797 (font_match_p): New function.
9798 (font_get_name): Change return value to Lisp string.
9799 (font_get_spec): New function.
9800 (Qunspecified, Qignore_defface): Don't extern them.
9801 (font_find_for_lface): Assume that LFACE is fully specified.
9802 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
9803 object, use it for FACE.
9804 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
9805 driver->parse_name.
9806 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
9807
9808 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
9809 prototype.
9810
9811 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
9812 argument F. Don't call Fnew_fontset. Instead, directly call
9813 make_fontset.
9814
9815 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
9816
9817 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
9818 of x_new_fontset2.
9819
9820 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
9821 (Qsans__serif): New variables.
9822 (ftfont_generic_family_list): New variable.
9823 (syms_of_ftfont): Initialize the above variables.
9824 (ftfont_pattern_entity): Delete argument NAME.
9825 (ftfont_list_generic_family): New function.
9826 (ftfont_parse_name): Delete this function.
9827 (ftfont_list): Try generic family only when FcFontList found no font.
9828 (ftfont_list_family): Fix args to FcObjectSetBuild.
9829
9830 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
9831 object in attrs[LFACE_FONT_INDEX].
9832 (set_lface_from_font_name): Cancel all changes for font-backend.
9833 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
9834 function.
9835 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
9836 font object in QCfont attribute.
9837 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
9838 (realize_default_face) [USE_FONT_BACKEND]: Call
9839 set_lface_from_font_and_fontset.
9840
9841 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
9842 "fixed", and signal error here if no suitable font was found.
9843
9844 * xfont.c (xfont_parse_name): Delete this function.
9845
9846 * xftfont.c (xftfont_open): Change coding style of error
9847 handling. Generate fontconfig's fontname pattern.
9848
9849 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
9850 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
9851
9852 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
9853 Both args FONTSET and FONT_OBJECT must be existing ones.
9854
98552008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9856
9857 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
9858
98592008-02-01 Kenichi Handa <handa@m17n.org>
9860
9861 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
9862
9863 * font.h (struct font): Fix typo.
9864
9865 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
9866 XLFD_XXX_INDEX.
9867 (enum xlfd_field_mask): New enum.
9868 (intern_font_field): Changed argument. Change caller. If digits
9869 are followed by non-digits, return a symbol.
9870 (font_expand_wildcards): New function.
9871 (font_parse_xlfd): Fix wildcard handling.
9872 (Ffont_spec): If :name is specified, reflect the info in the other
9873 properties.
9874
9875 * ftfont.c (ftfont_pattern_entity): Fix typo.
9876 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
9877 locale.
9878
98792008-02-01 Kenichi Handa <handa@m17n.org>
9880
9881 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
9882
9883 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
9884 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
9885 registry doesn't specify encoding part.
9886 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
9887 (font_open_by_name): At first try parsing the name.
9888 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
9889 as Lisp symbols.
9890
9891 * fontset.c (reorder_font_vector): Pay attention to the case that
9892 the 3rd element of font_def is nil.
9893 (fontset_font): For the default fontset, append one more fontset
9894 elements for a script-based font specification. Don't add script
9895 attribute on finding a font.
9896 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
9897 font name.
9898 (fontset_ascii_font): If a font can't be opened, return nil.
9899
9900 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
9901 (ftfont_pattern_entity): New function.
9902 (ftfont_get_cache): Assume that freetype_font_cache is already
9903 initialized.
9904 (ftfont_list): Handle the case that a file is specified in font
9905 name. Use ftfont_pattern_entity to generate entities.
9906 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
9907 (syms_of_ftfont): Initialize freetype_font_cache.
9908
9909 * xftfont.c (xftfont_open): Make the font name fontconfig's
9910 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
9911 (xftfont_close): Free font->font.name if not NULL.
9912
9913 * xfont.c (xfont_list): If script is specified for a font, return
9914 null_vector.
9915 (xfont_list_family): Declare argument type.
9916
9917 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
9918 name, set LFACE_FONT (lface) to nil.
9919
9920 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
9921 return Qnil.
9922
99232008-02-01 Kenichi Handa <handa@m17n.org>
9924
9925 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
9926 (standard_args): Add "-enable-font-backend".
9927
99282008-02-01 Kenichi Handa <handa@m17n.org>
9929
9930 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
9931 (struct xftdraw_list, xftdraw_list): Delete them.
9932 (register_xftdraw, check_xftdraw): Delete them.
9933 (xftfont_prepare_face): Don't call register_xftdraw.
9934 (xftfont_done_face): Don't call check_xftdraw.
9935 (xftfont_draw): Get background color only when with_background is
9936 nonzero.
9937
9938 * xfont.c (xfont_encode_char): Fix calculation of char2b.
9939
99402008-02-01 Kenichi Handa <handa@m17n.org>
9941
9942 These changes are for the new font handling codes.
9943
9944 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
9945 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
9946 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
9947 (FONTSRC, FONTOBJ): New variables.
9948 (obj): Add $(FONTOBJ).
9949 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
9950 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
9951 @LIBOTF_LIBS@.
9952 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
9953 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
9954
9955 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
9956
9957 * character.h (Vscript_representative_chars): Extern it.
9958
9959 * character.c (Vscript_representative_chars): New variable.
9960 (syms_of_character): Declare it as a Lisp variable.
9961
9962 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
9963 enable_font_backend is nonzero, accept the composition method
9964 COMPOSITION_WITH_GLYPH_STRING.
9965
9966 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
9967 enumeration COMPOSITION_WITH_GLYPH_STRING.
9968
9969 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
9970 members clip_x, clip_y, clip_width, and clip_height.
9971 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
9972
9973 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
9974 --enable-font-backend. Call syms_of_font.
9975
9976 * fns.c (assoc_no_quit): New function.
9977
9978 * fontset.h (FONT_INFO_FROM_FACE): New macro.
9979 (face_for_font, new_fontset_from_font)
9980 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
9981
9982 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
9983 (fontset_font, fontset_ascii, face_for_char)
9984 (make_fontset_for_ascii_face, Ffont_info)
9985 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
9986 is nonzero, use font-backend mechanism.
9987 (find_font_encoding): Make it non-static.
9988 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
9989 New functions.
9990
9991 * frame.h (struct frame): New members resx and resy.
9992 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
9993 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
9994
9995 * frame.c [USE_FONT_BACKEND]: Include "font.h".
9996 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
9997
9998 * lisp.h (assoc_no_quit): Extern it.
9999
10000 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
10001 Through out the file, use FONT_INFO_FROM_FACE instead of
10002 FONT_INFO_FROM_ID, use get_per_char_metric instead of
10003 rif->per_char_metric.
10004 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
10005 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
10006 (get_glyph_face_and_encoding, fill_composite_glyph_string)
10007 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
10008 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
10009 nonzero, use font-backend mechanism.
10010 (get_per_char_metric): New function.
10011
10012 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
10013 (set_lface_from_font_name)
10014 (set_font_frame_param, free_realized_face)
10015 (prepare_face_for_display, clear_face_gcs)
10016 (Finternal_set_font_selection_order, realize_x_face)
10017 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
10018 font-backend mechanism.
10019 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
10020 (load_face_font) [USE_FONT_BACKEND]: Abort.
10021 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
10022 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
10023
10024 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
10025 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
10026 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
10027 nonzero, register all available font drivers. Call
10028 x_default_font_parameter for deciding a font.
10029 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
10030
10031 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
10032 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
10033 (x_set_glyph_string_clipping_exactly)
10034 (x_compute_glyph_string_overhangs)
10035 (x_draw_glyph_string_foreground)
10036 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
10037 (x_free_frame_resources) [USE_FONT_BACKEND]: If
10038 enable_font_backend is nonzero, use font-backend mechanism.
10039 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
10040
100412008-02-01 Kenichi Handa <handa@m17n.org>
10042
10043 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
10044 system_eol_type.
10045 (syms_of_coding): Initialize system_eol_type.
10046
10047 * process.c (Fset_process_coding_system): Inherit system's eol
10048 format if necessary.
10049
100502008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10051
10052 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
10053
100542008-02-01 Kenichi Handa <handa@m17n.org>
10055
10056 * coding.c (decode_eol): Pay attention to buffer relocation in
10057 del_range_2.
10058 (decode_coding): Call decode_eol before restoring undo_list.
10059
100602008-02-01 Kenichi Handa <handa@m17n.org>
10061
10062 * charset.c (Fdefine_charset_internal): Fix setting of
10063 emacs_mule_bytes.
10064
100652008-02-01 Kenichi Handa <handa@m17n.org>
10066
10067 * keyboard.c (read_char): Check if C is a character or not before
10068 looking up Vkeyboard_translate_table.
10069
100702008-02-01 Kenichi Handa <handa@m17n.org>
10071
10072 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
10073 condition to terminate the loop.
10074
100752008-02-01 Kenichi Handa <handa@m17n.org>
10076
10077 * coding.c (produce_composition): Compare charbuf[i] instead of
10078 args[i] against 0.
10079 (Fterminal_coding_system): Use EQ to compare Lisp objects.
10080
100812008-02-01 Kenichi Handa <handa@m17n.org>
10082
10083 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
10084 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
10085 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
10086 detect_coding.
10087 (emacs_mule_char): Handle old style (Emacs 20) component character
10088 of a composition.
10089 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
10090 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
10091 composition rule.
10092 (decode_coding_emacs_mule): Handle invalid bytes correctly.
10093
100942008-02-01 Kenichi Handa <handa@m17n.org>
10095
10096 * coding.c (encode_coding_ccl): Allocate destination dynamically
10097 when necessary.
10098
100992008-02-01 Kenichi Handa <handa@m17n.org>
10100
10101 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
10102 the loop. When quitted, show a proper error message.
10103
101042008-02-01 Kenichi Handa <handa@m17n.org>
10105
10106 * xterm.c (x_set_glyph_string_clipping_exactly): Set
10107 src->clip_head and src->clip_tail temporarily instead of src->hl.
10108
10109 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
10110 character sequence.
10111 (Fccl_execute_on_string): Use ASET, not XSET.
10112
101132008-02-01 Kenichi Handa <handa@m17n.org>
10114
10115 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
10116
101172008-02-01 Kenichi Handa <handa@m17n.org>
10118
10119 * coding.c (decode_coding): Fix the condition of terminating the
10120 decoding loop.
10121
101222008-02-01 Kenichi Handa <handa@m17n.org>
10123
10124 * data.c (Faset): On setting a character bigger than 255 in a
10125 unibyte string, signal an error instead of make the string multibyte.
10126
101272008-02-01 Kenichi Handa <handa@m17n.org>
10128
10129 * charset.c (map_charset_chars): Fix for ascii-compatible charset
10130 made by a mapping table.
10131
101322008-02-01 Kenichi Handa <handa@m17n.org>
10133
10134 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
10135 not.
10136 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
10137 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
10138
10139 * xterm.c (x_draw_composite_glyph_string_foreground): Check
10140 s->face is NULL or not.
10141
101422008-02-01 Kenichi Handa <handa@m17n.org>
10143
10144 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
10145 (x_draw_glyph_string): Fix drawing of right_overhang and
10146 left_overhang around/on cursor.
10147
10148 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
10149
101502008-02-01 Kenichi Handa <handa@m17n.org>
10151
10152 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
10153
101542008-02-01 Kenichi Handa <handa@m17n.org>
10155
10156 * coding.c (Fdefine_coding_system_internal)
10157 (Fdefine_coding_system_alias): Avoid a duplicated element in
10158 Vcoding_system_alist.
10159
101602008-02-01 Kenichi Handa <handa@m17n.org>
10161
10162 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
10163
10164 * coding.c (Qcoding_system_define_form): New variable.
10165 (syms_of_coding): Intern and staticpro it.
10166 (Fcoding_system_p): Check Qcoding_system_define_form.
10167 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
10168
10169 * coding.h (CODING_SYSTEM_P): If ID is not available, call
10170 Fcoding_system_p.
10171 (CHECK_CODING_SYSTEM): If ID is not available, call
10172 Fcheck_coding_system.
10173 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
10174 Try also Fcheck_coding_system.
10175
101762008-02-01 Kenichi Handa <handa@m17n.org>
10177
10178 * coding.c (code_conversion_restore): GCPRO arg.
10179
101802008-02-01 Kenichi Handa <handa@m17n.org>
10181
10182 * character.c (lisp_string_width): Check multibyteness of STRING.
10183
101842008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10185
10186 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
10187 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
10188 (decode_mac_font_name): Use decode_coding_c_string instead of
10189 decode_coding.
10190 (x_load_font): Initialize fontp->fontset to -1. Set
10191 fontp->encoding_type.
10192
101932008-02-01 Kenichi Handa <handa@m17n.org>
10194
10195 * search.c (search_buffer): Give up BM search on case-fold-search
10196 if one of a target character has a case-equivalence of different
10197 byte length even if that target charcter is an ASCII.
10198 (simple_search): Fix calculation of byte length of matched text.
10199 (boyer_moore): Fix handling of case-equivalent multibyte characters.
10200
102012008-02-01 Kenichi Handa <handa@m17n.org>
10202
10203 * coding.c (decode_coding): Fix handling of invalid bytes.
10204
102052008-02-01 Kenichi Handa <handa@m17n.org>
10206
10207 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
10208 Unicode characters.
10209
102102008-02-01 Kenichi Handa <handa@m17n.org>
10211
10212 * coding.c (encode_coding_object): If a pre-write-conversion
10213 function makes a new buffer, kill it.
10214
102152008-02-01 Kenichi Handa <handa@m17n.org>
10216
10217 * coding.c (QCascii_compatible_p): New variable.
10218 (syms_of_coding): Initialize it.
10219 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
10220 calling string_char.
10221 (record_conversion_result): Add `default:' case.
10222 (coding_charset_list): Delete unused variable `coding_type'.
10223 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
10224 property in the plist of the coding system.
10225 (Fcoding_system_put): Check QCascii_compatible_p.
10226
102272008-02-01 Miles Bader <miles@gnu.org>
10228
10229 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
10230 removed calculation of frame `f', as it's now used.
10231
102322008-02-01 Kenichi Handa <handa@m17n.org>
10233
10234 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
10235 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
10236 (UNIDATA): New variable.
10237 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
10238 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
10239 $(RUN_TEMACS) unconditionally.
10240
102412008-02-01 Kenichi Handa <handa@m17n.org>
10242
10243 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
10244 (admindir): New variable.
10245 ($(lispsource)international/charprop.el): New target.
10246
102472008-02-01 Miles Bader <miles@gnu.org>
10248
10249 * character.c (chars-in-region): Remove obsolete function.
10250 (syms_of_character): Remove its initialization.
10251
102522008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
10253
10254 * w32select.c (validate_coding_system)
10255 (setup_windows_coding_system): New functions.
10256 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
10257 setup_windows_coding_system.
10258 (setup_config, Fw32_get_clipboard_data): Use
10259 validate_coding_system.
10260 (Fx_selection_exists): Move call to setup_config to a place
10261 where signals are allowed.
10262
10263 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
10264 (Fcheck_coding_system): Add declarations.
10265
102662008-02-01 Kenichi Handa <handa@m17n.org>
10267
10268 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
10269
102702008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10271
10272 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
10273 string as the second argument for x_new_fontset.
10274
102752008-02-01 Kenichi Handa <handa@m17n.org>
10276
10277 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
10278 (encode_coding_object): Use safe_call instead of call2.
10279
102802008-02-01 Kenichi Handa <handa@m17n.org>
10281
10282 * fontset.c (Fset_fontset_font): Check family element of a given vector.
10283
10284 * Makefile.in (lisp): Include charprop.el.
10285
102862008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10287
10288 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
10289 Not sure if it's unnecessary.
10290
102912008-02-01 Steven Tamm <steventamm@mac.com>
10292
10293 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
10294 some possibly unnecessary fontset checking code that crashed
10295 when creating a new frame.
10296
102972008-02-01 Kenichi Handa <handa@m17n.org>
10298
10299 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
10300 lookup_face.
10301
10302 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
10303
10304 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
10305
103062008-02-01 Kenichi Handa <handa@m17n.org>
10307
10308 * coding.c: Cancel the change done in HEAD on 2008-02-01.
10309 (coding_charset_list): New function.
10310
10311 * coding.h (coding_charset_list): Extern it.
10312
103132008-02-01 Kenichi Handa <handa@m17n.org>
10314
10315 * fontset.c (Fset_fontset_font): Call find_font_encoding with
10316 concatenation of family and registry.
10317
103182008-02-01 Kenichi Handa <handa@m17n.org>
10319
10320 * character.h (BYTE8_STRING): Fix typo.
10321
10322 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
10323 string to multibyte (sync to HEAD).
10324
10325 * casefiddle.c (casify_region): Handle changes in byte-length
10326 using replace_range_2 (sync to HEAD).
10327
103282008-02-01 Andreas Schwab <schwab@suse.de>
10329
10330 * chartab.c (map_char_table): GCPRO table and arg.
10331
103322008-02-01 Kenichi Handa <handa@m17n.org>
10333
10334 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
10335 already at limit.
10336
103372008-02-01 Kenichi Handa <handa@m17n.org>
10338
10339 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
10340 instead of fast_c_string_match_ignore_case.
10341 (find_font_encoding): Change argument to Lisp_Object. Use
10342 fast_string_match_ignore_case instead of
10343 fast_c_string_match_ignore_case. Change caller.
10344
103452008-02-01 Kenichi Handa <handa@m17n.org>
10346
10347 * xdisp.c (get_next_display_element): In unibyte case, decide to
10348 display in octal form by checking a character by
10349 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
10350
10351 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
10352
10353 * character.c (unibyte_has_multibyte_table): New variable.
10354
10355 * character.h (unibyte_has_multibyte_table): Extern it.
10356 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
10357
103582008-02-01 Kenichi Handa <handa@m17n.org>
10359
10360 * coding.c (encode_coding_iso_2022): Fix handling of charset
10361 annotation.
10362
103632008-02-01 Kenichi Handa <handa@m17n.org>
10364
10365 * coding.c (setup_coding_system): If coding_system is nil, use
10366 Qundecided.
10367 (Fterminal_coding_system): Return nil if terminal coding system is
10368 `undecided'.
10369 (syms_of_coding): Define coding-system `undecided' here. Setup
10370 terminal_coding as `undecided'.
10371
103722008-02-01 Kenichi Handa <handa@m17n.org>
10373
10374 * xdisp.c (message_dolog, set_message_1): Call
10375 unibyte_char_to_multibyte with arg type int.
10376
10377 * lread.c (read1): Fix reading of a char-table.
10378
10379 * print.c (print_object): Include sub char-table in circularities
10380 detection.
10381
103822008-02-01 Kenichi Handa <handa@m17n.org>
10383
10384 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
10385 Append the found sequences in car of ARGS instead of prepending.
10386
103872008-02-01 Kenichi Handa <handa@m17n.org>
10388
10389 * fileio.c (report_file_error): Make a unibyte string from
10390 strerror (errorno).
10391 (Fsubstitute_in_file_name): Fix the arg to
10392 unibyte_char_to_multibyte. It is evaluated twice.
10393
103942008-02-01 Kenichi Handa <handa@m17n.org>
10395
10396 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
10397
103982008-02-01 Kenichi Handa <handa@m17n.org>
10399
10400 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
10401 BOM is not found.
10402 (detect_coding, detect_coding_system): Optimization for ISO-2022
10403 when no 8-bit data is found.
10404
104052008-02-01 Jason Rumney <jasonr@gnu.org>
10406
10407 * w32fns.c (x_to_w32_font): Update to use new coding struct.
10408
104092008-02-01 Kenichi Handa <handa@m17n.org>
10410
10411 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
10412 CHARS.
10413
104142008-02-01 Steven Tamm <steventamm@mac.com>
10415
10416 * macterm.c (mac_encode_char): Add charset argument and update
10417 to use encoding_type.
10418 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
10419 switch to pure fontset.
10420 (decode_mac_font_name): Temporarily remove decoding.
10421 (x_font_name_to_mac_font_name): Temporarily remove encoding.
10422 (x_load_font): Temporarily remove encoding.
10423
104242008-02-01 Kenichi Handa <handa@m17n.org>
10425
10426 * xfaces.c (Fface_font): If frame is not on a window system,
10427 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
10428 refer to face->font.
10429 (split_font_name_into_vector, build_font_name_from_vector)
10430 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
10431 when HAVE_WINDOW_SYSTEM is defined.
10432
104332008-02-01 Kenichi Handa <handa@m17n.org>
10434
10435 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
10436 (x_produce_glyphs): Fix setting of members of cmp in case
10437 cmp->glyph_len is zero.
10438
10439 * fontset.c (Fset_fontset_font): Fix docstring.
10440 (Ffontset_info): Make it backward compatible. New arg ALL.
10441
104422008-02-01 Kim F. Storm <storm@cua.dk>
10443
10444 * process.c (read_process_output): Grow decoding_buf when needed;
10445 this could cause a crash in allocate_string and compact_small_strings.
10446
104472008-02-01 Kenichi Handa <handa@m17n.org>
10448
10449 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
10450
104512008-02-01 Kenichi Handa <handa@m17n.org>
10452
10453 * coding.c (setup_coding_system): Set coding->common_flags
10454 correctly for raw-text.
10455 (consume_chars): On encoding unibyte text by raw-text, don't check
10456 multibyte form.
10457 (encode_coding): On encoding by raw-text, never use translation tables.
10458
10459 * fileio.c (e_write): Short cut for the case of no encoding.
10460
104612008-02-01 Kenichi Handa <handa@m17n.org>
10462
10463 * coding.c (detect_coding, detect_coding_system): Delete unused
10464 variables.
10465
104662008-02-01 Kenichi Handa <handa@m17n.org>
10467
10468 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
10469 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
10470
104712008-02-01 Kenichi Handa <handa@m17n.org>
10472
10473 * coding.c (Ffind_coding_systems_region_internal): Include
10474 raw-text and no-conversion in the result.
10475
104762008-02-01 Kenichi Handa <handa@m17n.org>
10477
10478 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
10479 (load_font_get_repertory): Delete unnecessary check of ENCODING of
10480 FONT_DEF.
10481 (font_def_arg, add_arg, from_arg, to_arg): New args.
10482 (set_fontset_font): Change argument.
10483 (Fset_fontset_font): Fix for the case that TARGET is a script
10484 name and charset name.
10485 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
10486
104872008-02-01 Kenichi Handa <handa@m17n.org>
10488
10489 * fontset.c (fontset_font): Rename from fontset_face. Change return
10490 value.
10491 (face_suitable_for_char_p, face_for_char): Adjust for the change
10492 of fontset_font.
10493 (make_fontset_for_ascii_face): Fix setting of the fontset element
10494 for ASCII.
10495 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
10496 to get a font name.
10497 (Ffontset_info): Adjust for the change of fontset_font.
10498
10499 * coding.c (emacs_mule_char): Check invalid code more rigidly.
10500
10501 * character.h (LEADING_CODE_LATIN_1_MIN)
10502 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
10503
105042008-02-01 Kenichi Handa <handa@m17n.org>
10505
10506 * editfns.c (check_translation): New function.
10507 (Ftranslate_region_internal): Handle M:N mapping.
10508
105092008-02-01 Kenichi Handa <handa@m17n.org>
10510
10511 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
10512
105132008-02-01 Kenichi Handa <handa@m17n.org>
10514
10515 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
10516 goto invalid_code.
10517 (decode_coding_iso_2022): Fix handling of invalid designation.
10518
10519 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
10520 after calling code_conversion_save.
10521
105222008-02-01 Kenichi Handa <handa@m17n.org>
10523
10524 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
10525
10526 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
10527
10528 * fontset.c: Include "intervals.h".
10529 (fontset_face): Fix comparing of Lisp_Objects.
10530 (free_face_fontset, new_fontset_from_font_name): Fix
10531 Lisp_Object/int mixup.
10532
10533 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
10534
10535 * coding.c: Add many prototypes for static functions.
10536 (get_translation_table): Allow max_lookup to be NULL.
10537 (decode_coding, Ffind_coding_systems_region_internal)
10538 (Funencodable_char_position, Fcheck_coding_systems_region): Call
10539 get_translation_table with max_lookup NULL.
10540
105412008-02-01 Kenichi Handa <handa@m17n.org>
10542
10543 * coding.c (get_translation_table): Declare it as Lisp_Object.
10544 (LOOKUP_TRANSLATION_TABLE): New macro.
10545 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
10546 instead of CHAR_TABLE_REF.
10547
105482008-02-01 Kenichi Handa <handa@m17n.org>
10549
10550 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
10551 annotation data format.
10552 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
10553 Change arguments FROM and TO to single argument NCHARS. Change caller.
10554 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
10555 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10556 (decode_coding_ccl, decode_coding_charset): Pay attention to
10557 coding->charbuf_used.
10558 (get_translation): New function.
10559 (produce_chars): New arguments translation_table and last_block.
10560 Translate characters here. Return number of carryover chars.
10561 Change caller.
10562 (produce_composition): New argument pos. Change caller.
10563 Adjust for the change of annotation data format.
10564 (produce_charset, produce_annotation): Likewise.
10565 (decode_coding, encode_coding): Don't call translate_chars.
10566 (consume_chars): New arg translation_table. Change caller.
10567 (translate_chars): Delete.
10568 (syms_of_coding): Make translation-table's number of extra slots 2.
10569
105702008-02-01 Kenichi Handa <handa@m17n.org>
10571
10572 * search.c (simple_search): Fix setting this_pos_byte in backward
10573 search.
10574
10575 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
10576 byte sequence.
10577 (detect_coding_ccl): Fix setting of the variable valids.
10578
105792008-02-01 Kenichi Handa <handa@m17n.org>
10580
10581 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
10582
10583 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
10584
10585 * editfns.c (Ftranslate_region_internal): Rename from
10586 Ftranslate_region. Accept a char-table in TABLE.
10587 (syms_of_editfns): Defsubr Stranslate_region_internal.
10588
10589 * xfaces.c (set_lface_from_font_name): If a font is specified for
10590 a frame, generate a fontset from the font.
10591 (build_scalable_font_name): If the scalable font is requested for
10592 a specific size, don't change that size.
10593 (try_font_list): Try a scalable font also in the case that a
10594 pattern string is specified.
10595
105962008-02-01 Kenichi Handa <handa@m17n.org>
10597
10598 * xfaces.c (Fface_font): New optional arg CHARACTER.
10599
106002008-02-01 Kenichi Handa <handa@m17n.org>
10601
10602 * charset.h (CHARSET_OFFSET): New macro.
10603
106042008-02-01 Kenichi Handa <handa@m17n.org>
10605
10606 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
10607
10608 * fontset.c (fontset_face): Handle the case that repertory is a
10609 char-table.
10610 (find_font_encoding): Return nil for unknown encoding.
10611 (Fset_fontset_font): Ignore a font of unknown encoding.
10612
106132008-02-01 Kenichi Handa <handa@m17n.org>
10614
10615 * keymap.c (describe_vector): Handle default value of a char table.
10616
10617 * fontset.c (fontset_face): Handle fallback fonts correctly.
10618 (Ffontset_info): Return infomation about fallback fonts.
10619
106202008-02-01 Kenichi Handa <handa@m17n.org>
10621
10622 * fontset.c (FONTSET_DEFAULT): New macro.
10623 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
10624 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
10625 the case that it is nil.
10626 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
10627 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
10628
10629 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
10630 subset or superset.
10631
106322008-02-01 Kenichi Handa <handa@m17n.org>
10633
10634 * emacs.c (main): Call init_charset after syms_of_XXX.
10635
10636 * charset.c (Vcharset_map_directory): Delete.
10637 (Vcharset_map_path): New variable.
10638 (load_charset_map_from_file): Use Vcharset_map_path instead.
10639 (init_charset): Initialize Vcharset_map_path.
10640 (syms_of_charset): Delete declaration of "charset-map-directory",
10641 add declaration of "charset-map-path".
10642
106432008-02-01 Kenichi Handa <handa@m17n.org>
10644
10645 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
10646 ASCII only string.
10647
10648 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
10649
10650 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
10651 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
10652
106532008-02-01 Kenichi Handa <handa@m17n.org>
10654
10655 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
10656
10657 * coding.c (QCmnemonic, QCdefalut_char)
10658 (QCdecode_translation_table, QCencode_translation_table)
10659 (QCpost_read_conversion, QCpre_write_conversion): New variables.
10660 (get_translation_table): Return a list of translation tables if
10661 necessary.
10662 (decode_coding): Call get_translation_table with ENCODEP 0.
10663 (char_encodable_p): If translation_table is non-nil, always call
10664 translate_char.
10665 (Fdefine_coding_system_internal): Accept list of translation
10666 tables as :encode-translation-table and :decode-translation-table.
10667 (Fcoding_system_put): New function.
10668 (syms_of_coding): Declare new symbols. Defsubr
10669 Scoding_system_put.
10670 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
10671 typically JISX0212.
10672
10673 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
10674 when the charset is superset type.
10675
10676 * character.c (translate_char): Accept list of translation tables.
10677
106782008-02-01 Kenichi Handa <handa@m17n.org>
10679
10680 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
10681 (CODING_ATTR_TRANS_TBL): New macro.
10682
10683 * coding.c (get_translation_table): New function.
10684 (translate_chars): Fix the bug of skipping annotation data.
10685 (decode_coding, encode_coding): Utilize get_translation_table.
10686 (char_encodable_p, Funencodable_char_position): Translate char if
10687 necessary.
10688 (Ffind_coding_systems_region_internal)
10689 (Fcheck_coding_systems_region): Setup translation table for encode
10690 in a coding system attribute vector in advance.
10691 (Fdefine_coding_system_internal): Allow a symbol as translation
10692 table. For shift-jis type coding system, allow 4th charset.
10693
106942008-02-01 Kenichi Handa <handa@m17n.org>
10695
10696 * coding.c (decode_coding_sjis): Check the first byte rigidly.
10697
10698 * xdisp.c (get_next_display_element): Pass -1 as POS to
10699 FACE_FOR_CHAR if displaying a C-string.
10700
107012008-02-01 Kenichi Handa <handa@m17n.org>
10702
10703 * composite.c (get_composition_id): Handle xoff and yoff in a
10704 composition rule.
10705
10706 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
10707 (struct composition): New member lbearing and rbearing.
10708
10709 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
10710 (x_get_glyph_overhangs): Handle a composition glyph.
10711 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
10712
10713 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
10714 composition glyph.
10715
107162008-02-01 Kenichi Handa <handa@m17n.org>
10717
10718 * print.c: Include charset.h.
10719 (Vprint_charset_text_property): New variable.
10720 (Qdefault): Extern it.
10721 (PRINT_STRING_NON_CHARSET_FOUND)
10722 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
10723 (print_check_string_result): New variable.
10724 (print_check_string_charset_prop): New function.
10725 (print_prune_charset_plist): New variable.
10726 (print_prune_string_charset): New function.
10727 (print_object): Call print_prune_string_charset if
10728 Vprint_charset_text_property is not t.
10729 (print_interval): Print nothing if interval->plist is nil.
10730 (syms_of_print): Declare Vprint_charset_text_property as a lisp
10731 variable. Init and staticpro print_prune_charset_plist.
10732
107332008-02-01 Kenichi Handa <handa@m17n.org>
10734
10735 * fontset.c (new_fontset_from_font_name): Use the specified font
10736 for all characters in the new fontset.
10737
10738 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
10739 OBJECT args.
10740
10741 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
10742 OBJECT args for composition too.
10743
10744 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
10745 OBJECT args.
10746
107472008-02-01 Kenichi Handa <handa@m17n.org>
10748
10749 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
10750
10751 * fontset.c (reorder_font_vector): Adjust for the change of
10752 FONT_DEF format.
10753 (fontset_face): New arg id. Change caller.
10754 (face_for_char): New args pos and object.
10755 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
10756 (fs_query_fontset): Check NAME by Fassoc too.
10757 (Fset_fontset_font): Allow non-XLFD font name.
10758 (Ffontset_info): Adjust for the change of FONT_DEF format.
10759
10760 * fontset.h (face_for_char): Adjust prototype.
10761
10762 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
10763 (append_space, extend_face_to_end_of_line)
10764 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
10765 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
10766
10767 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
10768 POS and OBJECT args.
10769
10770 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
10771 POS and OBJECT args.
10772
107732008-02-01 Jason Rumney <jasonr@gnu.org>
10774
10775 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
10776 of GlobalAlloc'ed memory.
10777
107782008-02-01 Kenichi Handa <handa@m17n.org>
10779
10780 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
10781
10782 * charset.h (charset_table_used): Delete extern.
10783
10784 * charset.c (charset_table_used): Make it static.
10785 (map_charset_chars): Fix args to c_function with.
10786
10787 * chartab.c (map_sub_char_table_for_charset): Fix args to
10788 c_function with.
10789
10790 * coding.h (enum coding_result_code): Delete
10791 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
10792
10793 * coding.c (Qinsufficient_source, Qinconsistent_eol)
10794 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
10795 (Vlast_code_conversion_error): New variables.
10796 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
10797 (ONE_MORE_BYTE): Record error if any instead of signaling an
10798 error. If non-ASCII multibyte char is found, return the negative
10799 value of the code. All callers changed to check it.
10800 (ONE_MORE_BYTE_NO_CHECK): Likewise.
10801 (record_conversion_result): New function. Change all codes setting
10802 coding->result to call this function.
10803 (detect_coding_utf_8, decode_coding_utf_8)
10804 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
10805 Don't use the local variable incomplete.
10806 (emacs_mule_char): Change the second arg to `const'.
10807 (decode_coding): Fix of flushing out unprocessed data.
10808 (make_conversion_work_buffer): Fix making of a work buffer.
10809 (decode_coding_object): Return coding->dst_object.
10810
10811 * fontset.c (set_fontset_font): Fix args.
10812
10813 * lisp.h (CHARACTERBITS): Define as 22.
10814
10815 * process.c (send_process): Be sure to set coding->src_multibyte.
10816
10817 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
10818
108192008-02-01 Kenichi Handa <handa@m17n.org>
10820
10821 * xdisp.c (handle_auto_composed_prop): Give limit to
10822 Fnext_single_char_property_change.
10823
108242008-02-01 Kenichi Handa <handa@m17n.org>
10825
10826 * composite.c (syms_of_composite): Don't make the composition hash
10827 table weak.
10828
10829 * fontset.c (Fset_fontset_font): Fix docstring.
10830
10831 * lisp.h (detect_coding_system): Adjust prototype.
10832
10833 * fileio.c (kill_workbuf_unwind): Delete this function.
10834 (Finsert_file_contents): Adjust the call of detect_coding_system.
10835 Get conversion_buffer by code_conversion_save. Use the macro
10836 CODING_MAY_REQUIRE_DECODING. After decoding, update
10837 coding_system.
10838
10839 * coding.h (make_conversion_work_buffer): Delete extern.
10840 (code_conversion_save): Extern it.
10841
10842 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
10843 (CODING_GET_INFO): Delete argument eol_type. Change callers.
10844 (decode_coding_utf_8): Don't do eol converion.
10845 (detect_coding_utf_16): Check coding->src_chars, not
10846 coding->src_bytes. Add heuristics for those that have no signature.
10847 (decode_coding_emacs_mule, decode_coding_iso_2022)
10848 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
10849 Don't do eol converion.
10850 (adjust_coding_eol_type): Return a new coding system.
10851 (detect_coding): Don't detect eol. Fix for utf-16 detection.
10852 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
10853 each change.
10854 (decode_coding): Pay attention to undo_list. Do eol conversion for
10855 all types of coding-systems (if necessary).
10856 (Vcode_conversion_work_buf_list): Delete it.
10857 (Vcode_conversion_reused_workbuf): Rename from
10858 Vcode_conversion_reused_work_buf.
10859 (Vcode_conversion_workbuf_name): New variable.
10860 (reused_workbuf_in_use): New variable.
10861 (make_conversion_work_buffer): Delete the arg DEPTH.
10862 (code_conversion_restore): Change argument to cons.
10863 (code_conversion_save): Delete the argument BUFFER. Change callers.
10864 (detect_coding_system): New argument src_chars. Change callers.
10865 Fix for utf-16 detection.
10866 (init_coding_once): Don't use ISO_carriage_return.
10867 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
10868 reused_workbuf_in_use.
10869
108702008-02-01 Kenichi Handa <handa@m17n.org>
10871
10872 * keymap.c (store_in_keymap): Pay attention to the case that idx
10873 is a cons specifying a character range.
10874
108752008-02-01 Kenichi Handa <handa@m17n.org>
10876
10877 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
10878 HANDLED_RECOMPUTE_PROPS.
10879
10880 * coding.c (Fdefine_coding_system_internal): Fix checking of
10881 ascii compatibility.
10882
108832008-02-01 Kenichi Handa <handa@m17n.org>
10884
10885 * charset.c (find_charsets_in_text): Delete unused locale variable.
10886 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
10887
10888 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
10889 Resync charset_list to Vemacs_mule_charset_list.
10890
10891 * keymap.c (store_in_keymap): Pay attention to the case that idx
10892 is a cons specifying a character range.
10893
108942008-02-01 Kenichi Handa <handa@m17n.org>
10895
10896 * composite.c (update_compositions): Bind inhibit-read-only, etc
10897 to t before calling remove-list-of-text-properties.
10898
10899 * print.c (print_object): Always print ASCII chars as is.
10900
109012008-02-01 Kenichi Handa <handa@m17n.org>
10902
10903 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
10904
10905 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
10906 is a char table.
10907
109082008-02-01 Kenichi Handa <handa@m17n.org>
10909
10910 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
10911
109122008-02-01 Kenichi Handa <handa@m17n.org>
10913
10914 * xfaces.c (set_lface_from_font_name): Fix for the case that
10915 FONTNAME is not fontset name.
10916
109172008-02-01 Kenichi Handa <handa@m17n.org>
10918
10919 * fns.c (base64_encode_1): Fix previous change.
10920
109212008-02-01 Kenichi Handa <handa@m17n.org>
10922
10923 * fontset.c (set_fontset_font): New function.
10924 (Fset_fontset_font): If a font is specified for a charset, use
10925 map_charset_chars to store the font spec in a fontset.
10926
109272008-02-01 Kenichi Handa <handa@m17n.org>
10928
10929 * fontset.c (fontset_face): Create a fallback fontset on demand.
10930 (make_fontset): Don't create a fallback fontset here.
10931 (free_face_fontset): Free a fallback fontset (if any) too.
10932 (n_auto_fontsets): Delete this variable.
10933 (auto_fontset_alist): New variable.
10934 (new_fontset_from_font_name): Check auto_fontset_alist.
10935 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
10936 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
10937 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
10938 Defsubr Sfontset_list_all.
10939
109402008-02-01 Kenichi Handa <handa@m17n.org>
10941
10942 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
10943
109442008-02-01 Kenichi Handa <handa@m17n.org>
10945
10946 * fontset.c (Fnew_fontset): Check NAME more rigidly.
10947
109482008-02-01 Kenichi Handa <handa@m17n.org>
10949
10950 * editfns.c (Fgoto_char): Fix docstring.
10951
109522008-02-01 Kenichi Handa <handa@m17n.org>
10953
10954 * insdel.c (insert_from_gap): Adjust intervals correctly.
10955
109562008-02-01 Jason Rumney <jasonr@gnu.org>
10957
10958 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
10959 (pfnGetFontUnicodeRanges): New dynamically loaded function.
10960 (w32_initialize): Try to load it.
10961 (x_get_font_repertory): Use it if available.
10962 (w32_encode_char): Add shortcut for unicode output.
10963
10964 * w32fns.c (w32_load_system_font): Default charset to -1.
10965 (x_to_w32_charset): Match all fonts for unicode.
10966 (w32_to_x_charset): New parameter matching. Don't return partial
10967 or wildcard charsets.
10968 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
10969 (w32_codepage_for_font): Return CP_UNICODE for unicode.
10970 (w32_to_x_font): Match charset to real charset.
10971 (enum_font_cb2): Always list unicode versions.
10972
10973 * makefile.w32-in (temacs): Increase EMHEAP.
10974
109752008-02-01 Jason Rumney <jasonr@gnu.org>
10976
10977 * w32term.c (w32_encode_char): New charset parameter.
10978 font_info.encoding becomes encoding_type.
10979 (x_get_font_repertory): New function. Warning: stub only!
10980 (x_new_font): Return quickly if font already set.
10981 (x_new_fontset): fontsetname parameter is Lisp_Object.
10982 Use new fs_query_fontset. Try new_fontset_from_font_name.
10983 Use fontset_name for return value.
10984
10985 * w32term.h: Declare x_get_font_repertory.
10986
10987 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
10988 place of find_charset_in_text. Use encode_coding_object in place
10989 of encode_coding.
10990 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
10991 decode_coding.
10992
10993 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
10994 of x_new_fontset.
10995 (w32_load_system_font): Initialize charset as unicode.
10996 font_info.encoding becomes encoding_type.
10997 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
10998 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
10999 (syms_of_w32fns): Set get_font_repertory_func.
11000
11001 * w32console.c: Include character.h. Use terminal_encode_buffer
11002 from term.c.
11003 (write_glyphs): Use new version of encode_terminal_code. Use
11004 encode_coding_object in place of encode_coding.
11005
11006 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
11007 encoding becomes encoding_type.
11008
11009 * term.c (terminal_encode_buffer): Make externally visible.
11010
11011 * makefile.w32-in: Add character.h dependancies.
11012 (character.o, chartab.o): New targets.
11013
110142008-02-01 Kenichi Handa <handa@m17n.org>
11015
11016 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
11017 CODING_ID_EOL_TYPE.
11018
110192008-02-01 Andreas Schwab <schwab@suse.de>
11020
11021 * coding.c (produce_chars): Revert last change.
11022
110232008-02-01 Kenichi Handa <handa@m17n.org>
11024
11025 * charset.h (charset_unicode): Extern it.
11026
11027 * charset.c (string_xstring_p): Check by (C >= 0x100).
11028 (find_charsets_in_text): Change format of the arc CHARSETS. New
11029 arg MULTIBYTE.
11030 (Ffind_charset_region, Ffind_charset_string): Adjust for the
11031 change of find_charsets_in_text.
11032 (Fsplit_char): Fix doc. Never return unknown.
11033
11034 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
11035
11036 * coding.c (Fdefine_coding_system_alias): Update
11037 Vcoding_system_list.
11038
11039 * fontset.c (load_font_get_repertory): Pay attention to the case
11040 that ENCODING of a font is specified by a char-table.
11041
11042 * xterm.c (x_get_font_repertory): Handle the case that the
11043 encoding of font is other than Unicode.
11044
110452008-02-01 Kenichi Handa <handa@m17n.org>
11046
11047 * term.c (encode_terminal_code): Don't handle glyph-table. Check
11048 if a character is encodable by the terminal coding system. If
11049 not, produces proper number of `?'s. Update
11050 terminal_encode_buffer and terminal_encode_buf_size if necessary.
11051 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
11052
110532008-02-01 Kenichi Handa <handa@m17n.org>
11054
11055 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
11056 variables.
11057 (encode_terminal_code): Change argument. Encode multiple
11058 characters at once. Store the result of encoding in
11059 terminal_encode_buffer.
11060 (write_glyphs, insert_glyphs): Adjust for the change of
11061 encode_terminal_code.
11062 (term_init): Initialize terminal_encode_buffer and
11063 terminal_encode_buf_size.
11064
11065 * coding.c (consume_chars): If coding->src_object is nil, don't
11066 check annotation.
11067
110682008-02-01 Kenichi Handa <handa@m17n.org>
11069
11070 * character.c (char_string): Use ASCII_CHAR_P instead of
11071 SINGLE_BYTE_CHAR_P.
11072
110732008-02-01 Kenichi Handa <handa@m17n.org>
11074
11075 * xdisp.c (handle_auto_composed_prop): Check if the last
11076 characters of auto-composed region is newly composed with the
11077 following characters.
11078 (handle_composition_prop): Fix checking of point being inside
11079 composition.
11080
110812008-02-01 Kenichi Handa <handa@m17n.org>
11082
11083 * fns.c (concat): Don't change multibyteness of the result by
11084 concatenating an 8-bit character.
11085
11086 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
11087 multibyteness of the result when newelt is an 8-bit character.
11088
110892008-02-01 Dave Love <fx@gnu.org>
11090
11091 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
11092 EMACS_INT.
11093
11094 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
11095
11096 * xfaces.c (face_numeric_value): Declare dim size_t.
11097 (Finternal_lisp_face_equal_p): Remove unused f.
11098
11099 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
11100 (MATRIX_ROW): Remove unused vars.
11101 (draw_glyphs, x_insert_glyphs, fast_find_position)
11102 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
11103 byte/char counts.
11104
11105 * regex.c (regex_compile): Remove unused var.
11106
11107 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
11108
11109 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
11110 (Faccessible_keymaps, where_is_internal): Remove unused vars.
11111
11112 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
11113
11114 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
11115
11116 * fileio.c (Fwrite_region): Remove unused var.
11117
11118 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
11119 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
11120
11121 * composite.c (Fremove_list_of_text_properties): Declare.
11122
11123 * coding.c (inhibit_pre_post_conversion): Remove (unused).
11124 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
11125 (coding_inherit_eol_type): Remove unused attrs.
11126 (detect_coding): Cast arg of detect_eol.
11127
11128 * charset.c (syms_of_charset): Remove unused var p.
11129 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
11130 byte/char counts.
11131
11132 * casetab.c (set_case_table): Remove unused var.
11133
11134 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
11135 unused vars.
11136
111372008-02-01 Dave Love <fx@gnu.org>
11138
11139 * xterm.c (x_bitmap_mask): Declare.
11140
111412008-02-01 Dave Love <fx@gnu.org>
11142
11143 * xterm.c (x_term_init): Fix type error.
11144
11145 * lisp.h: Add Funibyte_char_to_multibyte.
11146
11147 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
11148 (Fset_coding_system_priority): Doc fix.
11149
11150 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
11151
11152 * indent.c (check_composition): Make start and end EMACS_INT.
11153
11154 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
11155
11156 * xdisp.c (handle_composition_prop, check_point_in_composition):
11157 Make buffer positions EMACS_INT.
11158
11159 * composite.c (find_composition, run_composition_function)
11160 (update_compositions, Ffind_composition_internal): Make buffer
11161 positions EMACS_INT.
11162
11163 * composite.h (find_composition, update_compositions): Make
11164 position args EMACS_INT.
11165
11166 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
11167
11168 * intervals.c (get_property_and_range):
11169 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
11170
11171 * unexalpha.c: Don't include varargs.h.
11172
111732008-02-01 Dave Love <fx@gnu.org>
11174
11175 * coding.h (ENCODE_UTF_8): New.
11176
11177 * Makefile.in (gtkutil.o): Depend on coding.h.
11178
11179 * coding.c (Fset_coding_system_priority): Doc fix.
11180
111812008-02-01 Kenichi Handa <handa@m17n.org>
11182
11183 * fileio.c (Finsert_file_contents): Call setup_coding_system in
11184 the case of auto saving.
11185
111862008-02-01 Andreas Schwab <schwab@suse.de>
11187
11188 * chartab.c (map_char_table, map_char_table_for_charset): Protect
11189 `range' from GC.
11190
111912008-02-01 Kenichi Handa <handa@m17n.org>
11192
11193 * coding.c (decode_coding_sjis): Check bytes more rigidly.
11194
111952008-02-01 Kenichi Handa <handa@m17n.org>
11196
11197 * fileio.c (choose_write_coding_system): Return a decided coding system.
11198 (Fwrite_region): Set Vlast_coding_system_used to the return value
11199 of choose_write_coding_system.
11200
112012008-02-01 Kenichi Handa <handa@m17n.org>
11202
11203 * charset.c (Fset_charset_priority): Pay attention to duplicated
11204 arguments.
11205
11206 * coding.c (QCcategory): New variable.
11207 (syms_of_coding): Defsym it. Set all elements of
11208 Vcoding_category_table and their symbol values.
11209 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
11210 coding-category-XXX, and coding-category-list.
11211 (Fdefine_coding_system_internal): Add category in the plist.
11212
112132008-02-01 Kenichi Handa <handa@m17n.org>
11214
11215 * callproc.c (Fcall_process): Handle carryover correctly.
11216
11217 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
11218 (raw_text_coding_system): Check NILP (coding_system).
11219 (coding_inherit_eol_type): Check NILP (coding_system) and
11220 NILP (parent).
11221 (consume_chars): Fix for the case of raw-text.
11222
11223 * process.c (read_process_output): Handle carryover correctly.
11224
112252008-02-01 Dave Love <fx@gnu.org>
11226
11227 * regex.c (re_search_2): Fix last change.
11228
112292008-02-01 Kenichi Handa <handa@m17n.org>
11230
11231 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
11232 target_multibyte. Even in a unibyte case, return a converted
11233 multibyte char.
11234 (GET_CHAR_AFTER): New macro.
11235 (PATFETCH): Translate via multibyte char.
11236 (HANDLE_UNIBYTE_RANGE): Delete this macro.
11237 (SETUP_MULTIBYTE_RANGE): New macro.
11238 (regex_compile): Setup compiled code so that its multibyteness
11239 matches that of a target. Fix the handling of "[X-YZ]" using
11240 SETUP_MULTIBYTE_RANGE.
11241 (analyse_first) <charset>: For filling fastmap for all multibyte
11242 characters, don't check by BASE_LEADING_CODE_P.
11243 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
11244 the same as RE_MULTIBYTE_P (bufp) now.
11245 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
11246 (TARGET_CHAR_AND_LENGTH): Delete this macro.
11247 (TRANSLATE_VIA_MULTIBYTE): New macro.
11248 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
11249 It is the same as RE_MULTIBYTE_P (bufp) now.
11250 <exactn>: Translate via multibyte.
11251 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
11252 translate it.
11253 <charset, charset_not>: Fetch a character by
11254 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
11255 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
11256 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
11257 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
11258 by GET_CHAR_AFTER.
11259 (bcmp_translate): Likewise.
11260
11261 * search.c (compile_pattern): Check the member target_multibyte,
11262 not the member multibyte of buf.
11263
11264 * lread.c (read1): While reading a string, set force_singlebyte
11265 and force_multibyte correctly.
11266
11267 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
11268 up of unibyte_to_multibyte_table.
11269
112702008-02-01 Kenichi Handa <handa@m17n.org>
11271
11272 * coding.c (setup_coding_system): If coding has
11273 post-read-conversion or pre-write-conversion, set
11274 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
11275 respectively.
11276 (decode_coding_gap): Run post-read-conversion if any.
11277
11278 * fileio.c (Finsert_file_contents): Even if we read into a
11279 unibyte buffer, check if we must decode the result or not.
11280
112812008-02-01 Kenichi Handa <handa@m17n.org>
11282
11283 * coding.c (make_conversion_work_buffer): Change the work buffer
11284 name to the same one as that of Emacs 21.
11285
112862008-02-01 Kenichi Handa <handa@m17n.org>
11287
11288 * coding.h (make_conversion_work_buffer): Adjust prototype.
11289 (code_conversion_restore): Don't extern it.
11290
11291 * coding.c (detected_mask): Delete unused variable.
11292 (decode_coding_iso_2022): Pay attention to the byte sequence of
11293 CTEXT extended segment, and retain those bytes as is.
11294 (decode_coding_ccl): Delete unused variable `valids'.
11295 (setup_coding_system): Delete unused variable `category'.
11296 (consume_chars): Delete unused variable `category'. Make it work
11297 for non-multibyte case.
11298 (make_conversion_work_buffer): Change argument.
11299 (saved_coding): Delete unused variable.
11300 (code_conversion_restore): Don't check saved_coding->destination.
11301 (code_conversion_save): New function.
11302 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
11303 instead of record_unwind_protect.
11304 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
11305 (detect_coding_system): Delete unused variable `mask'.
11306 (Fdefine_coding_system_internal): Delete unused variable id.
11307
11308 * fileio.c (kill_workbuf_unwind): New function.
11309 (Finsert_file_contents): On replacing, call
11310 make_conversion_work_buffer with correct args, and call
11311 record_unwind_protect with the first arg kill_workbuf_unwind.
11312
11313 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
11314
113152008-02-01 Kenichi Handa <handa@m17n.org>
11316
11317 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
11318 (fontset_add): Fix for the case that TO is less than TO1.
11319 (Ffontset_info): Don't use fallback fontset on checking the
11320 default fontset.
11321 (dump_fontset): New function for debugging.
11322
11323 * coding.c (Fdefine_coding_system_internal): Fix for the case that
11324 coding_type is Qcharset.
11325
113262008-02-01 Kenichi Handa <handa@m17n.org>
11327
11328 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
11329 (map_char_table): Don't inherit the value from the parent on
11330 initializing VAL. Adjust for the above change.
11331
113322008-02-01 Kenichi Handa <handa@m17n.org>
11333
11334 * coding.c (Qsignature, Qendian): Delete these variables.
11335 (syms_of_coding): Don't initialize them.
11336 (CATEGORY_MASK_UTF_16_AUTO): New macro.
11337 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
11338 detect_info->found.
11339 (decode_coding_utf_16): Don't detect BOM here.
11340 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
11341 is NOT utf_16_without_bom.
11342 (setup_coding_system): For a coding system of type utf-16, check
11343 if the attribute :endian is Qbig or not (not nil or not), and set
11344 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
11345 (detect_coding): If coding type is utf-16 and BOM detection is
11346 required, detect it.
11347 (Fdefine_coding_system_internal): For a coding system of type
11348 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
11349
113502008-02-01 Kenichi Handa <handa@m17n.org>
11351
11352 * coding.c (coding_set_source): Fix for the case that the current
11353 buffer is different from coding->src_object.
11354 (decode_coding_object): Don't use the conversion work buffer if
11355 DST_OBJECT is a buffer.
11356
113572008-02-01 Dave Love <fx@gnu.org>
11358
11359 * lread.c (read_emacs_mule_char) [len==2]: Index
11360 emacs_mule_charset correctly.
11361
113622008-02-01 Dave Love <fx@gnu.org>
11363
11364 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
11365 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
11366 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
11367 treated specially.)
11368 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
11369 (detected_mask): Remove Big5 bits.
11370
113712008-02-01 Kenichi Handa <handa@m17n.org>
11372
11373 The following changes are to make the font rescaling facility
11374 compatible with Emacs 21.
11375
11376 * xfaces.c (Vface_font_rescale_alist): Rename from
11377 Vface_resizing_fonts.
11378 (struct font_name): Rename member resizing_ratio to rescale_ratio.
11379 (font_rescale_ratio): Rename from font_resizing_ratio.
11380 (split_font_name): Set font->rescale_ratio.
11381 (better_font_p): Pay attention to font->rescale_ratio.
11382 (build_scalable_font_name): Likewise. Change RESX, and RESY
11383 fields.
11384 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
11385
113862008-02-01 Kenichi Handa <handa@m17n.org>
11387
11388 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
11389 (Qutf_16_le): Remove these variables.
11390 (syms_of_coding): Don't DEFSYM them.
11391 (decode_coding_utf_16): Fix handling of BOM.
11392 (encode_coding_utf_16): Fix handling of BOM.
11393
113942008-02-01 Kenichi Handa <handa@m17n.org>
11395
11396 * fileio.c (Finsert_file_contents): On replacing, before decoding
11397 the file into the work buffer, set point of the work buffer to the end.
11398
113992008-02-01 Dave Love <fx@gnu.org>
11400
11401 * coding.c (Fcheck_coding_systems_region): Fix type errors.
11402
114032008-02-01 Dave Love <fx@gnu.org>
11404
11405 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11406 and fix C types.
11407
114082008-02-01 Kenichi Handa <handa@m17n.org>
11409
11410 * xdisp.c (SKIP_GLYPHS): New macro.
11411 (set_cursor_from_row): Pay attention to string display properties.
11412
11413 * category.c (copy_category_entry): Fix for the case that RANGE
11414 is an integer.
11415
11416 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
11417
11418 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
11419
114202008-02-01 Kenichi Handa <handa@m17n.org>
11421
11422 * charset.c (Fcharset_id_internal): New function.
11423 (syms_of_charset): Defsubr it.
11424
11425 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
11426 with the last arg charset_list acquired from coding.
11427 (Fdefine_coding_system_internal): For ccl-based coding system, fix
11428 the attribute coding_attr_ccl_valids.
11429
11430 * coding.h (enum define_coding_ccl_arg_index): Set the first
11431 member coding_arg_ccl_decoder to coding_arg_max.
11432
11433 * ccl.h (ccl_driver): Adjust prototype.
11434
11435 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
11436 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 11437 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
11438 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
11439 last arg Qnil.
11440
114412008-02-01 Kenichi Handa <handa@m17n.org>
11442
11443 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
11444 call encode_char.
11445
11446 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
11447
114482008-02-01 Dave Love <fx@gnu.org>
11449
11450 * composite.c (syms_of_composite): Make composition_hash_table weak.
11451
114522008-02-01 Kenichi Handa <handa@m17n.org>
11453
11454 * dispextern.h (check_face_attributes, generate_ascii_font_name)
11455 (font_name_registry): Don't extern them.
11456 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
11457
11458 * fontset.h (Qfontset): Don't extern it.
11459 (new_fontset_from_font_name): Extern it.
11460
11461 * fontset.c: Give 8 extra slots to fontset objects.
11462 (Qfontset_info): New variable.
11463 (syms_of_fontset): Defsym it.
11464 (FONTSET_FALLBACK): New macro.
11465 (fontset_face): Try also the default fontset.
11466 (make_fontset): Realize a fallback fontset from the default fontset.
11467 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
11468 using split_font_name_into_vector and build_font_name_from_vector.
11469 (Fset_fontset_font): Access the elements of font_spec by enum
11470 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
11471 name by using split_font_name_into_vector.
11472 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
11473 generate a proper font name from the fontset name. Update
11474 Vfontset_alias_alist.
11475 (n_auto_fontsets): New variable.
11476 (new_fontset_from_font_name): New function.
11477 (Ffont_info): Store the information about fonts generated from the
11478 default fontset in the first extra slot of the returned char-table.
11479
11480 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
11481 (font_name_registry): Delete function.
11482 (split_font_name_into_vector): New function.
11483 (build_font_name_from_vector): New function.
11484 (font_list): The argument REGISTRY is now a list of registry names.
11485 (choose_face_font): If we are choosing an ASCII font, and ATTRS
11486 specifies an explicit font name, return the name as is. Make a
11487 list of registy names.
11488
11489 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
11490 of x_new_fontset.
11491 (Fx_create_frame): Don't call x_new_fontset here. Just use
11492 x_list_fonts to check the existence of fonts.
11493
11494 * xterm.h (x_new_fontset): Adjust prototype.
11495
11496 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
11497 string. Use new_fontset_from_font_name to create a fontset from a
11498 font name.
11499
115002008-02-01 Kenichi Handa <handa@m17n.org>
11501
11502 * syntax.c (Vfind_word_boundary_function_table): New name for
11503 Vnext_word_boundary_function_table.
11504 (find-word-boundary-function-table): New name for
11505 next-word-boundary-function-table.
11506
115072008-02-01 Dave Love <fx@gnu.org>
11508
11509 * Makefile.in: Fix some dependencies.
11510
11511 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
11512 set it to nil before returning.
11513
11514 * composite.c (update_compositions): Fix type error.
11515
11516 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
11517
115182008-02-01 Kenichi Handa <handa@m17n.org>
11519
11520 * xterm.c (x_new_font): Optimize for the case that the font is
11521 already set for the frame.
11522
115232008-02-01 Kenichi Handa <handa@m17n.org>
11524
11525 * chartab.c (char_table_ascii): Check if the char table contents
11526 is sub-char-table or not.
11527 (char_table_set, char_table_set_range): Fix argument to
11528 char_table_ascii.
11529
11530 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
11531 (detect_coding_utf_8, detect_coding_utf_16)
11532 (detect_coding_emacs_mule, detect_coding_iso_2022)
11533 (detect_coding_sjis, detect_coding_big5)
11534 (detect_coding_ccl, detect_coding_charset): Change argument MASK
11535 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
11536 sequence is valid in this coding system. Change callers.
11537 (MAX_ANNOTATION_LENGTH): New macro.
11538 (ADD_ANNOTATION_DATA): New macro.
11539 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
11540 ADD_ANNOTATION_DATA. Change the format of annotation data.
11541 (ADD_CHARSET_DATA): New macro.
11542 (emacs_mule_char): New argument ID. Change callers.
11543 (decode_coding_emacs_mule, decode_coding_iso_2022)
11544 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
11545 Produce charset annotation data in coding->charbuf.
11546 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
11547 to charset annotation data in coding->charbuf.
11548 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
11549 coding->common_flags if the coding system is iso-2022 based and
11550 uses designation.
11551 (produce_composition): Adjust for the new annotation data format.
11552 (produce_charset): New function.
11553 (produce_annotation): Handle charset annotation.
11554 (handle_composition_annotation, handle_charset_annotation): New
11555 functions.
11556 (consume_chars): Handle charset annotation. Utilize the above two
11557 functions.
11558 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
11559 buffer, get the deleted text as a string and set
11560 coding->src_object to that string.
11561 (detect_coding, detect_coding_system): Use the new struct
11562 coding_detection_info.
11563
11564 * coding.h (struct coding_detection_info): New structure.
11565 (struct coding_system): Adjust prototype of the member `detector'.
11566 (CODING_ANNOTATE_CHARSET_MASK): New macro.
11567
115682008-02-01 Kenichi Handa <handa@m17n.org>
11569
11570 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
11571
115722008-02-01 Dave Love <fx@gnu.org>
11573
11574 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
11575 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
11576 to new local and nullify apropos_accumulate before returning.
11577 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
11578
115792008-02-01 Kenichi Handa <handa@m17n.org>
11580
11581 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
11582 correctly.
e3eea1fc 11583
aac0c6e3
MR
115842008-02-01 Dave Love <fx@gnu.org>
11585
11586 * fns.c (Flanginfo): Call synchronize_system_time_locale.
11587
115882008-02-01 Kenichi Handa <handa@m17n.org>
11589
11590 The following changes are to make character composition happen
11591 automatically on displaying.
11592
11593 * Makefile.in (lisp, shortlisp): Add composite.elc.
11594
11595 * composite.h (Qauto_composed, Vauto_composition_function)
11596 (Qauto_composition_function): Extern them.
11597
11598 * composite.c (Vcomposition_function_table)
11599 (Qcomposition_function_table): Delete variables.
11600 (Qauto_composed, Vauto_composition_function)
11601 (Qauto_composition_function): New variables.
11602 (run_composition_function): Don't call
11603 compose-chars-after-function.
11604 (update_compositions): Clear `auto-composed' text property.
11605 (compose_chars_in_text): Delete this function.
11606 (syms_of_composite): Staticpro Qauto_composed and
11607 Qauto_composition_function. Declare Vauto_composition_function as
11608 a Lisp variable.
11609
11610 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
11611
11612 * xdisp.c (it_props): Add an entry for Qauto_composed.
11613 (handle_auto_composed_prop): New function.
11614
11615 * xselect.c (selection_data_to_lisp_data): Don't call
11616 compose_chars_in_text.
11617
116182008-02-01 Dave Love <fx@gnu.org>
11619
11620 * keyboard.c (read_char): Modify checking around use of
11621 Vkeyboard_translate_table.
11622
11623 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11624 and fix C types.
11625
116262008-02-01 Kenichi Handa <handa@m17n.org>
11627
11628 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
11629 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11630 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
11631 the case that the last byte is '\r' correctly.
11632 (decode_coding): Flush out the unprocessed data correctly.
11633 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
11634
116352008-02-01 Dave Love <fx@gnu.org>
11636
11637 * xterm.c (XTread_socket): Fix changes for defined keysyms.
11638 Add XK_ISO... case.
11639 (xaw_scroll_callback): Revert last change.
11640
116412008-02-01 Kenichi Handa <handa@m17n.org>
11642
11643 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
11644
116452008-02-01 Kenichi Handa <handa@m17n.org>
11646
11647 * xfaces.c (Vface_resizing_fonts): New variable.
11648 (struct font_name): New member `resizing_ratio'.
11649 (font_resizing_ratio): New function.
11650 (split_font_name): Set font->resizing_ratio.
11651 (better_font_p): Pay attention to font->resizing_ratio.
11652 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
11653 RESX, and RESY fields.
11654 (try_alternative_families): Try scalable fonts if
11655 Vscalable_fonts_allowed is not Qt.
11656 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
11657
116582008-02-01 Dave Love <fx@gnu.org>
11659
11660 * xterm.c (xaw_scroll_callback): Cast correctly.
11661
116622008-02-01 Dave Love <fx@gnu.org>
11663
11664 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
11665 (lispy_kana_keys): Comment out.
11666 (make_lispy_event) [XK_kana_A]: Comment out.
11667
11668 * xterm.c (xaw_scroll_callback): Cast call_data.
11669 (XTread_socket): Deal with ASCII keysyms.
11670 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
11671
116722008-02-01 Dave Love <fx@gnu.org>
11673
11674 * xterm.c (Vx_keysym_table): New.
11675 (syms_of_xterm): Initialize it.
11676 (XTread_socket): Use it.
11677 From head: Eliminate incorrect optimization that tried to avoid
11678 decoding the output of X*LookupString.
11679 (x_get_font_repertory): Delete charset declaration.
11680
116812008-02-01 Kenichi Handa <handa@m17n.org>
11682
11683 * coding.c (detect_coding_charset): If only ASCII bytes are found,
11684 return 0.
11685 (Fdefine_coding_system_internal): Setup
11686 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
11687
116882008-02-01 Dave Love <fx@gnu.org>
11689
11690 * coding.c (Fcheck_coding_system): Doc fix.
11691
11692 * editfns.c (Finsert_byte): Return a proper value.
11693
116942008-02-01 Kenichi Handa <handa@m17n.org>
11695
11696 * coding.c (decode_coding): Fix args to translate_chars. Pay
11697 attention to Vstandard_translation_table_for_decode.
11698 (encode_coding): Fix args to translate_chars. Pay attention to
11699 Vstandard_translation_table_for_encode.
11700
11701 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
11702 SINGLE_BYTE_CHAR_P.
11703
11704 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
11705 not by SINGLE_BYTE_CHAR_P.
11706
11707 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
11708 SINGLE_BYTE_CHAR_P.
11709
11710 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
11711 SINGLE_BYTE_CHAR_P.
11712
11713 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
11714 by SINGLE_BYTE_CHAR_P.
11715
11716 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
11717 SINGLE_BYTE_CHAR_P.
11718
117192008-02-01 Dave Love <fx@gnu.org>
11720
11721 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
11722
117232008-02-01 Dave Love <fx@gnu.org>
11724
11725 * fns.c (Flanginfo): Fix typo.
11726
11727 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
11728
117292008-02-01 Kenichi Handa <handa@m17n.org>
11730
11731 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
11732 (detect_coding_emacs_mule, detect_coding_iso_2022)
11733 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
11734 incomplete byte sequence. Don't update *mask when correctly detected.
11735 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
11736 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
11737 (detect_coding, detect_coding_system): Adjust for the changes above.
11738
117392008-02-01 Kenichi Handa <handa@m17n.org>
11740
11741 * character.c (char_string): Rename from
11742 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
11743 (string_char): Rename from string_char.
11744
11745 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
11746 if C is greater than MAX_3_BYTE_CHAR.
11747 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
11748 string_char instead of string_char_with_unification.
11749
117502008-02-01 Dave Love <fx@gnu.org>
11751
11752 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
11753
117542008-02-01 Kenichi Handa <handa@m17n.org>
11755
11756 * keymap.c (push_key_description): Pay attention to force_multibyte.
11757
11758 * regex.c (re_search_2): Fix for the case of unibyte buffer.
11759
117602008-02-01 Dave Love <fx@gnu.org>
11761
11762 * charset.c (define_charset_internal): Rename `supprementary'.
11763
11764 * Makefile.in (lisp, shortlisp): Remove latin-N.
11765
117662008-02-01 Dave Love <fx@gnu.org>
11767
11768 * xfns.c (x_window, x_window): Use use_xim.
11769
11770 * xterm.c (use_xim): Initialize.
11771 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
11772 (x_term_init): Maybe set use_xim.
11773
11774 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
11775
117762008-02-01 Kenichi Handa <handa@m17n.org>
11777
11778 * search.c (search_buffer): Fix case-fold-search of multibyte
11779 characters.
11780 (boyer_moore): Rename the last argument to char_high_bits.
11781
117822008-02-01 Kenichi Handa <handa@m17n.org>
11783
11784 * xdisp.c (display_string): Fix for the case of zero width glyph.
11785
11786 * xfns.c (x_set_font): Change the error message of the case that
11787 x_new_fontset returns Qt.
11788
11789 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
11790 (Finternal_set_lisp_face_attribute): Use signal_error for the
11791 error of invalid fontset.
11792
11793 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
11794 fontset, return Qt.
11795
117962008-02-01 Dave Love <fx@gnu.org>
11797
11798 * unexelf.c (unexec): Make .got handling not SGI-specific.
11799
11800 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
11801
11802 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
11803
11804 * keyboard.c (read_key_sequence): Fix type error.
11805
11806 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
11807 type error.
11808
11809 * fontset.c (fontset_add): Return Lisp_Object.
11810
118112008-02-01 Dave Love <fx@gnu.org>
11812
11813 * charset.h (charset_ordered_list_tick): Declare extern.
11814
118152008-02-01 Kenichi Handa <handa@m17n.org>
11816
11817 The following changes (and some of 2008-02-01 changes of mine) are
11818 for handling syntax, category, and case conversion for unibyte
11819 characters by converting them to multibyte on the fly. With these
11820 changes, we don't have to setup syntax and case tables for unibyte
11821 characters in each language environment.
11822
11823 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
11824 multibyte if necessary.
11825
11826 * bytecode.c (Fbyte_code): Likewise.
11827
11828 * character.h (LEADING_CODE_LATIN_1_MIN)
11829 (LEADING_CODE_LATIN_1_MAX): New macros.
11830 (unibyte_to_multibyte_table): Extern it.
11831 (unibyte_char_to_multibyte): New macro.
11832 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
11833 (CHAR_LEADING_CODE): New macro.
11834 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
11835
11836 * character.c (unibyte_to_multibyte_table): New variable.
11837 (unibyte_char_to_multibyte): Move to character.h and define as macro.
11838 (multibyte_char_to_unibyte): If C is an eight-bit character,
11839 convert it to the corresponding byte value.
11840
11841 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
11842 not 1, signals an error. Update the elements of
11843 unibyte_to_multibyte_table.
11844 (init_charset_once): Initialize unibyte_to_multibyte_table.
11845 (syms_of_charset): Define the charset `iso-8859-1'.
11846
11847 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
11848 as is without converting it to unibyte. In a unibyte buffer,
11849 convert C to multibyte before checking the syntax.
11850
11851 * lisp.h (unibyte_char_to_multibyte): Delete extern.
11852
11853 * minibuf.c (Fminibuffer_complete_word): Use the macro
11854 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
11855
11856 * regex.h (struct re_pattern_buffer): New member target_multibyte.
11857
11858 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
11859 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
11860 that is zero, convert an eight-bit char to multibyte.
11861 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
11862 non-emacs case.
11863 (PATFETCH): Convert an eight-bit char to multibyte.
11864 (HANDLE_UNIBYTE_RANGE): New macro.
11865 (regex_compile): Setup the compiled pattern for multibyte chars
11866 even if the given regex string is unibyte. Use PATFETCH_RAW
11867 instead of PATFETCH in many places. To handle `charset'
11868 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
11869 only for ASCII chars.
11870 (analyse_first) <exactn>: Simplify because the compiled pattern
11871 is multibyte.
11872 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
11873 <charset>: Use CHAR_LEADING_CODE to get leading codes.
11874 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
11875 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
11876 multibyte always 1.
11877 (re_search_2): In emacs, set the locale variable multibyte to 1,
11878 otherwise to 0. New local variable target_multibyte. Check it
11879 to decide the multibyteness of STR1 and STR2. If
11880 target_multibyte is zero, convert unibyte chars to multibyte
11881 before translating and checking fastmap.
11882 (TARGET_CHAR_AND_LENGTH): New macro.
11883 (re_match_2_internal): In emacs, set the locale variable multibyte
11884 to 1, otherwise to 0. New local variable target_multibyte. Check
11885 it to decide the multibyteness of STR1 and STR2. Use
11886 TARGET_CHAR_AND_LENGTH to fetch a character from D.
11887 <charset, charset_not>: If multibyte is nonzero, check fastmap
11888 only for ASCII chars. Call bcmp_translate with
11889 target_multibyte, not with multibyte.
11890 <begline>: Declare the local variable C as `unsigned'.
11891 (bcmp_translate): Change the last arg name to target_multibyte.
11892
11893 * search.c (compile_pattern_1): Don't adjust the multibyteness of
11894 the regexp pattern and the matching target. Set cp->buf.multibyte
11895 to the multibyteness of the regexp pattern. Set
11896 cp->but.target_multibyte to the multibyteness of the matching target.
11897 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
11898 FETCH_STRING_CHAR_ADVANCE.
11899 (Freplace_match): Convert unibyte chars to multibyte.
11900
11901 * syntax.c (char_quoted, back_comment, scan_words)
11902 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
11903 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
11904 unibyte chars to multibyte.
11905 (skip_chars): Delete the arg syntaxp, and move the code for
11906 handling syntaxes to skip_syntaxes. Change callers.
11907 Fix the case that the multibyteness of STRING and the current
11908 buffer doesn't match.
11909 (skip_syntaxes): New function.
11910 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
11911 SINGLE_BYTE_CHAR_P.
11912
119132008-02-01 Kenichi Handa <handa@m17n.org>
11914
11915 * xfaces.c (QCfontset): New variable.
11916 (LFACE_FONTSET): New macro.
11917 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
11918 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
11919 (Finternal_set_lisp_face_attribute)
11920 (Finternal_get_lisp_face_attribute): Handle QCfontset.
11921 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
11922 check also LFACE_FONTSET_INDEX.
11923 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
11924 attrs[LFACE_FONT_INDEX].
11925 (syms_of_xfaces): Intern and staticpro QCfontset.
11926
11927 * dispextern.h (enum lface_attribute_index): New member
11928 LFACE_FONTSET_INDEX.
11929
11930 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
11931
119322008-02-01 Kenichi Handa <handa@m17n.org>
11933
11934 * coding.c (coding_set_destination): Fix coding->destination for
11935 the case converting a region.
11936 (encode_coding_utf_8): Encode eight-bit chars as single byte.
11937 (encode_coding_object): Fix coding->dst_pos and
11938 coding->dst_pos_byte for the case converting a region.
11939
11940 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
11941
11942 * character.h (BYTE8_STRING): New macro.
11943
11944 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
11945
119462008-02-01 Kenichi Handa <handa@m17n.org>
11947
11948 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
11949 characters by octal form.
11950
11951 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
11952
11953 * buffer.h (_fetch_multibyte_char_len): Delete extern.
11954 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
11955 _fetch_multibyte_char_len.
11956 (FETCH_CHAR_AS_MULTIBYTE): New macro.
11957
11958 * casetab.c (set_canon, set_identity, shuffle): Simplify.
11959
11960 * casefiddle.c (casify_object): Simplify. Handle the case that
11961 the case conversion change the byte length.
11962 (casify_region): Likewise.
11963
11964 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
11965
11966 * character.c (_fetch_multibyte_char_len): Delete this variable.
11967 (syms_of_character): Setup Vprintable_chars.
11968
11969 * editfns.c (Fchar_equal): Fix for the unibyte case.
11970 (Finsert_byte): New function.
11971 (syms_of_editfns): Defsubr it.
11972
11973 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
11974 of direct code 0x3ffff.
11975
11976 * search.c (Freplace_match): Fix for the unibyte case.
11977
119782008-02-01 Kenichi Handa <handa@m17n.org>
11979
11980 * lread.c (safe_to_load_p): Fix the logic.
11981
11982 * syntax.c (scan_words): Don't treat characters belonging to
11983 different scripts as constituting a word.
11984
11985 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
11986
11987 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
11988
11989 * emacs.c (main): In the case of --unibyte, instead of aborting on
11990 finding non-empty buffer, make it unibyte.
11991
119922008-02-01 Kenichi Handa <handa@m17n.org>
11993
11994 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
11995 to create a fontset.
11996
119972008-02-01 Dave Love <fx@gnu.org>
11998
11999 * character.c (Funibyte_char_to_multibyte): Doc fix.
12000
12001 * xfns.c [HAVE_STDLIB_H]: Fix last change.
12002
120032008-02-01 Kenichi Handa <handa@m17n.org>
12004
12005 * fontset.c (fontset_add): Make the type `int'.
12006 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
12007
12008 * character.c (unibyte_char_to_multibyte)
12009 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
12010 charset_unibyte, not charset_primary.
12011
12012 * charset.h (charset_unibyte): Extern it instead of charset_primary.
12013
12014 * charset.c (charset_unibyte): Rename from charset_primary.
12015 (Funibyte_charset): Rename from Fprimary_charset.
12016 (Fset_unibyte_charset): Rename from Fset_primary_charset.
12017 (syms_of_charset): Adjust for the above changes.
12018
12019 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
12020 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
12021 it->multibyte_p is zero.
12022
12023 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
12024 Delete extern.
12025
120262008-02-01 Kenichi Handa <handa@m17n.org>
12027
12028 * coding.c (Fdefine_coding_system_internal): Fix category setting
12029 for a coding system of type iso-2022.
12030
120312008-02-01 Kenichi Handa <handa@m17n.org>
12032
12033 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
12034
120352008-02-01 Kenichi Handa <handa@m17n.org>
12036
12037 * syntax.c (Vnext_word_boundary_function_table): New variable.
12038 (next-word-boundary-function-table): Declare it as a Lisp variable
12039 in syms_of_syntax.
12040 (scan_words): Call functions in Vnext_word_boundary_function_table
12041 if any.
12042
12043 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
12044
12045 * fontset.c (fs_load_font): If fontp->charset is not negative,
12046 return fontp without setting its members.
12047
120482008-02-01 Dave Love <fx@gnu.org>
12049
12050 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
12051
12052 * m/sparc.h (HAVE_ALLOCA): Delete.
12053
12054 * s/irix6-5.h: Don't include strings.h.
12055 (bcopy, bzero, bcmp): Don't undef.
12056
12057 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
12058
12059 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
12060 (TIOCSIGSEND): Don't test IRIX6.
12061 (bcopy, bzero, bcmp): Define conditionally.
12062
120632008-02-01 Kenichi Handa <handa@m17n.org>
12064
12065 * buffer.c (Qas, Qmake, Qto): New variables.
12066 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
12067 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
12068
12069 * callproc.c (Fcall_process): Don't call insert_1_both directly if
12070 we are inserting a process output into a multibyte buffer.
12071
12072 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
12073 multibyte_char_to_unibyte.
12074
12075 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
12076 by the primary charset, make it eight-bit char.
12077 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
12078
12079 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
12080 (charset_8_bit__control, charset_8_bit_graphic)
12081 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
12082 (define_charset_internal): New function.
12083 (syms_of_charset): Call define_charset_internal for pre-defined
12084 charsets.
12085
12086 * charset.h (charset_8_bit): Extern it.
12087
12088 * coding.c (make_conversion_work_buffer): Adjust for the change
12089 of Fset_buffer_multibyte.
12090 (encode_coding_raw_text): Increment p0 in the loop.
12091
12092 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
12093
12094 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
12095 for the change of Fset_buffer_multibyte.
12096
12097 * fns.c (Fstring_to_multibyte): New function.
12098 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
12099
121002008-02-01 Dave Love <fx@gnu.org>
12101
12102 * xfns.c (x_put_x_image): Declare args.
12103
12104 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
12105 (try_font_list): Declare an arg.
12106
12107 * xdisp.c (message2_nolog, set_message): Declare an arg.
12108
12109 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
12110
12111 * syntax.c (scan_sexps_forward): Declare an arg.
12112
12113 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
12114 Declare an arg.
12115
12116 * lisp.h (Fnew_fontset): Declare.
12117
12118 * keymap.c (push_key_description): Call CHARACTERP correctly.
12119
12120 * fontset.c (fontset_add): Declare args. Call make_number correctly.
12121 (face_for_char): Delete unused vars.
12122 (Fset_fontset_font): Doc fix. Delete unused vars.
12123
12124 * doc.c (Fsubstitute_command_keys): Delete unused vars.
12125
12126 * composite.c (update_compositions): Declare arg.
12127
12128 * cm.c (calccost, cmgoto): Declare args.
12129
12130 * charset.c: Remove `emacs' conditional. Doc fixes.
12131 (map_char_table_for_charset): Declare.
12132
12133 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
12134
12135 * ccl.c: Remove `emacs' conditional.
12136
121372008-02-01 Kenichi Handa <handa@m17n.org>
12138
12139 The following changes are to allow specifying multiple font
12140 patterns for a character range (specified by script or charset).
12141
12142 * Makefile.in (abbrev.o): Depend on syntax.h.
12143 (xfaces.o): Depend on charset.h.
12144
12145 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
12146 SINGLE_BYTE_CHAR_P.
12147
12148 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
12149
12150 * character.h (Vchar_script_table): Extern it.
12151
12152 * character.c (Vscript_alist): Delete.
12153 (Vchar_script_table, Qchar_script_table): New variable.
12154 (syms_of_character): Declare Vchar_script_table as a lisp variable
12155 and initialize it.
12156
12157 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
12158 have property char-table-extra-slots, make no extra slot.
12159
12160 * dispextern.h (struct face): Delete member `charset'.
12161 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
12162 SINGLE_BYTE_CHAR_P.
12163 (choose_face_font, lookup_non_ascii_face, font_name_registry):
12164 Add prototypes.
12165 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
12166 (generate_ascii_font_name): Rename from generate_ascii_font.
12167
12168 * fontset.h (get_font_repertory_func): New prototype.
12169 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
12170 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
12171
12172 * fontset.c (Qprepend, Qappend): New variables.
12173 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
12174 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
12175 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
12176 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
12177 (fontset_ref_and_range, fontset_add, reorder_font_vector)
12178 (load_font_get_repertory): New functions.
12179 (fontset_set): Delete.
12180 (fontset_face): New arg FACE. Return face ID, not face.
12181 Complete re-write to handle new fontset structure. Change caller.
12182 (free_face_fontset): Use ASET istead of AREF (X) = Y.
12183 (face_for_char): Don't call lookup_face.
12184 (make_fontset_for_ascii_face): New arg FACE.
12185 (fs_load_font): New arg CHARSET_ID. Don't check
12186 Vfont_encoding_alist here.
12187 (find_font_encoding): New function.
12188 (list_fontsets): Use STRINGP, not ! NILP.
12189 (accumulate_script_ranges): New function.
12190 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
12191 re-written to handle new fontset structure.
12192 (Ffontset_font): Return a copy of element.
12193 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
12194 docstring of font-encoding-alist.
12195
12196 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
12197 (Fset_fotset_font): Fix arguments to 5.
12198
12199 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
12200
12201 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
12202 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
12203 (highlight_trailing_whitespace): Adjust for the change of
12204 lookup_named_face.
12205
12206 * xfaces.c: Include charset.h.
12207 (load_face_font): Delete argument C. Change caller.
12208 (generate_ascii_font_name): Rename from generate_ascii_font.
12209 (font_name_registry): New function.
12210 (cache_face): Store ascii faces before non-ascii faces in buckets.
12211 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
12212 Lookup only ascii faces.
12213 (lookup_non_ascii_face): New function.
12214 (lookup_named_face): Delete argument C. Change caller.
12215 (lookup_derived_face): Delete argument C. Change caller.
12216 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
12217 a string, just call font_list with it.
12218 (choose_face_font): Delete arguments FACE and C. New arg
12219 FONT_SPEC. Change caller.
12220 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
12221 Change caller.
12222 (realize_non_ascii_face): New function.
12223 (realize_x_face): Call load_face_font here.
12224 (realize_tty_face): Delete argument C. Change caller.
12225 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
12226 get a face ID.
12227 (dump_realized_face): Don't print charset of FACE.
12228
12229 * xfns.c (x_set_font): Always call x_new_fontset and
12230 store_frame_parameter.
12231 (Fx_create_frame): Call x_new_fontset, not x_new_font.
12232 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
12233
12234 * xterm.h (x_get_font_repertory): Extern it.
12235
12236 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
12237 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
12238 it->multibyte_p is zero.
12239 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
12240 (x_new_fontset): If FONTSETNAME doesn't match any existing
12241 fontsets, create a new one.
12242 (x_get_font_repertory): New function.
12243
122442008-02-01 Kenichi Handa <handa@m17n.org>
12245
12246 * coding.c (Ffind_coding_systems_region_internal): Detect an
12247 ASCII only string correctly.
12248
12249 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
12250 version is 0.
12251
122522008-02-01 Kenichi Handa <handa@m17n.org>
12253
12254 * lread.c: Include "coding.h".
12255 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
12256 (load_each_byte, unread_char): New variables.
12257 (readchar_backlog): Delete.
12258 (readchar): Return a character unless load_each_byte is nonzero.
12259 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
12260 cons. If unread_char is not -1, simply return it.
12261 (unreadchar): Handle the case that readcharfun is
12262 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
12263 (read_multibyte): Delete.
12264 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
12265 (read_emacs_mule_char): New functions.
12266 (Fload): Even if the file doesn't have the extension ".elc", if
12267 safe_to_load_p returns a positive version number, assume that the
12268 file contains bytecompiled code. If the version is less than 22,
12269 load the file while decoding multibyte sequences by emacs-mule.
12270 (readevalloop): Don't use readchar_backlog.
12271 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
12272 (Fread_from_string): Pay attention to the case that STREAM is a cons.
12273 (read_escape): Delete the arg BYTEREP.
12274 (read1): Set load_each_byte to 1 temporarily while handling
12275 #@NUMBER. Don't call read_multibyte.
12276 (read_vector): Call Fread with a cons. If readcharfun is
12277 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
12278 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
12279 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
12280 and Qload_force_doc_strings.
12281
122822008-02-01 Kenichi Handa <handa@m17n.org>
12283
12284 * xdisp.c (face_before_or_after_it_pos): Call
12285 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
12286
122872008-02-01 Kenichi Handa <handa@m17n.org>
12288
12289 * character.h (TRAILING_CODE_P): New macro.
12290 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
12291 (string_char_with_unification): Fix prototype.
12292 (Vscript_alist): Extern it.
12293
12294 * character.c (Vscript_alist): New variable.
12295 (string_char_with_unification, str_as_unibyte)
12296 (string_escape_byte8): Add `const' to local variables.
12297 (syms_of_character): Declare script-alist as a Lisp variable.
12298
12299 * charset.h (Vcharset_ordered_list): Extern it.
12300 (charset_ordered_list_tick): Extern it.
12301 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
12302 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
12303 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
12304 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
12305 (Funify_charset): Adjust for the change of Funify_charset.
12306
12307 * charset.c (charset_ordered_list_tick): New variable.
12308 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
12309 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
12310 deunify intead of unify a charset.
12311 (string_xstring_p): Add `const' to local variables.
12312 (find_charsets_in_text): Add `const' to arguments and local variables.
12313 (encode_char): Adjust for the change of Funify_charset. Fix
12314 detecting of invalid code.
12315 (Fset_charset_priority): Increment charset_ordered_list_tick.
12316 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
12317 and TO_CODE.
12318
12319 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
12320 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
12321 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
12322 (decode_coding_ccl, consume_chars)
12323 (Ffind_coding_systems_region_internal)
12324 (Fcheck_coding_systems_region): Add `const' to local variables.
12325
12326 * print.c (print_object): Use octal form for printing the
12327 contents of a bool vector.
12328
123292008-02-01 Dave Love <fx@gnu.org>
12330
12331 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
12332 <version == 20>: Refuse to load.
12333
123342008-02-01 Dave Love <fx@gnu.org>
12335
12336 * fns.c: Move coding.h.
12337 (Qcodeset, Qdays, Qmonths): New.
12338 (concat): Use CHARACTERP instead of INTEGERP.
12339 (Flocale_codeset): Delete.
12340 (Flanginfo): New function.
12341 (syms_of_fns): Change accordingly.
12342
12343 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
12344
123452008-02-01 Dave Love <fx@gnu.org>
12346
12347 * casetab.c (init_casetab_once, init_casetab_once): Fix
12348 CHAR_TABLE_SET call.
12349
12350 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
12351
12352 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
12353
12354 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
12355 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
12356 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
12357
12358 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
12359
12360 * coding.c (ENCODE_DESIGNATION, decode_eol)
12361 (make_conversion_work_buffer, code_conversion_restore)
12362 (Fdefine_coding_system_internal): Convert Lisp types.
12363 (code_conversion_restore): Use EQ, not ==.
12364 (Fencode_coding_string): Fix code_convert_string call.
12365
12366 * coding.h (code_convert_region): Fix prototype.
12367
12368 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
12369
12370 * fontset.c (fontset_ref, fontset_set, fs_load_font)
12371 (Ffontset_info): Convert Lisp types.
12372
12373 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
12374
12375 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
12376
12377 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
12378
12379 * chartab.c: Include "...h", not <...h> in some cases.
12380
12381 * callproc.c (Fcall_process): Remove unused variables.
12382
123832008-02-01 Dave Love <fx@gnu.org>
12384
12385 * coding.c (Fset_coding_system_priority): Allow null arg list.
12386
123872008-02-01 Dave Love <fx@gnu.org>
12388
12389 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
12390 (Fself_insert_and_exit): Use CHARACTERP.
12391
12392 * callproc.c (Fcall_process): Remove unused vars.
12393
12394 * xterm.c (XTread_socket): Add extra dead keysyms.
12395
12396 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
12397
12398 * dispextern.h: Remove prototypes for redraw_frame,
12399 redraw_garbaged_frames.
12400
12401 * cmds.c (Fself_insert_command): Use CHARACTERP.
12402
12403 * chartab.c (make_sub_char_table): Remove unused var.
12404 (Fset_char_table_default, Fmap_char_table): Doc fix.
12405
12406 * keymap.c (access_keymap): Remove generic char code.
12407 (push_key_description): Use CHARACTERP.
12408
124092008-02-01 Dave Love <fx@gnu.org>
12410
12411 * charset.c: Doc fixes.
12412 (Funify_charset): Extra checking.
12413
124142008-02-01 Dave Love <fx@gnu.org>
12415
12416 * lread.c: Remove some unused variables.
12417 (safe_to_load_p): If safe, return the magic number version byte.
12418 (Fload): Maybe use load-with-code-conversion.
12419
124202008-02-01 Kenichi Handa <handa@m17n.org>
12421
12422 * category.c (Fmodify_category_entry): Don't modify the contents
12423 of category_set for characters out of the range. Avoid
12424 unnecessary modification.
12425
12426 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
12427 Vchar_unify_table. The default value of the table is now nil.
12428
12429 * character.c (syms_of_character): Setup Vchar_width_table for
12430 eight-bit-control and raw-byte chars.
12431
12432 * charset.h (enum define_charset_arg_index): Delete
12433 charset_arg_parents and add charset_arg_subset and
12434 charset_arg_superset.
12435 (enum charset_attr_index): Delete charset_parents and add
12436 charset_subset and charset_superset.
12437 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
12438 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
12439 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
12440 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
12441 (CHARSET_SUPERSET): New macros.
12442 (charset_work): Extern it.
12443 (ENCODE_CHAR): Use charset_work.
12444 (CHAR_CHARSET_P): Adjust for the change of encoder format.
12445 (map_charset_chars): Extern it.
12446
12447 * charset.c (load_charset_map): Set the default value of encoder
12448 and deunifier char-tables to nil.
12449 (map_charset_chars): Change argument. Change callers. Use
12450 map_char_table_for_charset instead of map_char_table.
12451 (Fmap_charset_chars): New optional args from_code and to_code.
12452 (Fdefine_charset_internal): Adjust for the change of
12453 `define-charset' (:parents -> :subset or :superset).
12454 (charset_work): New variable.
12455 (encode_char, syms_of_charset): Adjust for the change of
12456 Fdefine_charset_internal.
12457 (Ffind_charset_string): Setup the vector `charsets' correctly.
12458
12459 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
12460 the previous change.
12461 (char_table_ref_and_range): Adjust for the above change.
12462 (map_sub_char_table_for_charset): New function.
12463 (map_char_table_for_charset): New function.
12464
12465 * keymap.c (describe_vector): Handle a char-table directly here.
12466 (describe_char_table): Delete.
12467
12468 * lisp.h (map_charset_chars): Delete.
12469
124702008-02-01 Dave Love <fx@gnu.org>
12471
12472 * fns.c (count_combining): Comment out (unused).
12473 (Flocale_codeset): New.
12474 (syms_of_fns): Defsubr it.
12475
12476 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
12477 (size_t): Remove.
12478
124792008-02-01 Dave Love <fx@gnu.org>
12480
12481 * Makefile.in (chartab.o): Depend on charset.h.
12482
124832008-02-01 Kenichi Handa <handa@m17n.org>
12484
12485 * character.c (syms_of_character): Set the default value of
12486 Vprintable_chars to Qnil.
12487
124882008-02-01 Dave Love <fx@gnu.org>
12489
12490 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
12491
124922008-02-01 Kenichi Handa <handa@m17n.org>
12493
12494 * charset.c (load_charset_map): Handle the case that from < to
12495 correctly.
12496
12497 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
12498 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
12499 Pay attention to raw-8-bit chars.
12500
125012008-02-01 Kenichi Handa <handa@m17n.org>
12502
12503 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
12504 It is not bytecompiled now.
12505
12506 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
12507 (charset_jisx0208): New variables.
12508 (Fdefine_charset_internal): Setup them if appropriate.
12509 (init_charset_once): Initialize them to -1.
12510
12511 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
12512 (charset_jisx0208): Extern them.
12513
12514 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
12515 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
12516 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
12517 (setup_iso_safe_charsets): Fix arguments to Fassq.
12518 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
12519 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
12520 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
12521 (encode_coding_iso_2022): Change the 1st arg to
12522 ENCODE_ISO_CHARACTER to a variable.
12523
125242008-02-01 Kenichi Handa <handa@m17n.org>
12525
12526 * charset.h (enum define_charset_arg_index): New enums
12527 charset_arg_min_code and charset_arg_max_code.
12528 (struct charset): New member char_index_offset.
12529
12530 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
12531 Take charset->char_index_offset into account.
12532 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
12533 args[charset_arg_max_code]. Setup charset.char_index_offset.
12534 (syms_of_charset): Fix args to Fdefine_charset_internal.
12535
125362008-02-01 Dave Love <fx@gnu.org>
12537
12538 * coding.c (decode_coding_utf_8): Reject overlong sequences.
12539
125402008-02-01 Dave Love <fx@gnu.org>
12541
12542 * coding.c: Doc fixes.
12543 (Fcoding_system_aliases): Fix return value.
12544 (Qmac): Remove (duplicated) definition.
12545
125462008-02-01 Dave Love <fx@gnu.org>
12547
12548 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
12549 functions.
12550
12551 * character.c (Fstring): Doc fix.
12552
12553 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
12554
12555 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
12556 ids.
12557 (font-encoding-alist): Doc fix.
12558
125592008-02-01 Dave Love <fx@gnu.org>
12560
12561 * term.c (costs_set): Declare static, non-initialized for pcc.
12562 (encode_terminal_code): Remove unused var.
12563
12564 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
12565 for K&R.
12566
12567 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
12568
12569 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
12570 (suffixes): Move out of make_subsidiaries for K&R.
12571
12572 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
12573
12574 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
12575
125762008-02-01 Dave Love <fx@gnu.org>
12577
12578 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
12579
12580 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
12581
125822008-02-01 Yong Lu <lyongu@asia-infonet.com>
12583
12584 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
12585
12586 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
12587
125882008-02-01 Kenichi Handa <handa@m17n.org>
12589
12590 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
12591 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
12592
125932008-02-01 Kenichi Handa <handa@m17n.org>
12594
12595 * coding.c (decode_coding_charset): Adjust for the change of
12596 Fdefine_coding_system_internal.
12597 (Fdefine_coding_system_internal): For a coding system of
12598 `charset' type, store a list of charset IDs in
12599 `charset_attr_charset_valids' element of coding attributes.
12600
126012008-02-01 Kenichi Handa <handa@m17n.org>
12602
12603 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
12604 (emacs_mule_char): New arg src. Delete arg `composition'. Change
12605 caller. Handle 2-byte and 3-byte charsets correctly.
12606 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
12607 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
12608 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
12609 (DECODE_EMACS_MULE_21_COMPOSITION): Call
12610 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
12611 sequence.
12612 (decode_coding_emacs_mule): Handle composition correctly. Rewind
12613 `src' and `consumed_chars' correctly before calling emacs_mule_char.
12614 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
12615 and alt&rule composition.
12616 (decode_coding_iso_2022): Handle composition correctly.
12617 (init_coding_once): Setup emacs_mule_bytes for private charsets.
12618
12619 * charset.c (Fdefine_charset_internal): Fix bug for the case of
12620 re-defining a charset. If the charset has :emacs-mule-id, setup
12621 emacs_mule_bytes.
12622 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
12623
126242008-02-01 Kenichi Handa <handa@m17n.org>
12625
12626 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
12627 (encode_coding_big5, encode_coding_charset): If coding requires safe
12628 encoding, produce a character specified by
12629 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
12630
126312008-02-01 Dave Love <fx@gnu.org>
12632
12633 * xterm.c (XSetIMValues): Declare.
12634
12635 * process.c: Conditionally include sys/wait.h, pty.h.
12636
12637 * print.c (print_object): Fix print format for 64-bit systems.
12638
12639 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
12640
12641 * buffer.c (emacs_strerror): Declare.
12642
12643 * fontset.c (Fclear_face_cache): Declare.
12644 (accumulate_font_info): Comment-out (unused).
12645 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
12646 variables.
12647
12648 * character.h (string_escape_byte8): Declare.
12649
12650 * charset.c (load_charset_map, load_charset_map_from_file): Remove
12651 unused vars.
12652 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
12653 (Fmap_charset_chars): Doc fix.
12654
12655 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
12656 (Fset_coding_system_priority, Fset_coding_system_priority)
12657 (Fdefine_coding_system_internal): Doc fix.
12658
126592008-02-01 Dave Love <fx@gnu.org>
12660
12661 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
12662
126632008-02-01 Kenichi Handa <handa@m17n.org>
12664
12665 * character.c (string_escape_byte8): Make multibyte string with
12666 correct size.
12667
12668 * charset.c (Fmake_char): Delete unnecessary code.
12669
126702008-02-01 Kenichi Handa <handa@m17n.org>
12671
12672 * xfns.c (x_encode_text): Allocate coding.destination here, and
12673 call encode_coding_object with dst_object Qnil.
12674
12675 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
12676 multibyte form correctly.
12677
12678 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
12679 against Vfont_encoding_alist.
12680
12681 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
12682 handling of charset list.
12683 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
12684 (decode_coding_object): Move point to coding->dst_pos before
12685 calling post-read-conversion function.
12686 (encode_coding_object): Give correct arguments to
12687 pre-write-conversion. Ignore the return value of
12688 pre-write-conversion function. Pay attention to the case that
12689 pre-write-conversion changes the current buffer. If dst_object is
12690 Qt, even if coding->src_bytes is zero, allocate at least one byte
12691 to coding->destination.
12692
12693 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
12694
12695 * charset.c (Fmake_char): Make it more backward compatible.
12696 (Fmap_charset_chars): Fix docstring.
12697
126982008-02-01 Dave Love <fx@gnu.org>
12699
12700 * coding.c: Doc fixes.
12701 (Fdefine_coding_system_alias): Use names, not symbols, in
12702 coding-system-alist.
12703
127042008-02-01 Kenichi Handa <handa@m17n.org>
12705
12706 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
12707 of calling free_realized_face.
12708
127092008-02-01 Yong Lu <lyongu@asia-infonet.com>
12710
12711 * charset.c (read_hex): Don't treat SPC as a comment starter.
12712 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
12713 (Fdecode_char): Fix typo.
12714
127152008-02-01 Kenichi Handa <handa@m17n.org>
12716
12717 * charset.h (struct charset): New member `code_space_mask'.
12718
12719 * coding.c (coding_set_source): Delete the local variable beg_byte.
12720 (encode_coding_charset, Fdefine_coding_system_internal):
12721 Delete the local variable charset.
12722 (Fdefine_coding_system_internal): Setup
12723 attrs[coding_attr_charset_valids] correctly.
12724
12725 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
12726 member to check if CODE is valid or not.
12727 (Fdefine_charset_internal): Initialize `code_space_mask' member.
12728 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
12729 is within the range of charset->min_code and carset->max_code.
12730
127312008-02-01 Dave Love <fx@gnu.org>
12732
12733 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
12734
12735 * dispextern.h (generate_ascii_font): Fix return type.
12736
12737 * xfaces.c (generate_ascii_font): Fix arg declaration.
12738
12739 * coding.c (coding_inherit_eol_type)
12740 (Fset_terminal_coding_system_internal)
12741 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
12742
127432008-02-01 Kenichi Handa <handa@m17n.org>
12744
12745 * coding.c (decode_coding_charset, encode_coding_charset): Handle
12746 multiple charsets correctly.
12747
127482008-02-01 Kenichi Handa <handa@m17n.org>
12749
12750 * search.c (boyer_moore): Fix handling of multibyte character
12751 translation.
12752
12753 * xdisp.c (display_mode_element): When the variable `elt' is
12754 changed, update `this' and `lisp_string'.
12755
127562008-02-01 Kenichi Handa <handa@m17n.org>
12757
12758 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
12759
12760 * callproc.c (Fcall_process): Be sure to give the current buffer
12761 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
12762
12763 * charset.c (struct charset_map_entries): New struct.
12764 (load_charset_map): Rename from parse_charset_map. New args
12765 entries and n_entries. Change caller.
12766 (load_charset_map_from_file): Rename from load_charset_map.
12767 Change caller. New arg control_flag. Call load_charset_map at
12768 the tail.
12769 (load_charset_map_from_vector): New function.
12770 (Fdefine_charset_internal): Setup charset.compact_codes_p.
12771 (encode_char): If the charset is compact, change a character index
12772 to a code point.
12773
12774 * coding.c (coding_alloc_by_making_gap): Check the case that the
12775 source and destination are the same correctly.
12776 (decode_coding_raw_text): Set coding->consumed_char and
12777 coding->consumed to 0.
12778 (produce_chars): If coding->chars_at_source is nonzero, update
12779 coding->consumed_char and coding->consumed before calling
12780 alloc_destination.
12781 (Fdefine_coding_system_alias): Register ALIAS in
12782 Vcoding_system_alist.
12783 (syms_of_coding): Define `no-conversion' coding system at the tail.
12784
12785 * fileio.c (Finsert_file_contents): Set coding_system instead of
12786 val. If the current buffer is multibyte, always call
12787 decode_coding_gap.
12788
12789 * xfaces.c (try_font_list): Give higher priority to fontset's
12790 family than face's family.
12791
127922008-02-01 Kenichi Handa <handa@m17n.org>
12793
12794 * callproc.c (Fcall_process): Be sure to give the current buffer
12795 to decode_coding_c_string.
12796
12797 * xfaces.c (try_font_list): Give a family specified in a fontset
12798 higher priority than a family specified in a face.
12799
128002008-02-01 Kenichi Handa <handa@m17n.org>
12801
12802 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
12803 Fix arguments to insert_from_buffer.
12804
12805 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
12806
128072008-02-01 Kenichi Handa <handa@m17n.org>
12808
12809 * coding.c (produce_chars): Set the variable `multibytep' correctly.
12810 (decode_coding_gap): Set coding->dst_multibyte correctly.
12811
128122008-02-01 Kenichi Handa <handa@m17n.org>
12813
12814 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
12815 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
12816 (encode_coding_utf_16): Substitute coding->default_char for
12817 non-Unicode characters.
12818 (decode_coding): Don't call record_insert here.
12819 (setup_coding_system): Initialize `surrogate' of
12820 coding->spec.utf_16 to 0.
12821 (EMIT_ONE_BYTE): Fix for multibyte case.
12822
12823 * insdel.c (insert_from_gap): Call record_insert.
12824
128252008-02-01 Kenichi Handa <handa@m17n.org>
12826
12827 * casefiddle.c (casify_region): Fix multibyte case.
12828
12829 * character.c (c_string_width): Add return type `int'.
12830 (char_string_with_unification): Delete arg ADVANCED.
12831
12832 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
12833 (CHAR_STRING): Adjust for the change of char_string_with_unification.
12834 (CHAR_STRING_ADVANCE): Make it do-while statement.
12835
12836 * chartab.c (sub_char_table_set_range): Optimize for the case
12837 DEPTH == 3. Add workaround code for a GCC optimization bug.
12838
12839 * charset.c (parse_charset_map): Remove an unused variable.
12840
12841 * coding.c: Delete unused variables.
12842
12843 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
12844 earlier. If inserted is zero and the coding system doesn't
12845 require flushing, don't call decode_coding_gap.
12846
12847 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
12848
128492008-02-01 Kenichi Handa <handa@m17n.org>
12850
12851 The following changes are for using Unicode as an internal
12852 character model, and use UTF-8 format for buffer/string
12853 representation.
12854
12855 * .gdbinit (xchartable): Adjust for the change of char table structure.
12856 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
12857
12858 * Makefile.in (obj): Add character.o and chartab.o.
12859 (lisp, shortlisp): Remove utf-8.elc.
12860 (*.o): For many files, change dependency on charset.h to
12861 character.h, and add dependency on character.h.
12862 (character.o, chartab.o): New targets.
12863
12864 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
12865 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
12866 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
12867 of "charset.h".
12868
12869 * dired.c, filelock.c: Include "character.h".
12870
12871 * alloc.c: Include "character.h" instead of "charset.h".
12872 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
12873 (syms_of_alloc): Remove defsubr for Smake_char_table.
12874
12875 * buffer.c: Include "character.h" instead of "charset.h", don't
12876 include "coding.h".
12877 (Fset_buffer_multibyte): Adjust for UTF-8.
12878
12879 * buffer.h: EXFUN Fbuffer_live_p.
12880
12881 * callproc.c: Include "character.h" instead of "charset.h".
12882 (Fcall_process): Big change for the new code-conversion APIs.
12883
12884 * casetab.c: Include "character.h" instead of "charset.h".
12885 (set_canon, set_identity, shuffle): Adjust for the new
12886 map_char_table spec.
12887 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
12888 accessing the char table structure.
12889
12890 * chartab.c: New file that implements char table.
12891
12892 * category.c: Include "character.h".
12893 (copy_category_entry): New function.
12894 (copy_category_table): Call map_char_table and copy_category_entry.
12895 (Fmake_category_table): Initialize all top-level slots.
12896 (char_category_set): New function.
12897 (modify_lower_category_set): Delete.
12898 (Fmodify_category_entry): Call char_table_ref_and_range.
12899
12900 * category.h (CATEGORY_SET): Just call char_category_set.
12901
12902 * ccl.c: Include "character.h".
12903 (Qccl, Qcclp): New variables.
12904 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
12905 it's less than 256.
12906 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
12907 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
12908 and DST type.
12909 (ccl_driver): Change types of argument, adjust code accordingly.
12910 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
12911 ccl_driver.
12912 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
12913
12914 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
12915 New members src_multibyte, dst_multibyte, consumed, and produced.
12916 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
12917 (CODING_SPEC_CCL_PROGRAM): New macro.
12918 (ccl_driver): Update prototype.
12919 (Qccl, Qcclp, Fccl_program_p): Extern them.
12920 (CHECK_CCL_PROGRAM): New macro.
12921
12922 * character.c, character.h, chartab.c: New files.
12923
12924 * charset.c: Mostly re-written. Move character and multibyte sequence
12925 handling codes to character.c.
12926
12927 * charset.h: Mostly re-written. Move character and multibyte sequence
12928 handling codes to character.h.
12929
12930 * coding.c, coding.h: Mostly re-written.
12931
12932 * composite.c: Include "character.h" instead of "charset.h".
12933 (CHAR_WIDTH): Move to character.h.
12934 (HASH_KEY, HASH_VALUE): Delete.
12935
12936 * composite.h (enum composition_method): Change order of enumeration
12937 symbols.
12938
12939 * data.c: Include "character.h" instead of "charset.h".
12940 (Faref): Call CHAR_TABLE_REF for a char table.
12941 (Faset): Call CHAR_TABLE_SET for a char table.
12942
12943 * dispextern.h (free_realized_face, check_face_attribytes)
12944 (generate_ascii_font): Extern them.
12945 (free_realized_multibyte_face): Delete extern.
12946
12947 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
12948 table structure.
12949
12950 * editfns.c: Include "character.h" instead of "charset.h".
12951 (Fchar_to_string): Always call CHAR_STRING.
12952
12953 * emacs.c (main): Call init_charset_once, init_charset,
12954 syms_of_chartab, and syms_of_character.
12955
12956 * fileio.c: Include "character.h" instead of "charset.h".
12957 (Finsert_file_contents): Big change for the new code-conversion API.
12958 (choose_write_coding_system, Fwrite_region): Likewise.
12959 (build_annotations_2): Delete.
12960 (e_write): Big change for the new code-conversion API.
12961
12962 * fns.c: Include "character.h" instead of "charset.h".
12963 (copy_sub_char_table): Move to chartab.c.
12964 (Fcopy_sequence): Call copy_char_table for a char table.
12965 (concat): Delete codes calling count_multibyte.
12966 (string_char_to_byte, string_byte_to_char): Adjust for the new
12967 multibyte form.
12968 (internal_equal): Adjust for the change of char table structure.
12969 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
12970 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
12971 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
12972 (char_table_translate, optimize_sub_char_table)
12973 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
12974 chartab.c.
12975 (char_table_ref_and_index): Delete.
12976 (HASH_KEY, HASH_VALUE): Move to lisp.h.
12977 (Fmd5): Call preferred_coding_system instead of accessing
12978 Vcoding_category_list. Adjust for the new code-conversion API.
12979 (syms_of_fns): Move defsubr for char table related functions to
12980 chartab.c.
12981
12982 * fontset.c: Mostly re-written.
12983
12984 * fontset.h (struct font_info): Change type of the member encoding_type.
12985 (enum FONT_SPEC_INDEX): New enum.
12986 (fontset_font_pattern, fs_load_font): Update prototype.
12987 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
12988
12989 * indent.c: Include "character.h" instead of "charset.h".
12990 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
12991
12992 * insdel.c: Include "character.h" instead of "charset.h".
12993 (copy_text): Don't refer to Vnonascii_translation_table.
12994 (insert_from_gap): New function.
12995
12996 * keyboard.c: Include "character.h" instead of "charset.h".
12997 (command_loop_1): Never call direct_output_forward_char before
12998 a non-ASCII character.
12999 (read_char): If Vkeyboard_translate_table is a char table, always
13000 translate a character.
13001
13002 * keymap.c: Include "character.h".
13003 (store_in_keymap): Handle the case that IDX is a cons.
13004 (Fdefine_key): Handle the case that KEY is a cons and the car part
13005 is also a cons (range).
13006 (push_key_description): Adjust for the new character code.
13007 (describe_vector): Call describe_char_table for a char table.
13008 (describe_char_table): New function.
13009
13010 * keymap.h (describe_char_table): Extern it.
13011
13012 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
13013 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
13014 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
13015 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
13016 Delete.
13017 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
13018 structure.
13019 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
13020 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
13021 (CHARTAB_SIZE_BITS_3): New macros.
13022 (chartab_size): Extern it.
13023 (struct Lisp_Char_Table): Re-design.
13024 (struct Lisp_Sub_Char_Table): New structure.
13025 (HASH_KEY, HASH_VALUE): Move from fns.c.
13026 (CHARACTERBITS): Define as 22.
13027 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
13028 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
13029 (GC_SUB_CHAR_TABLE_P): New macro.
13030 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
13031 (code_convert_string_norecord): Deleted extern.
13032 (init_character_once, syms_of_character, init_charset)
13033 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
13034
13035 * lread.c: Include "character.h".
13036 (read_multibyte): New arg NBYTES.
13037 (read_escape): Change the meaning of returned *BYTEREP.
13038 (to_multibyte): Delete.
13039 (read1): Adjust the handling of char table and string.
13040
13041 * print.c: Include "character.h" instead of "charset.h".
13042 (print_string): Convert 8-bit raw bytes to octal form by
13043 string_escape_byte8.
13044 (print_object): Adjust for the new multibyte form. Print 8-bit
13045 raw bytes always in octal form. Handle sub char table correctly.
13046
13047 * process.c: Include "character.h" instead of "charset.h".
13048 (read_process_output, send_process): Adjust for the new
13049 code-conversion API.
13050
13051 * puresize.h (BASE_PURESIZE): Increase.
13052
13053 * regex.c: Include "character.h" instead of "charset.h".
13054 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
13055 (regex_compile): Accept a range whose starting and ending
13056 character have different leading bytes.
13057 (analyse_first): Adjust for the above change.
13058
13059 * search.c: Include "character.h" instead of "charset.h".
13060 (search_buffer, boyer_moore): Adjust for the new multibyte form.
13061 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
13062
13063 * syntax.c: Include "character.h" instead of "charset.h".
13064 (syntax_parent_lookup): Delete.
13065 (Fmodify_syntax_entry): Accept a cons as CHAR.
13066 (skip_chars): Adjust for the new multibyte form.
13067 (init_syntax_once): Call char_table_set_range instead of directly
13068 accessing the structure of a char table.
13069
13070 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
13071 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
13072 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
13073 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
13074
13075 * term.c: Include "buffer.h" and "character.h".
13076 (encode_terminal_code, write_glyphs): Adjust for the new
13077 code-conversion API.
13078 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
13079
13080 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
13081
13082 * xdisp.c: Include "character.h".
13083 (get_next_display_element): Adjust for the new multibyte form.
13084 (disp_char_vector): Adjust for the new char table structure.
13085 (decode_mode_spec_coding): Adjust for the new structure of
13086 coding system.
13087 (decode_mode_spec): Adjust for the new code-conversion API.
13088
13089 * xfaces.c: Include "character.h" instead of "charset.h".
13090 (load_face_font): Adjust for the change of choose_face_font and
13091 FS_LOAD_FONT.
13092 (generate_ascii_font): New function.
13093 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
13094 (set_font_frame_param): Adjust for the change of choose_face_font.
13095 (free_realized_face): Make it public.
13096 (free_realized_faces_for_fontset): Rename from
13097 free_realized_multibyte_face. Free also faces realized for ASCII.
13098 (choose_face_font): Change arguments. Adjust for the change of
13099 fontset_font_pattern and FS_LOAD_FONT.
13100
13101 * xfns.c: Include "character.h".
13102 (x_encode_text): Adjust for the new code-conversion API.
13103
13104 * xselect.c: Don't include "charset.h".
13105 (selection_data_to_lisp_data): Adjust for the new code conversion API.
13106
13107 * xterm.c: Include "character.h".
13108 (x_encode_char): New argument CHARSET. Change caller.
13109 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
13110 Call ENCODE_CHAR instead of SPLIT_CHAR.
13111 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
13112 CHAR_WIDTH instead of CHARSET_WIDTH.
13113 (XTread_socket): Adjust for the new code-conversion API.
13114 (x_new_font): Adjust for the change of FS_LOAD_FONT.
13115 (x_load_font): Adjust for the change of struct font.
13116
131172008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * xfaces.c (face_at_buffer_position): Remove unused vars.
13120
131212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13122
13123 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
13124 Fix overflow checking.
13125
131262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13127
13128 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
13129 Cancel previous change.
13130
131312008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
13132
13133 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
13134 ccl->eight_bit_control. Fix check for buffer overflow.
13135 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
13136 (ccl_driver): Initialize extra_bytes to 0.
13137
131382008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
13139
13140 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
13141 return it ORed with ctrl_modifier.
13142
131432008-01-29 Miles Bader <miles@gnu.org>
13144
13145 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
13146
131472008-01-28 Jason Rumney <jasonr@gnu.org>
13148
13149 * w32.c (stat): Don't double check for networked drive.
13150
131512008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * window.c (run_window_configuration_change_hook): New function.
13154 Code extracted from set_window_buffer. Set the selected frame.
13155 (set_window_buffer): Use it.
13156 * window.h (run_window_configuration_change_hook): Declare.
13157 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
13158
13159 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
13160
131612008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
13162
13163 * Makefile.in: Remove references to unused macros.
13164
131652008-01-26 Eli Zaretskii <eliz@gnu.org>
13166
13167 * w32.c (g_b_init_get_sid_sub_authority)
13168 (g_b_init_get_sid_sub_authority_count): New static variables.
13169 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
13170 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
13171 (init_user_info): Use them to retrieve uid and gid.
13172 Use 500/513, the Windows defaults, as Administrator's uid/gid.
13173 (fstat): Use pw_uid and pw_gid from the_passwd structure for
13174 st_uid and st_gid of the file.
13175
131762008-01-26 Jason Rumney <jasonr@gnu.org>
13177
13178 * w32.c (logon_network_drive): New function.
13179 (stat): Use it.
13180
131812008-01-26 Chong Yidong <cyd@stupidchicken.com>
13182
13183 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
13184 invisible text covered with an ellipsis.
13185
131862008-01-25 Richard Stallman <rms@gnu.org>
13187
13188 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
13189 jump back to beginning. Move some other initializations after that.
13190 (Qwindow_text_change_functions, Vwindow_text_change_functions):
13191 New variables.
13192 (syms_of_xdisp): Init them.
13193
13194 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
13195
13196 * buffer.c (reset_buffer_local_variables):
13197 Implement `permanent-local-hook'.
13198 (Qpermanent_local_hook): New variable.
13199 (syms_of_buffer): Init and staticpro it.
13200
132012008-01-25 Michael Albinus <michael.albinus@gmx.de>
13202
13203 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
13204
132052008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
13206
13207 * fns.c (Fclrhash): Return TABLE.
13208
132092008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13210
13211 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
13212 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
13213 is set even without positional changes.
13214 (x_scroll_bar_clear): Set bar->redraw_needed_p.
13215
13216 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
13217
132182008-01-23 Jason Rumney <jasonr@gnu.org>
13219
13220 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
13221
13222 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
13223 the unicode range available in MULE by locale-coding-system.
13224 Improve dbcs lead byte detection. Set event timestamp and modifiers
13225 earlier.
13226
132272008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13228
13229 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
13230 [MAC_OSX] (init_mac_osx_environment): Initialize it.
13231 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
13232 when used on child processes.
13233
132342008-01-21 Michael Albinus <michael.albinus@gmx.de>
13235
13236 * dbusbind.c (Fdbus_method_return_internal): Rename from
13237 Fdbus_method_return.
13238 (Fdbus_unregister_object): Move to dbus.el.
13239 (Fdbus_call_method, Fdbus_method_return_internal)
13240 (Fdbus_send_signal): Improve debug messages.
13241
132422008-01-20 Martin Rudalics <rudalics@gmx.at>
13243
13244 * undo.c (undo_inhibit_record_point): New variable.
13245 (syms_of_undo): Initialize it.
13246 (record_point): Don't record point when undo_inhibit_record_point
13247 is set.
13248
132492008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
13252
13253 * xdisp.c (Qauto_hscroll_mode): New var.
13254 (syms_of_xdisp): Initialize it.
13255 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
13256 window's buffer.
13257 (hscroll_windows): Don't check automatic_hscrolling_p here.
13258
13259 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
13260 vscroll if we're setting window-buffer to the value it already has.
13261
132622008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
13263
13264 * m/intel386.h: Remove references to XENIX.
13265
132662008-01-17 Andreas Schwab <schwab@suse.de>
13267
13268 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
13269 instead of HAVE_X86_64_LIB64_DIR.
13270 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
13271
132722008-01-17 Glenn Morris <rgm@gnu.org>
13273
13274 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
13275 to HAVE_X86_64_LIB64_DIR.
13276
132772008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
13278
13279 * s/irix3-3.h:
13280 * s/irix4-0.h:
13281 * s/386-ix.h:
13282 * s/domain.h:
13283 * s/hpux9-x11r4.h:
13284 * s/hpux9shxr4.h: Remove files for systems no longer supported.
13285
13286 * sysdep.c: Remove code containing references to symbols defined
13287 by unsupported systems.
13288
132892008-01-16 Glenn Morris <rgm@gnu.org>
13290
13291 * coding.c (select-safe-coding-system-function): Doc fix.
13292
132932008-01-15 Glenn Morris <rgm@gnu.org>
13294
13295 * config.in: Revert 2008-01-13 change: this is a generated file.
13296
132972008-01-13 Tom Tromey <tromey@redhat.com>
13298
13299 * lisp.h: Fix typo.
13300
133012008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
13302
13303 * m/sequent-ptx.h:
13304 * m/sequent.h:
13305 * s/ptx.h:
13306 * s/ptx4-2.h:
13307 * s/ptx4.h: Remove files for systems no longer supported.
13308
13309 * callproc.c (Fcall_process): Fix previous change.
13310
133112008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
13312
13313 * unexsunos4.c: Remove file, system not supported anymore.
13314
13315 * m/mips.h:
13316 * m/intel386.h:
13317 * callproc.c:
13318 * config.in:
13319 * ecrt0.c:
13320 * emacs.c:
13321 * fileio.c:
13322 * frame.c:
13323 * getpagesize.h:
13324 * keyboard.c:
13325 * lread.c:
13326 * process.c:
13327 * puresize.h:
13328 * sysdep.c:
13329 * systty.h:
13330 * syswait.h:
13331 * unexec.c:
13332 * xdisp.c:
13333 * alloc.c: Remove code containing references to symbols defined by
13334 unsupported systems.
13335
133362008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
13337
13338 * coding.c (detect_coding_mask): Fix previous change.
13339
133402008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
13341
13342 * coding.c (detect_coding_iso2022): New arg
13343 latin_extra_code_state. Allow Latin extra codes only
13344 when *latin_extra_code_state is nonzero.
13345 (detect_coding_mask): If there is a NULL byte, detect the encoding
13346 as UTF-16 or binary. If Latin extra codes exist, detect the
13347 encoding as ISO-2022 only when there's no other proper encoding is
13348 found.
13349
133502008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13351
13352 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
13353 #ifdef MAC_OS.
13354
133552008-01-08 Richard Stallman <rms@gnu.org>
13356
13357 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
13358
133592008-01-06 Nick Roberts <nickrob@snap.net.nz>
13360
13361 * keyboard.c (parse_menu_item): Don't enclose key bindings on
13362 menu bar in parentheses.
13363
133642008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13365
13366 * m/7300.h:
13367 * m/acorn.h:
13368 * m/alliant-2800.h:
13369 * m/alliant.h:
13370 * m/alliant1.h:
13371 * m/alliant4.h:
13372 * m/altos.h:
13373 * m/amdahl.h:
13374 * m/apollo.h:
13375 * m/att3b.h:
13376 * m/aviion-intel.h:
13377 * m/aviion.h:
13378 * m/celerity.h:
13379 * m/clipper.h:
13380 * m/cnvrgnt.h:
13381 * m/convex.h:
13382 * m/cydra5.h:
13383 * m/delta88k.h:
13384 * m/dpx2.h:
13385 * m/dual.h:
13386 * m/elxsi.h:
13387 * m/f301.h:
13388 * m/gould-np1.h:
13389 * m/gould.h:
13390 * m/i860.h:
13391 * m/ibmps2-aix.h:
13392 * m/ibmrt-aix.h:
13393 * m/ibmrt.h:
13394 * m/irist.h:
13395 * m/is386.h:
13396 * m/isi-ov.h:
13397 * m/mega68.h:
13398 * m/mg1.h:
13399 * m/news-r6.h:
13400 * m/news-risc.h:
13401 * m/news.h:
13402 * m/nh3000.h:
13403 * m/nh4000.h:
13404 * m/ns16000.h:
13405 * m/ns32000.h:
13406 * m/nu.h:
13407 * m/orion.h:
13408 * m/orion105.h:
13409 * m/paragon.h:
13410 * m/pfa50.h:
13411 * m/plexus.h:
13412 * m/pyramid.h:
13413 * m/pyrmips.h:
13414 * m/sh3el.h:
13415 * m/sps7.h:
13416 * m/sr2k.h:
13417 * m/stride.h:
13418 * m/sun1.h:
13419 * m/sun2.h:
13420 * m/sun3-68881.h:
13421 * m/sun3-fpa.h:
13422 * m/sun3-soft.h:
13423 * m/sun3.h:
13424 * m/sun386.h:
13425 * m/symmetry.h:
13426 * m/tad68k.h:
13427 * m/tahoe.h:
13428 * m/targon31.h:
13429 * m/tek4300.h:
13430 * m/tekxd88.h:
13431 * m/tower32.h:
13432 * m/tower32v3.h:
13433 * m/ustation.h:
13434 * m/wicat.h:
13435 * m/xps100.h:
13436 * s/cxux.h:
13437 * s/cxux7.h:
13438 * s/dgux.h:
13439 * s/dgux4.h:
13440 * s/dgux5-4-3.h:
13441 * s/dgux5-4r2.h:
13442 * s/esix.h:
13443 * s/esix5r4.h:
13444 * s/hiuxmpp.h:
13445 * s/hiuxwe2.h:
13446 * s/iris3-5.h:
13447 * s/iris3-6.h:
13448 * s/isc2-2.h:
13449 * s/isc3-0.h:
13450 * s/isc4-0.h:
13451 * s/isc4-1.h:
13452 * s/newsos5.h:
13453 * s/newsos6.h:
13454 * s/osf1.h:
13455 * s/osf5-0.h:
13456 * s/riscix1-1.h:
13457 * s/riscix12.h:
13458 * s/sco4.h:
13459 * s/sco5.h:
13460 * s/sunos4-0.h:
13461 * s/sunos4-1.h:
13462 * s/sunos413.h:
13463 * s/sunos4shr.h:
13464 * s/umax.h:
13465 * s/unipl5-2.h:
13466 * s/xenix.h:
13467 * cxux-crt0.s:
13468 * unexapollo.c:
13469 * unexconvex.c:
13470 * unexenix.c:
13471 * unexsni.c: Remove files for systems no longer supported.
13472
13473 * m/intel386.h: Remove references to unsupported systems.
13474
13475 * w32.c (get_emacs_configuration): Remove reference to i860.
13476
13477 * sysdep.c: Remove dead code.
13478
134792008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13480
13481 * s/rtu.h:
13482 * m/masscomp.h: Remove files. Platform is obsolete.
13483
134842008-01-04 Michael Albinus <michael.albinus@gmx.de>
13485
13486 * dbusbind.c (Fdbus_method_return): New function.
13487 (xd_read_message): Add the serial number to the event.
13488 (Fdbus_register_method): Activate the function.
13489
134902008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13491
13492 * keyboard.c (read_key_sequence): Fix typo.
13493
134942008-01-03 Michael Albinus <michael.albinus@gmx.de>
13495
13496 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
13497 (xd_signature, xd_append_arg): Handle element type detection for
13498 empty arrays.
13499 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
13500 SDATA () calls; this must be solved more general.
13501 (Fdbus_register_signal): Use SBYTES instead of strlen.
13502
135032008-01-03 Magnus Henoch <magnus@zemdatav>
13504
13505 * dbusbind.c (xd_append_arg): Use unsigned char instead of
13506 unsigned int for byte values (necessary for big-endian platform).
13507 (Fdbus_call_method): Handle the case of no returned arguments.
13508
135092007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
13510
13511 * dbusbind.c (xd_read_message): Use non-static input_event struct.
13512
135132007-12-31 Magnus Henoch <mange@freemail.hu>
13514
13515 * dbusbind.c (xd_signature): Signature of variant is just "v".
13516
135172007-12-30 Michael Albinus <michael.albinus@gmx.de>
13518
13519 * dbusbind.c: Fix several errors and compiler warnings.
13520 Reported by Tom Tromey <tromey@redhat.com>.
13521 (XD_ERROR, XD_DEBUG_MESSAGE)
13522 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
13523 (xd_append_arg): Part for basic D-Bus types rewritten.
13524 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
13525 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
13526 appropriate.
13527 (xd_read_message): Return Qnil. Don't signal an error; it is not
13528 useful during event reading.
13529 (Fdbus_register_signal): Signal an error if the check for
13530 FUNCTIONP fails.
13531 (Fdbus_register_method): New function. The implementation is not
13532 complete, the call of the function signals an error therefore.
13533 (Fdbus_unregister_object): New function, renamed from
13534 Fdbus_unregister_signal. The initial check signals an error, if
13535 the object is not well formed.
13536
135372007-12-30 Richard Stallman <rms@gnu.org>
13538
13539 * textprop.c (get_char_property_and_overlay):
13540 Signal error if POSITION is out of range in a buffer.
13541
135422007-12-29 Martin Rudalics <rudalics@gmx.at>
13543
13544 * w32fns.c (Fx_create_frame): Make copy of frame parameters
13545 because the original parameters are in pure storage now.
13546
135472007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13548
13549 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
13550
135512007-12-22 Eli Zaretskii <eliz@gnu.org>
13552
13553 * callint.c (syms_of_callint) <command-history>: Add reference to
13554 history-length in the doc string.
13555
135562007-12-17 Jason Rumney <jasonr@gnu.org>
13557
13558 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
13559 before passing as wParam.
13560
135612007-12-22 Michael Albinus <michael.albinus@gmx.de>
13562
13563 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
13564 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
13565 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
13566 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
13567 as number.
13568 (Fdbus_call_method): Fix docstring.
13569
135702007-12-21 Michael Albinus <michael.albinus@gmx.de>
13571
13572 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
13573 New macros.
13574 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
13575 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
13576 Simplify.
13577 (xd_signature): New function.
13578 (xd_append_arg): Compute also signatures. Major rewrite.
13579 (xd_retrieve_arg): Make debug messages friendly.
13580 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
13581 Check for signatures of arguments.
13582
135832007-12-19 Michael Albinus <michael.albinus@gmx.de>
13584
13585 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
13586 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
13587 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
13588 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
13589 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
13590 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
13591 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
13592 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
13593 (xd_retrieve_value): Remove. Functionality included in ...
13594 (xd_append_arg): New function.
13595 (Fdbus_call_method, Fdbus_send_signal): Apply it.
13596
135972007-12-16 Michael Albinus <michael.albinus@gmx.de>
13598
13599 * dbusbind.c (top): Include <stdio.h>.
13600 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
13601 dbus_message_new_method_call and dbus_message_new_signal.
13602 (Fdbus_register_signal): Rename unique_name to uname.
13603 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
13604 non-existing unique name. Fix typos in matching rule. Return an
13605 object which is useful in Fdbus_unregister_signal.
13606 (Fdbus_unregister_signal): Reimplementation, in order to remove
13607 only the corresponding entry.
13608 (Vdbus_registered_functions_table): Change the order of entries.
13609 Apply these changes in xd_read_message and Fdbus_register_signal.
13610
136112007-12-16 Andreas Schwab <schwab@suse.de>
13612
13613 * fileio.c (Finsert_file_contents): Fix overflow check to not
13614 depend on undefined integer overflow.
13615
136162007-12-14 Jason Rumney <jasonr@gnu.org>
13617
13618 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
13619 for characters above 127.
13620
136212007-12-13 Jason Rumney <jasonr@gnu.org>
13622
13623 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
13624 before dereferencing array.
13625 (lookup_vk_code): Remove zero comparison.
13626
136272007-12-14 Michael Albinus <michael.albinus@gmx.de>
13628
13629 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
13630 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
13631 Use `unsigned int' instead of `uint'.
13632 (xd_read_message, Fdbus_register_signal): Split expressions into
13633 multiple lines before operators "&&" and "||", according to the
13634 GNU Coding Standards.
13635
136362007-12-14 Eli Zaretskii <eliz@gnu.org>
13637
13638 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
13639
136402007-12-12 Juri Linkov <juri@jurta.org>
13641
13642 * buffer.c (Frename_buffer): In interactive spec replace
13643 `read-buffer' with `read-string' that uses `buffer-name-history'
13644 as history, and the current buffer's name as default.
13645
136462007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
13649 manipulating the backtrace manually.
13650 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
13651 (struct backtrace, backtrace_list): Remove.
13652 (command_loop_1): Remove dead var `no_direct'.
13653
13654 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
13655 preserve non-built-in buffer-local variables.
13656 (Fkill_all_local_variables): Don't re-create&re-set permanent
13657 buffer-local variables.
13658
136592007-12-09 Juri Linkov <juri@jurta.org>
13660
13661 * buffer.c (Frename_buffer): Change interactive spec from "s" to
13662 Lisp code that uses `read-buffer' with current buffer as default.
13663
136642007-12-08 Michael Albinus <michael.albinus@gmx.de>
13665
13666 * dbusbind.c (xd_read_message): Generate an event for every
13667 registered handler. There might be several handlers registered
13668 for the same signal.
13669 (Fdbus_register_signal): Don't overwrite a registration for the
13670 same signal. Add a new registration if handlers are different.
13671 (Vdbus_registered_functions_table): Rework doc string.
13672
136732007-12-07 Michael Albinus <michael.albinus@gmx.de>
13674
13675 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
13676 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
13677 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
13678 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
13679 Unify argument lists.
13680 (xd_read_message, Fdbus_register_signal): Reorder and extend event
13681 arguments and hash table keys. Use unique name for service.
13682 (Fdbus_unregister_signal): Remove checks.
13683 (Vdbus_registered_functions_table): Fix doc string.
13684
136852007-12-05 Magnus Henoch <mange@freemail.hu>
13686
13687 * process.c (make_process): Initialize pty_flag to 0.
13688
136892007-12-05 Jason Rumney <jasonr@gnu.org>
13690
13691 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
13692 specified XBMs.
13693
136942007-12-05 Richard Stallman <rms@gnu.org>
13695
13696 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
13697
136982007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13699
13700 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
13701 New variable.
13702 (mac_try_close_socket) [MAC_OSX]: New function.
13703 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
13704 Update cfsockets_for_select. Replace invalid CFRunLoop source.
13705
13706 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
13707 Use mac_try_close_socket.
13708
137092007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13710
13711 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
13712 reloc_base.
13713 (copy_dysymtab): Compute relocation base here.
13714 (rebase_reloc_address) [__ppc64__]: New function.
13715 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
13716 changed.
13717
137182007-12-05 Jason Rumney <jasonr@gnu.org>
13719
13720 * w32proc.c (sys_spawnve): Quote args with wildcards.
13721
137222007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13723
13724 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
13725 __objc_* sections.
13726 (unrelocate) [_LP64]: Set relocation base to address of data segment.
13727
137282007-12-05 Michael Albinus <michael.albinus@gmx.de>
13729
13730 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
13731 Move check for Vdbus_registered_functions_table to
13732 xd_read_queued_messages.
13733 (xd_read_queued_messages): Protect xd_read_message calls by
13734 internal_condition_case_1.
13735
137362007-12-04 Michael Albinus <michael.albinus@gmx.de>
13737
13738 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
13739 Qdbus_system_bus and Qdbus_session_bus, respectively.
13740 (Vdbus_intern_symbols): Remove.
13741 (Vdbus_registered_functions_table): New hash table.
13742 (XD_SYMBOL_INTERN_SYMBOL): Remove.
13743 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
13744 Rewrite in order to manage registered functions by hash table
13745 Vdbus_registered_functions_table.
13746
137472007-12-03 Jan Djärv <jan.h.d@swipnet.se>
13748
13749 * xterm.c: Update URL to Window Manager Specification in comment.
13750
137512007-12-02 Michael Albinus <michael.albinus@gmx.de>
13752
13753 * config.in (HAVE_DBUS): Add.
13754
13755 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
13756 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
13757 (obj): Add $(DBUS_OBJ).
13758 (LIBES): Add $(DBUS_LIBS).
13759 (dbusbind.o): New target.
13760
13761 * dbusbind.c: New file.
13762
13763 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
13764
13765 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
13766 (Qdbus_event): New Lisp symbol.
13767 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
13768 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 13769 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
13770
13771 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
13772
137732007-12-01 Richard Stallman <rms@gnu.org>
13774
13775 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
13776
137772007-11-30 Jason Rumney <jasonr@gnu.org>
13778
13779 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
13780 (w32con_reset_terminal_modes): Clear screen buffer.
13781 (w32_face_attributes): Don't use color indexes that are out of range.
13782 Only reverse the default colors.
13783
13784 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
13785 WINDOWSNT.
13786
13787 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
13788
137892007-11-29 Jason Rumney <jasonr@gnu.org>
13790
13791 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
13792 (w32_face_attributes): Use Vtty_defined_color_alist to determine
13793 if the terminal colors are initialized.
13794 (unspecified_fg, unspecified_bg): Remove unused declarations.
13795
137962007-11-29 Andreas Schwab <schwab@suse.de>
13797
13798 * keyboard.c (apply_modifiers): Fix typo.
13799
138002007-11-29 Richard Stallman <rms@gnu.org>
13801
13802 * keymap.c (Fcurrent_local_map): Doc fix.
13803
138042007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
13805
13806 * s/gnu-kfreebsd.h: New file.
13807
138082007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
13811 Don't cast redundantly.
13812
13813 * keyboard.c (KEY_TO_CHAR): New macro.
13814 (parse_modifiers, apply_modifiers): Accept integer arguments.
13815 (read_key_sequence): Use them to unify the "shift->unshift" mapping
13816 for chars and symbol keys.
13817 After doing such remapping, apply function-key-map again.
13818
138192007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13820
13821 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
13822 compiled anymore.
13823
138242007-11-26 Andreas Schwab <schwab@suse.de>
13825
13826 * process.c (list_processes_1): Fix indentation level of the
13827 command column.
13828
138292007-11-23 Andreas Schwab <schwab@suse.de>
13830
13831 * editfns.c (Fformat): Handle %c specially since it requires the
13832 argument to be of type int.
13833
138342007-11-23 Markus Triska <markus.triska@gmx.at>
13835
13836 * emacs.c (main): Call init_editfns before init_process, since
13837 init_process sets Vprocess_connection_type depending on OS release.
13838
138392007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
13842 (find_symbol_value): Use do_symval_forwarding.
13843
13844 * data.c (set_internal): Set the value in the `cons-cell' (for
13845 Buffer_Local_values) not only for frame-local variables.
13846
138472007-11-22 Andreas Schwab <schwab@suse.de>
13848
13849 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
13850 values to sprintf.
13851 * keymap.c (Fsingle_key_description): Likewise.
13852 * print.c (print_object): Likewise.
13853
138542007-11-22 Jan Djärv <jan.h.d@swipnet.se>
13855
13856 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
13857 file for image is nil.
13858
138592007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
13860
13861 * term.c: Include stdarg.h.
13862 (fatal): Implement using varargs.
13863 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
13864
138652007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
13868 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
13869 Update call to buffer_slot_type_mismatch.
13870 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
13871 (buffer_slot_type_mismatch): Update.
13872 * buffer.c (buffer_local_types): Remove.
13873 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
13874 (defvar_per_buffer): Set the type in the buffer_objfwd.
13875
138762007-11-21 Jason Rumney <jasonr@gnu.org>
13877
13878 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
13879 CreateFileMapping returns NULL on failure.
13880
138812007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * search.c (Fset_match_data): Remove the `evaporate' feature.
13884 (unwind_set_match_data): Don't use the `evaporate' feature.
13885
138862007-11-21 Jason Rumney <jasonr@gnu.org>
13887
13888 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
13889
13890 * w32console.c (w32con_write_glyphs): Remove unused variables.
13891
138922007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13893
13894 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
13895
13896 * s/darwin.h (MULTI_KBOARD): Remove.
13897
13898 * macfns.c (x_create_tip_frame, Fx_create_frame)
13899 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
13900
139012007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * buffer.c (Fbuffer_local_value): Remove redundant test.
13904 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
13905 than in `current-buffer' to match the comment.
13906 Do the swap using swap_in_global_binding.
13907
13908 * data.c (store_symval_forwarding, set_internal):
13909 * eval.c (specbind): Remove dead code.
13910
13911 * coding.c (detect_coding, Fupdate_coding_systems_internal):
13912 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
13913 Since we do not want to see internal Lisp_*fwd objects here.
13914
139152007-11-18 Jan Djärv <jan.h.d@swipnet.se>
13916
13917 * sysdep.c (init_system_name): Use getaddrinfo if available.
13918
13919 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
13920 (x_scroll_bar_note_movement): start, end, with, height in struct
13921 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
13922
139232007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13924
13925 * puresize.h (BASE_PURESIZE): Increase to 1190000.
13926
139272007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13928
13929 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
13930 This undoes Richard's change of 14-Oct-2002.
13931
13932 * alloc.c (allocate_other_vector):
13933 * lisp.h (allocate_other_vector): Remove.
13934
13935 * window.c (struct save_window_data): Move non-lisp data to the end
13936 and make it `int' rather than Lisp_Object.
13937 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
13938 Done wrap/unwrap integer values.
13939 (Fset_window_configuration, compare_window_configurations):
13940 Update use of fields to their new types.
13941
13942 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
13943 Turn integer fields into `int'. Merge x_window_low and x_window_high.
13944 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
13945 (SET_SCROLL_BAR_X_WINDOW): Remove.
13946 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
13947 Access the new x_window field directly.
13948 * xterm.c (x_scroll_bar_create): Use a pseudovector.
13949 Don't wrap/unwrap integers into Lisp_Objects.
13950 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
13951 (x_scroll_bar_report_motion):
13952 Don't wrap/unwrap integers into Lisp_Objects.
13953 (x_term_init): Use SDATA.
13954 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
13955 (x_scroll_bar_set_handle, x_scroll_bar_remove)
13956 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
13957 (x_scroll_bar_report_motion, x_scroll_bar_clear):
13958 * xfns.c (x_set_background_color):
13959 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
13960 Access the new x_window field directly.
13961
13962 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
13963 (allocate_pseudovector): Make non-static.
13964
13965 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
13966 (allocate_pseudovector): Declare.
13967 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
13968
139692007-11-15 Andreas Schwab <schwab@suse.de>
13970
13971 * editfns.c (Fformat): Correctly format EMACS_INT values.
13972 Also take precision into account when formatting an integer.
13973
13974 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
13975
139762007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
13979 (syms_of_keyboard): Defsubr it.
13980
13981 * data.c (swap_in_global_binding): Fix longstanding bug where
13982 store_symval_forwarding was not called with the right second argument,
13983 thus causing objfwd-ing from being dropped.
13984
139852007-11-14 Juanma Barranquero <lekktu@gmail.com>
13986
13987 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
13988 (Fx_display_pixel_height, Fx_display_planes)
13989 (Fx_display_color_cells, Fx_server_max_request_size)
13990 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
13991 (Fx_display_visual_class, Fx_display_save_under):
13992 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
13993 (Fx_display_pixel_height, Fx_display_planes)
13994 (Fx_display_color_cells, Fx_server_max_request_size)
13995 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13996 (Fx_display_mm_height, Fx_display_mm_width)
13997 (Fx_display_backing_store, Fx_display_visual_class)
13998 (Fw32_select_font, Fx_display_save_under):
13999 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
14000 (Fx_display_pixel_height, Fx_display_planes)
14001 (Fx_display_color_cells, Fx_server_max_request_size)
14002 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
14003 (Fx_display_save_under): Fix typos in docstrings.
14004
140052007-11-14 Juanma Barranquero <lekktu@gmail.com>
14006
14007 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
14008 corresponding to deleted entries; they are an implementation detail.
14009 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
14010 Remove variables.
14011 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
14012 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
14013 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
14014 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
14015 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
14016 (Fw32_define_rgb_color, Fw32_load_color_file)
14017 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
14018 Fix typos in docstrings.
14019 (Fx_server_version): Reflow docstring.
14020 (Fw32_shell_execute): Doc fixes.
14021
140222007-11-13 Juanma Barranquero <lekktu@gmail.com>
14023
14024 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
14025 if w32_parse_hot_key returned nil.
14026
140272007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14028
14029 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
14030
140312007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 14032
aac0c6e3
MR
14033 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
14034
14035 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
14036
14037 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
14038 Remove W32_SCROLL_BAR_CLICK_EVENT.
14039
14040 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
14041 Add MULTIMEDIA_KEY_EVENT.
14042
14043 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
14044 (lispy_multimedia_keys) [WINDOWSNT]: New array.
14045 (make_lispy_event) [WINDOWSNT]: Use it to translate
14046 MULTIMEDIA_KEY_EVENT.
14047
14048 * w32term.h (WM_APPCOMMAND): Define if not already.
14049 (GET_APPCOMMAND_LPARAM): Likewise.
14050
14051 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
14052 WM_APPCOMMAND.
14053
14054 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
14055 (syms_of_w32fns): Export and initialize it.
14056 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
14057
140582007-11-09 Chong Yidong <cyd@stupidchicken.com>
14059
14060 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
14061 twice.
14062
14063 * xdisp.c (handle_face_prop): Fix last change.
14064
140652007-11-09 Richard Stallman <rms@gnu.org>
14066
14067 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
14068 not just for after-strings and before-strings.
14069 Call face_for_overlay_string and pass the overlay to it.
14070 (handle_display_prop): Determine whether property came from an overlay.
14071 Pass OVERLAY arg to handle_single_display_spec.
14072 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
14073 (load_overlay_strings): Fill in it->string_overlays.
14074 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
14075
14076 * xfaces.c (face_for_overlay_string): Function renamed from
14077 face_at_buffer_position_no_overlays, and add arg OVERLAY.
14078
14079 * dispextern.h (struct it): New elt string_overlays.
14080 New elt from_overlay, also in stack.
14081 Rearrange a few elements.
14082 (face_for_overlay_string): Decl renamed from
14083 face_at_buffer_position_no_overlays, and add argument.
14084
140852007-11-09 Richard Stallman <rms@gnu.org>
14086
14087 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
14088 to get the base face for an overlay string.
14089
14090 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
14091
14092 * xfaces.c (face_at_buffer_position_no_overlays): New function.
14093
14094 * xdisp.c (handle_stop): Move some code out of loop.
14095
140962007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14097
14098 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
14099 Fix conversion from Lisp object to ATSUFontID.
14100
141012007-11-09 Jason Rumney <jasonr@gnu.org>
14102
14103 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
14104
141052007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14106
14107 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
14108 Don't assume regions are aligned to page boundary.
14109 (print_load_command_name): Add LC_UUID if defined.
14110
141112007-11-09 Richard Stallman <rms@gnu.org>
14112
14113 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
14114
141152007-11-07 Jason Rumney <jasonr@gnu.org>
14116
14117 * s/windows95.h: Remove.
14118
141192007-11-06 Jan Djärv <jan.h.d@swipnet.se>
14120
14121 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
14122 abort with a message on unhandled store_type values.
14123
141242007-11-01 Jan Djärv <jan.h.d@swipnet.se>
14125
14126 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
14127 Remove HAVE_X11R5 and HAVE_X11R4.
14128
141292007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14130
14131 * Makefile.in: Remove references to sunfns.c and sunfns.o.
14132
141332007-11-01 Johan Bockgård <bojohan@gnu.org>
14134
14135 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
14136 Don't set s->stippled_p here, since it has already been set by
14137 x_set_glyph_string_gc from x_draw_glyph_string.
14138
141392007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14140
14141 * sunfns.c: Remove file.
14142
14143 * m/sun386.h:
14144 * m/sun2.h:
14145 * m/sparc.h: Remove Sun windows code.
14146
141472007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
14150 (init_keyboard): Set current_kboard's window-system to nil.
14151 (tty_read_avail_input): Typo.
14152 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
14153
141542007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14155
14156 * s/usg5-4.h:
14157 * s/usg5-3.h:
14158 * s/ptx.h:
14159 * m/is386.h:
14160 * m/ibmps2-aix.h:
14161 * Makefile.in: Remove all mentions of X10.
14162
14163 * dispnew.c (syms_of_display): Don't mention version 10.
14164
141652007-10-28 Juanma Barranquero <lekktu@gmail.com>
14166
14167 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
14168 ($(BLD)/abbrev.$(O)): Remove.
14169
141702007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 Rewrite abbrev.c in Elisp.
14173 * image.c (Qcount): Don't declare as extern.
14174 (syms_of_image): Initialize and staticpro `Qcount'.
14175 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
14176 * emacs.c (main): Don't call syms_of_abbrev.
14177 * Makefile.in (obj): Remove abbrev.o.
14178 (abbrev.o): Remove.
14179 * abbrev.c: Remove.
14180
141812007-10-26 Martin Rudalics <rudalics@gmx.at>
14182
14183 * window.c (window_min_size_2): Don't count header-line.
14184
141852007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14186
14187 * frame.h (struct frame): Move all bit fields after the first bit
14188 field to take advantage of the available space. Group all the
14189 chars together to reduce wasted space due to padding.
14190
141912007-10-26 Juanma Barranquero <lekktu@gmail.com>
14192
14193 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
14194
14195 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
14196 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
14197 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
14198 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
14199 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
14200 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
14201 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
14202 (last_marked, mark_object_loop_halt): Make static.
14203
14204 * frame.c (syms_of_frame) <delete-frame-functions>:
14205 Fix typo in docstring.
14206
142072007-10-25 Juanma Barranquero <lekktu@gmail.com>
14208
14209 * w32.c (init_environment): Fix tiny memory leak.
14210 (w32_get_resource): Remove unused variable `ok'.
14211
142122007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 Make `window-system' into a keyboard-local variable (rather than
14215 frame-local as done originally by multi-tty).
14216
14217 * keyboard.h (struct kboard): Add Vwindow_system.
14218 * keyboard.c (init_kboard): Set a default for Vwindow_system.
14219 (mark_kboards): Mark Vwindow_system.
14220
14221 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
14222 (init_display): Don't set the obsolete `window-system' frame-param.
14223
14224 * xterm.c (x_term_init):
14225 * w32term.c (w32_create_terminal):
14226 * term.c (init_tty): Set Vwindow_system.
14227 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
14228 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
14229
14230 * xfns.c (Fx_create_frame, x_create_tip_frame):
14231 * w32fns.c (Fx_create_frame, x_create_tip_frame):
14232 * macfns.c (Fx_create_frame):
14233 Don't set the obsolete `window-system' frame-param.
14234
14235 * frame.h (Qwindow_system): Remove.
14236 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
14237 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
14238
142392007-10-24 Richard Stallman <rms@gnu.org>
14240
14241 * frame.c (x_figure_window_size): For fullscreen case,
14242 set USPosition | PPosition without clobbering rest of window_prompting.
14243
14244 * keyboard.c (Fcurrent_idle_time): Doc fix.
14245
14246 * print.c (Fwith_output_to_temp_buffer): Doc fix.
14247
142482007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14249
14250 * process.c (unwind_request_sigio): Only define if __ultrix__.
14251
14252 * callproc.c (child_setup): Remove spurious *.
14253
14254 * lisp.h (Fget_text_property): Declare.
14255 (have_menus_p): Declare it here rather than in sys-dep header files.
14256 * macterm.h (have_menus_p):
14257 * msdos.h (have_menus_p):
14258 * xterm.h (have_menus_p): Remove.
14259
14260 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
14261 (Fmake_variable_frame_local): Just check the variable's const-ness
14262 rather than checking nil or t.
14263
142642007-10-22 Jason Rumney <jasonr@gnu.org>
14265
14266 * w32fns.c: Include math.h.
14267 (w32_abort): Declaration moved to nt/config.nt.
14268
14269 * s/ms-w32.h (HAVE_STDLIB_H): Define.
14270 (abort): Redefinition moved to nt/config.nt.
14271
14272 * m/windowsnt.h: Remove.
14273
142742007-10-22 Juanma Barranquero <lekktu@gmail.com>
14275
14276 * emacs.c (Fdump_emacs): Fix typo in message.
14277 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
14278 <installation-directory>: Reflow docstring.
14279
142802007-10-22 Juri Linkov <juri@jurta.org>
14281
14282 * minibuf.c: Allow minibuffer default to be a list of default values.
14283 With empty input use the first element of this list as returned default.
14284 (string_to_object)
14285 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
14286 (read_minibuf): If defalt is cons, set histstring to its car.
14287 (Fread_string): If default_value is cons, set val to its car.
14288 (Fread_buffer): If def is cons, use its car.
14289 (Fcompleting_read): If defalt is cons, set val to its car.
14290
142912007-10-21 Michael Albinus <michael.albinus@gmx.de>
14292
14293 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
14294
142952007-10-20 Juanma Barranquero <lekktu@gmail.com>
14296
14297 * doc.c (Fdocumentation): Check for advice in all cases.
14298
142992007-10-19 Chong Yidong <cyd@stupidchicken.com>
14300
14301 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
14302
143032007-10-19 Richard Stallman <rms@gnu.org>
14304
14305 * doc.c (Fdocumentation): Check for and handle an advised function.
14306
143072007-10-19 Juanma Barranquero <lekktu@gmail.com>
14308
14309 * process.c (Fset_process_filter): Doc fix.
14310
143112007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
14314 which caused key-translation-map to applied repeatedly (thus breaking
14315 double-mode).
14316
143172007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * xselect.c (x_own_selection, x_handle_selection_clear)
14320 (x_clear_frame_selections):
14321 * w32menu.c (list_of_panes, list_of_items):
14322 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
14323 * textprop.c (validate_plist, interval_has_all_properties)
14324 (interval_has_some_properties, interval_has_some_properties_list)
14325 (add_properties, text_property_list):
14326 * process.c (Fget_buffer_process, list_processes_1, status_notify):
14327 * minibuf.c (Fassoc_string):
14328 * macselect.c (x_own_selection, x_clear_frame_selections)
14329 (Fx_disown_selection_internal):
14330 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
14331 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
14332
143332007-10-17 Chong Yidong <cyd@stupidchicken.com>
14334
14335 * process.c: Link to libs for calling res_init() if available.
14336 (Fmake_network_process): Call res_init() before getaddrinfo or
14337 gethostbyname, if possible.
14338
143392007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14340
14341 * lread.c (read1): Set pvectype for char_tables.
14342
14343 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
14344 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
14345 Add type checks.
14346 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
14347
14348 * alloc.c (free_misc): Use XMISCTYPE.
14349 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
14350
143512007-10-17 Glenn Morris <rgm@gnu.org>
14352
14353 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
14354 (syms_of_minibuf): Add Qcompletion_ignore_case.
14355 * dired.c (Qcompletion_ignore_case): Change to external.
14356 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
14357 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
14358 (Fread_file_name): Use it rather than intern'ing.
14359
14360 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
14361 (Fread_coding_system): Ignore case of user input.
14362
143632007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14364
14365 * xdisp.c (handle_display_prop): Ignore display specs after
14366 replacing one when string text is being replaced.
14367 (handle_single_display_spec): Pretend as if characters with display
14368 property haven't been consumed only when buffer text is being replaced.
14369
143702007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14371
14372 * xfns.c (Fx_create_frame, Fx_display_list):
14373 * window.c (window_fixed_size_p, enlarge_window)
14374 (shrink_window_lowest_first):
14375 * macterm.c (init_font_name_table):
14376 * macfns.c (Fx_create_frame, Fx_display_list):
14377 * lread.c (close_load_descs):
14378 * keyboard.c (read_char_x_menu_prompt):
14379 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
14380 * coding.c (code_convert_region_unwind): Test the type of an object
14381 rather than just !NILP before extracting data from it.
14382
14383 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
14384
14385 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
14386 (XMISCANY): New macro.
14387 (XMISCTYPE): Use it.
14388 (struct Lisp_Misc_Any): New type.
14389 (union Lisp_Misc): Use it.
14390 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
14391 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
14392 (find_symbol_value, set_internal, default_value, Fset_default)
14393 (Fmake_variable_buffer_local, Fmake_local_variable)
14394 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
14395 (Flocal_variable_if_set_p, Fvariable_binding_locus):
14396 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
14397 * alloc.c (allocate_buffer): Set the size and tag.
14398 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
14399 Use XMISCANY.
14400 (die): Follow the GNU convention for error messages.
14401 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
14402 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
14403 tag any more.
14404 (set_buffer_internal_1):
14405 * frame.c (store_frame_param):
14406 * eval.c (specbind):
14407 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
14408
14409 * doc.c (Fsnarf_documentation): Simplify.
14410
144112007-10-14 Juanma Barranquero <lekktu@gmail.com>
14412
14413 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
14414 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
14415
144162007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
14419
144202007-10-14 Juanma Barranquero <lekktu@gmail.com>
14421
14422 * eval.c (do_autoload): Don't save autoloads.
14423
14424 * data.c (Ffset): Save autoload of the function being set.
14425
144262007-10-07 John Paul Wallington <jpw@pobox.com>
14427
14428 * xfns.c (x_create_tip_frame): Set the `display-type' frame
14429 parameter before setting up faces.
14430
144312007-10-13 Eli Zaretskii <eliz@gnu.org>
14432
14433 * ccl.c (Fregister_code_conversion_map):
14434 * keyboard.c (append_tool_bar_item): Reformat last change.
14435
14436 * lisp.h (eabs): Rename from `abs'. All callers changed.
14437
144382007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
14439
14440 * buffer.c (add_overlay_mod_hooklist):
14441 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
14442 * fontset.c (make_fontset):
14443 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
14444 (append_tool_bar_item):
14445 * macmenu.c (grow_menu_items):
14446 * w32menu.c (grow_menu_items):
14447 * xmenu.c (grow_menu_items): Use larger_vector.
14448
144492007-10-13 Eli Zaretskii <eliz@gnu.org>
14450
14451 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
14452 selected frame'' on MSDOS).
14453
144542007-10-12 Martin Rudalics <rudalics@gmx.at>
14455
14456 * frame.c (Qexplicit_name): New variable.
14457 (x_report_frame_params): Report it in parameter alist.
14458 (syms_of_frame): Intern and staticpro it.
14459
144602007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
14461
14462 * macfns.c (x_create_tip_frame): Set terminal for frame.
14463
144642007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14465
14466 * frame.c (Qenvironment): Remove.
14467 (syms_of_frame) <Qenvironment>: Don't initialize.
14468 (Fdelete_frame): Don't treat the `environment' param specially.
14469 * frame.h (Qenvironment): Don't declare.
14470 * callproc.c (set_initial_environment): Don't set unused frame param.
14471
14472 * frame.c (Fframe_with_environment): Remove.
14473 (syms_of_frame) <Sframe_with_environment>: Don't declare.
14474
14475 * lisp.h (Fframe_with_environment): Don't declare.
14476
144772007-10-10 Juanma Barranquero <lekktu@gmail.com>
14478
14479 * indent.c (indent_tabs_mode, last_known_column)
14480 (last_known_column_modified): Make static.
14481 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
14482
144832007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
14484
14485 * puresize.h (BASE_PURESIZE): Increase to 1170000.
14486
144872007-10-09 Jason Rumney <jasonr@gnu.org>
14488
14489 * w32term.c (x_set_window_size): Disable code that attempts to tell
14490 Lisp code about a size change before it actually happens.
14491
144922007-10-09 Richard Stallman <rms@gnu.org>
14493
14494 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
14495 return HANDLED_RETURN.
14496
144972007-10-08 Martin Rudalics <rudalics@gmx.at>
14498
14499 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
14500 when there's an unread command event.
14501
14502 * frame.c (focus_follows_mouse): Move here from frame.el to allow
14503 window autoselection act appropriately when leaving selected frame.
14504 (syms_of_frame): Initialize focus_follows_mouse.
14505 * frame.h (focus_follows_mouse): Extern it.
14506 * macterm.c (XTread_socket): When focus_follows_mouse is nil
14507 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
14508 * msdos.c (dos_rawgetc): Likewise.
14509 * w32term.c (w32_read_socket): Likewise.
14510 * xterm.c (handle_one_xevent): Likewise.
14511 * xdisp.c (syms_of_xdisp): In doc-string of
14512 mouse-autoselect-window mention focus-follows-mouse.
14513
145142007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14515
14516 * macterm.c (mac_load_query_font): Fix missing return value.
14517 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
14518 Add BLOCK_INPUT.
14519
145202007-10-08 Richard Stallman <rms@gnu.org>
14521
14522 * xdisp.c (get_window_cursor_type): Implement documented behavior
14523 for cursor-in-non-selected-windows = t.
14524
145252007-10-08 Jason Rumney <jasonr@gnu.org>
14526
14527 * w32.c (w32_get_resource): Always close registry keys.
14528
145292007-10-08 Jason Rumney <jasonr@gnu.org>
14530
14531 * makefile.w32-in (LIBS): Add COMCTL32.
14532
14533 * w32fns.c (globals_of_w32fns): Init common controls.
14534
145352007-10-08 Richard Stallman <rms@gnu.org>
14536
14537 * image.c (our_memory_buffer): Rename from omfib_buffer.
14538
145392007-10-08 Richard Stallman <rms@gnu.org>
14540
14541 * buffer.c (Foverlays_at): Doc fix.
14542
145432007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * fns.c (Fplist_put): Preserve uneven tail data.
14546
145472007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
14548
14549 * termhooks.h (enum event_kind): Remove trailing comma.
14550
14551 * frame.h (enum): Remove trailing comma.
14552
145532007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
14554
14555 * w32proc.c (delete_child): Don't terminate threads of zombies.
14556
145572007-10-08 Martin Rudalics <rudalics@gmx.at>
14558
14559 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
14560
14561 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
14562 last-repeatable-command.
14563 (init_kboard): Initialize Vlast_repeatable_command.
14564 (command_loop_1): Set it to real_this_command unless that was
14565 bound to an input event.
14566 (mark_kboards): Mark it.
14567
145682007-10-08 Richard Stallman <rms@gnu.org>
14569
14570 * eval.c (condition-case): Doc fix.
14571
145722007-10-08 Masatake YAMATO <jet@gyve.org>
14573
14574 * xfaces.c (tty_supports_face_attributes_p): Fix code
14575 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
14576 was copied and not edited.
14577
145782007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 Add new `input-decode-map' keymap and use it for terminal
14581 escape sequences.
14582 * keyboard.h (struct kboard): Add Vinput_decode_map.
14583 Remove Vlocal_key_translation_map.
14584 * keyboard.c (read_key_sequence): Add support for input-decode-map.
14585 (init_kboard): Init input-decode-map.
14586 Replace local-key-translation-map back with key-translation-map.
14587 (syms_of_keyboard): Declare input-decode-map.
14588 Remove local-key-translation-map. Update docstrings.
14589 (mark_kboards): Mark Vinput_decode_map.
14590 Don't mark Vlocal_key_translation_map.
14591 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
14592 Replace local-key-translation-map back with key-translation-map.
14593 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
14594 Bind in input-decode-map rather than function-key-map.
14595
14596 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
14597 This was made redundant by the previous introduction of XSETPVECTYPE.
14598
145992007-10-09 Richard Stallman <rms@gnu.org>
14600
14601 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
14602
146032007-09-29 Richard Stallman <rms@gnu.org>
14604
14605 * eval.c (internal_condition_case_2, internal_condition_case_1)
14606 (internal_condition_case): Reenable abort if x_catching_errors ()
14607 to see if that really happens and why.
14608
146092007-10-06 Andreas Schwab <schwab@suse.de>
14610
14611 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
14612
146132007-10-04 Juanma Barranquero <lekktu@gmail.com>
14614
14615 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
14616
146172007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
14620
146212007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * window.h (struct window):
14624 * window.c (struct save_window_data, struct saved_window):
14625 * termhooks.h (struct terminal):
14626 * process.h (struct Lisp_Process):
14627 * frame.h (struct frame):
14628 * buffer.h (struct buffer):
14629 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
14630 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
14631 The size field of (pseudo)vectors is now unsigned.
14632 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
14633
14634 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
14635 Turn `count' into an integer.
14636
14637 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
14638 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
14639 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
14640 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
14641 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
14642
14643 * alloc.c (allocate_pseudovector): New fun.
14644 (ALLOCATE_PSEUDOVECTOR): New macro.
14645 (allocate_window, allocate_terminal, allocate_frame)
14646 (allocate_process): Use it.
14647 (mark_vectorlike): New function.
14648 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
14649 (mark_terminals): Use it.
14650 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
14651 (Fmake_byte_code): Use XSETPVECTYPE.
14652
14653 * frame.c (Fframe_parameters): Minor simplification.
14654
14655 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
14656
14657 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
14658
14659 * buffer.c (Fget_buffer_create, init_buffer_once):
14660 * lread.c (defsubr):
14661 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
14662
14663 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
14664 defined differently in the m/*.h files.
14665 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
14666 (XSETPVECTYPE): New macro.
14667 (XSETPSEUDOVECTOR): Use it.
14668
14669 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
14670 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
14671
14672 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
14673 * lread.c (defvar_per_buffer):
14674 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
14675
14676 * window.c (candidate_window_p): Only consider as visible frames that
14677 are on the same terminal.
14678
14679 * m/ibms390x.h (MARKBIT): Remove unused macro.
14680
146812007-10-01 Juanma Barranquero <lekktu@gmail.com>
14682
14683 * lread.c (Fload): Fix typo in docstring.
14684
146852007-10-01 Michaël Cadilhac <michael@cadilhac.name>
14686
14687 * floatfns.c (Fexpt): Manually check for overflows, so that a power
14688 of a non-zero value can't yield zero.
14689
146902007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * term.c (term_clear_mouse_face, term_mouse_highlight)
14693 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
14694
14695 * print.c (safe_debug_print): Use XHASH.
14696
14697 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
14698 Lisp elements such as tags.
14699 (XHASH): New macro.
14700 (EQ): Use it.
14701 (SREF, SSET, STRING_COPYIN): Use SDATA.
14702 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
14703
14704 * alloc.c (mark_terminal): Remove left-over declaration.
14705 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
14706 (allocate_vectorlike): Remove type argument. Adjust callers.
14707 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
14708 Only handle the one remaining MEM_TYPE_VECTORLIKE.
14709
14710 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
14711 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
14712 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
14713 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
14714 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
14715 Use them.
14716
14717 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
14718 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
14719 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
14720
147212007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
14722
14723 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
14724 loaded by default.
14725
147262007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
14729 on this tty.
14730 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
14731
14732 * term.c (mouse_face_window): Rename from Qmouse_face_window.
14733 Update all users.
14734 (handle_one_term_event): Use Gpm_DrawPointer.
14735 (Fgpm_mouse_start): Rename from Fterm_open_connection.
14736 Signal errors instead of returning nil. Always return nil.
14737 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
14738 Make it a noop if gpm-mouse was not activated.
14739 (syms_of_term): Update names.
14740
147412007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
14742
14743 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
14744 (init_sys_modes): Check that gpm_tty is the current tty.
14745
14746 * alloc.c (allocate_terminal): Set the vector size to only count the
14747 lisp fields. Initialize those to nil.
14748 (mark_object): Don't treat terminals specially.
14749 (mark_terminal): Remove.
14750 (mark_terminals): Use mark_object instead.
14751
14752 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
14753 the GC to the beginning.
14754
14755 * indent.h:
14756 * indent.c: Use EMACS_INT for ints coming from Elisp data.
14757
14758 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
14759
147602007-09-25 Jason Rumney <jasonr@gnu.org>
14761
14762 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
14763
14764 * w32console.c (create_w32cons_output): Remove.
14765
14766 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
14767
14768 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
14769 (reset_sys_modes): Use reset_terminal_modes_hook.
14770
147712007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * eval.c (do_autoload): Don't output any message.
14774
147752007-09-24 Juri Linkov <juri@jurta.org>
14776
14777 * emacs.c (standard_args): Change priority of "--no-splash"
14778 from 40 to 3. Add "--no-desktop" with the same priority.
14779
147802007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
14781
14782 * alloc.c (gc_sweep): Check cons cell mark bits word by word
14783 and optimize the case where they are all 1.
14784
147852007-09-23 Johannes Weiner <hannes@saeurebad.de>
14786
14787 * lisp.h (abs): Define if not defined.
14788 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
14789 Don't define `abs', since it's defined in lisp.h.
14790
147912007-09-22 Eli Zaretskii <eliz@gnu.org>
14792
14793 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
14794 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
14795 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
14796 (init_tty): Use DEV_TTY instead of "/dev/tty".
14797 [WINDOWSNT]: No need to protect from NAME arg being null.
14798
147992007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14800
14801 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
14802 up the tty state.
14803
148042007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14805
14806 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
14807 (gpm_tty): Change its type.
14808 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
14809 (gpm_tty): Change its type and initialize it.
14810 (Fterm_open_connection): Check the frame is indeed a tty.
14811 Use the new gpm_tty.
14812 (Fterm_close_connection): Use the new gpm_tty.
14813 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
14814 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
14815
148162007-09-21 Juanma Barranquero <lekktu@gmail.com>
14817
14818 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
14819 underline_color, to draw strike-through.
14820
148212007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * lisp.h (allocate_terminal): Declare.
14824
14825 * window.c (candidate_window_p): Consider frames that are being placed
14826 by the user as somewhere between visible and iconified.
14827 (window_loop): Prefer windows on the current frame.
14828 (Fselect_window): Move the use of select-frame to the beginning so we
14829 can just delegate all the work (it'll call us back anyway).
14830
14831 * frame.c (Qdisplay_environment_variable):
14832 * frame.h (Qdisplay_environment_variable): Delete.
14833
14834 * .gdbinit (xbacktrace): Print the arg's address rather than the value
14835 of the first arg, since that value may be a union.
14836
14837 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
14838 parameter rather than Qdisplay_environment_variable. If all else
14839 fails, look for DISPLAY in initial-environment.
14840
148412007-09-21 Glenn Morris <rgm@gnu.org>
14842
14843 * Makefile.in (emacstool): Remove target.
14844 (lisp, shortlisp): Remove termdev.elc.
14845
148462007-09-21 Markus Triska <markus.triska@gmx.at>
14847
14848 * xterm.c (x_delete_display): Compile session management conditionally.
14849
148502007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * callproc.c (getenv_internal_1): New function.
14853 (getenv_internal): Use it.
14854 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
14855
14856 * terminal.c (get_terminal): Don't accept ints to represent terminals.
14857 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
14858 (Fset_terminal_parameter): Work with dead terminals as well.
14859 (Fmodify_terminal_parameters): Remove.
14860
14861 * terminal.c (get_terminal): Handle terminals.
14862 Make sure the terminal returned is live.
14863 (create_terminal): Use allocate_terminal.
14864 (mark_terminals): Move to alloc.c.
14865 (delete_terminal): Use terminal->name as liveness status.
14866 NULL out fields after freeing their contents.
14867 Don't deallocate the object.
14868 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
14869 rather than an int.
14870 (Fterminal_live_p): Accept non-integer arguments.
14871 (Fterminal_list): Return terminal objects rather than an ints.
14872
14873 * alloc.c (enum mem_type): New member for `terminal' objects.
14874 (allocate_terminal): New function.
14875 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
14876 Handle terminals.
14877 (mark_terminal): New fun.
14878 (mark_terminals): Move from terminal.c.
14879
14880 * term.c (get_tty_terminal): Don't treat output_initial specially.
14881 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
14882 (delete_tty): Use terminal->name as liveness status.
14883
14884 * termhooks.h (struct terminal): Make it into a pseudovector.
14885 Remove `deleted' replaced by checking `name's nullness.
14886
14887 * print.c (print_object): Handle terminals.
14888
14889 * lisp.h (enum pvec_type): New `terminal' pseudovector.
14890 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
14891
14892 * frame.c (make_terminal_frame):
14893 * keyboard.c (tty_read_avail_input):
14894 * w32term.c (x_delete_terminal):
14895 * xfns.c (Fx_create_frame, x_create_tip_frame):
14896 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
14897
148982007-09-20 Glenn Morris <rgm@gnu.org>
14899
14900 * process.c (Fmake_network_process): Doc fix.
14901
149022007-09-19 Jason Rumney <jasonr@gnu.org>
14903
14904 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
14905
149062007-09-19 Michaël Cadilhac <michael@cadilhac.name>
14907
14908 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
14909 Fix a C warning regarding variable constness.
14910
14911 * xterm.c (handle_one_xevent): Fix a C warning.
14912
149132007-09-18 Jason Rumney <jasonr@gnu.org>
14914
14915 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
14916
149172007-09-17 Jan Djärv <jan.h.d@swipnet.se>
14918
14919 * gtkutil.c (gdpy_def): New variable.
14920 (xg_initialize): Initialize gdpy_def.
14921 (xg_display_close): If no other display exists, set gdpy_def to a
14922 new connection.
14923
149242007-09-16 Jan Djärv <jan.h.d@swipnet.se>
14925
14926 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
14927 when we have no file name for the icon.
14928 (xg_tool_bar_expose_callback): Remove.
14929 (xg_create_tool_bar): Don't connect expose signal to
14930 xg_tool_bar_expose_callback.
14931 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
14932
149332007-09-16 Andreas Schwab <schwab@suse.de>
14934
14935 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
14936 values instead of zapping them.
14937
149382007-09-14 Glenn Morris <rgm@gnu.org>
14939
14940 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
14941 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
14942 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
14943 scope and rename to omfib_buffer for clarity.
14944 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
14945
149462007-09-14 Kenichi Handa <handa@m17n.org>
14947
14948 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
14949
149502007-09-13 Jason Rumney <jasonr@gnu.org>
14951
14952 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
14953
14954 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
14955
14956 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
14957 (mac_term_init): Call here instead, passing rif.
14958
149592007-09-13 Glenn Morris <rgm@gnu.org>
14960
14961 * s/hpux.h: No longer define `static' as nothing.
14962
149632007-09-13 Johan Bockgård <bojohan@gnu.org>
14964
14965 * callint.c (Fcall_interactively): Remove unused var `fun'.
14966
149672007-09-12 Romain Francoise <romain@orebokech.com>
14968
14969 * window.c (prefer_window_split_horizontally, display_buffer):
14970 Revert 2007-09-08 change.
14971
149722007-09-12 Glenn Morris <rgm@gnu.org>
14973
14974 * alloca.c: Remove file.
14975 * Makefile.in (alloca): Do not undef.
14976 (allocaobj, alloca.o): Remove.
14977 (otherobj): Remove allocaobj.
14978 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
14979 * regex.c (C_ALLOCA): Remove all references and code that was only
14980 used when this was defined.
14981 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
14982 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
14983 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
14984
14985 * Makefile.in (SOURCES, unlock, relock): Delete.
14986
14987 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
14988 (menu_grab_callback): All uses changed.
14989
14990 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
14991 (x_reply_selection_request): All uses changed.
14992
149932007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14994
14995 * lread.c (load_warn_old_style_backquotes): Change message to look
14996 better when it appears in the middle of byte-compiler messages.
14997
149982007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
14999
15000 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
15001
15002 * xterm.c (x_create_terminal): Add comment.
15003
15004 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
15005
150062007-09-10 Richard Stallman <rms@gnu.org>
15007
15008 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
15009
150102007-09-10 Michaël Cadilhac <michael@cadilhac.name>
15011
15012 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
15013 (DEFUN): Document `intspec', use it instead of `prompt'.
15014
15015 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
15016
15017 * data.c (Finteractive_form): If the interactive specification starts
15018 with a `(', use it as a Lisp form.
15019
15020 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
15021 name and file modes.
15022
15023 * callint.c (Fcall_interactively): Comment fixes.
15024
150252007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
15028 and compiled functions.
15029
150302007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
15031
15032 * window.c (prefer_window_split_horizontally): New variable.
15033 (display_buffer): Consider splitting window horizontally depending
15034 on prefer_window_split_horizontally.
15035
150362007-09-08 Eli Zaretskii <eliz@gnu.org>
15037
15038 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
15039
150402007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
15043
15044 * frame.c (x_set_frame_parameters): Check number is positive before
15045 using XFASTINT.
15046
15047 * window.c (freeze_window_start): Don't presume selected_window holds
15048 a window object.
15049 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
15050
150512007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
15052
15053 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
15054
150552007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * window.c (Vsplit_window_preferred_function): New var.
15058 (Fdisplay_buffer): Use it.
15059 (syms_of_window): Export, and initialize it.
15060
150612007-09-06 Pixel <pixel@mandriva.com> (tiny change)
15062
15063 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
15064
150652007-09-06 Glenn Morris <rgm@gnu.org>
15066
15067 * gtkutil.c (menu_grab_callback) <cnt>:
15068 * xselect.c (x_reply_selection_request) <cnt>: Move static
15069 variable to file scope.
15070
150712007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
15074 consistent values of selected_frame and selected_window.
15075
150762007-09-04 Jason Rumney <jasonr@gnu.org>
15077
15078 * w32console.c (initialize_w32_display): Zero unused hooks.
15079
150802007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15081
15082 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
15083 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
15084
150852007-09-04 Jason Rumney <jasonr@gnu.org>
15086
15087 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
15088 in w32console.c. Set up input. Remove XXX comments that have been
15089 confirmed as correct.
15090
15091 * s/ms-w32.h (MULTI_KBOARD): Define.
15092
15093 * w32console.c (one_and_only_w32cons): Remove.
15094 (initialize_w32_display): Take terminal argument.
15095
15096 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
15097 initialize_w32_display.
15098 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
15099
15100 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
15101
15102 * keyboard.c (discard_mouse_events): Discard it.
15103 (make_lispy_event): Translate it to a lisp event.
15104 (lispy_wheel_names): Add wheel-left and right events.
15105 (syms_of_keyboard): Enlarge wheel_syms.
15106
15107 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
15108 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
15109
15110 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
15111
15112 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
15113 from WM_MOUSEHWHEEL.
15114 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
15115
15116 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
15117 terminal.
15118
15119 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
15120 keyboard for the terminal.
15121
151222007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15123
15124 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
15125 (Vresume_tty_hook): Rename from Vresume_tty_functions.
15126 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
15127 and resume-tty-function to resume-tty-hook.
15128 (Fsuspend_tty, Fresume_tty): Use new names.
15129
151302007-09-02 Jan Djärv <jan.h.d@swipnet.se>
15131
15132 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
15133 if it starts with "n:".
15134
151352007-08-31 Jan Djärv <jan.h.d@swipnet.se>
15136
15137 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
15138
151392007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * frame.h:
15142 * frame.c (Qterm_environment_variable): Remove.
15143 (syms_of_frame): Don't init and staticpro it.
15144
15145 * callproc.c (getenv_internal): Remove special case for $TERM.
15146
15147 * callproc.c (Vinitial_environment): New variable.
15148 (set_initial_environment): Initialize it.
15149 (syms_of_callproc): Declare it.
15150 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
15151 TERM under which a process runs is never related to the TERM in which
15152 Emacs is running.
15153
151542007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15155
15156 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
15157 * s/darwin.h: ... do it here.
15158
151592007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * lisp.h (set_initial_environment): Rename from set_global_environment.
15162
15163 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
15164 removed by mistake on the multi-tty branch.
15165
15166 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
15167 (Fmodify_frame_parameters): Return a value.
15168
15169 * image.c (png_load): Comment-out var only used in commented-out code.
15170
15171 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
15172 before passing it to mark_object.
15173
15174 * xfaces.c (internal_resolve_face_name): Return a value.
15175 (internal_resolve_face_name, resolve_face_name_error): Comment out.
15176
15177 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
15178 (x_icon): Comment-out var only used in commented-out code.
15179
151802007-08-29 Romain Francoise <romain@orebokech.com>
15181
15182 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
15183 QUIT hasn't been provided.
15184
151852007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15186
15187 * callproc.c (child_setup, getenv_internal): Use the
15188 display-environment-variable and term-environment-variable frame params.
15189 (set_initial_environment): Initialise Vprocess_environment.
15190
15191 * config.in: Disable multi-keyboard support on a mac.
15192
15193 * frame.c (Qterm_environment_variable)
15194 (Qdisplay_environment_variable): New variables.
15195 (syms_of_frame): Intern and staticpro them.
15196 (Fmake_terminal_frame): Disable output method test.
15197
15198 * frame.h: Declare them here.
15199
15200 * macfns.c (x_set_mouse_color): Get rif from the frame.
15201 (x_set_tool_bar_lines): Don't use updating_frame.
15202 (mac_window): Add 2 new parameters for consistency with other systems.
15203 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
15204 frame parameters following what is done in X11 and w32. Don't use
15205 FRAME_MAC_DISPLAY_INFO.
15206 (Fx_open_connection, start_hourglass): Remove window-system check.
15207 (x_create_tip_frame): Get the keyboard from the terminal.
15208
15209 * macmenu.c: Reorder includes.
15210 (Fx_popup_menu): Use terminal specific mouse_position_hook.
15211
15212 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
15213 terminal parameter.
15214 (x_clear_frame): Add a frame parameter.
15215 (note_mouse_movement): Get rif from the frame.
15216 (mac_term_init): Initialize the terminal.
15217 (mac_initialize): Make static and move terminal initialization ...
15218 (mac_create_terminal): ... to this new function.
15219
15220 * macterm.h (struct mac_display_info): Add terminal.
15221 (mac_initialize): Delete declaration.
15222
15223 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
15224
15225 * sysdep.c: Comment out text after #endif.
15226
15227 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
15228 is defined. Better initialize ttys in windows. Use terminal
15229 specific mouse_position_hook.
15230
15231 * termhooks.h (union display_info): Add mac_display_info.
15232
15233 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
15234 Set the default minibuffer frame, window_system and the rest of the
15235 frame parameters following what is done in X11.
15236
15237 * w32term.c (w32_initialize): Make static.
15238
15239 * xselect.c (x_handle_selection_clear): Only access
15240 terminal->kboard when MULTI_KBOARD is defined.
15241
15242 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
15243 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
15244
152452007-08-29 Jason Rumney <jasonr@gnu.org>
15246
15247 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
15248 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
15249
15250 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
15251 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
15252
15253 * keyboard.c (restore_kboard_configuration): Only define when
15254 MULTI_KBOARD defined.
15255
15256 * makefile.w32-in: Update dependancies from Makefile.in.
15257 (OBJ1): Add terminal.$(O)
15258
15259 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
15260 Don't define function body.
15261 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
15262
15263 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
15264
15265 * w32.c (request_sigio, unrequest_sigio): Remove.
15266
15267 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
15268 (w32con_clear_frame, w32con_clear_end_of_line)
15269 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
15270 (w32con_delete_glyphs, w32con_set_terminal_window)
15271 (scroll_line, w32_sys_ring_bell): Add frame arg.
15272 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
15273 Add terminal arg.
15274 (PICK_FRAME): Remove.
15275 (w32con_write_glyphs): Use frame specific terminal coding.
15276 (one_and_only_w32cons): New global variable.
15277 (initialize_w32_display): Use it for storing hooks.
15278 (create_w32cons_output): New function.
15279
15280 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
15281 arg a frame.
15282
15283 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
15284 Set window_system.
15285 (x_set_tool_bar_lines): Don't use updating_frame.
15286 (Fx_create_frame): Set terminal and ref count.
15287 (Fx_open_connection): Remove window-system check.
15288
15289 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
15290
15291 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
15292 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
15293 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
15294 Add frame arg.
15295 (x_delete_terminal, w32_create_terminal): New functions.
15296 (w32_term_init): Create a terminal.
15297 (w32_initialize): Move terminal specific initialization to
15298 w32_create_terminal.
15299
15300 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
15301 (w32_clear_rect, w32_clear_area): Use background from frame.
15302 (w32_display_info): Add terminal.
15303 (w32_sys_ring_bell, x_delete_display): Declare here.
15304
15305 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
15306
15307 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
15308
153092007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
15310
15311 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
15312 Fix get_named_tty calls for the controlling tty.
15313
153142007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15315
15316 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
15317
153182007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
15319
15320 * term.c (tty_insert_glyphs): Add missing first parameter.
15321
153222007-08-29 Károly Lőrentey <karoly@lorentey.hu>
15323
15324 * buffer.c (Fbuffer_list, Fbury_buffer):
15325 Take frame->buried_buffer_list into account.
15326
15327 * cm.c (current_tty): New variable, for cmputc().
15328 (cmputc): Use it.
15329 (cmcheckmagic): Add tty parameter, look up terminal streams there.
15330 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
15331 (cmgoto): Add tty parameter. Pass it on to calccost().
15332 Use emacs_tputs() instead of tputs().
15333
15334 * cm.h (emacs_tputs): New macro to set current_tty, and then call
15335 tputs().
15336 (current_tty): New variable, for cmputc().
15337 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
15338
15339 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
15340 (internal_condition_case, internal_condition_case_1)
15341 (internal_condition_case_2): Don't abort when x_catching_errors.
15342
15343 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
15344 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
15345 prevent crashes caused by bogus longjmps in read_char.
15346
15347 * keymap.h (Fset_keymap_parent): Add EXFUN.
15348
15349 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
15350 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
15351 Remove redundant definition.
15352
15353 * macfns.c (x_set_mouse_color, x_make_gc):
15354 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15355
15356 * w32term.c (x_free_frame_resources):
15357 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15358 (w32_initialize): Use the accessor macros for terminal characteristics.
15359
15360 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
15361 Use the accessor macros for terminal characteristics.
15362 * msdos.c (internal_terminal_init): Use the accessor macros for
15363 terminal characteristics.
15364 (ScreenVisualBell, internal_terminal_init):
15365 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15366
15367 * termopts.h (no_redraw_on_reenter): Declare.
15368
15369 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
15370 (mark_terminals, mark_ttys): Declare.
15371 (Fgarbage_collect): Call them.
15372 (mark_object): Mark buried_buffer_list.
15373
15374 * prefix-args.c: Include stdlib.h for exit.
15375
15376 * syssignal.h: Add comment.
15377
15378 * indent.c: Include stdio.h.
15379
15380 * window.h (Vinitial_window_system): Declare.
15381 (Vwindow_system): Delete declaration.
15382
15383 * fontset.c (Finternal_char_font): Use FRAME_RIF.
15384
15385 * image.c (lookup_image): Don't initialize `c' until the xasserts
15386 have been run.
15387
15388 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
15389 FRAME_FOREGROUND_PIXEL.
15390
15391 * print.c (print_preprocess): Don't lose print_depth levels while
15392 iterating.
15393
15394 * widget.c (update_from_various_frame_slots):
15395 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15396
15397 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
15398 frames.
15399 (window_internal_height): Remove bogus make_number call.
15400 (init_window_once): Call make_terminal_frame with two zero parameters.
15401
15402 * fileio.c (Fread_file_name): Update comment.
15403
15404 * callint.c (Fcall_interactively):
15405 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
15406 Make sure it is correctly unwound.
15407
15408 * xsmfns.c (x_session_close): New function.
15409
15410 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
15411 Delete declarations.
15412
15413 * xterm.h: Remove declaration for x_fully_uncatch_errors.
15414 (x_output): Remove background_pixel and foreground_pixel fields.
15415 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
15416 (x_delete_device, x_session_close): Declare.
15417
15418 * lread.c: Include setjmp.h. Update declaration of `read_char'.
15419 (read_filtered_event): Call `read_char' with a local
15420 `wrong_kboard_jmpbuf'.
15421
15422 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
15423 Don't call single_kboard_state. Use FRAME_RIF.
15424
15425 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
15426 systems.
15427
15428 * lisp.h (set_process_environment): Rename to `set_global_environment'.
15429 (Fframe_with_environment, Fset_input_meta_mode)
15430 (Fset_quit_char): EXFUN.
15431 (x_create_device, tty_output, terminal, tty_display_info): Declare.
15432 (init_sys_modes, reset_sys_modes): Update prototypes.
15433 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
15434
15435 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
15436 Vlocal_key_translation_map, and Vkeyboard_translate_table.
15437 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
15438 Delete declarations.
15439 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
15440 (temporarily_switch_to_single_kboard, tty_read_avail_input):
15441 New declarations.
15442
15443 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
15444 already does that during init_display(). Call syms_of_keymap
15445 before syms_of_keyboard. Call `syms_of_terminal'.
15446 Call set_initial_environment, not set_process_environment.
15447 (shut_down_emacs): Call reset_all_sys_modes() instead of
15448 reset_sys_modes().
15449
15450 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
15451 (internal_resolve_face_name, resolve_face_name_error): New functions.
15452 (resolve_face_name): Protect against loops and errors thrown by Fget.
15453 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
15454 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
15455
15456 * scroll.c: Replace CURTTY() with local variables throughout the
15457 file (where applicable).
15458 (calculate_scrolling, calculate_direct_scrolling)
15459 (scrolling_1, scroll_cost): Use the accessor macros for terminal
15460 characteristics.
15461
15462 * keymap.c (Vfunction_key_map): Remove.
15463 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
15464 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
15465 (Vkey_translation_map): Remove.
15466 (syms_of_keymap): Remove DEFVAR for key-translation-map.
15467 (Fdescribe_buffer_bindings)
15468 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
15469 Update for terminal-local key-translation-map.
15470
15471 * Makefile.in (callproc.o): Update dependencies.
15472 (lisp, shortlisp): Add termdev.elc.
15473 (obj): Add terminal.o.
15474 (terminal.o): Add dependencies.
15475 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
15476 (data.o, fns.o): Add termhooks.h dependency.
15477 (SOME_MACHINE_LISP): Add dnd.elc.
15478 (minibuf.o): Fix typo.
15479 Update dependencies.
15480
15481 * data.c (do_symval_forwarding, store_symval_forwarding)
15482 (find_symbol_value): Use the selected frame's keyboard, not
15483 current_kboard.
15484
15485 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
15486 Vwindow_system.
15487
15488 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
15489 Fmenu_bar_open.
15490 (syms_of_xmenu): Update defsubr.
15491 (mouse_position_for_popup, Fx_popup_menu)
15492 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
15493 (set_frame_menubar, free_frame_menubar)
b97439ce 15494 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
15495 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
15496 an X frame.
15497
15498 * xselect.c (x_own_selection): Abort if not an X frame.
15499 (some_frame_on_display): Check if it is an X frame.
15500 (x_handle_selection_clear): Deal with MULTI_KBOARD.
15501
15502 * coding.c: Include frame.h and termhooks.h.
15503 (terminal_coding, keyboard_coding): Delete.
15504 (Fset_terminal_coding_system_internal)
15505 (Fset_keyboard_coding_system_internal)
15506 (Fkeyboard_coding_system)
15507 (Fterminal_coding_system): Add a terminal parameter.
15508 Get terminal_coding from the terminal.
15509 (init_coding_once): Don't call setup_coding_system here.
15510
15511 * dispextern.h (set_scroll_region, turn_off_insert)
15512 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
15513 (tty_clear_end_of_line, tty_setup_colors)
15514 (delete_tty, updating_frame)
15515 (produce_special_glyphs, produce_glyphs, write_glyphs)
15516 (insert_glyphs): Remove.
15517 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
15518 (tty_turn_off_highlight, get_tty_size): Add declaration.
15519 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
15520
15521 * frame.h (enum output_method): Add output_initial.
15522 (struct x_output): Delete.
15523 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
15524 Access foreground_pixel and background_pixel directly from the frame.
15525 (tty_display): Delete.
15526 (struct frame): Add buried_buffer_list, foreground_pixel,
15527 background_pixel and terminal. Delete kboard.
15528 (union output_data): Add tty.
15529 (FRAME_KBOARD): Get the kboard from the terminal.
15530 (FRAME_INITIAL_P): New macro.
15531 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
15532 (Qterm_environment_variable, Qdisplay_environment_variable)
15533 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
15534 New declarations.
15535
15536 * termchar.h (tty_output, tty_display_info): New structures.
15537 (tty_list): Declare.
15538 (FRAME_TTY, CURTTY): New macros.
15539 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
15540 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
15541 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
15542 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
15543
15544 * callproc.c: Include frame.h and termhooks.h, for terminal
15545 parameters.
15546 (add_env): New function.
15547 (child_setup): Use it.
15548 (child_setup, getenv_internal): Handle the new Vprocess_environment.
15549 (getenv_internal): Fix get_terminal_param call.
15550 (Fgetenv_internal, egetenv): Update doc.
15551 (syms_of_callproc): Initialize Vprocess_environment to nil.
15552 Register and initialize them. Remove obsolete defvars. Update doc
15553 strings.
15554 (child_setup): Handle Vlocal_environment_variables.
15555 (getenv_internal): Add terminal parameter.
15556 Handle Vlocal_environment_variables.
15557 (Fgetenv_internal): Add terminal parameter.
15558 (child_setup, getenv_internal, Fgetenv_internal): Store the local
15559 environment in a frame (not terminal) parameter. Update doc strings.
15560 (set_initial_environment): Rename from set_global_environment.
15561 Store Emacs environment in initial frame parameter.
15562
15563 * xdisp.c (redisplay_internal): Update references to
15564 `previous_terminal_frame'.
15565 (display_mode_line, Fformat_mode_line): Replace calls to
15566 `push_frame_kboard' with `push_kboard'.
15567 (get_glyph_string_clip_rects): Add extra parentheses and
15568 braces to prevent compiler warnings.
15569 (calc_pixel_width_or_height): Add xassert to check that the
15570 frame is alive. Don't call `lookup_image' on a termcap frame.
15571 (message2_nolog, message3_nolog, redisplay_internal)
15572 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
15573 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
15574 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
15575 (Fx_display_pixel_width, Fx_display_pixel_height)
15576 (Fx_display_planes, Fx_display_color_cells)
15577 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
15578 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
15579 (Fx_display_backing_store, Fx_display_visual_class)
15580 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
15581 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
15582
15583 * xfns.c (x_set_foreground_color x_set_background_color)
15584 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
15585 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15586 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
15587 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
15588 terminal that is being deleted.
15589 (Fx_create_frame): Use `store_frame_param' to set `window-system'
15590 frame parameter, and make sure it overrides any user-supplied setting.
15591 (Fx_close_connection, Fx_synchronize): Unify argument names with
15592 the rest of the DEFUNs.
15593
15594 * dispnew.c (Fsend_string_to_terminal): Update call to
15595 `get_tty_terminal'.
15596 (Fredraw_frame, Fsend_string_to_terminal)
15597 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
15598 FRAME_TERMCAP_P and FRAME_TTY.
15599 (window_change_signal): Don't believe width/height values that are
15600 impossibly small.
15601 (Vinitial_window_system): Rename from Vwindow_system.
15602 (termscript, Wcm, rif): Delete.
15603
15604 * termhooks.h (struct terminal): New struct containing the
15605 previously global text display hooks and new members NAME,
15606 DELETED and PARAM_ALIST.
15607 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
15608 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
15609 (FRAME_RIF): New macros.
15610 (get_terminal_param, get_device): New declarations.
15611 (termscript): Delete declaration.
15612
15613 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
15614 (XTflash, x_free_frame_resources, x_scroll_bar_create)
15615 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
15616 FRAME_FOREGROUND_PIXEL.
15617 (x_fully_uncatch_errors): Disable definition.
15618 (x_scroll_bar_expose): Fix reference to foreground pixel.
15619 (XTread_socket): Disable loop on all X displays.
15620 (x_delete_terminal): Don't set terminal->deleted and let
15621 delete_terminal delete the frames on the terminal.
15622 (x_delete_display): Doc update to reflect changes in
15623 delete_terminal.
15624 (x_display_info) <terminal>: Move member earlier in the struct.
15625 (deleting_tty): Remove old variable.
15626 (Fsuspend_tty): Call clear_tty_hooks.
15627 (Fresume_tty, init_tty): Call set_tty_hooks.
15628 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
15629 errors on X frames.
15630 (x_catch_errors_unwind): Abort if x_error_message is NULL.
15631 (handle_one_xevent): Initialize `f' to NULL.
15632 (x_delete_terminal, x_create_terminal): New functions.
15633 (XTset_terminal_modes, XTreset_terminal_modes)
15634 (XTread_socket, x_connection_closed, x_term_init)
15635 (x_term_init, x_delete_display): Add terminal parameter.
15636 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
15637 X connections.
15638
15639 * frame.c: Include termchar.h.
15640 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
15641 (Qwindow_system, Qenvironment, Qterm_environment_variable)
15642 (Qdisplay_environment_variable): New vars.
15643 (Fframep): Deal with output_initial.
15644 (Fframe-live-p): Doc fix.
15645 (Fwindow-system): New function.
15646 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
15647 (make_terminal_frame): Don't create frames on a terminal that is
15648 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15649 (store_frame_param): Check for found_for_frame before calling XFRAME.
15650 (Fmake_terminal_frame): Handle NULL tty names correctly.
15651 (syms_of_frame): Enhance doc string of `default-frame-alist'.
15652 (Fdelete_frame): Remove unused variable `count'. Don't allow other
15653 frames to refer to a deleted frame in their 'environment parameter.
15654 (Fframe_with_environment): New function.
15655 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
15656 (get_future_frame_param): New function.
15657 (Fmake_terminal_frame): Use it.
15658 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
15659
15660 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
15661 * sysdep.c (reset_sys_modes): Update for renames.
15662
15663 * keyboard.c (tty_read_avail_input): New function.
15664 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
15665 (syms_of_keyboard): Defsubr them.
15666 (Fset_input_meta_mode, Fset_quit_char): New functions.
15667 (Fset_input_mode): Split to above functions.
15668 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
15669 parameter. Use it in call to `read_char'.
15670 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
15671 Set wrong_kboard_jmpbuf correctly in recursive calls.
15672 Use current_kboard to access Vkeyboard_translate_table.
15673 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
15674 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
15675 Update longjmp invocations. Remember the original current_kboard,
15676 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
15677 changes it. Comment out unnecessary calls to
15678 `record_single_kboard_state' and `any_kboard_state'.
15679 Update recursive calls.
15680 (wrong_kboard_jmpbuf): Remove global variable.
15681 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
15682 Handle deleted interrupted_kboards correctly; that is a legal
15683 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
15684 and read_char calls. Abort if interrupted_kboard died in read_char.
15685 (any_kboard_state, single_kboard_state)
15686 (push_frame_kboard): Remove function.
15687 (pop_kboard): Switch out of single_kboard mode if the kboard has
15688 been deleted. Remove unused variable. Help debugging by not
15689 changing current_kboard unnecessarily. Set current_kboard to the
15690 kboard of the selected frame when the stored kboard object has
15691 been deleted before pop_kboard.
15692 (temporarily_switch_to_single_kboard): Change first parameter to a
15693 frame pointer. Throw an error when caller wants to change kboards
15694 while in single_kboard mode. Don't push_kboard if we weren't in
15695 single kboard state. Don't pop_kboard if we popped into any
15696 kboard state.
15697 (restore_kboard_configuration): Abort if pop_kboard changed the
15698 kboard in single_kboard mode. Call pop_kboard only after setting
15699 up single_kboard mode.
15700 (Frecursive_edit): Switch to single_kboard mode only in nested
15701 command loops.
15702 (cmd_error, command_loop, command_loop_1, timer_check):
15703 Comment out unnecessary call to `any_kboard_state' and
15704 `record_single_kboard_state'.
15705 (delete_kboard): Exit single_kboard mode if we have just deleted
15706 that kboard. Use FRAME_KBOARD.
15707 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
15708 `fatal_error_signal'.
15709 (record_single_kboard_state): Don't push_kboard if we weren't in
15710 single kboard state. Don't pop_kboard if we popped into any
15711 kboard state.
15712 (push_frame_kboard): Rename to push_kboard.
15713 (kbd_buffer_get_event): Use FRAME_TERMINAL.
15714 (read_avail_input): Read input from all terminals.
15715 (mark_kboards): Also mark Vkeyboard_translate_table.
15716 (kbd_buffer_store_event_hold): Simplify condition.
15717 (read_key_sequence): Reinitialize fkey and keytran at each replay.
15718 (Vkeyboard_translate_table): Move to struct kboard.
15719 (init_kboard): Initialize Vkeyboard_translate_table.
15720 (syms_of_keyboard): Use DEFVAR_KBOARD to define
15721 Vkeyboard_translate_table. Update doc strings. Update docs of
15722 local-function-key-map and function-key-map.
15723
15724 * terminal.c: New file.
15725
15726 * term.c: Include errno.h.
15727 (Vring_bell_function, device_list, initial_device)
15728 (next_device_id, ring_bell, update_begin, update_end)
15729 (set_terminal_window, cursor_to, raw_cursor_to)
15730 (clear_to_end, clear_frame, clear_end_of_line)
15731 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
15732 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
15733 (syms_of_term): Move their initialization to terminal.c.
15734 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
15735 (Ftty_display_color_cells)
15736 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
15737 (clear_tty_hooks, set_tty_hooks)
15738 (init_tty, maybe_fatal): New functions.
15739 (Ftty_type): Return nil if terminal is not on a tty instead of
15740 throwing an error. Doc update.
15741 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
15742 Doc update. Initialize new subrs and variables.
15743 (delete_tty): Use terminal->deleted.
15744 (tty_set_terminal_modes): Rename from set_terminal_modes.
15745 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
15746 (set_scroll_region): Rename to `tty_set_scroll_region'.
15747 (turn_on_insert): Rename to `tty_turn_on_insert'.
15748 (turn_off_insert): Rename to `tty_turn_off_insert'.
15749 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
15750 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
15751 (toggle_highligh): Rename to `tty_toggle_highlight'.
15752 (background_highlight): Rename to `tty_background_highlight'.
15753 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
15754 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
15755 (tty_set_scroll_region, tty_background_highlight)
15756 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
15757 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
15758 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
15759 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
15760 Add static modifier.
15761 (tty_reset_terminal_modes, tty_set_terminal_window)
15762 (tty_set_scroll_region, tty_background_highlight)
15763 (tty_highlight_if_desired, tty_cursor_to)
15764 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
15765 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
15766 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
15767 renames.
15768
157692007-08-28 Jan Djärv <jan.h.d@swipnet.se>
15770
15771 * keyboard.c: Qrtl is new.
15772 (parse_tool_bar_item): Handle :rtl keyword.
15773 (syms_of_keyboard): Intern :rtl keyword.
15774
15775 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
15776
15777 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
15778 so no Lisp code is executed.
15779 (file_for_image, find_rtl_image): New functions.
15780 (xg_get_image_for_pixmap): Use file_for_image.
15781 (update_frame_tool_bar): If direction is RTL, use RTL image if
15782 defined. Use Gtk stock images if defined.
15783
157842007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15785
15786 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
15787 for nonexistent or zero-width glyph in composition glyph.
15788
157892007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
15792
15793 * xdisp.c (Finvisible_p): New function.
15794 (syms_of_xdisp): defsubr it.
15795
157962007-08-24 Juanma Barranquero <lekktu@gmail.com>
15797
15798 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
15799 Doc fixes.
15800
158012007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15802
15803 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
15804
158052007-08-24 Martin Rudalics <rudalics@gmx.at>
15806
15807 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
15808 whether decoding has modified buffer contents.
15809
158102007-08-24 Jason Rumney <jasonr@gnu.org>
15811
15812 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
15813 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
15814 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
15815 (init_svg_functions) [HAVE_NTGUI]: New function.
15816 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
15817 (svg_load_image): Use them.
15818 (svg_load_image) [HAVE_NTGUI]: Implement background.
15819
158202007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15821
15822 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
15823 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
15824 (LIBX): Remove @RSVG_LIBS@.
15825 (LIBES): Add $(RSVG_LIBS).
15826
15827 * image.c (svg_load_image): Blend with specified background if exists.
15828 Use IMAGE_BACKGROUND. Add Mac OS Support.
15829
15830 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
15831 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
15832 Remove macros.
15833 [MAC_OSX] (socket_callback): Do nothing.
15834 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
15835 ReceiveNextEvent.
15836 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
15837 socket_callback.
15838 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
15839
158402007-08-22 Glenn Morris <rgm@gnu.org>
15841
15842 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
15843
158442007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
15845
15846 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
15847
15848 * image.c: Add support for SVG images. Some additional comments
15849 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
15850 (svg_image_p): New function to test for SVG image.
15851 (svg_load): New function to load SVG image.
15852 (svg_load_image): New function, helper for svg_load.
15853 (Qsvg): New Lisp_object.
15854 (svg_keyword_index): New enum.
15855 (svg_format): New static `image_keyword' struct.
15856 (svg_type): New static `image_type' struct.
15857 (librsvg/rsvg.h): Include it.
15858
158592007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15860
15861 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
15862
158632007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * lread.c (Qold_style_backquotes): New var.
15866 (syms_of_lread): Init and staticpro it.
15867 (load_warn_old_style_backquotes): New fun.
15868 (Fload): Use them to warn about old style backquotes.
15869 (end_of_file_error, Fload): Remove unused vars.
15870
15871 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
15872
15873 * lread.c (Vold_style_backquotes): New var.
15874 (syms_of_lread): Init and export it to Elisp.
15875 (read1): Set it when we find an old-style (back)quote.
15876
158772007-08-22 Jason Rumney <jasonr@gnu.org>
15878
15879 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
15880
158812007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
15882
15883 * puresize.h (BASE_PURESIZE): Increase to 1140000.
15884
158852007-08-19 Richard Stallman <rms@gnu.org>
15886
15887 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
15888
158892007-08-19 Andreas Schwab <schwab@suse.de>
15890
15891 * alloc.c (pure): Round PURESIZE up.
15892
158932007-08-17 Jan Djärv <jan.h.d@swipnet.se>
15894
15895 * xterm.c (handle_one_xevent): Remove check that mouse click is in
15896 active frame.
15897
158982007-08-16 Richard Stallman <rms@gnu.org>
15899
15900 * eval.c (Fcommandp): Add parens to clarify.
15901
15902 * minibuf.c (Fall_completions): Use enum for type of table.
15903
15904 * emacs.c (USAGE2): Improve text.
15905
159062007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
15907
15908 * term.c (tty_default_color_capabilities): Declare static
15909 variables in file scope, to avoid HPUX compiler problem.
15910
159112007-08-13 Jan Djärv <jan.h.d@swipnet.se>
15912
15913 * gtkutil.c (update_frame_tool_bar): Use -1 as index
15914 to gtk_toolbar_insert.
15915
159162007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
15917
15918 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
15919
15920 * insdel.c (reset_var_on_error): New fun.
15921 (signal_before_change, signal_after_change):
15922 Use it to reset (after|before)-change-functions to nil in case of error.
15923 Bind inhibit-modification-hooks to t.
15924 Don't bind (after|before)-change-functions to nil while they run.
15925
159262007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15927
15928 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
15929 filling pixmap with stippled background.
15930
159312007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15932
15933 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
15934 Don't use invisible frame as parent window for repositioning.
15935
159362007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15937
15938 * print.c (new_backquote_output): Rename from old_backquote_output.
15939 (print): Inverse its logic (according to its name) so as to match the
15940 behavior of new_backquote_flag in lread.c.
15941
159422007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15943
15944 * gmalloc.c (posix_memalign): New function.
15945
15946 * macterm.c (frame_highlight, frame_unhighlight): Don't call
15947 ActivateControl/DeactivateControl here.
15948 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
15949 frame-notice-user-settings is non-nil.
15950 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
15951 for kEventParamFMFontStyle.
15952 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
15953 mac_pass_command_to_system and mac_pass_control_to_system here.
15954 (XTread_socket): Call ActivateControl/DeactivateControl here.
15955 (XTread_socket) [TARGET_API_MAC_CARBON]:
15956 Check mac_pass_command_to_system and mac_pass_control_to_system here.
15957 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
15958 for window repositioning.
15959
159602007-08-08 Glenn Morris <rgm@gnu.org>
15961
15962 * Replace `iff' in doc-strings and comments.
15963
159642007-08-07 Chong Yidong <cyd@stupidchicken.com>
15965
15966 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
15967
159682007-08-07 Martin Rudalics <rudalics@gmx.at>
15969
15970 * fileio.c (Finsert_file_contents): Run format-decode and
15971 after_insert_file_functions on entire buffer when REPLACE is
15972 non-nil and inhibit modification_hooks and point_motion_hooks.
15973 For consistency, run after_insert_file_functions iff something
15974 got inserted. Move signal_after_change and update_compositions
15975 after code running after_insert_file_functions. Make sure that
15976 undo_list doesn't record intermediate steps of the decoding process.
15977
159782007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15979
15980 * emacs.c (main)
15981 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
15982 Call malloc_enable_thread on interactive startup.
15983
15984 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
15985 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
15986 [USE_PTHREAD]: Conditionalize with it.
15987 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
15988 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
15989 New functions.
15990
159912007-08-06 Chong Yidong <cyd@stupidchicken.com>
15992
15993 * xdisp.c (redisplay_window): When restoring original buffer
15994 position, make sure it is still valid.
15995
15996 * image.c (png_load): Ignore png-supplied background color.
15997
159982007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15999
16000 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
16001 Use kCFAbsoluteTimeIntervalSince1970.
16002
16003 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
16004 New variable.
16005 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
16006 event loop should be quit.
16007 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
16008 Quit dialog event loop if quit_dialog_event_loop is set.
16009
16010 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
16011 (Selection): New typedef. Use instead of ScrapRef.
16012 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
16013 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
16014 (mac_clear_selection): Rename from clear_scrap.
16015 (get_flavor_type_from_symbol): New argument SEL and subsume function of
16016 scrap_has_target_type. All uses changed.
16017 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16018 (mac_selection_has_target_p): New functions.
16019 (mac_put_selection_value): Rename from put_scrap_string.
16020 (mac_get_selection_value): Rename from get_scrap_string.
16021 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
16022 (put_scrap_private_timestamp, scrap_has_target_type)
16023 (get_scrap_private_timestamp): Remove functions.
16024 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
16025 (x_own_selection, x_get_local_selection):
16026 Use mac_valid_selection_value_p.
16027 (x_own_selection): Don't use put_scrap_private_timestamp.
16028 Record OWNERSHIP-INFO into Vselection_alist instead.
16029 (x_get_local_selection): Don't check type if request is local.
16030 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
16031 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
16032
160332007-08-04 Jan Djärv <jan.h.d@swipnet.se>
16034
16035 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
16036 add comment explaining why.
16037
160382007-08-03 Richard Stallman <rms@gnu.org>
16039
16040 * fileio.c (Fvisited_file_modtime): Use make_time.
16041
160422007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
16043
16044 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
16045 build.
16046
160472007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
16048
16049 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
16050
160512007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
16052
16053 * puresize.h (BASE_PURESIZE): Increase to 1130000.
16054
160552007-07-30 Richard Stallman <rms@gnu.org>
16056
16057 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
16058
160592007-07-29 Jan Djärv <jan.h.d@swipnet.se>
16060
16061 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
16062
160632007-07-28 Nick Roberts <nickrob@snap.net.nz>
16064
16065 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
16066 remote default-directory.
16067
16068 * buffer.c (mode-line-format): Update doc string.
16069
160702007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16071
16072 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
16073 scroll bar gap.
16074 (x_scroll_bar_create): Set bar->fringe_extended_p.
16075 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
16076 on frame edge. Check fringe background extension. Don't clear
16077 extended fringe background area.
16078
16079 * w32term.h (struct scroll_bar): New member fringe_extended_p.
16080 (w32_fill_area): Enclose multiple statements with do ... while (0).
16081
16082 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
16083 Extend fringe background to scroll bar gap.
16084 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
16085 Set bar->fringe_extended_p.
16086 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
16087 Put leftmost/rightmost scroll bars on frame edge. Check fringe
16088 background extension. Don't clear extended fringe background area.
16089
16090 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
16091 New member fringe_extended_p.
16092
160932007-07-25 Glenn Morris <rgm@gnu.org>
16094
16095 * Relicense all FSF files to GPLv3 or later.
16096
16097 * COPYING: Switch to GPLv3.
16098
160992007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
16100
16101 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
16102
16103 * data.c (Finteractive_form): Check for the presence of an
16104 `interactive-form' symbol property more thoroughly.
16105
16106 * data.c (Finteractive_form): Use an `interactive-form' property if
16107 present, analogous to the function-documentation property.
16108
161092007-07-24 Jason Rumney <jasonr@gnu.org>
16110
16111 * w32fns.c (x_real_positions): Get real position from OS instead of
16112 calculating it.
16113
161142007-07-23 Jason Rumney <jasonr@gnu.org>
16115
16116 * filelock.c (current_lock_owner): Allow for @ sign in username.
16117
161182007-07-22 Nick Roberts <nickrob@snap.net.nz>
16119
16120 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
16121 remote default-directory.
16122
16123 * buffer.c (mode-line-format): Describe above case in doc string.
16124
161252007-07-20 Eli Zaretskii <eliz@gnu.org>
16126
16127 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
16128 Define if not defined.
16129
161302007-07-18 Jason Rumney <jasonr@gnu.org>
16131
16132 * w32proc.c (w32_executable_type): Handle 64 bit executables.
16133
161342007-07-18 Richard Stallman <rms@gnu.org>
16135
16136 * data.c (Fsetq_default): Doc fix.
16137
16138 * eval.c (Fsetq): Doc fix.
16139
161402007-07-18 Juanma Barranquero <lekktu@gmail.com>
16141
16142 * coding.c (Ffind_operation_coding_system):
16143 * eval.c (For, Fand): Doc fixes.
16144 Reported by Johan Bockgård.
16145
161462007-07-18 Jan Djärv <jan.h.d@swipnet.se>
16147
16148 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
16149
16150 * xterm.h: Declare x_ewmh_activate_frame.
16151
16152 * xterm.c (x_ewmh_activate_frame): New function.
16153 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
16154
161552007-07-17 Martin Rudalics <rudalics@gmx.at>
16156
16157 * window.c (Fdisplay_buffer): If largest or LRU window is the
16158 only window, split it even if it is not eligible for splitting.
16159 This restores the original behavior broken by the 2007-07-15
16160 change.
16161
161622007-07-17 Glenn Morris <rgm@gnu.org>
16163
16164 * abbrev.c (abbrev_check_chars): New function.
16165 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
16166 Call abbrev_check_chars to check abbrev characters are word
16167 constituents. Doc fix.
16168
161692007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
16170
16171 * process.c (Fstart_process, Fmake_network_process)
16172 (read_process_output): Fix up last changes.
16173
161742007-07-16 Eli Zaretskii <eliz@gnu.org>
16175
16176 * makefile.w32-in (clean): Don't delete *~.
16177
161782007-07-16 Andreas Schwab <schwab@suse.de>
16179
16180 * window.c (Fdisplay_buffer): Use NILP.
16181 (Fset_window_scroll_bars): Likewise.
16182
161832007-07-15 Martin Rudalics <rudalics@gmx.at>
16184
16185 * window.c (window_min_size_2): New function.
16186 (window_min_size_1, size_window, Fdisplay_buffer)
16187 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
16188 windows without mode- or header-lines when window-min-height is
16189 too small.
16190 (size_window): Reset nodelete_p after testing it, following an
16191 earlier note by Kim F. Storm.
16192 (display_buffer): Do not set split_height_threshold to twice the
16193 value of window_min_height to avoid changing the value of a
16194 customizable variable. Rather explicitly check whether the
16195 height of the window that shall be splitted is at least as large
16196 as split_height_threshold.
16197 (Fwindow_full_width_p): New defun.
16198 (syms_of_window): Defsubr it.
16199
16200 * window.h: Add EXFUN for Fwindow_full_width_p.
16201
162022007-07-14 Jason Rumney <jasonr@gnu.org>
16203
16204 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
16205
162062007-07-14 Richard Stallman <rms@gnu.org>
16207
16208 * eval.c (maybe_call_debugger): New function.
16209 (find_handler_clause): Use maybe_call_debugger.
16210 Call it when the handler says `debug'.
16211 Eliminate DEBUGGER_VALUE_PTR.
16212 (Fsignal): Eliminate debugger_value.
16213 (Qdebug): New variable.
16214 (syms_of_eval): Initialize it.
16215
162162007-07-14 Juanma Barranquero <lekktu@gmail.com>
16217
16218 * eval.c (Fprogn):
16219 * keyboard.c (Ftrack_mouse):
16220 * print.c (Fwith_output_to_temp_buffer):
16221 * window.c (Fsave_window_excursion): Doc fix.
16222
162232007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16224
16225 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
16226
162272007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
16228
16229 * process.h (struct Lisp_Process): Turn slots infd, outfd,
16230 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
16231 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
16232 read_output_delay, and read_output_skip from Lisp_Objects to ints.
16233 Remove unused encoding_carryover.
16234 * process.c: Adjust all functions accordingly.
16235
162362007-07-12 Richard Stallman <rms@gnu.org>
16237
16238 * term.c: Include unistd.h only if HAVE_UNISTD_H.
16239
162402007-07-11 Jason Rumney <jasonr@gnu.org>
16241
16242 * makefile.w32-in (LIBS): Include OLE32.
16243
16244 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
16245 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
16246
162472007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
16248
16249 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
16250 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
16251 from a Lisp_Object into a bare pointer.
16252 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16253 Adjust the code correspondingly.
16254
16255 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
16256
16257 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
16258 (term_show_mouse_face): Remove unused var `j'.
16259 (handle_one_term_event): Remove unused vars `i' and `j'.
16260 Don't cast return value of ttyname since it's not necessary.
16261
162622007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
16265 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
16266
16267 * fns.c (map_char_table): Use an array of int for `indices' rather than
16268 an array of Lisp_Objects (which are only ever integers anyway).
16269 (Fmap_char_table): Update caller.
16270 * lisp.h: Update prototype.
16271 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
16272 * fontset.c (Ffontset_info):
16273 * casetab.c (set_case_table): Update callers.
16274
16275 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
16276
16277 * keymap.c (struct accessible_keymaps_data)
16278 (struct where_is_internal_data): New structures.
16279 (accessible_keymaps_1, where_is_internal_1): Use them to change
16280 interface to adhere to the one used by map_keymap.
16281 (Faccessible_keymaps, where_is_internal): Use map_keymap.
16282 (accessible_keymaps_char_table, where_is_internal_2): Remove.
16283
16284 * keymap.h (map_keymap_function_t): More informative prototype.
16285
162862007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
16287
16288 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
16289 (looking_at_1): Don't change search_regs and last_thing_searched
16290 if `inhibit-changing-match-data' is non-nil.
16291 (string_match_1, search_buffer, set_search_regs): Likewise.
16292 (syms_of_search): Add Lisp level definition for
16293 `inhibit-changing-match-data' and set it to nil.
16294 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
16295 start and end of the match, instead of using values in search_regs.
16296
162972007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * minibuf.c (Fcompleting_read): New value `confirm-only'
16300 for `require-match'.
16301
163022007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
16305 part of the 2007-06-27 change to syms_of_fileio.
16306
163072007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16308
16309 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
16310 Check WINDOWP before using XWINDOW. Consolidate return statements.
16311
163122007-06-27 Richard Stallman <rms@gnu.org>
16313
16314 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
16315
163162007-06-27 Juanma Barranquero <lekktu@gmail.com>
16317
16318 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
16319
163202007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16321
16322 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
16323 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
16324 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
16325 (_free_internal, memalign): Use them.
16326 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
16327 Initialize to PTHREAD_MUTEX_INITIALIZER.
16328 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
16329 (morecore_nolock): Rename from morecore. All uses changed.
16330 Use only nolock versions of internal allocation functions.
16331 (_malloc_internal_nolock, _realloc_internal_nolock)
16332 (_free_internal_nolock): New functions created from
16333 _malloc_internal, _realloc_internal, and _free_internal.
16334 (_malloc_internal, _realloc_internal, _free_internal): Use them.
16335 Copy hook value to automatic variable before its use.
16336 (memalign): Copy hook value to automatic variable before its use.
16337
163382007-06-26 Kenichi Handa <handa@m17n.org>
16339
16340 * coding.c (Ffind_operation_coding_system): Docstring improved.
16341 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
16342
163432007-06-25 David Kastrup <dak@gnu.org>
16344
16345 * keymap.c (Fcurrent_active_maps): Add `position' argument.
16346 (Fwhere_is_internal): Adjust call to `current-active-maps' to
16347 cater for additional parameter.
16348
16349 * keymap.h: Adjust number of parameters to `current-active-maps'.
16350
16351 * doc.c (Fsubstitute_command_keys): Adjust call of
16352 `current-active-maps'.
16353
163542007-06-25 David Kastrup <dak@gnu.org>
16355
16356 * callint.c (Fcall_interactively): Make the parsing of interactive
16357 specs somewhat more readable.
16358
163592007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16360
16361 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
16362 to scroll bar gap also when bitmap fills fringe. Draw only foreground
16363 if extended background has already been filled.
16364
163652007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16366
16367 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
16368 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
16369
16370 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
16371 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
16372 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
16373 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
16374 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
16375 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
16376 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
16377 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
16378 Run timers during dialog popup.
16379 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
16380
163812007-06-21 Jason Rumney <jasonr@gnu.org>
16382
16383 * image.c (convert_mono_to_color_image): Swap fore and background.
16384
163852007-06-20 Jason Rumney <jasonr@gnu.org>
16386
16387 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
16388 (w32_free_bdf_font): Unmap memory not handle.
16389
163902007-06-20 Sam Steingold <sds@gnu.org>
16391
16392 * gmalloc.c (__morecore): Fix the declaration to comply with the
16393 definition.
16394
163952007-06-20 Juanma Barranquero <lekktu@gmail.com>
16396
16397 * w32term.c (w32_delete_display): Remove leftover declaration.
16398 (w32_define_cursor, w32_initialize): Make static.
16399
16400 * w32.c (_wsa_errlist): Fix typo in error message.
16401 (init_environment): Ignore any environment variable from the
16402 registry having a null value.
16403
164042007-06-20 Glenn Morris <rgm@gnu.org>
16405
16406 * Makefile.in (LIBGIF): Default to -lgif.
16407
164082007-06-17 Jason Rumney <jasonr@gnu.org>
16409
16410 * w32menu.c (add_menu_item): Don't use multibyte string functions on
16411 unicode strings.
16412
164132007-06-16 Juanma Barranquero <lekktu@gmail.com>
16414
16415 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
16416 Fix typo in docstring.
16417
164182007-06-16 Eli Zaretskii <eliz@gnu.org>
16419
16420 * w32menu.c (add_menu_item): Escape `&' characters in menu items
16421 and their keybindings.
16422
164232007-06-15 Chong Yidong <cyd@stupidchicken.com>
16424
16425 * composite.c (update_compositions): Fix last fix.
16426
164272007-06-14 Jason Rumney <jasonr@gnu.org>
16428
16429 * w32.c (get_process_times_fn): New function pointer.
16430 (globals_of_w32): Intialize it if present in kernel32.dll.
16431 (w32_get_internal_run_time): New function.
16432
16433 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
16434
164352007-06-14 Kenichi Handa <handa@etlken.m17n.org>
16436
16437 * composite.c (update_compositions): Check the validness of
16438 compositions.
16439
164402007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16441
16442 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
16443 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
16444
16445 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
16446 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
16447
16448 * macgui.h (USE_MAC_TOOLBAR): New define.
16449
16450 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
16451 Return immediately unless popup is activated.
16452
16453 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
16454 background to scroll bar gap.
16455 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
16456 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
16457 scroll bars on frame edge. Check fringe background extension.
16458 Don't clear extended fringe background area.
16459 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
16460 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
16461 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
16462 [USE_MAC_TOOLBAR]: New macros.
16463 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
16464 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
16465 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
16466 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
16467 [USE_MAC_TOOLBAR]: New functions.
16468 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
16469 manually if previous repositioning has failed.
16470 (mac_handle_keyboard_event): Use precomputed event kind.
16471 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
16472 as tool bar item click. Handle mouse movement over tool bar items.
16473
16474 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
16475 toolbar_win_gravity.
16476 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
16477 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
16478 Add externs.
16479
16480 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
16481 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
16482
164832007-06-14 Chong Yidong <cyd@stupidchicken.com>
16484
16485 * image.c (search_image_cache): Remove unused variable.
16486
164872007-06-13 Chong Yidong <cyd@stupidchicken.com>
16488
16489 * xfns.c, xmenu.c: Link to xaw3d if available.
16490
164912007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16492
16493 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
16494 frame_foreground and frame_background.
16495
16496 * image.c (lookup_image): Save frame foreground and background colors.
16497 (search_image_cache): Check if saved and current frame colors match.
16498
164992007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * regex.c (regex_compile): Remove the `regnum' counter.
16502 Use bufp->re_nsub instead. Add support for \(?N:RE\).
16503
165042007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
16505
16506 * term.c: Include intervals.h to declare Fget_text_property.
16507
165082007-06-10 Jason Rumney <jasonr@gnu.org>
16509
16510 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
16511
165122007-06-08 Juanma Barranquero <lekktu@gmail.com>
16513
16514 * callint.c (Fcall_interactively):
16515 * editfns.c (Fdelete_and_extract_region):
16516 * fileio.c (Fread_file_name):
16517 * fns.c (Fmapconcat):
16518 * keyboard.c (cmd_error_internal):
16519 * keymap.c (Fkey_description):
16520 * lread.c (openp):
16521 * minibuf.c (read_minibuf):
16522 * search.c (wordify):
16523 * sunfns.c (sel_read):
16524 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
16525 * xfns.c (x_default_scroll_bar_color_parameter):
16526 * xmenu.c (menu_help_callback):
16527 * xselect.c (Fx_get_atom_name):
16528 * xterm.c (x_term_init): Use empty_unibyte_string.
16529
165302007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
16531
16532 * alloc.c (init_strings): Initialize canonical empty strings.
16533 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
16534 canonical empty string when the requested size is 0.
16535
16536 * emacs.c (empty_unibyte_string): Rename from empty_string.
16537 (empty_multibyte_string): New canonical empty string.
16538 (syms_of_emacs): Don't initialize empty_string.
16539
16540 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
16541 string, if appropriate.
16542 (empty_unibyte_string, empty_multibyte_string): New externs.
16543 (empty_string): Remove extern.
16544
16545 * lread.c (syms_of_lread): Use empty_unibyte_string.
16546
165472007-06-07 Jason Rumney <jasonr@gnu.org>
16548
16549 * s/ms-w32.h: Don't define HAVE_TZNAME.
16550
16551 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
16552
165532007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16554
16555 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
16556
16557 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
16558 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
16559
16560 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
16561 Don't call next handler.
16562 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
16563 Remove argument. Install handler to application.
16564 (set_frame_menubar): Don't change deep_p.
16565 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
16566 FRAME_OUTER_TO_INNER_DIFF_Y.
16567 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
16568 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
16569 [HAVE_DIALOGS]: New macros.
16570 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
16571 Use them.
16572 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
16573
16574 * macselect.c [MAC_OSX] (install_service_handler): Rename from
16575 init_service_handler. All callers changed. Return OSStatus value.
16576
16577 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
16578 All callers changed so as not to call SetPortWindowPort.
16579 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
16580 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
16581 mac_draw_string_common.
16582 (mac_draw_image_string_qd): Likewise.
16583 (mac_draw_string_common): Use them. Add INLINE.
16584 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
16585 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
16586 GetGlobalMouse.
16587 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
16588 and FRAME_OUTER_TO_INNER_DIFF_Y.
16589 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
16590 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
16591 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
16592 repositioning window to mac_handle_window_event.
16593 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
16594 saving window location to mac_handle_window_event
16595 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
16596 (install_menu_target_item_handler): Remove argument in extern.
16597 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
16598 Also accept command events.
16599 (do_keystroke): New function created from XTread_socket.
16600 (init_command_handler): Remove functions.
16601 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
16602 and save window location by kEventWindowShowing and kEventWindowHiding
16603 handlers here. Don't call next handler for window state change and
16604 focus events.
16605 (mac_handle_application_event, mac_handle_keyboard_event)
16606 [TARGET_API_MAC_CARBON]: New functions.
16607 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
16608 kEventWindowShowing and kEventWindowHiding events. Move installation
16609 of mouse, font, text input and menu target item handlers to
16610 install_application_handler.
16611 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
16612 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16613 New function.
16614 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16615 Register it.
16616 (XTread_socket) [TARGET_API_MAC_CARBON]:
16617 Consolidate SendEventToEventTarget calls.
16618 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
16619 Move application activation handler to mac_handle_application_event.
16620 Move keyboard handler to mac_handle_keyboard_event.
16621 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
16622 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
16623 init_command_handler. Call install_application_handler.
16624
16625 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
16626 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
16627
166282007-06-07 Glenn Morris <rgm@gnu.org>
16629
16630 * emacs.c (main): Use `emacs-copyright' in --version output.
16631
166322007-06-06 Chong Yidong <cyd@stupidchicken.com>
16633
16634 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
16635
166362007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16637
16638 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
16639
16640 * macgui.h: Replace WindowPtr with WindowRef.
16641
16642 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
16643 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
16644 Replace ControlHandle with ControlRef.
16645 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
16646
16647 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
16648 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
16649 Replace ControlHandle with ControlRef.
16650 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
16651 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
16652
16653 * macterm.h (struct scroll_bar): Rename member control_handle_low
16654 and control_handle_high to control_ref_low and control_ref_high.
16655 All uses changed.
16656 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
16657 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
16658 respectively. All uses changed.
16659 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
16660 (install_window_handler, remove_window_handler): Replace WindowPtr
16661 with WindowRef in externs.
16662
166632007-06-05 Juanma Barranquero <lekktu@gmail.com>
16664
16665 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
16666
166672007-06-03 Nick Roberts <nickrob@snap.net.nz>
16668
16669 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
16670
16671 * frame.c (Fmouse_position, Fmouse_pixel_position):
16672 Condition on HAVE_GPM too.
16673
16674 * term.c (term_mouse_highlight): Remove unused variables.
16675 (Fterm_open_connection): Set gpm_zerobased to 1.
16676 (term_mouse_movement, term_mouse_click, handle_one_term_event):
16677 Use zero based co-ordinates.
16678 (handle_one_term_event): Report a drag as mouse movement too.
16679
16680 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
16681
166822007-06-03 Chong Yidong <cyd@stupidchicken.com>
16683
16684 * image.c (search_image_cache): New function. Require background
16685 color match if background color is unspecified in the image spec.
16686 (uncache_image, lookup_image): Use it.
16687
166882007-06-01 Juanma Barranquero <lekktu@gmail.com>
16689
16690 * window.c (Fshrink_window): Reflow docstring.
16691
166922007-06-02 Chong Yidong <cyd@stupidchicken.com>
16693
16694 * Version 22.1 released.
16695
166962007-06-01 Richard Stallman <rms@gnu.org>
16697
16698 * xfns.c (x_encode_text): Add GCPRO.
16699
167002007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16701
16702 * xfns.c (x_set_name_internal): Save encoded name before
16703 x_encode_text in case string data is relocated.
16704
167052007-05-31 Richard Stallman <rms@gnu.org>
16706
16707 * buffer.c (syms_of_buffer): Doc fix.
16708
167092007-05-30 Nick Roberts <nickrob@snap.net.nz>
16710
16711 * sysdep.c (init_sys_modes): Add rather than replace with
16712 O_NONBLOCK.
16713
16714 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
16715 term_mouse_moveto.
16716
16717 * termhooks.h (term_mouse_moveto): New extern.
16718
16719 * term.c (mouse_face_window): Rename...
16720 (Qmouse_face_window): ...to this.
16721 (term_show_mouse_face, term_clear_mouse_face)
16722 (term_mouse_highlight): Use Qmouse_face_window.
16723 (term_mouse_moveto): New function.
16724 (term_mouse_position): Make it work.
16725 (syms_of_term): Uncomment assignment to mouse_position_hook.
16726 Staticpro Qmouse_face_window.
16727
167282007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16729
16730 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
16731 around current_column call.
16732
167332007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
16734
16735 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
16736 * xdisp.c (next_element_from_buffer):
16737 * window.c (delete_window):
16738 * term.c (term_mouse_highlight):
16739 * msdos.c (getdefdir):
16740 * macterm.c (mac_create_bitmap_from_bitmap_data)
16741 (init_font_name_table):
16742 * fns.c (Fsxhash):
16743 * data.c (Fmake_local_variable):
16744 * ccl.c (ccl_driver): Likewise.
16745
167462007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16747
16748 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
16749 Call mac_wakeup_from_rne on window size change.
16750
167512007-05-25 Chong Yidong <cyd@stupidchicken.com>
16752
16753 * image.c (uncache_image): Fix typo.
16754
167552007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
16756
16757 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
16758
167592007-05-22 Richard Stallman <rms@gnu.org>
16760
16761 * xterm.c (x_connection_closed): Remove NO_RETURN.
16762
167632007-05-22 Martin Rudalics <rudalics@gmx.at>
16764
16765 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
16766
167672007-05-21 Chong Yidong <cyd@stupidchicken.com>
16768
16769 * image.c (uncache_image): New function.
16770 (Fimage_refresh): New function.
16771
167722007-05-20 Jan Djärv <jan.h.d@swipnet.se>
16773
16774 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
16775
167762007-05-20 Nick Roberts <nickrob@snap.net.nz>
16777
16778 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
16779 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
16780
167812007-05-20 Nick Roberts <nickrob@snap.net.nz>
16782
16783 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
16784 conditional on [HAVE_GPM_H].
16785
167862007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16787
16788 * syntax.c (skip_chars): Update syntax-table only after we checked that
16789 the new location is valid.
16790
167912007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16792
16793 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
16794 mac_get_window_bounds.
16795
167962007-05-20 Nick Roberts <nickrob@snap.net.nz>
16797
16798 * Makefile.in (LIBGPM): Allow it to be set from configure.
16799 If set then link Emacs with it.
16800
16801 * config.in: Regenerate.
16802
16803 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
16804 New externs.
16805
16806 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
16807 Include gpm.h.
16808 (handle_one_term_event, term_gpm): New externs.
16809
16810 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
16811 and allow it to be interrupted by SIGIO.
16812
16813 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
16814 (wait_reading_process_output): Wait on gpm_fd too.
16815 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
16816 (add_gpm_wait_descriptor_called_flag): New variable.
16817 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
16818
16819 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
16820 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
16821 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
16822 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
16823 (make_lispy_event): Add case GPM_CLICK_EVENT.
16824 (read_avail_input): Handle mouse input.
16825
16826 * term.c (write_glyphs_with_face): New function.
16827 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
16828 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
16829 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
16830 (mouse_face_face_id, term_gpm, pos_x, pos_y)
16831 (last_mouse_x, last_mouse_y): New variables.
16832 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
16833 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
16834 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
16835 (Fterm_close_connection): New functions.
16836 (term_init): Initialise mouse_face_window.
16837
168382007-05-19 Chong Yidong <cyd@stupidchicken.com>
16839
16840 * xdisp.c (redisplay_window): If first window line is a
16841 continuation line, recompute the new window start instead of
16842 recentering.
16843
168442007-05-18 Glenn Morris <rgm@gnu.org>
16845
16846 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
16847 Suggested by Alfred M. Szmidt <ams@gnu.org>.
16848
168492007-05-17 Glenn Morris <rgm@gnu.org>
16850
16851 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
16852
168532007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16854
16855 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
16856 dead key repeat and up events.
16857
168582007-05-14 Chong Yidong <cyd@stupidchicken.com>
16859
16860 * image.c (pbm_load): Check image size for monochrome pbm.
16861
168622007-05-13 Chong Yidong <cyd@stupidchicken.com>
16863
16864 * xterm.c (XTread_socket): Revert last change.
16865
168662007-05-12 Chong Yidong <cyd@stupidchicken.com>
16867
16868 * image.c (pbm_load): Correctly check image size for greyscale pbm.
16869
16870 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
16871
168722007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16873
16874 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
16875 mixup (YAILOM).
16876
168772007-05-07 Andreas Schwab <schwab@suse.de>
16878
16879 * keymap.c (Flookup_key): Fix typo in last change.
16880
168812007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
16884 mapping for unibyte strings.
16885
168862007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16887
16888 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
16889 (Fx_popup_dialog) [MAC_OSX]: Likewise.
16890
168912007-04-29 Richard Stallman <rms@gnu.org>
16892
16893 * insdel.c (replace_range): For undo, record insertion first.
16894
168952007-04-29 Andreas Schwab <schwab@suse.de>
16896
16897 * lisp.h (VECSIZE): Use OFFSETOF.
16898
168992007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16900
16901 * xdisp.c (try_window_reusing_current_matrix): Fix number of
16902 disabled lines.
16903
169042007-04-28 Richard Stallman <rms@gnu.org>
16905
16906 * lread.c (read_escape): In a string, \s is always space.
16907
169082007-04-27 Jan Djärv <jan.h.d@swipnet.se>
16909
16910 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
16911
16912 * gtkutil.c (xg_update_menubar, create_menus): Create empty
16913 submenu for menu bar items.
16914
16915See ChangeLog.10 for earlier changes.
16916
16917;; Local Variables:
16918;; coding: utf-8
16919;; add-log-time-zone-rule: t
16920;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16921;; End:
16922
16923 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
16924
16925 This file is part of GNU Emacs.
16926
16927 GNU Emacs is free software: you can redistribute it and/or modify
16928 it under the terms of the GNU General Public License as published by
16929 the Free Software Foundation, either version 3 of the License, or
16930 (at your option) any later version.
16931
16932 GNU Emacs is distributed in the hope that it will be useful,
16933 but WITHOUT ANY WARRANTY; without even the implied warranty of
16934 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16935 GNU General Public License for more details.
16936
16937 You should have received a copy of the GNU General Public License
16938 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16939
16940;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40