(font_intern_prop): Validate str as multibyte.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
545312c2
KH
12008-12-30 Kenichi Handa <handa@m17n.org>
2
3 * font.c (font_intern_prop): Validate str as multibyte.
4
bd7bbf29
DN
52008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6
31e0750e
DN
7 * dispextern.h (struct face): Move lface and hash from the middle
8 of bitfields.
9
bd7bbf29
DN
10 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11
b5672e7c
DN
122008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13
14 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
15 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
16 instead of intervals.h.
17
d704470f
AS
182008-12-26 Andreas Schwab <schwab@suse.de>
19
20 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
21 cons.
22
54b33868
MR
232008-12-26 Martin Rudalics <rudalics@gmx.at>
24
25 * textprop.c (Qminibuffer_prompt): New variable.
26 (syms_of_textprop): Initialize it.
27 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
28 in minibuffer-prompt face. (Bug#1662)
29
40b615d6
JR
302008-12-25 Jason Rumney <jasonr@gnu.org>
31
32 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
33
baae5c2d
JR
342008-12-24 Jason Rumney <jasonr@gnu.org>
35
36 * ralloc.c (r_alloc_reset_variable): New function.
37
38 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
85f967f9 39 record of what points where. (Bug#716)
baae5c2d 40
a9051c88
DN
412008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
42
43 * minibuf.c (read_minibuf): Follow the non-interactive case when
44 running as a daemon, before detaching.
45
8b146312
AS
462008-12-22 Andreas Schwab <schwab@suse.de>
47
48 * buffer.c (init_buffer): Use realloc instead of xrealloc.
49 * gtkutil.c (free_widget_value): Use xfree instead of free.
50
56f2de10
MR
512008-12-22 Martin Rudalics <rudalics@gmx.at>
52
53 * frame.c (delete_frame): New function derived from
54 Fdelete_frame to handle Qnoelisp value for FORCE argument.
55 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
56 (Fdelete_frame): Call delete_frame. Remove line from doc-string
57 saying that FORCE non-nil doesn't run `delete-frame-functions'.
58 * frame.h: Extern delete_frame.
59 * window.c (window_loop):
60 * terminal.c (delete_terminal):
61 * xterm.c (x_connection_closed):
62 * xfns.c (Fx_hide_tip):
63 * w32fns.c (Fx_hide_tip): Call delete_frame instead of
64 Fdelete_frame.
65
1fc200d6
JR
662008-12-21 Jason Rumney <jasonr@gnu.org>
67
68 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
69 when character maps to .notdef character.
70
5e252df2
SM
712008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
74
99b72cc4
JR
752008-12-20 Jason Rumney <jasonr@gnu.org>
76
77 * frame.c (Fmake_terminal_frame): Raise an error when called from
85f967f9 78 a graphical frame on Windows. (Bug#1325)
99b72cc4 79
acc49a52
JD
802008-12-20 Jan Djärv <jan.h.d@swipnet.se>
81
82 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
83
6ea15123
CY
842008-12-20 Chong Yidong <cyd@stupidchicken.com>
85
86 * minibuf.c (Fread_buffer): Doc fix.
87
b2dab6c8
JR
882008-12-20 Jason Rumney <jasonr@gnu.org>
89
54ea0c87 90 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
85f967f9 91 server name in UNC paths. (Bug#719)
54ea0c87 92
b2dab6c8 93 * coding.c (decode_coding): Clear chars_at_source flag when using
85f967f9 94 charbuf. (Bug#1035)
b2dab6c8 95
6d1921be
DN
962008-12-19 Daniel Engeler <engeler@gmail.com>
97
98 * sysdep.c (serial_configure): Fix typo.
99
53934c98
DN
1002008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
101
102 * sysdep.c: Include alloca.h.
f4f634e8
DN
103 (system_process_attributes): Add implementation for Solaris.
104
105 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 106
06e111a6
DN
1072008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
108
109 Reorganize implementation of Flist_system_processes and
110 Fsystem_process_attributes. No functional changes.
111 * process.c: Don't #include pwd.h, grp.h and limits.h.
112 (Flist_system_processes): Just call list_system_processes.
113 (Fsystem_process_attributes): Just call system_process_attributes.
114 (procfs_list_system_processes, time_from_jiffies)
115 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
116 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
117
118 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
119 (list_system_processes): Rename from
120 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
121 Provide a do nothing implementation.
122 (system_process_attributes): Rename from
123 procfs_list_system_processes.
124 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
125 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
126
127 * w32.c (list_system_processes): Rename from
128 w32_list_system_processes.
129 (system_process_attributes): Rename from
130 w32_system_process_attributes.
131
132 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
133
134 * process.h (w32_list_system_processes)
135 (w32_system_process_attributes): Remove.
136 (list_system_processes, system_process_attributes): New
137 prototypes.
138
6a705b23
KH
1392008-12-19 Kenichi Handa <handa@m17n.org>
140
141 * xfont.c (xfont_decode_coding_xlfd): New function.
142 (xfont_encode_coding_xlfd): New function.
143 (xfont_list_pattern): Decode XLFD by iso-8859-1.
144 (xfont_list): Decode and encode XLFD by iso-8859-1.
145 (xfont_match): Likewise.
146 (xfont_list_family): Likewise.
147 (xfont_open): Likewise.
148
149 * ftfont.c (ftfont_open): Genarate a multibyte string if given
150 names are utf-8.
151
152 * xftfont.c (xftfont_open): Genarate a multibyte string if given
153 names are utf-8.
154
5a130941
JD
1552008-12-18 Jan Djärv <jan.h.d@swipnet.se>
156
157 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
158 changed.
bfd20325
JD
159 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
160 clicked on a detached tool bar button.
5a130941 161
fd95644b
DN
1622008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
163
164 * emacs.c (main): Print and error and exit when no data is read
165 from the pipe.
166
e6eee6ae
JR
1672008-12-17 Jason Rumney <jasonr@gnu.org>
168
169 * w32font.c (w32font_has_char): Always return -1.
170
a35dd56b
KH
1712008-12-16 Kenichi Handa <handa@m17n.org>
172
173 * font.c (font_open_entity): Fix previous change.
174
0e3635c2
DN
1752008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
176
177 * process.c: Include <limits.h>.
178
d4835507 1792008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
180
181 * font.c (font_update_drivers): Fix mistake in reconstructing the
182 driver list.
183
1842008-12-16 Chong Yidong <cyd@stupidchicken.com>
185
186 * font.c (font_clear_cache): Fix format of font cache data.
187
e2cbc401
CY
1882008-12-15 Chong Yidong <cyd@stupidchicken.com>
189
190 * xftfont.c (xftfont_open): Free Xft font pattern if
191 XftFontOpenPattern fails.
192
193 * xterm.c (x_free_frame_resources): Remove extraneous call to
194 free_frame_faces.
195
b131d535
CY
1962008-12-13 Chong Yidong <cyd@stupidchicken.com>
197
198 * xterm.c (x_delete_display): Move xim_close_dpy call to
199 x_delete_terminal.
200 (x_delete_terminal): Call xim_close_dpy.
201
e6df5336
JR
2022008-12-13 Jason Rumney <jasonr@gnu.org>
203
204 * w32font.c (intern_font_name): New function.
205 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
206 (w32font_open_internal, Fx_select_font): Decode font name.
207 (fill_in_logfont, list_all_matching_fonts): Encode font name.
208
209 * w32font.h (intern_font_name): Declare new function.
210
211 * w32uniscribe.c (add_opentype_font_name_to_list):
212 Use intern_font_name.
213
20d68145
CY
2142008-12-13 Chong Yidong <cyd@stupidchicken.com>
215
9f2554de
CY
216 * frame.c (Fdelete_frame): Call free_font_driver_list.
217
3d9bec9a
CY
218 * font.c (free_font_driver_list): Implement missing function.
219
20d68145
CY
220 * w32term.c (w32_term_init): Don't initialize the image cache
221 here; it will be done in init_frame_faces.
222
223 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
224 (struct x_display_info): Remove unused member null_pixel. New
225 member xim_callback_data.
226
227 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
228 (xim_initialize): Save pointer to callback function data.
229 (xim_close_dpy): Free callback function data. Call XCloseIM,
230 reverting 2008-11-04 change by David Smith.
231 (x_term_init): Don't initialize the image cache here; it will be
232 done in init_frame_faces. Remove ancient "null_pixel" cruft.
233 (x_delete_display): Free x_dnd_atoms member.
234
96f9306b
KH
2352008-12-13 Kenichi Handa <handa@m17n.org>
236
237 * font.c (font_rescale_ratio): Moved from xfaces.c. Argument
238 type changed. Handle a font-spec too.
239 (font_score): Check Vface_font_rescale_alist.
240 (font_open_entity): Likewise.
241
242 * xfaces.c (font_rescale_ratio): Moved to font.c.
243
8d5b4964
CY
2442008-12-13 Chong Yidong <cyd@stupidchicken.com>
245
246 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
247
e6df5336
JR
2482008-12-12 Jason Rumney <jasonr@gnu.org>
249
250 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
251 Vwindow_system_version to the real w32 major version.
252
97c6058a
DN
2532008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * term.c (init_tty): Move setting the terminal name before the
256 potential user: maybe_fatal.
257
ec4e88d7
CY
2582008-12-11 Chong Yidong <cyd@stupidchicken.com>
259
d4835507
JB
260 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
261 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 262
b4233ec9
JR
2632008-12-11 Jason Rumney <jasonr@gnu.org>
264
8ec71e23 265 * w32font.c (fill_in_logfont): Don't assume symbol script means
85f967f9 266 SYMBOL_CHARSET. (Bug#547)
8ec71e23 267
b4233ec9 268 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
e3021fe7 269 size for surrogates. (Bug#1096, bug#872)
b4233ec9 270
011a0143
JB
2712008-12-11 Juanma Barranquero <lekktu@gmail.com>
272
273 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
274
3c309f34
JB
2752008-12-11 Juanma Barranquero <lekktu@gmail.com>
276
277 * process.c (Fsystem_process_attributes, syms_of_process):
278 Fix typo in name of Ssystem_process_attributes.
279 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
280
fedc6ab5
JB
2812008-12-11 Juanma Barranquero <lekktu@gmail.com>
282
283 * syntax.c (Fmodify_syntax_entry): Doc fix.
284
ba3de0e8
JB
2852008-12-10 Juanma Barranquero <lekktu@gmail.com>
286
287 * font.c (Ffont_spec): Move usage to end of docstring.
288
174f1c74
JR
2892008-12-10 Jason Rumney <jasonr@gnu.org>
290
291 * w32font.c (Qcham): New symbol.
292 (font_supported_scripts): Add cham, and comments for other new
293 scripts in bitfield from OpenType spec.
9d32f818
JR
294 (add_font_entity_to_list): Limit unicode-sip fonts to those that
295 contain characters beyond the bmp.
174f1c74 296
7b649478
KH
2972008-12-10 Kenichi Handa <handa@m17n.org>
298
299 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 300 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
301 Qunicode_sip.
302
2133e2d1
JB
3032008-12-10 Juanma Barranquero <lekktu@gmail.com>
304
305 * coding.c (QCdefault_char): Rename from QCdefalut_char.
306 (Fcoding_system_put): Use QCdefault_char.
307 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
308
9af886ee
CY
3092008-12-09 Chong Yidong <cyd@stupidchicken.com>
310
74d819eb
CY
311 * xftfont.c (syms_of_xftfont): Fix typo.
312
4ccfa1c0 313 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 314
7c19d3ae
DN
3152008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
316
317 * emacs.c (main): Close daemon_pipe on exec.
318
567826bb
CY
3192008-12-08 Chong Yidong <cyd@stupidchicken.com>
320
321 * termchar.h (struct tty): New members termcap_term_buffer and
322 termcap_strings_buffer.
323
324 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 325 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
326 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
327 All callers changed.
328 (init_tty): Store termcap data and string buffers in new struct
329 tty members termcap_term_buffer and termcap_strings_buffer.
330 (delete_tty): Free them.
4ccfa1c0 331 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 332
aa96c42b
SZ
3332008-12-07 Seiji Zenitani <zenitani@mac.com>
334
335 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 336 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 337
b7e1d896
CY
3382008-12-06 Chong Yidong <cyd@stupidchicken.com>
339
340 * coding.c (make_conversion_work_buffer): Disable buffer
341 modification hooks in the work buffer.
342
b5ec91a5
EZ
3432008-12-05 Eli Zaretskii <eliz@gnu.org>
344
345 * process.c (procfs_system_process_attributes): If `nread' has a
346 negative value, assign zero to it.
347
a5d2a52b
CY
3482008-12-05 Chong Yidong <cyd@stupidchicken.com>
349
68c5540b 350 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 351
7bf1bb21
KH
3522008-12-05 Kenichi Handa <handa@m17n.org>
353
354 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
355 second character is a combining character.
356
2fdc7d00
EZ
3572008-12-05 Eli Zaretskii <eliz@gnu.org>
358
359 * process.c (procfs_system_process_attributes): Don't use cmd,
360 cmdsize, and q without initializing them first.
361
bf6bfba8
JR
3622008-12-04 Jason Rumney <jasonr@gnu.org>
363
364 * w32font.c (w32font_draw): Initialize orig_clip before getting
365 it, and delete it when finished.
366
a3b1a468
DN
3672008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
368
369 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
370 case when running as a daemon before detaching.
371
8b8be8eb
JB
3722008-12-03 Juanma Barranquero <lekktu@gmail.com>
373
805f2638 374 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 375
b1bde622
KH
3762008-12-03 Kenichi Handa <handa@m17n.org>
377
e500c47d
KH
378 * font.c (font_at): Set `multibyte' at first.
379
ca516334
KH
380 * coding.c (decode_coding_charset): Check type of an element of
381 vector VALIDS.
7bf1bb21 382 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 383
4ccfa1c0 384 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
385 (font_for_char): Likewise.
386
1e5ecd37
CY
3872008-12-03 Chong Yidong <cyd@stupidchicken.com>
388
d5b01609 389 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
390 (font_update_lface): Handle fonts with corrupted size specs,
391 i.e. non-int and non-float.
d5b01609 392
11e3a6e4 393 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 394 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 395 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 396
ab06788b
CY
397 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
398
1e5ecd37 399 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 400 underline_minimum_offset for underline position.
1e5ecd37 401
63c125ab
DN
4022008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
403
404 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
405
406 * character.c (c_string_width): Specify the type for LEN.
407
3a8406e1
KH
4082008-12-03 Kenichi Handa <handa@m17n.org>
409
4ccfa1c0 410 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 411 (decode_coding_utf_8): Likewise.
4ccfa1c0 412 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 413 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 414
651df7d9
CY
4152008-12-02 Chong Yidong <cyd@stupidchicken.com>
416
417 * keyboard.c (make_lispy_position): Only use PT if the selected
418 window is current.
419
1f625c6c
AS
4202008-12-02 Andreas Schwab <schwab@suse.de>
421
f7741ce9
AS
422 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
423
1f625c6c
AS
424 * doprnt.c (doprnt1): Fix size of charbuf.
425
92bc2678
CY
4262008-12-02 Chong Yidong <cyd@stupidchicken.com>
427
428 * keyboard.c (timer_check): Revert last change.
429
93b9e8cc
JB
4302008-12-02 Juanma Barranquero <lekktu@gmail.com>
431
432 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
433
fd7a37d5
JB
4342008-12-01 Juanma Barranquero <lekktu@gmail.com>
435
436 * makefile.w32-in: Update dependencies.
437 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
438
c115043b
AS
4392008-12-01 Andreas Schwab <schwab@suse.de>
440
441 * font.c (register_font_driver): Use xmalloc.
442 (font_put_frame_data): Likewise.
443
f5668d2a
CY
4442008-12-01 Chong Yidong <cyd@stupidchicken.com>
445
860d96be
CY
446 * xfaces.c (realize_x_face): Make abort condition clearer.
447
f5668d2a
CY
448 * gtkutil.c (update_frame_tool_bar): Initialize variable.
449
379c17e7
CY
4502008-11-30 Chong Yidong <cyd@stupidchicken.com>
451
452 * keyboard.c (timer_check): After a timer runs, ensure that the
453 selected window's buffer is current.
454
35f36d65
JB
4552008-11-30 Juanma Barranquero <lekktu@gmail.com>
456
f952c61c
JB
457 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
458 It was accidentally restored by the Unicode merge.
459
35f36d65
JB
460 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
461
b23077df
JB
4622008-11-29 Juanma Barranquero <lekktu@gmail.com>
463
464 * w32proc.c: Include "coding.h".
465 (Fw32_short_file_name): Encode filename passed to Windows API.
466 (Fw32_long_file_name): Encode filename passed to Windows API and
467 decode back the result. (Bug#1433)
468
b8ebe9dd
KH
4692008-11-29 Kenichi Handa <handa@m17n.org>
470
8cc53f96
KH
471 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
472 not before accessing it.
473
b8ebe9dd
KH
474 * charset.c (Fdefine_charset_internal): After calculating
475 min_char, max_char, and fastmap, copy the charset structure again.
476 (encode_char): Fix the previous change.
477
59bc82c0
SZ
4782008-11-28 Seiji Zenitani <zenitani@mac.com>
479
480 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
481
482 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
483
484 * nsterm.m (x_set_frame_alpha): New function.
485
32247e3d
EZ
4862008-11-27 Eli Zaretskii <eliz@gnu.org>
487
488 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
489
b003e5ff
JB
4902008-11-27 Juanma Barranquero <lekktu@gmail.com>
491
492 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
493 pointer to check_face_name.
494
708550f5
KH
4952008-11-27 Kenichi Handa <handa@m17n.org>
496
497 * category.h (SET_CATEGORY_SET): Call set_category_set.
498 (set_category_set): Extern it.
499
500 * category.c (hash_get_category_set): New function.
501 (Fmodify_category_entry): Adjusted for the change of
502 char_table_ref_and_range. Call hash_get_category_set to get a
503 category set to store in the table.
504
505 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
506 Funify_charset.
507
2ae37cf0 508 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
509 (DECODE_CHAR): Check if the decoder vector is ready.
510 (ENCODE_CHAR): Check if the encoder char-table is ready.
511 (maybe_unify_char): Extern it.
512
513 * charset.c (Vchar_unified_charset_table): Delete it.
514 (inhibit_load_charset_map): New variable.
515 (temp_charset_work): New variable.
516 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
517 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
518 New macros.
519 (load_charset_map): Meaning of control_flag changed. If
520 inhibit_load_charset_map is nonzero, setup a table in
521 temp_charset_work.
522 (load_charset): New argument control_flag.
523 (map_charset_for_dump): New function.
524 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
525 map_charset_for_dump.
526 (Fdefine_charset_internal): If the charset method is MAP, load
527 mapping tables by calling load_charset.
528 (Funify_charset): Don't load a mapping table but directly set
529 Vchar_unify_table.
530 (maybe_unify_char): New function.
531 (decode_char): Don't handle the deleted method MAP_DEFERRED.
532 Handle the case of inhibit_load_charset_map being nonzero.
533 (encode_char): Don't handle the deleted method MAP_DEFERRED.
534 Handle the case of inhibit_load_charset_map being nonzero.
535 (Fclear_charset_maps): Just free temp_charset_work.
536 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
537 variable.
538
539 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
540 change of char_table_ref_and_range.
541 (char_table_ref_and_range): Change the meaning of argument FROM
542 and TO. Now the caller must provide initial values for *FROM
543 and *TO.
544
545 * fontset.c (fontset_add): Adjusted for the change of
546 char_table_ref_and_range.
547 (fontset_get_font_group): Likewise.
548 (Ffontset_info): Likewise.
549
550 * keymap.c (describe_vector): Adjusted for the change of
551 char_table_ref_and_range. For char-table, put boundary between
552 non-ASCII and 8-bit characters.
553
554 * print.c (print_object): For bool-vector, delete unnecessary
555 check of ASCII_BYTE_P.
556
9196133b
JR
5572008-11-26 Jason Rumney <jasonr@gnu.org>
558
559 * w32font.c (w32font_open_internal): Don't include external
85f967f9 560 leading in font height. (Bug#879)
9196133b 561
9f688acf
GM
5622008-11-26 Glenn Morris <rgm@gnu.org>
563
564 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
565 redefinition with ifdef. (Bug#1383)
566
90d19aff
AR
5672008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
568
569 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
570
4ccfa1c0 5712008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
572
573 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
574 New EmacsView methods.
575 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
576 Fixes bug #1048,1357,1414.
577
5782008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
579
580 Fix bug #1362.
581 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
582 is not an indexed color.
583 * nsterm.m (free_indexed_color): Add argument checking.
584 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
585
e7d5ecb3
CY
5862008-11-24 Chong Yidong <cyd@stupidchicken.com>
587
588 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
589 Document confirm-after-completion value for
590 minibuffer-completion-confirm.
591
c285743c
JR
5922008-11-24 Jason Rumney <jasonr@gnu.org>
593
594 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
595 warning.
596
b0857706
JR
5972008-11-23 Jason Rumney <jasonr@gnu.org>
598
599 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
600 restored before returning.
601
602 * w32font.c (check_face_name): New function.
603 (add_font_entity_to_list): Use it to filter out common substituted
85f967f9 604 fonts. (Bug#642)
b0857706 605
ee50ff07
MR
6062008-11-22 Martin Rudalics <rudalics@gmx.at>
607
608 * buffer.c (Fswitch_to_buffer): Reword and mention new option
609 confirm-nonexistent-file-or-buffer in doc-string.
610
b8ff72fa
SM
6112008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
614 Fix copy/paste typo. Add checks.
615
cee53ed4
KH
6162008-11-21 Kenichi Handa <handa@m17n.org>
617
618 * coding.c (detect_coding_iso_2022): Reject invalid composition
619 sequence.
620 (DECODE_COMPOSITION_START): If the current source is the last
621 block, and the current composition doesn't end, regard this
622 sequence as invalid.
623 (decode_coding_iso_2022): Handle invalid composition sequence.
624
f6ef1e65
MR
6252008-11-20 Martin Rudalics <rudalics@gmx.at>
626
627 * window.c (coordinates_in_window): Don't return
628 ON_VERTICAL_BORDER for the rightmost position of a mode/header
629 line when the window is not the rightmost one. (Bug#1372)
630
e08b1705
MR
6312008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
632
633 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
634
ad98e89f
EZ
6352008-11-15 Eli Zaretskii <eliz@gnu.org>
636
637 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
638 and bright_bg if noninteractive is non-zero.
639
fb098a4b
CY
6402008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
641
642 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
643 x_draw_glyph_string_background.
644
645 * w32term.c (x_draw_glyph_string): Likewise.
646
ce952b6e
CY
6472008-11-15 Chong Yidong <cyd@stupidchicken.com>
648
649 * xterm.c (x_draw_glyph_string): Stop drawing the background of
650 the next glyph string once past the overhang width.
651
652 * nsterm.m (ns_draw_glyph_string): Likewise.
653
654 * w32term.c (x_draw_glyph_string): Likewise.
655
26ea7079
CY
6562008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
657
658 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
659 double file close.
660
1c33c906
MR
6612008-11-14 Martin Rudalics <rudalics@gmx.at>
662
663 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
664 dedicated status of window before attempting to display another
665 buffer in it.
666
8fc29035
JB
6672008-11-14 Juanma Barranquero <lekktu@gmail.com>
668
669 * msdos.c (Fmsdos_long_file_names):
670 (syms_of_msdos) <dos-unsupported-char-glyph>:
671 * dosfns.c (Fint86): Fix typos in docstrings.
672
55fb4286
EZ
6732008-11-14 Eli Zaretskii <eliz@gnu.org>
674
675 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
676
3fda0315
KY
6772008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
678
679 * puresize.h (BASE_PURESIZE): Increase to 1260000.
680
7e849c17
CY
6812008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
682
683 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
684
685 * frame.h: Negative alpha means "don't touch".
686
687 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
688
689 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
690
b9fd67bd
DN
6912008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
692
693 * hftctl.c:
694 * chpdef.h:
695 * acldef.h: Remove files used only for systems no longer supported.
696
697 * Makefile.in: Fix .o alphabetical ordering.
698 (hftctl.o): Remove dependency, file removed.
699 (keymap.o, print.o): Depend on charset.h.
700
d5998e03
KH
7012008-11-10 Kenichi Handa <handa@m17n.org>
702
2ae37cf0 703 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 704
be70e183
CY
7052008-11-08 Chong Yidong <cyd@stupidchicken.com>
706
707 * dired.c (file_name_completion): If completion_ignore_case is
708 enabled, ignore case when checking completion-regexp-list.
709
7cf94eac
EZ
7102008-11-08 Eli Zaretskii <eliz@gnu.org>
711
712 * vm-limit.c (get_lim_data): Fix last change.
713
ee107a89
KH
7142008-11-08 Kenichi Handa <handa@m17n.org>
715
716 * character.c (Fget_byte): New function.
717 (syms_of_character): Defsubr Fget_byte.
718
5fd15622
CY
7192008-11-07 Chong Yidong <cyd@stupidchicken.com>
720
721 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
722 cursor position is valid after scrolling.
723
13d62fad
JB
7242008-11-06 Juanma Barranquero <lekktu@gmail.com>
725
726 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
727
a1dd2936
GM
7282008-11-06 Glenn Morris <rgm@gnu.org>
729
730 * xterm.c (handle_one_xevent): Don't let popup menus cause
731 mouse-autoselect-window related window switching. (Bug#1261)
732
860cd236
CY
7332008-11-04 David Smith <davidsmith@acm.org> (tiny change)
734
735 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
736
653a3150
AS
7372008-11-04 Andreas Schwab <schwab@suse.de>
738
739 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
740
870f5cac
CY
7412008-11-03 Chong Yidong <cyd@stupidchicken.com>
742
743 * xfns.c (Fx_wm_set_size_hint): New function.
744
1e02f3cb
MR
7452008-11-03 Martin Rudalics <rudalics@gmx.at>
746
747 * textprop.c (Fprevious_single_char_property_change): Return 0
748 when there's no change in a string. (Bug#1301)
749
e630dfc6
MR
7502008-11-02 Martin Rudalics <rudalics@gmx.at>
751
752 * frame.c (do_switch_frame): New argument NORECORD passed to
753 Fselect_window.
754 (Fselect_frame): New argument NORECORD passed to
755 do_switch_frame.
756 (Fset_frame_selected_window): New argument NORECORD passed to
757 Fselect_frame.
758 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
759 in call of do_switch_frame.
760 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
761 Handle NORECORD argument in call of Fselect_frame.
762 * lisp.h (do_switch_frame, Fselect_frame)
763 (Fset_frame_selected_window): Adjust declarations.
764 * window.c (select_frame_norecord): New function.
765 (run_window_configuration_change_hook): Use it and call
766 Fselect_frame with NORECORD set.
767 (Fselect_window): Pass NORECORD to Fselect_frame.
768 (Fset_window_configuration): Handle NORECORD argument in call of
769 do_switch_frame.
770 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
771 Fset_frame_selected_window.
772 * keyboard.c (command_loop_1): Handle NORECORD in call of
773 Fselect_frame (currently ifdefd).
774
9020b223
GM
7752008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
776
777 * emacs.c (USAGE2): Untabify.
778
793ffee8
SM
7792008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * composite.c (fill_gstring_header): Fix copy/paste typo.
782
ab6d1131
MR
7832008-10-31 Martin Rudalics <rudalics@gmx.at>
784
785 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
786 (Fother_window): Rename argument and rewrite doc-string.
787 (select_window_norecord): Fix return value. (Bug#1276)
788
601a9cf1
JB
7892008-10-30 Juanma Barranquero <lekktu@gmail.com>
790
791 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
792 new frames overriding foreground for tooltips. Based on similar patch
793 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
794
813b0652
CY
7952008-10-29 Chong Yidong <cyd@stupidchicken.com>
796
797 * emacs.c (Fdaemon_initialized): Initialize nfd.
798
4414f58f
MR
7992008-10-29 Martin Rudalics <rudalics@gmx.at>
800
801 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
802 (Fwindow_text_height): Clarify doc-strings.
803 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
804 doc-string of window-scroll-functions.
805
ecdcaa09
RS
8062008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
807
808 * category.c (syms_of_category): Fix typo in docstring.
809
23fe745a
JB
8102008-10-28 Juanma Barranquero <lekktu@gmail.com>
811
812 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
813 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
814 Fix typos in docstrings.
815
ff808935
DN
8162008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
817
818 * emacs.c (daemon_pipe): Make non-static.
819 (IS_DAEMON): Move definition ...
820 * lisp.h (IS_DAEMON): ... here.
821 (daemon_pipe): Declare.
822 (is_daemon): Remove.
823 * dispnew.c (init_display): Use IS_DAEMON.
824
fc012771
SM
8252008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
828 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
829
830 * emacs.c (is_daemon): Remove.
831 (main): Don't set is_daemon.
832 (IS_DAEMON): New macro.
833 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 834 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
835 parent exits.
836 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
837
d8bdbe6f
CY
8382008-10-27 Chong Yidong <cyd@stupidchicken.com>
839
d1a072bf
CY
840 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
841 over-sized glyph, draw it with the default glyph width.
842
e2e325aa
CY
843 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
844 glyph, draw it with the default glyph width.
845
846 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
847 glyph, draw it with the default glyph width.
848
d8bdbe6f
CY
849 * xdisp.c (try_scrolling): When computing the distance from the
850 scroll margin to PT, try moving some distance past the window
851 bottom before giving up.
852
7bfac547
MR
8532008-10-27 Martin Rudalics <rudalics@gmx.at>
854
855 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
856 (Fset_window_buffer): Explain in doc-string that a window can be
857 "strongly" dedicated to its buffer.
858
4ff029f6
DN
8592008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
860
861 * emacs.c (daemon_name): New variable.
862 (main): Deal with --daemon=SERVER_NAME.
863 (Fdaemonp): Return a name if one was passed to --daemon.
864
5790ef40
DN
8652008-10-26 Romain Francoise <romain@orebokech.com>
866
f9bd0df9 867 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
868 (main): Create a pipe before forking, make the parent exit only after
869 the child has closed its end of the pipe. Move closing the
870 descriptors ...
871 (Fdaemon_initialized): ... here. New function.
872
f5385255
SM
8732008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
874
4d632321
SM
875 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
876 the previous unoptimized table.
877
f5385255
SM
878 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
879 the distinction between non-nil and non-t value of `dedicated'.
880
6c56a0f3
CY
8812008-10-25 Chong Yidong <cyd@stupidchicken.com>
882
883 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 884 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 885
fec89261
MR
8862008-10-25 Martin Rudalics <rudalics@gmx.at>
887
888 * window.c (Fget_buffer_window, Fdelete_windows_on)
889 (Freplace_buffer_in_windows): Make buffer argument optional and
890 rename to buffer_or_name.
891
34fcddd0
CY
8922008-10-24 Chong Yidong <cyd@stupidchicken.com>
893
f5385255
SM
894 * xdisp.c (handle_single_display_spec, handle_display_prop):
895 Undo 2005-05-16 change.
34fcddd0
CY
896 (handle_stop): Pop iterator if it's loaded with an empty string.
897 (get_overlay_strings_1): Don't save iterator if it's loaded with
898 an empty string (bug#1201).
899
064766f2
KH
9002008-10-24 Kenichi Handa <handa@m17n.org>
901
902 * ftfont.c (ftfont_otf_features): Fix previous change.
903 (ftfont_otf_capability): Check FeatureList.FeatureCount before
904 calling ftfont_otf_features.
905
f9bd0df9 9062008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
907
908 * font.c (font_match_p): Fix for the case that a vector of
909 characters is in script-representative-chars.
910
1dae9197
MA
9112008-10-24 Michael Albinus <michael.albinus@gmx.de>
912
913 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 914 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
915 (xd_read_queued_messages): Catch Qdbus_error from the macros.
916 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
917 macro. (Bug#1186).
918
f9bd0df9 9192008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
920
921 * s/sol2-10.h: New file.
922
878a4584
JB
9232008-10-23 Juanma Barranquero <lekktu@gmail.com>
924
925 * xdisp.c (fill_glyph_string): Fix typo in source (though the
926 poor beast has survived 9+ years and the jump from xterm.c!).
927
cd265ca6
MR
9282008-10-23 Martin Rudalics <rudalics@gmx.at>
929
930 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
931 Reword doc-string.
f5385255 932 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 933
472a4dc9
JB
9342008-10-23 Juanma Barranquero <lekktu@gmail.com>
935
936 * character.c (syms_of_character) <script-representative-chars>:
937 <unicode-category-table>: Doc fixes.
938
159bd5a2
NF
9392008-10-23 Noah Friedman <friedman@splode.com>
940
941 * coding.c (make_conversion_work_buffer): Check that
942 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
943 Fget_buffer_create.
944
49f9c344
KH
9452008-10-23 Kenichi Handa <handa@m17n.org>
946
947 * font.c (font_add_log): Check the values of extra properties.
948
12bb3111
MR
9492008-10-22 Martin Rudalics <rudalics@gmx.at>
950
951 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
952 Reword doc-string.
953 (Fset_window_parameter): Use NILP.
954 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 955 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 956
bbeb4e99
JB
9572008-10-22 Juanma Barranquero <lekktu@gmail.com>
958
959 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
960
9612008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
962
963 * nsfns.m (ns_appkit_version): New function.
964 (x-server-version): Use it.
965 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
966 (x-server-vendor): Don't check_ns().
967
968 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
969
a9b555d3
JB
9702008-10-22 Juanma Barranquero <lekktu@gmail.com>
971
972 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
973 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
974
4626499f
KH
9752008-10-22 Kenichi Handa <handa@m17n.org>
976
e3681952
KH
977 * syntax.c (scan_words): Call word_boundary_p instead of comparing
978 scripts.
979
4626499f
KH
980 * category.c (word_boundary_p): Check scripts instead of charset.
981 Handle nil value in word-separating-categories and
982 word-combining-categories.
983 (syms_of_category): Fix docstrings of word-separating-categories
984 and word-combining-categories.
985
1560f91a
EZ
9862008-10-21 Eli Zaretskii <eliz@gnu.org>
987
988 * coding.c (Fencode_coding_region, Fdecode_coding_region)
989 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
990
f4668441
MR
9912008-10-21 Martin Rudalics <rudalics@gmx.at>
992
993 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
994 Rename arg "buffer" to "buffer_or_name".
995 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
996 it optional.
997 (no_switch_window): Remove since the return value is not used.
a9b555d3 998 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
999 Consider window as dedicated when Fwindow_dedicated_p returns a
1000 non-nil value.
1001 * lisp.h: Remove prototype for no_switch_window.
1002
fd75ddb2
JD
10032008-10-21 Jan Djärv <jan.h.d@swipnet.se>
1004
1005 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 1006 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 1007
07295713
KH
10082008-10-21 Kenichi Handa <handa@m17n.org>
1009
1010 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
1011 check Vlatin_extra_code_table.
1012
712adc82
EZ
10132008-10-20 Eli Zaretskii <eliz@gnu.org>
1014
1015 * fileio.c (Fset_file_modes): Doc fix.
1016
f549eb0b
MA
10172008-10-19 Michael Albinus <michael.albinus@gmx.de>
1018
1019 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
1020 in arrays.
1021
aac0c6e3
MR
10222008-10-19 Martin Rudalics <rudalics@gmx.at>
1023
1024 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
1025 Mention kill-buffer in doc-string.
1026 (Fset_window_buffer): Reinsert tem check removed in last commit.
1027 (Fenlarge_window, Fshrink_window): Have argument names and
1028 doc-string follow Elisp manual more closely.
1029
10302008-10-18 Eli Zaretskii <eliz@gnu.org>
1031
1032 * fileio.c (Fset_file_modes): Doc fix.
1033
10342008-10-18 Martin Rudalics <rudalics@gmx.at>
1035
1036 * window.c (Fwindow_width, Fset_window_start)
1037 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
1038 (Fdelete_windows_on, Freplace_buffer_in_windows):
1039 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
1040 (Fwindow_dedicated_p): Make window argument optional.
1041 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
1042 (Fset_window_buffer): Respect any non-nil dedicated value for
1043 window. Rename "buffer" argument to "buffer_or_name".
1044
10452008-10-18 Ulrich Mueller <ulm@gentoo.org>
1046
1047 * m/sh3.h: New file, machine description for SuperH.
1048
10492008-10-17 Martin Rudalics <rudalics@gmx.at>
1050
1051 * window.c (Fsplit_window): Rename arg horflag to horizontal.
1052
10532008-10-17 Kenichi Handa <handa@m17n.org>
1054
1055 * ftfont.c (ftfont_otf_features): Fix indexing
1056 gsub_gpos->FeatureList.Feature. Check the validity of indices.
1057
10582008-10-16 Magnus Henoch <mange@freemail.hu>
1059
1060 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
1061 (Fdbus_call_method_asynchronously): Ditto.
1062 This change makes C-h f display the argument list.
1063
10642008-10-16 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * fileio.c (Fexpand_file_name): Doc fix.
1067
1068 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
1069 of :foreground and :background equivalent to unspecified (20.x
1070 compatibility).
1071
10722008-10-15 Eli Zaretskii <eliz@gnu.org>
1073
1074 * buffer.c (syms_of_buffer): Doc fix.
1075
10762008-10-14 Kenichi Handa <handa@m17n.org>
1077
1078 * font.c (font_clear_prop): When clearing font width, clear the
1079 average width field too.
1080
10812008-10-12 Andreas Schwab <schwab@suse.de>
1082
1083 * ftfont.c (ftfont_shape_by_flt): Make static.
1084 * ftfont.h (ftfont_shape_by_flt): Don't declare.
1085
1086 * font.c: Don't include <m17n-flt.h>.
1087
10882008-10-10 Eli Zaretskii <eliz@gnu.org>
1089
1090 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
1091
10922008-10-09 Eli Zaretskii <eliz@gnu.org>
1093
1094 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
1095 away code.
1096
10972008-10-09 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * dispnew.c (update_text_area): Avoid looping due to large glyph
1100 overhangs (bug#1070).
1101
11022008-10-09 Kenichi Handa <handa@m17n.org>
1103
1104 * fontset.c (face_for_char): If face->fontset is negative, just
1105 return ascii_face.
1106
f5385255
SM
1107 * font.c (font_delete_unmatched): Fix previous change.
1108 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
1109
11102008-10-09 Martin Rudalics <rudalics@gmx.at>
1111
1112 * frame.c (Fraise_frame): On text-only terminals select frame in
1113 order to make it visible. (Bug#1061)
1114
11152008-10-08 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * fontset.c (fontset_find_font): Check frame validity.
1118
11192008-10-07 Chong Yidong <cyd@stupidchicken.com>
1120
a9b555d3 1121 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
1122 (xg_display_close): Allow Emacs to close all displays (bug#985).
1123
11242008-10-06 Andreas Schwab <schwab@suse.de>
1125
f5385255 1126 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
1127
11282008-10-06 Chong Yidong <cyd@stupidchicken.com>
1129
f5385255 1130 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 1131
a9b555d3 1132 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
1133
1134 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
1135 during initialization.
1136
11372008-10-04 Eli Zaretskii <eliz@gnu.org>
1138
1139 * xdisp.c (redisplay_internal): If frame switched, redisplay the
1140 whole thing on MSDOS frames as well as on a TTY.
1141
1142 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
1143 well as for TTY.
1144 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
1145 well as on a TTY.
1146
1147 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
1148 as well as for TTY.
1149
1150 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
1151
1152 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
1153 MSDOS frames as well.
1154
11552008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1156
1157 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
1158 correct arguments.
1159 * menu.c (find_and_return_menu_selection) Add cast.
1160
11612008-10-03 Glenn Morris <rgm@gnu.org>
1162
1163 * emacs.c (USAGE1): Add --daemon.
1164
11652008-10-02 Eli Zaretskii <eliz@gnu.org>
1166
1167 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
1168 100, so it's in percents as advertised.
1169
11702008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1171
1172 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
1173 (ns_output.current_cursor, ns_output.desired_cursor)
1174 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
1175 (FRAME_NEW_CURSOR_COLOR): Remove.
1176
1177 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 1178 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
1179 enumeration (HOLLOW_BOX_CURSOR, etc.).
1180
1181 * nsterm.m (ns_frame_rehighlight): Remove commented code.
1182 (draw_window_cursor): Simplify code.
f5385255
SM
1183 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
1184 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 1185 updates manually.
a9b555d3
JB
1186 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
1187 Use core Emacs cursor types.
aac0c6e3 1188
b8ff72fa 1189 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
1190
11912008-10-02 Martin Rudalics <rudalics@gmx.at>
1192
1193 * process.c (Faccept_process_output): Fix doc-string.
1194
11952008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1196
1197 * gmalloc.c (__sbrk): Also define for uClibc.
1198
1199 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
1200 for uClibc.
1201
12022008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1203
1204 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
1205 styles.
1206 (nsfont_open): Reenable the cache.
1207
12082008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1209
1210 * font.c (font_matching_entity): Reflect ATTRS in font selection.
1211 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
1212
12132008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
1216 a suspended terminal.
1217
12182008-09-30 Michael Albinus <michael.albinus@gmx.de>
1219
1220 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
1221
12222008-09-30 Eli Zaretskii <eliz@gnu.org>
1223
1224 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
1225
12262008-09-30 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
1229 in a continued line coincides with a line beginning.
1230
12312008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1232
1233 * nsfont.m (nsfont_trait_distance): Fix bug.
1234 (nsfont_list): Return a list rather than a vector (syncs with Handa
1235 changes of 2008-05-14).
1236 (nsfont_open): Improve logging.
1237
12382008-09-29 Andreas Schwab <schwab@suse.de>
1239
1240 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
1241
12422008-09-28 Martin Rudalics <rudalics@gmx.at>
1243
1244 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
1245 name as char-resolve-modifiers.
1246 Reported by: Markus Triska <markus.triska@gmx.at>
1247
12482008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * dispnew.c (init_display): Return earlier when running as a daemon.
1251
12522008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1253
1254 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
1255
12562008-09-27 Eli Zaretskii <eliz@gnu.org>
1257
1258 * composite.c (Fcomposition_get_gstring)
1259 (Fcompose_region_internal, Fcompose_string_internal)
1260 (Ffind_composition_internal): Doc fix.
1261 (syms_of_composite) <compose-chars-after-function>: Doc fix.
1262 (syms_of_composite) <auto-composition-function>: Doc fix.
1263 (syms_of_composite) <composition-function-table>: Doc fix.
1264
12652008-09-25 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * search.c (wordify): New argument for lax word-ends.
1268 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
1269
12702008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1271
1272 * lisp.h (is_daemon): Declare.
1273 * dispnew.c (init_display): Do not try to initialize the terminal
1274 when running as a daemon.
1275
12762008-09-22 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
1279 x_display_pixel_height.
1280
12812008-09-22 Martin Rudalics <rudalics@gmx.at>
1282
1283 * undo.c (record_point): Don't call Fundo_boundary for first
1284 change. (Bug#731)
1285
12862008-09-22 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * emacs.c (Fdaemonp): Doc fix.
1289
12902008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1291
1292 * emacs.c (main): Place #ifdef in the proper place.
1293
12942008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 * emacs.c (standard_args): Add --daemon.
1297 (main): Disconnect from the terminal when --daemon is passed.
1298 (is_daemon): New variable.
1299 (Fdaemonp): New function.
1300 (syms_of_emacs): Defsubr it.
1301
13022008-09-20 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * xdisp.c (get_next_display_element): Handle string display
1305 correctly when checking for the end of a box run.
1306
13072008-09-20 Glenn Morris <rgm@gnu.org>
1308
1309 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
1310 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
1311 (Frename_file): Avoid copying to trash if a rename involves
1312 a delete. (Bug#964).
1313
13142008-09-20 Eli Zaretskii <eliz@gnu.org>
1315
1316 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
1317 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
1318 frames as well as termcap frames.
1319 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
1320 get_named_tty.
1321
13222008-09-19 Eli Zaretskii <eliz@gnu.org>
1323
1324 * process.c (procfs_system_process_attributes): Fix cmdline in
1325 case /proc/PID/cmdline is empty.
1326
1327 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
1328 x_display_pixel_height.
1329
13302008-09-19 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
1333
1334 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
1335 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
1336
13372008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
1338
1339 * dispextern.h (struct it): Move line_wrap away from the middle of
1340 bitfields. Move voffset in struct iterator_stack_entry after the
1341 bitfields. Move tab_width near after another short.
1342
13432008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1344
1345 * frame.h (struct frame): Move alpha from the middle of bitfields.
1346
1347 * window.h (struct window): Move frozen_window_start_p after the
1348 rest of the bitfields to reduce padding.
1349
13502008-09-18 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * xterm.h (x_display_info): Remove `height' and `width' members.
1353
1354 * nsterm.h (ns_display_info): Remove `height' and `width' members.
1355
1356 * w32term.h (w32_display_info): Remove `height', `width',
1357 `height_in', and `width_in' members.
1358
b8ff72fa
SM
1359 * xterm.c (x_display_pixel_height, x_display_pixel_width):
1360 New functions.
aac0c6e3
MR
1361 (x_calc_absolute_position): Use them.
1362 (x_term_init): Omit removed `height' and `width' members.
1363
b8ff72fa
SM
1364 * w32term.c (x_display_pixel_height, x_display_pixel_width):
1365 New functions.
aac0c6e3
MR
1366 (w32_read_socket, x_calc_absolute_position): Use them.
1367 (w32_initialize_display_info, w32_term_init): Omit removed members
1368 of w32_display_info.
1369
b8ff72fa
SM
1370 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
1371 New functions.
1372 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 1373
b8ff72fa
SM
1374 * xterm.c (x_display_pixel_height, x_display_pixel_width):
1375 New functions.
aac0c6e3
MR
1376 (x_calc_absolute_position): Use them.
1377 (x_term_init): Omit removed `height' and `width' members.
1378
1379 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
1380 (compute_tip_xy):
1381 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
1382 * xmenu.c (menu_position_func): Use x_display_pixel_height and
1383 x_display_pixel_width.
1384
13852008-09-18 Kenichi Handa <handa@m17n.org>
1386
1387 * composite.c (fill_gstring_header): Don't check FROM and TO here.
1388 (composition_compute_stop_pos): Fix handling of static composition.
1389 (Fcomposition_get_gstring): Check FROM and TO at first.
1390
13912008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Oject
1394 mixup (YAILOM).
1395
13962008-09-17 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * indent.c (Fvertical_motion): Use position reported by iterator
1399 instead of PT for determining screen motion (bug#943).
1400
14012008-09-17 Romain Francoise <romain@orebokech.com>
1402
1403 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
1404
14052008-09-17 Kenichi Handa <handa@m17n.org>
1406
1407 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
1408
1409 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
1410 if necessary.
1411
14122008-09-16 Kenichi Handa <handa@m17n.org>
1413
1414 * coding.c (make_conversion_work_buffer): Avoid calling
1415 Fget_buffer_create if it is not necessary.
1416
14172008-09-15 Martin Rudalics <rudalics@gmx.at>
1418
1419 * window.c (Fselect_window): Don't update window_select_count and
1420 use_time when norecord is not nil.
1421
14222008-09-14 Kenichi Handa <handa@m17n.org>
1423
1424 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
1425 specpdl_ptr.
1426
14272008-09-12 Kenichi Handa <handa@m17n.org>
1428
1429 * indent.c (scan_for_column): Don't handle automatic composition
1430 if the current buffer is not associated with a window.
1431
1432 * composite.c (composition_reseat_it): If the current buffer is
1433 not associated with a window, ignore the automatic composition.
1434 (find_automatic_composition): Likewise.
1435
14362008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
1439 (Fgpm_mouse_stop): Use it.
1440 * termhooks.h (close_gpm): Declare.
1441 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
1442 connection if Gpm_GetEvent fails.
1443
1444 * window.c (set_window_buffer): Always preserve current-buffer.
1445
14462008-09-12 Glenn Morris <rgm@gnu.org>
1447
1448 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
1449
14502008-09-11 Glenn Morris <rgm@gnu.org>
1451
1452 * charset.c (charset-map-path): Doc fix.
1453
14542008-09-10 Kenichi Handa <handa@m17n.org>
1455
1456 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
1457
1458 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
1459 compose a grapheme cluster with the preceding base glyph.
1460
1461 * composite.c (composition_compute_stop_pos): Fix previous change.
1462 Reset cmp_it->id to -1 at first.
1463
14642008-09-10 Glenn Morris <rgm@gnu.org>
1465
1466 * Makefile.in (character.o, chartab.o): Fix config.h typo.
1467
14682008-09-09 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * keyboard.c (read_key_sequence): Reapply translation maps when
1471 switching keyboards.
1472
14732008-09-09 Kenichi Handa <handa@m17n.org>
1474
1475 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
1476 characters.
1477
1478 * composite.c (FORWARD_CHAR): Fix calculation
1479 of (POSITION).pos_byte.
1480 (composition_compute_stop_pos): Limit the search of composition to
1481 at most 500 characters ahead. If we reach the limit or find a
1482 newline, set cmp_it->ch to -2 and return 0.
1483 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
1484
14852008-09-08 Kenichi Handa <handa@m17n.org>
1486
1487 * indent.c (Fvertical_motion): Be sure to set
1488 it_overshoot_expected if it.cmp_it.id is non-negative.
1489
14902008-09-07 Andreas Schwab <schwab@suse.de>
1491
1492 * callproc.c (Fcall_process): Don't hold references to string data
1493 across garbage collection. Move initialisation of new_argv down
1494 to avoid compiler bug.
1495
14962008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1497
1498 * process.c (Fsystem_process_attributes): Doc fix.
1499
15002008-09-07 Chong Yidong <cyd@stupidchicken.com>
1501
1502 * callproc.c (Fcall_process): Canonicalize current directory name.
1503
1504 * xdisp.c (move_it_to): When moving by vpos, ensure that the
1505 iterator advances to the next line if the current line ends in a
1506 continued tab.
1507
15082008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
1509
1510 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
1511 member to point to cmp_from.
1512
1513 * xdisp.c: Doc fix for references to gidx data member.
1514
15152008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
1518
15192008-09-07 Kenichi Handa <handa@m17n.org>
1520
1521 * composite.c (FORWARD_CHAR): Check STOP after
1522 incrementing (POSITION).pos.
1523
15242008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1525
1526 * process.c (Fsystem_process_attributes): Doc fix.
1527
15282008-09-06 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * keyboard.c (Ftop_level): Doc fix.
1531
15322008-09-06 Eli Zaretskii <eliz@gnu.org>
1533
1534 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
1535 minibuffer, don't let lower part of menu invade the echo area.
1536
1537 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
1538 "char *q" to access menu text and advance through it. Revert the
1539 change that displayed ">" instead of ASCII character 0x10.
1540
15412008-09-05 Eli Zaretskii <eliz@gnu.org>
1542
1543 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
1544 toggle boxes and radio buttons on MS-DOS as well.
1545
15462008-09-05 Kenichi Handa <handa@m17n.org>
1547
1548 * composite.c (autocmp_chars): Check lookback count.
1549 (composition_compute_stop_pos): Set cmp_it->lookback.
1550 (composition_reseat_it): Check lookback count.
1551 (struct position_record): New struct.
1552 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
1553 (find_automatic_composition): New function.
1554 (composition_adjust_point): Use find_automatic_composition.
1555
1556 * dispextern.h (struct composition_it): New member lookback.
1557
15582008-09-02 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
1561 if moving by a single line.
1562
15632008-09-02 Andreas Schwab <schwab@suse.de>
1564
1565 * xterm.c (x_delete_display): Fix merge error.
1566
1567 * fileio.c (Fexpand_file_name): Remove unused variables.
1568
15692008-09-02 Eli Zaretskii <eliz@gnu.org>
1570
1571 * fileio.c (Fexpand_file_name): Copy argument `name' into local
1572 storage on all platforms, not just on DOS_NT.
1573
15742008-09-02 Jason Rumney <jasonr@gnu.org>
1575
b8ff72fa
SM
1576 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
1577 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
1578
15792008-09-01 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * xfaces.c (Finternal_set_alternative_font_family_alist)
1582 (Finternal_set_alternative_font_registry_alist): Properly copy
1583 entire alist structure.
1584
15852008-09-01 Kenichi Handa <handa@m17n.org>
1586
1587 * ftfont.c (ftfont_spec_pattern): Don't create a charset of the
1588 representative chars of the script is a vector.
1589 (ftfont_list): Handle the case the representative chars of the
1590 script is a vector.
1591
1592 * character.c (syms_of_character): Docstring of
1593 script-representative-chars fixed.
1594
15952008-08-31 Eli Zaretskii <eliz@gnu.org>
1596
1597 * msdos.c (BUILD_CHAR_GLYPH): New macro.
1598 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
1599 the menu. Allocate larger buffer for `text', to account for
1600 possible ^C characters.
1601
16022008-08-31 Martin Rudalics <rudalics@gmx.at>
1603
1604 * xdisp.c (prepare_menu_bars): Don't call
1605 Vwindow_size_change_functions with arg Qt.
1606
16072008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * font.h (font_range):
1610 * fileio.c (report_file_error):
1611 * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
1612
16132008-08-30 Glenn Morris <rgm@gnu.org>
1614
1615 * data.c (Fmake_variable_frame_local): Doc fix.
1616
1617 * frame.c (Fmodify_frame_parameters): Doc fix.
1618
16192008-08-30 Eli Zaretskii <eliz@gnu.org>
1620
1621 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
1622 needed by GetTokenInformation.
1623 (w32_system_process_attributes): Check return values of all system
1624 APIs.
1625
1626 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
1627 only when the state changes.
1628 (IT_update_begin, IT_update_end): Add termscript trace.
1629
1630 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
1631 clipboard is unavailable. Set dst to NULL if it doesn't point to
1632 malloc'ed data.
1633 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
1634 passing random values to xfree.
1635
1636 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 1637 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
1638
16392008-08-29 Jason Rumney <jasonr@gnu.org>
1640
1641 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
1642
16432008-08-29 Eli Zaretskii <eliz@gnu.org>
1644
1645 * composite.c (fill_gstring_body): Avoid compiler warnings.
1646
1647 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
1648 LGLYPH_SET_CODE to avoid compiler warnings.
1649
2ae37cf0 1650 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
1651
1652 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
1653
1654 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
1655 LGLYPH_SET_CODE.
1656
16572008-08-29 Kenichi Handa <handa@m17n.org>
1658
1659 * fileio.c (report_file_error): Don't downcase the first character
1660 of errstring if it is still unibyte.
1661
16622008-08-29 Kenichi Handa <handa@m17n.org>
1663
1664 These changes are to re-implement the automatic composition so
1665 that it doesn't use text properties.
1666
1667 * Makefile.in (ftfont.o): Depend on composite.h.
1668 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
1669
1670 * character.h (Vunicode_category_table): Extern it.
1671
1672 * character.c (Vunicode_category_table): New variable.
1673 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
1674
1675 * chartab.c (optimize_sub_char_table): Perform more greedy
1676 optimization.
1677
b8ff72fa
SM
1678 * composite.h (enum composition_method):
1679 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
1680 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
1681 (Vcomposition_function_table): Extern it.
1682 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
1683 (composition_gstring_put_cache, composition_gstring_from_id)
1684 (composition_gstring_p, composition_gstring_width)
1685 (composition_compute_stop_pos, composition_reseat_it)
1686 (composition_update_it, composition_adjust_point): Extern them.
1687 (Fcomposition_get_gstring): EXFUN it.
1688
1689 * composite.c: Include window.h, frame.h, dispextern.h font.h.
1690 (Vcomposition_function_table)
1691 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
1692 (gstring_hash_table, gstring_work, gstring_work_headers):
1693 New variables.
aac0c6e3
MR
1694 (gstring_lookup_cache, composition_gstring_put_cache)
1695 (composition_gstring_from_id, composition_gstring_p)
1696 (composition_gstring_width, fill_gstring_header)
1697 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
1698 (composition_reseat_it, composition_update_it)
b8ff72fa 1699 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
1700 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
1701 and gstring_work_headers. DEFVAR_LISP composition-function-table.
1702 Defsubr compostion_get_gstring.
1703
1704 * dispextern.h (struct glyph): New union u.cmp. Delete the member
1705 cmp_id.
1706 (struct glyph_string): Delete the member gidx. New members
1707 cmp_id, cmp_from, and cmp_to.
1708 (enum it_method): Delete GET_FROM_COMPOSITION.
1709 (struct composition_it): New struct.
1710 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
1711 Delete c, len, cmp_id, cmp_len in u.comp.
1712
1713 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 1714 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 1715 (enum lglyph_indices): Likewise.
b8ff72fa 1716 (font_range): Adjust extern.
aac0c6e3
MR
1717 (font_fill_lglyph_metrics): Extern it.
1718
1719 * font.c (QCf): New variable.
1720 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
1721 (font_prepare_composition): Delete this function.
1722 (font_range): Type and arguments changed.
1723 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
1724 (font_fill_lglyph_metrics): New function.
b8ff72fa 1725 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 1726 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
1727 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
1728 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
1729
1730 * fontset.h (font_for_char): Extern it.
1731
1732 * fontset.c (font_for_char): New function.
1733
1734 * ftfont.c: Include composite.h.
1735 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 1736 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
1737
1738 * indent.c: Include composite.h and dispextern.h.
1739 (check_composition): Delete this function.
1740 (scan_for_column): Handle composition by
1741 composition_compute_stop_pos, composition_reseat_it, and
1742 composition_update_it.
1743 (compute_motion): Likewise.
1744 (Fvertical_motion): Fix checking of composition.
1745
1746 * keyboard.c (adjust_point_for_property): Check composition by
1747 composition_adjust_point.
1748
b8ff72fa 1749 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
1750 struct glyph_string.
1751
b8ff72fa
SM
1752 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
1753 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
1754 struct glyph.
1755 (produce_composite_glyph): Likewise.
1756
b8ff72fa
SM
1757 * w32term.c (x_draw_composite_glyph_string_foreground):
1758 Adjust for the change of struct glyph_string.
aac0c6e3
MR
1759 (x_draw_glyph_string): Likewise.
1760
1761 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
1762 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
1763
1764 * xdisp.c: Include font.h.
1765 (it_props): Delete the entry for Qauto_composed.
1766 (init_iterator): Initialize it->cmp_it.id to -1.
1767 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 1768 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
1769 (handle_auto_composed_prop): Delete it.
1770 (handle_composition_prop): Handle only static composition.
1771 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
1772 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 1773 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
1774 (pop_it): Likewise.
1775 (get_next_element): Delete next_element_from_composition.
1776 (CHAR_COMPOSED_P): New macro.
1777 (get_next_display_element): For automatic composition, get a face
1778 from the font in the glyph-string.
1779 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 1780 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
1781 (next_element_from_string): Check if the character at the current
1782 position is composed by CHAR_COMPOSED_P.
1783 (next_element_from_buffer): Likewise.
b8ff72fa 1784 (next_element_from_composition): Adjust for the change of struct
aac0c6e3 1785 it. Update it->cmp_it.
b8ff72fa
SM
1786 (dump_glyph): Adjust for the change of struct glyph.
1787 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
1788 it and struct glyph. Don't handle automatic composition here.
1789 (fill_gstring_glyph_string): New function.
1790 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 1791 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
1792 (BUILD_GSTRING_GLYPH_STRING): New macro.
1793 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
1794 automatic composition.
b8ff72fa 1795 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 1796 struct glyph.
b8ff72fa 1797 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 1798
b8ff72fa 1799 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
1800 the change of struct glyph_string.
1801 (x_draw_glyph_string): Likewise.
1802
18032008-08-29 Glenn Morris <rgm@gnu.org>
1804
1805 * buffer.c (word-wrap): Doc fix.
1806 * xdisp.c (truncate-partial-width-windows): Doc fix.
1807 Increase default to 50.
1808
18092008-08-29 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * xdisp.c (update_tool_bar_unwind): New function.
1812 (update_tool_bar): Temporarily set selected frame before building
1813 tool-bar items.
1814
18152008-08-28 Michael Albinus <michael.albinus@gmx.de>
1816
1817 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
1818 snprintf, respectively.
1819 (xd_append_arg): Convert strings with Fstring_make_unibyte.
1820
18212008-08-28 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
1824 LDFLAGS to GNUstep CC invocation.
1825
18262008-08-27 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * indent.c (Fvertical_motion): Revert last change. Handle the
1829 general case where we are moving forward, and PT spans multiple
1830 screen lines.
1831
1832 * eval.c (find_handler_clause): Temporarily increase
1833 max-lisp-eval-depth while printing the backtrace buffer, to
1834 guarantee that help-mode code can run.
1835
18362008-08-27 Eli Zaretskii <eliz@gnu.org>
1837
1838 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
1839 colors under -rv.
1840 (IT_set_frame_parameters): Don't swap foreground and background
1841 colors if `(reverse . t)' is present in the frame properties.
1842 (internal_terminal_init): Call init_frame_faces only for the
1843 initial frame.
1844
18452008-08-27 Andreas Schwab <schwab@suse.de>
1846
1847 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
1848
18492008-08-27 Andreas Schwab <schwab@suse.de>
1850
1851 * search.c (search_buffer): Set char_base to zero only at the end.
1852
18532008-08-27 Kenichi Handa <handa@m17n.org>
1854
b8ff72fa 1855 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
1856
18572008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
1858
1859 * xterm.c (x_term_init): Temporarily hide the partially
1860 initialized terminal while calling vendor-specific-keysyms.
1861
18622008-08-26 Eli Zaretskii <eliz@gnu.org>
1863
1864 * msdos.c (internal_terminal_init): Most initializations done only
1865 once, especially initial_screen_colors[] and termscript open.
1866
18672008-08-26 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * eval.c (Fcondition_case): Doc fix.
1870
1871 * widgetprv.h (EmacsFramePart): Change font member to the new font
1872 struct.
1873
1874 * widget.c: Include character.h and font.h for XSETFONT.
1875 (setup_frame_gcs): Compute X font id from font struct, just once.
1876
18772008-08-26 Eli Zaretskii <eliz@gnu.org>
1878
1879 * term.c (get_named_tty): Fix last change.
1880
18812008-08-26 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 1884 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
1885
18862008-08-25 Eli Zaretskii <eliz@gnu.org>
1887
1888 * frame.c (do_switch_frame): Mark previously displayed frame as
1889 obscured for FRAME_MSDOS_P frames as well.
1890
18912008-08-24 Eli Zaretskii <eliz@gnu.org>
1892
1893 * frame.c (make_terminal_frame): Initialize f->terminal,
1894 f->terminal->reference_count, and scroll bars on MS-DOS as well.
1895 Set the top frame to newly created frame.
1896 (Fmake_terminal_frame): Reuse the_only_display_info.
1897
1898 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
1899 estimating available memory.
1900
b97439ce 19012008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
1902
1903 * nsterm.m (ns_draw_window_cursor): Don't call
1904 NSDisableScreenUpdates and NSEnableScreenUpdates on
1905 non-NS_IMPL_COCOA systems.
1906
19072008-08-23 Andreas Schwab <schwab@suse.de>
1908
1909 * process.c (procfs_system_process_attributes): Fix use of
1910 uninitialized variables.
1911
19122008-08-23 Eli Zaretskii <eliz@gnu.org>
1913
1914 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
1915
1916 * dispnew.c (init_display): Remove MS-DOS specific conditions for
1917 calling tty-set-up-initial-frame-faces.
1918
b8ff72fa
SM
1919 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
1920 Allow MSDOS frames along with X frames.
aac0c6e3
MR
1921
1922 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
1923 addition to output_termcap.
1924
1925 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
1926
1927 * termchar.h (FRAME_TTY): Support output_msdos_raw.
1928 (struct tty_display_info) [MSDOS]: Add fields related to mouse
1929 highlight.
1930
1931 * process.c [!subprocesses]: Define QCname.
1932 (syms_of_process): Intern and staticpro it.
1933
1934 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
1935 Adjust for changes in encoding/decoding routines.
1936 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
1937 encode_coding and decode_coding.
1938
b8ff72fa 1939 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
1940
1941 * dosfns.c: Include frame.h before termhooks.h.
1942 (dos_cleanup): Use CURTTY ()->termscript instead of a global
1943 variable termscript.
1944
1945 * s/msdos.h (USER_FULL_NAME): Define.
1946 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
1947
1948 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
1949 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
1950 pw->pw_gecos.
1951
1952 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
1953 SELECTED_FRAME as additional (1st) argument.
1954 (tty_read_avail_input): Handle output_msdos_raw in
1955 addition to output_termcap.
1956
1957 * msdos.c: Include frame.h before termhooks.h.
1958 (mouse_on, mouse_off, mouse_moveto, mouse_init)
1959 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
1960 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
1961 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
1962 (IT_set_terminal_modes, IT_reset_terminal_modes)
1963 (IT_set_frame_parameters): Use tty->termscript instead of a global
1964 variable termscript.
1965 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
1966 global variable terminal_coding. Don't refer to
1967 Vnonascii_translation_table.
1968 (internal_terminal_init): Set Vwindow_system in current_kboard.
1969 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
1970 Announce date and time of session start, if termscript is open.
1971 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
1972 term.c:init_tty). Open termscript only of not already open.
1973 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
1974 here instead of dos_ttraw. Don't initialize display if this is an
1975 initial tty. Don't set FRAME_FONT.
1976 (Vwindow_system_version): Bump to 23.
1977 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
1978 is available, set up mouse_position_hook.
1979 (dos_ttraw, IT_set_terminal_modes): If called with initial
1980 terminal, do nothing.
1981 (IT_set_frame_parameters): Handle the Qtty_type frame
1982 parameter by calling internal_terminal_init.
1983 (dos_set_window_size, show_mouse_face)
1984 (clear_mouse_face, IT_note_mode_line_highlight)
1985 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
1986 (dos_rawgetc): Use tty_display_info instead of x_display_info.
1987 (initialize_msdos_display): New function.
1988 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
1989 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
1990 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
1991 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 1992 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
1993 (request_sigio, unrequest_sigio): Don't define, now defined on
1994 sysdep.c.
1995 (IT_write_glyphs): Rewrite to use encode_terminal_code.
1996
1997 * term.c [MSDOS]: Include msdos.h.
1998 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
1999 conditional to DOS_NT. Allow only one call to this function in a
2000 session. Don't allocate a new struct tty_display_info; instead,
2001 reuse the_only_display_info. Call get_tty_size to get screen
2002 dimensions. Call init_baud_rate to set bad_rate.
2003 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
2004 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 2005 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
2006 (get_tty_terminal, get_named_tty, Ftty_type)
2007 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
2008 output_termcap.
b8ff72fa
SM
2009 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
2010 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 2011 only when subprocesses are supported.
aac0c6e3
MR
2012
2013 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
2014 f->output_data.x.
2015 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
2016 terminal devices.
2017
5582fbc7 2018 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
2019 x_output.
2020 (FRAME_FONT): Use output_data.tty.
2021 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
2022 (struct x_display_info): Rename from display_info. Update all users in
2023 msdos.c.
aac0c6e3 2024 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 2025 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
2026 (dos_ttraw): Update prototype.
2027
2028 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
2029 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
2030
20312008-08-23 Jason Rumney <jasonr@gnu.org>
2032
2033 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
2034 (fn_TIFFSetDirectory): New library function used.
2035 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
2036 (tiff_load): Use :index to select among multiple images. Set count
2037 property when multiple images exist.
2038 (gif_format): Use :index, not :image.
2039
20402008-08-23 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * xdisp.c (try_scrolling): Check INT_MAX instead of
2043 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
2044 to obtain INT_MAX.
2045
20462008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
2047
2048 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
2049
20502008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2051
2052 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
2053 GNUstep library location.
2054
20552008-08-21 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * xfaces.c (x_update_menu_appearance): Check validity of menu font
2058 before using it.
2059
2060 * puresize.h (BASE_PURESIZE): Increase to 1250000.
2061
20622008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2063
2064 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
2065 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
2066 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
2067 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
2068 (EmacsApp-cursor_blink_handler): Remove declaration.
2069 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
2070 match 01 Feb 2008 changes in xterm.c.
2071 (ns_read_socket): Add cast to avoid warning.
2072 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
2073 GNUstep.
2074
20752008-08-20 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * xselect.c (x_get_foreign_selection): Return nil if desired
2078 selection could not be obtained, instead of signalling an error.
2079
20802008-08-20 David Reitter <david.reitter@gmail.com>
2081
2082 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
2083 * nsterm.m: Remove ns-specific code for cursor blinking.
2084 (ns_draw_window_cursor): Clear cursor properly rather than
2085 redrawing the area. Respect width of bar cursors.
2086 These changes enable the use of generic blink-cursor-mode and
2087 generic cursor types in NS and support smooth cursor movements (do
2088 not blink off after command).
2089 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
2090 Nextstep, too.
2091
20922008-08-19 Kenichi Handa <handa@m17n.org>
2093
2094 * font.c (Vfont_log_deferred): New variable.
2095 (font_add_log): Check Vfont_log_deferred.
2096 (font_deferred_log): New function.
2097
2098 * font.h (font_deferred_log): Extern it.
2099
2100 * fontset.c (reorder_font_vector): Use encoding charset of fonts
2101 for sorting.
2102 (face_for_char): Use deferred log.
2103
21042008-08-18 Kenichi Handa <handa@m17n.org>
2105
2106 * fontset.c (face_for_char): Add font log.
2107
2108 * font.c (font_add_log): Add the font properties :script, :lang,
2109 and :otf in the log.
2110
21112008-08-17 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * xdisp.c: Remove dead code.
2114 (handle_invisible_prop, next_overlay_string): Defer call to
2115 setup_for_ellipsis.
2116 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
2117
21182008-08-15 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * xfaces.c (lookup_derived_face): Properly handle possible zero
2121 return value of get_lface_attributes.
2122 (merge_faces): Don't tell lookup_derived_face to signal an error
2123 if face is not found.
2124
2125 * dired.c (Fdirectory_files): Doc fix.
2126
2127 * process.c (make_process): Initialize kill_without_query struct
2128 member.
2129
21302008-08-15 Eli Zaretskii <eliz@gnu.org>
2131
2132 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
2133 Alternative calculation of totphys for Visual Studio 6.
2134
2135 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
2136
2137 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
2138 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
2139 All users changed.
2140 (stat): Only root directory passed to GetDriveType. Allow RAM
2141 disk as well as local fixed disk when w32-get-true-file-attributes
2142 is set to `local'.
2143 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
2144 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
2145 (w32_cached_id, w32_add_to_cache): New functions.
2146 (get_name_and_id): Look account names in the cache before calling
2147 lookup_account_sid.
2148 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
2149 New initialization flags.
2150 (globals_of_w32): Initialize them to zero.
2151 (w32_system_process_attributes): Use w32_cached_id and
2152 w32_add_to_cache.
2153
21542008-08-14 Lawrence Mitchell <wence@gmx.li>
2155
2156 * lread.c (Fread_char, Fread_char_exclusive): If no character
2157 event is read before timeout is reached, return nil, rather than
2158 converting to a number.
2159
21602008-08-14 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * fns.c (use_dialog_box): Doc fix.
2163
2164 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
2165 on OS X.
2166
21672008-08-13 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * frame.c (Qns_parse_geometry): New var.
2170 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
2171
21722008-08-11 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * xdisp.c (x_produce_glyphs): Handle the case when font has no
2175 space character in calculating tabs.
2176
21772008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
2178
2179 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
2180
21812008-08-10 Glenn Morris <rgm@gnu.org>
2182
2183 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
2184 silence gcc "limited range of data type" warnings in some
2185 make_fixnum_or_float calls.
2186
21872008-08-09 Eli Zaretskii <eliz@gnu.org>
2188
2189 * w32.c (w32_system_process_attributes): If the process does not
2190 exist, return nil.
2191
2192 * w32.c: Include thelp32.h, psapi.h and coding.h.
2193 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
2194 declarations.
2195 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
2196 (Process32Next_Proc): New typedefs.
2197 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
2198 (g_b_init_process32_next, g_b_init_open_thread_token)
2199 (g_b_init_impersonate_self, g_b_init_revert_to_self)
2200 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
2201 (g_b_init_get_process_working_set_size)
2202 (g_b_init_global_memory_status_ex): New static variables.
2203 (globals_of_w32): Initialize them.
2204 (create_toolhelp32_snapshot, process32_first, process32_next)
2205 (open_thread_token, impersonate_self, revert_to_self)
2206 (get_process_memory_info, get_process_working_set_size)
2207 (global_memory_status, global_memory_status_ex): New wrapper
2208 functions.
2209 (w32_list_system_processes, w32_system_process_attributes)
2210 (enable_privilege, restore_privilege, ltime, process_times):
2211 New functions.
2212 (convert_time_raw): New function.
2213 (convert_time): Remove conversion of FILETIME into time in 100
2214 nsec units, call convert_time_raw instead.
2215
2216 * process.h (w32_list_system_processes, w32_system_process_attributes):
2217 Add prototypes.
2218 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
2219 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
2220 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
2221 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
2222
2223 * process.c (Fsystem_process_attributes): Doc fix.
2224
22252008-08-08 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
2228 a continued multi-char glyph; if so, advance to the actual glyph.
2229
22302008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2231
2232 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
2233
2234 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
2235 (.m.o): Use it.
2236 * config.in: Regenerate.
2237
22382008-08-07 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * xdisp.c (redisplay_window): Revert last change.
2241 (try_window): Check bottom scroll margin too.
2242
22432008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2244
2245 * config.in: Regenerate.
2246
2247 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
2248 -list-load-path-shadows'.
2249 (nsgui.h): Reduce number of things depending on it.
2250
22512008-08-06 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
2254 instead of window-end which does the wrong thing at eob.
2255 (try_cursor_movement): Minor optimization.
2256 (redisplay_window): If scroll margin is defined, don't assume
2257 window doesn't need scrolling.
2258
22592008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2260
2261 * config.in: Regenerate.
2262
2263 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
2264 (mostlyclean): Don't delete *.d under NS.
2265
2266 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
2267
22682008-08-06 Kenichi Handa <handa@m17n.org>
2269
2270 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
2271
22722008-08-06 Andreas Schwab <schwab@suse.de>
2273
2274 * config.in: Regenerate.
2275
22762008-08-05 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
2279 forcing a window start.
2280
2281 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
2282 (auto_save_1): Update modtime when auto-save-list-file-name is on.
2283
22842008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2285
2286 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
2287 argument.
2288
22892008-08-05 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
2292 <scroll-down-aggressively, before-change-functions>:
2293 <after-change-functions>: Reflow docstrings.
2294
22952008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2296 Ken Raeburn <raeburn@gnu.org>
2297
2298 Dock menu customization, based on a patch by Ken Raeburn, plus some
2299 other fixes.
2300 * nsmenu.m (dockMenu): New variable.
2301 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
2302
2303 * nsterm.h (dockMenu): Declare.
2304
2305 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
2306 (ns_term_init): Initialize dockMenu.
2307 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
2308 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
2309 left.
2310
2311 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
2312
23132008-08-04 Chong Yidong <cyd@stupidchicken.com>
2314
2315 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
2316
2317 * config.in: Regenerate.
2318
23192008-08-04 Seiji Zenitani <zenitani@mac.com>
2320
2321 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
2322
23232008-08-04 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * nsterm.h (find_and_call_menu_selection): Fix prototype.
2326
23272008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2328
2329 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
2330
2331 * keyboard.h: Comment an #endif.
2332
2333 * lisp.h (have_menus_p): Adjust comment.
2334
2335 * menu.c (find_and_return_menu_selection): Fix comparison with
2336 client_data.
2337
2338 * nsmenu.m (popup_activated_flag): New variable.
2339 (popup_activated): New function.
2340 (menu-or-popup-active-p): New exported lisp definition.
2341 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
2342 when popup done.
2343 (ns_popup_dialog): Set popup_activated_flag.
2344
2345 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
2346 version for GNUstep (handled by conditional typedef in nsterm.m).
2347 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
2348 in rgb.txt).
2349
2350 * process.c (init_process): Use DARWIN_OS, not DARWIN.
2351
2352 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
2353
2354 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
2355
2356 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
2357 shortcircuit if popup_activated like GTK and X toolkit.
2358
2359 * m/inter386.h: Change DARWIN to DARWIN_OS.
2360
2361 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
2362 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
2363 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
2364 comment on NO_SOCK_SIGIO.
2365
23662008-08-03 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * nsterm.m (windowDidResize): Remove stopModal call.
2369
23702008-08-03 Andreas Schwab <schwab@suse.de>
2371
2372 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
2373 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
2374
23752008-08-02 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
2378 Don't use uninitialized pointer variable when using getrlimit.
2379
23802008-08-02 Jason Rumney <jasonr@gnu.org>
2381
2382 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
2383
23842008-08-02 Eli Zaretskii <eliz@gnu.org>
2385
2386 * alloc.c (NSTATICS): Bump to 0x640.
2387
2388 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
2389
2390 * lisp.h: Add prototype for directory_files_internal.
2391
2392 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
2393 New functions.
2394 (syms_of_process): Defsubr them. Add initializations for various
2395 Q* symbols used in procfs_system_process_attributes.
2396 (procfs_list_system_processes, procfs_system_process_attributes)
2397 [HAVE_PROCFS]: New functions.
2398 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
2399 (procfs_get_total_memory): New functions.
2400
24012008-08-01 Juanma Barranquero <lekktu@gmail.com>
2402
2403 * xfaces.c (Fx_load_color_file): Fix previous change;
2404 it is #ifdef WINDOWSNT, not WINDOWS_NT.
2405
24062008-08-01 Michael Albinus <michael.albinus@gmx.de>
2407
2408 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
2409
24102008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2411
2412 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
2413
24142008-08-01 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
2417
2418 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
2419 define NSApplicationDelegateReplySuccess.
2420 (EmacsView -converstationIdentifier): Use long instead of
2421 NSInteger for GNUstep, since it doesn't have NSInteger.
2422
2423 * xmenu.c: Revert last change.
2424
2425 * keyboard.h: Fix last change.
2426
24272008-08-01 Juanma Barranquero <lekktu@gmail.com>
2428
2429 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
2430 on Windows.
2431
24322008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2433
2434 Warning clearing and clean-up in NS port.
2435 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
2436 Add prototypes.
2437 * nsgui.h (FACE_DEFAULT): Remove, unused.
2438 (XGCValues): Change colors to unsigned long.
2439 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
2440 nsterm.m.
2441 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
2442 (ns_list_fonts): Remove, unused.
2443 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
2444 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
2445 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
2446 (nsfont_draw): Compare face colors to 0, not nil.
2447 * nsmenu.m (struct widget_value): Drop unneeded declaration.
2448 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
2449 (-addSubmenuWithTitle:): Use NSMenuItem class.
2450 (ns_popup_menu): Use NO, not NULL, for enabled setting.
2451 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
2452 (ns_clip_to_row): Make gc arg a BOOL.
2453 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
2454 ns_clip_to_row() call.
2455 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
2456 used). Cast FRAME_FONT assignments.
2457 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
2458 (ns_string_to_lispmod): Change arg to const char.
2459 (ns_term_init): Use NSMenuItem class.
2460 (EmacsApp -openFile:): Move to different section of file.
2461 (EmacsApp -application:openFiles:): Don't return a value, call
2462 -replyToOpenOrPrint:.
2463 (EmacsView -keyDown:): Fix up cast.
2464 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
2465 (EmacsView -menuDown:): Cast tag in call to
2466 find_and_call_menu_selection().
2467 (ns_list_fonts): Remove, unused.
2468 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
2469 (ns_fontname_to_xlfd): Make static.
2470 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
2471 Remove prototypes (now in keyboard.h).
2472 (next_menubar_widget_id): Remove, unused.
2473 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
2474 Remove prototypes (now in keyboard.h).
2475 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
2476
24772008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
2480 (floatfns.o): Depend on syssignal.h.
2481 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
2482
2483 * systty.h: Fix previous change that removed BSD_TERMIOS.
2484 Add comments to #ifdefs.
2485
24862008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2487
2488 * w32fns.c (w32-load-color-file): Remove.
2489 (x-open-connection): Use renamed Fx_load_color_file.
2490 * xfaces.c (x-load-color-file): Add.
2491 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
2492 Emacs.clr.
2493 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
2494
24952008-07-31 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * dbusbind.c (Fdbus_call_method_asynchronously)
2498 (Fdbus_method_error_internal): New defuns.
2499 (xd_read_message): Handle also reply messages.
2500 (Vdbus_registered_functions_table): Extend docstring.
2501
25022008-07-31 Juanma Barranquero <lekktu@gmail.com>
2503
2504 * keyboard.c (gobble_input): Fix previous change.
2505
25062008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2507
2508 * bitmaps/README:
2509 * xfns.c:
2510 * termcap.c:
2511 * term.c:
2512 * syswait.h:
2513 * systty.h:
2514 * systime.h:
2515 * syssignal.h:
2516 * sysdep.c:
2517 * process.h:
2518 * process.c:
2519 * print.c:
2520 * ndir.h:
2521 * lread.c:
2522 * keyboard.c:
2523 * getpagesize.h:
2524 * floatfns.c:
2525 * fileio.c:
2526 * emacs.c:
2527 * doc.c:
2528 * dispnew.c:
2529 * dired.c:
2530 * data.c:
2531 * callproc.c:
2532 * buffer.c:
2533 * README:
2534 * Makefile.in:
2535 * s/template.h:
2536 * s/msdos.h:
2537 * m/vax.h: Remove VMS support.
2538 * s/vms.h:
2539 * vlimit.h:
2540 * uaf.h:
2541 * temacs.opt:
2542 * param.h:
2543 * ioctl.h: Remove file.
2544
25452008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2546
2547 * s/ms-w32.h (MULTI_KBOARD): Remove.
2548 * xterm.c:
2549 * xselect.c:
2550 * xfns.c:
2551 * window.c:
2552 * w32term.c:
2553 * w32fns.c:
2554 * terminal.c:
2555 * termhooks.h:
2556 * term.c:
2557 * sysdep.c:
2558 * keyboard.h:
2559 * keyboard.c:
2560 * frame.h:
2561 * frame.c:
2562 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
2563 * config.in: Regenerate.
2564
25652008-07-30 Jason Rumney <jasonr@gnu.org>
2566
2567 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
2568
2569 * w32font.c (w32font_encode_char): Leave as unicode if in range.
2570 (w32font_open_internal): Get unicode version of textmetrics.
2571 Don't enable or disable glyph indices here.
2572 (w32font_open): Disable use of glyph indices.
2573
2574 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
2575
25762008-07-30 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * minibuf.c (Vread_buffer_function): Doc fix.
2579
25802008-07-30 John Paul Wallington <jpw@pobox.com>
2581
2582 * minibuf.c (read_buffer_completion_ignore_case): New var.
2583 (Fread_buffer): Use it.
2584
25852008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 * systty.h (sensemode): Remove empty #if. Remove reference to
2588 BSD_TERMIOS, unused.
2589
2590 * sysdep.c: Remove reference to DGUX.
2591 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
2592
2593 * config.in: Regenerate.
2594
25952008-07-30 Jason Rumney <jasonr@gnu.org>
2596
2597 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
2598
25992008-07-29 Jason Rumney <jasonr@gnu.org>
2600
2601 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
2602 is populated.
2603 (uniscribe_encode_char): Always use uniscribe.
2604 Avoid using context if cache is populated.
2605
26062008-07-29 Jan Djärv <jan.h.d@swipnet.se>
2607
2608 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
2609 open menu.
2610
2611 * gtkutil.c (menu_nav_ended): Remove.
2612 (create_menus): Remove signal connect for menu_nav_ended.
2613
26142008-07-28 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * xdisp.c (redisplay_window): Check return value of
2617 compute_window_start_on_continuation_line before forcing a window
2618 start.
2619
26202008-07-28 Jason Rumney <jasonr@gnu.org>
2621
2622 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
2623
2624 * w32term.c (w32_enable_unicode_output, cleartype_active):
2625 Remove obsolete display options.
2626 (x_draw_glyph_string_background): Don't use old cleartype_active
2627 workaround.
2628 (w32_initialize): Remove cleartype_active initialization.
2629 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
2630
26312008-07-28 Andreas Schwab <schwab@suse.de>
2632
2633 * lisp.h (init_weak_hash_tables, syms_of_font)
2634 (xd_read_queued_messages, syms_of_dbusbind): Declare.
2635 (remove_hash_entry): Don't declare.
2636 * eval.c (maybe_call_debugger): Make static and move before use.
2637 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
2638 * xdisp.c: Include "gtkutil.h" if USE_GTK.
2639 * xterm.h (x_set_frame_alpha): Declare.
2640
26412008-07-28 Jan Djärv <jan.h.d@swipnet.se>
2642
2643 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
2644 (create_menus): Connect selection-done to menu_nav_ended.
2645
26462008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2647
2648 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
2649 Set Vx_resource_name to a fallback. Replace read of 'buffered'
2650 parameter with read of 'alpha' one.
2651 (Qns_frame_parameter): Remove.
5582fbc7 2652 * nsselect.m (selection-coding-system)
aac0c6e3
MR
2653 (next-selection-coding-system, Vselection_coding_system)
2654 (Vnext_selection_coding_system): Drop.
2655
26562008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2657
2658 * nsfns.m (do-applescript, do_applescript): Rename to
2659 ns-do-applescript, ns_do_applescript, and move within file.
2660
26612008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2662
2663 Remove support for Mac Carbon.
2664 * mactoolbox.c:
2665 * macterm.h:
2666 * macterm.c:
2667 * macselect.c:
2668 * macmenu.c:
2669 * macgui.h:
2670 * macfns.c:
2671 * mac.c: Remove file.
2672 * s/darwin.h:
2673 * m/intel386.h:
2674 * xfaces.c:
2675 * xdisp.c:
2676 * window.c:
2677 * tparam.c:
2678 * termhooks.h:
2679 * termcap.c:
2680 * term.c:
2681 * syssignal.h:
2682 * sysselect.h:
2683 * sysdep.c:
2684 * process.c:
2685 * lread.c:
2686 * lisp.h:
2687 * keyboard.c:
2688 * image.c:
2689 * fringe.c:
2690 * frame.h:
2691 * frame.c:
2692 * fontset.c:
2693 * font.h:
2694 * font.c:
2695 * fns.c:
2696 * fileio.c:
2697 * emacs.c:
2698 * dispnew.c:
2699 * dispextern.h:
2700 * config.in:
2701 * atimer.c:
2ae37cf0 2702 * Makefile.in: Remove code for Carbon.
aac0c6e3 2703
f0131492 27042008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
2705
2706 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
2707
27082008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2709
2710 * macterm.h (kCGBitmapByteOrder32Host): New define for
2711 non-universal SDKs.
2712
2713 * image.c (mac_create_cg_image_from_image, image_load_image_io)
2714 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
2715
2716 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
2717 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
2718
27192008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
2720
2721 * w32inevt.c: Include dispextern.h.
2722
27232008-07-26 Andreas Schwab <schwab@suse.de>
2724
2725 * print.c (print_object): Fix off-by-one in last change.
2726
27272008-07-25 Juanma Barranquero <lekktu@gmail.com>
2728
2729 * term.c (syms_of_term): Don't initialize default_orig_pair,
2730 default_set_foreground and default_set_background on Windows.
2731
27322008-07-25 Jason Rumney <jasonr@gnu.org>
2733
2734 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
2735 ScriptItemize. Clean up return value checking. Remove unused
2736 variables.
2737 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
2738 shaping engine.
2739
2740 * w32font.c (w32font_has_char): Handle the case where we can't
2741 determine the script for a character.
2742
27432008-07-25 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * term.c (syms_of_term): Initialize default_orig_pair,
2746 default_set_foreground, and default_set_background.
2747
2748 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
2749 clash (bug#86).
2750 (getloadavg): Callers changed.
2751
2752 * image.c (svg_load_image): Fix last change.
2753 (svg_load_image): Use rsvg_handle_get_dimensions to check that
2754 image size is valid. Use g_object_unref instead of deprecated
2755 rsvg_handle_free to free rsvg handle.
2756 (x_from_xcolors): Don't initialize pixmap (silence compiler).
2757
27582008-07-25 Jason Rumney <jasonr@gnu.org>
2759
2760 * w32font.c (w32font_encode_char): Encode characters outside BMP as
2761 surrogates before looking up glyph index.
2762 (w32font_text_extents): Encode as surrogates if falling back to
2763 functions that need UTF-16 wide chars.
2764
2765 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
2766 BMP as surrogates before looking up glyph index.
2767
27682008-07-25 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * image.c (svg_load_image): Check for failure in return value of
2771 rsvg_handle_get_pixbuf. Free rsvg handle when done.
2772
27732008-07-25 Jason Rumney <jasonr@gnu.org>
2774
2775 * w32font.c (Fx_select_font): Reverse sense of second arg.
2776
27772008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
2780 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
2781
2782 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
2783 (PURESIZE): Use it.
2784
27852008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2786
2787 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
2788 * m/alpha.h (TEXT_END):
2789 * m/ibmrs6000.h (TEXT_END):
2790 * m/macppc.h (TEXT_END):
2791 * s/darwin.h (TEXT_END):
2792 * s/msdos.h (TEXT_END): Remove, unused.
2793 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
2794 * s/cygwin.h: Remove comment.
2795
2796 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
2797 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
2798 * m/intel386.h (DOT_GLOBAL_START):
2799 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
2800 (USG): Remove, file not used on USG platforms.
2801
2802 * Makefile.in (HAVE_X11): Remove empty #else.
2803
28042008-07-24 Andreas Schwab <schwab@suse.de>
2805
2806 * fileio.c (Finsert_file_contents): Properly adjust undo list
2807 after format conversion.
2808
28092008-07-24 Jan Djärv <jan.h.d@swipnet.se>
2810
2811 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
2812 (menu_nav_ended): Remove.
2813 (create_menus): Remove signal connect for menu_nav_ended.
2814 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
2815 create_menus.
2816 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
2817
28182008-07-23 Jason Rumney <jasonr@gnu.org>
2819
2820 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
2821 with opened font.
2822 (w32font_open): Set font type to gdi.
2823
2824 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
2825
28262008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2827
2828 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
2829 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
2830 defines it.
2831 * unexec.c (ADDR_CORRECT): Define unconditionally.
2832
2833 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
2834
2835 * unexec.c: Remove code depending on !COFF and USG, the file is
2836 not used for such systems.
2837
2838 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
2839 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
2840 (LD_SWITCH_SYSTEM_1): Remove, update users.
2841
2842 * s/darwin.h (DATA_END):
2843 * m/intel386.h (DATA_END):
2844 * m/ibmrs6000.h (DATA_END):
2845 * m/alpha.h (DATA_END): Remove, unused.
2846
2847 * config.in: Regenerate.
2848 * s/ms-w32.h (subprocesses): Define unconditionally.
2849 * s/template.h (subprocesses): Update comment.
2850 * s/vms.h (subprocesses):
2851 * s/usg5-4.h (subprocesses):
2852 * s/hpux10-20.h (subprocesses):
2853 * s/gnu-linux.h (subprocesses):
2854 * s/cygwin.h (subprocesses):
2855 * s/bsd-common.h (subprocesses):
2856 * s/aix4-2.h (subprocesses):
2857 * s/darwin.h (subprocesses): Do not define, defined by default now.
2858
2859 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
2860 Remove all references.
2861 (temacs): Add GNUstep specific ld flags.
2862
2863 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
2864 similarly to what X does.
2865
28662008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2867
2868 * nsfns.m (x-list-fonts): Remove.
2869 (syms_of_nsfns): Drop the x-list-fonts declaration.
2870 * nsterm.m: Get rid of remaining "//" comments.
2871
28722008-07-22 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
2875
2876 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
2877 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
2878 (Fns_own_selection_internal, Fx_disown_selection_internal)
2879 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
2880
2881 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
2882 ... */' style of docstrings. Doc fixes.
2883
28842008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2885
2886 * terminfo.c (UP, BC, PC): Undo previous change.
2887
2888 * nsfns.m: Rename ns prefixed functions/variables to the
2889 corresponding x versions. Update references.
2890
28912008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
2894
28952008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2896
2897 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
2898 Remove forwarding functions.
2899 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
2900 non-static.
2901 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
2902 non-static.
2903 (ns_frame_parm_handlers): Use the new names.
2904 (syms_of_nsfns): Move to the end of file.
2905
2906 * nsterm.m (syms_of_nsterm): Move to the end of file.
2907
2908 * dispnew.c (init_display): Remove code for X10.
2909
29102008-07-22 Jason Rumney <jasonr@gnu.org>
2911
2912 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
2913 bare drive.
2914
29152008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2916
2917 * nsterm.m (syms_of_nsterm): Remove debugging println.
2918
29192008-07-22 David Reitter <david.reitter@gmail.com>
2920
2921 * nsfns.m (do_applescript, F_do_applescript): NS version of the
2922 Carbon implementation of the same functionality: execute arbitrary
2923 AppleScript code.
2924
29252008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2926
2927 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
2928 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
2929 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2930 (Fx_display_mm_height, Fx_display_mm_width)
2931 (Fx_display_backing_store, Fx_display_visual_class)
2932 (Fx_display_save_under, Fx_open_connection)
2933 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
2934 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
2935 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
2936 (Fx_display_pixel_width, Fx_display_pixel_height)
2937 (Fx_display_usable_bounds, Fx_display_planes)
2938 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
2939 ... */' style of docstrings.
2940
29412008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2942
2943 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
2944 on this platform.
2945 (mips):
2946 * m/iris4d.h (mips): Do not define.
2947 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
2948
2949 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
2950
2951 * image.c:
2952 * nsfns.m:
2953 * nsselect.m:
2954 * nsterm.h:
2955 * nsterm.m: Rename ns prefixed functions/variables to the
2956 corresponding x versions. Update references.
2957
2958 * m/ibms390x.h (NO_REMAP): Do not undefine.
2959
2960 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
2961
29622008-07-21 Chong Yidong <cyd@stupidchicken.com>
2963
2964 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
2965 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
2966 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
2967 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
2968 (Fns_display_mm_height, Fns_display_mm_width)
2969 (Fns_display_backing_store, Fns_display_visual_class)
2970 (Fns_display_save_under, Fns_open_connection)
2971 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
2972 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
2973 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
2974 (Fns_display_pixel_width, Fns_display_pixel_height)
2975 (Fns_display_usable_bounds, Fx_display_planes)
2976 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
2977
29782008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
2979
2980 * print.c (print_object): Check print_depth before searching for
2981 circularities.
2982
29832008-07-21 Michael Albinus <michael.albinus@gmx.de>
2984
2985 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
2986 only sprintf.
2987
29882008-07-21 Kenichi Handa <handa@m17n.org>
2989
2990 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
2991
29922008-07-20 Andreas Schwab <schwab@suse.de>
2993
2994 * syntax.c (find_start_pos, find_start_value)
2995 (find_start_value_byte, find_start_begv, find_defun_start)
2996 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
2997
29982008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2999
3000 * s/sol2-3.h: Insert contents of s/sol2.h.
3001 (LD_SWITCH_SYSTEM): Remove redundant definition.
3002 * s/sol2.h: Remove, unused.
3003
30042008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3005
3006 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
3007
30082008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3009
3010 * Makefile.in (ns_appdir): Fix typo in find command.
3011
30122008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3013
3014 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
3015
3016 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
3017 added not supported anymore.
3018
3019 * s/usg5-4-2.h (LIBS_SYSTEM):
3020 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
3021
3022 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
3023 * s/lynxos.h (GETPGRP_NO_ARG):
3024 * s/hpux10-20.h (NO_SIOCTL_H):
3025 * s/gnu.h (GETPGRP_NO_ARG):
3026 * s/gnu-linux.h (NO_SIOCTL_H):
3027 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
3028 * s/cygwin.h (GETPGRP_NO_ARG):
3029 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
3030 (C_DEBUG_SWITCH): Remove duplicate definition.
3031
3032 * m/ibms390.h: Remove boilerplate comments.
3033
3034 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
3035
3036 * process.c (HAVE_SERIAL): Consolidate ifdefs.
3037 (wait_reading_process_output): Remove code for SunOS, platform not
3038 supported anymore. Use SOLARIS2 instead of sun.
3039
30402008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3041
3042 * font.c (font_open_by_name): Under NS, default lface height to zero.
3043 (font_open_for_lface): Under NS, set size based on frame fontsize.
3044 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
3045 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
3046
30472008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3048
3049 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
3050 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
3051 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
3052 YES/NO.
3053 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
3054 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
3055 * Makefile.in (clean): Clear out build destination dir.
3056
30572008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3058
3059 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
3060 xterm, xselect.
3061 * lisp.h: Remove declaration of hash_remove.
3062 * nsgui.h: Remove redefinitions of hash_remove.
3063 * fns.c (hash_remove): Rename to hash_remove_from_table.
3064
30652008-07-19 Seiji Zenitani <zenitani@mac.com>
3066
3067 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
3068 strdup() the family UTF8String before modifying it.
3069
30702008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3071
3072 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
3073 NS_FACE_BACKGROUND with 0 instead of nil.
3074 * nsfont.m (nsfont_draw): Same.
3075
30762008-07-19 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * nsfns.m (ns_set_background_color): Fix crash.
3079
30802008-07-18 Chong Yidong <cyd@stupidchicken.com>
3081
3082 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
3083
30842008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
3085
3086 * puresize.h (BASE_PURESIZE): Increase to 1240000.
3087
30882008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3089
3090 * gtkutil.c: Include <config.h> instead of "config.h".
3091
3092 * lisp.h (Foverlay_buffer): Add EXFUN.
3093
3094 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
3095 child process to complete child_setup. Undo 2005-09-21 change.
3096
3097 * s/darwin.h: Mention setsid after vfork.
3098
30992008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3100
3101 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
3102 Depend on macgui.h.
3103
3104 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
3105 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
3106
3107 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
3108 and f19.
3109 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
3110
3111 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
3112 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
3113 Remove enumerators.
3114
3115 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
3116 Check if FACE_FROM_ID returns NULL.
3117
31182008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
3119
3120 * w32inevt.c (change_frame_size): Remove extern declaration.
3121 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
3122 change_frame_size.
3123
31242008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3125
3126 * getloadavg.c: Revert last change (2008-07-15).
3127
31282008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3129
3130 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
3131 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
3132 from configure.
3133
31342008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3135
3136 * s/sol2.h:
3137 * s/sol2-4.h: Reorganize conditionals.
3138
3139 * ecrt0.c: Remove code depending on m68000, not used anymore.
3140
3141 * fns.c (hash_remove): Make static.
3142 * lisp.h (hash_remove): Don't prototype.
3143
3144 * m/ibmrs6000.h:
3145 * m/ibms390x.h:
3146 * m/macppc.h: Remove boilerplate comments.
3147
3148 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
3149 Solaris, which does not need them.
3150
3151 * m/vax.h: Remove comments about unsupported systems.
3152
3153 * s/darwin.h: Reorganize ifdefs.
3154
31552008-07-17 Andreas Schwab <schwab@suse.de>
3156
3157 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
3158
31592008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 Use SDATA. Follow coding convention of placing operators at
3162 beginning of next line rather than end of previous line, and placing
3163 spaces around infix operators.
3164
3165 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
3166 in case it was defined already.
3167 USE @GNUSTEP_MAKEFILES@ rather than envvars.
3168 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
3169 ns_default.
3170 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
3171 Lisp_Objects.
3172 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
3173 (ns_defined_color, ns_color_to_lisp): Declare.
3174 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
3175 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
3176 it's accepted even with USE_LISP_UNION_TYPE.
3177 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
3178 (update_frame_tool_bar): Remove apparently obsolete tests for
3179 non-integerness of f->tool_bar_lines.
3180 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
3181 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
3182 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
3183 (nsfont_open): Don't confuse NULL for Qnil.
3184 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
3185 * menu.h (find_and_call_menu_selection):
3186 * menu.c (find_and_call_menu_selection): Use just int for vector size.
3187 (find_and_return_menu_selection): Always return something.
3188 * frame.h: Include dispextern.h for Display_Info.
3189 (display_x_get_resource): Declare.
3190
31912008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3192
3193 * syntax.c: Remove stdio.h include accidentally introduced in
3194 Emacs.app commit.
3195 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3196 NS_IMPL_COCOA.
3197 * keyboard.c (handle_async_input, input_available_signal): Remove
3198 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
3199
32002008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
3203 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
3204 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
3205 Use SDATA.
3206
3207 * keymap.c: Remove all NS-specific code.
3208 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
3209 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
3210 where_is_preferred_modifier, return a different value depending on how
3211 preferred is the binding.
3212 (where_is_internal): Adjust accordingly.
3213 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
3214 Adjust to new preferred_sequence_p.
3215 (syms_of_keymap): Declare `where-is-preferred-modifier'.
3216 * keyboard.c (parse_solitary_modifier): Not static any more.
3217 * keyboard.h (parse_solitary_modifier): Declare.
3218
32192008-07-16 Andreas Schwab <schwab@suse.de>
3220
3221 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
3222 of easymenu.
3223
32242008-07-16 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * xdisp.c (move_it_in_display_line): Account for word wrap, so
3227 that we don't move off the line.
3228
32292008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * keyboard.c (Qsuper): Remove.
3232 (parse_menu_item): Don't call where_is_internal specially for NS.
3233
32342008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3235
3236 * s/gnu-linux.h: Remove boilerplate comments.
3237
3238 * m/alpha.h (__ELF__): Consolidate conditions.
3239
3240 * m/m68k.h (linux): Use GNU_LINUX instead.
3241 Remove boilerplate comments.
3242
3243 * m/intel386.h: Undo refactoring from previous change.
3244 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
3245 too, remove dead code.
3246 (linux): Use GNU_LINUX instead.
3247
32482008-07-16 Jason Rumney <jasonr@gnu.org>
3249
3250 * w32gui.h: Repeat 26 June changes lost by last change.
3251
32522008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * systty.h: Remove code for Aix on 386, unsupported platform.
3255
3256 * s/ms-w32.h: Remove boilerplate comments.
3257 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
3258
3259 * s/gnu-linux.h (TERM): Remove support.
3260 (HAVE_SYSVIPC): Remove, unused.
3261 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
3262 for this system.
3263
3264 * process.c: Remove support for IRIS, unused.
3265 Remove support for TERM, not relevant anymore.
3266
3267 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
3268 used with the definition.
3269
3270 * s/aix4-2.h (static): Do not undef.
3271
3272 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
3273 only used on Aix.
3274 (HAVE_SYSVIPC): Remove, unused.
3275
3276 * m/hp800.h (CANNOT_DUMP): Do not undef.
3277
3278 * m/alpha.h: Fix comment.
3279
3280 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
3281 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
3282 used by this configuration.
3283 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
3284 * unexec.c: Remove code depending on HPUX and
3285 USG_SHARED_LIBRARIES, not used with this file. Remove code
3286 depending on IRIS, unused. Remove if 0-ed code.
3287
3288 * s/template.h: Remove comments about static.
3289
3290 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
3291 Remove if 0-ed code.
3292 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
3293 were the same as the default.
3294 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
3295 Remove boilerplate comments.
3296 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
3297 (HAVE_SYSVIPC): Remove, unused.
3298 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
3299
3300 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3301 Remove boilerplate comments.
3302 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3303 Remove boilerplate comments.
3304 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
3305 Remove boilerplate comments.
3306 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
3307
3308 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
3309 USG systems which do not use DATA_SEG_BITS.
3310 Refactor code. Remove boilerplate comments.
3311
3312 * m/ibms390.h:
3313 * m/m68k.h:
3314 * s/bsd-common.h:
3315 * s/cygwin.h:
3316 * s/darwin.h:
3317 * s/freebsd.h:
3318 * s/gnu.h:
3319 * s/msdos.h: Remove boilerplate comments.
3320
3321 * m/iris4d.h: Remove boilerplate comments and code for systems that
3322 do not use this file.
3323 (IRIS_4D): Remove, unused.
3324
3325 * m/mips.h: Remove boilerplate comments and code for systems that
3326 do not use this file.
3327 (SIGN_EXTEND_CHAR):
3328 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
3329 * unexmips.c: Remove file, unused.
3330
3331 * editfns.c (Fuser_full_name): Replace the only use of
3332 USER_FULL_NAME with its value.
3333 * config.in: Regenerate.
3334
33352008-07-16 David Reitter <david.reitter@gmail.com>
3336
3337 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
3338 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
3339
33402008-07-16 Glenn Morris <rgm@gnu.org>
3341
3342 * emacs.c (system-type): Doc fix.
3343
33442008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
3347 If the cache doesn't work, let's fix it, rather than work around it.
3348
33492008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3350
3351 * Makefile.in: Correct additions for nsfont.o in last commit.
3352 * nsfont.m: New file (forgot last commit).
3353
33542008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
3355
3356 * callproc.c (set_initial_environment): Initialize
3357 Vprocess_environment under CANNOT_DUMP (fixes crash when
3358 batch-compiling for bootstrap).
3359
33602008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
3361 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3362
3363 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
3364 fix crash due to different init order.
3365
33662008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3367
3368 Changes and additions for NeXTstep windowing system (Cocoa and
3369 GNUstep) support.
3370
3371 * Makefile.in:
3372 * config.in: Support defines and build commands for NS port.
3373 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
3374 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
3375 * dispextern.h: Include nsgui.h and add needed typedefs under NS
3376 windowing.
3377 (struct face): Add synth_ital field.
3378 * dispnew.c: Include nsterm.h when compiling under NS windowing.
3379 (init_display): Initialize Vinitial_window_system to "ns" when so
3380 compiled.
3381 * emacs.c: Include GSConfig.h when compiling under GNUstep.
3382 (display_arg): Use under NS.
3383 (main): Under NS, allocate autorelease pool and handle command line
3384 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
3385 (standard_args): Add NS-specific args.
3386 (shut_down_emacs): Shut down NS terminal if compiled under NS.
3387 * font.c (DEFAULT_ENCODING): New variable.
3388 (font_find_for_lface): Use it.
3389 (syms_of_font): Load syms_of_nsfont under NS.
3390 * font.h: Declare nsfont_driver when compiled under NS.
3391 * fontset.c: When compiling under NS, include nsterm.h.
3392 (fontset_from_font): Autoconstruct fontset under NS.
3393 * frame.c (various): Under NS, include nsterm.h, add Qns window system
3394 symbol, document and use it.
3395 (do_switch_frame): When for_deletion under Cocoa, add
3396 Fraise_frame(Qnil).
3397 (x_set_frame_parameters): Ensure font attribute changes are picked up.
3398 (x_get_arg): Allow "yes" and "no" as boolean values.
3399 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
3400 Qright under Cocoa.
3401 (focus-follows-mouse): Default to 0 under NS.
3402 * frame.h (enum output_method): Add output_ns.
3403 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
3404 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
3405 (FRAME_WINDOW_P): NS-specific definition.
3406 * fringe.c (max_used_fringe_bitmap): Make public.
3407 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
3408 (getloadavg): Use NeXT code under descendant OS's.
3409 * image.c (includes and header section, x_create_bitmap_from_data)
3410 (x_create_bitmap_from_file, free_bitmap_record, image_background)
3411 (image_background_transparent, x_clear_image_1)
3412 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
3413 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
3414 (x_to_xcolors, x_from_xcolors, x_disable_image)
3415 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
3416 other GUIs, including XPM support using code originally written for
3417 Carbon GUI.
3418 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
3419 using NS API.
3420 (image_ascent): Use font metrics macros instead of direct struct field
3421 access.
3422 * keyboard.c (includes): Add nsterm.h when compiling under NS.
3423 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
3424 Also, handle NS as GTK for menu bar purposes.
3425 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
3426 toolkit where they differ.
3427 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
3428 use cachelist, still needed under NS.
3429 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
3430 (struct widget_value): Define it here for menu.c.
3431 * keymap.c (includes): Include modifier internals.
3432 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
3433 NS.
3434 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
3435 support for preferring sequences using certain modifiers, specified by
3436 the FIRSTONLY argument.
3437 * lisp.h (hash_remove): Rename to avoid name clash when compiling
3438 under NS GNUstep implementation.
3439 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
3440 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
3441 * menu.c: Include nsterm.h under NS.
3442 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
3443 (free_menubar_widget_tree_value, update_submenu_strings)
3444 (find_and_call_menu_selection): Treat NS as X and NT.
3445 (find_and_return_menu_selection): New function, used for popup menus.
3446 * nsgui.h:
3447 * nsterm.h:
3448 * nsfns.m:
3449 * nsimage.m:
3450 * nsmenu.m:
3451 * nsselect.m:
3452 * nsterm.m: New files.
3453 * process.c (wait_reading_process_output): Under NS, call ns_select()
3454 instead of plain select().
3455 * syntax.c (char_quoted): Under NS, avoid a crash when called near
3456 beginning of buffer.
3457 * sysselect.h (init_process): Rename when compiling under Cocoa to
3458 avoid name conflict.
3459 * termhooks.h (display_info): Add ns_display_info to union.
3460 * terminal.c (Fterminal_live_p): Add ns to terminal types.
3461 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
3462 COCOA environment.
3463 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
3464 unexec() signature. (Note, this will dump, but the resulting file
3465 crashes; unexosx is used instead; keeping around for reference and
3466 possible aid in getting dump working under GNUstep.)
3467 * w32gui.h (button_type, widget_value): Remove definitions (now in
3468 keyboard.h).
3469 * window.c: Include nsterm.h when compiling under NS.
3470 * xdisp.c (includes): Include nsterm.h when compiling under NS.
3471 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
3472 other GUI windowing systems.
3473 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
3474 GTK.
3475 (x_consider_frame_title): Under NS, set icon type and frame
3476 modified-state indicator; use ns_set_name_as_filename() when using
3477 formatted title.
3478 (update_window_cursor): Make public when compiling under NS.
3479 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
3480 (hourglass_atimer, Vhourglass_delay
3481 * xfaces.c (header section, init_frame_faces, clear_font_table)
3482 (defined_color, unload_color, x_face_list_fonts)
3483 (prepare_face_for_display): Add NS support parallel to other GUIs.
3484 Emulate GCs like other non-X GUIs.
3485 (split_font_name): Don't lowercase font name under NS.
3486 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
3487 under NS.
3488 * s/darwin.h: Add support for compilation under NS.
3489
34902008-07-15 Jason Rumney <jasonr@gnu.org>
3491
3492 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
3493 (w32_show_hourglass): Rename from show_hourglass.
3494 (w32_hide_hourglass): Rename from hide_hourglass.
3495 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
3496 (Vhourglass_delay): Declare extern.
3497 (hourglass_started): Remove.
3498
3499 * xdisp.c (Vhourglass_delay): Remove static.
3500 (hourglass_started, start_hourglass, cancel_hourglass):
3501 Don't include these versions on WINDOWSNT.
3502
35032008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3504
3505 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
3506 variables (formerly in xfns.c).
3507 (show_hourglass, hide_hourglass): New prototypes (same).
3508 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
3509 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
3510 in xfns.c).
3511 (syms_of_xdisp): Declare/initialize display-hourglass,
3512 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
3513 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
3514 formerly in xfns.c.
3515 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
3516 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
3517 (start_hourglass, cancel_hourglass): Remove.
3518 (show_hourglass, hide_hourglass): Remove prototypes and static
3519 modifiers.
3520 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
3521 hourglass_atimer, hourglass_shown_p declaration/initialization.
3522 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
3523 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
3524 (start_hourglass, cancel_hourglass): Remove.
3525 (show_hourglass, hide_hourglass): Remove prototypes and static
3526 modifiers.
3527 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
3528 hourglass_atimer, hourglass_shown_p declaration/initialization.
3529 * w32fns.c (display_hourglass_p, Vhourglass_delay)
3530 (DEFAULT_HOURGLASS_DELAY): Remove.
3531 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
3532 hourglass_shown_p declaration/initialization.
3533
35342008-07-14 Jason Rumney <jasonr@gnu.org>
3535
3536 * w32fns.c (w32_get_arg): Remove wrapper function.
3537 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
3538 directly.
3539 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3540
35412008-07-14 Kenichi Handa <handa@m17n.org>
3542
3543 * xfont.c (xfont_open): Add workaround for X's bug.
3544
35452008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3546
3547 * fontset.c: Include <stdio.h> unconditionally.
3548
35492008-07-13 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
3552 for filtering.
3553
35542008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3555
3556 * s/vms.h: Use __GNUC__ instead of _GNUC_.
3557
3558 * m/macppc.h:
3559 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
3560
3561 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
3562 (SPECIAL_EMACS_INT):
3563 * m/ia64.h (SPECIAL_EMACS_INT):
3564 * m/amdx86-64.h (SPECIAL_EMACS_INT):
3565 * s/gnu.h (NLIST_STRUCT):
3566 * s/aix4-2.h (X11R5_INHIBIT_I18N):
3567 * s/gnu-linux.h (LINUX):
3568 * s/msdos.h (HAVE_FACES):
3569 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
3570
3571 * systty.h:
3572 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
3573 anymore.
3574
35752008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3576
3577 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
3578 always defined as int.
3579
3580 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
3581 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
3582 * s/gnu-linux.h (HAVE_WAIT_HEADER):
3583 * s/freebsd.h (HAVE_WAIT_HEADER):
3584 * s/bsd-common.h (HAVE_UNION_WAIT):
3585 * s/aix4-2.h (HAVE_WAIT_HEADER):
3586 * m/mips.h (HAVE_UNION_WAIT):
3587 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
3588 (COFF, static): Do not define, they are undefined later in the file.
3589
3590 * process.c (update_status): Don't use a union.
3591 (status_convert):
3592 (sigchld_handler): Use int instead of WAITTYPE.
3593
35942008-07-12 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * indent.c (Fvertical_motion): Restore hscroll before moving to
3597 goal column.
3598
35992008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3600
3601 * lisp.h: Remove left over code.
3602
36032008-07-11 Andreas Schwab <schwab@suse.de>
3604
3605 * lisp.h: Fix logic in last change.
3606
3607 * menu.h: New file.
3608 * menu.c: Include it.
3609 * xmenu.c: Likewise.
3610 * Makefile.in: Update dependencies.
3611
36122008-07-11 Kenichi Handa <handa@m17n.org>
3613
3614 * fontset.c (fontset_from_font): Cancel the previous change.
3615
36162008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3617
3618 * lisp.h:
3619 * w32heap.c:
3620 * emacs.c:
3621 * alloc.c: Replace all references of NO_UNION_TYPE with
3622 USE_LISP_UNION_TYPE.
3623
3624 * m/xtensa.h (NO_UNION_TYPE):
3625 * m/vax.h (NO_UNION_TYPE):
3626 * m/template.h (NO_UNION_TYPE):
3627 * m/sparc.h (NO_UNION_TYPE):
3628 * m/mips.h (NO_UNION_TYPE):
3629 * m/macppc.h (NO_UNION_TYPE):
3630 * m/m68k.h (NO_UNION_TYPE):
3631 * m/iris4d.h (NO_UNION_TYPE):
3632 * m/intel386.h (NO_UNION_TYPE):
3633 * m/ibms390x.h (NO_UNION_TYPE):
3634 * m/ibms390.h (NO_UNION_TYPE):
3635 * m/ibmrs6000.h (NO_UNION_TYPE):
3636 * m/ia64.h (NO_UNION_TYPE):
3637 * m/hp800.h (NO_UNION_TYPE):
3638 * m/arm.h (NO_UNION_TYPE):
3639 * m/amdx86-64.h (NO_UNION_TYPE):
3640 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
3641 defining it the same.
3642
36432008-07-10 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
3646
36472008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 * fileio.c:
3650 * sysdep.c
3651 * systty.h:
3652 * m/ibmrs6000.h:
3653 * m/iris4d.h:
3654 * s/aix4-2.h:
3655 * s/freebsd.h:
3656 * s/gnu-linux.h:
3657 * s/hpux10-20.h:
3658 * s/hpux11.h:
3659 * s/netbsd.h:
3660 * s/sol2-3.h:
3661 * s/sol2-4.h:
3662 * s/sol2.h:
3663 * s/usg5-4.h:
3664 * s/vms.h: Remove references to unused variables.
3665
36662008-07-10 Andreas Schwab <schwab@suse.de>
3667
3668 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
3669 pattern before matching the generic family.
3670
36712008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3672
3673 * unexec.c:
3674 * s/vms.h:
3675 * s/usg5-4-2.h:
3676 * s/sol2-5.h:
3677 * s/freebsd.h:
3678 * s/darwin.h: Remove dead code.
3679
3680 * m/template.h:
3681 * m/sparc.h:
3682 * m/mips.h:
3683 * m/m68k.h:
3684 * m/iris4d.h:
3685 * m/intel386.h:
3686 * m/ibms390x.h:
3687 * m/ibms390.h:
3688 * m/ia64.h:
3689 * m/hp800.h:
3690 * m/arm.h:
3691 * m/amdx86-64.h: Remove dead code and references to unused
3692 and compiler defined symbols.
3693
3694 * unexmips.c:
3695 * unexelf.c: Remove references to desupported systems.
3696
3697 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
3698
3699 * m/powermac.h: Remove boilerplate comments.
3700 (NO_REMAP): Remove unused definition.
3701
3702 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
3703 define them.
3704
37052008-07-10 Kenichi Handa <handa@m17n.org>
3706
3707 * xfont.c (xfont_open): Log the reason of failure.
3708
37092008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * fontset.c (fontset_get_font_group):
3712 * font.c (font_check_otf): Specify argument types.
3713
37142008-07-09 Kenichi Handa <handa@m17n.org>
3715
3716 * coding.c (detect_coding_utf_8): Set detect_info->found only when
3717 non-ASCII char is found.
3718
3719 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
3720 (reorder_font_vector): Change the arg preferred_family to font.
3721 Prefer the spec matching with font.
3722 (fontset_get_font_group): New function.
3723 (fontset_find_font): Change the format of an element of a realized
3724 fontset. Use fontset_get_font_group.
3725 (fontset_font): Try the current fontset, the default fontset, the
3726 fallbacks of the current fontset, and the fallbacks of the default
3727 fontset in this order.
3728 (face_for_char): Delete the shortcut to use the current font.
3729 (fontset_from_font): Don't set fonts for Latin in the fontset.
3730
3731 * font.h (font_make_object, font_match_p): Adjust prototypes.
3732
3733 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
3734
3735 * font.c (font_make_object): New arg entity and pixelsize.
3736 (font_check_otf_features, font_check_otf): New functions.
3737 (font_match_p): Check :lang, :script, and :otf properties.
3738
3739 * xfont.c (xfont_open): Adjust it for the change of
3740 font_make_object.
3741 (xfont_text_extents): Fix initial setting of metrics.
3742
3743 * ftfont.c (struct ftfont_info): New member index, delete member
3744 fc_charset_idx. Make the member order compatible with struct
3745 xftfont_info.
3746 (fc_charset_table): Change charset names to registry names.
3747 (ftfont_pattern_entity): Delete the args registry and
3748 fc_charset_idx. Change the value of :font-entity property
3749 to (FONTNAME . INDEX). Always set :registry property to
3750 `iso10646-1'.
3751 (struct ftfont_cache_data): New struct.
3752 (ftfont_lookup_cache): New arg for_face.
3753 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
3754 (ftfont_driver): Set the member otf_capability.
3755 (ftfont_get_charset): Adjust it for the change of
3756 fc_charset_table.
3757 (OTF_TAG_SYM): New macro.
3758 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
3759 for the change of fc_charset_table.
3760 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
3761 ftfont_pattern_entity. Add FC_INDEX to objset.
3762 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
3763 and ftfont_pattern_entity.
3764 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
3765 font_make_object, struct ftfont_info.
3766 (ftfont_has_char): Use ftfont_get_fc_charset.
3767 (ftfont_otf_features, ftfont_otf_capability): New functions.
3768 (ftfont_shape): Use ftfont_get_otf.
3769 (ftfont_text_extents): Fix initial setting of metrics.
3770
3771 * xftfont.c (struct xftfont_info): New member ft_size. Make the
3772 member order compatible with struct ftfont_info.
3773 (xftfont_open): Add FC_CHARSET to the pattern. Set
3774 xftfont_info->ft_size. Don't unlock the face. Check BDF
3775 properties if appropriate.
3776 (xftfont_close): Unlock the face.
3777 (xftfont_anchor_point, xftfont_shape): Deleted.
3778 (syms_of_xftfont): Don't set members anchor_point and shape of
3779 xftfont_driver.
3780
3781 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
3782 font_make_object.
3783
3784 * w32font.c (w32font_open): Adjust it for the change of
3785 font_make_object.
3786 (w32font_open_internal): Don't set properties of font_object here.
3787
37882008-07-08 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * macfns.c (x_create_tip_frame):
3791 * w32fns.c (x_create_tip_frame):
3792 * xfns.c (x_create_tip_frame): Pass parameter argument to
3793 face-set-after-frame-default.
3794
3795 * xfaces.c (Finternal_merge_in_global_face): Save merged
3796 attributes for the default face back into the face vector.
3797
37982008-07-08 Andreas Schwab <schwab@suse.de>
3799
3800 * fontset.h: Declare fontset_from_font. Don't declare
3801 new_fontset_from_font and fontset_from_font_name.
3802 * xterm.c: Include "fontset.h".
3803 * Makefile.in (xterm.o): Update dependencies.
3804
38052008-07-08 Glenn Morris <rgm@gnu.org>
3806
3807 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
3808 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
3809
38102008-07-07 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
3813 (x_set_frame_parameters): Don't bind it.
3814
38152008-07-07 Juanma Barranquero <lekktu@gmail.com>
3816
3817 * w32fns.c (map_w32_filename): Declare extern.
3818
38192008-07-07 Jason Rumney <jasonr@gnu.org>
3820
3821 * w32term.c (WS_EX_LAYERED): Define if not already.
3822
38232008-07-06 Chong Yidong <cyd@stupidchicken.com>
3824
3825 * xfaces.c (set_font_frame_param): Don't try to set the font
3826 parameter if it is still unspecified in the lface.
3827
38282008-07-05 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
3831 face if it didn't already exist.
3832
3833 * xdisp.c (try_window_id): Give up if word-wrapping is on.
3834
38352008-07-05 Andreas Schwab <schwab@suse.de>
3836
3837 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
3838
38392008-07-05 Chong Yidong <cyd@stupidchicken.com>
3840
3841 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
3842 word-wrapping.
3843 (IT_DISPLAYING_WHITESPACE): New macro.
3844 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
3845 when word-wrapping. Simplify word-wrapping logic. Use correct
3846 pixel positions when saving copies of the iterator.
3847 (display_line): Use proper wrap point if the last character on a
3848 line was preceded by whitespace.
3849
38502008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
3853
38542008-07-04 Kenichi Handa <handa@m17n.org>
3855
3856 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
3857
3858 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
3859
38602008-07-02 Jason Rumney <jasonr@gnu.org>
3861
3862 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 3863 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
3864
3865 * xdisp.c (next_element_from_display_vector): Move assignment out
3866 of if statement.
3867
38682008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
3869
3870 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
3871
3872 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
3873 (syms_of_fileio): Initialize and export them.
3874 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
3875
3876 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
3877 (Fsystem_move_file_to_trash): New function.
3878 (syms_of_w32fns): Export it to lisp.
3879
38802008-07-01 Jason Rumney <jasonr@gnu.org>
3881
3882 * w32font.c (w32font_text_extents): Don't count overhang as part
3883 of width.
3884
38852008-06-30 Miles Bader <miles@gnu.org>
3886
3887 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
3888 Add `avoid_cursor_p' field.
3889
3890 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
3891 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
3892 (append_glyph, append_composite_glyph, produce_image_glyph)
3893 (append_stretch_glyph): Initialize avoid_cursor_p.
3894 (get_it_property): Rename from `get_line_height_property'.
3895 (x_produce_glyphs): Use get_it_property.
3896 (handle_line_prefix, push_display_prop): New functions.
3897 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
3898 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
3899 New variables.
3900 (syms_of_xdisp): Initialize them.
3901
39022008-06-30 Kenichi Handa <handa@m17n.org>
3903
3904 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
3905 XftDefaultSubstitute (they are called in XftFontMatch).
3906 (xftfont_open): Fix args to ftfont_font_format.
3907
3908 * ftfont.c (fc_charset_table): New member lang.
3909 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 3910 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
3911 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
3912 (ftfont_open): Fix args to ftfont_font_format.
3913 (ftfont_font_format): New arg filename.
3914
39152008-06-30 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * xfaces.c (Finternal_merge_in_global_face): If default face was
3918 modified, realize it again. Update the font face attribute.
3919
39202008-06-29 Jason Rumney <jasonr@gnu.org>
3921
3922 * w32term.c (x_set_frame_alpha): Fix logic.
3923
39242008-06-29 Kenichi Handa <handa@m17n.org>
3925
3926 * fontset.c (Finternal_char_font): Return font-object instead of
3927 font-name.
3928
3929 * composite.c (get_composition_id): Fix the width calculation for TAB.
3930
39312008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * indent.c (Fvertical_motion): Properly handle float column arg.
3934
39352008-06-28 Jason Rumney <jasonr@gnu.org>
3936
3937 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
3938 (pfnSetLayeredWindowAttributes): New function pointer.
3939 (w32_initialize): Initialize it when supported.
3940 (x_set_frame_alpha): New function.
3941
3942 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
3943 (w32_frame_parm_handlers): Set alpha handler.
3944
3945 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
3946
39472008-06-27 Jason Rumney <jasonr@gnu.org>
3948
3949 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
3950 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
3951 (w32_to_x_charset, x_to_w32_charset)
3952 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
3953 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
3954 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
3955 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
3956 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
3957 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
3958 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
3959 (Qw32_charset_unicode): Remove.
3960 (syms_of_w32fns): Update for above changes.
3961
3962 * w32font.c (w32_to_x_charset, x_to_w32_charset)
3963 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
3964 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
3965 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
3966 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
3967 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
3968 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
3969 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
3970 (syms_of_w32font): Update for above changes.
3971
39722008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3973
3974 * s/usg5-4.h: Fix previous change: keep the correct branch of a
3975 removed #if.
3976 (USG_SHARED_LIBRARIES): Remove duplicate definition.
3977
39782008-06-26 Juanma Barranquero <lekktu@gmail.com>
3979 Eli Zaretskii <eliz@gnu.org>
3980
3981 * makefile.w32-in (LOCAL_FLAGS):
3982 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
3983
3984 * sysdep.c (_spawnlp, _getpid):
3985 Declare with explicit _cdecl instead of _CRTAPI1.
3986
3987 * editfns.c (Fget_internal_run_time):
3988 Check for WINDOWSNT with #ifdef, not #if.
3989
39902008-06-26 Jason Rumney <jasonr@gnu.org>
3991
3992 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
3993
3994 * w32term.c (x_draw_glyph_string_foreground)
3995 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
3996 Use FONT_HANDLE macro.
3997 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
3998
3999 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
4000 (uniscribe_encode_char): Use FONT_HANDLE macro.
4001
4002 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
4003 (w32font_text_extents): Use precast w32_font.
4004 (w32font_close): Free cached metrics.
4005 (w32font_open_internal): Allocate space for name on stack.
4006
40072008-06-26 Chong Yidong <cyd@stupidchicken.com>
4008
4009 * xdisp.c (extend_face_to_end_of_line): Fix last change.
4010
40112008-06-26 Jason Rumney <jasonr@gnu.org>
4012
4013 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
4014 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
4015
40162008-06-26 Juanma Barranquero <lekktu@gmail.com>
4017
4018 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
4019
40202008-06-26 Jason Rumney <jasonr@gnu.org>
4021
4022 * w32bdf.c, w32bdf.h: Remove obsolete files.
4023
4024 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
4025
4026 * w32gui.h: Don't include w32bdf.h.
4027 (XCharStruct, enum w32_char_font_type, W32FontStruct):
4028 Remove obsolete font support.
4029
4030 * w32font.h (struct w32font_info): Remove compat_w32_font.
4031 Add hfont member.
4032 (FONT_COMPAT): Remove obsolete macro.
4033
4034 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
4035 (w32font_encode_char, w32font_text_extents): Use new hfont member.
4036 (w32font_open_internal): Remove compat code. Set new hfont member.
4037 (Fx_select_font): Use new hfont member.
4038
4039 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
4040 (uniscribe_encode_char): Use new hfont member.
4041
4042 * w32term.c (x_draw_glyph_string_foreground)
4043 (x_draw_composite_glyph_string_foreground): Use new hfont member.
4044 (x_draw_glyph_string): Use metrics in w32font_info.
4045
40462008-06-26 Kenichi Handa <handa@m17n.org>
4047
4048 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
4049
40502008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * unexnext.c:
4053 * m/ews4800.h:
4054 * m/hp9000s300.h:
4055 * m/ibm370aix.h:
4056 * m/mips-siemens.h:
4057 * m/ncr386.h:
4058 * m/next.h:
4059 * m/pmax.h:
4060 * m/powerpcle.h:
4061 * m/tandem-s2.h:
4062 * s/386bsd.h:
4063 * s/bsd386.h:
4064 * s/bsd4-1.h:
4065 * s/bsd4-2.h:
4066 * s/bsdos2-1.h:
4067 * s/bsdos2.h:
4068 * s/bsdos3.h:
4069 * s/bsdos4.h:
4070 * s/nextstep.h:
4071 * s/ultrix4-3.h:
4072 * s/usg5-0.h:
4073 * s/usg5-2-2.h:
4074 * s/usg5-2.h:
4075 * s/usg5-4-3.h:
4076 * s/ux4800.h:
4077 * s/uxpds.h:
4078 * s/uxpv.h: Remove support for obsolete systems.
4079 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
4080 Remove, insert contents in s/hpux-10.20.h.
4081 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
4082 Remove, insert contents in s/aix4-2.h.
4083 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
4084 * s/bsd4-3.h: Rename to ...
4085 * s/bsd-common.h: ... this.
4086 * data.c:
4087 * doc.c:
4088 * ecrt0.c:
4089 * emacs.c:
4090 * fileio.c:
4091 * floatfns.c:
4092 * keyboard.c:
4093 * mem-limits.h:
4094 * print.c:
4095 * process.c:
4096 * sysdep.c:
4097 * syssignal.h:
4098 * systty.h:
4099 * syswait.h:
4100 * term.c:
4101 * unexec.c:
4102 * unexelf.c:
4103 * unexhp9k800.c:
4104 * m/hp800.h:
4105 * m/ibmrs6000.h:
4106 * m/mips.h:
4107 * m/vax.h:
4108 * s/darwin.h:
4109 * s/freebsd.h:
4110 * s/gnu.h:
4111 * s/ms-w32.h:
4112 * s/msdos.h:
4113 * s/netbsd.h:
4114 * s/template.h: Remove references to obsolete variables.
4115
4116 * Makefile.in: Add dependencies for all unexec files.
4117 (admindir): Remove unused variable.
4118 (UNEXEC_SRC): Remove references.
4119
41202008-06-25 Chong Yidong <cyd@stupidchicken.com>
4121
4122 * xfns.c (x_default_font_parameter): If Xft is available, first
4123 try Monospace-12 for the default font.
4124
41252008-06-25 Jason Rumney <jasonr@gnu.org>
4126
4127 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
4128
41292008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
4132
4133 * buffer.c (syms_of_buffer): Remove default-word-wrap.
4134
41352008-06-25 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
4138 <scroll-conservatively>: Fix typo in docstring.
4139
4140 * xselect.c (Fx_send_client_event): Doc fix.
4141
41422008-06-25 Kenichi Handa <handa@m17n.org>
4143
4144 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
4145
4146 * font.c (font_parse_fcname): Remove unused variables.
4147 (font_sort_entites): Delete the arg SPEC. Caller changed.
4148 Fix for the case of ! best_only.
4149 (font_delete_unmatched): Check DPI and AVGWIDTH too.
4150
4151 * lisp.h (Fstring_to_unibyte): EXFUN it.
4152
4153 * character.h (str_to_unibyte): Extern it.
4154
4155 * character.c (str_to_unibyte): New function.
4156
4157 * fns.c (Fstring_to_unibyte): New function.
4158 (syms_of_fns): Defsubr it.
4159
41602008-06-24 Kenichi Handa <handa@m17n.org>
4161
4162 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
4163 DPI too.
4164 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
4165
41662008-06-24 Andreas Schwab <schwab@suse.de>
4167
4168 * Makefile.in (${lispsource}loaddefs.el): Rename from
4169 ../lisp/loaddefs.el.
4170 (bootstrap-clean): Do what distclean does but don't remove
4171 Makefile.
4172 (distclean): Depend on bootstrap-clean and remove Makefile.
4173
41742008-06-24 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * buffer.h (struct buffer): New member word_wrap.
4177
4178 * buffer.c (syms_of_buffer): New variables default-word-wrap and
4179 word-wrap.
4180 (init_buffer_once): Initialize them.
4181
4182 * dispextern.h (struct it): Replace bool truncate_lines_p with a
4183 line_wrap enum possessing three possible values.
4184
4185 * termopts.h: Replace truncate_partial_width_windows with
4186 Vtruncate_partial_width_windows.
4187
4188 * dispnew.c (direct_output_for_insert): Avoid direct output when
4189 inserting a space with word wrap on.
4190
4191 * indent.c (compute_motion): Obey integer values of
4192 truncate-partial-width-windows.
4193
4194 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
4195 replacing truncate_partial_width_windows.
4196 (init_iterator): If Vtruncate_partial_width_windows is an integer,
4197 truncate only if the window width is below that integer.
4198 (start_display, resize_mini_window, produce_stretch_glyph)
4199 (display_string, move_it_in_display_line_to): Use line_wrap.
4200 (back_to_previous_visible_line_start, reseat_1): Reset
4201 string_from_display_prop_p.
4202 (display_line): Extend default face to end of line when wrapping.
4203
42042008-06-24 Kim F. Storm <storm@cua.dk>
4205
4206 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
4207 to wrap continued lines at word boundaries.
4208
42092008-06-24 Jason Rumney <jasonr@gnu.org>
4210
4211 * font.c (Ffont_face_attributes): Multiply pixel size before point
4212 conversion to avoid multiplying rounding error.
4213
42142008-06-23 Jason Rumney <jasonr@gnu.org>
4215
4216 * w32term.c (x_draw_glyph_string_background)
4217 (x_draw_glyph_string): Remove old bdf font code.
4218
4219 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
4220
42212008-06-22 Kenichi Handa <handa@m17n.org>
4222
4223 * font.c (font_find_for_lface): Try the adstyle specified in
4224 the property of LFACE_FONT of LFACE (if any).
4225
42262008-06-21 Seiji Zenitani <zenitani@mac.com>
4227 Ryo Yoshitake <ryo@shiftmode.net>
4228
4229 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
4230
42312008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
4234 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
4235 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
4236 (witness-emacs): Remove.
4237 (lisp, shortlisp): Move loaddefs.el earlier.
4238 (mostlyclean): Forget about witness-emacs.
4239
42402008-06-22 Glenn Morris <rgm@gnu.org>
4241
4242 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
4243 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
4244
42452008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * Makefile.in (PRECOMP): Remove.
4248 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
4249 (witness-emacs): Run `compile-first'.
4250 (.el.elc): Use the new compile-onefile target.
4251
42522008-06-21 Kenichi Handa <handa@m17n.org>
4253
4254 * xftfont.c (xftfont_open): Handle QCembolden only when
4255 FC_EMBOLDEN is defined.
4256
42572008-06-21 Andreas Schwab <schwab@suse.de>
4258
4259 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
4260 (.el.elc): Likewise.
4261
42622008-06-21 Miles Bader <miles@gnu.org>
4263
4264 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
4265 build dir, not the lisp source dir.
4266
42672008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
4270 (bootstrapclean): Remove.
4271 (.el.elc): New rule.
4272 (PRECOMP): New var.
4273 (../lisp/subdirs.el): Remove.
4274 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
4275 (witness-emacs): New target.
4276 (mostlyclean): Remove witness-emacs as well.
4277 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
4278 Add witness-emacs dependency.
4279
42802008-06-20 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
4283 defined by the font.
4284
42852008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
4288 (bootstrap-clean): New target that keeps TAGS around.
4289 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
4290 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
4291
42922008-06-20 Jason Rumney <jasonr@gnu.org>
4293
4294 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
4295 Remove obsolete font code.
4296
4297 * w32font.c (font_matches_spec): Use csb bitfield from font signature
4298 to determine language support.
4299
43002008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * sysdep.c (cfsetspeed): New fun extracted from the code.
4303 (cfmakeraw): Move before first use.
4304
43052008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
4306
4307 * sysdep.c (cfmakeraw): Provide fallback implementation.
4308 (serial_configure): Provide fallback implementation of cfsetspeed.
4309
43102008-06-20 Kenichi Handa <handa@m17n.org>
4311
4312 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
4313 the pattern.
4314
4315 * fontset.c (fontset_from_font): Copy font_spec before changing
4316 the elements.
4317
4318 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
4319
43202008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
4323 for explicit `font' parameters.
4324
4325 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
4326
43272008-06-19 Kenichi Handa <handa@m17n.org>
4328
4329 * frame.c: Include <ctype.h>.
4330 (x_set_font_backend): Allow spacing characters in the X resource
4331 for FontBackend.
4332
43332008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * w32fns.c, xfns.c (Qfont_param): New var.
4336 (syms_of_w32fns): Initialize it.
4337 (x_default_font_parameter): Record explicit `font' into
4338 `font-parameter'.
4339
43402008-06-18 Kenichi Handa <handa@m17n.org>
4341
4342 * font.c (font_parse_xlfd): Fix previous change.
4343 (font_parse_fcname): Don't use :fc-unknown-spec.
4344 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
4345 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
4346 (font_add_log): Prepend the driver name to the resulting fonts.
4347
4348 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
4349 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
4350 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
4351
4352 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
4353 (QCembolden): New variables.
4354 (syms_of_xftfont): DEFSYM them.
4355 (xftfont_open): Call XftFontMatch. Don't trust the result of
4356 XftTextExtents8 if the pixel_size is less than 5.
4357
43582008-06-18 Andreas Schwab <schwab@suse.de>
4359
4360 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
4361 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
4362
43632008-06-18 Jason Rumney <jasonr@gnu.org>
4364
4365 * w32font.c (w32font_list, w32font_match): Add logging.
4366
4367 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
4368
43692008-06-17 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * font.c (font_parse_fcname): Store divider characters for
4372 unknown-spec list. For known key symbols, intern using correct
4373 symbol name.
4374
43752008-06-17 Kenichi Handa <handa@m17n.org>
4376
4377 * xfaces.c (realize_default_face): If the frame is not on window
4378 system, set the fontset of face to nil.
4379
43802008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4381
4382 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
4383
43842008-06-16 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
4387 (build_font_name_from_vector): Delete externs.
4388
4389 * xfaces.c (struct font_name): Don't declare.
4390
43912008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
4394
43952008-06-16 Chong Yidong <cyd@stupidchicken.com>
4396
4397 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
4398
43992008-06-16 Juanma Barranquero <lekktu@gmail.com>
4400
4401 * font.c (Ffont_spec): Fix usage in docstring.
4402 (Ffont_face_attributes): Doc fix.
4403
44042008-06-16 Andreas Schwab <schwab@suse.de>
4405
4406 * font.c (Ffont_face_attributes): Fix definition.
4407
44082008-06-16 Jason Rumney <jasonr@gnu.org>
4409
4410 * font.h (font_style_symbolic_from_value): Remove.
4411
4412 * font.c (font_style_symbolic_from_value): Remove.
4413 (font_style_symbolic): Revert to pre 2008-06-13 version.
4414
4415 * w32font.c (w32_to_fc_weight): New function.
4416 (w32font_full_name, logfont_to_fcname): Use it.
4417
44182008-06-16 Kenichi Handa <handa@m17n.org>
4419
4420 * font.c (font_check_object): Delete it.
4421 (font_clear_cache): Check if a font-object is alive.
4422 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
4423 font-object to nil.
4424 (font_close_object): Don't check FONT_CLOSE_OBJECT.
4425 (font_at): Don't call font_check_object.
4426 (Ffont_get): Return a symbol for :weight, :slant, and :width.
4427
44282008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4429
4430 * puresize.h (BASE_PURESIZE): Increase to 1230000.
4431
44322008-06-16 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
4435
44362008-06-15 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * font.c (font_parse_fcname): Only one decimal point.
4439 (font_unparse_fcname): Handle data in family and foundry indices
4440 as symbols, not strings.
4441 (font_unparse_gtkname, Ffont_face_attributes): New functions.
4442
4443 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
4444
4445 * font.h (font_unparse_gtkname): Add prototype.
4446
44472008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4448
4449 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
4450
44512008-06-15 Andreas Schwab <schwab@suse.de>
4452
4453 * font.c (font_update_drivers): Fix crash when no drivers match.
4454
44552008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
4458 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
4459
44602008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
4463
44642008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * process.c (Fserial_process_configure, Fprocess_send_eof):
4467 Use EQ to compare Lisp_Objects.
4468
44692008-06-13 Jason Rumney <jasonr@gnu.org>
4470
4471 * w32fns.c (Fw32_select_font): Remove old font API function.
4472
4473 * w32font.c (logfont_to_fcname): New function.
4474 (Fx_select_font): New font dialog function compatible with
4475 GTK/fontconfig version.
4476
4477 * font.c (font_style_symbolic_from_value): New function.
4478 (font_style_symbolic): Use it.
4479
4480 * font.h (font_style_symbolic_from_value): Declare new function.
4481
44822008-06-13 Juanma Barranquero <lekktu@gmail.com>
4483
4484 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
4485 <font-width-table>: Fix typos in docstrings.
4486
44872008-06-13 Daniel Engeler <engeler@gmail.com>
4488
4489 These changes add serial port access.
4490 * process.c: Add HAVE_SERIAL.
4491 (Fdelete_process, Fprocess_status, Fset_process_buffer)
4492 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
4493 (list_processes_1, select_wrapper, Fstop_process)
4494 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
4495 (status_notify): Modify to handle serial processes.
4496 [HAVE_SERIAL] (Fserial_process_configure)
4497 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
4498 New functions.
4499 * process.h (struct Lisp_Process): Add `type'.
4500 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
4501 New functions.
4502 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
4503 serial ports.
4504 (serial_open, serial_configure) New functions.
4505 * w32.h: Add FILE_SERIAL.
4506 (struct _child_process): Add ovl_read, ovl_write.
4507
45082008-06-13 Kenichi Handa <handa@m17n.org>
4509
4510 * dispextern.h (enum lface_attribute_index): New member
4511 LFACE_FOUNDRY_INDEX.
4512
4513 * font.c (font_score): Delete arg alternate_families. Check only
4514 weight, slant, width, and size. Ignore the difference of alias
4515 style symbols.
4516 (font_sort_entites): Adjust for the above change. Reflect the
4517 order of font-driver to scores.
4518 (font_list_entities): Don't check alternate_familes here.
4519 (font_clear_prop): Handle foundry.
4520 (font_update_lface): Don't parse "foundry-family" form here.
4521 Handle FONT_FOUNDRY_INDEX.
4522 (font_find_for_lface): Likewise. Handle alternate families here.
4523 If registry is nil, try iso8859-1 and ascii-0.
4524 (font_open_for_lface): Pay attention to size in ENTITY.
4525 (font_open_by_name): Simplify by calling font_load_for_lface.
4526 (free_font_driver_list): Delete it.
4527 (font_update_drivers): Preserve the order of backends.
4528 (syms_of_font): Setting of sort_shift_bits adjusted for the change
4529 of font_score and font_sort_entites.
4530 (font_update_sort_order): Likewise.
4531
4532 * xfaces.c (LFACE_FOUNDRY): New macro.
4533 (check_lface_attrs): Check foundry.
4534 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
4535 (merge_face_vectors): Check foundry.
4536 (merge_face_ref): Likewise.
4537 (Finternal_set_lisp_face_attribute): Likewise.
4538 (x_update_menu_appearance): Likewise.
4539 (Finternal_get_lisp_face_attribute): Likewise.
4540 (lface_hash): Likewise.
4541 (lface_same_font_attributes_p): Likewise.
4542 (x_supports_face_attributes_p): Likewise.
4543 (tty_supports_face_attributes_p): Likewise.
4544 (Finternal_set_alternative_font_family_alist): Intern strings.
4545 (Finternal_set_alternative_font_registry_alist): Downcase strings.
4546 (realize_default_face): Set LFACE_FOUNDRY (lface).
4547
4548 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
4549 font-driver at first.
4550
4551 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
4552
45532008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4554
4555 * lread.c (Fload): Use xfree, not free on saved_doc_string.
4556
45572008-06-12 Jim Meyering <meyering@redhat.com>
4558
4559 Make unexec_free handle NULL the same way free does.
4560 * unexmacosx.c (unexec_free): Ignore a NULL argument.
4561
45622008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * character.h (CHAR_TO_BYTE_SAFE): New macro.
4565 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
4566 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
4567 (WEAK_ALIAS): Simplify.
4568 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
4569 when searching a unibyte buffer.
4570
45712008-06-12 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * xfns.c (Fx_select_font): Rename from x-font-dialog.
4574
45752008-06-12 Juanma Barranquero <lekktu@gmail.com>
4576
4577 * w32font.c: Include ctype.h.
4578
45792008-06-11 Jason Rumney <jasonr@gnu.org>
4580
4581 * w32font.c (w32font_encode_char): Detect missing glyphs that are
4582 misreported as space.
4583 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
4584 as aliases for registry iso10646-1.
4585
45862008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * buffer.c (clone_per_buffer_values): Skip `name'.
4589
45902008-06-11 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * font.c (font_parse_fcname): Fix last change; accept decimal
4593 points in font size.
4594
45952008-06-10 Jason Rumney <jasonr@gnu.org>
4596
4597 * w32uniscribe.c (add_opentype_font_name_to_list):
4598 Skip non unicode fonts.
4599
46002008-06-10 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * xfns.c (Fx_font_dialog): New function.
4603
4604 * gtkutil.c (xg_dialog_response_cb): Rename from
4605 xg_file_response_callback.
4606 (pop_down_dialog): Rename from pop_down_file_dialog.
4607 (xg_get_file_name): Callers changed.
4608 (xg_get_font_name): New function.
4609
4610 * gtkutil.h (xg_get_font_name): Insert prototype.
4611
46122008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
4615 x_underline_minimum_display_offset.
4616 (syms_of_xdisp): Declare it here rather than in xterm.c.
4617 * dispextern.h (underline_minimum_offset): Declare it.
4618 * w32term.c (x_draw_glyph_string): Use it.
4619 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
4620 (syms_of_xterm): Don't declare it any more.
4621 (x_draw_glyph_string): Adjust to the new name.
4622
46232008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
4624
4625 * xterm.c (x_underline_minimum_display_offset): New var.
4626 (x_draw_glyph_string): Use it.
4627 (syms_of_xterm): Declare it.
4628
46292008-06-10 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * font.c (font_parse_fcname): Accept GTK-style font names too.
4632
46332008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * dired.c (file_name_completion): Don't return t if the match is exact
4636 but with different capitalization.
4637 * minibuf.c (Ftry_completion): Simplify.
4638
4639 * window.c (Vwindow_point_insertion_type): New var.
4640 (set_window_buffer): Use it.
4641 (syms_of_window): Init and export it to Lisp.
4642
46432008-06-10 Kenichi Handa <handa@m17n.org>
4644
4645 * font.h (font_intern_prop): Prototype adjusted.
4646
4647 * font.c (font_intern_prop): New arg force_symbol.
4648 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
4649 Adjust for the change of font_intern_prop.
4650
4651 * ftfont.c (ftfont_pattern_entity):
4652 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
4653 (w32_registry):
4654 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
4655 the change of font_intern_prop.
4656
46572008-06-09 Juanma Barranquero <lekktu@gmail.com>
4658
4659 * w32menu.c (digest_single_submenu): Declare extern.
4660
46612008-06-09 Jason Rumney <jasonr@gnu.org>
4662
4663 * w32term.c (x_make_frame_visible): Use alternate restore flags.
4664
4665 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
4666 (parse_single_submenu): Remove.
4667 (digest_single_submenu): Remove.
4668 (syms_of_w32menu): Don't initialise variables that have moved
4669 to menu.c.
4670 (set_frame_menubar): Sync with version in xmenu.c.
4671 (w32_menu_show): Sync with xmenu_show in xmenu.c.
4672
4673 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
4674 Make static again.
4675
46762008-06-09 Jason Rumney <jasonr@gnu.org>
4677
4678 Changes to w32 files related to the move of common menu code
4679 to menu.c on 2008-06-08 by Chong Yidong.
4680
4681 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
4682 defs to w32gui.h.
4683 (single_keymap_panes, push_menu_item, push_menu_pane):
4684 Make globally visible.
4685
4686 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
4687 (local_free, malloc_widget_value, free_widget_value)
4688 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
4689 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
4690 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
4691 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
4692 (menu_items, menu_items_allocated, menu_items_used)
4693 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
4694 (init_menu_items, finish_menu_items, discard_menu_items)
4695 (grow_menu_items, push_submenu_start, push_submenu_end)
4696 (push_left_right_boundary, push_menu_pane, push_menu_item)
4697 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
4698 (free_menubar_widget_tree_value, parse_single_submenu)
4699 (update_submenu_strings): Remove functions.
4700 (xmalloc_widget_value): Remove and declare extern.
4701
4702 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
4703 (OBJ1): Build it.
4704
4705 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
4706 (local_heap, local_alloc, local_free, malloc_widget_value)
4707 (free_widget_value): Define here.
4708
47092008-06-09 Kenichi Handa <handa@m17n.org>
4710
4711 * font.h (Qascii_0): Extern it.
4712
4713 * font.c (Qascii_0): New variable.
4714 (syms_of_font): DEFSYM it.
4715 (font_open_by_name): If the registry "iso8859-1" fails, try also
4716 "ascii-0".
4717
4718 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
4719
47202008-06-08 Kenichi Handa <handa@m17n.org>
4721
4722 * .gdbinit (xfont): New command.
4723
47242008-06-08 Andreas Schwab <schwab@suse.de>
4725
4726 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
4727 * Makefile.in (menu.o): Update dependencies.
4728
4729 * Makefile.in (obj): Always add menu.o.
4730 * emacs.c (main): Always call syms_of_menu.
4731 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
4732
47332008-06-08 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * Makefile.in: Compile menu.c.
4736
4737 * lisp.h: Declare syms_of_menu.
4738
4739 * emacs.c (main): Call syms_of_menu.
4740
4741 * keyboard.h: Relocate platform-independent menu definitions from
4742 xmenu.c.
4743
4744 * menu.c: New file. Relocate platform-independent menu
4745 definitions from xmenu.c. Suggested by Adrian Robert.
4746
4747 * xmenu.c: Remove platform-independent menu definitions.
4748 (menu_items menu_items_inuse, menu_items_allocated)
4749 (menu_items_used, menu_items_n_panes)
4750 (menu_items_submenu_depth): Move to keyboard.h.
4751 (init_menu_items, finish_menu_items, unuse_menu_items)
4752 (discard_menu_items, restore_menu_items, save_menu_items)
4753 (grow_menu_items, push_submenu_start, push_submenu_end)
4754 (push_left_right_boundary, push_menu_pane, push_menu_item)
4755 (keymap_panes, single_keymap_panes, single_menu_item)
4756 (list_of_panes, list_of_items, find_and_call_menu_selection)
4757 (xmalloc_widget_value, free_menubar_widget_value_tree)
4758 (parse_single_submenu, digest_single_submenu)
4759 (update_submenu_strings): Move to menu.c.
4760
47612008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
4764
47652008-06-06 Miles Bader <miles@gnu.org>
4766
4767 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
4768 face, not frame default.
4769
47702008-06-05 Martin Rudalics <rudalics@gmx.at>
4771
4772 * window.c (pop_up_windows, pop_up_frames)
4773 (display_buffer_reuse_frames, Vpop_up_frame_function)
4774 (Vdisplay_buffer_function, Veven_window_heights)
4775 (Vspecial_display_buffer_names, Vspecial_display_regexps)
4776 (Vspecial_display_function, Vsame_window_buffer_names)
4777 (Vsame_window_regexps, split_height_threshold)
4778 (Vsplit_window_preferred_function): Move those vars to window.el.
4779 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
4780 (Fdisplay_buffer): Move those functions to window.el.
4781 (syms_of_window): Remove corresponding declarations.
4782 (display_buffer): New function.
4783 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
4784 * dispnew.c (Flast_nonminibuf_frame): New function.
4785 * buffer.c (Fpop_to_buffer): Move to window.el.
4786
47872008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
4790
47912008-06-05 Kenichi Handa <handa@m17n.org>
4792
4793 * coding.c (detect_coding): Fix previous change.
4794 (detect_coding_system): Likewise.
4795
47962008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
4799
4800 * keymap.c (Vminibuffer_local_filename_must_match_map):
4801 Rename from Vminibuffer_local_must_match_filename_map.
4802 (syms_of_keymap):
4803 * minibuf.c (Fcompleting_read): Adjust accordingly.
4804 * commands.h: Rename declaration as well.
4805
48062008-06-05 Kenichi Handa <handa@m17n.org>
4807
4808 * font.c (Ffont_spec): Don't use font_parse_family_registry for
4809 family name.
4810 (Ffont_put): Likewise.
4811
4812 * fontset.c (fontset_find_font): Call font_open_for_lface with the
4813 current font-spec.
4814
4815 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
4816 is unspecified.
4817
4818 * xfaces.c (realize_x_face): If the font-related face attributes
4819 are the same as those of default face, realize a new fontset from
4820 default->fontset.
4821 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
4822
48232008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
4826 (move_it_in_display_line): New wrapper.
4827
4828 * window.c (window_scroll_pixel_based_preserve_x)
4829 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
4830 (window_scroll_pixel_based, window_scroll_line_based):
4831 Use them to preserve column positions.
4832 (syms_of_window): Initialize them.
4833
4834 * indent.c (Fvertical_motion): Extend first arg to allow passing an
4835 (HPOS . VPOS) pair.
4836
4837 * dispextern.h (move_it_in_display_line): Declare.
4838
48392008-06-05 Juanma Barranquero <lekktu@gmail.com>
4840
4841 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
4842 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
4843 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
4844
48452008-06-04 Juanma Barranquero <lekktu@gmail.com>
4846
4847 * window.c (Fset_window_parameter): Doc fix.
4848 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
4849
48502008-06-04 Joakim Verona <joakim@verona.se>
4851
4852 * window.h (struct window): Add new member window_parameters.
4853
4854 * window.c (Fwindow_parameters, Fwindow_parameter)
4855 (Fset_window_parameter): New defuns.
4856 (syms_of_window): Defsubr the new defuns.
4857 (make_window): Initialize window_parameters to nil.
4858
48592008-06-04 John Paul Wallington <jpw@pobox.com>
4860
4861 * eval.c (Fdefmacro): Doc fix.
4862
48632008-06-04 Kenichi Handa <handa@m17n.org>
4864
4865 * coding.c (detect_coding): Fix handling of coding->head_ascii.
4866 Be sure to call setup_coding_system when we find a proper coding system.
4867 (detect_coding_system): Fix handling of coding->head_ascii.
4868
48692008-06-03 Andreas Schwab <schwab@suse.de>
4870
4871 * font.c (font_prop_validate_spacing): Fix last change.
4872
48732008-06-03 Kenichi Handa <handa@m17n.org>
4874
4875 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
4876 (font_parse_fcname): Fix handling of unknown key.
4877
4878 * xfont.c (xfont_list): Try an alias.
4879
4880 * charset.c (char_charset): Return NULL if the arg charset_list is
4881 specified and C doesn't belong to any of them.
4882
48832008-06-02 Chip Coldwell <coldwell@redhat.com>
4884
4885 * font.c (font_pixel_size): Don't take cdr of an integer.
4886
48872008-06-02 Jim Meyering <meyering@redhat.com>
4888
4889 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
4890 * alloc.c (xfree): Return right away for a NULL arg.
4891 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
4892 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
4893 * mac.c (create_apple_event_from_event_ref): Likewise.
4894 (create_apple_event_from_drag_ref, cfstring_create_normalized):
4895 Likewise.
4896 * doprnt.c (doprnt1): Likewise.
4897 * frame.c (frame): Likewise.
4898 * keyboard.c (wipe_kboard): Likewise.
4899 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
4900 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
4901 * term.c (tty_default_color_capabilities, maybe_fatal)
4902 (delete_tty): Likewise.
4903 * w16select.c (string): Likewise.
4904 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
4905 * w32bdf.c (w32_free_bdf_font): Likewise.
4906 * w32fns.c (w32_unload_font): Likewise.
4907 * w32font.c (w32font_close): Likewise.
4908 * window.c (size_window): Likewise.
4909 * xselect.c (receive_incremental_selection): Likewise.
4910 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
4911 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
4912 * w32.c (stat): Likewise.
4913
4914 Remove useless if-before-free tests.
4915 * editfns.c (Fset_time_zone_rule): Likewise.
4916 * lread.c (nosuffix): Likewise.
4917 * ralloc.c (get_bloc): Likewise.
4918 * regex.c (reg_free): Likewise.
4919 * xftfont.c (xftfont_open, xftfont_close): Likewise.
4920 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
4921 * xsmfns.c (smc_save_yourself_CB): Likewise.
4922
49232008-06-02 Kenichi Handa <handa@m17n.org>
4924
4925 * font.c (font_find_for_lface): Handle float font size.
4926 (font_open_for_lface): Likewise.
4927
4928 * xfaces.c (x_supports_face_attributes_p): Check face->font before
4929 comparing the properties.
4930
49312008-06-01 Jason Rumney <jasonr@gnu.org>
4932
4933 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
4934 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
4935 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
4936 Don't add empty script list.
4937 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
4938
49392008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4940
4941 * Makefile.in (dot, dotdot): Remove, update users.
4942 ".." has been used elsewhere in the file for a long time.
4943 (LIBXT_STATIC): Remove conditional based on unused variable.
4944
49452008-06-01 Miles Bader <miles@gnu.org>
4946
4947 * xfaces.c (Vface_remapping_alist): New variable.
4948 (syms_of_xfaces): Initialize it.
4949 (enum named_merge_point_kind): New type.
4950 (struct named_merge_point): Add `named_merge_point_kind' field.
4951 (push_named_merge_point): Make cycle detection respect different
4952 named-merge-point kinds.
4953 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
4954 Remove face-name alias resolution.
4955 (lface_from_face_name): New definition using
4956 `lface_from_face_name_no_resolve'.
4957 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
4958 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
4959 (get_lface_attributes): New definition that layers face-remapping on
4960 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
4961 (lookup_basic_face): New function.
4962 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
4963 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
4964 `get_lface_attributes'.
4965 (face_at_buffer_position): Use `lookup_basic_face' to lookup
4966 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
4967 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
4968
4969 * xdisp.c (init_iterator): Pass base_face_id through
4970 `lookup_basic_face' when we actually use it as a face-id.
4971 (handle_single_display_prop): Use `lookup_basic_face' to lookup
4972 DEFAULT_FACE_ID.
4973
4974 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
4975 lookup the initial face-id.
4976
4977 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
4978
49792008-06-01 Juanma Barranquero <lekktu@gmail.com>
4980
4981 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
4982 (Fremove_text_properties): Fix typos in docstrings.
4983
49842008-05-31 Kenichi Handa <handa@m17n.org>
4985
4986 * font.c (font_list_entities): Fix the car part of data to be
4987 stored in the cache.
4988
4989 * ftfont.c (ftfont_font_format): Don't use strcasestr.
4990
49912008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
4994 Add a `test' argument so another predicate than `equal' can be used.
4995 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
4996 (map_char_table): Remove unused vars `c' and `i'.
4997 * lisp.h (Foptimize_char_table): Adjust declaration.
4998 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
4999
50002008-05-30 Kenichi Handa <handa@m17n.org>
5001
5002 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
5003 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
5004 defined.
5005
50062008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
5009 (Fmake_variable_frame_local): Disallow mixing buffer-local and
5010 frame-local settings for the same variable.
5011
50122008-05-30 Kenichi Handa <handa@m17n.org>
5013
5014 * fontset.c (Ffont_info): Move to font.c.
5015 (syms_of_fontset): Delete defsubr of Sfont_info.
5016
5017 * font.c (font_style_to_value, font_score): Delete casting of the
5018 args to xstcasecmp.
5019 (register_font_driver): Increment num_font_drivers only when
5020 registering the driver globally.
5021 (Ffont_info): Move from fontset.c. Handle a font object too.
5022 (syms_of_font): Defsubr Sfont_info.
5023
50242008-05-29 Kenichi Handa <handa@m17n.org>
5025
5026 * coding.h (enum define_coding_utf8_arg_index): New enum.
5027 (enum coding_attr_index): Change coding_attr_utf_16_bom to
5028 coding_attr_utf_bom.
5029 (enum utf_bom_type): Rename from utf_16_bom_type.
5030 (struct utf_16_spec): Adjust for the above change.
5031 (struct coding_system): Add utf_8_bom in `spec' union.
5032
5033 * coding.c (CODING_UTF_8_BOM): New macro.
5034 (enum coding_category): Delete coding_category_utf_8, add
5035 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
5036 coding_category_utf_8_sig.
5037 (CATEGORY_MASK_UTF_8): Delete it.
5038 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
5039 (CATEGORY_MASK_UTF_8_SIG): New macros.
5040 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
5041 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
5042 CATEGORY_MASK_UTF_8_SIG.
5043 (CATEGORY_MASK_UTF_8): New macro.
5044 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
5045 (detect_coding_utf_8): Check BOM.
5046 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
5047 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
5048 (encode_coding_utf_16): Likewise.
5049 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
5050 (detect_coding, detect_coding_system): Handle utf-8-auto.
5051 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
5052 (syms_of_coding): Fix setting up of Vcoding_category_table.
5053
50542008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * process.c (Faccept_process_output): If `millisec' is non-nil,
5057 `seconds' default to 0.
5058 (wait_reading_process_output): Also return non-nil if we read output
5059 from a non-running process.
5060
50612008-05-29 Jason Rumney <jasonr@gnu.org>
5062
5063 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
5064 `raster' specified.
5065 (add_font_entity_to_list): Allow non-opentype truetype fonts back
5066 in the uniscribe backend, but disallow any font that has no
5067 unicode subrange support.
5068
50692008-05-29 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
5072 Fix typos in docstrings.
5073
50742008-05-29 Kenichi Handa <handa@m17n.org>
5075
5076 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
5077 (Fx_family_fonts): Set frame correctly.
5078
50792008-05-28 Jason Rumney <jasonr@gnu.org>
5080
5081 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
5082
50832008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
5086 calling build_annotations.
5087
50882008-05-28 Juanma Barranquero <lekktu@gmail.com>
5089
5090 * coding.c (Fdecode_coding_region, Fencode_coding_region)
5091 (Fencode_coding_string):
5092 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
5093 <latin-extra-code-table>: Fix typos in docstrings.
5094 (syms_of_coding) <coding-system-alist>: Doc fix.
5095 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
5096
50972008-05-28 Kenichi Handa <handa@m17n.org>
5098
5099 * fontset.c (Ffont_info): Don't call font_close_object.
5100
5101 * font.c (font_parse_family_registry): Use Ffont_put to validate
5102 foundry and family.
5103 (font_delete_unmatched): Don't check spacing.
5104 (font_list_entities): Add spacing to the spec to list fonts.
5105
5106 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
5107 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
5108
5109 * coding.c (encode_coding_raw_text): Fix previous change.
5110 (encode_coding_object): When the dst_object is a buffer and is
5111 different from src_object, move gap to PT.
5112
51132008-05-27 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
5116
51172008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * coding.c (encode_coding_raw_text): Set coding->produced_char for
5120 all branches. Compute it differently.
5121
5122 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
5123
51242008-05-27 Juanma Barranquero <lekktu@gmail.com>
5125
5126 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
5127 into "else if () ... else ...".
5128
51292008-05-27 Jason Rumney <jasonr@gnu.org>
5130
5131 * w32font.c (w32font_open_internal): Determine if glyph indices
5132 are likely to work here.
5133
51342008-05-27 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
5137 draw overlap glyphs with appropriate highlighting.
5138
51392008-05-27 Kenichi Handa <handa@m17n.org>
5140
5141 * xfont.c (xfont_open): Fix calculation of font->average_width.
5142
51432008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * casefiddle.c (casify_object): Try to guess better whether the
5146 argument is a byte or a char.
5147
51482008-05-26 Andreas Schwab <schwab@suse.de>
5149
5150 * xselect.c (x_reply_selection_request): Properly handle format == 32.
5151 Always send multiples of format size.
5152
5153 * xterm.c (x_set_frame_alpha): Fix type mismatch.
5154
51552008-05-26 Jason Rumney <jasonr@gnu.org>
5156
5157 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
5158 (compute_metrics): Don't set failure if we just cleared the cache.
5159 (w32_weight_table): Remove unused variable.
5160 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
5161 backwards compatibility.
5162
51632008-05-25 Kenichi Handa <handa@m17n.org>
5164
5165 * w32term.c (x_draw_glyph_string):
5166 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
5167
5168 * xfaces.c: Delete unused function prototypes.
5169 (xstrlwr, font_frame): Delete them.
5170 (clear_face_cache): Delete unused variable.
5171
5172 * xftfont.c (xftfont_open): Delete unused variable.
5173 If underline_thickness is not 1, adjust underline_position.
5174
5175 * ftxfont.c (ftxfont_open): Delete unused variable.
5176
5177 * fontset.c (face_for_char): Optimize for the case of no charset
5178 property.
5179
5180 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
5181 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
5182 (otf_open, font_otf_capability, generate_otf_features)
5183 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
5184 Comment out by surrounding "#if 0" and "#endif" for the moment.
5185 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
5186 (syms_of_font): Codes for accessing above commented out.
5187
51882008-05-24 Eli Zaretskii <eliz@gnu.org>
5189
5190 * w32proc.c: Include dispextern.h.
5191
5192 * w32.c: Include dispextern.h.
5193
51942008-05-23 Juanma Barranquero <lekktu@gmail.com>
5195
5196 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
5197 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
5198 Fix typos in docstrings.
5199
52002008-05-23 Jason Rumney <jasonr@gnu.org>
5201
5202 * xsmfns.c: Remove includes that are already included by config.h.
5203
52042008-05-23 Kenichi Handa <handa@m17n.org>
5205
5206 * charset.c (Qemacs, charset_emacs): New variables.
5207 (char_charset): Fix for non-Unicode characters.
5208 (syms_of_charset): Define charset_emacs.
5209
5210 * w32term.c (x_draw_glyph_string): Be sure to update
5211 s->underline_thickness and s->underline_position. Be sure to draw
5212 underline within the current line area.
5213
5214 * xterm.c (x_draw_glyph_string): Be sure to update
5215 s->underline_thickness and s->underline_position. Be sure to draw
5216 underline within the current line area.
5217
5218 * fontset.c: Delete unused variables and add casting for char *
5219 throughout the file.
5220 (fontset_font): Try the fallback fonts of the current fontset
5221 before consulting the default fontset.
5222
5223 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
5224
5225 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
5226
52272008-05-22 Jason Rumney <jasonr@gnu.org>
5228
5229 * font.c: Don't include strings.h.
5230
5231 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
5232
5233 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
5234 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
5235 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
5236 to call xstrcasecmp.
5237
5238 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
5239
5240 * fontset.c (fs_query_fontset): Use xstrcasecmp.
5241
5242 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
5243
5244 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
5245
52462008-05-22 Kenichi Handa <handa@m17n.org>
5247
5248 * puresize.h (BASE_PURESIZE): Increase to 1220000.
5249
5250 * font.c (font_prop_validate_style): Adjust for the format
5251 change of font_style_table.
5252
5253 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
5254 two args.
5255
5256 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
5257 two args.
5258
52592008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * minibuf.c (keys_of_minibuf): Delete.
5262 * lisp.h (keys_of_minibuf): Delete.
5263 * emacs.c (main): Don't call keys_of_minibuf.
5264
52652008-05-22 Kenichi Handa <handa@m17n.org>
5266
5267 * ftfont.c (ftfont_resolve_generic_family): Rename from
5268 ftfont_list_generic_family. Return a single family for each
5269 generic family.
5270 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
5271 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
5272 Call font_add_log.
5273 (ftfont_match): Call font_add_log.
5274
5275 * font.h (Ffont_xlfd_name): EXFUN adjusted.
5276 (FONT_DEBUG): Define it.
5277 (font_add_log): Extern it.
5278 (font_assert): Rename from xassert.
5279
5280 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
5281 (xfont_list_family): Call font_add_log.
5282 (xfont_match): Likewise.
5283 (memq_no_quit): Delete.
5284
5285 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
5286 call of Ffont_xlfd_name.
5287
5288 * xfaces.c (struct table_entry, slant_table, weight_table)
5289 (swidth_table): Move to font.c.
5290
5291 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
5292 xassert are changed to font_assert. Delete many unused variables.
5293 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
5294 New variables.
5295 (struct table_entry): Move from xfaces.c and modified.
5296 (weight_table, slant_table, width_table): Move from xfaces.c and
5297 contents adjusted for the change of struct table_entry.
5298 (font_style_to_value, font_style_symbolic): Adjust for the
5299 format change of font_style_table.
5300 (font_parse_family_registry): Don't overwrite existing foundry and
5301 family of font_spec.
5302 (font_score): Fix calculation of diff for sizes.
5303 (font_sort_entites): Call font_add_log.
5304 (font_delete_unmatched): Return a newly created list.
5305 (font_list_entities): Fix previous change. Call font_add_log.
5306 (font_matching_entity, font_open_entity, font_close_entity):
5307 Call font_add_log.
5308 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
5309 (Finternal_set_font_style_table): Delete.
5310 (BUILD_STYLE_TABLE): New macro.
5311 (build_style_table): New function.
5312 (Vfont_log, font_log_env_checked): New variables.
5313 (font_add_log): New function.
5314 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
5315 Declare Lisp variables "font-weight-table", "font-slant-table",
5316 "font-width-table", and "font-log". Initialize font_style_table.
5317
53182008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
5319
5320 * xterm.c (x_set_frame_alpha): Move declarations before statements.
5321
53222008-05-21 Seiji Zenitani <zenitani@mac.com>
5323 Ryo Yoshitake <ryo@shiftmode.net>
5324
5325 * frame.c (Qalpha): Add a new frame parameter `alpha'.
5326 (Vframe_alpha_lower_limit): New variable.
5327 (x_set_alpha): New function.
5328
5329 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
5330
5331 * xfns.c (x-create-frame, Qalpha):
5332 Initialize the frame parameter `alpha'.
5333 * xterm.c (OPAQUE, OPACITY): New.
5334 (x_set_frame_alpha): New function.
5335 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
5336
5337 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
5338 * w32fns.c (w32_frame_parm_handlers): Likewise.
5339
53402008-05-20 Jason Rumney <jasonr@gnu.org>
5341
5342 * w32font.c (add_font_entity_to_list): Don't add non-opentype
5343 truetype fonts to opentype list.
5344
53452008-05-20 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * fontset.c (Ffontset_info): Doc fix.
5348 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
5349 <ignore-relative-composition>: Fix typos in docstrings.
5350
5351 * font.c (syms-of-font) <font-encoding-alist>:
5352 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
5353 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
5354 (Ffont_otf_alternates): Doc fixes.
5355
53562008-05-20 Kenichi Handa <handa@m17n.org>
5357
5358 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
5359 font.h through out the file.
5360 (FONT_DRIVERS): Rename from FONTOBJ.
5361 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
5362 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
5363
5364 * emacs.c (main): Call syms_of_font unconditionally.
5365
5366 * font.h (find_font_encoding): Extern it.
5367
5368 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
5369 fontset.c.
5370 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
5371 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
5372 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
5373 only when HAVE_WINDOW_SYSTEM is defined.
5374 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
5375 when HAVE_WINDOW_SYSTEM is defined.
5376
5377 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
5378 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
5379
5380 * xfaces.c: Include font.h unconditionally.
5381 (merge_face_ref, merge_face_vectors)
5382 (Finternal_set_lisp_face_attribute): Cancel the previous change.
5383
53842008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
5387 indirect_variable.
5388 * eval.c (lisp_indirect_variable): New fun.
5389 (Fuser_variable_p): Use it.
5390
53912008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * lisp.h (indirect_variable):
5394 * data.c (indirect_variable, let_shadows_buffer_binding_p):
5395 Use Lisp_Symbol pointers rather than Lisp_Object.
5396 Adjust callers.
5397 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
5398 To this end, change calling-convention.
5399
5400 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
5401 if some non-hidden buffers are selected by string&pred.
5402
54032008-05-19 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * process.c (wait_reading_process_output): Always check status
5406 when in batch mode.
5407
54082008-05-19 Kenichi Handa <handa@m17n.org>
5409
5410 * font.c (font_list_entities): Fix handling of cache.
5411 (font_matching_entity): Likewise.
5412
5413 * ftfont.c (cs_iso8859_1): Delete.
5414 (ft_face_cache): New variable.
5415 (struct ftfont_info): New member fc_charset_idx.
5416 (ftfont_build_basic_charsets): Delete.
5417 (fc_charset_table): New variable.
5418 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
5419 . FC_CHARSET_IDX) as :font-entity property in the font entity.
5420 Callers changed.
5421 (ftfont_lookup_cache, ftfont_get_charset): New functions.
5422 (ftfont_spec_pattern): New argument fc_charset_idx.
5423 Check registry more rigidly. Change callers.
5424 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
5425 change of :font-entity property of the font.
5426
5427 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
5428 property of the font.
5429
54302008-05-18 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * coding.c (Fcoding_system_p): Rename argument to match docstring.
5433 (Funencodable_char_position, Fcheck_coding_systems_region)
5434 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
5435 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
5436 (Ffind_operation_coding_system, Fset_coding_system_priority)
5437 (Fcoding_system_eol_type): Doc fixes.
5438
54392008-05-17 Glenn Morris <rgm@gnu.org>
5440
5441 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
5442
54432008-05-16 Eli Zaretskii <eliz@gnu.org>
5444
5445 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
5446 and st_gid.
5447
5448 * frame.c (Fdelete_frame): Don't call font_update_drivers if
5449 HAVE_WINDOW_SYSTEM is not defined.
5450
5451 * xfaces.c (merge_face_ref, merge_face_vectors)
5452 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
5453 HAVE_WINDOW_SYSTEM is defined.
5454 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
5455
54562008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
5459
54602008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5461
5462 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
5463
54642008-05-15 Kenichi Handa <handa@m17n.org>
5465
5466 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
5467 preference.
5468
54692008-05-15 Glenn Morris <rgm@gnu.org>
5470
5471 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
5472
54732008-05-15 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * fns.c (init_fns): Don't initialize weak_hash_tables here.
5476 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
5477
5478 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
5479
54802008-05-15 Kenichi Handa <handa@m17n.org>
5481
5482 * ftfont.c (ftfont_list): Downcase family name to check generic
5483 families.
5484
5485 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
5486 font-spec for QCfont value.
5487
5488 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
5489 buffer. Check the return value of it.
5490
54912008-05-14 Jason Rumney <jasonr@gnu.org>
5492
5493 * w32term.c (w32_get_glyph_overhangs): Remove.
5494 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
5495
54962008-05-14 Kenichi Handa <handa@m17n.org>
5497
5498 * font.c (font_prop_validate): Make nil a valid value.
5499 (font_clear_cache): Check if the cached vector of entities is nil
5500 or not.
5501
55022008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5503
5504 * emacs.c (main_thread): Conditionalize on
5505 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
5506 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
5507
5508 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
5509 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
5510 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
5511
55122008-05-14 Kenichi Handa <handa@m17n.org>
5513
5514 * coding.c (detect_coding_iso_2022): Ignore a coding category that
5515 has no corresponding coding system.
5516
55172008-05-14 Jason Rumney <jasonr@gnu.org>
5518
5519 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
5520
5521 * w32font.h (w32font_open_internal): Update declaration.
5522
5523 * w32font.c (w32font_open_internal): Change last argument from
5524 w32font_info struct to font object. Fill in font object from
5525 font_entity. Get Outline metrics if possible. Use them to
5526 calculate underline position and thickness. Use xlfd name as name
5527 property. Don't set codepage.
5528 (w32font_open): Pass font_object to w32font_open_internal. Don't
5529 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
5530 (w32font_draw): Use s->font.
5531 (clear_cached_metrics): Don't clear non-existent blocks.
5532
5533 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
5534 font was not found.
5535 (x_draw_glyph_string): Use underline position and thickness from font.
5536
5537 * w32uniscribe.c (uniscribe_open): Pass font_object to
5538 w32font_open_internal.
5539
55402008-05-14 Kenichi Handa <handa@m17n.org>
5541
5542 These changes are to delete all legacy font-handling codes, and
5543 make Emacs use only font-backends.
5544
5545 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
5546 (frame.o, image.o, print.o): Depend on $(FONTSRC).
5547
5548 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
5549
5550 * charset.h (Vcharset_non_preferred_head)
5551 (Vcurrent_iso639_language): Extern them.
5552
5553 * charset.c (Vcharset_non_preferred_head): New variable.
5554 (Vcurrent_iso639_language): New variable.
5555 (syms_of_charset): Declare it as a Lisp variable.
5556 (char_charset): Don't check non preferred charsets. As a last
5557 resort, return charset_unicode.
5558 (Fset_charset_priority): Update Vcharset_non_preferred_head.
5559
5560 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
5561 conditionals. Don't check enable_font_backend. Delete all codes
5562 used only when USE_FONT_BACKEND is not defined.
5563
5564 * dispextern.h (struct glyph_string): Change type of `font' to
5565 `struct font *'.
5566 (struct glyph_string): New member underline_position and
5567 underline_thickness.
5568 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
5569 (struct face): Change type of `font' to `struct font *'. Remove
5570 members `font_name', `font_info_id'.
5571 (per_char_metric, encode_char): Delete externs.
5572 (calc_pixel_width_or_height): Adjust the prototype.
5573
5574 * emacs.c (enable_font_backend): Delete extern.
5575 (main): Don't set enable_font_backend. Don't check the command
5576 line argument "-disable-font-backend".
5577
5578 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
5579 (enum font_property_index): New members FONT_DPI_INDEX,
5580 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
5581 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
5582 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
5583 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
5584 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
5585 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
5586 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
5587 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
5588 (struct font_spec, struct font_entity): New structs.
5589 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
5590 (struct font): Many members from old "struct font_info" moved to
5591 here. Members font and entity deleted.
5592 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
5593 the new font-related objects.
5594 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
5595 (CHECK_FONT_GET_OBJECT): Likewise.
5596 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
5597 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
5598 (struct font_driver): New members case_sensitive anc check. Type
5599 of the member list and open changed.
5600 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
5601 (font_symbolic_width, font_find_object, font_get_spec)
5602 (font_set_lface_from_name): Delete extern.
5603 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
5604
5605 * font.c: Include <strings.h>.
5606 (enable_font_backend): Delete it.
5607 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
5608 (CHECK_VALIDATE_FONT_SPEC): Delete it.
5609 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
5610 (null_string): Delete it.
5611 (null_vector): Make it static.
5612 (font_family_alist): Delete it.
5613 (Qnormal): Extern it.
5614 (QCextra, QClanguage): Delete it.
5615 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
5616 (font_make_spec, font_make_entity, font_make_object)
5617 (font_intern_prop): Renamed from intern_downcase. Don't downcase
5618 the string. Callers changed.
5619 (font_pixel_size): Adjusted for the format change of font-related
5620 objects.
5621 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
5622 (font_style_to_value, font_style_symbolic): New function.
5623 (build_font_family_alist): Delete it.
5624 (font_registry_charsets): Use Fassoc_string instead of
5625 assq_no_quit.
5626 (font_prop_validate_symbol): Don't return null_string.
5627 (font_prop_validate_style): Adjusted for the change of
5628 style-related values in a font vector.
5629 (font_property_table): Delete entries for QClanguage and
5630 QCantialias, add entries for QCavgwidth.
5631 (get_font_prop_index): Delete the 2nd argument FROM.
5632 (font_prop_validate): Arguments changed.
5633 (font_put_extra): Adjusted for the change of font-related objects.
5634 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
5635 (font_parse_fcname, font_unparse_fcname)
5636 (font_prepare_composition): Likewise.
5637 (font_parse_family_registry): Renamed from font_merge_old_spec.
5638 (otf_open): Delete the 1st arg entity.
5639 (font_otf_capability): Adjusted for the above change.
5640 (font_score): New arg alternate_families. Adjusted for the change
5641 of font-related objects.
5642 (font_sort_entites): New arg best_only.
5643 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
5644 Delete them.
5645 (font_match_p): Check alternate families.
5646 (font_find_object): Delete it.
5647 (font_check_object): New function.
5648 (font_clear_cache): Adjusted for the change of font-related objects.
5649 (font_delete_unmatched): New arg.
5650 (font_list_entities): Call font_driver->list with a spec that
5651 doesn't specify style-related properties.
5652 (font_matching_entity): Arguments changed. Caller changed.
5653 (font_open_entity): Adjusted for the change of font-related objects.
5654 (font_close_object, font_has_char, font_encode_char)
5655 (font_get_name, font_get_spec): Likewise.
5656 (font_spec_from_name, font_clear_prop, font_update_lface):
5657 New functions.
5658 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
5659 (font_prepare_for_face, font_done_for_face, font_open_by_name)
5660 (font_at): Adjusted for the change of font-related objects.
5661 (font_range): New function.
5662 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
5663 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
5664 (Fcopy_font_spec, Fmerge_font_spec): New function.
5665 (Ffont_family_list): Renamed from list-families.
5666 (Finternal_set_font_style_table): Arguments changed.
5667 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
5668 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
5669 change of font-related objects.
5670 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
5671
5672 * fontset.h (struct font_info): Delete it. Most members go to
5673 struct font.
5674 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
5675 (enum FONT_SPEC_INDEX): Delete it.
5676 (font_info, list_fonts_func, load_font_func, query_font_func)
5677 (set_frame_fontset_func, find_ccl_program_func)
5678 (get_font_repertory_func, new_fontset_from_font_name): Delete
5679 externs.
5680 (fontset_from_font_name): Extern it.
5681 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
5682 (FONT_INFO_FROM_FACE): Deleted.
5683 (face_for_font): Adjust prototype.
5684
5685 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
5686 conditionals. Don't check enable_font_backend. Delete all codes
5687 used only when USE_FONT_BACKEND is not defined.
5688 (get_font_info_func, list_font_func, load_font_func)
5689 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
5690 (get_font_repertory_func): Delete them.
5691 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
5692 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
5693 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
5694 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
5695 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
5696 (fontset_compare_rfontdef): New function.
5697 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
5698 rfont-defs by qsort. Adjusted for the change of font-group vector.
5699 (load_font_get_repertory): Deleted.
5700 (fontset_find_font): Use new macros to ref/set elements of
5701 font-def and rfont-def.
5702 (fontset_font): Fix the timing of remembering that no font for C.
5703 (free_face_fontset): Do nothing if the face has no fontset.
5704 (face_suitable_for_char_p): Use new macros to ref/set elements of
5705 rfont-def.
5706 (face_for_char): Likewise. Call face_for_char with font_object.
5707 (fs_load_font): Delete. Delete #pragma surrounding it.
5708 (fs_query_fontset): Use strcasecmp instead of strcmp.
5709 (generate_ascii_font_name): Adjusted for the format change of
5710 font-spec.
5711 (Fset_fontset_font): Likewise. Use new macros to set elements of
5712 font-def.
5713 (Fnew_fontset): Use font_unparse_xlfd to generate
5714 FONTSET_ASCII (fontset).
5715 (new_fontset_from_font_name): Deleted.
5716 (fontset_from_font): Renamed from new_fontset_from_font. Check if
5717 a fontset is already created for the font. FIx updating of
5718 Vfontset_alias_alist.
5719 (fontset_ascii_font): Deleted.
5720 (Ffont_info): Adjusted for the format change of font-spec.
5721 (Finternal_char_font): Likewise.
5722 (Ffontset_info): Likewise.
5723 (syms_of_fontset): Don't check load_font_func.
5724
5725 * fns.c (internal_equal): Handle PREV_FONT.
5726
5727 * frame.h: Delete USE_FONT_BACKEND conditional.
5728
5729 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
5730 conditionals. Don't check enable_font_backend. Delete all codes
5731 used only when USE_FONT_BACKEND is not defined.
5732 (x_set_font): Call x_new_font, not x_new_fontset2.
5733 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
5734 already set for the frame.
5735
5736 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
5737 a font-entity by font_make_entity. Use font_intern_prop instead
5738 of intern_downcase. Use FONT_SET_STYLE to set a style-related
5739 font property. If a font is scalable, set avgwidth property to 0.
5740 Set font-entity property by font_put_extra.
5741 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
5742 (ffont_driver): Adjusted for the change of struct font_driver.
5743 (ftfont_spec_pattern): New function.
5744 (ftfont_list): Return a list, not vector.
5745 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
5746 (ftfont_list_family): Don't downcase names.
5747 (ftfont_free_entity): Deleted.
5748 (ftfont_open): Return a font-object. Adjusted for the change of
5749 struct font. Get underline_thickness and underline_position from
5750 font property. Don't update dpyinfo->smallest_font_height and
5751 dpyinfo->smallest_char_width.
5752 (ftfont_close): Don't free `struct font'.
5753 (ftfont_has_char): Adjusted for the format change of font-entity.
5754 (ftfont_encode_char, ftfont_text_extents): Likewise.
5755
5756 * ftxfont.c (ftxfont_list): Return a list, not vector.
5757 (ftxfont_open): Return a font-object. Adjusted for the change of
5758 struct font. Get underline_thickness and underline_position from
5759 font property. Don't update dpyinfo->smallest_font_height and
5760 dpyinfo->smallest_char_width.
5761 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
5762 (ftxfont_draw): Adjusted for the change of struct font.
5763
5764 * image.c (image_ascent): Don't include "charset.h". Include
5765 "character.h" and "font.h".
5766
5767 * lisp.h (enum pvec_type): New member PREV_FONT.
5768 (Fassoc_string): EXFUN it.
5769
5770 * print.c: Include font.h.
5771 (print_object): Handle font-related objects.
5772
5773 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
5774 conditionals. Don't check enable_font_backend. Delete all codes
5775 used only when USE_FONT_BACKEND is not defined.
5776 (handle_auto_composed_prop): Do nothing if it->f is not on a
5777 window system. Check how many following characters can be
5778 displayed by the same font.
5779 (calc_pixel_width_or_height): Type of the 4th arg is changed to
5780 'struct font *'.
5781 (get_char_face_and_encoding): Assign the whole encoding task to
5782 the `encode-char' method of a font driver.
5783 (fill_composite_glyph_string): Adjusted for the change of `struct
5784 face' and `struct glyph_string'.
5785 (fill_glyph_string): Likewise.
5786 (get_per_char_metric): Arguments changed.
5787 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
5788 and `struct glyph_string'.
5789 (produce_stretch_glyph, calc_line_height_property)
5790 (x_produce_glyphs): Likewise.
5791
5792 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
5793 conditionals. Don't check enable_font_backend. Delete all codes
5794 used only when USE_FONT_BACKEND is not defined. Use
5795 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
5796 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
5797 (Qp): Extern them.
5798 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
5799 Deleted.
5800 (struct font_name): Deleted.
5801 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
5802 (compare_fonts_by_sort_order): New function.
5803 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
5804 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
5805 Deleted.
5806 (Fx_family_fonts): Use font_list_entities, and sort fonts by
5807 compare_fonts_by_sort_order.
5808 (Fx_font_family_list): Call Ffont_family_list.
5809 (face_numeric_value, face_numeric_weight, face_numeric_slant)
5810 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
5811 (face_symbolic_slant, face_symbolic_swidth)
5812 (split_font_name_into_vector, build_font_name_from_vector)
5813 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
5814 (font_rescale_ratio, split_font_name, build_font_name)
5815 (free_font_names, sort_fonts, x_face_list_fonts)
5816 (face_font_available_p, sorted_font_list, cmp_font_names)
5817 (font_list_1, concat_font_list, font_list, remove_duplicates):
5818 Deleted.
5819 (Fx_list_fonts): Use Ffont_list.
5820 (LFACE_AVGWIDTH): Deleted.
5821 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
5822 by FONTP.
5823 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
5824 (set_lface_from_font_name): Delete it.
5825 (set_lface_from_font): Renamed from
5826 set_lface_from_font_and_fontset. Caller changed. Don't set
5827 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
5828 for face.
5829 (merge_face_vectors): Copy font-spec if necessary.
5830 Clear properties of the font-spec if necessary.
5831 (merge_face_ref): Clear properties of the font-spec if necessary.
5832 (Finternal_set_lisp_face_attribute): Likewise.
5833 (set_font_frame_param): Use font_load_for_lface to load a
5834 font-object, and call Fmodify_frame_parameters with it.
5835 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
5836 font name by Ffont_xlfd_name.
5837 (Finternal_lisp_face_attribute_values): Don't check QCweight,
5838 QCslant, and QCwidth.
5839 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
5840 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
5841 Compare fonts by EQ.
5842 (lookup_non_ascii_face): Deleted.
5843 (face_for_font): The 2nd argument changed.
5844 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
5845 Check atomic font properties by case insensitive.
5846 (realize_non_ascii_face): Set face->overstrike correctly.
5847 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
5848 (dump_realized_face): Get font name from
5849 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
5850
5851 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
5852 conditionals. Don't check enable_font_backend. Delete all codes
5853 used only when USE_FONT_BACKEND is not defined.
5854 (xic_create_xfontset): Original code deleted and renamed from
5855 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
5856 (x_make_gc): Don't set GCFont in GCs.
5857 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
5858 opened by "fixed".
5859 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
5860 find_ccl_program_func, query_font_func, set_frame_fontset_func,
5861 get_font_repertory_func.
5862
5863 * xfont.c: Include <stdlib.h> and "ccl.h".
5864 (struct xfont_info): New structure.
5865 (xfont_query_font): Deleted.
5866 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
5867 moved from xterm.c.
5868 (xfont_driver): Adjusted for the change of struct font_driver.
5869 (compare_font_names): New function.
5870 (xfont_list_pattern): Sort font names case insensitively. Make
5871 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
5872 (xfont_list): Return a list, not vector.
5873 (xfont_match): If the font doesn't have QCname property, generate
5874 a name from the other font properties.
5875 (xfont_open): Return a font-object. Adjusted for the change of
5876 struct font. Get underline_thickness and underline_position from
5877 font property. Don't update dpyinfo->smallest_font_height and
5878 dpyinfo->smallest_char_width.
5879 (xfont_close): Don't free struct font.
5880 (xfont_prepare_face): Adjusted for the change of struct font.
5881 (xfont_done_face): Deleted.
5882 (xfont_has_char): Adjusted for the change of struct font.
5883 (xfont_encode_char, xfont_draw): Likewise.
5884 (xfont_check): New function.
5885
5886 * xftfont.c (xftfont_list): Adjusted for the change of `list'
5887 callback function.
5888 (xftfont_match): Adjusted for the format change of font-entity.
5889 (xftfont_open): Adjusted for the format change of font-entity and
5890 font-object. Adjusted for the change of struct font. Return a
5891 font-object. Don't update dpyinfo->smallest_font_height and
5892 dpyinfo->smallest_char_width.
5893 (xftfont_close): Block input while calling XftFontClose.
5894 (xftfont_prepare_face): Don't block input while calling
5895 xftfont_get_colors. Adjusted for the change of struct font.
5896 (xftfont_shape): Return value of error case fixed.
5897
5898 * xrdb.c (x_load_resources): Don't setup a fontset resource.
5899
5900 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
5901 conditionals.
5902 (FONT_WIDTH): Return (f)->max_width.
5903 (struct x_display_info): Delete member `font'.
5904 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
5905 (x_find_ccl_program, x_get_font_repertory): Delete externs.
5906 (struct x_output): Change type of `font' to `struct font *'.
5907
5908 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
5909 conditionals. Don't check enable_font_backend. Delete all codes
5910 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
5911 (x_per_char_metric, x_encode_char): Deleted.
5912 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
5913 (x_compute_glyph_string_overhangs): Adjusted for the change of
5914 `struct face'.
5915 (x_draw_glyph_string_foreground)
5916 (x_draw_composite_glyph_string_foreground): Likewise.
5917 (x_draw_glyph_string): Likewise. Use font->underline_position and
5918 font->underline_thickness.
5919 (x_new_font): Renamed from x_new_fontset2.
5920 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
5921 (x_check_font): Call `check' method of a font driver.
5922 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
5923 (x_query_font, x_get_font_repertory): Deleted.
5924 (x_find_ccl_program): Renamed and moved to xfont.c.
5925 (x_redisplay_interface): Adjusted for the change of `struct
5926 redisplay_interface'.
5927
5928 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
5929 conditionals. Don't check enable_font_backend. Delete all codes
5930 used only when USE_FONT_BACKEND is not defined. Surround non-used
5931 code by "#ifdef OLD_FONT" and "endif".
5932 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
5933
5934 * w32font.h (struct w32font_info): New member.
5935 (FONT_COMPAT): New macro.
5936 (w32font_open_internal): Prototype adjusted.
5937
5938 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
5939 OLD_FONT" and "endif".
5940
5941 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
5942 conditionals. Don't check enable_font_backend. Delete all codes
5943 used only when USE_FONT_BACKEND is not defined.
5944 (w32font_open): Return a font-object. Make a font-object by
5945 font_make_object. Adjusted for the change of struct w32font_info.
5946 (w32font_close): Don't free struct font. Adjusted for the change
5947 of struct w32font_info.
5948 (w32font_encode_char, w32font_text_extents, w32font_draw):
5949 Adjusted for the change of struct w32font_info.
5950 (w32font_draw): Likewise.
5951 (w32font_list_internal): Return a list, not vector.
5952 (w32font_open_internal): Change the 4th arg to font-object.
5953 Adjusted for the change of struct w32font_info and font-object format.
5954 (add_font_name_to_list): Don't downcase names.
5955 (w32_enumfont_pattern_entity): Make a font-entity by
5956 font_make_entity. Adjusted for the format change of font-entity.
5957 Use FONT_SET_STYLE to set a style-related font property. If a
5958 font is scalable, set avgwidth property to 0. Set font-entity
5959 property by font_put_extra.
5960 (font_matches_spec): Adjusted for the format change of font-entity.
5961 (w32_weight_table, w32_decode_weight): New variables.
5962 (w32_encode_weight): New function.
5963 (fill_in_logfont): Adjusted for the format change of font-spec.
5964 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
5965 weight value.
5966 (w32font_driver): Adjusted for the change of struct font_driver.
5967
5968 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
5969 conditionals. Don't check enable_font_backend. Surround non-used
5970 code by "#ifdef OLD_FONT" and "endif".
5971 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
5972 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
5973
5974 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
5975 conditionals. Don't check enable_font_backend. Delete all codes
5976 used only when USE_FONT_BACKEND is not defined. Surround non-used
5977 code by "#ifdef OLD_FONT" and "endif".
5978
5979 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
5980 (uniscribe_open): Return value changed to font-object.
5981 Adjusted for the format change of font-object.
5982 (uniscribe_otf_capability): Adjusted for the change of struct font.
5983 (add_opentype_font_name_to_list): Don't downcase names.
5984 (uniscribe_font_driver): Adjusted for the change of struct
5985 font_driver.
5986
59872008-05-13 Chong Yidong <cyd@stupidchicken.com>
5988
5989 * dispnew.c (update_frame_1): Check if tty output is still valid
5990 before flushing it.
5991
59922008-05-13 Jan Djärv <jan.h.d@swipnet.se>
5993
5994 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
5995 to Gtk+ menus.
5996
59972008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * dired.c (file_name_completion): Tweak the code so as to always do it
6000 in a single pass. Tighten the scope of some variables.
6001
6002 * dired.c (Qdefault_directory): New var.
6003 (file_name_completion): Use it instead of Fexpand_file_name.
6004 (syms_of_dired): Initialize it.
6005
60062008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * fileio.c (double_dollars): Remove dead code.
6009
60102008-05-10 Eli Zaretskii <eliz@gnu.org>
6011
6012 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
6013 Mention w32-get-true-file-attributes in doc string.
6014
6015 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
6016
60172008-05-09 Glenn Morris <rgm@gnu.org>
6018
6019 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
6020 2008-04-23.
6021
60222008-05-09 Eli Zaretskii <eliz@gnu.org>
6023
6024 Support for reporting owner and group of each file on MS-Windows:
6025 * dired.c (stat_uname, stat_gname): New functions, with special
6026 implementation for w32.
6027 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
6028
6029 * w32.c: Rename the_passwd_* to dflt_passwd_*.
6030 (dflt_group_name): New static variable.
6031 (dflt_group): Rename from the_group.
6032 (init_user_info): Init dflt_group fields. Get user's group name
6033 from LookupAccountSid.
6034 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
6035 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
6036 New initialization states.
6037 (globals_of_w32): Initialize them to zero. Initialize the default
6038 group name to "None".
6039 (GetFileSecurity_Name): New global var, the name of the function
6040 to call for GetFileSecurity.
6041 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
6042 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
6043 (get_file_security, get_security_descriptor_owner)
6044 (get_security_descriptor_group, is_valid_sid)
6045 (get_file_security_desc, get_rid, get_name_and_id)
6046 (get_file_owner_and_group): New functions.
6047 (stat): Use get_file_security_desc and get_file_owner_and_group to
6048 report the owner and primary group of each file. Don't ignore the
6049 high 32 bits of file's size, now that st_size is 64-bit wide.
6050 Fix test when to get true file attributes.
6051 (init_user_info): Use get_rid instead of equivalent inline code.
6052 (fstat): Don't ignore the high 32 bits of file's size.
6053
60542008-05-09 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * image.c (png_load): Use correct bit-depth for setting background
6057 color.
6058
60592008-05-08 Eli Zaretskii <eliz@gnu.org>
6060
6061 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
6062 epa-hook.elc.
6063
60642008-05-08 Juanma Barranquero <lekktu@gmail.com>
6065
6066 * font.c (Ffont_match_p): Don't use `iff' in docstring.
6067
60682008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6069
6070 * macfns.c (Fx_create_frame): Make a copy of frame parameters
6071 because the original parameters are in pure storage now.
6072 (mac_window): Remove unused params. Update callers.
6073
60742008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * lread.c (substitute_object_recurse): Use lower-level primitives.
6077 Don't signal errors when traversing sub-char-tables.
6078 Don't loop over all the possible characters when traversing char-tables.
6079
6080 * print.c (print_preprocess): Add sub-char-tables to the print-table,
6081 just like we do in print.c.
6082
60832008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * minibuf.c (Ftry_completion): Remove code left over from when we used
6086 scmp instead of Fcompare_strings.
6087
60882008-05-04 Juanma Barranquero <lekktu@gmail.com>
6089
6090 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
6091
60922008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6093
6094 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
6095 Create bitmap context in native byte order.
6096
6097 * macterm.c (XDrawLine)
6098 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
6099 context in native byte order.
6100
61012008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6102
6103 * config.in: Regenerate.
6104
6105 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
6106 New definitions for Image I/O support.
6107 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
6108 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
6109 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
6110 (mac_data_provider_release_data, image_load_image_io)
6111 [USE_MAC_IMAGE_IO]: New functions.
6112 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
6113 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
6114 (init_image_func_pointer) [MAC_OSX]: Remove function.
6115 (image_load_quartz2d) [MAC_OSX]: Check availability of
6116 CGImageCreateWithPNGDataProvider at compile time.
6117 Use lowercase `false' for boolean constant.
6118 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
6119 Use image_load_image_io.
6120 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
6121 Don't check MyCGImageCreateWithPNGDataProvider.
6122 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
6123 Don't call init_image_func_pointer.
6124
6125 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
6126
6127 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
6128 Make variable non-static.
6129 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
6130 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
6131
6132 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
6133 (RED_FROM_ULONG): Mask off higher bits.
6134 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
6135
6136 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
6137 Include AvailabilityMacros.h.
6138 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
6139 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
6140
61412008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * chartab.c (Fset_char_table_range): If range is t, really set all
6144 chars to that value.
6145
61462008-05-03 Eli Zaretskii <eliz@gnu.org>
6147
6148 * dired.c (Ffile_attributes): Don't allow the device number become
6149 negative.
6150
61512008-05-02 Daiki Ueno <ueno@unixuser.org>
6152
6153 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
6154
61552008-05-02 Juri Linkov <juri@jurta.org>
6156
6157 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
6158 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
6159 DEFAULT argument as a list of default values in docstrings.
6160
61612008-05-01 Chong Yidong <cyd@stupidchicken.com>
6162
6163 * puresize.h (BASE_PURESIZE): Increase to 1210000.
6164
61652008-05-01 Martin Rudalics <rudalics@gmx.at>
6166
6167 * dispnew.c (change_frame_size_1): Preserve small windows when
6168 shrinking frames by calling set_window_height|width with third
6169 arg 2.
6170
6171 * window.h (struct window): Replace field too_small_ok by field
6172 resize_proportionally.
6173
6174 * window.c (make_window): Initialize resize_proportionally.
6175 (enlarge_window): Temporarily set resize_proportionally to make
6176 sure that shrink_windows does scale the window proportionally.
6177 (shrink_windows): When window has resize_proportionally set try
6178 to shrink it proportionally by stealing from other windows.
6179 (struct saved_window, Fset_window_configuration)
6180 (compare_window_configurations): Handle resize_proportionally.
6181 (WINDOW_TOTAL_SIZE): New macro.
6182 (window_min_size, shrink_windows, size_window): Use it.
6183 (check_min_window_sizes): Remove. Invalid values of
6184 window-min-height|width are handled by window_min_size_2 now.
6185 (size_window, Fsplit_window, enlarge_window)
6186 (adjust_window_trailing_edge, grow_mini_window): Don't call
6187 check_min_window_sizes.
6188 (window_min_size_2, window_min_size_1, window_min_size):
6189 New argument safe_p for retrieving "safe" minimum sizes.
6190 (Fdisplay_buffer, Fsplit_window, enlarge_window)
6191 (adjust_window_trailing_edge, grow_mini_window):
6192 Adjust arguments of window_min_size... functions.
6193 (shrink_windows): Argument min_size removed. New argument
6194 safe_p allows shrinking windows to their safe minimum sizes.
6195 Calculate minimum size and decide whether a window shall be
6196 deleted for each window individually.
6197 (size_window): When nodelete_p equals 2, tell shrink_windows to
6198 delete windows only if their new minimum size is no more safe.
6199 (shrink_window_lowest_first): Call window_min_size_1 to make
6200 sure to preserve modeline of bottom-most window when resizing
6201 the minibuffer.
6202 (Fset_window_configuration, Fcurrent_window_configuration)
6203 (compare_window_configurations): Do not handle
6204 window-min-height|width any more.
6205 (syms_of_window): Clarify window-min-height|width doc-strings.
6206
62072008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * dired.c (file_name_completion): Fix up the encoding/decoding issue
6210 some more. Copy some of the code from Ftry_completions.
6211 Remove special case code that dates back to initial revision when the
6212 slash was only added when necessary and that can't trigger nowadays.
6213
62142008-04-27 Kenichi Handa <handa@m17n.org>
6215
6216 * font.c (font_prop_validate): Signal `error' instead of `font'.
6217
62182008-04-29 Jason Rumney <jasonr@gnu.org>
6219
6220 * w32fns.c (Fw32_battery_status): New defun.
6221 (syms_of_w32fns): Defsubr it.
6222
62232008-04-28 Andreas Schwab <schwab@suse.de>
6224
6225 * dired.c (file_name_completion): Fix another mixing of encoded
6226 and decoded names.
6227
62282008-04-28 Juanma Barranquero <lekktu@gmail.com>
6229
6230 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
6231
62322008-04-27 Juanma Barranquero <lekktu@gmail.com>
6233
6234 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
6235
62362008-04-27 Andreas Schwab <schwab@suse.de>
6237
6238 * dired.c (file_name_completion): Fix inappropriate mixing of
6239 encoded and decoded names.
6240
6241 * xterm.c (XTread_socket): Fix use of uninitialized variable.
6242
6243 * puresize.h (BASE_PURESIZE): Increase to 1200000.
6244
62452008-04-26 Eli Zaretskii <eliz@gnu.org>
6246
6247 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
6248 2008-03-31, it's not needed anymore with `struct stat' definition
6249 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
6250 for the same reasons.
6251
62522008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
6253
6254 * m/sparc.h: Additional redefinitions for GNU/Linux.
6255
62562008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6257
6258 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
6259 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
6260 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
6261 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
6262 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
6263 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
6264 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
6265 Likewise.
6266
6267 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
6268 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
6269 (mac_ax_number_of_characters): Add externs.
6270 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
6271 [USE_MAC_TSM]: Likewise.
6272 (mac_handle_text_input_event) [MAC_OSX]:
6273 Handle kEventTextInputOffsetToPos for no active input area case.
6274 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
6275 (mac_handle_document_access_event)
6276 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
6277 (install_application_handler) [MAC_OSX]: Register handlers for
6278 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
6279 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
6280 Register mac_handle_document_access_event.
6281
6282 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
6283 Make functions non-static.
6284
62852008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
6288 (read_file_name_completion_ignore_case, insert_default_directory)
6289 (Qdefault_directory): Move to minibuffer.el.
6290 (Fread_file_name): Call the new `read-file-name' instead.
6291
62922008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6293
6294 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
6295 Make function non-static.
6296 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
6297 Remove function.
6298 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
6299 Move to mactoolbox.c.
6300 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
6301
6302 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
6303 (mac_rect_make): New macro.
6304
6305 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
6306 instead of float.
6307 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
6308 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
6309 (XSetBackground) [USE_CG_DRAWING]: Likewise.
6310 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
6311 CGRectMake.
6312 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
6313 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
6314 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
6315 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
6316 instead of WindowRef in argument type.
6317 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
6318 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
6319 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
6320 instead of DISPLAY. All uses changed.
6321 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
6322 (x_calc_absolute_position): Simplify so as not to use
6323 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
6324
6325 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
6326 instead of WindowRef in argument type.
6327 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
6328 [TARGET_API_MAC_CARBON]: Remove externs.
6329 (create_apple_event, mac_event_parameters_to_lisp)
6330 [TARGET_API_MAC_CARBON]: Add externs.
6331
6332 * mactoolbox.c (Vmac_ts_script_language_on_focus)
6333 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
6334 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
6335 is clicked.
6336 (x_activate_menubar): Remove extern for saved_menu_event_location.
6337 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
6338 Move from mac.c.
6339
63402008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6341
6342 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
6343 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
6344
63452008-04-23 Jason Rumney <jasonr@gnu.org>
6346
6347 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
6348 attributes only for local files.
6349
6350 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
6351 default to Qlocal.
6352
63532008-04-22 Juri Linkov <juri@jurta.org>
6354
6355 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
6356 read-buffer-to-switch instead of using the letter "B".
6357
63582008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * fileio.c (Qdefault_directory): New variable.
6361 (Fread_file_name): Use it to pass `dir' to the completion functions.
6362
63632008-04-20 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
6366
63672008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * keyboard.c (Vpre_help_message): Remove.
6370 (show_help_echo): Remove default C code.
6371
6372 * dired.c (directory_files_internal, file_name_completion):
6373 Only call ENCODE_FILE if the string is indeed decoded.
6374
63752008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * Makefile.in (TOOLKIT_DEFINES): Remove.
6378 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
6379
63802008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6381
6382 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
6383 (mactoolbox.o): New target.
6384
6385 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
6386 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
6387
6388 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
6389 Use mac_set_frame_window_background instead of XSetWindowBackground.
6390 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
6391 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
6392 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
6393 instead of SetWindowTitleWithCFString.
6394 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
6395 Move function to mactoolbox.c.
6396 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
6397 Use mac_set_window_modified instead of SetWindowModified.
6398 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
6399 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
6400 (Fx_focus_frame): Use mac_front_non_floating_window instead of
6401 FrontNonFloatingWindow. Use mac_activate_window instead of
6402 ActivateWindow. Use mac_active_non_floating_window instead of
6403 ActiveNonFloatingWindow.
6404 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
6405 Use mac_show_hourglass and mac_hide_hourglass.
6406 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
6407 instead of GetGlobalMouse.
6408 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
6409 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
6410 Use mac_bring_window_to_front instead of BringToFront.
6411 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
6412 mactoolbox.c.
6413 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
6414 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
6415 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
6416 mactoolbox.c.
6417
6418 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
6419 (XtPointer): Move typedef from macmenu.c.
6420 (enum button_type): Move enum from macmenu.c.
6421 (widget_value): Move typedef from macmenu.c.
6422 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
6423 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
6424 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
6425 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
6426 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
6427 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
6428 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
6429 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
6430 (Selection): Move typedef from macselect.c.
6431 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
6432 macterm.c.
6433 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
6434 (mac_is_window_collapsed, mac_bring_window_to_front)
6435 (mac_send_window_behind, mac_hide_window, mac_show_window)
6436 (mac_collapse_window, mac_front_non_floating_window)
6437 (mac_active_non_floating_window, mac_activate_window)
6438 (mac_move_window_structure, mac_move_window, mac_size_window)
6439 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
6440
6441 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
6442 (enum mac_menu_kind): Move enum to mactoolbox.c.
6443 (min_menu_id): Move variable to mactoolbox.c.
6444 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
6445 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
6446 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
6447 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
6448 [TARGET_API_MAC_CARBON]: Likewise.
6449 (XtPointer): Move typedef to macgui.h.
6450 (enum button_type): Move enum to macgui.h.
6451 (widget_value): Move typedef to macgui.h.
6452 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
6453 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
6454 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
6455 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
6456 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
6457 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
6458 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
6459 (popup_activated_flag): Make variable non-static.
6460 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
6461 (add_menu_item, fill_menu, dispose_menus):
6462 Move functions to mactoolbox.c.
6463 (restore_show_help_function, menu_target_item_handler)
6464 (install_menu_target_item_handler, mac_handle_dialog_event)
6465 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
6466 [TARGET_API_MAC_CARBON]: Likewise.
6467 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
6468 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
6469 (find_and_call_menu_selection, name_is_separator): Make function
6470 non-static.
6471 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
6472 to mactoolbox.c.
6473 (set_frame_menubar): Don't call install_menu_quit_handler.
6474 (menu_item_selection): New variable.
6475 (mac_menu_show): Use create_and_show_popup_menu.
6476 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
6477 selection but set variable menu_item_selection. All uses changed.
6478 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
6479 Call install_menu_quit_handler. Move to mactoolbox.c.
6480
6481 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
6482 (Selection): Move typedef to macgui.h.
6483 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
6484 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
6485 Make variables non-static.
6486 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
6487 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
6488 Make functions non-static.
6489 (Vmac_service_selection) [MAC_OSX]: Likewise.
6490 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
6491 (mac_valid_selection_target_p, mac_clear_selection)
6492 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
6493 (mac_put_selection_value, mac_selection_has_target_p)
6494 (mac_get_selection_value, mac_get_selection_target_list)
6495 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
6496 Move functions to mactoolbox.c.
6497 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
6498 Likewise.
6499 (copy_scrap_flavor_data, mac_handle_service_event)
6500 (install_service_handler) [MAC_OSX]: Likewise.
6501 (syms_of_macselect) <Vmac_dnd_known_types>:
6502 Use mac_dnd_default_known_types.
6503
6504 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
6505 Move to mactoolbox.c.
6506 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
6507 (Fx_selection_owner_p): Add EXFUN.
6508 (install_window_handler, remove_window_handler, XSetWindowBackground):
6509 Remove externs.
6510 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
6511 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
6512 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
6513 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
6514 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
6515 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
6516 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
6517 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
6518 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
6519 (create_and_show_popup_menu, mac_get_selection_from_symbol)
6520 (mac_valid_selection_target_p, mac_clear_selection)
6521 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
6522 (mac_put_selection_value, mac_selection_has_target_p)
6523 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
6524 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
6525 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
6526 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
6527 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
6528 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
6529 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
6530 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
6531 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
6532
6533 * mactoolbox.c: New file.
6534
65352008-04-18 Jason Rumney <jasonr@gnu.org>
6536
6537 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
6538
65392008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * character.c (Fmultibyte_char_to_unibyte):
6542 Return latin1 chars unchanged.
6543
6544 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
6545 relocated if it points to `name'.
6546
65472008-04-17 Kenichi Handa <handa@m17n.org>
6548
6549 * data.c (Faset): Allow setting a multibyte character in an
6550 ASCII-only unibyte string.
6551
6552 * lisp.h (STRING_SET_MULTIBYTE): New macro.
6553
65542008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
6557 done in config.h.
6558
65592008-04-16 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
6562 (Fchar_direction): Add usage in the docstring.
6563
65642008-04-15 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * keyboard.c (read_key_sequence): Remove always-true checks.
6567
65682008-04-14 Jason Rumney <jasonr@gnu.org>
6569
6570 * w32font.c (w32font_open_internal): Set max_bounds.descent in
6571 compatibility struct, for better underline positioning.
6572
65732008-04-13 David Hansen <david.hansen@gmx.net>
6574
6575 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
6576 string.
6577
65782008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6579
6580 * m/hp800.h (XUINT, XSET): Remove.
6581
65822008-04-12 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
6585 previous change.
6586
65872008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6588
6589 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
6590 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
6591
65922008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * keymap.h (map_keymap_canonical): Declare.
6595 * xmenu.c (single_keymap_panes): Use it.
6596
65972008-04-11 Glenn Morris <rgm@gnu.org>
6598
6599 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
6600 set the target's value to that of the alias.
6601
66022008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * term.c (set_tty_color_mode): Left over typo.
6605
66062008-04-10 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
6609 only after check for file name handler functions. Signal, when
6610 native functionality is not supported.
6611 (syms_of_fileio): Declare it unconditionally.
6612
66132008-04-10 Jason Rumney <jasonr@gnu.org>
6614
6615 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
6616 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
6617
6618 * w32.c (logon_network_drive): Also logon to remote drives that
6619 are mapped to drive letters.
6620
66212008-04-10 Glenn Morris <rgm@gnu.org>
6622
6623 * xdisp.c (truncate-partial-width-windows): Doc fix.
6624
66252008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
6628 Move functions to minibuffer.el.
6629 (syms_of_fileio): Don't declare them.
6630
66312008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
6634 (syms_of_minibuf): Remove its initialization.
6635
6636 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
6637
66382008-04-09 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
6641
66422008-04-09 Jason Rumney <jasonr@gnu.org>
6643
6644 * makefile.w32-in (distclean): Delete makefile too.
6645 (maintainer-clean): New target.
6646
6647 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
6648
6649 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
6650 for new font backend and composite cases.
6651
66522008-04-09 Jan Djärv <jan.h.d@swipnet.se>
6653
6654 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
6655 Most of the code moved to run_timers.
6656 (do_pending_atimers): Call run_timers.
6657 (run_timers): New function.
6658
6659 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
6660 run atimers.
6661
6662 * process.c (wait_reading_process_output): The same as above.
6663
66642008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * minibuf.c (last_exact_completion): Remove variable.
6667 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
6668 (complete_and_exit_1, complete_and_exit_2)
6669 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
6670 (Fdisplay_completion_list, display_completion_list_1)
6671 (Fminibuffer_completion_help, Fself_insert_and_exit)
6672 (Fexit_minibuffer, Fminibuffer_message): Move functions to
6673 minibuffer.el.
6674 (syms_of_minibuf): Remove corresponding initializations.
6675
6676 * keyboard.c (Qdeactivate_mark): New var.
6677 (command_loop_1): Use it to call `deactivate-mark'.
6678 (syms_of_keyboard): Initialize it.
6679
6680 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
6681 to another frame.
6682 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
6683 Don't call set_tty_color_mode.
6684 (store_frame_param): Reset previous_frame rather than call
6685 set_tty_color_mode.
6686 * term.c (set_tty_color_mode): Rewrite.
6687 * dispextern.h (set_tty_color_mode): New type.
6688 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
6689
66902008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
6693 for generic chars, which do not exist any more in emacs-unicode.
6694
66952008-04-08 Michael Albinus <michael.albinus@gmx.de>
6696
6697 * coding.c (detect_coding_emacs_mule)
6698 (Ffind_operation_coding_system): Fix typo.
6699
67002008-04-08 Jason Rumney <jasonr@gnu.org>
6701
6702 * w32uniscribe.c (SNAME): Extract only symbol name.
6703
6704 * w32font.h (struct w32_metric_cache): New struct.
6705 (w32font_info): Use it.
6706 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
6707 (CACHE_BLOCKSIZE): New constants.
6708
6709 * w32font.c (Qja, Qko, Qzh): New symbols.
6710 (syms_of_w32font): Initialise them.
6711 (font_matches_spec): Use them to filter by language.
6712 (recompute_cached_metrics): Remove function.
6713 (compute_metrics, clear_cached_metrics): New functions.
6714 (w32font_encode_char): Use them to manage metric cache.
6715 (w32font_text_extents): Cache metrics for all glyphs on demand.
6716 Delay converting glyph indices to WORD until needed.
6717 (w32font_open_internal): Initialize metric cache to empty.
6718 (registry_to_w32_charset): Charset should always be a symbol.
6719 (fill_in_logfont, list_all_matching_fonts): Family should
6720 always be a symbol.
6721
67222008-04-06 Jason Rumney <jasonr@gnu.org>
6723
6724 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
6725 Give up if glyph indices not supported. Use uniscribe obtained
6726 ABC widths for individual metrics. Map glyph clusters back to
6727 characters using fClusterStart flag. Return number of glyphs
6728 produced, not chars processed.
6729 (uniscribe_shape): Map char at FROM to current glyph.
6730
67312008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6732
6733 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
6734 Use SetMenuItemHierarchicalMenu.
6735
67362008-04-05 Jason Rumney <jasonr@gnu.org>
6737
6738 * image.c (pbm_load): Allow color values up to 65535.
6739 Throw an error if max_color_idx is outside the supported range.
6740 Report an error when image size is invalid.
6741 Read two bytes at a time when raw images have max_color_idx above 255.
6742
67432008-04-05 Eli Zaretskii <eliz@gnu.org>
6744
6745 * w32.c (readdir): If FindFirstFile/FindNextFile return in
6746 cFileName a file name that includes `?' characters, use the 8+3
6747 alias in cAlternateFileName instead.
6748
67492008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
6750
6751 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
6752 append "CCL: Quitted" when the CCL program is quitted.
6753 (setup_ccl_program): Initialize ccl->quit_silently to zero.
6754
6755 * ccl.h (struct ccl_program): New member quit_silently.
6756
67572008-04-05 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * search.c (compile_pattern_1): Treat non-nil and non-string of
6760 search-spaces-regexp as nil.
6761
6762 * minibuf.c (Fassoc_string): Tweak docstring.
6763
67642008-04-05 Eli Zaretskii <eliz@gnu.org>
6765
6766 * dired.c (Ffile_attributes): Support inode numbers wider than 32
6767 bits. Remove ugly WINDOWSNT-specific kludge introduced on
6768 2008-03-14 to force inode be positive.
6769
6770 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
6771 _S_* ones, since we now use our own sys/stat.h.
6772 (stat, fstat): Don't mangle the inode number.
6773 (init_user_info): Don't restrict UID and GID to 0-60000 range.
6774
67752008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * frame.h (struct frame): Give one more bit to `visible' since we use
6778 values larger than 1 to indicate obscured frames on ttys.
6779
6780 * keymap.c (Qkeymap_canonicalize): New var.
6781 (Fmap_keymap_internal): New fun.
6782 (describe_map): Use keymap-canonicalize.
6783
6784 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
6785 (Fundo_boundary): Set them.
6786 (syms_of_undo): Initialize them.
6787 (record_point): Use them instead of last_point_position*.
6788 (last_undo_buffer): Change type.
6789
67902008-04-04 Jason Rumney <jasonr@gnu.org>
6791
6792 * w32font.c (w32font_text_extents): Use font's ascent and descent.
6793 (recompute_cached_metrics): Don't set ascent and descent per char.
6794
6795 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
6796 (uniscribe_check_otf): Add GC protection before consing.
6797 Rearrange loop for counting features.
6798
67992008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
6802 buffer with byte-size of source buffer.
6803
68042008-04-03 Chong Yidong <cyd@stupidchicken.com>
6805
6806 * callint.c (Fcall_interactively): Handle temporary region even
6807 when shift-select-mode is off.
6808
68092008-04-03 Jason Rumney <jasonr@gnu.org>
6810
6811 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
6812
68132008-04-03 Kenichi Handa <handa@m17n.org>
6814
6815 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
6816 (CATEGORY_MASK_UTF_16): Likewise.
6817 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
6818 binary file.
6819 (detect_coding): Add null-byte detection for a binary file.
6820 (detect_coding_system): Likewise.
6821
68222008-04-03 Jason Rumney <jasonr@gnu.org>
6823
6824 * w32uniscribe.c: New file.
6825
6826 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
6827
6828 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
6829
6830 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
6831 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
6832 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
6833 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
6834 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
6835 (Qphonetic): New symbols.
6836 (syms_of_w32font): Initialize them.
6837 (font_supported_scripts): Use them.
6838 (w32font_list_family): List all charsets.
6839 (w32font_text_extents, recompute_cached_metrics): Fix metric
6840 calculations.
6841 (w32_enumfont_pattern_entity): Make full_type a DWORD.
6842 Give opentype fonts their own format.
6843 (font_matches_spec): New arguments backend and logfont.
6844 Handle :otf spec for uniscribe backend.
6845 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
6846 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
6847
6848 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
6849 font backend.
6850 (globals_of_w32fns): Initialize uniscribe font backend.
6851
6852 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
6853 dependencies.
6854 (w32uniscribe.$(O)): New file to build.
6855 (FONT_OBJ): Include w32uniscribe.$(O).
6856 (LIBS): Add uniscribe libraries.
6857
6858 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
6859
68602008-04-02 Chong Yidong <cyd@stupidchicken.com>
6861
6862 * callint.c (Vshift_select_mode): New var.
6863 (Finteractive): Document new ^ spec.
6864 (Fcall_interactively): Call handle-shift-selection if the ^ spec
6865 is present.
6866
6867 * keyboard.c (Vthis_command_keys_shift_translated): New var.
6868 (command_loop_1): Avoid running the direct display versions of
6869 forward-char and backward-char if shift-selection may occur.
6870 (read_key_sequence): Set Vthis_command_keys_shift_translated if
6871 shift-translation takes place.
6872
6873 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
6874 avoid clobbering by define-minor-mode.
6875
6876 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
6877 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
6878
6879 * syntax.c (Fforward_word): Add ^ interactive spec.
6880
6881 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
6882 (Fscroll_right): Add ^ interactive spec.
6883
68842008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
6887
6888 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
6889
6890 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
6891
68922008-03-31 Juri Linkov <juri@jurta.org>
6893
6894 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
6895
68962008-03-30 Jan Djärv <jan.h.d@swipnet.se>
6897
6898 * gtkutil.c (xg_set_geometry): Fix indentation.
6899 (xg_resize_outer_widget): Remove.
6900 (x_wm_size_hint_off): Fix indentation.
6901 (xg_frame_set_char_size): Call flush_and_sync after
6902 gtk_window_resize.
6903 (x_wm_set_size_hint): Pass NULL as geometry window to
6904 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
6905 Add menu bar and tool bar height to base height.
6906 (xg_update_frame_menubar, free_frame_menubar)
6907 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
6908 (update_frame_tool_bar, free_frame_tool_bar):
6909 Change xg_resize_outer_widget to xg_frame_set_char_size.
6910
69112008-03-30 Michael Albinus <michael.albinus@gmx.de>
6912
6913 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
6914 (Fdbus_call_method): New parameter TIMEOUT.
6915 (dbus-send-signal): Optimize UNGCPRO call.
6916
69172008-03-29 Juri Linkov <juri@jurta.org>
6918
6919 * window.c (Fdisplay_buffer): Move call to
6920 Vsplit_window_preferred_function out of conditions that check
6921 if window is eligible for vertical splitting.
6922 When Vsplit_window_preferred_function is non-nil, call it and use
6923 its non-nil return value as window. Otherwise, continue doing
6924 vertical splitting using Fsplit_window with arg horflag=nil.
6925 (syms_of_window) <Vsplit_window_preferred_function>: Change the
6926 default value from `split-window' to nil.
6927
69282008-03-29 Juri Linkov <juri@jurta.org>
6929
6930 * callint.c (Fcall_interactively): Revert 2008-03-16 change
6931 for interactive code letters 'b' and 'B'.
6932
69332008-03-29 Eli Zaretskii <eliz@gnu.org>
6934
6935 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
6936 multibyte string.
6937
69382008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * keyboard.c (pending_funcalls): New var.
6941 (timer_check): Run it.
6942 (syms_of_keyboard): Initialize it.
6943 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
6944 (Vdelete_terminal_functions): New vars.
6945 (syms_of_terminal): Initialize them.
6946 (Fdelete_terminal): Run delete-terminal-functions.
6947 * xdisp.c (safe_eval): Rewrite.
6948 (safe_call2): New fun.
6949 * frame.c (Qdelete_frame_functions): New var.
6950 (syms_of_frame): Initialize it.
6951 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
6952 * lisp.h (safe_call2, pending_funcalls): Declare.
6953
69542008-03-28 Andreas Schwab <schwab@suse.de>
6955
6956 * indent.c (Fmove_to_column): Move declaration before statements.
6957
69582008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
6961 (struct frame): Use bit fields for boolean vars.
6962
6963 * process.c (server_accept_connection): Simplify naming.
6964 (emacs_get_tty_pgrp): Use SDATA.
6965
6966 * coding.c (decode_coding_object): Fix last change.
6967
69682008-03-27 Jason Rumney <jasonr@gnu.org>
6969
6970 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
6971
69722008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
6973
6974 * charset.c (Fdefine_charset_internal): Change the way of
6975 registering charsets in Vcharset_order_list.
6976 (syms_of_charset): Make the charset `eight-bit' supplementary.
6977
69782008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
6979
6980 * regex.c (EXTEND_BUFFER): Change order of pointer addition
6981 operations, to avoid having the difference between pointers
6982 overflow.
6983
69842008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * indent.c (check_display_width): New fun.
6987 (scan_for_column): Use it.
6988
6989 * data.c (syms_of_data): Mark most-positive-fixnum and
6990 most-negative-fixnum as constants.
6991
6992 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
6993
6994 * indent.c (scan_for_column): Extract from current_column_1.
6995 Merge with the same code from Fmove_to_column.
6996 (current_column_1, Fmove_to_column): Use it.
6997
69982008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * keymap.c (map_keymap_internal): New fun.
7001 (map_keymap): Use it.
7002 (Fmap_keymap_internal): New fun.
7003 (Fmap_keymap): Remove left-out test from before make_save_value.
7004
7005 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
7006
7007 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
7008 Use XCAR/XCDR.
7009
7010 * process.h (struct Lisp_Process): Remove filter_multibyte.
7011 * process.c (QCfilter_multibyte): Remove.
7012 (setup_process_coding_systems): Don't use filter_multibyte.
7013 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
7014 (read_process_output): Don't adjust multibyteness to filter_multibyte.
7015 (Fset_process_filter_multibyte): Change the coding-system to
7016 approximate the previous behavior.
7017 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
7018 coding-system.
7019
7020 * coding.c (decode_coding_object): When not decoding into a buffer,
7021 obey the coding system's preference of (uni|multi)byte.
7022
70232008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
7026 every char is changed and has a different byte-length.
7027 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
7028 Fix int -> EMACS_INT.
7029
70302008-03-23 David Hansen <david.hansen@gmx.net>
7031
7032 * dbusbind.c (xd_read_message): Remove extra copying of message
7033 strings. Check for NULL `interface' or `member'.
7034
70352008-03-22 Eli Zaretskii <eliz@gnu.org>
7036
7037 * w32.c (readdir): If FindFirstFile/FindNextFile return in
7038 cFileName a file name that includes `?' characters, use the 8+3
7039 alias in cAlternateFileName instead.
7040
70412008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
7044
70452008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
7048 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
7049 work on current_buffer only instead (that was already the case
7050 for some of the code anyway).
7051 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
7052 (temp_set_point, temp_set_point_both): Use EMACS_INT.
7053 (SET_PT, SET_PT_BOTH): Adjust.
7054 * intervals.h (set_point, temp_set_point, set_point_both)
7055 (temp_set_point_both): Remove redundant declarations.
7056
70572008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * fileio.c (Finsert_file_contents):
7060 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
7061 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
7062 when buffer != current_buffer anyway.
7063
70642008-03-20 Andreas Schwab <schwab@suse.de>
7065
7066 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
7067 as default.
7068
70692008-03-19 Jason Rumney <jasonr@gnu.org>
7070
7071 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
7072 (syms_of_w32fns): Initialize them.
7073 (HOURGLASS_ID): New constant.
7074 (x_window_to_frame): Don't check hourglass_window.
7075 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
7076 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
7077 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
7078 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
7079 Only change the cursor if hourglass is not active.
7080 (Fx_create_frame): Initialize frame's current_cursor.
7081 (hourglass_atimer): Remove.
7082 (hourglass_started): New function.
7083 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
7084 (show_hourglass): Adapt to w32, changing argument to frame.
7085
7086 * w32term.h (struct w32_output): Remove hourglass_window.
7087 Add current_cursor.
7088
7089 * eval.c (call_debugger, Fsignal):
7090 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
7091 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
7092 (Fexecute_extended_command, cancel_hourglass_unwind):
7093 * minibuf.c (read_minibuf):
7094 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
7095
70962008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * window.c (run_funs): New fun.
7099 (run_window_configuration_change_hook): Use it to run the buffer-local
7100 and the global part of the hook.
7101
7102 * xdisp.c (format_mode_line_unwind_data): Add window argument.
7103 (unwind_format_mode_line): Restore selected window.
7104 (x_consider_frame_title, Fformat_mode_line): Set selected window.
7105
71062008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * editfns.c (Fchar_equal): Check they are valid characters.
7109
7110 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
7111
71122008-03-17 Andreas Schwab <schwab@suse.de>
7113
7114 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
7115 against a charset.
7116
7117 * lisp.h (Fbuffer_list): Declare.
7118
71192008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 7120
aac0c6e3
MR
7121 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
7122 handlebox_widget is != 0.
7123
71242008-03-16 Juri Linkov <juri@jurta.org>
7125
7126 * callint.c (Fcall_interactively): For interactive code letters
7127 'b' and 'B' put the buffer list into the list of default "future"
7128 values of the minibuffer.
7129
71302008-03-16 Andreas Schwab <schwab@suse.de>
7131
7132 * keyboard.c (read_key_sequence): Fix downcasing of letters with
7133 modifiers.
7134
7135 * regex.c (re_match_2_internal): Correct matching of a charset
7136 against latin-1 characters.
7137
71382008-03-16 Kenichi Handa <handa@m17n.org>
7139
7140 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
7141 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
7142 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
7143 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
7144 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
7145 CHAR_STRING_ADVANCE.
7146 (produce_chars): Fix for the case that the source and the
7147 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
7148 instead of CHAR_STRING_ADVANCE.
7149 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
7150 STRING_CHAR_ADVANCE.
7151
71522008-03-15 Andreas Schwab <schwab@suse.de>
7153
7154 * regex.c (re_match_2_internal): Correct matching of eight bit
7155 characters in unibyte strings.
7156
71572008-03-15 Martin Rudalics <rudalics@gmx.at>
7158
7159 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
7160 at end of range when it coincides with the end of the buffer.
7161
71622008-03-14 Eli Zaretskii <eliz@gnu.org>
7163
7164 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
7165
7166 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
7167
71682008-03-14 Jason Rumney <jasonr@gnu.org>
7169
7170 * editfns.c (initial_tz): New variable.
7171 (syms_of_editfns): Initialize it.
7172 (Fset_time_zone_rule): Set it when first called.
7173 Use it when TZSTRING is nil.
7174
7175 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
7176 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
7177 (monitor_from_point_fn, get_monitor_info_fn): New globals.
7178 (globals_of_w32fns): Initialize them.
7179 (compute_tip_xy): Use them to position tooltips.
7180
71812008-03-14 Glenn Morris <rgm@gnu.org>
7182
7183 * emacs.c (main): Revert previous change.
7184 (standard_args): Revert -internal-script back to -scriptload,
7185 and remove the long-option form.
7186
71872008-03-13 Glenn Morris <rgm@gnu.org>
7188
7189 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
7190 Remove option -enable-font-backend.
7191
71922008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
7195
71962008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7197
7198 * xterm.c (x_connection_closed): For GTK: If this is the last
7199 terminal just exit without closing the display.
7200
72012008-03-11 Jason Rumney <jasonr@gnu.org>
7202
7203 * w32font.c (w32font_full_name): Use floor to round.
7204
f0131492 72052008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
7206
7207 * sound.c (alsa_configure): Declare vol at beginning of block.
7208
7209 * fontset.c (Ffontset_info): Remove extra semicolon.
7210
72112008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
7214 size of resulting string.
7215
72162008-03-10 Jason Rumney <jasonr@gnu.org>
7217
7218 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
7219
72202008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7221
7222 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
7223 Don't pretend as if characters with display property haven't been
7224 consumed for string-replacing-string case.
7225
72262008-03-08 Kim F. Storm <storm@cua.dk>
7227
7228 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
7229 (get_next_display_element, next_element_from_string)
7230 (next_element_from_ellipsis, next_element_from_buffer): Use it.
7231
72322008-03-08 Andreas Schwab <schwab@suse.de>
7233
7234 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
7235
72362008-03-06 Jason Rumney <jasonr@gnu.org>
7237
7238 * w32font.c (w32_registry): Take font_type argument. Use ANSI
7239 when charset not specified. Only translate ANSI to unicode when
7240 font_type is truetype.
7241 (w32font_coverage_ok): New function.
7242 (add_font_entity_to_list): Use it to filter unsuitable fonts.
7243
72442008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
7245
7246 * lread.c (Fread_char): Resolve modifiers.
7247 (Fread_char_exclusive): Likewise.
7248
7249 * character.c (char_resolve_modifier_mask): New function.
7250 (char_string): Use char_resolve_modifier_mask.
7251 (Fchar_resolve_modifiers): New function.
7252 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
7253 function.
7254
72552008-03-04 Jason Rumney <jasonr@gnu.org>
7256
7257 * makefile.w32-in: Always include w32font.c in the build.
7258 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
7259
72602008-03-04 Andreas Schwab <schwab@suse.de>
7261
7262 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
7263 (versionclean): Likewise.
7264
72652008-03-04 Juanma Barranquero <lekktu@gmail.com>
7266
7267 * .cvsignore: Add oo.
7268
72692008-03-03 Andreas Schwab <schwab@suse.de>
7270
7271 * coding.c (decode_coding_object): Inhibit gap shrinking while
7272 decoding in place.
7273
72742008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
7275
7276 * w32term.c: Remove unused include "gnu.h".
7277 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
7278
7279 * gnu.h: Rename to ...
7280 * emacs-icon.h: ... this.
7281 * xterm.c: Use emacs-icon.h instead of gnu.h.
7282 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
7283
72842008-03-03 Juanma Barranquero <lekktu@gmail.com>
7285
7286 * w32font.c: Include math.h.
7287
72882008-03-03 Jason Rumney <jasonr@gnu.org>
7289
7290 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
7291 Compute options separately.
7292 (w32font_open_internal): Set glyph_idx before caching metrics.
7293
7294 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
7295 Define if system headers don't.
7296 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
7297 (w32font_encode_char): Don't declare here.
7298
7299 * w32font.c (Quniscribe, QCformat): New symbols.
7300 (syms_of_w32font): Define them.
7301 (w32font_has_char): Indicate uncertainty.
7302 (w32font_encode_char): Encode as glyph point. Make static.
7303 (recompute_cached_metrics): New function.
7304 (w32font_open_internal): Use it. Set font to use glyph points
7305 initially. Set format based on type of font.
7306 (w32font_text_extents, w32font_draw): Optionally use glyph points.
7307 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
7308 on it. Set format based on information available here.
7309 (add_font_entity_to_list): Identify backend based on opentype_only.
7310
73112008-03-02 Andreas Schwab <schwab@suse.de>
7312
7313 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
7314
7315 * coding.c (decode_coding_big5, produce_chars):
7316 Fix typos in last change.
7317
73182008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
7319
7320 * gnu.h: New icon.
7321
73222008-03-02 Kenichi Handa <handa@m17n.org>
7323
7324 * coding.c (decode_coding_utf_8): When eol-type of CODING is
7325 `dos', don't decode '\r' if that is the last in the source.
7326 (decode_coding_utf_16, decode_coding_emacs_mule)
7327 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7328 (decode_coding_raw_text, decode_coding_charset): Likewise.
7329 (produce_chars): Don't decode EOL here. Use EMACS_INT.
7330
73312008-03-01 Jason Rumney <jasonr@gnu.org>
7332
7333 * w32font.c (w32font_full_name): Report point size for scalable fonts.
7334
73352008-03-01 Kim F. Storm <storm@cua.dk>
7336
7337 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
7338
73392008-03-01 Jason Rumney <jasonr@gnu.org>
7340
7341 * w32font.c (w32font_full_name): New function.
7342 (w32font_open_internal): Use it.
7343
73442008-03-01 Kim F. Storm <storm@cua.dk>
7345
7346 * dispnew.c (line_draw_cost): Fix invalid glyph check.
7347
73482008-03-01 Jason Rumney <jasonr@gnu.org>
7349
7350 * font.c (font_unparse_fcname): Increase len when style is a symbol.
7351
73522008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7353
7354 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
7355 xg_frame_resized when the event is for the edit widget.
7356
7357 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
7358
7359 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
7360 set_char_size.
7361 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
7362 operations on widgets here. Just set frame size if needed.
7363 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
7364 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
7365 (x_wm_set_size_hint): Set size hints on the edit widget only, not
7366 the whole frame.
7367 (xg_create_tool_bar): Move attachment of the tool bar to
7368 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
7369 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
7370
73712008-03-01 Jason Rumney <jasonr@gnu.org>
7372
7373 * w32fns.c (w32_msg_pump): Disable debug code.
7374
73752008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7376
7377 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
7378
73792008-02-29 Chong Yidong <cyd@stupidchicken.com>
7380
7381 * xdisp.c (next_overlay_string): Don't set
7382 overlay_strings_at_end_processed_p if we're currently reading from
7383 a display string.
7384
73852008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * xdisp.c (get_overlay_strings_1): Fix typo.
7388
73892008-02-29 Chong Yidong <cyd@stupidchicken.com>
7390
7391 * xdisp.c (get_overlay_strings_1): Add missing argument type.
7392
73932008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
7394
7395 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
7396
7397 * xdisp.c (display_mode_element): Cancel the previous change.
7398 (decode_mode_spec): Likewise.
7399 (handle_auto_composed_prop): Don't make composition if it->string
7400 is a string.
7401
74022008-02-27 Kim F. Storm <storm@cua.dk>
7403
7404 * lisp.h (GLYPH): Change type from int to struct with separate char
7405 and face_id members.
7406 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
7407 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
7408 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
7409 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
7410 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
7411 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
7412 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
7413 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
7414 handle new Lisp glyph code encoding, either an integer or a cons.
7415
7416 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
7417 (GLYPH_ALIAS): Delete.
7418 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
7419 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
7420 (GLYPH_FROM_CHAR): Replace macro by ...
7421 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
7422
7423 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
7424 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
7425 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
7426 (GLYPH_INVALID_P): New macro.
7427 (spec_glyph_lookup_face): Update prototype.
7428
7429 * dispnew.c (line_draw_cost): Adapt to new glyph type.
7430 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
7431 new glyph code encoding.
7432 (spec_glyph_lookup_face): No return value; update passed glyph instead.
7433 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
7434
7435 * xdisp.c (get_next_display_element, next_element_from_display_vector):
7436 Adapt to new glyph type and new glyph code encoding.
7437
7438 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
7439
7440 * indent.c (current_column, current_column_1, Fmove_to_column)
7441 (compute_motion): Adapt to new glyph code encoding.
7442
7443 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
7444
74452008-02-27 Chong Yidong <cyd@stupidchicken.com>
7446
7447 * process.c (wait_reading_process_output): Check for window
7448 changes caused by timers.
7449 Suggested by Johan Bockgård.
7450
74512008-02-27 Glenn Morris <rgm@gnu.org>
7452
7453 * emacs.c (USAGE1): Add `--disable-font-backend'.
7454
74552008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
7458 is made to the buffer.
7459
74602008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
7463 (face_at_string_position):
7464 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
7465 (face_at_string_position):
7466 * xdisp.c (display_string, next_overlay_change):
7467 * buffer.h (overlays_at):
7468 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
7469 Update callers.
7470
74712008-02-26 Chong Yidong <cyd@stupidchicken.com>
7472
7473 * editfns.c (Fformat): Doc fix.
7474
74752008-02-26 Juanma Barranquero <lekktu@gmail.com>
7476
7477 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
7478 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
7479 (Ffont_otf_alternates, Fquery_font): Doc fixes.
7480
74812008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * buffer.c (Fbuffer_swap_text): New function.
7484 (syms_of_buffer): Defsubr it.
7485
74862008-02-25 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
7489
74902008-02-25 Jason Rumney <jasonr@gnu.org>
7491
7492 * w32font.c (w32font_draw): Draw one character at a time when padding.
7493
74942008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
7497 Handle a nil arg. Use run_window_configuration_change_hook.
7498 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
7499 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
7500 Use run_window_configuration_change_hook.
7501
75022008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
7503
7504 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
7505 1-pixel width.
7506
75072008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
7508
7509 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
7510 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
7511 if the glyph in the font is zero pixel with.
7512
7513 * dispextern.h (struct glyph_string): New member padding_p.
7514
7515 * w32font.c (w32font_draw): Pay attention to s->padding_p.
7516
7517 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
7518
7519 * xfont.c (xfont_draw): Pay attention to s->padding_p.
7520
7521 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
7522
7523 * font.c: If the font driver doesn't have `shape' function, return Qnil.
7524
75252008-02-25 Jason Rumney <jasonr@gnu.org>
7526
7527 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
7528
75292008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 Allow fine-grained image-cache flushing.
7532 * dispextern.h (struct image): Add `dependencies' field.
7533 (clear_image_caches): Change arg to Lisp_Object.
7534 * image.c (make_image): Initialize `dependencies' field.
7535 (clear_image_cache): Change arg to allow fine-grained flushing.
7536 Perform the flush even if image-cache-eviction-delay is nil.
7537 (clear_image_caches): Change arg to Lisp_Object.
7538 (Fclear_image_cache): Expand meaning of the argument.
7539 (mark_image): Mark `dependencies' field.
7540 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
7541 (lface_hash): Use XHASH rather than XFASTINT.
7542 (face_at_buffer_position): Fix int -> EMACS_INT position.
7543 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
7544 (select_frame_for_redisplay): Remove code duplication.
7545 (redisplay_internal): Adapt arg to call to clear_image_caches.
7546
75472008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7548
7549 * s/vms4-0.h:
7550 * s/vms4-2.h:
7551 * s/vms4-4.h:
7552 * s/vms5-5.h: Remove, unused.
7553
7554 * s/irix5-2.h:
7555 * s/irix6-0.h:
7556 * s/riscos5.h:
7557 * s/mach-bsd4-3.h:
7558 * m/mips4.h: Remove files for obsolete systems.
7559
7560 * Makefile.in:
7561 * filelock.c:
7562 * unexmips.c:
7563 * m/hp9000s300.h:
7564 * m/iris4d.h:
7565 * s/aix3-1.h:
7566 * s/hpux.h:
7567 * s/msdos.h:
7568 * s/usg5-0.h:
7569 * s/usg5-2-2.h:
7570 * s/usg5-2.h:
7571 * s/usg5-3.h: Remove references to obsolete variables.
7572
7573 * s/irix5-0.h: Remove, move all the contents ...
7574 * s/irix6-5.h: ... here. Simplify.
7575 * config.in: Regenerate.
7576
75772008-02-24 Jason Rumney <jasonr@gnu.org>
7578
7579 * w32term.c (x_draw_glyph_string_background): Clear the background
7580 manually when cleartype is in use.
7581 (x_draw_glyph_string_foreground): Draw text transparently when
7582 cleartype is in use.
7583
7584 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
7585 a font into it unless we have to.
7586
75872008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
7590 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 7591
aac0c6e3
MR
75922008-02-18 Jason Rumney <jasonr@gnu.org>
7593
7594 * w32fns.c (Fw32_shell_execute): Encode parameters.
7595
75962008-02-09 Eli Zaretskii <eliz@gnu.org>
7597
7598 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
7599
76002008-02-05 Juanma Barranquero <lekktu@gmail.com>
7601
7602 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
7603
76042008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
7605
7606 * xterm.c (x_set_offset): Don't change the gravity if
7607 CHANGE_GRAVITY is -1.
7608
76092008-02-23 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * fileio.c (auto_save_error_occurred): New var.
7612 (auto_save_error): Set it.
7613 (Fdo_auto_save): Don't overwrite the error message if an auto-save
7614 error occurred.
7615
76162008-02-23 Eli Zaretskii <eliz@gnu.org>
7617
7618 * w32.c (globals_of_w32): Add initializations for
7619 g_b_init_get_sid_sub_authority and
7620 g_b_init_get_sid_sub_authority_count.
7621
76222008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
7625 (font_parse_xlfd): Use them for sanity check.
7626 (Finternal_set_font_style_table): Make sure the table is bijective.
7627
7628 Consolidate the image_cache to the terminal struct.
7629 * termhooks.h (P_): Remove redundant def.
7630 (struct terminal): New field `image_cache'.
7631 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
7632 of FRAME_X_IMAGE_CACHE.
7633 * xterm.h (struct x_display_info): Remove image_cache field.
7634 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
7635 * w32term.h (struct w32_display_info): Remove image_cache field.
7636 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
7637 * macterm.h (struct mac_display_info): Remove image_cache field.
7638 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
7639 * xterm.c (x_term_init):
7640 * w32term.c (w32_term_init):
7641 * macterm.c (mac_term_init): Set the image_cache in the terminal.
7642 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
7643 Remove declarations.
7644 (clear_image_caches, mark_image_cache): New declarations.
7645 * xfaces.c (clear_face_cache):
7646 * xdisp.c (redisplay_internal): Use clear_image_caches.
7647 * image.c (clear_image_cache): Don't check that a frame is on
7648 a window-system before checking if it shares the same cache.
7649 (clear_image_caches): New function.
7650 (Fclear_image_cache): Use it.
7651 (mark_image): Move from allo.c.
7652 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
7653 * alloc.c (mark_image, mark_image_cache): Move to image.c.
7654 (mark_object): Don't call mark_image_cache for frames.
7655 (mark_terminals): Call mark_image_cache.
7656
7657 * lisp.h (Fdelete_terminal): Declare.
7658
7659 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
7660 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
7661 wrong_type_argument.
7662
76632008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
7664
7665 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
7666 malayalam.el, and tamil.el. Add sinhala.el.
7667
76682008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 * xterm.c (x_connection_closed): Consolidate identical tests.
7671 (x_delete_terminal): Don't crash if called via x_connection_closed.
7672
76732008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
7674
7675 * xdisp.c (decode_mode_spec): New arg string.
7676 (display_mode_element): Adjust for the above change.
7677
76782008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * callint.c (Fcall_interactively): Use AREF.
7681
76822008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
7685
76862008-02-18 Jan Djärv <jan.h.d@swipnet.se>
7687
7688 * xfns.c (Fx_show_tip): Set string to " " if empty.
7689
76902008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
7691
7692 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
7693 with Qt.
7694
76952008-02-17 Kenichi Handa <handa@m17n.org>
7696
7697 * ftfont.c (ftfont_shape): Return Lispy number.
7698
7699 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
7700 for GCs.
7701 (Finternal_set_font_selection_order): Call font_update_sort_order
7702 only when enable_font_backend is set.
7703 (realize_x_face): Set face->font_info to that of default face only
7704 when enable_font_backend is set.
7705
7706 * xdisp.c (handle_composition_prop): Set it->c to the fist
7707 character of the composed region.
7708 (fill_composite_glyph_string): Set base_face->font_info to
7709 s->font_info. Get a face for ascii from base_face->ascii_face.
7710 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
7711 with a face already decided.
7712 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
7713 non-negative.
7714 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
7715 call font_prepare_composition unconditionally.
7716
7717 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
7718
7719 * xterm.h (struct x_display_info): New member font.
7720
7721 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
7722 (x_set_mouse_face_gc, x_new_font): Likewise.
7723 (x_term_init): Setup display_info->font.
7724 (x_delete_terminal): Free display_info->font.
7725
7726 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
7727
7728 * ftxfont.c (ftxfont_default_fid): Delete it.
7729 (ftxfont_open): Set xfont->fid to 0.
7730 (ftxfont_end_for_frame): Clear data specific to the frame and the
7731 font-driver.
7732
7733 * xftfont.c (xftfont_default_fid): Delete it.
7734 (xftfont_open): Set xfont->fid to 0.
7735
7736 * fontset.c (FONTSET_OBJLIST): New macro.
7737 (fontset_find_font): Update font-object list of the fontset.
7738 (free_realized_fontset): New function.
7739 (free_face_fontset): Call free_realized_fontset.
7740 (Ffont_info): Call font_close_object only when enable_font_backend
7741 is set.
7742
7743 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
7744 [HAVE_NTGUI]: Include w32term.h.
7745 [MAC_OS]: Include macterm.ch.
7746 (font_otf_ValueRecord): Use make_number.
7747 (font_finish_cache): Fix handling of reference count.
7748 (font_clear_cache): Update num_fonts.
7749 (font_open_entity): Update smallest_char_width and
7750 smallest_font_height of the frame.
7751 (font_close_object): Update num_fonts.
7752 (Fclear_font_cache): Fix finding the target cache data.
7753
77542008-02-16 Glenn Morris <rgm@gnu.org>
7755
7756 * fontset.c (Finternal_char_font): Fix compilation warning.
7757
77582008-02-16 Eli Zaretskii <eliz@gnu.org>
7759
7760 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
7761 instead of char arrays. Enlarge the size of array passed to
7762 get_token_information.
7763
7764 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
7765 warnings.
7766
77672008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
7768
7769 * .gdbinit: Don't set `args', it breaks gdb --args.
7770
77712008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
7774 within a narrowed buffer.
7775
77762008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
7777
7778 * coding.c (decode_coding_object, encode_coding_object):
7779 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
7780
77812008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * coding.c (coding_set_destination): Use BEG_BYTE rather than
7784 hardcoding 1.
7785 (detect_coding_system):
7786 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
7787 (string_char_to_byte, string_byte_to_char, insert_from_gap):
7788 * insdel.c (insert_from_gap):
7789 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
7790 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
7791 (string_to_multibyte):
7792 * character.c (chars_in_text, multibyte_chars_in_text):
7793 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
7794
7795 * character.h (FETCH_STRING_CHAR_ADVANCE)
7796 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
7797 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
7798 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
7799
7800 * casefiddle.c (casify_region): Only call after-change and composition
7801 functions on the part of the region that was changed.
7802
7803 * keyboard.c (read_avail_input):
7804 * frame.c (Fdelete_frame): Call Fdelete_terminal.
7805
78062008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
7809 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
7810
78112008-02-11 Juanma Barranquero <lekktu@gmail.com>
7812
7813 * w32menu.c (push_submenu_start, push_submenu_end)
7814 (push_left_right_boundary, push_menu_pane, push_menu_item):
7815 * keyboard.c (read_key_sequence): Don't pass args with side effects
7816 to AREF, it fails when compiling with -DENABLE_CHECKING.
7817
78182008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
7819
7820 * Makefile.in (${lispsource}international/charprop.el):
7821 Delete this target.
7822
7823 * search.c (boyer_moore): Fix incorrect synching of the trunk and
7824 emacs-unicode-2.
7825
78262008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * terminal.c (Fdelete_terminal): Clean up the `force' path.
7829
78302008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * frame.c (Qnoelisp): New symbol.
7833 (syms_of_frame): Initialize it.
7834 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
7835 harmless Elisp code, from a strong `force' from x_connection_closed.
7836 * frame.h (Qnoelisp): Declare.
7837 * xterm.c (x_connection_closed): Pass `noelisp'.
7838
7839 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
7840 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
7841 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
7842 rather than `int' for the type of `type'.
7843
78442008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7845
7846 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
7847
7848 * Makefile.in (GNUC): Remove support for gcc-1.x.
7849
78502008-02-10 Richard Stallman <rms@gnu.org>
7851
7852 * lisp.h (ASET): Use AREF, not ASLOT.
7853
78542008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * lisp.h (ASET): Check bounds.
7857
78582008-02-10 Glenn Morris <rgm@gnu.org>
7859
7860 * buffer.c (mode-name): Doc fix.
7861
78622008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * Makefile.in:
7865 * emacs.c:
7866 * gmalloc.c:
7867 * keyboard.c:
7868 * lisp.h:
7869 * m/ibm370aix.h:
7870 * process.c:
7871 * regex.c:
7872 * s/hpux.h:
7873 * sysdep.c:
7874 * sysselect.h:
7875 * systty.h:
7876 * unexec.c:
7877 * w32term.c:
7878 * xsmfns.c:
7879 * xterm.c: Remove code that deals with obsolete variables.
7880
7881 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
7882
7883 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
7884 nothing else needs it anymore.
7885
78862008-02-09 Eli Zaretskii <eliz@gnu.org>
7887
7888 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
7889 instead of unibyte_char_to_multibyte.
7890
78912008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7892
7893 * s/gnu-linux.h: Remove commented out code.
7894
7895 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
7896
7897 * Makefile.in: Update what RMS says about using autoconf.
7898 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
7899 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
7900 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
7901 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
7902
79032008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * keymap.c (Fkey_description): Move side effect outside of macro call.
7906
7907 * xfaces.c (Finternal_make_lisp_face):
7908 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
7909
7910 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
7911 (syms_of_fontset): Use ASET.
7912
7913 * fns.c (concat): Move side effect outside of macro call.
7914 (hash_clear): Use ASET.
7915
79162008-02-08 Richard Stallman <rms@gnu.org>
7917
7918 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
7919 If FORCE, and frame has a surrogate minibuffer for another frame,
7920 delete the other frame first.
7921
79222008-02-07 Timo Savola <timo.savola@iki.fi>
7923
7924 * xterm.c (x_detect_focus_change): Handle embed client message.
7925 (handle_one_xevent): Ditto.
7926 (handle_one_xevent): If embedded and we get a button press/release,
7927 request focus.
7928 (xembed_set_info, xembed_send_message): New functions.
7929 (x_make_frame_visible): Call xembed_set_info if embedded.
7930 (x_make_frame_invisible): Call xembed_set_info if embedded.
7931 (x_term_init): Initialize Xatom_XEMBED.
7932 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
7933 (x_iconify_frame): Ditto.
7934
7935 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
7936 (enum xembed_info, enum xembed_message, enum xembed_focus)
7937 (enum xembed_modifier, enum xembed_accelerator): New.
7938 (xembed_set_info, xembed_send_message): Declare.
7939 (FRAME_X_EMBEDDED_P): New.
7940
7941 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
7942 gtk_plug_new.
7943
7944 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
7945 window ID of a frame.
7946 (x_window): Reparent frame if embedded.
7947 (Fx_create_frame): Don't set border width if embedded.
7948
7949 * emacs.c (USAGE3): Add --parent-id.
7950 (standard_args): Ditto.
7951
79522008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7953
7954 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
7955
79562008-02-07 Jim Meyering <meyering@redhat.com>
7957
7958 Use "do...while (0)", not "if (1)...else" in macro definitions.
7959 The latter provokes a warning from gcc about the empty else, when
7960 followed by ";". Also, without that trailing semicolon, it would
7961 silently swallow up any following statement.
7962 * syntax.h (SETUP_SYNTAX_TABLE)
7963 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
7964 * buffer.h (DECODE_POSITION): Likewise.
7965 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
7966 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
7967 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
7968 (FETCH_CHAR_ADVANCE): Likewise.
7969 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
7970
79712008-02-07 Jim Meyering <meyering@redhat.com>
7972
7973 * lread.c [lint]: Don't include <sys/inode.h>.
7974
79752008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * xselect.c (x_handle_dnd_message):
7978 * xmenu.c (digest_single_submenu, xmenu_show):
7979 * xdisp.c (with_echo_area_buffer_unwind_data)
7980 (format_mode_line_unwind_data, unwind_format_mode_line)
7981 (display_menu_bar):
7982 * eval.c (Ffetch_bytecode):
7983 * doc.c (store_function_docstring):
7984 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
7985 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
7986 * buffer.c (add_overlay_mod_hooklist): Use ASET.
7987
79882008-02-07 Kenichi Handa <handa@m17n.org>
7989
7990 * ftxfont.c (ftxfont_open): Don't set
7991 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
7992
7993 * ftfont.c (ftfont_open): Fix previous change.
7994
79952008-02-06 Jason Rumney <jasonr@gnu.org>
7996
7997 * w32font.c (w32font_text_extents): Fill in lbearing metric.
7998 Use cached metrics for ASCII characters.
7999 (w32font_open_internal): Don't set font's owning_frame.
8000 Cache metrics for ASCII characters.
8001
8002 * w32font.h (struct w32font_info): Add ascii_metrics.
8003 Remove owning_frame.
8004
80052008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
8006
8007 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
8008 to negative value.
8009
8010 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
8011
8012 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
8013
8014 * charset.c (syms_of_charset): Set QCtest and Qeq.
8015
80162008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * process.c (Fstart_process):
8019 * callproc.c (Fcall_process): Handle the case where
8020 Funhandled_file_name_directory returns nil.
8021
8022 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
8023 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
8024 * font.c (check_gstring): Use them and AREF to access the vector before
8025 we know it's really a gstring.
8026 (Ffont_shape_text): Fix typo.
8027 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
8028
8029 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
8030 Declare.
8031
8032 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
8033
80342008-02-05 Jason Rumney <jasonr@gnu.org>
8035
8036 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
8037 Set smallest_font_height and smallest_char_width in display info.
8038
80392008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
8040
8041 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
8042
80432008-02-05 Miles Bader <miles@gnu.org>
8044
8045 * xfaces.c (get_lface_attributes, merge_named_face)
8046 (lookup_named_face, lookup_derived_face, realize_named_face):
8047 Revert 2008-02-01 change by cyd@stupidchicken.com.
8048
80492008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
8050
8051 * fontset.c (Ffontset_info): Handle the case of inhibitting the
8052 fallback fonts.
8053 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
8054
80552008-02-04 Jason Rumney <jasonr@gnu.org>
8056
8057 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
8058 set full_name.
8059 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
8060
80612008-02-03 Jason Rumney <jasonr@gnu.org>
8062
8063 * makefile.w32-in (OBJ1): Include font.o here.
8064 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
8065
80662008-02-02 Jason Rumney <jasonr@gnu.org>
8067
8068 * makefile.w32-in (temacs): Bump EMHEAP to 21.
8069
80702008-02-01 Jason Rumney <jasonr@gnu.org>
8071
8072 * s/cygwin.h: Define VIRT_ADDR_VARIES.
8073
8074 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
8075
80762008-02-01 Andreas Schwab <schwab@suse.de>
8077
8078 * Makefile.in (shortlisp, lisp): Update for rename of
8079 ../lisp/language/myanmar.el.
8080
80812008-02-01 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * xfaces.c (get_lface_attributes): Delete function.
8084 (merge_named_face, lookup_named_face, lookup_derived_face)
8085 (realize_named_face): Call lface_from_face_name directly, and use
8086 the fact that merge_face_vectors does not alter its FROM argument.
8087
80882008-02-01 Jason Rumney <jasonr@gnu.org>
8089
8090 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
8091 input in the default locale. Handle non-Unicode multibyte input.
8092
80932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8094
8095 * fontset.c (reorder_font_vector): Exclude nil elements from the
8096 font group. Don't try multiple fonts.
8097 (fontset_font): Adjust for the above change.
8098 (Finternal_char_font): Return nil if the found font doesn't
8099 contain the character ch.
8100
8101 * Makefile.in (lisp, shortlisp): Add cham.el.
8102
81032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8104
8105 * font.h (FONTP): Make it return 1 also for a font-object.
8106
8107 * .gdbinit (xfontset): New function.
8108
8109 * font.c (font_find_for_lface): Check if the character C is
8110 supported or not only for the first font.
8111
8112 * fontset.c (reorder_font_vector): Fix typo.
8113 (fontset_find_font): Don't add a font-spec specifying a script.
8114 Use 0 (not Qt) for the indication of empty font-group. Change the
8115 format of RFONT-DEF. Return Qt if no font in the font-group
8116 support the character.
8117 (fontset_font): Adjust for the above change. If no font was
8118 found the character, remember that.
8119 (face_for_char): Adjust for the change of RFONT-DEF.
8120 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
8121 no font for the target.
8122 (Finternal_char_font): Adjust for the change of RFONT-DEF.
8123
81242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8125
8126 * font.c (font_load_for_face): Handle the case that the font in
8127 face->lface is a string.
8128
81292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8130
8131 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
8132
81332008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8134
8135 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
8136 Fix previous change. If the frame is not on a window system,
8137 signal an error.
8138
81392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8140
8141 * coding.c (decode_coding_object, encode_coding_object): Adjust
8142 marker positions after conversion.
8143
8144 * lisp.h (struct Lisp_Marker): New member need_adjustment.
8145
81462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8147
8148 * font.c (font_find_for_lface): Fix the handling of the return
8149 value of font_has_char.
8150 (Ffont_shape_text): Fix previous change.
8151
8152 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
8153 (fontset_ref_and_range): Delete it.
8154 (fontset_find_font): Call char_table_ref_and_range instead of
8155 FONTSET_REF_AND_RANGE.
8156 (make_fontset): Don't setup font groups of Latin here.
8157 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
8158 (new_fontset_from_font): Make the specified font the default for
8159 all Latin characters.
8160
81612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8162
8163 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
8164 is on a window system before accessing the fontset of the frame.
8165
81662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8167
8168 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
8169
8170 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
8171 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
8172
8173 * font.c (Ffont_shape_text): If the font driver doesn't have a
8174 shaper function, make zero-width glyphs to have at least one-pixel
8175 width. Fix setting of `to' field of glyphs.
8176
81772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8178
8179 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
8180 glyphs.
8181
8182 * font.h (struct font_driver): Improve docstring of member `shape'.
8183
81842008-02-01 Kenichi Handa <handa@m17n.org>
8185
8186 * composite.c (syms_of_composite): Fix docstring of
8187 auto-composition-function.
8188
8189 * font.h (LGLYPH_SIZE): New macro.
8190
8191 * font.c (Ffont_fill_gstring): Stop filling when a character not
8192 supported by the font is found.
8193 (Ffont_shape_text): When a shape callback function returns nil,
8194 try at most two more times with larger gstring.
8195 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
8196
8197 * xdisp.c (handle_auto_composed_prop): Change the argument to
8198 auto-composition-function.
8199
8200 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
8201 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
8202 Lispy glyph and store it in the lgstring.
8203
8204 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
8205
8206 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
8207
82082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8209
8210 * font.c (Ffont_shape_text): Avoid unnecessary composition.
8211
8212 * fontset.c (Vfont_encoding_charset_alist): New variable.
8213 (syms_of_fontset): DEFVAR it.
8214 (reorder_font_vector, fontset_find_font): Optimize for the case of
8215 no need of reordering.
8216 (face_for_char): Map the charset property by
8217 Vfont_encoding_charset_alist.
8218
82192008-02-01 Jason Rumney <jasonr@gnu.org>
8220
8221 * w32font.c (logfonts_match): Don't check adstyle here.
8222 (font_matches_spec): Check here against physical font instead.
8223 (add_font_entity_to_list): Avoid some substitutions.
8224
8225 * font.c (font_parse_fcname): Default weight and slant to normal.
8226 (font_score): Prefer normal fonts if weight or slant unspecified.
8227 (font_score) [WINDOWSNT]: Scale weight difference down to closer
8228 match freetype scores.
8229
82302008-02-01 Jason Rumney <jasonr@gnu.org>
8231
8232 * w32font.c (w32font_text_extents): Don't use the frame stored in the
8233 font, as it may have been deleted.
8234 (w32_enumfont_pattern_entity): Map generic family to adstyle using
8235 most common hyphenless variation.
8236 (logfonts_match): Check generic family.
8237 (font_matches_spec): Don't check generic family here.
8238 (fill_in_logfont): Set generic family based on adstyle.
8239
8240 * w32font.h (w32font_get_cache): Update declaration.
8241
82422008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8243
8244 * ftfont.c (ftfont_get_cache): Adjust the argument type.
8245
8246 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
8247 If none of the new drivers are available, call font_update_drivers
8248 with the old drivers.
8249
8250 * w32font.c (w32font_get_cache): Adjust the argument type.
8251
8252 * xfont.c (xfont_get_cache): Adjust the argument type.
8253
8254 * font.h (struct font_driver): Change argument type of get_cache.
8255
8256 * xftfont.c (xftfont_start_for_frame): Delete prototype.
8257
8258 * font.c (Ffont_get): Fix arguments to Fassoc.
8259 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
8260 (font_clear_cache): New function.
8261 (font_list_entities, font_matching_entity): Use font_get_cache.
8262 (font_update_drivers): Call font_clear_cache when finishing a driver.
8263
8264 * fontset.c (fontset_find_font): Fix previous change.
8265
82662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8267
8268 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
8269 dpyinfo->font_table.
8270 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
8271 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
8272
8273 * font.c (font_at): Handle the case that the arg C is negative.
8274 Handle the unibyte case.
8275 (Ffont_at): Call font_at with the arg C -1.
8276
8277 * xdisp.c (handle_auto_composed_prop): Don't get a character at
8278 the position here, and call font_at with the arg C -1.
8279 Don't check the range of the existing composition at the point.
8280
82812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8282
8283 * fontset.c (fontset_add): New args charset_id and family.
8284 Change caller.
8285 (load_font_get_repertory, fontset_find_font): Assume that
8286 font_spec is always a font-spec object.
8287 (Fset_fontset_font): Always store a font-spec object in a fontset.
8288
8289 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
8290 instead of get_property_and_range.
8291
82922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8293
8294 * xftfont.c (struct xftfont_info): Delete the member ft_face.
8295 (xftfont_open): Don't keep locking face.
8296 (xftfont_close): Don't unlock face.
8297 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
8298
8299 * fontset.c (fontset_find_font): Don't prefer a font of
8300 supplementary charset.
8301
83022008-02-01 Kenichi Handa <handa@m17n.org>
8303
8304 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
8305 script, langsys_tag to langsys, new member script.
8306 (OTF_TAG_STR): Terminate by '\0'.
8307 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
8308 listing to the script specified in that property. Fix arg to
8309 OTF_check_features.
8310
83112008-02-01 Jason Rumney <jasonr@gnu.org>
8312
8313 * w32font.h: New file.
8314
8315 * w32font.c: Include it.
8316 (struct w32font_info): Add owning_frame field. Move to w32font.h.
8317 (w32font_open): Set owning_frame.
8318 (w32font_text_extents): Use owning_frame.
8319 (struct font_callback_data): Add opentype_only field.
8320 (add_font_entity_to_list): Use it to filter fonts.
8321 Don't check against full name.
8322 (w32font_list_internal): New function.
8323 (w32font_list): Use it.
8324 (w32font_match_internal): New function.
8325 (w32font_match): Use it.
8326 (w32font_open_internal): New function.
8327 (w32font_open): Use it.
8328 (w32font_get_cache, w32font_close, w32font_has_char)
8329 (w32font_encode_char, w32font_text_extents, w32font_draw):
8330 Make non-static.
8331
8332 * makefile.w32-in (w32font.o): Depend on w32font.h.
8333
83342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8335
8336 * charset.c (Fdefine_charset_internal): Record a supplementary
8337 charset at the tail of Vcharset_order_list.
8338
8339 * font.c (Ffont_shape_text): Fix the return value.
8340
8341 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
8342
8343 * xdisp.c (handle_auto_composed_prop): Fix previous change.
8344
83452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8346
8347 * ftfont.c (struct OpenTypeSpec): New struct.
8348 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
8349 (ftfont_get_open_type_spec): New function.
8350 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
8351
8352 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
8353
83542008-02-01 Jason Rumney <jasonr@gnu.org>
8355
8356 * w32font.c (add_font_entity_to_list): Compare only the beginning
8357 of full name.
8358
83592008-02-01 Kenichi Handa <handa@m17n.org>
8360
8361 * xdisp.c (handle_auto_composed_prop): Simplify the code.
8362 Never return HANDLED_RECOMPUTE_PROPS.
8363
83642008-02-01 Kenichi Handa <handa@m17n.org>
8365
8366 * font.c (font_gstring_produce): Delete it.
8367
8368 * composite.h (COMPOSITION_METHOD):
8369 Handle COMPOSITION_WITH_GLYPH_STRING.
8370
83712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8372
8373 * xfont.c (Qx): Delete.
8374 (syms_of_xfont): Don't initialize Qx.
8375
8376 * composite.h (enum composition_method):
8377 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
8378
83792008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8380
8381 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
8382 (choose_face_font): Accept new form of font-spec.
8383
8384 * frame.h (font_driver_list): Declare it unconditionally.
8385 (struct frame): Define members font_driver_list and font_data_list
8386 unconditionally.
8387
8388 * fontset.c: Include "font.h" unconditionally.
8389 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
8390 (Fset_fontset_font): Accept a font-spec object.
8391
8392 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
8393 PIXEL_SIZE part a wild card.
8394
8395 * dispextern.h (struct glyph_string): Define members clip and
8396 num_clips unconditionally.
8397 (struct face): Define members font_info and extra unconditionally.
8398
8399 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
8400 ftfont_info only when HAVE_LIBOTF is defined.
8401
84022008-02-01 Andreas Schwab <schwab@suse.de>
8403
8404 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
8405 and end.
8406
84072008-02-01 Jason Rumney <jasonr@gnu.org>
8408
8409 * w32font.c (w32font_driver): Add new fields.
8410
84112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8412
8413 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
8414 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
8415 (LIBES): Add @M17N_FLT_CFLAGS@.
8416
8417 * composite.c (compose_text): Don't treat the new style
8418 composition specially.
8419
8420 * emacs.c (main): Call syms_of_font unconditionally.
8421
8422 * font.h (FONT_ENTITY_NOT_LOADABLE)
8423 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
8424 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
8425 (struct font_driver): New member shape.
8426 (font_registry_charsets): Extern it.
8427 (font_find_for_lface, font_prepare_composition): Adjust prototype.
8428 (font_otf_capability, font_drive_otf): Delete their externs.
8429
8430 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
8431 (font_charset_alist, font_registry_charsets): Move from xfont.c
8432 and rename.
8433 (font_prop_validate_otf): New function.
8434 (font_property_table): Register it for QCotf.
8435 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
8436 (font_drive_otf): Delete.
8437 (font_prepare_composition): New arg F. Adjust for the change of
8438 lispy gstring.
8439 (font_find_for_lface): New arg C.
8440 (font_load_for_face): Adjust for the change of font_find_for_lface.
8441 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
8442 lispy gstring.
8443 (Ffont_shape_text): New function.
8444 (Fopen_font): If the font size is not given, use 12-pixel.
8445 (Ffont_at): New arg STRING.
8446 (syms_of_font): Initalize font_charset_alist.
8447 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
8448 conditionally.
8449
8450 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
8451 fonts of the same font-spec. Change the format of RFONT-DEF.
8452 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
8453 Adjust for the change of RFONT-DEF.
8454 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
8455
8456 * ftfont.h: New file.
8457
8458 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
8459 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
8460 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
8461 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
8462 font_otf_capability and font_drive_otf, set ftfont_shape.
8463 (ftfont_list): Adjust for the change of :otf property value.
8464 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
8465 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
8466 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
8467 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
8468 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
8469 (otf_gstring, gstring, m17n_flt_initialized): New variables.
8470
8471 * w32term.c (x_draw_composite_glyph_string_foreground):
8472 Adjust for the change of lispy gstring.
8473
8474 * xdisp.c (handle_composition_prop): Adjust for the change of
8475 lispy gstring. Call a function for auto-composition with the
8476 third arg it->window.
8477 (fill_composite_glyph_string): Adjust for the change of lispy string.
8478 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
8479
8480 * xfaces.c (set_font_frame_param): Adjust for the change of
8481 font_find_for_lface.
8482
8483 * xfont.c (x_font_charset_alist): Move to font.c and rename.
8484 (xfont_registry_charsets): Likewise. Change caller.
8485 (syms_of_xfont): Don't handle x_font_charset_alist.
8486
8487 * xftfont.c: Include "ftfont.h".
8488 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
8489 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
8490 (xftfont_close) [HAVE_LIBOTF]: Close otf.
8491 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
8492 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
8493 Set xftfont_driver.shape to xftfont_shape.
8494
8495 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
8496 the change of lispy gstring.
8497
84982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8499
8500 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
8501
85022008-02-01 Jason Rumney <jasonr@gnu.org>
8503
8504 * w32font.c (w32font_draw): Fill background manually.
8505
85062008-02-01 Jason Rumney <jasonr@gnu.org>
8507
8508 * font.c (Qfontp): Remove unused symbol.
8509 (QCantialias): New symbol.
8510 (syms_of_font): Define it.
8511 (font_property_table): Set a validator for QCantialias.
8512
8513 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
8514 Define if not already.
8515 (QCfamily): Share with xfaces.c.
8516 (Qstandard, Qsubpixel, Qnatural): New symbols.
8517 (syms_of_w32font): Define them. Don't define QCfamily here.
8518 (w32_antialias_type, lispy_antialias_type): New functions.
8519 (w32_enumfont_pattern_entity): New arg requested_font.
8520 Set antialias parameter if non-default was requested.
8521 (fill_in_logfont): Fill in lfQuality if :antialias specified.
8522
85232008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8524
8525 * lread.c (read1): Undo the previous change.
8526
85272008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
8528
8529 * frame.c (Fdelete_frame): Call font_update_drivers only when
8530 USE_FONT_BACKEND is defined.
8531
85322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8533
8534 * font.h (struct font_bitmap): New member bits_per_pixel.
8535 (struct font_driver): New members start_for_frame and end_for_frame.
8536 (struct font_data_list): New struct.
8537 (font_put_frame_data, font_get_frame_data): Extern them.
8538
8539 * frame.h (struct frame): New member font_data_list.
8540
8541 * font.c (font_update_drivers): Call driver->start_for_frame and
8542 driver->end_for_frame at proper timings.
8543 (font_put_frame_data, font_get_frame_data): New functions.
8544 (Ffont_spec): Add usage in the docstring.
8545
8546 * frame.c (make_frame): Initialize f->font_data_list to NULL.
8547 (Fdelete_frame): Call font_update_drivers.
8548
8549 * xftfont.c (struct xftface_info): Delete the member xft_draw.
8550 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
8551 (xftfont_get_xft_draw): New function.
8552 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
8553 (xftfont_end_for_frame): New function.
8554 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
8555
8556 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
8557 Change argument. Cache GCs in the per-frame data.
8558 (struct ftxfont_frame_data): New struct.
8559 (ftxfont_draw_bitmap): New arg gc_fore and flush.
8560 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
8561 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
8562 (ftxfont_end_for_frame): New function.
8563 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
8564
8565 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
8566
85672008-02-01 Kenichi Handa <handa@m17n.org>
8568
8569 * xselect.c (Vselection_coding_system)
8570 (Vnext_selection_coding_system): Delete them.
8571 (syms_of_xselect): Don't declare selection-coding-system and
8572 next-selection-coding-system. They are declared in select.el.
8573
85742008-02-01 Jason Rumney <jasonr@gnu.org>
8575
8576 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
8577
8578 * w32fns.c: Include imm.h.
8579 (get_composition_string_fn, get_ime_context_fn): New optional
8580 system functions.
8581 (globals_of_w32fns): Load them from imm32.dll.
8582 (ignore_ime_char): New flag.
8583 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
8584 WM_IME_ENDCOMPOSITION messages.
8585
8586 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
8587 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
8588
85892008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8590
8591 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
8592 (READCHAR_REPORT_MULTIBYTE): New macro.
8593 (readchar): New 2nd arg MULTIBYTE.
8594 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
8595 Make symbol's name multibyte according to the multibyteness of the
8596 source.
8597
85982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8599
8600 * xfaces.c (face_for_overlay_string): Call lookup_face with
8601 correct arguments (fix of synching with the trunk).
8602
86032008-02-01 Kenichi Handa <handa@m17n.org>
8604
8605 * font.c (font_prop_validate_symbol, font_prop_validate_style)
8606 (font_prop_validate_non_neg, font_prop_validate_spacing):
8607 Delete argument prop_index.
8608 (font_property_table): Change arguments to validater. Change Callers.
8609 (font_lispy_object): Delete.
8610 (font_at): Use font_find_object instead fo font_lispy_object.
8611
86122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8613
8614 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
8615 and file names.
8616
86172008-02-01 Jason Rumney <jasonr@gnu.org>
8618
8619 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
8620 (font_matches_spec): Remove debug output.
8621 (add_font_entity_to_list): Avoid using substituted fonts.
8622
86232008-02-01 Jason Rumney <jasonr@gnu.org>
8624
8625 * doc.c (Fsnarf_documentation):
8626 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
8627
86282008-02-01 Miles Bader <miles@gnu.org>
8629
8630 * dispextern.h (struct glyph_row): Only define "clip" field if
8631 HAVE_WINDOW_SYSTEM is defined.
8632
86332008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 Fix up multi-tty merge.
8636
8637 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
8638 and indentation.
8639
8640 * xfaces.c (free_realized_face, clear_face_gcs):
8641 Include font_done_for_face in the input_blocked section, just in case.
8642
8643 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
8644 (get_char_face_and_encoding): Undo last change and remove the *other*
8645 duplicate definition (i.e. keep the one that's better scoped and that
8646 includes code for the font-backend).
8647
8648 * terminal.c (create_terminal): Default keyboard_coding to
8649 `no-conversion' and terminal_coding to `undecided'.
8650
8651 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
8652
8653 * fontset.c (free_realized_fontsets): Check that the table entry does
8654 contain a fontset before trying to compare it to `base'.
8655
8656 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
8657 syms_of_charset, and syms_of_coding earlier because init_window_once
8658 now needs Vcoding_system_hash_table to be setup.
8659
8660 * coding.h (default_buffer_file_coding): Remove.
8661
8662 * coding.c (default_buffer_file_coding): Remove.
8663 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
8664 than ->symbol, and use the terminal-local coding system.
8665 (syms_of_coding): Don't setup the coding-systems that are not
8666 terminal-local.
8667 (Fdefine_coding_system_internal): Use XCAR/XCDR.
8668
8669 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
8670 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
8671
8672 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
8673 in chartab.c and were re-added here by mistake.
8674 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
8675
8676 * doc.c (Fsnarf_documentation):
8677 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
8678 src to etc.
8679
8680 * ChangeLog.10: Add mistakenly removed entry.
8681
86822008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8683
8684 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
8685
86862008-02-01 Miles Bader <miles@gnu.org>
8687
8688 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
8689 Add extra args to FACE_FOR_CHAR.
8690
86912008-02-01 Kenichi Handa <handa@m17n.org>
8692
8693 * keymap.c (where_is_internal_1): If key is a cons, store the copy
8694 in sequence.
8695
8696 * chartab.c (map_sub_char_table, map_char_table): If the range
8697 contains just one character, call the function with that character
8698 even if the depth is not 3.
8699
87002008-02-01 Jason Rumney <jasonr@gnu.org>
8701
8702 * w32font.c (w32font_text_extents): Calculate metrics for the
8703 whole string.
8704
87052008-02-01 Jason Rumney <jasonr@gnu.org>
8706
8707 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
8708
87092008-02-01 Jason Rumney <jasonr@gnu.org>
8710
8711 * w32term.c (x_set_glyph_string_clipping): Use
8712 get_glyph_string_clip_rects.
8713 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
8714 Adjust for the change of struct glyph_string.
8715
8716 * w32font.c (w32font_draw): Do clipping here.
8717
87182008-02-01 Kenichi Handa <handa@m17n.org>
8719
8720 * xftfont.c (xftfont_draw): Adjust for the change of struct
8721 glyph_string.
8722
8723 * xterm.c (x_set_glyph_string_clipping): Use
8724 get_glyph_string_clip_rects.
8725 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
8726 Adjust for the change of struct glyph_string.
8727
8728 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
8729 the resulting clip(s}.
8730 (expose_overlaps): Add arg r. Change callers. Set it to
8731 row->clip temporarily.
8732 (expose_window): Redraw rows overlapping the exposed area.
8733
8734 * dispextern.h (struct glyph_row): New member clip.
8735 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
8736 clip_height, new member clip, and num_clips.
8737
87382008-02-01 Kenichi Handa <handa@m17n.org>
8739
8740 * data.c (Fchar_or_string_p): Fix docstring.
8741
87422008-02-01 Kenichi Handa <handa@m17n.org>
8743
8744 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
8745 create a temporary XftDraw object.
8746
87472008-02-01 Kenichi Handa <handa@m17n.org>
8748
8749 * font.c (Ffontp): Fix docstring.
8750
8751 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
8752 strong evidence of ISO-2022.
8753
87542008-02-01 Kenichi Handa <handa@m17n.org>
8755
8756 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
8757 SYNTAX_ENTRY_FOLLOW_PARENT.
8758
87592008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
8762 its type.
8763 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
8764 Update to the new type of weak_hash_tables and next_weak.
8765
8766 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
8767 a plain C pointer to Lisp_Hash_Table.
8768
8769 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
8770 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
8771 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
8772 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
8773 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
8774 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
8775 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
8776 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
8777 (GC_EQ): Remove since they've been identical to their non-GC_
8778 alter-egos ever since the markbit was eradicated.
8779
8780 * alloc.c:
8781 * buffer.c:
8782 * buffer.h:
8783 * data.c:
8784 * fileio.c:
8785 * filelock.c:
8786 * fns.c:
8787 * frame.h:
8788 * lisp.h:
8789 * macterm.c:
8790 * print.c:
8791 * process.c:
8792 * w32fns.c:
8793 * w32menu.c:
8794 * w32term.c:
8795 * xfns.c:
8796 * xmenu.c:
8797 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
8798
87992008-02-01 Kenichi Handa <handa@m17n.org>
8800
8801 * chartab.c (map_sub_char_table): Make it work for the top-level
8802 char-table. Fix handling of parent char-table.
8803 (map_char_table): Adjust for the above change.
8804
88052008-02-01 Jason Rumney <jasonr@gnu.org>
8806
8807 * w32font.c (Qgdi): Rename from Qw32.
8808
88092008-02-01 Jason Rumney <jasonr@gnu.org>
8810
8811 * w32bdf.c (get_quoted_string): Make function static.
8812
88132008-02-01 Kenichi Handa <handa@m17n.org>
8814
8815 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
8816 bigger ascent and descent than those of the font, use them as
8817 font's ascent and descent.
8818
88192008-02-01 Kenichi Handa <handa@m17n.org>
8820
8821 * Makefile.in (${lispsource}international/charprop.el): Move this
8822 target within "#ifdef HAVE_UNIDATA" and "#endif".
8823
88242008-02-01 Kenichi Handa <handa@m17n.org>
8825
8826 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
8827 (shortlisp): Add ../lisp/language/tai-viet.el.
8828
88292008-02-01 Ulrich Mueller <ulm@gentoo.org>
8830
8831 * Makefile.in (${lispsource}international/charprop.el): Depend on
8832 temacs${EXEEXT}.
8833
88342008-02-01 Jason Rumney <jasonr@gnu.org>
8835
8836 * w32font.c (w32font_close): Delete the GDI font object.
8837
8838 * w32menu.c: Include character.h.
8839
8840 * w32proc.c: Likewise.
8841
8842 * w32select.c: Likewise.
8843
8844 * makefile.w32-in (w32proc.o): Depend on character.h.
8845
88462008-02-01 Jason Rumney <jasonr@gnu.org>
8847
8848 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
8849
8850 * w32menu.c (syms_of_w32menu): Likewise.
8851
8852 * w32proc.c (syms_of_ntproc): Likewise.
8853
8854 * w32select.c (syms_of_w32select): Likewise.
8855
8856 * w32term.c (syms_of_w32term): Likewise.
8857
88582008-02-01 Jason Rumney <jasonr@gnu.org>
8859
8860 * w32font.c (w32font_draw): Delete brush after using it.
8861
88622008-02-01 Jason Rumney <jasonr@gnu.org>
8863
8864 * w32font.c (w32font_open): Don't set font_idx.
8865 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
8866 to font settings.
8867 (w32font_draw): Fill background explicitly.
8868
88692008-02-01 Jason Rumney <jasonr@gnu.org>
8870
8871 * w32term.c (w32_initialize): Don't call w32font_initialize.
8872
8873 * w32font.c (w32font_info): Remove subranges.
8874 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
8875 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
8876 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
8877 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
8878 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
8879 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
8880 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
8881 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
8882 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
8883 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
8884 New symbols.
8885 (font_callback_data): New struct.
8886 (w32font_list, w32font_match): Use it.
8887 (w32font_open): Don't populate subranges.
8888 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
8889 (w32font_encode_char): Always return unicode code-point as-is.
8890 (w32font_text_extents): Supply a transformation matrix to
8891 GetGlyphOutline. Never look up by glyph index. Avoid looping
8892 twice. Use unicode version of GetTexExtentPoint32 instead of
8893 glyph index version.
8894 (set_fonts_frame): Remove.
8895 (w32_enumfont_pattern_entity): Add frame parameter, use it to
8896 set frame parameter. Use backward compatible fake foundries.
8897 Save generic family in extra slot under QCfamily. Make width slot
8898 constant. Save QCspacing value. Save list of scripts instead of
8899 binary subranges.
8900 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
8901 (add_font_entity_to_list): Use font_callback_data struct. Filter
8902 unwanted fonts.
8903 (add_one_font_entity_to_list): Use font_callback_data struct.
8904 (w32_registry): Default to iso10646_1.
8905 (fill_in_logfont): Use dpi from extra slot. Don't bother with
8906 string font registries. Don't fill in font name if it is a generic
8907 family name, fill family instead. Use spacing, family and script
8908 extra info to fill pitch, family and charset fields.
8909 (list_all_matching_fonts): Use font_callback_data struct.
8910 (unicode_range_for_char): Remove.
8911 (font_supported_scripts): New function.
8912 (w32font_initialize): Remove.
8913 (syms_of_w32font): Update which symbols are defined.
8914
89152008-02-01 Jason Rumney <jasonr@gnu.org>
8916
8917 * font.c (font_pixel_size): Reverse assq_no_quit args.
8918
8919 * w32term.h (FONT_WIDTH): Report max width, not average.
8920 (FONT_MAX_WIDTH): Remove.
8921 (FONT_AVG_WIDTH): New macro.
8922
8923 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
8924 redefinition of FONT_WIDTH.
8925
8926 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
8927 (w32_cache_char_metrics): Use FONT_WIDTH.
8928
8929 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
8930
89312008-02-01 Jason Rumney <jasonr@gnu.org>
8932
8933 * w32font.c (w32font_open): Make lfHeight negative.
8934
8935 * w32fns.c (x_default_font_parameter): Use new style font name.
8936 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
8937
89382008-02-01 Jason Rumney <jasonr@gnu.org>
8939
8940 * w32font.c (QCsubranges): New symbol.
8941 (w32font_open, w32font_has_char): Get subranges from subproperty
8942 of extra.
8943 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
8944 (syms_of_w32font): Define :subranges symbol.
8945
8946 * font.c (font_put_extra): Expose externally.
8947
8948 * font.h (font_put_extra): Move declaration from font.c.
8949
8950 * font.c (Ffont_get): Use font driver to determine otf capability.
8951 (adjust_anchor): Check if driver defines anchor_point before using.
8952
8953 * w32font.c (w32font_open): Handle size, height and pixel_size better.
8954 (w32font_draw): Use options.
8955 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
8956 Fix detection of truetype fonts.
8957 (registry_to_w32_charset): Handle charsets other than iso8859-1
8958 expressed as lisp symbols.
8959 (w32_registry): Express charset as lisp symbol.
8960 (fill_in_logfont): Reverse pixel and point height logic.
8961 Don't set width here. Set quality to default.
8962
8963 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
8964 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
8965
8966 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
8967 Remove redundant loop and allocation.
8968
8969 * makefile.w32-in (font.o, w32font.o): New objects.
8970 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
8971 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
8972
8973 * xdisp.c (fill_composite_glyph_string): Make the first arg to
8974 STORE_XCHARB a valid l-value.
8975
8976 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
8977 calculations for non-Truetype fonts.
8978 (x_draw_glyph_string): Sync with xterm.c.
8979 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
8980 Remove redundant code.
8981 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
8982
8983 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
8984 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
8985
8986 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
8987 (x_to_w32_charset, w32_to_x_charset): Expose externally.
8988
8989 * w32font.c: New file for w32 font backend.
8990
89912008-02-01 Kenichi Handa <handa@m17n.org>
8992
8993 * term.c: Don't include "buffer.h" twice.
8994
89952008-02-01 Kenichi Handa <handa@m17n.org>
8996
8997 * character.c (Funibyte_string): New function.
8998 (syms_of_character): Defsubr it.
8999
90002008-02-01 Jason Rumney <jasonr@gnu.org>
9001
9002 * w32term.c [USE_FONT_BACKEND]:
9003 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
9004 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
9005 (x_draw_glyph_string, x_draw_glyph_string_foreground)
9006 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
9007 (x_free_frame_resources): Sync with xterm.c.
9008
90092008-02-01 Andreas Schwab <schwab@suse.de>
9010
9011 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
9012 char-table size.
9013
90142008-02-01 Kenichi Handa <handa@m17n.org>
9015
9016 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
9017
90182008-02-01 Kenichi Handa <handa@m17n.org>
9019
9020 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
9021 font_otf_gpos, add font_drive_otf.
9022
9023 * fontset.c (fontset_find_font): Pay attention to font size
9024 specified for a font.
9025 (reorder_font_vector): Check contents of font_def.
9026
9027 * font.c (struct otf_list): Delete it.
9028 (otf_list): Make it a lisp variable.
9029 (otf_open): Use lispy otf_list.
9030 (generate_otf_features): Rename from parse_gsub_gpos_spec.
9031 (check_otf_features): New function.
9032 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9033 New functions.
9034 (font_drive_otf): New function merging font_otf_gsub and
9035 font_otf_gpos.
9036 (font_open_for_lface): New arg spec. Change argument order.
9037 (font_load_for_face): Adjust for the change of font_open_for_lface.
9038 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
9039 Ffont_otf_gpos.
9040 (syms_of_font): Staticpro otf_list. Delete defsubr of
9041 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
9042
9043 * xfaces.c (set_font_frame_param): Adjust for the change of
9044 font_open_for_lface.
9045
9046 * font.h (font_open_for_lface): Adjust prototype.
9047 (struct font_driver): Delete members otf_gsub and otf_gpos, add
9048 member otf_drive.
9049 (font_otf_gsub, font_otf_gpos): Delete externs.
9050 (font_drive_otf): Extern it.
9051
90522008-02-01 Kenichi Handa <handa@m17n.org>
9053
9054 * font.c (font_at): If the window W is not on a window system,
9055 return Qnil.
9056
9057 * coding.c (produce_chars, encode_coding): Don't call
9058 insert_from_gap if no characters to produce.
9059
90602008-02-01 Kenichi Handa <handa@m17n.org>
9061
9062 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
9063 Fclear_face_cache.
9064
9065 * xfaces.c (face_for_font): Check also face->font==font->font.font.
9066
90672008-02-01 Miles Bader <miles@gnu.org>
9068
9069 * emacs.c (main): Change default value of `enable_font_backend' to 1.
9070 Parse "--disable-font-backend" option.
9071 (standard_args): Add "--disable-font-backend" option.
9072
90732008-02-01 Kenichi Handa <handa@m17n.org>
9074
9075 * fontset.c (fontset_find_font): New function.
9076 (fontset_font): Use fontset_find_font.
9077 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
9078 Register the specified font for all Latin characters.
9079 (new_fontset_from_font): Register the specified font for all Latin
9080 characters.
9081 (dump_fontset): For a realized fontset, include the base fontset
9082 name in the returned vector.
9083
90842008-02-01 Kenichi Handa <handa@m17n.org>
9085
9086 * character.h (CHAR_STRING): Cast C to unsigned on calling
9087 char_string.
9088
9089 * character.c (char_string): Type of arg C changed to unsigned.
9090 Signal an error if C is an invalid character code.
9091
9092 * editfns.c (general_insert_function, Fchar_to_string):
9093 Use CHARACTERP, not INTEGERP.
9094
90952008-02-01 Kenichi Handa <handa@m17n.org>
9096
9097 * character.h (MIN_MULTIBYTE_LEADING_CODE)
9098 (MAX_MULTIBYTE_LEADING_CODE): New macros.
9099
9100 * regex.c (analyse_first): Fix for multibyte characters in "case
9101 charset:" and "case categoryspec:".
9102
91032008-02-01 Andreas Schwab <schwab@suse.de>
9104
9105 * Makefile.in (LIBES): Move standard libraries to the end.
9106
91072008-02-01 Kenichi Handa <handa@m17n.org>
9108
9109 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
9110 nonzero, don't shrink the buffer nextb.
9111
9112 * buffer.h (struct buffer_text): New member inhibit_shrinking.
9113
9114 * coding.c (coding_alloc_by_making_gap): New arg offset.
9115 (alloc_destination): Call coding_alloc_by_making_gap with the arg
9116 offset.
9117 (decode_coding_iso_2022): Update coding->safe_charsets.
9118 (decode_coding_gap): Temporarily set
9119 current_buffer->text->inhibit_shrinking to 1.
9120
91212008-02-01 Kenichi Handa <handa@m17n.org>
9122
9123 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
9124 indexing into elements of s->cmp and s->char2b.
9125
91262008-02-01 Juanma Barranquero <lekktu@gmail.com>
9127
9128 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
9129
91302008-02-01 Kenichi Handa <handa@m17n.org>
9131
9132 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
9133 target_multibyte instead of multibyte.
9134 (re_match_2_internal): Call bcmp_translate with target_multibyte.
9135 (bcmp_translate): Change the argument name from multibyte to
9136 target_multibyte.
9137
91382008-02-01 Kenichi Handa <handa@m17n.org>
9139
9140 These changes are to compile a regexp into a pattern that can be
9141 used both for multibyte and unibyte targets.
9142
9143 * Makefile.in (search.o): Depend on charset.h.
9144
9145 * character.c (multibyte_char_to_unibyte_safe): New function.
9146
9147 * search.c: Include "charset.h".
9148 (compile_pattern_1): Delete argument multibyte. Don't set
9149 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
9150 (compile_pattern): Don't compare cp->buf.target_multibyte.
9151 Compare cp->buf.charset_unibyte.
9152 (compile_pattern): Set cp->buf.target_multibyte.
9153
9154 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
9155
9156 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
9157
9158 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
9159 multibyte. Change callers.
9160 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
9161 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
9162 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
9163 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
9164 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
9165 (regex_compile): Make the compiled pattern usable both for
9166 multibyte and unibyte targets.
9167 (analyse_first): Make the fastmap usable both for multibyte and
9168 unibyte targets.
9169 (TRANSLATE_VIA_MULTIBYTE): Delete.
9170 (re_match_2_internal): Pay attention to the case that the
9171 multibyteness of bufp and target may be different.
9172
91732008-02-01 Kenichi Handa <handa@m17n.org>
9174
9175 * xdisp.c (x_produce_glyphs): When a font is not found, make the
9176 empty box occupy at least one column width.
9177
91782008-02-01 Miles Bader <miles@gnu.org>
9179
9180 * Makefile.in: Remove redundant HAVE_XFT clause.
9181
91822008-02-01 Kenichi Handa <handa@m17n.org>
9183
9184 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
9185
91862008-02-01 Kenichi Handa <handa@m17n.org>
9187
9188 * fontset.c (Finternal_char_font): Fix for the case of POSITION
9189 being nil.
9190
91912008-02-01 Kenichi Handa <handa@m17n.org>
9192
9193 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
9194
91952008-02-01 Kenichi Handa <handa@m17n.org>
9196
9197 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
9198
91992008-02-01 Kenichi Handa <handa@m17n.org>
9200
9201 * search.c (simple_search): Fix previous change.
9202
92032008-02-01 Kenichi Handa <handa@m17n.org>
9204
9205 * xftfont.c (ftfont_font_format): Extern declaration.
9206
9207 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
9208
9209 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
9210 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
9211
9212 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
9213 (ftfont_font_format): Fix previous change.
9214
9215 * font.h (Ffont_xlfd_name): EXFUN it.
9216
9217 * font.c (font_parse_xlfd): Fix the array size of `f'.
9218 (register_font_driver): Use EQ to compare driver->type.
9219
9220 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
9221 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
9222 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
9223
92242008-02-01 Kenichi Handa <handa@m17n.org>
9225
9226 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
9227 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
9228
92292008-02-01 Kenichi Handa <handa@m17n.org>
9230
9231 * xfont.c (xfont_open): Set font->format.
9232
9233 * xftfont.c (xftfont_open): Set font->format.
9234
9235 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
9236 (ftfont_list): Include FC_FONTFORMAT in FcObject.
9237 (ftfont_open): Set font->format.
9238 (ftfont_font_format): New function.
9239
9240 * font.h (struct font): New member format.
9241
9242 * font.c (Qopentype): New variable.
9243 (syms_of_font): Defsym it.
9244 (Fquery_font): Change the format of the last element of the return
9245 value.
9246
92472008-02-01 Kenichi Handa <handa@m17n.org>
9248
9249 * xfns.c (xic_create_xfontset): Try the default fontset name as a
9250 last resort.
9251
92522008-02-01 Kenichi Handa <handa@m17n.org>
9253
9254 * coding.c (detect_coding_charset): Fix detection of multi-byte
9255 charset.
9256
92572008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
9258
9259 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
9260
92612008-02-01 Kenichi Handa <handa@m17n.org>
9262
9263 * xdisp.c (get_next_display_element): Set it->face_id for the
9264 first component of a composition.
9265 (x_produce_glyphs): Check if the font is changed or not for composition.
9266
92672008-02-01 Kenichi Handa <handa@m17n.org>
9268
9269 * fontset.c (Qlatin): New variable.
9270 (syms_of_fontset): Define it as a lisp symbol.
9271 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
9272
92732008-02-01 Kenichi Handa <handa@m17n.org>
9274
9275 * font.c (font_unparse_fcname): Pay attention to the case that
9276 some of font property is a null string.
9277
92782008-02-01 Kenichi Handa <handa@m17n.org>
9279
9280 * term.c: Include "composite.h".
9281 (encode_terminal_code): Output all components of composition.
9282 Check the size of encode_terminal_src.
9283 (produce_glyphs): For composition, call produce_composite_glyph.
9284 (append_composite_glyph, produce_composite_glyph): New functions.
9285
9286 * xdisp.c (x_produce_glyphs): In handling composition, if a font
9287 is not found, get font_info from the current ascii face.
9288
92892008-02-01 Kenichi Handa <handa@m17n.org>
9290
9291 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
9292 buffer-file-name to Qnil before calling insert_from_buffer.
9293
9294 * font.c (font_unparse_fcname): Pay attention to the case that
9295 foundry is a null string.
9296
92972008-02-01 Kenichi Handa <handa@m17n.org>
9298
9299 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
9300
9301 * font.c (Qunicode_sip): New variable.
9302 (syms_of_font): Declare it as a Lisp symbol.
9303
9304 * font.h (Qunicode_sip): Extern it.
9305
93062008-02-01 Kenichi Handa <handa@m17n.org>
9307
9308 * composite.c (get_composition_id): Pay attention to TAB component.
9309
9310 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
9311 TAB. Adjust for the change of s->char2b which always points to
9312 the first element of allocated memory.
9313
9314 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
9315
9316 * xdisp.c (handle_composition_prop): Set it->c to the first
9317 non-TAB component.
9318 (fill_composite_glyph_string): Change argument.
9319 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
9320 (x_produce_glyphs): Fix handling of left/right padding.
9321
93222008-02-01 Kenichi Handa <handa@m17n.org>
9323
9324 * coding.c (detect_coding_system): Fix for handling off
9325 inhibit_iso_escape_detection. Fix for the case that no coding
9326 system is defined for a specific coding category.
9327
93282008-02-01 Kenichi Handa <handa@m17n.org>
9329
9330 * font.c (font_matching_entity): Delete unused local var.
9331
9332 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
9333 opening a font.
9334
9335 * fileio.c (Finsert_file_contents): On recovering a file, assume
9336 Unix-like eol.
9337 (choose_write_coding_system): On auto-saving a file, force
9338 Unix-like eol.
9339
9340 * coding.c (setup_coding_system): Fix setting of
9341 coding->common_flags based on eol_type.
9342 (coding_inherit_eol_type): If PARENT is not nil, be sure to
9343 inherit from it.
9344
93452008-02-01 Kenichi Handa <handa@m17n.org>
9346
9347 * alloc.c (NSTATICS): Increas to 0x600.
9348
93492008-02-01 Kenichi Handa <handa@m17n.org>
9350
9351 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
9352 (ftfont_list): Don't check :name property.
9353 (ftfont_match): New function.
9354 (ftfont_pattern_entity): If the pattern doesn't contain
9355 FC_SPACING, don't assume FC_MONO.
9356
9357 * font.h (struct font_driver): New member `match'.
9358 (font_update_drivers): Adjust prototype.
9359
9360 * font.c (font_parse_fcname, font_parse_name): Don't change :name
9361 property of FONT.
9362 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
9363 them unconditionally.
9364 (font_matching_entity): New function.
9365 (font_open_by_name): Try font_matching_entity if exact match is
9366 not found.
9367 (font_update_drivers): Delete the arg FONT. Return a list of
9368 actually used backends. Don't free faces, font caches here.
9369 Don't store data in frame parameters. Don't call x_set_font.
9370 (Ffont_spec): Store :name property as is.
9371 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
9372 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
9373 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
9374 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
9375 Call font->driver->otf_gsub instead of font_otf_gsub.
9376
9377 * frame.c (x_set_font_backend): Do more works that were done in
9378 font_update_drivers before.
9379
9380 * xfont.c (xfont_match): New function.
9381 (xfont_driver): Set xfont_driver.match to xfont_match.
9382 (xfont_draw): Set font in GC if necessary.
9383
9384 * ftxfont.c (ftxfont_match): New function.
9385 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
9386
9387 * xftfont.c (xftfont_match): New function.
9388 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
9389
93902008-02-01 Kenichi Handa <handa@m17n.org>
9391
9392 * font.h (struct font): New member scalable.
9393 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
9394 (font_otf_gsub): Adjust prototype.
9395
9396 * font.c (font_otf_capability): Fix handling of the default langsys.
9397 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
9398 Check the contents of SPEC.
9399 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
9400 (check_gstring): New function.
9401 (REPLACEMENT_CHARACTER): New macro.
9402 (font_otf_gsub): New arg alternate_subst. Be sure to set all
9403 glyph codes of GSTRING.
9404 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
9405 (font_prepare_composition): Set cmp->glyph_len.
9406 (font_open_entity): Set font->scalable.
9407 (Ffont_get): Handle :otf property.
9408 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
9409 functions.
9410 (Fquery_font): Use font->font.full_name.
9411 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
9412 Sfont_otf_alternates.
9413
9414 * ftfont.c (ftfont_open): Set font->font.full_name and
9415 font->font.name properly. Fix calculation of font->font.height
9416 and font->min_width.
9417
9418 * ftxfont.c (ftxfont_create_gcs): New function.
9419 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
9420 (ftxfont_draw_backgrond): Fix filling region.
9421 (ftxfont_default_fid): New function.
9422 (ftxfont_open): Set xfont->fid to the return value of
9423 ftxfont_default_fid.
9424 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
9425 (ftxfont_done_face): Free only GCs that are created by
9426 ftxfont_create_gcs.
9427 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
9428
9429 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
9430 Clip to src->width, etc (not src->clip_XXX).
9431
9432 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
9433 FontBackend frame parameter.
9434
94352008-02-01 Kenichi Handa <handa@m17n.org>
9436
9437 * font.h (struct font_driver_list): New member `on'.
9438 (Fclear_font_cache): EXFUN it.
9439 (font_update_drivers): Extern it.
9440
9441 * font.c (font_unparse_fcname): Fix typo (swidth->width).
9442 (font_list_entities): Check driver_list->on.
9443 (register_font_driver): Initalize `on' member to 0.
9444 (font_update_drivers): New function.
9445 (Fclear_font_cache): Check driver_list->on.
9446
9447 * frame.h (Qfont_backend): Extern it.
9448 (x_set_font_backend): Extern it.
9449
9450 * frame.c (Qfont_backend): New variable.
9451 (frame_parms): New element for font-backend.
9452 (x_set_font_backend): New function.
9453
9454 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
9455 FontBackend frame parameter.
9456 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
9457 x_set_font_backend.
9458
9459 * xfont.c (xfont_list): Don't try listing by :name property if the
9460 name is not for XLFD.
9461
94622008-02-01 Kenichi Handa <handa@m17n.org>
9463
9464 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
9465 (LGLYPH_SET_TO): New macros.
9466 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
9467 element of G is vector or not.
9468 (font_at): Extern it.
9469
9470 * font.c: Include window.h.
9471 (font_lispy_object): New function.
9472 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
9473 end of valid glyph.
9474 (font_close_object): Fix getting (struct font *).
9475 (font_at): New function.
9476 (Ffont_get): If FONT is a font-object, get entity from it.
9477 (Ffont_make_gstring): Initialize elements of glyphs with nil.
9478 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
9479 range check.
9480 (Ffont_at): New function.
9481 (syms_of_font): Defsubr Sfont_at.
9482
9483 * xdisp.c (it_props): Move the entry for Qauto_composed to just
9484 before the entry for Qcomposition.
9485 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
9486 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
9487 the font in gstring.
9488 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
9489 LGLYPH_FORM (g) to detect the end of valid glyph.
9490 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
9491 we are composing with gstring.
9492
9493 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
9494 Check if adjustment is vector or not.
9495
9496 * Makefile.in (font.o): Make it depends on window.h.
9497
94982008-02-01 Kenichi Handa <handa@m17n.org>
9499
9500 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
9501 adjustment is vector or not.
9502
95032008-02-01 Miles Bader <miles@gnu.org>
9504
9505 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
9506
95072008-02-01 Kenichi Handa <handa@m17n.org>
9508
9509 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
9510 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
9511 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
9512
9513 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
9514 (DEVICE_DELTA): Fix typo.
9515 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
9516 LGLYPH format.
9517
9518 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9519 the change of LGLYPH format.
9520
95212008-02-01 Kenichi Handa <handa@m17n.org>
9522
9523 * ftfont.c (ftfont_list): Fix typo.
9524 (ftfont_build_basic_charsets): Don't include letters with diacritics.
9525
95262008-02-01 Jan Djärv <jan.h.d@swipnet.se>
9527
9528 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
9529
9530 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
9531 xftface_info is non-NULL.
9532
95332008-02-01 Jan Djärv <jan.h.d@swipnet.se>
9534
9535 * ftfont.c (ftfont_list): Move misplaced #endif.
9536
95372008-02-01 Kenichi Handa <handa@m17n.org>
9538
9539 * ftfont.c (ftfont_list): Pay attention to the case that
9540 FC_CAPABILITY is not defined.
9541
95422008-02-01 Kenichi Handa <handa@m17n.org>
9543
9544 * xftfont.c (xftfont_open): Set charset related members to -1.
9545
9546 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
9547 QCname.
9548 (ftfont_open): Set charset related members to -1.
9549
9550 * fontset.c (Votf_script_alist): New variable.
9551 (syms_of_fontset): Initialize it.
9552 (fontset_font): Delete unused variable.
9553
9554 * fontset.h (Votf_script_alist): Extern it.
9555
9556 * font.c (font_find_for_lface): Optimize code.
9557
9558 * font.h (font_close_object, font_merge_old_spec): Extern them.
9559
95602008-02-01 Kenichi Handa <handa@m17n.org>
9561
9562 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
9563 (syms_of_font): Initialize them.
9564 (font_pixel_size): Allow float value in dpi.
9565 (font_prop_validate_type): Delete.
9566 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
9567 Change caller.
9568 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
9569 (font_prop_validate_extra): Delete.
9570 (font_prop_validate_spacing): New function.
9571 (font_property_table): Add elements for all known properties.
9572 (get_font_prop_index): Rename from check_font_prop_name. New
9573 argument FROM. Change caller.
9574 (font_prop_validate): Validate all known properties.
9575 (font_put_extra): Delete argument force. Change caller.
9576 (font_expand_wildcards): Make it static. Fix the way of shrinking
9577 the possible range.
9578 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
9579 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
9580 Change caller.
9581 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
9582 (font_parse_fcname): Delete argument merge. Fix parsing of point
9583 size. Don't validate properties values here. Change caller.
9584 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
9585 (font_open_by_name): Delete unused variable.
9586 (Ffont_spec): Likewise. Validate property values.
9587 (Ffont_match_p): New function.
9588
9589 * font.h (QCscalable): Extern it.
9590 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
9591
9592 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
9593
9594 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
9595 (xfont_list_pattern): New function.
9596 (xfont_list): Use xfont_list_pattern.
9597
95982008-02-01 Kenichi Handa <handa@m17n.org>
9599
9600 * font.h (Flist_fonts): EXFUN it.
9601
96022008-02-01 Jason Rumney <jasonr@gnu.org>
9603
9604 * w32term.c (w32_initialize): Add back smoothing_type and
9605 smoothing_enabled definitions.
9606
96072008-02-01 Kenichi Handa <handa@m17n.org>
9608
9609 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
9610 s->face->font on determining underline position.
9611
96122008-02-01 Kenichi Handa <handa@m17n.org>
9613
9614 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
9615 (font_has_char): Accept font-object too.
9616 (font_find_for_lface): Try at first with a size specified in face.
9617
96182008-02-01 Kenichi Handa <handa@m17n.org>
9619
9620 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
9621 font_open_by_name.
9622
96232008-02-01 Kenichi Handa <handa@m17n.org>
9624
9625 * font.h (QCspacing, QCdpi): Extern them.
9626 (enum font_spacing): New enum.
9627 (FONT_PIXEL_SIZE_QUANTUM): New macro.
9628
9629 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
9630 (QCspacing, QCdpi): New variables.
9631 (syms_of_font): Initialize them.
9632 (font_pixel_size): New function.
9633 (font_put_extra): New function.
9634 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
9635 in FONT_EXTRA.
9636 (font_parse_fcname): Handle enumerated values (e.g. bold).
9637 Fix handling font size. Add QCname property that contains only
9638 unknown properties.
9639 (font_score): Change argument. Change caller. Pay attention to
9640 FONT_PIXEL_SIZE_QUANTUM.
9641 (font_sort_entites, font_list_entities, font_find_for_lface)
9642 (font_open_for_lface, font_open_by_name): Fix handling of font size.
9643 (Ffont_spec): Add QCname property that contains only unknown properties.
9644
9645 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
9646 include weight in listing pattern, instead check weight of each
9647 listed font. Don't include scalable in pattern. Pay attention to
9648 FONT_PIXEL_SIZE_QUANTUM.
9649
96502008-02-01 Kenichi Handa <handa@m17n.org>
9651
9652 * font.c (font_parse_fcname): Fix parsing of point-size.
9653 (font_unparse_fcname): Produce symbolic names for style properties.
9654 (font_list_entities): Handle float size correctly.
9655 (font_open_by_name): Prefer `normal' property values if the name
9656 doesn't specify them.
9657
9658 * fontset.c (Finternal_char_font): Use font_get_name, not
9659 Ffont_xlfd_name.
9660
9661 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
9662 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
9663 pattern. Don't force scalable.
9664
9665 * xftfont.c (xftfont_open): For generating a name, start from
9666 96-byte buffer.
9667
96682008-02-01 Jan Djärv <jan.h.d@swipnet.se>
9669
9670 * frame.h (x_new_fontset2): Fix prototype.
9671
96722008-02-01 Kenichi Handa <handa@m17n.org>
9673
9674 * font.h (struct font_driver): Delete member parse_name.
9675 (font_match_p, font_get_spec, font_parse_fcname)
9676 (font_unparse_fcname): Extern them.
9677 (font_get_name): Adjust prototype.
9678
9679 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
9680 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
9681 (font_expand_wildcards): Fix handling ENCODING field. Avoid
9682 unnecessary checks for weight, slant, and swidth.
9683 (font_parse_fcname): New function.
9684 (font_unparse_fcname): New function.
9685 (font_parse_name): New function.
9686 (font_match_p): New function.
9687 (font_get_name): Change return value to Lisp string.
9688 (font_get_spec): New function.
9689 (Qunspecified, Qignore_defface): Don't extern them.
9690 (font_find_for_lface): Assume that LFACE is fully specified.
9691 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
9692 object, use it for FACE.
9693 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
9694 driver->parse_name.
9695 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
9696
9697 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
9698 prototype.
9699
9700 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
9701 argument F. Don't call Fnew_fontset. Instead, directly call
9702 make_fontset.
9703
9704 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
9705
9706 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
9707 of x_new_fontset2.
9708
9709 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
9710 (Qsans__serif): New variables.
9711 (ftfont_generic_family_list): New variable.
9712 (syms_of_ftfont): Initialize the above variables.
9713 (ftfont_pattern_entity): Delete argument NAME.
9714 (ftfont_list_generic_family): New function.
9715 (ftfont_parse_name): Delete this function.
9716 (ftfont_list): Try generic family only when FcFontList found no font.
9717 (ftfont_list_family): Fix args to FcObjectSetBuild.
9718
9719 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
9720 object in attrs[LFACE_FONT_INDEX].
9721 (set_lface_from_font_name): Cancel all changes for font-backend.
9722 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
9723 function.
9724 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
9725 font object in QCfont attribute.
9726 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
9727 (realize_default_face) [USE_FONT_BACKEND]: Call
9728 set_lface_from_font_and_fontset.
9729
9730 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
9731 "fixed", and signal error here if no suitable font was found.
9732
9733 * xfont.c (xfont_parse_name): Delete this function.
9734
9735 * xftfont.c (xftfont_open): Change coding style of error
9736 handling. Generate fontconfig's fontname pattern.
9737
9738 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
9739 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
9740
9741 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
9742 Both args FONTSET and FONT_OBJECT must be existing ones.
9743
97442008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9745
9746 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
9747
97482008-02-01 Kenichi Handa <handa@m17n.org>
9749
9750 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
9751
9752 * font.h (struct font): Fix typo.
9753
9754 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
9755 XLFD_XXX_INDEX.
9756 (enum xlfd_field_mask): New enum.
9757 (intern_font_field): Changed argument. Change caller. If digits
9758 are followed by non-digits, return a symbol.
9759 (font_expand_wildcards): New function.
9760 (font_parse_xlfd): Fix wildcard handling.
9761 (Ffont_spec): If :name is specified, reflect the info in the other
9762 properties.
9763
9764 * ftfont.c (ftfont_pattern_entity): Fix typo.
9765 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
9766 locale.
9767
97682008-02-01 Kenichi Handa <handa@m17n.org>
9769
9770 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
9771
9772 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
9773 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
9774 registry doesn't specify encoding part.
9775 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
9776 (font_open_by_name): At first try parsing the name.
9777 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
9778 as Lisp symbols.
9779
9780 * fontset.c (reorder_font_vector): Pay attention to the case that
9781 the 3rd element of font_def is nil.
9782 (fontset_font): For the default fontset, append one more fontset
9783 elements for a script-based font specification. Don't add script
9784 attribute on finding a font.
9785 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
9786 font name.
9787 (fontset_ascii_font): If a font can't be opened, return nil.
9788
9789 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
9790 (ftfont_pattern_entity): New function.
9791 (ftfont_get_cache): Assume that freetype_font_cache is already
9792 initialized.
9793 (ftfont_list): Handle the case that a file is specified in font
9794 name. Use ftfont_pattern_entity to generate entities.
9795 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
9796 (syms_of_ftfont): Initialize freetype_font_cache.
9797
9798 * xftfont.c (xftfont_open): Make the font name fontconfig's
9799 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
9800 (xftfont_close): Free font->font.name if not NULL.
9801
9802 * xfont.c (xfont_list): If script is specified for a font, return
9803 null_vector.
9804 (xfont_list_family): Declare argument type.
9805
9806 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
9807 name, set LFACE_FONT (lface) to nil.
9808
9809 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
9810 return Qnil.
9811
98122008-02-01 Kenichi Handa <handa@m17n.org>
9813
9814 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
9815 (standard_args): Add "-enable-font-backend".
9816
98172008-02-01 Kenichi Handa <handa@m17n.org>
9818
9819 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
9820 (struct xftdraw_list, xftdraw_list): Delete them.
9821 (register_xftdraw, check_xftdraw): Delete them.
9822 (xftfont_prepare_face): Don't call register_xftdraw.
9823 (xftfont_done_face): Don't call check_xftdraw.
9824 (xftfont_draw): Get background color only when with_background is
9825 nonzero.
9826
9827 * xfont.c (xfont_encode_char): Fix calculation of char2b.
9828
98292008-02-01 Kenichi Handa <handa@m17n.org>
9830
9831 These changes are for the new font handling codes.
9832
9833 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
9834 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
9835 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
9836 (FONTSRC, FONTOBJ): New variables.
9837 (obj): Add $(FONTOBJ).
9838 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
9839 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
9840 @LIBOTF_LIBS@.
9841 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
9842 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
9843
9844 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
9845
9846 * character.h (Vscript_representative_chars): Extern it.
9847
9848 * character.c (Vscript_representative_chars): New variable.
9849 (syms_of_character): Declare it as a Lisp variable.
9850
9851 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
9852 enable_font_backend is nonzero, accept the composition method
9853 COMPOSITION_WITH_GLYPH_STRING.
9854
9855 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
9856 enumeration COMPOSITION_WITH_GLYPH_STRING.
9857
9858 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
9859 members clip_x, clip_y, clip_width, and clip_height.
9860 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
9861
9862 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
9863 --enable-font-backend. Call syms_of_font.
9864
9865 * fns.c (assoc_no_quit): New function.
9866
9867 * fontset.h (FONT_INFO_FROM_FACE): New macro.
9868 (face_for_font, new_fontset_from_font)
9869 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
9870
9871 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
9872 (fontset_font, fontset_ascii, face_for_char)
9873 (make_fontset_for_ascii_face, Ffont_info)
9874 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
9875 is nonzero, use font-backend mechanism.
9876 (find_font_encoding): Make it non-static.
9877 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
9878 New functions.
9879
9880 * frame.h (struct frame): New members resx and resy.
9881 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
9882 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
9883
9884 * frame.c [USE_FONT_BACKEND]: Include "font.h".
9885 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
9886
9887 * lisp.h (assoc_no_quit): Extern it.
9888
9889 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
9890 Through out the file, use FONT_INFO_FROM_FACE instead of
9891 FONT_INFO_FROM_ID, use get_per_char_metric instead of
9892 rif->per_char_metric.
9893 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
9894 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
9895 (get_glyph_face_and_encoding, fill_composite_glyph_string)
9896 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
9897 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
9898 nonzero, use font-backend mechanism.
9899 (get_per_char_metric): New function.
9900
9901 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
9902 (set_lface_from_font_name)
9903 (set_font_frame_param, free_realized_face)
9904 (prepare_face_for_display, clear_face_gcs)
9905 (Finternal_set_font_selection_order, realize_x_face)
9906 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
9907 font-backend mechanism.
9908 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
9909 (load_face_font) [USE_FONT_BACKEND]: Abort.
9910 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
9911 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
9912
9913 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
9914 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
9915 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
9916 nonzero, register all available font drivers. Call
9917 x_default_font_parameter for deciding a font.
9918 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
9919
9920 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
9921 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
9922 (x_set_glyph_string_clipping_exactly)
9923 (x_compute_glyph_string_overhangs)
9924 (x_draw_glyph_string_foreground)
9925 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
9926 (x_free_frame_resources) [USE_FONT_BACKEND]: If
9927 enable_font_backend is nonzero, use font-backend mechanism.
9928 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
9929
99302008-02-01 Kenichi Handa <handa@m17n.org>
9931
9932 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
9933 system_eol_type.
9934 (syms_of_coding): Initialize system_eol_type.
9935
9936 * process.c (Fset_process_coding_system): Inherit system's eol
9937 format if necessary.
9938
99392008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9940
9941 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
9942
99432008-02-01 Kenichi Handa <handa@m17n.org>
9944
9945 * coding.c (decode_eol): Pay attention to buffer relocation in
9946 del_range_2.
9947 (decode_coding): Call decode_eol before restoring undo_list.
9948
99492008-02-01 Kenichi Handa <handa@m17n.org>
9950
9951 * charset.c (Fdefine_charset_internal): Fix setting of
9952 emacs_mule_bytes.
9953
99542008-02-01 Kenichi Handa <handa@m17n.org>
9955
9956 * keyboard.c (read_char): Check if C is a character or not before
9957 looking up Vkeyboard_translate_table.
9958
99592008-02-01 Kenichi Handa <handa@m17n.org>
9960
9961 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
9962 condition to terminate the loop.
9963
99642008-02-01 Kenichi Handa <handa@m17n.org>
9965
9966 * coding.c (produce_composition): Compare charbuf[i] instead of
9967 args[i] against 0.
9968 (Fterminal_coding_system): Use EQ to compare Lisp objects.
9969
99702008-02-01 Kenichi Handa <handa@m17n.org>
9971
9972 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
9973 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
9974 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
9975 detect_coding.
9976 (emacs_mule_char): Handle old style (Emacs 20) component character
9977 of a composition.
9978 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
9979 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
9980 composition rule.
9981 (decode_coding_emacs_mule): Handle invalid bytes correctly.
9982
99832008-02-01 Kenichi Handa <handa@m17n.org>
9984
9985 * coding.c (encode_coding_ccl): Allocate destination dynamically
9986 when necessary.
9987
99882008-02-01 Kenichi Handa <handa@m17n.org>
9989
9990 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
9991 the loop. When quitted, show a proper error message.
9992
99932008-02-01 Kenichi Handa <handa@m17n.org>
9994
9995 * xterm.c (x_set_glyph_string_clipping_exactly): Set
9996 src->clip_head and src->clip_tail temporarily instead of src->hl.
9997
9998 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
9999 character sequence.
10000 (Fccl_execute_on_string): Use ASET, not XSET.
10001
100022008-02-01 Kenichi Handa <handa@m17n.org>
10003
10004 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
10005
100062008-02-01 Kenichi Handa <handa@m17n.org>
10007
10008 * coding.c (decode_coding): Fix the condition of terminating the
10009 decoding loop.
10010
100112008-02-01 Kenichi Handa <handa@m17n.org>
10012
10013 * data.c (Faset): On setting a character bigger than 255 in a
10014 unibyte string, signal an error instead of make the string multibyte.
10015
100162008-02-01 Kenichi Handa <handa@m17n.org>
10017
10018 * charset.c (map_charset_chars): Fix for ascii-compatible charset
10019 made by a mapping table.
10020
100212008-02-01 Kenichi Handa <handa@m17n.org>
10022
10023 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
10024 not.
10025 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
10026 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
10027
10028 * xterm.c (x_draw_composite_glyph_string_foreground): Check
10029 s->face is NULL or not.
10030
100312008-02-01 Kenichi Handa <handa@m17n.org>
10032
10033 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
10034 (x_draw_glyph_string): Fix drawing of right_overhang and
10035 left_overhang around/on cursor.
10036
10037 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
10038
100392008-02-01 Kenichi Handa <handa@m17n.org>
10040
10041 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
10042
100432008-02-01 Kenichi Handa <handa@m17n.org>
10044
10045 * coding.c (Fdefine_coding_system_internal)
10046 (Fdefine_coding_system_alias): Avoid a duplicated element in
10047 Vcoding_system_alist.
10048
100492008-02-01 Kenichi Handa <handa@m17n.org>
10050
10051 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
10052
10053 * coding.c (Qcoding_system_define_form): New variable.
10054 (syms_of_coding): Intern and staticpro it.
10055 (Fcoding_system_p): Check Qcoding_system_define_form.
10056 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
10057
10058 * coding.h (CODING_SYSTEM_P): If ID is not available, call
10059 Fcoding_system_p.
10060 (CHECK_CODING_SYSTEM): If ID is not available, call
10061 Fcheck_coding_system.
10062 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
10063 Try also Fcheck_coding_system.
10064
100652008-02-01 Kenichi Handa <handa@m17n.org>
10066
10067 * coding.c (code_conversion_restore): GCPRO arg.
10068
100692008-02-01 Kenichi Handa <handa@m17n.org>
10070
10071 * character.c (lisp_string_width): Check multibyteness of STRING.
10072
100732008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10074
10075 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
10076 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
10077 (decode_mac_font_name): Use decode_coding_c_string instead of
10078 decode_coding.
10079 (x_load_font): Initialize fontp->fontset to -1. Set
10080 fontp->encoding_type.
10081
100822008-02-01 Kenichi Handa <handa@m17n.org>
10083
10084 * search.c (search_buffer): Give up BM search on case-fold-search
10085 if one of a target character has a case-equivalence of different
10086 byte length even if that target charcter is an ASCII.
10087 (simple_search): Fix calculation of byte length of matched text.
10088 (boyer_moore): Fix handling of case-equivalent multibyte characters.
10089
100902008-02-01 Kenichi Handa <handa@m17n.org>
10091
10092 * coding.c (decode_coding): Fix handling of invalid bytes.
10093
100942008-02-01 Kenichi Handa <handa@m17n.org>
10095
10096 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
10097 Unicode characters.
10098
100992008-02-01 Kenichi Handa <handa@m17n.org>
10100
10101 * coding.c (encode_coding_object): If a pre-write-conversion
10102 function makes a new buffer, kill it.
10103
101042008-02-01 Kenichi Handa <handa@m17n.org>
10105
10106 * coding.c (QCascii_compatible_p): New variable.
10107 (syms_of_coding): Initialize it.
10108 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
10109 calling string_char.
10110 (record_conversion_result): Add `default:' case.
10111 (coding_charset_list): Delete unused variable `coding_type'.
10112 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
10113 property in the plist of the coding system.
10114 (Fcoding_system_put): Check QCascii_compatible_p.
10115
101162008-02-01 Miles Bader <miles@gnu.org>
10117
10118 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
10119 removed calculation of frame `f', as it's now used.
10120
101212008-02-01 Kenichi Handa <handa@m17n.org>
10122
10123 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
10124 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
10125 (UNIDATA): New variable.
10126 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
10127 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
10128 $(RUN_TEMACS) unconditionally.
10129
101302008-02-01 Kenichi Handa <handa@m17n.org>
10131
10132 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
10133 (admindir): New variable.
10134 ($(lispsource)international/charprop.el): New target.
10135
101362008-02-01 Miles Bader <miles@gnu.org>
10137
10138 * character.c (chars-in-region): Remove obsolete function.
10139 (syms_of_character): Remove its initialization.
10140
101412008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
10142
10143 * w32select.c (validate_coding_system)
10144 (setup_windows_coding_system): New functions.
10145 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
10146 setup_windows_coding_system.
10147 (setup_config, Fw32_get_clipboard_data): Use
10148 validate_coding_system.
10149 (Fx_selection_exists): Move call to setup_config to a place
10150 where signals are allowed.
10151
10152 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
10153 (Fcheck_coding_system): Add declarations.
10154
101552008-02-01 Kenichi Handa <handa@m17n.org>
10156
10157 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
10158
101592008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10160
10161 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
10162 string as the second argument for x_new_fontset.
10163
101642008-02-01 Kenichi Handa <handa@m17n.org>
10165
10166 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
10167 (encode_coding_object): Use safe_call instead of call2.
10168
101692008-02-01 Kenichi Handa <handa@m17n.org>
10170
10171 * fontset.c (Fset_fontset_font): Check family element of a given vector.
10172
10173 * Makefile.in (lisp): Include charprop.el.
10174
101752008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10176
10177 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
10178 Not sure if it's unnecessary.
10179
101802008-02-01 Steven Tamm <steventamm@mac.com>
10181
10182 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
10183 some possibly unnecessary fontset checking code that crashed
10184 when creating a new frame.
10185
101862008-02-01 Kenichi Handa <handa@m17n.org>
10187
10188 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
10189 lookup_face.
10190
10191 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
10192
10193 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
10194
101952008-02-01 Kenichi Handa <handa@m17n.org>
10196
10197 * coding.c: Cancel the change done in HEAD on 2008-02-01.
10198 (coding_charset_list): New function.
10199
10200 * coding.h (coding_charset_list): Extern it.
10201
102022008-02-01 Kenichi Handa <handa@m17n.org>
10203
10204 * fontset.c (Fset_fontset_font): Call find_font_encoding with
10205 concatenation of family and registry.
10206
102072008-02-01 Kenichi Handa <handa@m17n.org>
10208
10209 * character.h (BYTE8_STRING): Fix typo.
10210
10211 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
10212 string to multibyte (sync to HEAD).
10213
10214 * casefiddle.c (casify_region): Handle changes in byte-length
10215 using replace_range_2 (sync to HEAD).
10216
102172008-02-01 Andreas Schwab <schwab@suse.de>
10218
10219 * chartab.c (map_char_table): GCPRO table and arg.
10220
102212008-02-01 Kenichi Handa <handa@m17n.org>
10222
10223 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
10224 already at limit.
10225
102262008-02-01 Kenichi Handa <handa@m17n.org>
10227
10228 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
10229 instead of fast_c_string_match_ignore_case.
10230 (find_font_encoding): Change argument to Lisp_Object. Use
10231 fast_string_match_ignore_case instead of
10232 fast_c_string_match_ignore_case. Change caller.
10233
102342008-02-01 Kenichi Handa <handa@m17n.org>
10235
10236 * xdisp.c (get_next_display_element): In unibyte case, decide to
10237 display in octal form by checking a character by
10238 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
10239
10240 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
10241
10242 * character.c (unibyte_has_multibyte_table): New variable.
10243
10244 * character.h (unibyte_has_multibyte_table): Extern it.
10245 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
10246
102472008-02-01 Kenichi Handa <handa@m17n.org>
10248
10249 * coding.c (encode_coding_iso_2022): Fix handling of charset
10250 annotation.
10251
102522008-02-01 Kenichi Handa <handa@m17n.org>
10253
10254 * coding.c (setup_coding_system): If coding_system is nil, use
10255 Qundecided.
10256 (Fterminal_coding_system): Return nil if terminal coding system is
10257 `undecided'.
10258 (syms_of_coding): Define coding-system `undecided' here. Setup
10259 terminal_coding as `undecided'.
10260
102612008-02-01 Kenichi Handa <handa@m17n.org>
10262
10263 * xdisp.c (message_dolog, set_message_1): Call
10264 unibyte_char_to_multibyte with arg type int.
10265
10266 * lread.c (read1): Fix reading of a char-table.
10267
10268 * print.c (print_object): Include sub char-table in circularities
10269 detection.
10270
102712008-02-01 Kenichi Handa <handa@m17n.org>
10272
10273 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
10274 Append the found sequences in car of ARGS instead of prepending.
10275
102762008-02-01 Kenichi Handa <handa@m17n.org>
10277
10278 * fileio.c (report_file_error): Make a unibyte string from
10279 strerror (errorno).
10280 (Fsubstitute_in_file_name): Fix the arg to
10281 unibyte_char_to_multibyte. It is evaluated twice.
10282
102832008-02-01 Kenichi Handa <handa@m17n.org>
10284
10285 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
10286
102872008-02-01 Kenichi Handa <handa@m17n.org>
10288
10289 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
10290 BOM is not found.
10291 (detect_coding, detect_coding_system): Optimization for ISO-2022
10292 when no 8-bit data is found.
10293
102942008-02-01 Jason Rumney <jasonr@gnu.org>
10295
10296 * w32fns.c (x_to_w32_font): Update to use new coding struct.
10297
102982008-02-01 Kenichi Handa <handa@m17n.org>
10299
10300 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
10301 CHARS.
10302
103032008-02-01 Steven Tamm <steventamm@mac.com>
10304
10305 * macterm.c (mac_encode_char): Add charset argument and update
10306 to use encoding_type.
10307 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
10308 switch to pure fontset.
10309 (decode_mac_font_name): Temporarily remove decoding.
10310 (x_font_name_to_mac_font_name): Temporarily remove encoding.
10311 (x_load_font): Temporarily remove encoding.
10312
103132008-02-01 Kenichi Handa <handa@m17n.org>
10314
10315 * xfaces.c (Fface_font): If frame is not on a window system,
10316 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
10317 refer to face->font.
10318 (split_font_name_into_vector, build_font_name_from_vector)
10319 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
10320 when HAVE_WINDOW_SYSTEM is defined.
10321
103222008-02-01 Kenichi Handa <handa@m17n.org>
10323
10324 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
10325 (x_produce_glyphs): Fix setting of members of cmp in case
10326 cmp->glyph_len is zero.
10327
10328 * fontset.c (Fset_fontset_font): Fix docstring.
10329 (Ffontset_info): Make it backward compatible. New arg ALL.
10330
103312008-02-01 Kim F. Storm <storm@cua.dk>
10332
10333 * process.c (read_process_output): Grow decoding_buf when needed;
10334 this could cause a crash in allocate_string and compact_small_strings.
10335
103362008-02-01 Kenichi Handa <handa@m17n.org>
10337
10338 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
10339
103402008-02-01 Kenichi Handa <handa@m17n.org>
10341
10342 * coding.c (setup_coding_system): Set coding->common_flags
10343 correctly for raw-text.
10344 (consume_chars): On encoding unibyte text by raw-text, don't check
10345 multibyte form.
10346 (encode_coding): On encoding by raw-text, never use translation tables.
10347
10348 * fileio.c (e_write): Short cut for the case of no encoding.
10349
103502008-02-01 Kenichi Handa <handa@m17n.org>
10351
10352 * coding.c (detect_coding, detect_coding_system): Delete unused
10353 variables.
10354
103552008-02-01 Kenichi Handa <handa@m17n.org>
10356
10357 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
10358 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
10359
103602008-02-01 Kenichi Handa <handa@m17n.org>
10361
10362 * coding.c (Ffind_coding_systems_region_internal): Include
10363 raw-text and no-conversion in the result.
10364
103652008-02-01 Kenichi Handa <handa@m17n.org>
10366
10367 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
10368 (load_font_get_repertory): Delete unnecessary check of ENCODING of
10369 FONT_DEF.
10370 (font_def_arg, add_arg, from_arg, to_arg): New args.
10371 (set_fontset_font): Change argument.
10372 (Fset_fontset_font): Fix for the case that TARGET is a script
10373 name and charset name.
10374 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
10375
103762008-02-01 Kenichi Handa <handa@m17n.org>
10377
10378 * fontset.c (fontset_font): Rename from fontset_face. Change return
10379 value.
10380 (face_suitable_for_char_p, face_for_char): Adjust for the change
10381 of fontset_font.
10382 (make_fontset_for_ascii_face): Fix setting of the fontset element
10383 for ASCII.
10384 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
10385 to get a font name.
10386 (Ffontset_info): Adjust for the change of fontset_font.
10387
10388 * coding.c (emacs_mule_char): Check invalid code more rigidly.
10389
10390 * character.h (LEADING_CODE_LATIN_1_MIN)
10391 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
10392
103932008-02-01 Kenichi Handa <handa@m17n.org>
10394
10395 * editfns.c (check_translation): New function.
10396 (Ftranslate_region_internal): Handle M:N mapping.
10397
103982008-02-01 Kenichi Handa <handa@m17n.org>
10399
10400 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
10401
104022008-02-01 Kenichi Handa <handa@m17n.org>
10403
10404 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
10405 goto invalid_code.
10406 (decode_coding_iso_2022): Fix handling of invalid designation.
10407
10408 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
10409 after calling code_conversion_save.
10410
104112008-02-01 Kenichi Handa <handa@m17n.org>
10412
10413 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
10414
10415 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
10416
10417 * fontset.c: Include "intervals.h".
10418 (fontset_face): Fix comparing of Lisp_Objects.
10419 (free_face_fontset, new_fontset_from_font_name): Fix
10420 Lisp_Object/int mixup.
10421
10422 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
10423
10424 * coding.c: Add many prototypes for static functions.
10425 (get_translation_table): Allow max_lookup to be NULL.
10426 (decode_coding, Ffind_coding_systems_region_internal)
10427 (Funencodable_char_position, Fcheck_coding_systems_region): Call
10428 get_translation_table with max_lookup NULL.
10429
104302008-02-01 Kenichi Handa <handa@m17n.org>
10431
10432 * coding.c (get_translation_table): Declare it as Lisp_Object.
10433 (LOOKUP_TRANSLATION_TABLE): New macro.
10434 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
10435 instead of CHAR_TABLE_REF.
10436
104372008-02-01 Kenichi Handa <handa@m17n.org>
10438
10439 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
10440 annotation data format.
10441 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
10442 Change arguments FROM and TO to single argument NCHARS. Change caller.
10443 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
10444 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10445 (decode_coding_ccl, decode_coding_charset): Pay attention to
10446 coding->charbuf_used.
10447 (get_translation): New function.
10448 (produce_chars): New arguments translation_table and last_block.
10449 Translate characters here. Return number of carryover chars.
10450 Change caller.
10451 (produce_composition): New argument pos. Change caller.
10452 Adjust for the change of annotation data format.
10453 (produce_charset, produce_annotation): Likewise.
10454 (decode_coding, encode_coding): Don't call translate_chars.
10455 (consume_chars): New arg translation_table. Change caller.
10456 (translate_chars): Delete.
10457 (syms_of_coding): Make translation-table's number of extra slots 2.
10458
104592008-02-01 Kenichi Handa <handa@m17n.org>
10460
10461 * search.c (simple_search): Fix setting this_pos_byte in backward
10462 search.
10463
10464 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
10465 byte sequence.
10466 (detect_coding_ccl): Fix setting of the variable valids.
10467
104682008-02-01 Kenichi Handa <handa@m17n.org>
10469
10470 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
10471
10472 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
10473
10474 * editfns.c (Ftranslate_region_internal): Rename from
10475 Ftranslate_region. Accept a char-table in TABLE.
10476 (syms_of_editfns): Defsubr Stranslate_region_internal.
10477
10478 * xfaces.c (set_lface_from_font_name): If a font is specified for
10479 a frame, generate a fontset from the font.
10480 (build_scalable_font_name): If the scalable font is requested for
10481 a specific size, don't change that size.
10482 (try_font_list): Try a scalable font also in the case that a
10483 pattern string is specified.
10484
104852008-02-01 Kenichi Handa <handa@m17n.org>
10486
10487 * xfaces.c (Fface_font): New optional arg CHARACTER.
10488
104892008-02-01 Kenichi Handa <handa@m17n.org>
10490
10491 * charset.h (CHARSET_OFFSET): New macro.
10492
104932008-02-01 Kenichi Handa <handa@m17n.org>
10494
10495 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
10496
10497 * fontset.c (fontset_face): Handle the case that repertory is a
10498 char-table.
10499 (find_font_encoding): Return nil for unknown encoding.
10500 (Fset_fontset_font): Ignore a font of unknown encoding.
10501
105022008-02-01 Kenichi Handa <handa@m17n.org>
10503
10504 * keymap.c (describe_vector): Handle default value of a char table.
10505
10506 * fontset.c (fontset_face): Handle fallback fonts correctly.
10507 (Ffontset_info): Return infomation about fallback fonts.
10508
105092008-02-01 Kenichi Handa <handa@m17n.org>
10510
10511 * fontset.c (FONTSET_DEFAULT): New macro.
10512 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
10513 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
10514 the case that it is nil.
10515 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
10516 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
10517
10518 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
10519 subset or superset.
10520
105212008-02-01 Kenichi Handa <handa@m17n.org>
10522
10523 * emacs.c (main): Call init_charset after syms_of_XXX.
10524
10525 * charset.c (Vcharset_map_directory): Delete.
10526 (Vcharset_map_path): New variable.
10527 (load_charset_map_from_file): Use Vcharset_map_path instead.
10528 (init_charset): Initialize Vcharset_map_path.
10529 (syms_of_charset): Delete declaration of "charset-map-directory",
10530 add declaration of "charset-map-path".
10531
105322008-02-01 Kenichi Handa <handa@m17n.org>
10533
10534 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
10535 ASCII only string.
10536
10537 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
10538
10539 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
10540 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
10541
105422008-02-01 Kenichi Handa <handa@m17n.org>
10543
10544 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
10545
10546 * coding.c (QCmnemonic, QCdefalut_char)
10547 (QCdecode_translation_table, QCencode_translation_table)
10548 (QCpost_read_conversion, QCpre_write_conversion): New variables.
10549 (get_translation_table): Return a list of translation tables if
10550 necessary.
10551 (decode_coding): Call get_translation_table with ENCODEP 0.
10552 (char_encodable_p): If translation_table is non-nil, always call
10553 translate_char.
10554 (Fdefine_coding_system_internal): Accept list of translation
10555 tables as :encode-translation-table and :decode-translation-table.
10556 (Fcoding_system_put): New function.
10557 (syms_of_coding): Declare new symbols. Defsubr
10558 Scoding_system_put.
10559 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
10560 typically JISX0212.
10561
10562 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
10563 when the charset is superset type.
10564
10565 * character.c (translate_char): Accept list of translation tables.
10566
105672008-02-01 Kenichi Handa <handa@m17n.org>
10568
10569 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
10570 (CODING_ATTR_TRANS_TBL): New macro.
10571
10572 * coding.c (get_translation_table): New function.
10573 (translate_chars): Fix the bug of skipping annotation data.
10574 (decode_coding, encode_coding): Utilize get_translation_table.
10575 (char_encodable_p, Funencodable_char_position): Translate char if
10576 necessary.
10577 (Ffind_coding_systems_region_internal)
10578 (Fcheck_coding_systems_region): Setup translation table for encode
10579 in a coding system attribute vector in advance.
10580 (Fdefine_coding_system_internal): Allow a symbol as translation
10581 table. For shift-jis type coding system, allow 4th charset.
10582
105832008-02-01 Kenichi Handa <handa@m17n.org>
10584
10585 * coding.c (decode_coding_sjis): Check the first byte rigidly.
10586
10587 * xdisp.c (get_next_display_element): Pass -1 as POS to
10588 FACE_FOR_CHAR if displaying a C-string.
10589
105902008-02-01 Kenichi Handa <handa@m17n.org>
10591
10592 * composite.c (get_composition_id): Handle xoff and yoff in a
10593 composition rule.
10594
10595 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
10596 (struct composition): New member lbearing and rbearing.
10597
10598 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
10599 (x_get_glyph_overhangs): Handle a composition glyph.
10600 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
10601
10602 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
10603 composition glyph.
10604
106052008-02-01 Kenichi Handa <handa@m17n.org>
10606
10607 * print.c: Include charset.h.
10608 (Vprint_charset_text_property): New variable.
10609 (Qdefault): Extern it.
10610 (PRINT_STRING_NON_CHARSET_FOUND)
10611 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
10612 (print_check_string_result): New variable.
10613 (print_check_string_charset_prop): New function.
10614 (print_prune_charset_plist): New variable.
10615 (print_prune_string_charset): New function.
10616 (print_object): Call print_prune_string_charset if
10617 Vprint_charset_text_property is not t.
10618 (print_interval): Print nothing if interval->plist is nil.
10619 (syms_of_print): Declare Vprint_charset_text_property as a lisp
10620 variable. Init and staticpro print_prune_charset_plist.
10621
106222008-02-01 Kenichi Handa <handa@m17n.org>
10623
10624 * fontset.c (new_fontset_from_font_name): Use the specified font
10625 for all characters in the new fontset.
10626
10627 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
10628 OBJECT args.
10629
10630 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
10631 OBJECT args for composition too.
10632
10633 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
10634 OBJECT args.
10635
106362008-02-01 Kenichi Handa <handa@m17n.org>
10637
10638 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
10639
10640 * fontset.c (reorder_font_vector): Adjust for the change of
10641 FONT_DEF format.
10642 (fontset_face): New arg id. Change caller.
10643 (face_for_char): New args pos and object.
10644 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
10645 (fs_query_fontset): Check NAME by Fassoc too.
10646 (Fset_fontset_font): Allow non-XLFD font name.
10647 (Ffontset_info): Adjust for the change of FONT_DEF format.
10648
10649 * fontset.h (face_for_char): Adjust prototype.
10650
10651 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
10652 (append_space, extend_face_to_end_of_line)
10653 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
10654 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
10655
10656 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
10657 POS and OBJECT args.
10658
10659 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
10660 POS and OBJECT args.
10661
106622008-02-01 Jason Rumney <jasonr@gnu.org>
10663
10664 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
10665 of GlobalAlloc'ed memory.
10666
106672008-02-01 Kenichi Handa <handa@m17n.org>
10668
10669 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
10670
10671 * charset.h (charset_table_used): Delete extern.
10672
10673 * charset.c (charset_table_used): Make it static.
10674 (map_charset_chars): Fix args to c_function with.
10675
10676 * chartab.c (map_sub_char_table_for_charset): Fix args to
10677 c_function with.
10678
10679 * coding.h (enum coding_result_code): Delete
10680 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
10681
10682 * coding.c (Qinsufficient_source, Qinconsistent_eol)
10683 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
10684 (Vlast_code_conversion_error): New variables.
10685 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
10686 (ONE_MORE_BYTE): Record error if any instead of signaling an
10687 error. If non-ASCII multibyte char is found, return the negative
10688 value of the code. All callers changed to check it.
10689 (ONE_MORE_BYTE_NO_CHECK): Likewise.
10690 (record_conversion_result): New function. Change all codes setting
10691 coding->result to call this function.
10692 (detect_coding_utf_8, decode_coding_utf_8)
10693 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
10694 Don't use the local variable incomplete.
10695 (emacs_mule_char): Change the second arg to `const'.
10696 (decode_coding): Fix of flushing out unprocessed data.
10697 (make_conversion_work_buffer): Fix making of a work buffer.
10698 (decode_coding_object): Return coding->dst_object.
10699
10700 * fontset.c (set_fontset_font): Fix args.
10701
10702 * lisp.h (CHARACTERBITS): Define as 22.
10703
10704 * process.c (send_process): Be sure to set coding->src_multibyte.
10705
10706 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
10707
107082008-02-01 Kenichi Handa <handa@m17n.org>
10709
10710 * xdisp.c (handle_auto_composed_prop): Give limit to
10711 Fnext_single_char_property_change.
10712
107132008-02-01 Kenichi Handa <handa@m17n.org>
10714
10715 * composite.c (syms_of_composite): Don't make the composition hash
10716 table weak.
10717
10718 * fontset.c (Fset_fontset_font): Fix docstring.
10719
10720 * lisp.h (detect_coding_system): Adjust prototype.
10721
10722 * fileio.c (kill_workbuf_unwind): Delete this function.
10723 (Finsert_file_contents): Adjust the call of detect_coding_system.
10724 Get conversion_buffer by code_conversion_save. Use the macro
10725 CODING_MAY_REQUIRE_DECODING. After decoding, update
10726 coding_system.
10727
10728 * coding.h (make_conversion_work_buffer): Delete extern.
10729 (code_conversion_save): Extern it.
10730
10731 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
10732 (CODING_GET_INFO): Delete argument eol_type. Change callers.
10733 (decode_coding_utf_8): Don't do eol converion.
10734 (detect_coding_utf_16): Check coding->src_chars, not
10735 coding->src_bytes. Add heuristics for those that have no signature.
10736 (decode_coding_emacs_mule, decode_coding_iso_2022)
10737 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
10738 Don't do eol converion.
10739 (adjust_coding_eol_type): Return a new coding system.
10740 (detect_coding): Don't detect eol. Fix for utf-16 detection.
10741 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
10742 each change.
10743 (decode_coding): Pay attention to undo_list. Do eol conversion for
10744 all types of coding-systems (if necessary).
10745 (Vcode_conversion_work_buf_list): Delete it.
10746 (Vcode_conversion_reused_workbuf): Rename from
10747 Vcode_conversion_reused_work_buf.
10748 (Vcode_conversion_workbuf_name): New variable.
10749 (reused_workbuf_in_use): New variable.
10750 (make_conversion_work_buffer): Delete the arg DEPTH.
10751 (code_conversion_restore): Change argument to cons.
10752 (code_conversion_save): Delete the argument BUFFER. Change callers.
10753 (detect_coding_system): New argument src_chars. Change callers.
10754 Fix for utf-16 detection.
10755 (init_coding_once): Don't use ISO_carriage_return.
10756 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
10757 reused_workbuf_in_use.
10758
107592008-02-01 Kenichi Handa <handa@m17n.org>
10760
10761 * keymap.c (store_in_keymap): Pay attention to the case that idx
10762 is a cons specifying a character range.
10763
107642008-02-01 Kenichi Handa <handa@m17n.org>
10765
10766 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
10767 HANDLED_RECOMPUTE_PROPS.
10768
10769 * coding.c (Fdefine_coding_system_internal): Fix checking of
10770 ascii compatibility.
10771
107722008-02-01 Kenichi Handa <handa@m17n.org>
10773
10774 * charset.c (find_charsets_in_text): Delete unused locale variable.
10775 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
10776
10777 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
10778 Resync charset_list to Vemacs_mule_charset_list.
10779
10780 * keymap.c (store_in_keymap): Pay attention to the case that idx
10781 is a cons specifying a character range.
10782
107832008-02-01 Kenichi Handa <handa@m17n.org>
10784
10785 * composite.c (update_compositions): Bind inhibit-read-only, etc
10786 to t before calling remove-list-of-text-properties.
10787
10788 * print.c (print_object): Always print ASCII chars as is.
10789
107902008-02-01 Kenichi Handa <handa@m17n.org>
10791
10792 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
10793
10794 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
10795 is a char table.
10796
107972008-02-01 Kenichi Handa <handa@m17n.org>
10798
10799 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
10800
108012008-02-01 Kenichi Handa <handa@m17n.org>
10802
10803 * xfaces.c (set_lface_from_font_name): Fix for the case that
10804 FONTNAME is not fontset name.
10805
108062008-02-01 Kenichi Handa <handa@m17n.org>
10807
10808 * fns.c (base64_encode_1): Fix previous change.
10809
108102008-02-01 Kenichi Handa <handa@m17n.org>
10811
10812 * fontset.c (set_fontset_font): New function.
10813 (Fset_fontset_font): If a font is specified for a charset, use
10814 map_charset_chars to store the font spec in a fontset.
10815
108162008-02-01 Kenichi Handa <handa@m17n.org>
10817
10818 * fontset.c (fontset_face): Create a fallback fontset on demand.
10819 (make_fontset): Don't create a fallback fontset here.
10820 (free_face_fontset): Free a fallback fontset (if any) too.
10821 (n_auto_fontsets): Delete this variable.
10822 (auto_fontset_alist): New variable.
10823 (new_fontset_from_font_name): Check auto_fontset_alist.
10824 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
10825 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
10826 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
10827 Defsubr Sfontset_list_all.
10828
108292008-02-01 Kenichi Handa <handa@m17n.org>
10830
10831 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
10832
108332008-02-01 Kenichi Handa <handa@m17n.org>
10834
10835 * fontset.c (Fnew_fontset): Check NAME more rigidly.
10836
108372008-02-01 Kenichi Handa <handa@m17n.org>
10838
10839 * editfns.c (Fgoto_char): Fix docstring.
10840
108412008-02-01 Kenichi Handa <handa@m17n.org>
10842
10843 * insdel.c (insert_from_gap): Adjust intervals correctly.
10844
108452008-02-01 Jason Rumney <jasonr@gnu.org>
10846
10847 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
10848 (pfnGetFontUnicodeRanges): New dynamically loaded function.
10849 (w32_initialize): Try to load it.
10850 (x_get_font_repertory): Use it if available.
10851 (w32_encode_char): Add shortcut for unicode output.
10852
10853 * w32fns.c (w32_load_system_font): Default charset to -1.
10854 (x_to_w32_charset): Match all fonts for unicode.
10855 (w32_to_x_charset): New parameter matching. Don't return partial
10856 or wildcard charsets.
10857 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
10858 (w32_codepage_for_font): Return CP_UNICODE for unicode.
10859 (w32_to_x_font): Match charset to real charset.
10860 (enum_font_cb2): Always list unicode versions.
10861
10862 * makefile.w32-in (temacs): Increase EMHEAP.
10863
108642008-02-01 Jason Rumney <jasonr@gnu.org>
10865
10866 * w32term.c (w32_encode_char): New charset parameter.
10867 font_info.encoding becomes encoding_type.
10868 (x_get_font_repertory): New function. Warning: stub only!
10869 (x_new_font): Return quickly if font already set.
10870 (x_new_fontset): fontsetname parameter is Lisp_Object.
10871 Use new fs_query_fontset. Try new_fontset_from_font_name.
10872 Use fontset_name for return value.
10873
10874 * w32term.h: Declare x_get_font_repertory.
10875
10876 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
10877 place of find_charset_in_text. Use encode_coding_object in place
10878 of encode_coding.
10879 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
10880 decode_coding.
10881
10882 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
10883 of x_new_fontset.
10884 (w32_load_system_font): Initialize charset as unicode.
10885 font_info.encoding becomes encoding_type.
10886 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
10887 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
10888 (syms_of_w32fns): Set get_font_repertory_func.
10889
10890 * w32console.c: Include character.h. Use terminal_encode_buffer
10891 from term.c.
10892 (write_glyphs): Use new version of encode_terminal_code. Use
10893 encode_coding_object in place of encode_coding.
10894
10895 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
10896 encoding becomes encoding_type.
10897
10898 * term.c (terminal_encode_buffer): Make externally visible.
10899
10900 * makefile.w32-in: Add character.h dependancies.
10901 (character.o, chartab.o): New targets.
10902
109032008-02-01 Kenichi Handa <handa@m17n.org>
10904
10905 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
10906 CODING_ID_EOL_TYPE.
10907
109082008-02-01 Andreas Schwab <schwab@suse.de>
10909
10910 * coding.c (produce_chars): Revert last change.
10911
109122008-02-01 Kenichi Handa <handa@m17n.org>
10913
10914 * charset.h (charset_unicode): Extern it.
10915
10916 * charset.c (string_xstring_p): Check by (C >= 0x100).
10917 (find_charsets_in_text): Change format of the arc CHARSETS. New
10918 arg MULTIBYTE.
10919 (Ffind_charset_region, Ffind_charset_string): Adjust for the
10920 change of find_charsets_in_text.
10921 (Fsplit_char): Fix doc. Never return unknown.
10922
10923 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
10924
10925 * coding.c (Fdefine_coding_system_alias): Update
10926 Vcoding_system_list.
10927
10928 * fontset.c (load_font_get_repertory): Pay attention to the case
10929 that ENCODING of a font is specified by a char-table.
10930
10931 * xterm.c (x_get_font_repertory): Handle the case that the
10932 encoding of font is other than Unicode.
10933
109342008-02-01 Kenichi Handa <handa@m17n.org>
10935
10936 * term.c (encode_terminal_code): Don't handle glyph-table. Check
10937 if a character is encodable by the terminal coding system. If
10938 not, produces proper number of `?'s. Update
10939 terminal_encode_buffer and terminal_encode_buf_size if necessary.
10940 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
10941
109422008-02-01 Kenichi Handa <handa@m17n.org>
10943
10944 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
10945 variables.
10946 (encode_terminal_code): Change argument. Encode multiple
10947 characters at once. Store the result of encoding in
10948 terminal_encode_buffer.
10949 (write_glyphs, insert_glyphs): Adjust for the change of
10950 encode_terminal_code.
10951 (term_init): Initialize terminal_encode_buffer and
10952 terminal_encode_buf_size.
10953
10954 * coding.c (consume_chars): If coding->src_object is nil, don't
10955 check annotation.
10956
109572008-02-01 Kenichi Handa <handa@m17n.org>
10958
10959 * character.c (char_string): Use ASCII_CHAR_P instead of
10960 SINGLE_BYTE_CHAR_P.
10961
109622008-02-01 Kenichi Handa <handa@m17n.org>
10963
10964 * xdisp.c (handle_auto_composed_prop): Check if the last
10965 characters of auto-composed region is newly composed with the
10966 following characters.
10967 (handle_composition_prop): Fix checking of point being inside
10968 composition.
10969
109702008-02-01 Kenichi Handa <handa@m17n.org>
10971
10972 * fns.c (concat): Don't change multibyteness of the result by
10973 concatenating an 8-bit character.
10974
10975 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
10976 multibyteness of the result when newelt is an 8-bit character.
10977
109782008-02-01 Dave Love <fx@gnu.org>
10979
10980 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
10981 EMACS_INT.
10982
10983 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
10984
10985 * xfaces.c (face_numeric_value): Declare dim size_t.
10986 (Finternal_lisp_face_equal_p): Remove unused f.
10987
10988 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
10989 (MATRIX_ROW): Remove unused vars.
10990 (draw_glyphs, x_insert_glyphs, fast_find_position)
10991 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
10992 byte/char counts.
10993
10994 * regex.c (regex_compile): Remove unused var.
10995
10996 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
10997
10998 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
10999 (Faccessible_keymaps, where_is_internal): Remove unused vars.
11000
11001 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
11002
11003 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
11004
11005 * fileio.c (Fwrite_region): Remove unused var.
11006
11007 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
11008 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
11009
11010 * composite.c (Fremove_list_of_text_properties): Declare.
11011
11012 * coding.c (inhibit_pre_post_conversion): Remove (unused).
11013 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
11014 (coding_inherit_eol_type): Remove unused attrs.
11015 (detect_coding): Cast arg of detect_eol.
11016
11017 * charset.c (syms_of_charset): Remove unused var p.
11018 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
11019 byte/char counts.
11020
11021 * casetab.c (set_case_table): Remove unused var.
11022
11023 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
11024 unused vars.
11025
110262008-02-01 Dave Love <fx@gnu.org>
11027
11028 * xterm.c (x_bitmap_mask): Declare.
11029
110302008-02-01 Dave Love <fx@gnu.org>
11031
11032 * xterm.c (x_term_init): Fix type error.
11033
11034 * lisp.h: Add Funibyte_char_to_multibyte.
11035
11036 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
11037 (Fset_coding_system_priority): Doc fix.
11038
11039 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
11040
11041 * indent.c (check_composition): Make start and end EMACS_INT.
11042
11043 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
11044
11045 * xdisp.c (handle_composition_prop, check_point_in_composition):
11046 Make buffer positions EMACS_INT.
11047
11048 * composite.c (find_composition, run_composition_function)
11049 (update_compositions, Ffind_composition_internal): Make buffer
11050 positions EMACS_INT.
11051
11052 * composite.h (find_composition, update_compositions): Make
11053 position args EMACS_INT.
11054
11055 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
11056
11057 * intervals.c (get_property_and_range):
11058 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
11059
11060 * unexalpha.c: Don't include varargs.h.
11061
110622008-02-01 Dave Love <fx@gnu.org>
11063
11064 * coding.h (ENCODE_UTF_8): New.
11065
11066 * Makefile.in (gtkutil.o): Depend on coding.h.
11067
11068 * coding.c (Fset_coding_system_priority): Doc fix.
11069
110702008-02-01 Kenichi Handa <handa@m17n.org>
11071
11072 * fileio.c (Finsert_file_contents): Call setup_coding_system in
11073 the case of auto saving.
11074
110752008-02-01 Andreas Schwab <schwab@suse.de>
11076
11077 * chartab.c (map_char_table, map_char_table_for_charset): Protect
11078 `range' from GC.
11079
110802008-02-01 Kenichi Handa <handa@m17n.org>
11081
11082 * coding.c (decode_coding_sjis): Check bytes more rigidly.
11083
110842008-02-01 Kenichi Handa <handa@m17n.org>
11085
11086 * fileio.c (choose_write_coding_system): Return a decided coding system.
11087 (Fwrite_region): Set Vlast_coding_system_used to the return value
11088 of choose_write_coding_system.
11089
110902008-02-01 Kenichi Handa <handa@m17n.org>
11091
11092 * charset.c (Fset_charset_priority): Pay attention to duplicated
11093 arguments.
11094
11095 * coding.c (QCcategory): New variable.
11096 (syms_of_coding): Defsym it. Set all elements of
11097 Vcoding_category_table and their symbol values.
11098 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
11099 coding-category-XXX, and coding-category-list.
11100 (Fdefine_coding_system_internal): Add category in the plist.
11101
111022008-02-01 Kenichi Handa <handa@m17n.org>
11103
11104 * callproc.c (Fcall_process): Handle carryover correctly.
11105
11106 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
11107 (raw_text_coding_system): Check NILP (coding_system).
11108 (coding_inherit_eol_type): Check NILP (coding_system) and
11109 NILP (parent).
11110 (consume_chars): Fix for the case of raw-text.
11111
11112 * process.c (read_process_output): Handle carryover correctly.
11113
111142008-02-01 Dave Love <fx@gnu.org>
11115
11116 * regex.c (re_search_2): Fix last change.
11117
111182008-02-01 Kenichi Handa <handa@m17n.org>
11119
11120 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
11121 target_multibyte. Even in a unibyte case, return a converted
11122 multibyte char.
11123 (GET_CHAR_AFTER): New macro.
11124 (PATFETCH): Translate via multibyte char.
11125 (HANDLE_UNIBYTE_RANGE): Delete this macro.
11126 (SETUP_MULTIBYTE_RANGE): New macro.
11127 (regex_compile): Setup compiled code so that its multibyteness
11128 matches that of a target. Fix the handling of "[X-YZ]" using
11129 SETUP_MULTIBYTE_RANGE.
11130 (analyse_first) <charset>: For filling fastmap for all multibyte
11131 characters, don't check by BASE_LEADING_CODE_P.
11132 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
11133 the same as RE_MULTIBYTE_P (bufp) now.
11134 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
11135 (TARGET_CHAR_AND_LENGTH): Delete this macro.
11136 (TRANSLATE_VIA_MULTIBYTE): New macro.
11137 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
11138 It is the same as RE_MULTIBYTE_P (bufp) now.
11139 <exactn>: Translate via multibyte.
11140 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
11141 translate it.
11142 <charset, charset_not>: Fetch a character by
11143 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
11144 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
11145 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
11146 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
11147 by GET_CHAR_AFTER.
11148 (bcmp_translate): Likewise.
11149
11150 * search.c (compile_pattern): Check the member target_multibyte,
11151 not the member multibyte of buf.
11152
11153 * lread.c (read1): While reading a string, set force_singlebyte
11154 and force_multibyte correctly.
11155
11156 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
11157 up of unibyte_to_multibyte_table.
11158
111592008-02-01 Kenichi Handa <handa@m17n.org>
11160
11161 * coding.c (setup_coding_system): If coding has
11162 post-read-conversion or pre-write-conversion, set
11163 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
11164 respectively.
11165 (decode_coding_gap): Run post-read-conversion if any.
11166
11167 * fileio.c (Finsert_file_contents): Even if we read into a
11168 unibyte buffer, check if we must decode the result or not.
11169
111702008-02-01 Kenichi Handa <handa@m17n.org>
11171
11172 * coding.c (make_conversion_work_buffer): Change the work buffer
11173 name to the same one as that of Emacs 21.
11174
111752008-02-01 Kenichi Handa <handa@m17n.org>
11176
11177 * coding.h (make_conversion_work_buffer): Adjust prototype.
11178 (code_conversion_restore): Don't extern it.
11179
11180 * coding.c (detected_mask): Delete unused variable.
11181 (decode_coding_iso_2022): Pay attention to the byte sequence of
11182 CTEXT extended segment, and retain those bytes as is.
11183 (decode_coding_ccl): Delete unused variable `valids'.
11184 (setup_coding_system): Delete unused variable `category'.
11185 (consume_chars): Delete unused variable `category'. Make it work
11186 for non-multibyte case.
11187 (make_conversion_work_buffer): Change argument.
11188 (saved_coding): Delete unused variable.
11189 (code_conversion_restore): Don't check saved_coding->destination.
11190 (code_conversion_save): New function.
11191 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
11192 instead of record_unwind_protect.
11193 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
11194 (detect_coding_system): Delete unused variable `mask'.
11195 (Fdefine_coding_system_internal): Delete unused variable id.
11196
11197 * fileio.c (kill_workbuf_unwind): New function.
11198 (Finsert_file_contents): On replacing, call
11199 make_conversion_work_buffer with correct args, and call
11200 record_unwind_protect with the first arg kill_workbuf_unwind.
11201
11202 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
11203
112042008-02-01 Kenichi Handa <handa@m17n.org>
11205
11206 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
11207 (fontset_add): Fix for the case that TO is less than TO1.
11208 (Ffontset_info): Don't use fallback fontset on checking the
11209 default fontset.
11210 (dump_fontset): New function for debugging.
11211
11212 * coding.c (Fdefine_coding_system_internal): Fix for the case that
11213 coding_type is Qcharset.
11214
112152008-02-01 Kenichi Handa <handa@m17n.org>
11216
11217 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
11218 (map_char_table): Don't inherit the value from the parent on
11219 initializing VAL. Adjust for the above change.
11220
112212008-02-01 Kenichi Handa <handa@m17n.org>
11222
11223 * coding.c (Qsignature, Qendian): Delete these variables.
11224 (syms_of_coding): Don't initialize them.
11225 (CATEGORY_MASK_UTF_16_AUTO): New macro.
11226 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
11227 detect_info->found.
11228 (decode_coding_utf_16): Don't detect BOM here.
11229 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
11230 is NOT utf_16_without_bom.
11231 (setup_coding_system): For a coding system of type utf-16, check
11232 if the attribute :endian is Qbig or not (not nil or not), and set
11233 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
11234 (detect_coding): If coding type is utf-16 and BOM detection is
11235 required, detect it.
11236 (Fdefine_coding_system_internal): For a coding system of type
11237 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
11238
112392008-02-01 Kenichi Handa <handa@m17n.org>
11240
11241 * coding.c (coding_set_source): Fix for the case that the current
11242 buffer is different from coding->src_object.
11243 (decode_coding_object): Don't use the conversion work buffer if
11244 DST_OBJECT is a buffer.
11245
112462008-02-01 Dave Love <fx@gnu.org>
11247
11248 * lread.c (read_emacs_mule_char) [len==2]: Index
11249 emacs_mule_charset correctly.
11250
112512008-02-01 Dave Love <fx@gnu.org>
11252
11253 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
11254 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
11255 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
11256 treated specially.)
11257 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
11258 (detected_mask): Remove Big5 bits.
11259
112602008-02-01 Kenichi Handa <handa@m17n.org>
11261
11262 The following changes are to make the font rescaling facility
11263 compatible with Emacs 21.
11264
11265 * xfaces.c (Vface_font_rescale_alist): Rename from
11266 Vface_resizing_fonts.
11267 (struct font_name): Rename member resizing_ratio to rescale_ratio.
11268 (font_rescale_ratio): Rename from font_resizing_ratio.
11269 (split_font_name): Set font->rescale_ratio.
11270 (better_font_p): Pay attention to font->rescale_ratio.
11271 (build_scalable_font_name): Likewise. Change RESX, and RESY
11272 fields.
11273 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
11274
112752008-02-01 Kenichi Handa <handa@m17n.org>
11276
11277 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
11278 (Qutf_16_le): Remove these variables.
11279 (syms_of_coding): Don't DEFSYM them.
11280 (decode_coding_utf_16): Fix handling of BOM.
11281 (encode_coding_utf_16): Fix handling of BOM.
11282
112832008-02-01 Kenichi Handa <handa@m17n.org>
11284
11285 * fileio.c (Finsert_file_contents): On replacing, before decoding
11286 the file into the work buffer, set point of the work buffer to the end.
11287
112882008-02-01 Dave Love <fx@gnu.org>
11289
11290 * coding.c (Fcheck_coding_systems_region): Fix type errors.
11291
112922008-02-01 Dave Love <fx@gnu.org>
11293
11294 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11295 and fix C types.
11296
112972008-02-01 Kenichi Handa <handa@m17n.org>
11298
11299 * xdisp.c (SKIP_GLYPHS): New macro.
11300 (set_cursor_from_row): Pay attention to string display properties.
11301
11302 * category.c (copy_category_entry): Fix for the case that RANGE
11303 is an integer.
11304
11305 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
11306
11307 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
11308
113092008-02-01 Kenichi Handa <handa@m17n.org>
11310
11311 * charset.c (Fcharset_id_internal): New function.
11312 (syms_of_charset): Defsubr it.
11313
11314 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
11315 with the last arg charset_list acquired from coding.
11316 (Fdefine_coding_system_internal): For ccl-based coding system, fix
11317 the attribute coding_attr_ccl_valids.
11318
11319 * coding.h (enum define_coding_ccl_arg_index): Set the first
11320 member coding_arg_ccl_decoder to coding_arg_max.
11321
11322 * ccl.h (ccl_driver): Adjust prototype.
11323
11324 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
11325 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 11326 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
11327 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
11328 last arg Qnil.
11329
113302008-02-01 Kenichi Handa <handa@m17n.org>
11331
11332 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
11333 call encode_char.
11334
11335 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
11336
113372008-02-01 Dave Love <fx@gnu.org>
11338
11339 * composite.c (syms_of_composite): Make composition_hash_table weak.
11340
113412008-02-01 Kenichi Handa <handa@m17n.org>
11342
11343 * dispextern.h (check_face_attributes, generate_ascii_font_name)
11344 (font_name_registry): Don't extern them.
11345 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
11346
11347 * fontset.h (Qfontset): Don't extern it.
11348 (new_fontset_from_font_name): Extern it.
11349
11350 * fontset.c: Give 8 extra slots to fontset objects.
11351 (Qfontset_info): New variable.
11352 (syms_of_fontset): Defsym it.
11353 (FONTSET_FALLBACK): New macro.
11354 (fontset_face): Try also the default fontset.
11355 (make_fontset): Realize a fallback fontset from the default fontset.
11356 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
11357 using split_font_name_into_vector and build_font_name_from_vector.
11358 (Fset_fontset_font): Access the elements of font_spec by enum
11359 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
11360 name by using split_font_name_into_vector.
11361 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
11362 generate a proper font name from the fontset name. Update
11363 Vfontset_alias_alist.
11364 (n_auto_fontsets): New variable.
11365 (new_fontset_from_font_name): New function.
11366 (Ffont_info): Store the information about fonts generated from the
11367 default fontset in the first extra slot of the returned char-table.
11368
11369 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
11370 (font_name_registry): Delete function.
11371 (split_font_name_into_vector): New function.
11372 (build_font_name_from_vector): New function.
11373 (font_list): The argument REGISTRY is now a list of registry names.
11374 (choose_face_font): If we are choosing an ASCII font, and ATTRS
11375 specifies an explicit font name, return the name as is. Make a
11376 list of registy names.
11377
11378 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
11379 of x_new_fontset.
11380 (Fx_create_frame): Don't call x_new_fontset here. Just use
11381 x_list_fonts to check the existence of fonts.
11382
11383 * xterm.h (x_new_fontset): Adjust prototype.
11384
11385 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
11386 string. Use new_fontset_from_font_name to create a fontset from a
11387 font name.
11388
113892008-02-01 Kenichi Handa <handa@m17n.org>
11390
11391 * syntax.c (Vfind_word_boundary_function_table): New name for
11392 Vnext_word_boundary_function_table.
11393 (find-word-boundary-function-table): New name for
11394 next-word-boundary-function-table.
11395
113962008-02-01 Dave Love <fx@gnu.org>
11397
11398 * Makefile.in: Fix some dependencies.
11399
11400 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
11401 set it to nil before returning.
11402
11403 * composite.c (update_compositions): Fix type error.
11404
11405 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
11406
114072008-02-01 Kenichi Handa <handa@m17n.org>
11408
11409 * xterm.c (x_new_font): Optimize for the case that the font is
11410 already set for the frame.
11411
114122008-02-01 Kenichi Handa <handa@m17n.org>
11413
11414 * chartab.c (char_table_ascii): Check if the char table contents
11415 is sub-char-table or not.
11416 (char_table_set, char_table_set_range): Fix argument to
11417 char_table_ascii.
11418
11419 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
11420 (detect_coding_utf_8, detect_coding_utf_16)
11421 (detect_coding_emacs_mule, detect_coding_iso_2022)
11422 (detect_coding_sjis, detect_coding_big5)
11423 (detect_coding_ccl, detect_coding_charset): Change argument MASK
11424 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
11425 sequence is valid in this coding system. Change callers.
11426 (MAX_ANNOTATION_LENGTH): New macro.
11427 (ADD_ANNOTATION_DATA): New macro.
11428 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
11429 ADD_ANNOTATION_DATA. Change the format of annotation data.
11430 (ADD_CHARSET_DATA): New macro.
11431 (emacs_mule_char): New argument ID. Change callers.
11432 (decode_coding_emacs_mule, decode_coding_iso_2022)
11433 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
11434 Produce charset annotation data in coding->charbuf.
11435 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
11436 to charset annotation data in coding->charbuf.
11437 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
11438 coding->common_flags if the coding system is iso-2022 based and
11439 uses designation.
11440 (produce_composition): Adjust for the new annotation data format.
11441 (produce_charset): New function.
11442 (produce_annotation): Handle charset annotation.
11443 (handle_composition_annotation, handle_charset_annotation): New
11444 functions.
11445 (consume_chars): Handle charset annotation. Utilize the above two
11446 functions.
11447 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
11448 buffer, get the deleted text as a string and set
11449 coding->src_object to that string.
11450 (detect_coding, detect_coding_system): Use the new struct
11451 coding_detection_info.
11452
11453 * coding.h (struct coding_detection_info): New structure.
11454 (struct coding_system): Adjust prototype of the member `detector'.
11455 (CODING_ANNOTATE_CHARSET_MASK): New macro.
11456
114572008-02-01 Kenichi Handa <handa@m17n.org>
11458
11459 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
11460
114612008-02-01 Dave Love <fx@gnu.org>
11462
11463 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
11464 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
11465 to new local and nullify apropos_accumulate before returning.
11466 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
11467
114682008-02-01 Kenichi Handa <handa@m17n.org>
11469
11470 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
11471 correctly.
e3eea1fc 11472
aac0c6e3
MR
114732008-02-01 Dave Love <fx@gnu.org>
11474
11475 * fns.c (Flanginfo): Call synchronize_system_time_locale.
11476
114772008-02-01 Kenichi Handa <handa@m17n.org>
11478
11479 The following changes are to make character composition happen
11480 automatically on displaying.
11481
11482 * Makefile.in (lisp, shortlisp): Add composite.elc.
11483
11484 * composite.h (Qauto_composed, Vauto_composition_function)
11485 (Qauto_composition_function): Extern them.
11486
11487 * composite.c (Vcomposition_function_table)
11488 (Qcomposition_function_table): Delete variables.
11489 (Qauto_composed, Vauto_composition_function)
11490 (Qauto_composition_function): New variables.
11491 (run_composition_function): Don't call
11492 compose-chars-after-function.
11493 (update_compositions): Clear `auto-composed' text property.
11494 (compose_chars_in_text): Delete this function.
11495 (syms_of_composite): Staticpro Qauto_composed and
11496 Qauto_composition_function. Declare Vauto_composition_function as
11497 a Lisp variable.
11498
11499 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
11500
11501 * xdisp.c (it_props): Add an entry for Qauto_composed.
11502 (handle_auto_composed_prop): New function.
11503
11504 * xselect.c (selection_data_to_lisp_data): Don't call
11505 compose_chars_in_text.
11506
115072008-02-01 Dave Love <fx@gnu.org>
11508
11509 * keyboard.c (read_char): Modify checking around use of
11510 Vkeyboard_translate_table.
11511
11512 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11513 and fix C types.
11514
115152008-02-01 Kenichi Handa <handa@m17n.org>
11516
11517 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
11518 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11519 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
11520 the case that the last byte is '\r' correctly.
11521 (decode_coding): Flush out the unprocessed data correctly.
11522 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
11523
115242008-02-01 Dave Love <fx@gnu.org>
11525
11526 * xterm.c (XTread_socket): Fix changes for defined keysyms.
11527 Add XK_ISO... case.
11528 (xaw_scroll_callback): Revert last change.
11529
115302008-02-01 Kenichi Handa <handa@m17n.org>
11531
11532 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
11533
115342008-02-01 Kenichi Handa <handa@m17n.org>
11535
11536 * xfaces.c (Vface_resizing_fonts): New variable.
11537 (struct font_name): New member `resizing_ratio'.
11538 (font_resizing_ratio): New function.
11539 (split_font_name): Set font->resizing_ratio.
11540 (better_font_p): Pay attention to font->resizing_ratio.
11541 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
11542 RESX, and RESY fields.
11543 (try_alternative_families): Try scalable fonts if
11544 Vscalable_fonts_allowed is not Qt.
11545 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
11546
115472008-02-01 Dave Love <fx@gnu.org>
11548
11549 * xterm.c (xaw_scroll_callback): Cast correctly.
11550
115512008-02-01 Dave Love <fx@gnu.org>
11552
11553 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
11554 (lispy_kana_keys): Comment out.
11555 (make_lispy_event) [XK_kana_A]: Comment out.
11556
11557 * xterm.c (xaw_scroll_callback): Cast call_data.
11558 (XTread_socket): Deal with ASCII keysyms.
11559 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
11560
115612008-02-01 Dave Love <fx@gnu.org>
11562
11563 * xterm.c (Vx_keysym_table): New.
11564 (syms_of_xterm): Initialize it.
11565 (XTread_socket): Use it.
11566 From head: Eliminate incorrect optimization that tried to avoid
11567 decoding the output of X*LookupString.
11568 (x_get_font_repertory): Delete charset declaration.
11569
115702008-02-01 Kenichi Handa <handa@m17n.org>
11571
11572 * coding.c (detect_coding_charset): If only ASCII bytes are found,
11573 return 0.
11574 (Fdefine_coding_system_internal): Setup
11575 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
11576
115772008-02-01 Dave Love <fx@gnu.org>
11578
11579 * coding.c (Fcheck_coding_system): Doc fix.
11580
11581 * editfns.c (Finsert_byte): Return a proper value.
11582
115832008-02-01 Kenichi Handa <handa@m17n.org>
11584
11585 * coding.c (decode_coding): Fix args to translate_chars. Pay
11586 attention to Vstandard_translation_table_for_decode.
11587 (encode_coding): Fix args to translate_chars. Pay attention to
11588 Vstandard_translation_table_for_encode.
11589
11590 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
11591 SINGLE_BYTE_CHAR_P.
11592
11593 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
11594 not by SINGLE_BYTE_CHAR_P.
11595
11596 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
11597 SINGLE_BYTE_CHAR_P.
11598
11599 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
11600 SINGLE_BYTE_CHAR_P.
11601
11602 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
11603 by SINGLE_BYTE_CHAR_P.
11604
11605 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
11606 SINGLE_BYTE_CHAR_P.
11607
116082008-02-01 Dave Love <fx@gnu.org>
11609
11610 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
11611
116122008-02-01 Dave Love <fx@gnu.org>
11613
11614 * fns.c (Flanginfo): Fix typo.
11615
11616 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
11617
116182008-02-01 Kenichi Handa <handa@m17n.org>
11619
11620 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
11621 (detect_coding_emacs_mule, detect_coding_iso_2022)
11622 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
11623 incomplete byte sequence. Don't update *mask when correctly detected.
11624 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
11625 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
11626 (detect_coding, detect_coding_system): Adjust for the changes above.
11627
116282008-02-01 Kenichi Handa <handa@m17n.org>
11629
11630 * character.c (char_string): Rename from
11631 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
11632 (string_char): Rename from string_char.
11633
11634 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
11635 if C is greater than MAX_3_BYTE_CHAR.
11636 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
11637 string_char instead of string_char_with_unification.
11638
116392008-02-01 Dave Love <fx@gnu.org>
11640
11641 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
11642
116432008-02-01 Kenichi Handa <handa@m17n.org>
11644
11645 * keymap.c (push_key_description): Pay attention to force_multibyte.
11646
11647 * regex.c (re_search_2): Fix for the case of unibyte buffer.
11648
116492008-02-01 Dave Love <fx@gnu.org>
11650
11651 * charset.c (define_charset_internal): Rename `supprementary'.
11652
11653 * Makefile.in (lisp, shortlisp): Remove latin-N.
11654
116552008-02-01 Dave Love <fx@gnu.org>
11656
11657 * xfns.c (x_window, x_window): Use use_xim.
11658
11659 * xterm.c (use_xim): Initialize.
11660 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
11661 (x_term_init): Maybe set use_xim.
11662
11663 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
11664
116652008-02-01 Kenichi Handa <handa@m17n.org>
11666
11667 * search.c (search_buffer): Fix case-fold-search of multibyte
11668 characters.
11669 (boyer_moore): Rename the last argument to char_high_bits.
11670
116712008-02-01 Kenichi Handa <handa@m17n.org>
11672
11673 * xdisp.c (display_string): Fix for the case of zero width glyph.
11674
11675 * xfns.c (x_set_font): Change the error message of the case that
11676 x_new_fontset returns Qt.
11677
11678 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
11679 (Finternal_set_lisp_face_attribute): Use signal_error for the
11680 error of invalid fontset.
11681
11682 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
11683 fontset, return Qt.
11684
116852008-02-01 Dave Love <fx@gnu.org>
11686
11687 * unexelf.c (unexec): Make .got handling not SGI-specific.
11688
11689 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
11690
11691 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
11692
11693 * keyboard.c (read_key_sequence): Fix type error.
11694
11695 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
11696 type error.
11697
11698 * fontset.c (fontset_add): Return Lisp_Object.
11699
117002008-02-01 Dave Love <fx@gnu.org>
11701
11702 * charset.h (charset_ordered_list_tick): Declare extern.
11703
117042008-02-01 Kenichi Handa <handa@m17n.org>
11705
11706 The following changes (and some of 2008-02-01 changes of mine) are
11707 for handling syntax, category, and case conversion for unibyte
11708 characters by converting them to multibyte on the fly. With these
11709 changes, we don't have to setup syntax and case tables for unibyte
11710 characters in each language environment.
11711
11712 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
11713 multibyte if necessary.
11714
11715 * bytecode.c (Fbyte_code): Likewise.
11716
11717 * character.h (LEADING_CODE_LATIN_1_MIN)
11718 (LEADING_CODE_LATIN_1_MAX): New macros.
11719 (unibyte_to_multibyte_table): Extern it.
11720 (unibyte_char_to_multibyte): New macro.
11721 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
11722 (CHAR_LEADING_CODE): New macro.
11723 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
11724
11725 * character.c (unibyte_to_multibyte_table): New variable.
11726 (unibyte_char_to_multibyte): Move to character.h and define as macro.
11727 (multibyte_char_to_unibyte): If C is an eight-bit character,
11728 convert it to the corresponding byte value.
11729
11730 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
11731 not 1, signals an error. Update the elements of
11732 unibyte_to_multibyte_table.
11733 (init_charset_once): Initialize unibyte_to_multibyte_table.
11734 (syms_of_charset): Define the charset `iso-8859-1'.
11735
11736 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
11737 as is without converting it to unibyte. In a unibyte buffer,
11738 convert C to multibyte before checking the syntax.
11739
11740 * lisp.h (unibyte_char_to_multibyte): Delete extern.
11741
11742 * minibuf.c (Fminibuffer_complete_word): Use the macro
11743 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
11744
11745 * regex.h (struct re_pattern_buffer): New member target_multibyte.
11746
11747 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
11748 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
11749 that is zero, convert an eight-bit char to multibyte.
11750 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
11751 non-emacs case.
11752 (PATFETCH): Convert an eight-bit char to multibyte.
11753 (HANDLE_UNIBYTE_RANGE): New macro.
11754 (regex_compile): Setup the compiled pattern for multibyte chars
11755 even if the given regex string is unibyte. Use PATFETCH_RAW
11756 instead of PATFETCH in many places. To handle `charset'
11757 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
11758 only for ASCII chars.
11759 (analyse_first) <exactn>: Simplify because the compiled pattern
11760 is multibyte.
11761 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
11762 <charset>: Use CHAR_LEADING_CODE to get leading codes.
11763 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
11764 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
11765 multibyte always 1.
11766 (re_search_2): In emacs, set the locale variable multibyte to 1,
11767 otherwise to 0. New local variable target_multibyte. Check it
11768 to decide the multibyteness of STR1 and STR2. If
11769 target_multibyte is zero, convert unibyte chars to multibyte
11770 before translating and checking fastmap.
11771 (TARGET_CHAR_AND_LENGTH): New macro.
11772 (re_match_2_internal): In emacs, set the locale variable multibyte
11773 to 1, otherwise to 0. New local variable target_multibyte. Check
11774 it to decide the multibyteness of STR1 and STR2. Use
11775 TARGET_CHAR_AND_LENGTH to fetch a character from D.
11776 <charset, charset_not>: If multibyte is nonzero, check fastmap
11777 only for ASCII chars. Call bcmp_translate with
11778 target_multibyte, not with multibyte.
11779 <begline>: Declare the local variable C as `unsigned'.
11780 (bcmp_translate): Change the last arg name to target_multibyte.
11781
11782 * search.c (compile_pattern_1): Don't adjust the multibyteness of
11783 the regexp pattern and the matching target. Set cp->buf.multibyte
11784 to the multibyteness of the regexp pattern. Set
11785 cp->but.target_multibyte to the multibyteness of the matching target.
11786 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
11787 FETCH_STRING_CHAR_ADVANCE.
11788 (Freplace_match): Convert unibyte chars to multibyte.
11789
11790 * syntax.c (char_quoted, back_comment, scan_words)
11791 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
11792 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
11793 unibyte chars to multibyte.
11794 (skip_chars): Delete the arg syntaxp, and move the code for
11795 handling syntaxes to skip_syntaxes. Change callers.
11796 Fix the case that the multibyteness of STRING and the current
11797 buffer doesn't match.
11798 (skip_syntaxes): New function.
11799 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
11800 SINGLE_BYTE_CHAR_P.
11801
118022008-02-01 Kenichi Handa <handa@m17n.org>
11803
11804 * xfaces.c (QCfontset): New variable.
11805 (LFACE_FONTSET): New macro.
11806 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
11807 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
11808 (Finternal_set_lisp_face_attribute)
11809 (Finternal_get_lisp_face_attribute): Handle QCfontset.
11810 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
11811 check also LFACE_FONTSET_INDEX.
11812 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
11813 attrs[LFACE_FONT_INDEX].
11814 (syms_of_xfaces): Intern and staticpro QCfontset.
11815
11816 * dispextern.h (enum lface_attribute_index): New member
11817 LFACE_FONTSET_INDEX.
11818
11819 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
11820
118212008-02-01 Kenichi Handa <handa@m17n.org>
11822
11823 * coding.c (coding_set_destination): Fix coding->destination for
11824 the case converting a region.
11825 (encode_coding_utf_8): Encode eight-bit chars as single byte.
11826 (encode_coding_object): Fix coding->dst_pos and
11827 coding->dst_pos_byte for the case converting a region.
11828
11829 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
11830
11831 * character.h (BYTE8_STRING): New macro.
11832
11833 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
11834
118352008-02-01 Kenichi Handa <handa@m17n.org>
11836
11837 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
11838 characters by octal form.
11839
11840 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
11841
11842 * buffer.h (_fetch_multibyte_char_len): Delete extern.
11843 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
11844 _fetch_multibyte_char_len.
11845 (FETCH_CHAR_AS_MULTIBYTE): New macro.
11846
11847 * casetab.c (set_canon, set_identity, shuffle): Simplify.
11848
11849 * casefiddle.c (casify_object): Simplify. Handle the case that
11850 the case conversion change the byte length.
11851 (casify_region): Likewise.
11852
11853 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
11854
11855 * character.c (_fetch_multibyte_char_len): Delete this variable.
11856 (syms_of_character): Setup Vprintable_chars.
11857
11858 * editfns.c (Fchar_equal): Fix for the unibyte case.
11859 (Finsert_byte): New function.
11860 (syms_of_editfns): Defsubr it.
11861
11862 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
11863 of direct code 0x3ffff.
11864
11865 * search.c (Freplace_match): Fix for the unibyte case.
11866
118672008-02-01 Kenichi Handa <handa@m17n.org>
11868
11869 * lread.c (safe_to_load_p): Fix the logic.
11870
11871 * syntax.c (scan_words): Don't treat characters belonging to
11872 different scripts as constituting a word.
11873
11874 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
11875
11876 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
11877
11878 * emacs.c (main): In the case of --unibyte, instead of aborting on
11879 finding non-empty buffer, make it unibyte.
11880
118812008-02-01 Kenichi Handa <handa@m17n.org>
11882
11883 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
11884 to create a fontset.
11885
118862008-02-01 Dave Love <fx@gnu.org>
11887
11888 * character.c (Funibyte_char_to_multibyte): Doc fix.
11889
11890 * xfns.c [HAVE_STDLIB_H]: Fix last change.
11891
118922008-02-01 Kenichi Handa <handa@m17n.org>
11893
11894 * fontset.c (fontset_add): Make the type `int'.
11895 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
11896
11897 * character.c (unibyte_char_to_multibyte)
11898 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
11899 charset_unibyte, not charset_primary.
11900
11901 * charset.h (charset_unibyte): Extern it instead of charset_primary.
11902
11903 * charset.c (charset_unibyte): Rename from charset_primary.
11904 (Funibyte_charset): Rename from Fprimary_charset.
11905 (Fset_unibyte_charset): Rename from Fset_primary_charset.
11906 (syms_of_charset): Adjust for the above changes.
11907
11908 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
11909 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
11910 it->multibyte_p is zero.
11911
11912 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
11913 Delete extern.
11914
119152008-02-01 Kenichi Handa <handa@m17n.org>
11916
11917 * coding.c (Fdefine_coding_system_internal): Fix category setting
11918 for a coding system of type iso-2022.
11919
119202008-02-01 Kenichi Handa <handa@m17n.org>
11921
11922 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
11923
119242008-02-01 Kenichi Handa <handa@m17n.org>
11925
11926 * syntax.c (Vnext_word_boundary_function_table): New variable.
11927 (next-word-boundary-function-table): Declare it as a Lisp variable
11928 in syms_of_syntax.
11929 (scan_words): Call functions in Vnext_word_boundary_function_table
11930 if any.
11931
11932 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
11933
11934 * fontset.c (fs_load_font): If fontp->charset is not negative,
11935 return fontp without setting its members.
11936
119372008-02-01 Dave Love <fx@gnu.org>
11938
11939 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
11940
11941 * m/sparc.h (HAVE_ALLOCA): Delete.
11942
11943 * s/irix6-5.h: Don't include strings.h.
11944 (bcopy, bzero, bcmp): Don't undef.
11945
11946 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
11947
11948 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
11949 (TIOCSIGSEND): Don't test IRIX6.
11950 (bcopy, bzero, bcmp): Define conditionally.
11951
119522008-02-01 Kenichi Handa <handa@m17n.org>
11953
11954 * buffer.c (Qas, Qmake, Qto): New variables.
11955 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
11956 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
11957
11958 * callproc.c (Fcall_process): Don't call insert_1_both directly if
11959 we are inserting a process output into a multibyte buffer.
11960
11961 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
11962 multibyte_char_to_unibyte.
11963
11964 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
11965 by the primary charset, make it eight-bit char.
11966 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
11967
11968 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
11969 (charset_8_bit__control, charset_8_bit_graphic)
11970 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
11971 (define_charset_internal): New function.
11972 (syms_of_charset): Call define_charset_internal for pre-defined
11973 charsets.
11974
11975 * charset.h (charset_8_bit): Extern it.
11976
11977 * coding.c (make_conversion_work_buffer): Adjust for the change
11978 of Fset_buffer_multibyte.
11979 (encode_coding_raw_text): Increment p0 in the loop.
11980
11981 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
11982
11983 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
11984 for the change of Fset_buffer_multibyte.
11985
11986 * fns.c (Fstring_to_multibyte): New function.
11987 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
11988
119892008-02-01 Dave Love <fx@gnu.org>
11990
11991 * xfns.c (x_put_x_image): Declare args.
11992
11993 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
11994 (try_font_list): Declare an arg.
11995
11996 * xdisp.c (message2_nolog, set_message): Declare an arg.
11997
11998 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
11999
12000 * syntax.c (scan_sexps_forward): Declare an arg.
12001
12002 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
12003 Declare an arg.
12004
12005 * lisp.h (Fnew_fontset): Declare.
12006
12007 * keymap.c (push_key_description): Call CHARACTERP correctly.
12008
12009 * fontset.c (fontset_add): Declare args. Call make_number correctly.
12010 (face_for_char): Delete unused vars.
12011 (Fset_fontset_font): Doc fix. Delete unused vars.
12012
12013 * doc.c (Fsubstitute_command_keys): Delete unused vars.
12014
12015 * composite.c (update_compositions): Declare arg.
12016
12017 * cm.c (calccost, cmgoto): Declare args.
12018
12019 * charset.c: Remove `emacs' conditional. Doc fixes.
12020 (map_char_table_for_charset): Declare.
12021
12022 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
12023
12024 * ccl.c: Remove `emacs' conditional.
12025
120262008-02-01 Kenichi Handa <handa@m17n.org>
12027
12028 The following changes are to allow specifying multiple font
12029 patterns for a character range (specified by script or charset).
12030
12031 * Makefile.in (abbrev.o): Depend on syntax.h.
12032 (xfaces.o): Depend on charset.h.
12033
12034 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
12035 SINGLE_BYTE_CHAR_P.
12036
12037 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
12038
12039 * character.h (Vchar_script_table): Extern it.
12040
12041 * character.c (Vscript_alist): Delete.
12042 (Vchar_script_table, Qchar_script_table): New variable.
12043 (syms_of_character): Declare Vchar_script_table as a lisp variable
12044 and initialize it.
12045
12046 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
12047 have property char-table-extra-slots, make no extra slot.
12048
12049 * dispextern.h (struct face): Delete member `charset'.
12050 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
12051 SINGLE_BYTE_CHAR_P.
12052 (choose_face_font, lookup_non_ascii_face, font_name_registry):
12053 Add prototypes.
12054 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
12055 (generate_ascii_font_name): Rename from generate_ascii_font.
12056
12057 * fontset.h (get_font_repertory_func): New prototype.
12058 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
12059 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
12060
12061 * fontset.c (Qprepend, Qappend): New variables.
12062 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
12063 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
12064 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
12065 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
12066 (fontset_ref_and_range, fontset_add, reorder_font_vector)
12067 (load_font_get_repertory): New functions.
12068 (fontset_set): Delete.
12069 (fontset_face): New arg FACE. Return face ID, not face.
12070 Complete re-write to handle new fontset structure. Change caller.
12071 (free_face_fontset): Use ASET istead of AREF (X) = Y.
12072 (face_for_char): Don't call lookup_face.
12073 (make_fontset_for_ascii_face): New arg FACE.
12074 (fs_load_font): New arg CHARSET_ID. Don't check
12075 Vfont_encoding_alist here.
12076 (find_font_encoding): New function.
12077 (list_fontsets): Use STRINGP, not ! NILP.
12078 (accumulate_script_ranges): New function.
12079 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
12080 re-written to handle new fontset structure.
12081 (Ffontset_font): Return a copy of element.
12082 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
12083 docstring of font-encoding-alist.
12084
12085 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
12086 (Fset_fotset_font): Fix arguments to 5.
12087
12088 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
12089
12090 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
12091 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
12092 (highlight_trailing_whitespace): Adjust for the change of
12093 lookup_named_face.
12094
12095 * xfaces.c: Include charset.h.
12096 (load_face_font): Delete argument C. Change caller.
12097 (generate_ascii_font_name): Rename from generate_ascii_font.
12098 (font_name_registry): New function.
12099 (cache_face): Store ascii faces before non-ascii faces in buckets.
12100 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
12101 Lookup only ascii faces.
12102 (lookup_non_ascii_face): New function.
12103 (lookup_named_face): Delete argument C. Change caller.
12104 (lookup_derived_face): Delete argument C. Change caller.
12105 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
12106 a string, just call font_list with it.
12107 (choose_face_font): Delete arguments FACE and C. New arg
12108 FONT_SPEC. Change caller.
12109 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
12110 Change caller.
12111 (realize_non_ascii_face): New function.
12112 (realize_x_face): Call load_face_font here.
12113 (realize_tty_face): Delete argument C. Change caller.
12114 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
12115 get a face ID.
12116 (dump_realized_face): Don't print charset of FACE.
12117
12118 * xfns.c (x_set_font): Always call x_new_fontset and
12119 store_frame_parameter.
12120 (Fx_create_frame): Call x_new_fontset, not x_new_font.
12121 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
12122
12123 * xterm.h (x_get_font_repertory): Extern it.
12124
12125 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
12126 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
12127 it->multibyte_p is zero.
12128 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
12129 (x_new_fontset): If FONTSETNAME doesn't match any existing
12130 fontsets, create a new one.
12131 (x_get_font_repertory): New function.
12132
121332008-02-01 Kenichi Handa <handa@m17n.org>
12134
12135 * coding.c (Ffind_coding_systems_region_internal): Detect an
12136 ASCII only string correctly.
12137
12138 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
12139 version is 0.
12140
121412008-02-01 Kenichi Handa <handa@m17n.org>
12142
12143 * lread.c: Include "coding.h".
12144 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
12145 (load_each_byte, unread_char): New variables.
12146 (readchar_backlog): Delete.
12147 (readchar): Return a character unless load_each_byte is nonzero.
12148 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
12149 cons. If unread_char is not -1, simply return it.
12150 (unreadchar): Handle the case that readcharfun is
12151 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
12152 (read_multibyte): Delete.
12153 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
12154 (read_emacs_mule_char): New functions.
12155 (Fload): Even if the file doesn't have the extension ".elc", if
12156 safe_to_load_p returns a positive version number, assume that the
12157 file contains bytecompiled code. If the version is less than 22,
12158 load the file while decoding multibyte sequences by emacs-mule.
12159 (readevalloop): Don't use readchar_backlog.
12160 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
12161 (Fread_from_string): Pay attention to the case that STREAM is a cons.
12162 (read_escape): Delete the arg BYTEREP.
12163 (read1): Set load_each_byte to 1 temporarily while handling
12164 #@NUMBER. Don't call read_multibyte.
12165 (read_vector): Call Fread with a cons. If readcharfun is
12166 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
12167 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
12168 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
12169 and Qload_force_doc_strings.
12170
121712008-02-01 Kenichi Handa <handa@m17n.org>
12172
12173 * xdisp.c (face_before_or_after_it_pos): Call
12174 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
12175
121762008-02-01 Kenichi Handa <handa@m17n.org>
12177
12178 * character.h (TRAILING_CODE_P): New macro.
12179 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
12180 (string_char_with_unification): Fix prototype.
12181 (Vscript_alist): Extern it.
12182
12183 * character.c (Vscript_alist): New variable.
12184 (string_char_with_unification, str_as_unibyte)
12185 (string_escape_byte8): Add `const' to local variables.
12186 (syms_of_character): Declare script-alist as a Lisp variable.
12187
12188 * charset.h (Vcharset_ordered_list): Extern it.
12189 (charset_ordered_list_tick): Extern it.
12190 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
12191 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
12192 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
12193 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
12194 (Funify_charset): Adjust for the change of Funify_charset.
12195
12196 * charset.c (charset_ordered_list_tick): New variable.
12197 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
12198 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
12199 deunify intead of unify a charset.
12200 (string_xstring_p): Add `const' to local variables.
12201 (find_charsets_in_text): Add `const' to arguments and local variables.
12202 (encode_char): Adjust for the change of Funify_charset. Fix
12203 detecting of invalid code.
12204 (Fset_charset_priority): Increment charset_ordered_list_tick.
12205 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
12206 and TO_CODE.
12207
12208 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
12209 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
12210 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
12211 (decode_coding_ccl, consume_chars)
12212 (Ffind_coding_systems_region_internal)
12213 (Fcheck_coding_systems_region): Add `const' to local variables.
12214
12215 * print.c (print_object): Use octal form for printing the
12216 contents of a bool vector.
12217
122182008-02-01 Dave Love <fx@gnu.org>
12219
12220 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
12221 <version == 20>: Refuse to load.
12222
122232008-02-01 Dave Love <fx@gnu.org>
12224
12225 * fns.c: Move coding.h.
12226 (Qcodeset, Qdays, Qmonths): New.
12227 (concat): Use CHARACTERP instead of INTEGERP.
12228 (Flocale_codeset): Delete.
12229 (Flanginfo): New function.
12230 (syms_of_fns): Change accordingly.
12231
12232 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
12233
122342008-02-01 Dave Love <fx@gnu.org>
12235
12236 * casetab.c (init_casetab_once, init_casetab_once): Fix
12237 CHAR_TABLE_SET call.
12238
12239 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
12240
12241 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
12242
12243 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
12244 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
12245 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
12246
12247 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
12248
12249 * coding.c (ENCODE_DESIGNATION, decode_eol)
12250 (make_conversion_work_buffer, code_conversion_restore)
12251 (Fdefine_coding_system_internal): Convert Lisp types.
12252 (code_conversion_restore): Use EQ, not ==.
12253 (Fencode_coding_string): Fix code_convert_string call.
12254
12255 * coding.h (code_convert_region): Fix prototype.
12256
12257 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
12258
12259 * fontset.c (fontset_ref, fontset_set, fs_load_font)
12260 (Ffontset_info): Convert Lisp types.
12261
12262 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
12263
12264 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
12265
12266 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
12267
12268 * chartab.c: Include "...h", not <...h> in some cases.
12269
12270 * callproc.c (Fcall_process): Remove unused variables.
12271
122722008-02-01 Dave Love <fx@gnu.org>
12273
12274 * coding.c (Fset_coding_system_priority): Allow null arg list.
12275
122762008-02-01 Dave Love <fx@gnu.org>
12277
12278 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
12279 (Fself_insert_and_exit): Use CHARACTERP.
12280
12281 * callproc.c (Fcall_process): Remove unused vars.
12282
12283 * xterm.c (XTread_socket): Add extra dead keysyms.
12284
12285 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
12286
12287 * dispextern.h: Remove prototypes for redraw_frame,
12288 redraw_garbaged_frames.
12289
12290 * cmds.c (Fself_insert_command): Use CHARACTERP.
12291
12292 * chartab.c (make_sub_char_table): Remove unused var.
12293 (Fset_char_table_default, Fmap_char_table): Doc fix.
12294
12295 * keymap.c (access_keymap): Remove generic char code.
12296 (push_key_description): Use CHARACTERP.
12297
122982008-02-01 Dave Love <fx@gnu.org>
12299
12300 * charset.c: Doc fixes.
12301 (Funify_charset): Extra checking.
12302
123032008-02-01 Dave Love <fx@gnu.org>
12304
12305 * lread.c: Remove some unused variables.
12306 (safe_to_load_p): If safe, return the magic number version byte.
12307 (Fload): Maybe use load-with-code-conversion.
12308
123092008-02-01 Kenichi Handa <handa@m17n.org>
12310
12311 * category.c (Fmodify_category_entry): Don't modify the contents
12312 of category_set for characters out of the range. Avoid
12313 unnecessary modification.
12314
12315 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
12316 Vchar_unify_table. The default value of the table is now nil.
12317
12318 * character.c (syms_of_character): Setup Vchar_width_table for
12319 eight-bit-control and raw-byte chars.
12320
12321 * charset.h (enum define_charset_arg_index): Delete
12322 charset_arg_parents and add charset_arg_subset and
12323 charset_arg_superset.
12324 (enum charset_attr_index): Delete charset_parents and add
12325 charset_subset and charset_superset.
12326 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
12327 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
12328 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
12329 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
12330 (CHARSET_SUPERSET): New macros.
12331 (charset_work): Extern it.
12332 (ENCODE_CHAR): Use charset_work.
12333 (CHAR_CHARSET_P): Adjust for the change of encoder format.
12334 (map_charset_chars): Extern it.
12335
12336 * charset.c (load_charset_map): Set the default value of encoder
12337 and deunifier char-tables to nil.
12338 (map_charset_chars): Change argument. Change callers. Use
12339 map_char_table_for_charset instead of map_char_table.
12340 (Fmap_charset_chars): New optional args from_code and to_code.
12341 (Fdefine_charset_internal): Adjust for the change of
12342 `define-charset' (:parents -> :subset or :superset).
12343 (charset_work): New variable.
12344 (encode_char, syms_of_charset): Adjust for the change of
12345 Fdefine_charset_internal.
12346 (Ffind_charset_string): Setup the vector `charsets' correctly.
12347
12348 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
12349 the previous change.
12350 (char_table_ref_and_range): Adjust for the above change.
12351 (map_sub_char_table_for_charset): New function.
12352 (map_char_table_for_charset): New function.
12353
12354 * keymap.c (describe_vector): Handle a char-table directly here.
12355 (describe_char_table): Delete.
12356
12357 * lisp.h (map_charset_chars): Delete.
12358
123592008-02-01 Dave Love <fx@gnu.org>
12360
12361 * fns.c (count_combining): Comment out (unused).
12362 (Flocale_codeset): New.
12363 (syms_of_fns): Defsubr it.
12364
12365 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
12366 (size_t): Remove.
12367
123682008-02-01 Dave Love <fx@gnu.org>
12369
12370 * Makefile.in (chartab.o): Depend on charset.h.
12371
123722008-02-01 Kenichi Handa <handa@m17n.org>
12373
12374 * character.c (syms_of_character): Set the default value of
12375 Vprintable_chars to Qnil.
12376
123772008-02-01 Dave Love <fx@gnu.org>
12378
12379 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
12380
123812008-02-01 Kenichi Handa <handa@m17n.org>
12382
12383 * charset.c (load_charset_map): Handle the case that from < to
12384 correctly.
12385
12386 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
12387 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
12388 Pay attention to raw-8-bit chars.
12389
123902008-02-01 Kenichi Handa <handa@m17n.org>
12391
12392 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
12393 It is not bytecompiled now.
12394
12395 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
12396 (charset_jisx0208): New variables.
12397 (Fdefine_charset_internal): Setup them if appropriate.
12398 (init_charset_once): Initialize them to -1.
12399
12400 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
12401 (charset_jisx0208): Extern them.
12402
12403 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
12404 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
12405 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
12406 (setup_iso_safe_charsets): Fix arguments to Fassq.
12407 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
12408 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
12409 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
12410 (encode_coding_iso_2022): Change the 1st arg to
12411 ENCODE_ISO_CHARACTER to a variable.
12412
124132008-02-01 Kenichi Handa <handa@m17n.org>
12414
12415 * charset.h (enum define_charset_arg_index): New enums
12416 charset_arg_min_code and charset_arg_max_code.
12417 (struct charset): New member char_index_offset.
12418
12419 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
12420 Take charset->char_index_offset into account.
12421 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
12422 args[charset_arg_max_code]. Setup charset.char_index_offset.
12423 (syms_of_charset): Fix args to Fdefine_charset_internal.
12424
124252008-02-01 Dave Love <fx@gnu.org>
12426
12427 * coding.c (decode_coding_utf_8): Reject overlong sequences.
12428
124292008-02-01 Dave Love <fx@gnu.org>
12430
12431 * coding.c: Doc fixes.
12432 (Fcoding_system_aliases): Fix return value.
12433 (Qmac): Remove (duplicated) definition.
12434
124352008-02-01 Dave Love <fx@gnu.org>
12436
12437 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
12438 functions.
12439
12440 * character.c (Fstring): Doc fix.
12441
12442 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
12443
12444 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
12445 ids.
12446 (font-encoding-alist): Doc fix.
12447
124482008-02-01 Dave Love <fx@gnu.org>
12449
12450 * term.c (costs_set): Declare static, non-initialized for pcc.
12451 (encode_terminal_code): Remove unused var.
12452
12453 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
12454 for K&R.
12455
12456 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
12457
12458 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
12459 (suffixes): Move out of make_subsidiaries for K&R.
12460
12461 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
12462
12463 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
12464
124652008-02-01 Dave Love <fx@gnu.org>
12466
12467 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
12468
12469 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
12470
124712008-02-01 Yong Lu <lyongu@asia-infonet.com>
12472
12473 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
12474
12475 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
12476
124772008-02-01 Kenichi Handa <handa@m17n.org>
12478
12479 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
12480 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
12481
124822008-02-01 Kenichi Handa <handa@m17n.org>
12483
12484 * coding.c (decode_coding_charset): Adjust for the change of
12485 Fdefine_coding_system_internal.
12486 (Fdefine_coding_system_internal): For a coding system of
12487 `charset' type, store a list of charset IDs in
12488 `charset_attr_charset_valids' element of coding attributes.
12489
124902008-02-01 Kenichi Handa <handa@m17n.org>
12491
12492 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
12493 (emacs_mule_char): New arg src. Delete arg `composition'. Change
12494 caller. Handle 2-byte and 3-byte charsets correctly.
12495 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
12496 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
12497 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
12498 (DECODE_EMACS_MULE_21_COMPOSITION): Call
12499 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
12500 sequence.
12501 (decode_coding_emacs_mule): Handle composition correctly. Rewind
12502 `src' and `consumed_chars' correctly before calling emacs_mule_char.
12503 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
12504 and alt&rule composition.
12505 (decode_coding_iso_2022): Handle composition correctly.
12506 (init_coding_once): Setup emacs_mule_bytes for private charsets.
12507
12508 * charset.c (Fdefine_charset_internal): Fix bug for the case of
12509 re-defining a charset. If the charset has :emacs-mule-id, setup
12510 emacs_mule_bytes.
12511 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
12512
125132008-02-01 Kenichi Handa <handa@m17n.org>
12514
12515 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
12516 (encode_coding_big5, encode_coding_charset): If coding requires safe
12517 encoding, produce a character specified by
12518 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
12519
125202008-02-01 Dave Love <fx@gnu.org>
12521
12522 * xterm.c (XSetIMValues): Declare.
12523
12524 * process.c: Conditionally include sys/wait.h, pty.h.
12525
12526 * print.c (print_object): Fix print format for 64-bit systems.
12527
12528 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
12529
12530 * buffer.c (emacs_strerror): Declare.
12531
12532 * fontset.c (Fclear_face_cache): Declare.
12533 (accumulate_font_info): Comment-out (unused).
12534 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
12535 variables.
12536
12537 * character.h (string_escape_byte8): Declare.
12538
12539 * charset.c (load_charset_map, load_charset_map_from_file): Remove
12540 unused vars.
12541 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
12542 (Fmap_charset_chars): Doc fix.
12543
12544 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
12545 (Fset_coding_system_priority, Fset_coding_system_priority)
12546 (Fdefine_coding_system_internal): Doc fix.
12547
125482008-02-01 Dave Love <fx@gnu.org>
12549
12550 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
12551
125522008-02-01 Kenichi Handa <handa@m17n.org>
12553
12554 * character.c (string_escape_byte8): Make multibyte string with
12555 correct size.
12556
12557 * charset.c (Fmake_char): Delete unnecessary code.
12558
125592008-02-01 Kenichi Handa <handa@m17n.org>
12560
12561 * xfns.c (x_encode_text): Allocate coding.destination here, and
12562 call encode_coding_object with dst_object Qnil.
12563
12564 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
12565 multibyte form correctly.
12566
12567 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
12568 against Vfont_encoding_alist.
12569
12570 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
12571 handling of charset list.
12572 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
12573 (decode_coding_object): Move point to coding->dst_pos before
12574 calling post-read-conversion function.
12575 (encode_coding_object): Give correct arguments to
12576 pre-write-conversion. Ignore the return value of
12577 pre-write-conversion function. Pay attention to the case that
12578 pre-write-conversion changes the current buffer. If dst_object is
12579 Qt, even if coding->src_bytes is zero, allocate at least one byte
12580 to coding->destination.
12581
12582 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
12583
12584 * charset.c (Fmake_char): Make it more backward compatible.
12585 (Fmap_charset_chars): Fix docstring.
12586
125872008-02-01 Dave Love <fx@gnu.org>
12588
12589 * coding.c: Doc fixes.
12590 (Fdefine_coding_system_alias): Use names, not symbols, in
12591 coding-system-alist.
12592
125932008-02-01 Kenichi Handa <handa@m17n.org>
12594
12595 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
12596 of calling free_realized_face.
12597
125982008-02-01 Yong Lu <lyongu@asia-infonet.com>
12599
12600 * charset.c (read_hex): Don't treat SPC as a comment starter.
12601 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
12602 (Fdecode_char): Fix typo.
12603
126042008-02-01 Kenichi Handa <handa@m17n.org>
12605
12606 * charset.h (struct charset): New member `code_space_mask'.
12607
12608 * coding.c (coding_set_source): Delete the local variable beg_byte.
12609 (encode_coding_charset, Fdefine_coding_system_internal):
12610 Delete the local variable charset.
12611 (Fdefine_coding_system_internal): Setup
12612 attrs[coding_attr_charset_valids] correctly.
12613
12614 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
12615 member to check if CODE is valid or not.
12616 (Fdefine_charset_internal): Initialize `code_space_mask' member.
12617 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
12618 is within the range of charset->min_code and carset->max_code.
12619
126202008-02-01 Dave Love <fx@gnu.org>
12621
12622 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
12623
12624 * dispextern.h (generate_ascii_font): Fix return type.
12625
12626 * xfaces.c (generate_ascii_font): Fix arg declaration.
12627
12628 * coding.c (coding_inherit_eol_type)
12629 (Fset_terminal_coding_system_internal)
12630 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
12631
126322008-02-01 Kenichi Handa <handa@m17n.org>
12633
12634 * coding.c (decode_coding_charset, encode_coding_charset): Handle
12635 multiple charsets correctly.
12636
126372008-02-01 Kenichi Handa <handa@m17n.org>
12638
12639 * search.c (boyer_moore): Fix handling of multibyte character
12640 translation.
12641
12642 * xdisp.c (display_mode_element): When the variable `elt' is
12643 changed, update `this' and `lisp_string'.
12644
126452008-02-01 Kenichi Handa <handa@m17n.org>
12646
12647 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
12648
12649 * callproc.c (Fcall_process): Be sure to give the current buffer
12650 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
12651
12652 * charset.c (struct charset_map_entries): New struct.
12653 (load_charset_map): Rename from parse_charset_map. New args
12654 entries and n_entries. Change caller.
12655 (load_charset_map_from_file): Rename from load_charset_map.
12656 Change caller. New arg control_flag. Call load_charset_map at
12657 the tail.
12658 (load_charset_map_from_vector): New function.
12659 (Fdefine_charset_internal): Setup charset.compact_codes_p.
12660 (encode_char): If the charset is compact, change a character index
12661 to a code point.
12662
12663 * coding.c (coding_alloc_by_making_gap): Check the case that the
12664 source and destination are the same correctly.
12665 (decode_coding_raw_text): Set coding->consumed_char and
12666 coding->consumed to 0.
12667 (produce_chars): If coding->chars_at_source is nonzero, update
12668 coding->consumed_char and coding->consumed before calling
12669 alloc_destination.
12670 (Fdefine_coding_system_alias): Register ALIAS in
12671 Vcoding_system_alist.
12672 (syms_of_coding): Define `no-conversion' coding system at the tail.
12673
12674 * fileio.c (Finsert_file_contents): Set coding_system instead of
12675 val. If the current buffer is multibyte, always call
12676 decode_coding_gap.
12677
12678 * xfaces.c (try_font_list): Give higher priority to fontset's
12679 family than face's family.
12680
126812008-02-01 Kenichi Handa <handa@m17n.org>
12682
12683 * callproc.c (Fcall_process): Be sure to give the current buffer
12684 to decode_coding_c_string.
12685
12686 * xfaces.c (try_font_list): Give a family specified in a fontset
12687 higher priority than a family specified in a face.
12688
126892008-02-01 Kenichi Handa <handa@m17n.org>
12690
12691 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
12692 Fix arguments to insert_from_buffer.
12693
12694 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
12695
126962008-02-01 Kenichi Handa <handa@m17n.org>
12697
12698 * coding.c (produce_chars): Set the variable `multibytep' correctly.
12699 (decode_coding_gap): Set coding->dst_multibyte correctly.
12700
127012008-02-01 Kenichi Handa <handa@m17n.org>
12702
12703 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
12704 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
12705 (encode_coding_utf_16): Substitute coding->default_char for
12706 non-Unicode characters.
12707 (decode_coding): Don't call record_insert here.
12708 (setup_coding_system): Initialize `surrogate' of
12709 coding->spec.utf_16 to 0.
12710 (EMIT_ONE_BYTE): Fix for multibyte case.
12711
12712 * insdel.c (insert_from_gap): Call record_insert.
12713
127142008-02-01 Kenichi Handa <handa@m17n.org>
12715
12716 * casefiddle.c (casify_region): Fix multibyte case.
12717
12718 * character.c (c_string_width): Add return type `int'.
12719 (char_string_with_unification): Delete arg ADVANCED.
12720
12721 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
12722 (CHAR_STRING): Adjust for the change of char_string_with_unification.
12723 (CHAR_STRING_ADVANCE): Make it do-while statement.
12724
12725 * chartab.c (sub_char_table_set_range): Optimize for the case
12726 DEPTH == 3. Add workaround code for a GCC optimization bug.
12727
12728 * charset.c (parse_charset_map): Remove an unused variable.
12729
12730 * coding.c: Delete unused variables.
12731
12732 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
12733 earlier. If inserted is zero and the coding system doesn't
12734 require flushing, don't call decode_coding_gap.
12735
12736 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
12737
127382008-02-01 Kenichi Handa <handa@m17n.org>
12739
12740 The following changes are for using Unicode as an internal
12741 character model, and use UTF-8 format for buffer/string
12742 representation.
12743
12744 * .gdbinit (xchartable): Adjust for the change of char table structure.
12745 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
12746
12747 * Makefile.in (obj): Add character.o and chartab.o.
12748 (lisp, shortlisp): Remove utf-8.elc.
12749 (*.o): For many files, change dependency on charset.h to
12750 character.h, and add dependency on character.h.
12751 (character.o, chartab.o): New targets.
12752
12753 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
12754 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
12755 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
12756 of "charset.h".
12757
12758 * dired.c, filelock.c: Include "character.h".
12759
12760 * alloc.c: Include "character.h" instead of "charset.h".
12761 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
12762 (syms_of_alloc): Remove defsubr for Smake_char_table.
12763
12764 * buffer.c: Include "character.h" instead of "charset.h", don't
12765 include "coding.h".
12766 (Fset_buffer_multibyte): Adjust for UTF-8.
12767
12768 * buffer.h: EXFUN Fbuffer_live_p.
12769
12770 * callproc.c: Include "character.h" instead of "charset.h".
12771 (Fcall_process): Big change for the new code-conversion APIs.
12772
12773 * casetab.c: Include "character.h" instead of "charset.h".
12774 (set_canon, set_identity, shuffle): Adjust for the new
12775 map_char_table spec.
12776 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
12777 accessing the char table structure.
12778
12779 * chartab.c: New file that implements char table.
12780
12781 * category.c: Include "character.h".
12782 (copy_category_entry): New function.
12783 (copy_category_table): Call map_char_table and copy_category_entry.
12784 (Fmake_category_table): Initialize all top-level slots.
12785 (char_category_set): New function.
12786 (modify_lower_category_set): Delete.
12787 (Fmodify_category_entry): Call char_table_ref_and_range.
12788
12789 * category.h (CATEGORY_SET): Just call char_category_set.
12790
12791 * ccl.c: Include "character.h".
12792 (Qccl, Qcclp): New variables.
12793 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
12794 it's less than 256.
12795 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
12796 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
12797 and DST type.
12798 (ccl_driver): Change types of argument, adjust code accordingly.
12799 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
12800 ccl_driver.
12801 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
12802
12803 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
12804 New members src_multibyte, dst_multibyte, consumed, and produced.
12805 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
12806 (CODING_SPEC_CCL_PROGRAM): New macro.
12807 (ccl_driver): Update prototype.
12808 (Qccl, Qcclp, Fccl_program_p): Extern them.
12809 (CHECK_CCL_PROGRAM): New macro.
12810
12811 * character.c, character.h, chartab.c: New files.
12812
12813 * charset.c: Mostly re-written. Move character and multibyte sequence
12814 handling codes to character.c.
12815
12816 * charset.h: Mostly re-written. Move character and multibyte sequence
12817 handling codes to character.h.
12818
12819 * coding.c, coding.h: Mostly re-written.
12820
12821 * composite.c: Include "character.h" instead of "charset.h".
12822 (CHAR_WIDTH): Move to character.h.
12823 (HASH_KEY, HASH_VALUE): Delete.
12824
12825 * composite.h (enum composition_method): Change order of enumeration
12826 symbols.
12827
12828 * data.c: Include "character.h" instead of "charset.h".
12829 (Faref): Call CHAR_TABLE_REF for a char table.
12830 (Faset): Call CHAR_TABLE_SET for a char table.
12831
12832 * dispextern.h (free_realized_face, check_face_attribytes)
12833 (generate_ascii_font): Extern them.
12834 (free_realized_multibyte_face): Delete extern.
12835
12836 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
12837 table structure.
12838
12839 * editfns.c: Include "character.h" instead of "charset.h".
12840 (Fchar_to_string): Always call CHAR_STRING.
12841
12842 * emacs.c (main): Call init_charset_once, init_charset,
12843 syms_of_chartab, and syms_of_character.
12844
12845 * fileio.c: Include "character.h" instead of "charset.h".
12846 (Finsert_file_contents): Big change for the new code-conversion API.
12847 (choose_write_coding_system, Fwrite_region): Likewise.
12848 (build_annotations_2): Delete.
12849 (e_write): Big change for the new code-conversion API.
12850
12851 * fns.c: Include "character.h" instead of "charset.h".
12852 (copy_sub_char_table): Move to chartab.c.
12853 (Fcopy_sequence): Call copy_char_table for a char table.
12854 (concat): Delete codes calling count_multibyte.
12855 (string_char_to_byte, string_byte_to_char): Adjust for the new
12856 multibyte form.
12857 (internal_equal): Adjust for the change of char table structure.
12858 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
12859 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
12860 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
12861 (char_table_translate, optimize_sub_char_table)
12862 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
12863 chartab.c.
12864 (char_table_ref_and_index): Delete.
12865 (HASH_KEY, HASH_VALUE): Move to lisp.h.
12866 (Fmd5): Call preferred_coding_system instead of accessing
12867 Vcoding_category_list. Adjust for the new code-conversion API.
12868 (syms_of_fns): Move defsubr for char table related functions to
12869 chartab.c.
12870
12871 * fontset.c: Mostly re-written.
12872
12873 * fontset.h (struct font_info): Change type of the member encoding_type.
12874 (enum FONT_SPEC_INDEX): New enum.
12875 (fontset_font_pattern, fs_load_font): Update prototype.
12876 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
12877
12878 * indent.c: Include "character.h" instead of "charset.h".
12879 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
12880
12881 * insdel.c: Include "character.h" instead of "charset.h".
12882 (copy_text): Don't refer to Vnonascii_translation_table.
12883 (insert_from_gap): New function.
12884
12885 * keyboard.c: Include "character.h" instead of "charset.h".
12886 (command_loop_1): Never call direct_output_forward_char before
12887 a non-ASCII character.
12888 (read_char): If Vkeyboard_translate_table is a char table, always
12889 translate a character.
12890
12891 * keymap.c: Include "character.h".
12892 (store_in_keymap): Handle the case that IDX is a cons.
12893 (Fdefine_key): Handle the case that KEY is a cons and the car part
12894 is also a cons (range).
12895 (push_key_description): Adjust for the new character code.
12896 (describe_vector): Call describe_char_table for a char table.
12897 (describe_char_table): New function.
12898
12899 * keymap.h (describe_char_table): Extern it.
12900
12901 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
12902 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
12903 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
12904 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
12905 Delete.
12906 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
12907 structure.
12908 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
12909 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
12910 (CHARTAB_SIZE_BITS_3): New macros.
12911 (chartab_size): Extern it.
12912 (struct Lisp_Char_Table): Re-design.
12913 (struct Lisp_Sub_Char_Table): New structure.
12914 (HASH_KEY, HASH_VALUE): Move from fns.c.
12915 (CHARACTERBITS): Define as 22.
12916 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
12917 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
12918 (GC_SUB_CHAR_TABLE_P): New macro.
12919 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
12920 (code_convert_string_norecord): Deleted extern.
12921 (init_character_once, syms_of_character, init_charset)
12922 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
12923
12924 * lread.c: Include "character.h".
12925 (read_multibyte): New arg NBYTES.
12926 (read_escape): Change the meaning of returned *BYTEREP.
12927 (to_multibyte): Delete.
12928 (read1): Adjust the handling of char table and string.
12929
12930 * print.c: Include "character.h" instead of "charset.h".
12931 (print_string): Convert 8-bit raw bytes to octal form by
12932 string_escape_byte8.
12933 (print_object): Adjust for the new multibyte form. Print 8-bit
12934 raw bytes always in octal form. Handle sub char table correctly.
12935
12936 * process.c: Include "character.h" instead of "charset.h".
12937 (read_process_output, send_process): Adjust for the new
12938 code-conversion API.
12939
12940 * puresize.h (BASE_PURESIZE): Increase.
12941
12942 * regex.c: Include "character.h" instead of "charset.h".
12943 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
12944 (regex_compile): Accept a range whose starting and ending
12945 character have different leading bytes.
12946 (analyse_first): Adjust for the above change.
12947
12948 * search.c: Include "character.h" instead of "charset.h".
12949 (search_buffer, boyer_moore): Adjust for the new multibyte form.
12950 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
12951
12952 * syntax.c: Include "character.h" instead of "charset.h".
12953 (syntax_parent_lookup): Delete.
12954 (Fmodify_syntax_entry): Accept a cons as CHAR.
12955 (skip_chars): Adjust for the new multibyte form.
12956 (init_syntax_once): Call char_table_set_range instead of directly
12957 accessing the structure of a char table.
12958
12959 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
12960 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
12961 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
12962 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
12963
12964 * term.c: Include "buffer.h" and "character.h".
12965 (encode_terminal_code, write_glyphs): Adjust for the new
12966 code-conversion API.
12967 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
12968
12969 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
12970
12971 * xdisp.c: Include "character.h".
12972 (get_next_display_element): Adjust for the new multibyte form.
12973 (disp_char_vector): Adjust for the new char table structure.
12974 (decode_mode_spec_coding): Adjust for the new structure of
12975 coding system.
12976 (decode_mode_spec): Adjust for the new code-conversion API.
12977
12978 * xfaces.c: Include "character.h" instead of "charset.h".
12979 (load_face_font): Adjust for the change of choose_face_font and
12980 FS_LOAD_FONT.
12981 (generate_ascii_font): New function.
12982 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
12983 (set_font_frame_param): Adjust for the change of choose_face_font.
12984 (free_realized_face): Make it public.
12985 (free_realized_faces_for_fontset): Rename from
12986 free_realized_multibyte_face. Free also faces realized for ASCII.
12987 (choose_face_font): Change arguments. Adjust for the change of
12988 fontset_font_pattern and FS_LOAD_FONT.
12989
12990 * xfns.c: Include "character.h".
12991 (x_encode_text): Adjust for the new code-conversion API.
12992
12993 * xselect.c: Don't include "charset.h".
12994 (selection_data_to_lisp_data): Adjust for the new code conversion API.
12995
12996 * xterm.c: Include "character.h".
12997 (x_encode_char): New argument CHARSET. Change caller.
12998 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
12999 Call ENCODE_CHAR instead of SPLIT_CHAR.
13000 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
13001 CHAR_WIDTH instead of CHARSET_WIDTH.
13002 (XTread_socket): Adjust for the new code-conversion API.
13003 (x_new_font): Adjust for the change of FS_LOAD_FONT.
13004 (x_load_font): Adjust for the change of struct font.
13005
130062008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * xfaces.c (face_at_buffer_position): Remove unused vars.
13009
130102008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13011
13012 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
13013 Fix overflow checking.
13014
130152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13016
13017 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
13018 Cancel previous change.
13019
130202008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
13021
13022 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
13023 ccl->eight_bit_control. Fix check for buffer overflow.
13024 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
13025 (ccl_driver): Initialize extra_bytes to 0.
13026
130272008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
13028
13029 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
13030 return it ORed with ctrl_modifier.
13031
130322008-01-29 Miles Bader <miles@gnu.org>
13033
13034 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
13035
130362008-01-28 Jason Rumney <jasonr@gnu.org>
13037
13038 * w32.c (stat): Don't double check for networked drive.
13039
130402008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * window.c (run_window_configuration_change_hook): New function.
13043 Code extracted from set_window_buffer. Set the selected frame.
13044 (set_window_buffer): Use it.
13045 * window.h (run_window_configuration_change_hook): Declare.
13046 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
13047
13048 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
13049
130502008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
13051
13052 * Makefile.in: Remove references to unused macros.
13053
130542008-01-26 Eli Zaretskii <eliz@gnu.org>
13055
13056 * w32.c (g_b_init_get_sid_sub_authority)
13057 (g_b_init_get_sid_sub_authority_count): New static variables.
13058 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
13059 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
13060 (init_user_info): Use them to retrieve uid and gid.
13061 Use 500/513, the Windows defaults, as Administrator's uid/gid.
13062 (fstat): Use pw_uid and pw_gid from the_passwd structure for
13063 st_uid and st_gid of the file.
13064
130652008-01-26 Jason Rumney <jasonr@gnu.org>
13066
13067 * w32.c (logon_network_drive): New function.
13068 (stat): Use it.
13069
130702008-01-26 Chong Yidong <cyd@stupidchicken.com>
13071
13072 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
13073 invisible text covered with an ellipsis.
13074
130752008-01-25 Richard Stallman <rms@gnu.org>
13076
13077 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
13078 jump back to beginning. Move some other initializations after that.
13079 (Qwindow_text_change_functions, Vwindow_text_change_functions):
13080 New variables.
13081 (syms_of_xdisp): Init them.
13082
13083 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
13084
13085 * buffer.c (reset_buffer_local_variables):
13086 Implement `permanent-local-hook'.
13087 (Qpermanent_local_hook): New variable.
13088 (syms_of_buffer): Init and staticpro it.
13089
130902008-01-25 Michael Albinus <michael.albinus@gmx.de>
13091
13092 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
13093
130942008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
13095
13096 * fns.c (Fclrhash): Return TABLE.
13097
130982008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13099
13100 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
13101 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
13102 is set even without positional changes.
13103 (x_scroll_bar_clear): Set bar->redraw_needed_p.
13104
13105 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
13106
131072008-01-23 Jason Rumney <jasonr@gnu.org>
13108
13109 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
13110
13111 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
13112 the unicode range available in MULE by locale-coding-system.
13113 Improve dbcs lead byte detection. Set event timestamp and modifiers
13114 earlier.
13115
131162008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13117
13118 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
13119 [MAC_OSX] (init_mac_osx_environment): Initialize it.
13120 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
13121 when used on child processes.
13122
131232008-01-21 Michael Albinus <michael.albinus@gmx.de>
13124
13125 * dbusbind.c (Fdbus_method_return_internal): Rename from
13126 Fdbus_method_return.
13127 (Fdbus_unregister_object): Move to dbus.el.
13128 (Fdbus_call_method, Fdbus_method_return_internal)
13129 (Fdbus_send_signal): Improve debug messages.
13130
131312008-01-20 Martin Rudalics <rudalics@gmx.at>
13132
13133 * undo.c (undo_inhibit_record_point): New variable.
13134 (syms_of_undo): Initialize it.
13135 (record_point): Don't record point when undo_inhibit_record_point
13136 is set.
13137
131382008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
13141
13142 * xdisp.c (Qauto_hscroll_mode): New var.
13143 (syms_of_xdisp): Initialize it.
13144 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
13145 window's buffer.
13146 (hscroll_windows): Don't check automatic_hscrolling_p here.
13147
13148 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
13149 vscroll if we're setting window-buffer to the value it already has.
13150
131512008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
13152
13153 * m/intel386.h: Remove references to XENIX.
13154
131552008-01-17 Andreas Schwab <schwab@suse.de>
13156
13157 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
13158 instead of HAVE_X86_64_LIB64_DIR.
13159 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
13160
131612008-01-17 Glenn Morris <rgm@gnu.org>
13162
13163 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
13164 to HAVE_X86_64_LIB64_DIR.
13165
131662008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
13167
13168 * s/irix3-3.h:
13169 * s/irix4-0.h:
13170 * s/386-ix.h:
13171 * s/domain.h:
13172 * s/hpux9-x11r4.h:
13173 * s/hpux9shxr4.h: Remove files for systems no longer supported.
13174
13175 * sysdep.c: Remove code containing references to symbols defined
13176 by unsupported systems.
13177
131782008-01-16 Glenn Morris <rgm@gnu.org>
13179
13180 * coding.c (select-safe-coding-system-function): Doc fix.
13181
131822008-01-15 Glenn Morris <rgm@gnu.org>
13183
13184 * config.in: Revert 2008-01-13 change: this is a generated file.
13185
131862008-01-13 Tom Tromey <tromey@redhat.com>
13187
13188 * lisp.h: Fix typo.
13189
131902008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
13191
13192 * m/sequent-ptx.h:
13193 * m/sequent.h:
13194 * s/ptx.h:
13195 * s/ptx4-2.h:
13196 * s/ptx4.h: Remove files for systems no longer supported.
13197
13198 * callproc.c (Fcall_process): Fix previous change.
13199
132002008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
13201
13202 * unexsunos4.c: Remove file, system not supported anymore.
13203
13204 * m/mips.h:
13205 * m/intel386.h:
13206 * callproc.c:
13207 * config.in:
13208 * ecrt0.c:
13209 * emacs.c:
13210 * fileio.c:
13211 * frame.c:
13212 * getpagesize.h:
13213 * keyboard.c:
13214 * lread.c:
13215 * process.c:
13216 * puresize.h:
13217 * sysdep.c:
13218 * systty.h:
13219 * syswait.h:
13220 * unexec.c:
13221 * xdisp.c:
13222 * alloc.c: Remove code containing references to symbols defined by
13223 unsupported systems.
13224
132252008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
13226
13227 * coding.c (detect_coding_mask): Fix previous change.
13228
132292008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
13230
13231 * coding.c (detect_coding_iso2022): New arg
13232 latin_extra_code_state. Allow Latin extra codes only
13233 when *latin_extra_code_state is nonzero.
13234 (detect_coding_mask): If there is a NULL byte, detect the encoding
13235 as UTF-16 or binary. If Latin extra codes exist, detect the
13236 encoding as ISO-2022 only when there's no other proper encoding is
13237 found.
13238
132392008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13240
13241 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
13242 #ifdef MAC_OS.
13243
132442008-01-08 Richard Stallman <rms@gnu.org>
13245
13246 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
13247
132482008-01-06 Nick Roberts <nickrob@snap.net.nz>
13249
13250 * keyboard.c (parse_menu_item): Don't enclose key bindings on
13251 menu bar in parentheses.
13252
132532008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13254
13255 * m/7300.h:
13256 * m/acorn.h:
13257 * m/alliant-2800.h:
13258 * m/alliant.h:
13259 * m/alliant1.h:
13260 * m/alliant4.h:
13261 * m/altos.h:
13262 * m/amdahl.h:
13263 * m/apollo.h:
13264 * m/att3b.h:
13265 * m/aviion-intel.h:
13266 * m/aviion.h:
13267 * m/celerity.h:
13268 * m/clipper.h:
13269 * m/cnvrgnt.h:
13270 * m/convex.h:
13271 * m/cydra5.h:
13272 * m/delta88k.h:
13273 * m/dpx2.h:
13274 * m/dual.h:
13275 * m/elxsi.h:
13276 * m/f301.h:
13277 * m/gould-np1.h:
13278 * m/gould.h:
13279 * m/i860.h:
13280 * m/ibmps2-aix.h:
13281 * m/ibmrt-aix.h:
13282 * m/ibmrt.h:
13283 * m/irist.h:
13284 * m/is386.h:
13285 * m/isi-ov.h:
13286 * m/mega68.h:
13287 * m/mg1.h:
13288 * m/news-r6.h:
13289 * m/news-risc.h:
13290 * m/news.h:
13291 * m/nh3000.h:
13292 * m/nh4000.h:
13293 * m/ns16000.h:
13294 * m/ns32000.h:
13295 * m/nu.h:
13296 * m/orion.h:
13297 * m/orion105.h:
13298 * m/paragon.h:
13299 * m/pfa50.h:
13300 * m/plexus.h:
13301 * m/pyramid.h:
13302 * m/pyrmips.h:
13303 * m/sh3el.h:
13304 * m/sps7.h:
13305 * m/sr2k.h:
13306 * m/stride.h:
13307 * m/sun1.h:
13308 * m/sun2.h:
13309 * m/sun3-68881.h:
13310 * m/sun3-fpa.h:
13311 * m/sun3-soft.h:
13312 * m/sun3.h:
13313 * m/sun386.h:
13314 * m/symmetry.h:
13315 * m/tad68k.h:
13316 * m/tahoe.h:
13317 * m/targon31.h:
13318 * m/tek4300.h:
13319 * m/tekxd88.h:
13320 * m/tower32.h:
13321 * m/tower32v3.h:
13322 * m/ustation.h:
13323 * m/wicat.h:
13324 * m/xps100.h:
13325 * s/cxux.h:
13326 * s/cxux7.h:
13327 * s/dgux.h:
13328 * s/dgux4.h:
13329 * s/dgux5-4-3.h:
13330 * s/dgux5-4r2.h:
13331 * s/esix.h:
13332 * s/esix5r4.h:
13333 * s/hiuxmpp.h:
13334 * s/hiuxwe2.h:
13335 * s/iris3-5.h:
13336 * s/iris3-6.h:
13337 * s/isc2-2.h:
13338 * s/isc3-0.h:
13339 * s/isc4-0.h:
13340 * s/isc4-1.h:
13341 * s/newsos5.h:
13342 * s/newsos6.h:
13343 * s/osf1.h:
13344 * s/osf5-0.h:
13345 * s/riscix1-1.h:
13346 * s/riscix12.h:
13347 * s/sco4.h:
13348 * s/sco5.h:
13349 * s/sunos4-0.h:
13350 * s/sunos4-1.h:
13351 * s/sunos413.h:
13352 * s/sunos4shr.h:
13353 * s/umax.h:
13354 * s/unipl5-2.h:
13355 * s/xenix.h:
13356 * cxux-crt0.s:
13357 * unexapollo.c:
13358 * unexconvex.c:
13359 * unexenix.c:
13360 * unexsni.c: Remove files for systems no longer supported.
13361
13362 * m/intel386.h: Remove references to unsupported systems.
13363
13364 * w32.c (get_emacs_configuration): Remove reference to i860.
13365
13366 * sysdep.c: Remove dead code.
13367
133682008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13369
13370 * s/rtu.h:
13371 * m/masscomp.h: Remove files. Platform is obsolete.
13372
133732008-01-04 Michael Albinus <michael.albinus@gmx.de>
13374
13375 * dbusbind.c (Fdbus_method_return): New function.
13376 (xd_read_message): Add the serial number to the event.
13377 (Fdbus_register_method): Activate the function.
13378
133792008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13380
13381 * keyboard.c (read_key_sequence): Fix typo.
13382
133832008-01-03 Michael Albinus <michael.albinus@gmx.de>
13384
13385 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
13386 (xd_signature, xd_append_arg): Handle element type detection for
13387 empty arrays.
13388 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
13389 SDATA () calls; this must be solved more general.
13390 (Fdbus_register_signal): Use SBYTES instead of strlen.
13391
133922008-01-03 Magnus Henoch <magnus@zemdatav>
13393
13394 * dbusbind.c (xd_append_arg): Use unsigned char instead of
13395 unsigned int for byte values (necessary for big-endian platform).
13396 (Fdbus_call_method): Handle the case of no returned arguments.
13397
133982007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
13399
13400 * dbusbind.c (xd_read_message): Use non-static input_event struct.
13401
134022007-12-31 Magnus Henoch <mange@freemail.hu>
13403
13404 * dbusbind.c (xd_signature): Signature of variant is just "v".
13405
134062007-12-30 Michael Albinus <michael.albinus@gmx.de>
13407
13408 * dbusbind.c: Fix several errors and compiler warnings.
13409 Reported by Tom Tromey <tromey@redhat.com>.
13410 (XD_ERROR, XD_DEBUG_MESSAGE)
13411 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
13412 (xd_append_arg): Part for basic D-Bus types rewritten.
13413 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
13414 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
13415 appropriate.
13416 (xd_read_message): Return Qnil. Don't signal an error; it is not
13417 useful during event reading.
13418 (Fdbus_register_signal): Signal an error if the check for
13419 FUNCTIONP fails.
13420 (Fdbus_register_method): New function. The implementation is not
13421 complete, the call of the function signals an error therefore.
13422 (Fdbus_unregister_object): New function, renamed from
13423 Fdbus_unregister_signal. The initial check signals an error, if
13424 the object is not well formed.
13425
134262007-12-30 Richard Stallman <rms@gnu.org>
13427
13428 * textprop.c (get_char_property_and_overlay):
13429 Signal error if POSITION is out of range in a buffer.
13430
134312007-12-29 Martin Rudalics <rudalics@gmx.at>
13432
13433 * w32fns.c (Fx_create_frame): Make copy of frame parameters
13434 because the original parameters are in pure storage now.
13435
134362007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13437
13438 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
13439
134402007-12-22 Eli Zaretskii <eliz@gnu.org>
13441
13442 * callint.c (syms_of_callint) <command-history>: Add reference to
13443 history-length in the doc string.
13444
134452007-12-17 Jason Rumney <jasonr@gnu.org>
13446
13447 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
13448 before passing as wParam.
13449
134502007-12-22 Michael Albinus <michael.albinus@gmx.de>
13451
13452 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
13453 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
13454 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
13455 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
13456 as number.
13457 (Fdbus_call_method): Fix docstring.
13458
134592007-12-21 Michael Albinus <michael.albinus@gmx.de>
13460
13461 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
13462 New macros.
13463 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
13464 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
13465 Simplify.
13466 (xd_signature): New function.
13467 (xd_append_arg): Compute also signatures. Major rewrite.
13468 (xd_retrieve_arg): Make debug messages friendly.
13469 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
13470 Check for signatures of arguments.
13471
134722007-12-19 Michael Albinus <michael.albinus@gmx.de>
13473
13474 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
13475 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
13476 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
13477 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
13478 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
13479 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
13480 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
13481 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
13482 (xd_retrieve_value): Remove. Functionality included in ...
13483 (xd_append_arg): New function.
13484 (Fdbus_call_method, Fdbus_send_signal): Apply it.
13485
134862007-12-16 Michael Albinus <michael.albinus@gmx.de>
13487
13488 * dbusbind.c (top): Include <stdio.h>.
13489 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
13490 dbus_message_new_method_call and dbus_message_new_signal.
13491 (Fdbus_register_signal): Rename unique_name to uname.
13492 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
13493 non-existing unique name. Fix typos in matching rule. Return an
13494 object which is useful in Fdbus_unregister_signal.
13495 (Fdbus_unregister_signal): Reimplementation, in order to remove
13496 only the corresponding entry.
13497 (Vdbus_registered_functions_table): Change the order of entries.
13498 Apply these changes in xd_read_message and Fdbus_register_signal.
13499
135002007-12-16 Andreas Schwab <schwab@suse.de>
13501
13502 * fileio.c (Finsert_file_contents): Fix overflow check to not
13503 depend on undefined integer overflow.
13504
135052007-12-14 Jason Rumney <jasonr@gnu.org>
13506
13507 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
13508 for characters above 127.
13509
135102007-12-13 Jason Rumney <jasonr@gnu.org>
13511
13512 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
13513 before dereferencing array.
13514 (lookup_vk_code): Remove zero comparison.
13515
135162007-12-14 Michael Albinus <michael.albinus@gmx.de>
13517
13518 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
13519 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
13520 Use `unsigned int' instead of `uint'.
13521 (xd_read_message, Fdbus_register_signal): Split expressions into
13522 multiple lines before operators "&&" and "||", according to the
13523 GNU Coding Standards.
13524
135252007-12-14 Eli Zaretskii <eliz@gnu.org>
13526
13527 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
13528
135292007-12-12 Juri Linkov <juri@jurta.org>
13530
13531 * buffer.c (Frename_buffer): In interactive spec replace
13532 `read-buffer' with `read-string' that uses `buffer-name-history'
13533 as history, and the current buffer's name as default.
13534
135352007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
13538 manipulating the backtrace manually.
13539 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
13540 (struct backtrace, backtrace_list): Remove.
13541 (command_loop_1): Remove dead var `no_direct'.
13542
13543 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
13544 preserve non-built-in buffer-local variables.
13545 (Fkill_all_local_variables): Don't re-create&re-set permanent
13546 buffer-local variables.
13547
135482007-12-09 Juri Linkov <juri@jurta.org>
13549
13550 * buffer.c (Frename_buffer): Change interactive spec from "s" to
13551 Lisp code that uses `read-buffer' with current buffer as default.
13552
135532007-12-08 Michael Albinus <michael.albinus@gmx.de>
13554
13555 * dbusbind.c (xd_read_message): Generate an event for every
13556 registered handler. There might be several handlers registered
13557 for the same signal.
13558 (Fdbus_register_signal): Don't overwrite a registration for the
13559 same signal. Add a new registration if handlers are different.
13560 (Vdbus_registered_functions_table): Rework doc string.
13561
135622007-12-07 Michael Albinus <michael.albinus@gmx.de>
13563
13564 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
13565 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
13566 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
13567 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
13568 Unify argument lists.
13569 (xd_read_message, Fdbus_register_signal): Reorder and extend event
13570 arguments and hash table keys. Use unique name for service.
13571 (Fdbus_unregister_signal): Remove checks.
13572 (Vdbus_registered_functions_table): Fix doc string.
13573
135742007-12-05 Magnus Henoch <mange@freemail.hu>
13575
13576 * process.c (make_process): Initialize pty_flag to 0.
13577
135782007-12-05 Jason Rumney <jasonr@gnu.org>
13579
13580 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
13581 specified XBMs.
13582
135832007-12-05 Richard Stallman <rms@gnu.org>
13584
13585 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
13586
135872007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13588
13589 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
13590 New variable.
13591 (mac_try_close_socket) [MAC_OSX]: New function.
13592 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
13593 Update cfsockets_for_select. Replace invalid CFRunLoop source.
13594
13595 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
13596 Use mac_try_close_socket.
13597
135982007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13599
13600 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
13601 reloc_base.
13602 (copy_dysymtab): Compute relocation base here.
13603 (rebase_reloc_address) [__ppc64__]: New function.
13604 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
13605 changed.
13606
136072007-12-05 Jason Rumney <jasonr@gnu.org>
13608
13609 * w32proc.c (sys_spawnve): Quote args with wildcards.
13610
136112007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13612
13613 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
13614 __objc_* sections.
13615 (unrelocate) [_LP64]: Set relocation base to address of data segment.
13616
136172007-12-05 Michael Albinus <michael.albinus@gmx.de>
13618
13619 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
13620 Move check for Vdbus_registered_functions_table to
13621 xd_read_queued_messages.
13622 (xd_read_queued_messages): Protect xd_read_message calls by
13623 internal_condition_case_1.
13624
136252007-12-04 Michael Albinus <michael.albinus@gmx.de>
13626
13627 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
13628 Qdbus_system_bus and Qdbus_session_bus, respectively.
13629 (Vdbus_intern_symbols): Remove.
13630 (Vdbus_registered_functions_table): New hash table.
13631 (XD_SYMBOL_INTERN_SYMBOL): Remove.
13632 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
13633 Rewrite in order to manage registered functions by hash table
13634 Vdbus_registered_functions_table.
13635
136362007-12-03 Jan Djärv <jan.h.d@swipnet.se>
13637
13638 * xterm.c: Update URL to Window Manager Specification in comment.
13639
136402007-12-02 Michael Albinus <michael.albinus@gmx.de>
13641
13642 * config.in (HAVE_DBUS): Add.
13643
13644 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
13645 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
13646 (obj): Add $(DBUS_OBJ).
13647 (LIBES): Add $(DBUS_LIBS).
13648 (dbusbind.o): New target.
13649
13650 * dbusbind.c: New file.
13651
13652 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
13653
13654 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
13655 (Qdbus_event): New Lisp symbol.
13656 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
13657 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 13658 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
13659
13660 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
13661
136622007-12-01 Richard Stallman <rms@gnu.org>
13663
13664 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
13665
136662007-11-30 Jason Rumney <jasonr@gnu.org>
13667
13668 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
13669 (w32con_reset_terminal_modes): Clear screen buffer.
13670 (w32_face_attributes): Don't use color indexes that are out of range.
13671 Only reverse the default colors.
13672
13673 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
13674 WINDOWSNT.
13675
13676 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
13677
136782007-11-29 Jason Rumney <jasonr@gnu.org>
13679
13680 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
13681 (w32_face_attributes): Use Vtty_defined_color_alist to determine
13682 if the terminal colors are initialized.
13683 (unspecified_fg, unspecified_bg): Remove unused declarations.
13684
136852007-11-29 Andreas Schwab <schwab@suse.de>
13686
13687 * keyboard.c (apply_modifiers): Fix typo.
13688
136892007-11-29 Richard Stallman <rms@gnu.org>
13690
13691 * keymap.c (Fcurrent_local_map): Doc fix.
13692
136932007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
13694
13695 * s/gnu-kfreebsd.h: New file.
13696
136972007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13698
13699 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
13700 Don't cast redundantly.
13701
13702 * keyboard.c (KEY_TO_CHAR): New macro.
13703 (parse_modifiers, apply_modifiers): Accept integer arguments.
13704 (read_key_sequence): Use them to unify the "shift->unshift" mapping
13705 for chars and symbol keys.
13706 After doing such remapping, apply function-key-map again.
13707
137082007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13709
13710 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
13711 compiled anymore.
13712
137132007-11-26 Andreas Schwab <schwab@suse.de>
13714
13715 * process.c (list_processes_1): Fix indentation level of the
13716 command column.
13717
137182007-11-23 Andreas Schwab <schwab@suse.de>
13719
13720 * editfns.c (Fformat): Handle %c specially since it requires the
13721 argument to be of type int.
13722
137232007-11-23 Markus Triska <markus.triska@gmx.at>
13724
13725 * emacs.c (main): Call init_editfns before init_process, since
13726 init_process sets Vprocess_connection_type depending on OS release.
13727
137282007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
13731 (find_symbol_value): Use do_symval_forwarding.
13732
13733 * data.c (set_internal): Set the value in the `cons-cell' (for
13734 Buffer_Local_values) not only for frame-local variables.
13735
137362007-11-22 Andreas Schwab <schwab@suse.de>
13737
13738 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
13739 values to sprintf.
13740 * keymap.c (Fsingle_key_description): Likewise.
13741 * print.c (print_object): Likewise.
13742
137432007-11-22 Jan Djärv <jan.h.d@swipnet.se>
13744
13745 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
13746 file for image is nil.
13747
137482007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
13749
13750 * term.c: Include stdarg.h.
13751 (fatal): Implement using varargs.
13752 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
13753
137542007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
13757 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
13758 Update call to buffer_slot_type_mismatch.
13759 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
13760 (buffer_slot_type_mismatch): Update.
13761 * buffer.c (buffer_local_types): Remove.
13762 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
13763 (defvar_per_buffer): Set the type in the buffer_objfwd.
13764
137652007-11-21 Jason Rumney <jasonr@gnu.org>
13766
13767 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
13768 CreateFileMapping returns NULL on failure.
13769
137702007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13771
13772 * search.c (Fset_match_data): Remove the `evaporate' feature.
13773 (unwind_set_match_data): Don't use the `evaporate' feature.
13774
137752007-11-21 Jason Rumney <jasonr@gnu.org>
13776
13777 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
13778
13779 * w32console.c (w32con_write_glyphs): Remove unused variables.
13780
137812007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13782
13783 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
13784
13785 * s/darwin.h (MULTI_KBOARD): Remove.
13786
13787 * macfns.c (x_create_tip_frame, Fx_create_frame)
13788 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
13789
137902007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * buffer.c (Fbuffer_local_value): Remove redundant test.
13793 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
13794 than in `current-buffer' to match the comment.
13795 Do the swap using swap_in_global_binding.
13796
13797 * data.c (store_symval_forwarding, set_internal):
13798 * eval.c (specbind): Remove dead code.
13799
13800 * coding.c (detect_coding, Fupdate_coding_systems_internal):
13801 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
13802 Since we do not want to see internal Lisp_*fwd objects here.
13803
138042007-11-18 Jan Djärv <jan.h.d@swipnet.se>
13805
13806 * sysdep.c (init_system_name): Use getaddrinfo if available.
13807
13808 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
13809 (x_scroll_bar_note_movement): start, end, with, height in struct
13810 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
13811
138122007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13813
13814 * puresize.h (BASE_PURESIZE): Increase to 1190000.
13815
138162007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13817
13818 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
13819 This undoes Richard's change of 14-Oct-2002.
13820
13821 * alloc.c (allocate_other_vector):
13822 * lisp.h (allocate_other_vector): Remove.
13823
13824 * window.c (struct save_window_data): Move non-lisp data to the end
13825 and make it `int' rather than Lisp_Object.
13826 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
13827 Done wrap/unwrap integer values.
13828 (Fset_window_configuration, compare_window_configurations):
13829 Update use of fields to their new types.
13830
13831 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
13832 Turn integer fields into `int'. Merge x_window_low and x_window_high.
13833 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
13834 (SET_SCROLL_BAR_X_WINDOW): Remove.
13835 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
13836 Access the new x_window field directly.
13837 * xterm.c (x_scroll_bar_create): Use a pseudovector.
13838 Don't wrap/unwrap integers into Lisp_Objects.
13839 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
13840 (x_scroll_bar_report_motion):
13841 Don't wrap/unwrap integers into Lisp_Objects.
13842 (x_term_init): Use SDATA.
13843 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
13844 (x_scroll_bar_set_handle, x_scroll_bar_remove)
13845 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
13846 (x_scroll_bar_report_motion, x_scroll_bar_clear):
13847 * xfns.c (x_set_background_color):
13848 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
13849 Access the new x_window field directly.
13850
13851 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
13852 (allocate_pseudovector): Make non-static.
13853
13854 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
13855 (allocate_pseudovector): Declare.
13856 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
13857
138582007-11-15 Andreas Schwab <schwab@suse.de>
13859
13860 * editfns.c (Fformat): Correctly format EMACS_INT values.
13861 Also take precision into account when formatting an integer.
13862
13863 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
13864
138652007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
13868 (syms_of_keyboard): Defsubr it.
13869
13870 * data.c (swap_in_global_binding): Fix longstanding bug where
13871 store_symval_forwarding was not called with the right second argument,
13872 thus causing objfwd-ing from being dropped.
13873
138742007-11-14 Juanma Barranquero <lekktu@gmail.com>
13875
13876 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
13877 (Fx_display_pixel_height, Fx_display_planes)
13878 (Fx_display_color_cells, Fx_server_max_request_size)
13879 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
13880 (Fx_display_visual_class, Fx_display_save_under):
13881 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
13882 (Fx_display_pixel_height, Fx_display_planes)
13883 (Fx_display_color_cells, Fx_server_max_request_size)
13884 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13885 (Fx_display_mm_height, Fx_display_mm_width)
13886 (Fx_display_backing_store, Fx_display_visual_class)
13887 (Fw32_select_font, Fx_display_save_under):
13888 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
13889 (Fx_display_pixel_height, Fx_display_planes)
13890 (Fx_display_color_cells, Fx_server_max_request_size)
13891 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
13892 (Fx_display_save_under): Fix typos in docstrings.
13893
138942007-11-14 Juanma Barranquero <lekktu@gmail.com>
13895
13896 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
13897 corresponding to deleted entries; they are an implementation detail.
13898 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
13899 Remove variables.
13900 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
13901 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
13902 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
13903 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
13904 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
13905 (Fw32_define_rgb_color, Fw32_load_color_file)
13906 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
13907 Fix typos in docstrings.
13908 (Fx_server_version): Reflow docstring.
13909 (Fw32_shell_execute): Doc fixes.
13910
139112007-11-13 Juanma Barranquero <lekktu@gmail.com>
13912
13913 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
13914 if w32_parse_hot_key returned nil.
13915
139162007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13917
13918 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
13919
139202007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 13921
aac0c6e3
MR
13922 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
13923
13924 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
13925
13926 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
13927 Remove W32_SCROLL_BAR_CLICK_EVENT.
13928
13929 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
13930 Add MULTIMEDIA_KEY_EVENT.
13931
13932 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
13933 (lispy_multimedia_keys) [WINDOWSNT]: New array.
13934 (make_lispy_event) [WINDOWSNT]: Use it to translate
13935 MULTIMEDIA_KEY_EVENT.
13936
13937 * w32term.h (WM_APPCOMMAND): Define if not already.
13938 (GET_APPCOMMAND_LPARAM): Likewise.
13939
13940 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
13941 WM_APPCOMMAND.
13942
13943 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
13944 (syms_of_w32fns): Export and initialize it.
13945 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
13946
139472007-11-09 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
13950 twice.
13951
13952 * xdisp.c (handle_face_prop): Fix last change.
13953
139542007-11-09 Richard Stallman <rms@gnu.org>
13955
13956 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
13957 not just for after-strings and before-strings.
13958 Call face_for_overlay_string and pass the overlay to it.
13959 (handle_display_prop): Determine whether property came from an overlay.
13960 Pass OVERLAY arg to handle_single_display_spec.
13961 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
13962 (load_overlay_strings): Fill in it->string_overlays.
13963 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
13964
13965 * xfaces.c (face_for_overlay_string): Function renamed from
13966 face_at_buffer_position_no_overlays, and add arg OVERLAY.
13967
13968 * dispextern.h (struct it): New elt string_overlays.
13969 New elt from_overlay, also in stack.
13970 Rearrange a few elements.
13971 (face_for_overlay_string): Decl renamed from
13972 face_at_buffer_position_no_overlays, and add argument.
13973
139742007-11-09 Richard Stallman <rms@gnu.org>
13975
13976 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
13977 to get the base face for an overlay string.
13978
13979 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
13980
13981 * xfaces.c (face_at_buffer_position_no_overlays): New function.
13982
13983 * xdisp.c (handle_stop): Move some code out of loop.
13984
139852007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13986
13987 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
13988 Fix conversion from Lisp object to ATSUFontID.
13989
139902007-11-09 Jason Rumney <jasonr@gnu.org>
13991
13992 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
13993
139942007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13995
13996 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
13997 Don't assume regions are aligned to page boundary.
13998 (print_load_command_name): Add LC_UUID if defined.
13999
140002007-11-09 Richard Stallman <rms@gnu.org>
14001
14002 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
14003
140042007-11-07 Jason Rumney <jasonr@gnu.org>
14005
14006 * s/windows95.h: Remove.
14007
140082007-11-06 Jan Djärv <jan.h.d@swipnet.se>
14009
14010 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
14011 abort with a message on unhandled store_type values.
14012
140132007-11-01 Jan Djärv <jan.h.d@swipnet.se>
14014
14015 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
14016 Remove HAVE_X11R5 and HAVE_X11R4.
14017
140182007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14019
14020 * Makefile.in: Remove references to sunfns.c and sunfns.o.
14021
140222007-11-01 Johan Bockgård <bojohan@gnu.org>
14023
14024 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
14025 Don't set s->stippled_p here, since it has already been set by
14026 x_set_glyph_string_gc from x_draw_glyph_string.
14027
140282007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14029
14030 * sunfns.c: Remove file.
14031
14032 * m/sun386.h:
14033 * m/sun2.h:
14034 * m/sparc.h: Remove Sun windows code.
14035
140362007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
14039 (init_keyboard): Set current_kboard's window-system to nil.
14040 (tty_read_avail_input): Typo.
14041 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
14042
140432007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14044
14045 * s/usg5-4.h:
14046 * s/usg5-3.h:
14047 * s/ptx.h:
14048 * m/is386.h:
14049 * m/ibmps2-aix.h:
14050 * Makefile.in: Remove all mentions of X10.
14051
14052 * dispnew.c (syms_of_display): Don't mention version 10.
14053
140542007-10-28 Juanma Barranquero <lekktu@gmail.com>
14055
14056 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
14057 ($(BLD)/abbrev.$(O)): Remove.
14058
140592007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 Rewrite abbrev.c in Elisp.
14062 * image.c (Qcount): Don't declare as extern.
14063 (syms_of_image): Initialize and staticpro `Qcount'.
14064 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
14065 * emacs.c (main): Don't call syms_of_abbrev.
14066 * Makefile.in (obj): Remove abbrev.o.
14067 (abbrev.o): Remove.
14068 * abbrev.c: Remove.
14069
140702007-10-26 Martin Rudalics <rudalics@gmx.at>
14071
14072 * window.c (window_min_size_2): Don't count header-line.
14073
140742007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14075
14076 * frame.h (struct frame): Move all bit fields after the first bit
14077 field to take advantage of the available space. Group all the
14078 chars together to reduce wasted space due to padding.
14079
140802007-10-26 Juanma Barranquero <lekktu@gmail.com>
14081
14082 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
14083
14084 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
14085 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
14086 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
14087 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
14088 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
14089 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
14090 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
14091 (last_marked, mark_object_loop_halt): Make static.
14092
14093 * frame.c (syms_of_frame) <delete-frame-functions>:
14094 Fix typo in docstring.
14095
140962007-10-25 Juanma Barranquero <lekktu@gmail.com>
14097
14098 * w32.c (init_environment): Fix tiny memory leak.
14099 (w32_get_resource): Remove unused variable `ok'.
14100
141012007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14102
14103 Make `window-system' into a keyboard-local variable (rather than
14104 frame-local as done originally by multi-tty).
14105
14106 * keyboard.h (struct kboard): Add Vwindow_system.
14107 * keyboard.c (init_kboard): Set a default for Vwindow_system.
14108 (mark_kboards): Mark Vwindow_system.
14109
14110 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
14111 (init_display): Don't set the obsolete `window-system' frame-param.
14112
14113 * xterm.c (x_term_init):
14114 * w32term.c (w32_create_terminal):
14115 * term.c (init_tty): Set Vwindow_system.
14116 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
14117 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
14118
14119 * xfns.c (Fx_create_frame, x_create_tip_frame):
14120 * w32fns.c (Fx_create_frame, x_create_tip_frame):
14121 * macfns.c (Fx_create_frame):
14122 Don't set the obsolete `window-system' frame-param.
14123
14124 * frame.h (Qwindow_system): Remove.
14125 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
14126 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
14127
141282007-10-24 Richard Stallman <rms@gnu.org>
14129
14130 * frame.c (x_figure_window_size): For fullscreen case,
14131 set USPosition | PPosition without clobbering rest of window_prompting.
14132
14133 * keyboard.c (Fcurrent_idle_time): Doc fix.
14134
14135 * print.c (Fwith_output_to_temp_buffer): Doc fix.
14136
141372007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 * process.c (unwind_request_sigio): Only define if __ultrix__.
14140
14141 * callproc.c (child_setup): Remove spurious *.
14142
14143 * lisp.h (Fget_text_property): Declare.
14144 (have_menus_p): Declare it here rather than in sys-dep header files.
14145 * macterm.h (have_menus_p):
14146 * msdos.h (have_menus_p):
14147 * xterm.h (have_menus_p): Remove.
14148
14149 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
14150 (Fmake_variable_frame_local): Just check the variable's const-ness
14151 rather than checking nil or t.
14152
141532007-10-22 Jason Rumney <jasonr@gnu.org>
14154
14155 * w32fns.c: Include math.h.
14156 (w32_abort): Declaration moved to nt/config.nt.
14157
14158 * s/ms-w32.h (HAVE_STDLIB_H): Define.
14159 (abort): Redefinition moved to nt/config.nt.
14160
14161 * m/windowsnt.h: Remove.
14162
141632007-10-22 Juanma Barranquero <lekktu@gmail.com>
14164
14165 * emacs.c (Fdump_emacs): Fix typo in message.
14166 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
14167 <installation-directory>: Reflow docstring.
14168
141692007-10-22 Juri Linkov <juri@jurta.org>
14170
14171 * minibuf.c: Allow minibuffer default to be a list of default values.
14172 With empty input use the first element of this list as returned default.
14173 (string_to_object)
14174 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
14175 (read_minibuf): If defalt is cons, set histstring to its car.
14176 (Fread_string): If default_value is cons, set val to its car.
14177 (Fread_buffer): If def is cons, use its car.
14178 (Fcompleting_read): If defalt is cons, set val to its car.
14179
141802007-10-21 Michael Albinus <michael.albinus@gmx.de>
14181
14182 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
14183
141842007-10-20 Juanma Barranquero <lekktu@gmail.com>
14185
14186 * doc.c (Fdocumentation): Check for advice in all cases.
14187
141882007-10-19 Chong Yidong <cyd@stupidchicken.com>
14189
14190 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
14191
141922007-10-19 Richard Stallman <rms@gnu.org>
14193
14194 * doc.c (Fdocumentation): Check for and handle an advised function.
14195
141962007-10-19 Juanma Barranquero <lekktu@gmail.com>
14197
14198 * process.c (Fset_process_filter): Doc fix.
14199
142002007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14201
14202 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
14203 which caused key-translation-map to applied repeatedly (thus breaking
14204 double-mode).
14205
142062007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * xselect.c (x_own_selection, x_handle_selection_clear)
14209 (x_clear_frame_selections):
14210 * w32menu.c (list_of_panes, list_of_items):
14211 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
14212 * textprop.c (validate_plist, interval_has_all_properties)
14213 (interval_has_some_properties, interval_has_some_properties_list)
14214 (add_properties, text_property_list):
14215 * process.c (Fget_buffer_process, list_processes_1, status_notify):
14216 * minibuf.c (Fassoc_string):
14217 * macselect.c (x_own_selection, x_clear_frame_selections)
14218 (Fx_disown_selection_internal):
14219 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
14220 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
14221
142222007-10-17 Chong Yidong <cyd@stupidchicken.com>
14223
14224 * process.c: Link to libs for calling res_init() if available.
14225 (Fmake_network_process): Call res_init() before getaddrinfo or
14226 gethostbyname, if possible.
14227
142282007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14229
14230 * lread.c (read1): Set pvectype for char_tables.
14231
14232 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
14233 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
14234 Add type checks.
14235 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
14236
14237 * alloc.c (free_misc): Use XMISCTYPE.
14238 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
14239
142402007-10-17 Glenn Morris <rgm@gnu.org>
14241
14242 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
14243 (syms_of_minibuf): Add Qcompletion_ignore_case.
14244 * dired.c (Qcompletion_ignore_case): Change to external.
14245 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
14246 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
14247 (Fread_file_name): Use it rather than intern'ing.
14248
14249 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
14250 (Fread_coding_system): Ignore case of user input.
14251
142522007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14253
14254 * xdisp.c (handle_display_prop): Ignore display specs after
14255 replacing one when string text is being replaced.
14256 (handle_single_display_spec): Pretend as if characters with display
14257 property haven't been consumed only when buffer text is being replaced.
14258
142592007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 * xfns.c (Fx_create_frame, Fx_display_list):
14262 * window.c (window_fixed_size_p, enlarge_window)
14263 (shrink_window_lowest_first):
14264 * macterm.c (init_font_name_table):
14265 * macfns.c (Fx_create_frame, Fx_display_list):
14266 * lread.c (close_load_descs):
14267 * keyboard.c (read_char_x_menu_prompt):
14268 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
14269 * coding.c (code_convert_region_unwind): Test the type of an object
14270 rather than just !NILP before extracting data from it.
14271
14272 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
14273
14274 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
14275 (XMISCANY): New macro.
14276 (XMISCTYPE): Use it.
14277 (struct Lisp_Misc_Any): New type.
14278 (union Lisp_Misc): Use it.
14279 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
14280 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
14281 (find_symbol_value, set_internal, default_value, Fset_default)
14282 (Fmake_variable_buffer_local, Fmake_local_variable)
14283 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
14284 (Flocal_variable_if_set_p, Fvariable_binding_locus):
14285 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
14286 * alloc.c (allocate_buffer): Set the size and tag.
14287 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
14288 Use XMISCANY.
14289 (die): Follow the GNU convention for error messages.
14290 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
14291 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
14292 tag any more.
14293 (set_buffer_internal_1):
14294 * frame.c (store_frame_param):
14295 * eval.c (specbind):
14296 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
14297
14298 * doc.c (Fsnarf_documentation): Simplify.
14299
143002007-10-14 Juanma Barranquero <lekktu@gmail.com>
14301
14302 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
14303 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
14304
143052007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
14308
143092007-10-14 Juanma Barranquero <lekktu@gmail.com>
14310
14311 * eval.c (do_autoload): Don't save autoloads.
14312
14313 * data.c (Ffset): Save autoload of the function being set.
14314
143152007-10-07 John Paul Wallington <jpw@pobox.com>
14316
14317 * xfns.c (x_create_tip_frame): Set the `display-type' frame
14318 parameter before setting up faces.
14319
143202007-10-13 Eli Zaretskii <eliz@gnu.org>
14321
14322 * ccl.c (Fregister_code_conversion_map):
14323 * keyboard.c (append_tool_bar_item): Reformat last change.
14324
14325 * lisp.h (eabs): Rename from `abs'. All callers changed.
14326
143272007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
14328
14329 * buffer.c (add_overlay_mod_hooklist):
14330 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
14331 * fontset.c (make_fontset):
14332 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
14333 (append_tool_bar_item):
14334 * macmenu.c (grow_menu_items):
14335 * w32menu.c (grow_menu_items):
14336 * xmenu.c (grow_menu_items): Use larger_vector.
14337
143382007-10-13 Eli Zaretskii <eliz@gnu.org>
14339
14340 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
14341 selected frame'' on MSDOS).
14342
143432007-10-12 Martin Rudalics <rudalics@gmx.at>
14344
14345 * frame.c (Qexplicit_name): New variable.
14346 (x_report_frame_params): Report it in parameter alist.
14347 (syms_of_frame): Intern and staticpro it.
14348
143492007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
14350
14351 * macfns.c (x_create_tip_frame): Set terminal for frame.
14352
143532007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * frame.c (Qenvironment): Remove.
14356 (syms_of_frame) <Qenvironment>: Don't initialize.
14357 (Fdelete_frame): Don't treat the `environment' param specially.
14358 * frame.h (Qenvironment): Don't declare.
14359 * callproc.c (set_initial_environment): Don't set unused frame param.
14360
14361 * frame.c (Fframe_with_environment): Remove.
14362 (syms_of_frame) <Sframe_with_environment>: Don't declare.
14363
14364 * lisp.h (Fframe_with_environment): Don't declare.
14365
143662007-10-10 Juanma Barranquero <lekktu@gmail.com>
14367
14368 * indent.c (indent_tabs_mode, last_known_column)
14369 (last_known_column_modified): Make static.
14370 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
14371
143722007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
14373
14374 * puresize.h (BASE_PURESIZE): Increase to 1170000.
14375
143762007-10-09 Jason Rumney <jasonr@gnu.org>
14377
14378 * w32term.c (x_set_window_size): Disable code that attempts to tell
14379 Lisp code about a size change before it actually happens.
14380
143812007-10-09 Richard Stallman <rms@gnu.org>
14382
14383 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
14384 return HANDLED_RETURN.
14385
143862007-10-08 Martin Rudalics <rudalics@gmx.at>
14387
14388 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
14389 when there's an unread command event.
14390
14391 * frame.c (focus_follows_mouse): Move here from frame.el to allow
14392 window autoselection act appropriately when leaving selected frame.
14393 (syms_of_frame): Initialize focus_follows_mouse.
14394 * frame.h (focus_follows_mouse): Extern it.
14395 * macterm.c (XTread_socket): When focus_follows_mouse is nil
14396 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
14397 * msdos.c (dos_rawgetc): Likewise.
14398 * w32term.c (w32_read_socket): Likewise.
14399 * xterm.c (handle_one_xevent): Likewise.
14400 * xdisp.c (syms_of_xdisp): In doc-string of
14401 mouse-autoselect-window mention focus-follows-mouse.
14402
144032007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14404
14405 * macterm.c (mac_load_query_font): Fix missing return value.
14406 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
14407 Add BLOCK_INPUT.
14408
144092007-10-08 Richard Stallman <rms@gnu.org>
14410
14411 * xdisp.c (get_window_cursor_type): Implement documented behavior
14412 for cursor-in-non-selected-windows = t.
14413
144142007-10-08 Jason Rumney <jasonr@gnu.org>
14415
14416 * w32.c (w32_get_resource): Always close registry keys.
14417
144182007-10-08 Jason Rumney <jasonr@gnu.org>
14419
14420 * makefile.w32-in (LIBS): Add COMCTL32.
14421
14422 * w32fns.c (globals_of_w32fns): Init common controls.
14423
144242007-10-08 Richard Stallman <rms@gnu.org>
14425
14426 * image.c (our_memory_buffer): Rename from omfib_buffer.
14427
144282007-10-08 Richard Stallman <rms@gnu.org>
14429
14430 * buffer.c (Foverlays_at): Doc fix.
14431
144322007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14433
14434 * fns.c (Fplist_put): Preserve uneven tail data.
14435
144362007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
14437
14438 * termhooks.h (enum event_kind): Remove trailing comma.
14439
14440 * frame.h (enum): Remove trailing comma.
14441
144422007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
14443
14444 * w32proc.c (delete_child): Don't terminate threads of zombies.
14445
144462007-10-08 Martin Rudalics <rudalics@gmx.at>
14447
14448 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
14449
14450 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
14451 last-repeatable-command.
14452 (init_kboard): Initialize Vlast_repeatable_command.
14453 (command_loop_1): Set it to real_this_command unless that was
14454 bound to an input event.
14455 (mark_kboards): Mark it.
14456
144572007-10-08 Richard Stallman <rms@gnu.org>
14458
14459 * eval.c (condition-case): Doc fix.
14460
144612007-10-08 Masatake YAMATO <jet@gyve.org>
14462
14463 * xfaces.c (tty_supports_face_attributes_p): Fix code
14464 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
14465 was copied and not edited.
14466
144672007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14468
14469 Add new `input-decode-map' keymap and use it for terminal
14470 escape sequences.
14471 * keyboard.h (struct kboard): Add Vinput_decode_map.
14472 Remove Vlocal_key_translation_map.
14473 * keyboard.c (read_key_sequence): Add support for input-decode-map.
14474 (init_kboard): Init input-decode-map.
14475 Replace local-key-translation-map back with key-translation-map.
14476 (syms_of_keyboard): Declare input-decode-map.
14477 Remove local-key-translation-map. Update docstrings.
14478 (mark_kboards): Mark Vinput_decode_map.
14479 Don't mark Vlocal_key_translation_map.
14480 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
14481 Replace local-key-translation-map back with key-translation-map.
14482 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
14483 Bind in input-decode-map rather than function-key-map.
14484
14485 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
14486 This was made redundant by the previous introduction of XSETPVECTYPE.
14487
144882007-10-09 Richard Stallman <rms@gnu.org>
14489
14490 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
14491
144922007-09-29 Richard Stallman <rms@gnu.org>
14493
14494 * eval.c (internal_condition_case_2, internal_condition_case_1)
14495 (internal_condition_case): Reenable abort if x_catching_errors ()
14496 to see if that really happens and why.
14497
144982007-10-06 Andreas Schwab <schwab@suse.de>
14499
14500 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
14501
145022007-10-04 Juanma Barranquero <lekktu@gmail.com>
14503
14504 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
14505
145062007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
14509
145102007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14511
14512 * window.h (struct window):
14513 * window.c (struct save_window_data, struct saved_window):
14514 * termhooks.h (struct terminal):
14515 * process.h (struct Lisp_Process):
14516 * frame.h (struct frame):
14517 * buffer.h (struct buffer):
14518 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
14519 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
14520 The size field of (pseudo)vectors is now unsigned.
14521 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
14522
14523 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
14524 Turn `count' into an integer.
14525
14526 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
14527 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
14528 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
14529 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
14530 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
14531
14532 * alloc.c (allocate_pseudovector): New fun.
14533 (ALLOCATE_PSEUDOVECTOR): New macro.
14534 (allocate_window, allocate_terminal, allocate_frame)
14535 (allocate_process): Use it.
14536 (mark_vectorlike): New function.
14537 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
14538 (mark_terminals): Use it.
14539 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
14540 (Fmake_byte_code): Use XSETPVECTYPE.
14541
14542 * frame.c (Fframe_parameters): Minor simplification.
14543
14544 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
14545
14546 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
14547
14548 * buffer.c (Fget_buffer_create, init_buffer_once):
14549 * lread.c (defsubr):
14550 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
14551
14552 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
14553 defined differently in the m/*.h files.
14554 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
14555 (XSETPVECTYPE): New macro.
14556 (XSETPSEUDOVECTOR): Use it.
14557
14558 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
14559 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
14560
14561 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
14562 * lread.c (defvar_per_buffer):
14563 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
14564
14565 * window.c (candidate_window_p): Only consider as visible frames that
14566 are on the same terminal.
14567
14568 * m/ibms390x.h (MARKBIT): Remove unused macro.
14569
145702007-10-01 Juanma Barranquero <lekktu@gmail.com>
14571
14572 * lread.c (Fload): Fix typo in docstring.
14573
145742007-10-01 Michaël Cadilhac <michael@cadilhac.name>
14575
14576 * floatfns.c (Fexpt): Manually check for overflows, so that a power
14577 of a non-zero value can't yield zero.
14578
145792007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14580
14581 * term.c (term_clear_mouse_face, term_mouse_highlight)
14582 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
14583
14584 * print.c (safe_debug_print): Use XHASH.
14585
14586 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
14587 Lisp elements such as tags.
14588 (XHASH): New macro.
14589 (EQ): Use it.
14590 (SREF, SSET, STRING_COPYIN): Use SDATA.
14591 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
14592
14593 * alloc.c (mark_terminal): Remove left-over declaration.
14594 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
14595 (allocate_vectorlike): Remove type argument. Adjust callers.
14596 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
14597 Only handle the one remaining MEM_TYPE_VECTORLIKE.
14598
14599 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
14600 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
14601 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
14602 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
14603 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
14604 Use them.
14605
14606 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
14607 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
14608 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
14609
146102007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
14611
14612 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
14613 loaded by default.
14614
146152007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
14618 on this tty.
14619 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
14620
14621 * term.c (mouse_face_window): Rename from Qmouse_face_window.
14622 Update all users.
14623 (handle_one_term_event): Use Gpm_DrawPointer.
14624 (Fgpm_mouse_start): Rename from Fterm_open_connection.
14625 Signal errors instead of returning nil. Always return nil.
14626 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
14627 Make it a noop if gpm-mouse was not activated.
14628 (syms_of_term): Update names.
14629
146302007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
14633 (init_sys_modes): Check that gpm_tty is the current tty.
14634
14635 * alloc.c (allocate_terminal): Set the vector size to only count the
14636 lisp fields. Initialize those to nil.
14637 (mark_object): Don't treat terminals specially.
14638 (mark_terminal): Remove.
14639 (mark_terminals): Use mark_object instead.
14640
14641 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
14642 the GC to the beginning.
14643
14644 * indent.h:
14645 * indent.c: Use EMACS_INT for ints coming from Elisp data.
14646
14647 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
14648
146492007-09-25 Jason Rumney <jasonr@gnu.org>
14650
14651 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
14652
14653 * w32console.c (create_w32cons_output): Remove.
14654
14655 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
14656
14657 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
14658 (reset_sys_modes): Use reset_terminal_modes_hook.
14659
146602007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * eval.c (do_autoload): Don't output any message.
14663
146642007-09-24 Juri Linkov <juri@jurta.org>
14665
14666 * emacs.c (standard_args): Change priority of "--no-splash"
14667 from 40 to 3. Add "--no-desktop" with the same priority.
14668
146692007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
14670
14671 * alloc.c (gc_sweep): Check cons cell mark bits word by word
14672 and optimize the case where they are all 1.
14673
146742007-09-23 Johannes Weiner <hannes@saeurebad.de>
14675
14676 * lisp.h (abs): Define if not defined.
14677 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
14678 Don't define `abs', since it's defined in lisp.h.
14679
146802007-09-22 Eli Zaretskii <eliz@gnu.org>
14681
14682 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
14683 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
14684 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
14685 (init_tty): Use DEV_TTY instead of "/dev/tty".
14686 [WINDOWSNT]: No need to protect from NAME arg being null.
14687
146882007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14689
14690 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
14691 up the tty state.
14692
146932007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14694
14695 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
14696 (gpm_tty): Change its type.
14697 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
14698 (gpm_tty): Change its type and initialize it.
14699 (Fterm_open_connection): Check the frame is indeed a tty.
14700 Use the new gpm_tty.
14701 (Fterm_close_connection): Use the new gpm_tty.
14702 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
14703 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
14704
147052007-09-21 Juanma Barranquero <lekktu@gmail.com>
14706
14707 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
14708 underline_color, to draw strike-through.
14709
147102007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * lisp.h (allocate_terminal): Declare.
14713
14714 * window.c (candidate_window_p): Consider frames that are being placed
14715 by the user as somewhere between visible and iconified.
14716 (window_loop): Prefer windows on the current frame.
14717 (Fselect_window): Move the use of select-frame to the beginning so we
14718 can just delegate all the work (it'll call us back anyway).
14719
14720 * frame.c (Qdisplay_environment_variable):
14721 * frame.h (Qdisplay_environment_variable): Delete.
14722
14723 * .gdbinit (xbacktrace): Print the arg's address rather than the value
14724 of the first arg, since that value may be a union.
14725
14726 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
14727 parameter rather than Qdisplay_environment_variable. If all else
14728 fails, look for DISPLAY in initial-environment.
14729
147302007-09-21 Glenn Morris <rgm@gnu.org>
14731
14732 * Makefile.in (emacstool): Remove target.
14733 (lisp, shortlisp): Remove termdev.elc.
14734
147352007-09-21 Markus Triska <markus.triska@gmx.at>
14736
14737 * xterm.c (x_delete_display): Compile session management conditionally.
14738
147392007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * callproc.c (getenv_internal_1): New function.
14742 (getenv_internal): Use it.
14743 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
14744
14745 * terminal.c (get_terminal): Don't accept ints to represent terminals.
14746 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
14747 (Fset_terminal_parameter): Work with dead terminals as well.
14748 (Fmodify_terminal_parameters): Remove.
14749
14750 * terminal.c (get_terminal): Handle terminals.
14751 Make sure the terminal returned is live.
14752 (create_terminal): Use allocate_terminal.
14753 (mark_terminals): Move to alloc.c.
14754 (delete_terminal): Use terminal->name as liveness status.
14755 NULL out fields after freeing their contents.
14756 Don't deallocate the object.
14757 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
14758 rather than an int.
14759 (Fterminal_live_p): Accept non-integer arguments.
14760 (Fterminal_list): Return terminal objects rather than an ints.
14761
14762 * alloc.c (enum mem_type): New member for `terminal' objects.
14763 (allocate_terminal): New function.
14764 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
14765 Handle terminals.
14766 (mark_terminal): New fun.
14767 (mark_terminals): Move from terminal.c.
14768
14769 * term.c (get_tty_terminal): Don't treat output_initial specially.
14770 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
14771 (delete_tty): Use terminal->name as liveness status.
14772
14773 * termhooks.h (struct terminal): Make it into a pseudovector.
14774 Remove `deleted' replaced by checking `name's nullness.
14775
14776 * print.c (print_object): Handle terminals.
14777
14778 * lisp.h (enum pvec_type): New `terminal' pseudovector.
14779 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
14780
14781 * frame.c (make_terminal_frame):
14782 * keyboard.c (tty_read_avail_input):
14783 * w32term.c (x_delete_terminal):
14784 * xfns.c (Fx_create_frame, x_create_tip_frame):
14785 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
14786
147872007-09-20 Glenn Morris <rgm@gnu.org>
14788
14789 * process.c (Fmake_network_process): Doc fix.
14790
147912007-09-19 Jason Rumney <jasonr@gnu.org>
14792
14793 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
14794
147952007-09-19 Michaël Cadilhac <michael@cadilhac.name>
14796
14797 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
14798 Fix a C warning regarding variable constness.
14799
14800 * xterm.c (handle_one_xevent): Fix a C warning.
14801
148022007-09-18 Jason Rumney <jasonr@gnu.org>
14803
14804 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
14805
148062007-09-17 Jan Djärv <jan.h.d@swipnet.se>
14807
14808 * gtkutil.c (gdpy_def): New variable.
14809 (xg_initialize): Initialize gdpy_def.
14810 (xg_display_close): If no other display exists, set gdpy_def to a
14811 new connection.
14812
148132007-09-16 Jan Djärv <jan.h.d@swipnet.se>
14814
14815 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
14816 when we have no file name for the icon.
14817 (xg_tool_bar_expose_callback): Remove.
14818 (xg_create_tool_bar): Don't connect expose signal to
14819 xg_tool_bar_expose_callback.
14820 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
14821
148222007-09-16 Andreas Schwab <schwab@suse.de>
14823
14824 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
14825 values instead of zapping them.
14826
148272007-09-14 Glenn Morris <rgm@gnu.org>
14828
14829 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
14830 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
14831 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
14832 scope and rename to omfib_buffer for clarity.
14833 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
14834
148352007-09-14 Kenichi Handa <handa@m17n.org>
14836
14837 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
14838
148392007-09-13 Jason Rumney <jasonr@gnu.org>
14840
14841 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
14842
14843 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
14844
14845 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
14846 (mac_term_init): Call here instead, passing rif.
14847
148482007-09-13 Glenn Morris <rgm@gnu.org>
14849
14850 * s/hpux.h: No longer define `static' as nothing.
14851
148522007-09-13 Johan Bockgård <bojohan@gnu.org>
14853
14854 * callint.c (Fcall_interactively): Remove unused var `fun'.
14855
148562007-09-12 Romain Francoise <romain@orebokech.com>
14857
14858 * window.c (prefer_window_split_horizontally, display_buffer):
14859 Revert 2007-09-08 change.
14860
148612007-09-12 Glenn Morris <rgm@gnu.org>
14862
14863 * alloca.c: Remove file.
14864 * Makefile.in (alloca): Do not undef.
14865 (allocaobj, alloca.o): Remove.
14866 (otherobj): Remove allocaobj.
14867 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
14868 * regex.c (C_ALLOCA): Remove all references and code that was only
14869 used when this was defined.
14870 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
14871 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
14872 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
14873
14874 * Makefile.in (SOURCES, unlock, relock): Delete.
14875
14876 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
14877 (menu_grab_callback): All uses changed.
14878
14879 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
14880 (x_reply_selection_request): All uses changed.
14881
148822007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * lread.c (load_warn_old_style_backquotes): Change message to look
14885 better when it appears in the middle of byte-compiler messages.
14886
148872007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
14888
14889 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
14890
14891 * xterm.c (x_create_terminal): Add comment.
14892
14893 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
14894
148952007-09-10 Richard Stallman <rms@gnu.org>
14896
14897 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
14898
148992007-09-10 Michaël Cadilhac <michael@cadilhac.name>
14900
14901 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
14902 (DEFUN): Document `intspec', use it instead of `prompt'.
14903
14904 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
14905
14906 * data.c (Finteractive_form): If the interactive specification starts
14907 with a `(', use it as a Lisp form.
14908
14909 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
14910 name and file modes.
14911
14912 * callint.c (Fcall_interactively): Comment fixes.
14913
149142007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
14917 and compiled functions.
14918
149192007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
14920
14921 * window.c (prefer_window_split_horizontally): New variable.
14922 (display_buffer): Consider splitting window horizontally depending
14923 on prefer_window_split_horizontally.
14924
149252007-09-08 Eli Zaretskii <eliz@gnu.org>
14926
14927 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
14928
149292007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
14932
14933 * frame.c (x_set_frame_parameters): Check number is positive before
14934 using XFASTINT.
14935
14936 * window.c (freeze_window_start): Don't presume selected_window holds
14937 a window object.
14938 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
14939
149402007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
14941
14942 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
14943
149442007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * window.c (Vsplit_window_preferred_function): New var.
14947 (Fdisplay_buffer): Use it.
14948 (syms_of_window): Export, and initialize it.
14949
149502007-09-06 Pixel <pixel@mandriva.com> (tiny change)
14951
14952 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
14953
149542007-09-06 Glenn Morris <rgm@gnu.org>
14955
14956 * gtkutil.c (menu_grab_callback) <cnt>:
14957 * xselect.c (x_reply_selection_request) <cnt>: Move static
14958 variable to file scope.
14959
149602007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
14963 consistent values of selected_frame and selected_window.
14964
149652007-09-04 Jason Rumney <jasonr@gnu.org>
14966
14967 * w32console.c (initialize_w32_display): Zero unused hooks.
14968
149692007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14970
14971 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
14972 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
14973
149742007-09-04 Jason Rumney <jasonr@gnu.org>
14975
14976 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
14977 in w32console.c. Set up input. Remove XXX comments that have been
14978 confirmed as correct.
14979
14980 * s/ms-w32.h (MULTI_KBOARD): Define.
14981
14982 * w32console.c (one_and_only_w32cons): Remove.
14983 (initialize_w32_display): Take terminal argument.
14984
14985 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
14986 initialize_w32_display.
14987 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
14988
14989 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
14990
14991 * keyboard.c (discard_mouse_events): Discard it.
14992 (make_lispy_event): Translate it to a lisp event.
14993 (lispy_wheel_names): Add wheel-left and right events.
14994 (syms_of_keyboard): Enlarge wheel_syms.
14995
14996 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
14997 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
14998
14999 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
15000
15001 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
15002 from WM_MOUSEHWHEEL.
15003 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
15004
15005 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
15006 terminal.
15007
15008 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
15009 keyboard for the terminal.
15010
150112007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15012
15013 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
15014 (Vresume_tty_hook): Rename from Vresume_tty_functions.
15015 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
15016 and resume-tty-function to resume-tty-hook.
15017 (Fsuspend_tty, Fresume_tty): Use new names.
15018
150192007-09-02 Jan Djärv <jan.h.d@swipnet.se>
15020
15021 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
15022 if it starts with "n:".
15023
150242007-08-31 Jan Djärv <jan.h.d@swipnet.se>
15025
15026 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
15027
150282007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15029
15030 * frame.h:
15031 * frame.c (Qterm_environment_variable): Remove.
15032 (syms_of_frame): Don't init and staticpro it.
15033
15034 * callproc.c (getenv_internal): Remove special case for $TERM.
15035
15036 * callproc.c (Vinitial_environment): New variable.
15037 (set_initial_environment): Initialize it.
15038 (syms_of_callproc): Declare it.
15039 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
15040 TERM under which a process runs is never related to the TERM in which
15041 Emacs is running.
15042
150432007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15044
15045 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
15046 * s/darwin.h: ... do it here.
15047
150482007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * lisp.h (set_initial_environment): Rename from set_global_environment.
15051
15052 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
15053 removed by mistake on the multi-tty branch.
15054
15055 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
15056 (Fmodify_frame_parameters): Return a value.
15057
15058 * image.c (png_load): Comment-out var only used in commented-out code.
15059
15060 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
15061 before passing it to mark_object.
15062
15063 * xfaces.c (internal_resolve_face_name): Return a value.
15064 (internal_resolve_face_name, resolve_face_name_error): Comment out.
15065
15066 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
15067 (x_icon): Comment-out var only used in commented-out code.
15068
150692007-08-29 Romain Francoise <romain@orebokech.com>
15070
15071 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
15072 QUIT hasn't been provided.
15073
150742007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15075
15076 * callproc.c (child_setup, getenv_internal): Use the
15077 display-environment-variable and term-environment-variable frame params.
15078 (set_initial_environment): Initialise Vprocess_environment.
15079
15080 * config.in: Disable multi-keyboard support on a mac.
15081
15082 * frame.c (Qterm_environment_variable)
15083 (Qdisplay_environment_variable): New variables.
15084 (syms_of_frame): Intern and staticpro them.
15085 (Fmake_terminal_frame): Disable output method test.
15086
15087 * frame.h: Declare them here.
15088
15089 * macfns.c (x_set_mouse_color): Get rif from the frame.
15090 (x_set_tool_bar_lines): Don't use updating_frame.
15091 (mac_window): Add 2 new parameters for consistency with other systems.
15092 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
15093 frame parameters following what is done in X11 and w32. Don't use
15094 FRAME_MAC_DISPLAY_INFO.
15095 (Fx_open_connection, start_hourglass): Remove window-system check.
15096 (x_create_tip_frame): Get the keyboard from the terminal.
15097
15098 * macmenu.c: Reorder includes.
15099 (Fx_popup_menu): Use terminal specific mouse_position_hook.
15100
15101 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
15102 terminal parameter.
15103 (x_clear_frame): Add a frame parameter.
15104 (note_mouse_movement): Get rif from the frame.
15105 (mac_term_init): Initialize the terminal.
15106 (mac_initialize): Make static and move terminal initialization ...
15107 (mac_create_terminal): ... to this new function.
15108
15109 * macterm.h (struct mac_display_info): Add terminal.
15110 (mac_initialize): Delete declaration.
15111
15112 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
15113
15114 * sysdep.c: Comment out text after #endif.
15115
15116 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
15117 is defined. Better initialize ttys in windows. Use terminal
15118 specific mouse_position_hook.
15119
15120 * termhooks.h (union display_info): Add mac_display_info.
15121
15122 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
15123 Set the default minibuffer frame, window_system and the rest of the
15124 frame parameters following what is done in X11.
15125
15126 * w32term.c (w32_initialize): Make static.
15127
15128 * xselect.c (x_handle_selection_clear): Only access
15129 terminal->kboard when MULTI_KBOARD is defined.
15130
15131 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
15132 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
15133
151342007-08-29 Jason Rumney <jasonr@gnu.org>
15135
15136 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
15137 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
15138
15139 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
15140 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
15141
15142 * keyboard.c (restore_kboard_configuration): Only define when
15143 MULTI_KBOARD defined.
15144
15145 * makefile.w32-in: Update dependancies from Makefile.in.
15146 (OBJ1): Add terminal.$(O)
15147
15148 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
15149 Don't define function body.
15150 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
15151
15152 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
15153
15154 * w32.c (request_sigio, unrequest_sigio): Remove.
15155
15156 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
15157 (w32con_clear_frame, w32con_clear_end_of_line)
15158 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
15159 (w32con_delete_glyphs, w32con_set_terminal_window)
15160 (scroll_line, w32_sys_ring_bell): Add frame arg.
15161 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
15162 Add terminal arg.
15163 (PICK_FRAME): Remove.
15164 (w32con_write_glyphs): Use frame specific terminal coding.
15165 (one_and_only_w32cons): New global variable.
15166 (initialize_w32_display): Use it for storing hooks.
15167 (create_w32cons_output): New function.
15168
15169 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
15170 arg a frame.
15171
15172 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
15173 Set window_system.
15174 (x_set_tool_bar_lines): Don't use updating_frame.
15175 (Fx_create_frame): Set terminal and ref count.
15176 (Fx_open_connection): Remove window-system check.
15177
15178 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
15179
15180 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
15181 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
15182 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
15183 Add frame arg.
15184 (x_delete_terminal, w32_create_terminal): New functions.
15185 (w32_term_init): Create a terminal.
15186 (w32_initialize): Move terminal specific initialization to
15187 w32_create_terminal.
15188
15189 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
15190 (w32_clear_rect, w32_clear_area): Use background from frame.
15191 (w32_display_info): Add terminal.
15192 (w32_sys_ring_bell, x_delete_display): Declare here.
15193
15194 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
15195
15196 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
15197
151982007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
15199
15200 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
15201 Fix get_named_tty calls for the controlling tty.
15202
152032007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15204
15205 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
15206
152072007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
15208
15209 * term.c (tty_insert_glyphs): Add missing first parameter.
15210
152112007-08-29 Károly Lőrentey <karoly@lorentey.hu>
15212
15213 * buffer.c (Fbuffer_list, Fbury_buffer):
15214 Take frame->buried_buffer_list into account.
15215
15216 * cm.c (current_tty): New variable, for cmputc().
15217 (cmputc): Use it.
15218 (cmcheckmagic): Add tty parameter, look up terminal streams there.
15219 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
15220 (cmgoto): Add tty parameter. Pass it on to calccost().
15221 Use emacs_tputs() instead of tputs().
15222
15223 * cm.h (emacs_tputs): New macro to set current_tty, and then call
15224 tputs().
15225 (current_tty): New variable, for cmputc().
15226 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
15227
15228 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
15229 (internal_condition_case, internal_condition_case_1)
15230 (internal_condition_case_2): Don't abort when x_catching_errors.
15231
15232 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
15233 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
15234 prevent crashes caused by bogus longjmps in read_char.
15235
15236 * keymap.h (Fset_keymap_parent): Add EXFUN.
15237
15238 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
15239 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
15240 Remove redundant definition.
15241
15242 * macfns.c (x_set_mouse_color, x_make_gc):
15243 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15244
15245 * w32term.c (x_free_frame_resources):
15246 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15247 (w32_initialize): Use the accessor macros for terminal characteristics.
15248
15249 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
15250 Use the accessor macros for terminal characteristics.
15251 * msdos.c (internal_terminal_init): Use the accessor macros for
15252 terminal characteristics.
15253 (ScreenVisualBell, internal_terminal_init):
15254 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15255
15256 * termopts.h (no_redraw_on_reenter): Declare.
15257
15258 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
15259 (mark_terminals, mark_ttys): Declare.
15260 (Fgarbage_collect): Call them.
15261 (mark_object): Mark buried_buffer_list.
15262
15263 * prefix-args.c: Include stdlib.h for exit.
15264
15265 * syssignal.h: Add comment.
15266
15267 * indent.c: Include stdio.h.
15268
15269 * window.h (Vinitial_window_system): Declare.
15270 (Vwindow_system): Delete declaration.
15271
15272 * fontset.c (Finternal_char_font): Use FRAME_RIF.
15273
15274 * image.c (lookup_image): Don't initialize `c' until the xasserts
15275 have been run.
15276
15277 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
15278 FRAME_FOREGROUND_PIXEL.
15279
15280 * print.c (print_preprocess): Don't lose print_depth levels while
15281 iterating.
15282
15283 * widget.c (update_from_various_frame_slots):
15284 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15285
15286 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
15287 frames.
15288 (window_internal_height): Remove bogus make_number call.
15289 (init_window_once): Call make_terminal_frame with two zero parameters.
15290
15291 * fileio.c (Fread_file_name): Update comment.
15292
15293 * callint.c (Fcall_interactively):
15294 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
15295 Make sure it is correctly unwound.
15296
15297 * xsmfns.c (x_session_close): New function.
15298
15299 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
15300 Delete declarations.
15301
15302 * xterm.h: Remove declaration for x_fully_uncatch_errors.
15303 (x_output): Remove background_pixel and foreground_pixel fields.
15304 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
15305 (x_delete_device, x_session_close): Declare.
15306
15307 * lread.c: Include setjmp.h. Update declaration of `read_char'.
15308 (read_filtered_event): Call `read_char' with a local
15309 `wrong_kboard_jmpbuf'.
15310
15311 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
15312 Don't call single_kboard_state. Use FRAME_RIF.
15313
15314 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
15315 systems.
15316
15317 * lisp.h (set_process_environment): Rename to `set_global_environment'.
15318 (Fframe_with_environment, Fset_input_meta_mode)
15319 (Fset_quit_char): EXFUN.
15320 (x_create_device, tty_output, terminal, tty_display_info): Declare.
15321 (init_sys_modes, reset_sys_modes): Update prototypes.
15322 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
15323
15324 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
15325 Vlocal_key_translation_map, and Vkeyboard_translate_table.
15326 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
15327 Delete declarations.
15328 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
15329 (temporarily_switch_to_single_kboard, tty_read_avail_input):
15330 New declarations.
15331
15332 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
15333 already does that during init_display(). Call syms_of_keymap
15334 before syms_of_keyboard. Call `syms_of_terminal'.
15335 Call set_initial_environment, not set_process_environment.
15336 (shut_down_emacs): Call reset_all_sys_modes() instead of
15337 reset_sys_modes().
15338
15339 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
15340 (internal_resolve_face_name, resolve_face_name_error): New functions.
15341 (resolve_face_name): Protect against loops and errors thrown by Fget.
15342 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
15343 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
15344
15345 * scroll.c: Replace CURTTY() with local variables throughout the
15346 file (where applicable).
15347 (calculate_scrolling, calculate_direct_scrolling)
15348 (scrolling_1, scroll_cost): Use the accessor macros for terminal
15349 characteristics.
15350
15351 * keymap.c (Vfunction_key_map): Remove.
15352 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
15353 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
15354 (Vkey_translation_map): Remove.
15355 (syms_of_keymap): Remove DEFVAR for key-translation-map.
15356 (Fdescribe_buffer_bindings)
15357 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
15358 Update for terminal-local key-translation-map.
15359
15360 * Makefile.in (callproc.o): Update dependencies.
15361 (lisp, shortlisp): Add termdev.elc.
15362 (obj): Add terminal.o.
15363 (terminal.o): Add dependencies.
15364 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
15365 (data.o, fns.o): Add termhooks.h dependency.
15366 (SOME_MACHINE_LISP): Add dnd.elc.
15367 (minibuf.o): Fix typo.
15368 Update dependencies.
15369
15370 * data.c (do_symval_forwarding, store_symval_forwarding)
15371 (find_symbol_value): Use the selected frame's keyboard, not
15372 current_kboard.
15373
15374 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
15375 Vwindow_system.
15376
15377 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
15378 Fmenu_bar_open.
15379 (syms_of_xmenu): Update defsubr.
15380 (mouse_position_for_popup, Fx_popup_menu)
15381 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
15382 (set_frame_menubar, free_frame_menubar)
b97439ce 15383 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
15384 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
15385 an X frame.
15386
15387 * xselect.c (x_own_selection): Abort if not an X frame.
15388 (some_frame_on_display): Check if it is an X frame.
15389 (x_handle_selection_clear): Deal with MULTI_KBOARD.
15390
15391 * coding.c: Include frame.h and termhooks.h.
15392 (terminal_coding, keyboard_coding): Delete.
15393 (Fset_terminal_coding_system_internal)
15394 (Fset_keyboard_coding_system_internal)
15395 (Fkeyboard_coding_system)
15396 (Fterminal_coding_system): Add a terminal parameter.
15397 Get terminal_coding from the terminal.
15398 (init_coding_once): Don't call setup_coding_system here.
15399
15400 * dispextern.h (set_scroll_region, turn_off_insert)
15401 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
15402 (tty_clear_end_of_line, tty_setup_colors)
15403 (delete_tty, updating_frame)
15404 (produce_special_glyphs, produce_glyphs, write_glyphs)
15405 (insert_glyphs): Remove.
15406 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
15407 (tty_turn_off_highlight, get_tty_size): Add declaration.
15408 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
15409
15410 * frame.h (enum output_method): Add output_initial.
15411 (struct x_output): Delete.
15412 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
15413 Access foreground_pixel and background_pixel directly from the frame.
15414 (tty_display): Delete.
15415 (struct frame): Add buried_buffer_list, foreground_pixel,
15416 background_pixel and terminal. Delete kboard.
15417 (union output_data): Add tty.
15418 (FRAME_KBOARD): Get the kboard from the terminal.
15419 (FRAME_INITIAL_P): New macro.
15420 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
15421 (Qterm_environment_variable, Qdisplay_environment_variable)
15422 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
15423 New declarations.
15424
15425 * termchar.h (tty_output, tty_display_info): New structures.
15426 (tty_list): Declare.
15427 (FRAME_TTY, CURTTY): New macros.
15428 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
15429 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
15430 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
15431 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
15432
15433 * callproc.c: Include frame.h and termhooks.h, for terminal
15434 parameters.
15435 (add_env): New function.
15436 (child_setup): Use it.
15437 (child_setup, getenv_internal): Handle the new Vprocess_environment.
15438 (getenv_internal): Fix get_terminal_param call.
15439 (Fgetenv_internal, egetenv): Update doc.
15440 (syms_of_callproc): Initialize Vprocess_environment to nil.
15441 Register and initialize them. Remove obsolete defvars. Update doc
15442 strings.
15443 (child_setup): Handle Vlocal_environment_variables.
15444 (getenv_internal): Add terminal parameter.
15445 Handle Vlocal_environment_variables.
15446 (Fgetenv_internal): Add terminal parameter.
15447 (child_setup, getenv_internal, Fgetenv_internal): Store the local
15448 environment in a frame (not terminal) parameter. Update doc strings.
15449 (set_initial_environment): Rename from set_global_environment.
15450 Store Emacs environment in initial frame parameter.
15451
15452 * xdisp.c (redisplay_internal): Update references to
15453 `previous_terminal_frame'.
15454 (display_mode_line, Fformat_mode_line): Replace calls to
15455 `push_frame_kboard' with `push_kboard'.
15456 (get_glyph_string_clip_rects): Add extra parentheses and
15457 braces to prevent compiler warnings.
15458 (calc_pixel_width_or_height): Add xassert to check that the
15459 frame is alive. Don't call `lookup_image' on a termcap frame.
15460 (message2_nolog, message3_nolog, redisplay_internal)
15461 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
15462 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
15463 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
15464 (Fx_display_pixel_width, Fx_display_pixel_height)
15465 (Fx_display_planes, Fx_display_color_cells)
15466 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
15467 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
15468 (Fx_display_backing_store, Fx_display_visual_class)
15469 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
15470 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
15471
15472 * xfns.c (x_set_foreground_color x_set_background_color)
15473 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
15474 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15475 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
15476 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
15477 terminal that is being deleted.
15478 (Fx_create_frame): Use `store_frame_param' to set `window-system'
15479 frame parameter, and make sure it overrides any user-supplied setting.
15480 (Fx_close_connection, Fx_synchronize): Unify argument names with
15481 the rest of the DEFUNs.
15482
15483 * dispnew.c (Fsend_string_to_terminal): Update call to
15484 `get_tty_terminal'.
15485 (Fredraw_frame, Fsend_string_to_terminal)
15486 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
15487 FRAME_TERMCAP_P and FRAME_TTY.
15488 (window_change_signal): Don't believe width/height values that are
15489 impossibly small.
15490 (Vinitial_window_system): Rename from Vwindow_system.
15491 (termscript, Wcm, rif): Delete.
15492
15493 * termhooks.h (struct terminal): New struct containing the
15494 previously global text display hooks and new members NAME,
15495 DELETED and PARAM_ALIST.
15496 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
15497 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
15498 (FRAME_RIF): New macros.
15499 (get_terminal_param, get_device): New declarations.
15500 (termscript): Delete declaration.
15501
15502 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
15503 (XTflash, x_free_frame_resources, x_scroll_bar_create)
15504 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
15505 FRAME_FOREGROUND_PIXEL.
15506 (x_fully_uncatch_errors): Disable definition.
15507 (x_scroll_bar_expose): Fix reference to foreground pixel.
15508 (XTread_socket): Disable loop on all X displays.
15509 (x_delete_terminal): Don't set terminal->deleted and let
15510 delete_terminal delete the frames on the terminal.
15511 (x_delete_display): Doc update to reflect changes in
15512 delete_terminal.
15513 (x_display_info) <terminal>: Move member earlier in the struct.
15514 (deleting_tty): Remove old variable.
15515 (Fsuspend_tty): Call clear_tty_hooks.
15516 (Fresume_tty, init_tty): Call set_tty_hooks.
15517 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
15518 errors on X frames.
15519 (x_catch_errors_unwind): Abort if x_error_message is NULL.
15520 (handle_one_xevent): Initialize `f' to NULL.
15521 (x_delete_terminal, x_create_terminal): New functions.
15522 (XTset_terminal_modes, XTreset_terminal_modes)
15523 (XTread_socket, x_connection_closed, x_term_init)
15524 (x_term_init, x_delete_display): Add terminal parameter.
15525 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
15526 X connections.
15527
15528 * frame.c: Include termchar.h.
15529 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
15530 (Qwindow_system, Qenvironment, Qterm_environment_variable)
15531 (Qdisplay_environment_variable): New vars.
15532 (Fframep): Deal with output_initial.
15533 (Fframe-live-p): Doc fix.
15534 (Fwindow-system): New function.
15535 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
15536 (make_terminal_frame): Don't create frames on a terminal that is
15537 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
15538 (store_frame_param): Check for found_for_frame before calling XFRAME.
15539 (Fmake_terminal_frame): Handle NULL tty names correctly.
15540 (syms_of_frame): Enhance doc string of `default-frame-alist'.
15541 (Fdelete_frame): Remove unused variable `count'. Don't allow other
15542 frames to refer to a deleted frame in their 'environment parameter.
15543 (Fframe_with_environment): New function.
15544 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
15545 (get_future_frame_param): New function.
15546 (Fmake_terminal_frame): Use it.
15547 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
15548
15549 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
15550 * sysdep.c (reset_sys_modes): Update for renames.
15551
15552 * keyboard.c (tty_read_avail_input): New function.
15553 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
15554 (syms_of_keyboard): Defsubr them.
15555 (Fset_input_meta_mode, Fset_quit_char): New functions.
15556 (Fset_input_mode): Split to above functions.
15557 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
15558 parameter. Use it in call to `read_char'.
15559 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
15560 Set wrong_kboard_jmpbuf correctly in recursive calls.
15561 Use current_kboard to access Vkeyboard_translate_table.
15562 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
15563 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
15564 Update longjmp invocations. Remember the original current_kboard,
15565 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
15566 changes it. Comment out unnecessary calls to
15567 `record_single_kboard_state' and `any_kboard_state'.
15568 Update recursive calls.
15569 (wrong_kboard_jmpbuf): Remove global variable.
15570 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
15571 Handle deleted interrupted_kboards correctly; that is a legal
15572 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
15573 and read_char calls. Abort if interrupted_kboard died in read_char.
15574 (any_kboard_state, single_kboard_state)
15575 (push_frame_kboard): Remove function.
15576 (pop_kboard): Switch out of single_kboard mode if the kboard has
15577 been deleted. Remove unused variable. Help debugging by not
15578 changing current_kboard unnecessarily. Set current_kboard to the
15579 kboard of the selected frame when the stored kboard object has
15580 been deleted before pop_kboard.
15581 (temporarily_switch_to_single_kboard): Change first parameter to a
15582 frame pointer. Throw an error when caller wants to change kboards
15583 while in single_kboard mode. Don't push_kboard if we weren't in
15584 single kboard state. Don't pop_kboard if we popped into any
15585 kboard state.
15586 (restore_kboard_configuration): Abort if pop_kboard changed the
15587 kboard in single_kboard mode. Call pop_kboard only after setting
15588 up single_kboard mode.
15589 (Frecursive_edit): Switch to single_kboard mode only in nested
15590 command loops.
15591 (cmd_error, command_loop, command_loop_1, timer_check):
15592 Comment out unnecessary call to `any_kboard_state' and
15593 `record_single_kboard_state'.
15594 (delete_kboard): Exit single_kboard mode if we have just deleted
15595 that kboard. Use FRAME_KBOARD.
15596 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
15597 `fatal_error_signal'.
15598 (record_single_kboard_state): Don't push_kboard if we weren't in
15599 single kboard state. Don't pop_kboard if we popped into any
15600 kboard state.
15601 (push_frame_kboard): Rename to push_kboard.
15602 (kbd_buffer_get_event): Use FRAME_TERMINAL.
15603 (read_avail_input): Read input from all terminals.
15604 (mark_kboards): Also mark Vkeyboard_translate_table.
15605 (kbd_buffer_store_event_hold): Simplify condition.
15606 (read_key_sequence): Reinitialize fkey and keytran at each replay.
15607 (Vkeyboard_translate_table): Move to struct kboard.
15608 (init_kboard): Initialize Vkeyboard_translate_table.
15609 (syms_of_keyboard): Use DEFVAR_KBOARD to define
15610 Vkeyboard_translate_table. Update doc strings. Update docs of
15611 local-function-key-map and function-key-map.
15612
15613 * terminal.c: New file.
15614
15615 * term.c: Include errno.h.
15616 (Vring_bell_function, device_list, initial_device)
15617 (next_device_id, ring_bell, update_begin, update_end)
15618 (set_terminal_window, cursor_to, raw_cursor_to)
15619 (clear_to_end, clear_frame, clear_end_of_line)
15620 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
15621 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
15622 (syms_of_term): Move their initialization to terminal.c.
15623 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
15624 (Ftty_display_color_cells)
15625 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
15626 (clear_tty_hooks, set_tty_hooks)
15627 (init_tty, maybe_fatal): New functions.
15628 (Ftty_type): Return nil if terminal is not on a tty instead of
15629 throwing an error. Doc update.
15630 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
15631 Doc update. Initialize new subrs and variables.
15632 (delete_tty): Use terminal->deleted.
15633 (tty_set_terminal_modes): Rename from set_terminal_modes.
15634 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
15635 (set_scroll_region): Rename to `tty_set_scroll_region'.
15636 (turn_on_insert): Rename to `tty_turn_on_insert'.
15637 (turn_off_insert): Rename to `tty_turn_off_insert'.
15638 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
15639 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
15640 (toggle_highligh): Rename to `tty_toggle_highlight'.
15641 (background_highlight): Rename to `tty_background_highlight'.
15642 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
15643 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
15644 (tty_set_scroll_region, tty_background_highlight)
15645 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
15646 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
15647 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
15648 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
15649 Add static modifier.
15650 (tty_reset_terminal_modes, tty_set_terminal_window)
15651 (tty_set_scroll_region, tty_background_highlight)
15652 (tty_highlight_if_desired, tty_cursor_to)
15653 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
15654 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
15655 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
15656 renames.
15657
156582007-08-28 Jan Djärv <jan.h.d@swipnet.se>
15659
15660 * keyboard.c: Qrtl is new.
15661 (parse_tool_bar_item): Handle :rtl keyword.
15662 (syms_of_keyboard): Intern :rtl keyword.
15663
15664 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
15665
15666 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
15667 so no Lisp code is executed.
15668 (file_for_image, find_rtl_image): New functions.
15669 (xg_get_image_for_pixmap): Use file_for_image.
15670 (update_frame_tool_bar): If direction is RTL, use RTL image if
15671 defined. Use Gtk stock images if defined.
15672
156732007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15674
15675 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
15676 for nonexistent or zero-width glyph in composition glyph.
15677
156782007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15679
15680 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
15681
15682 * xdisp.c (Finvisible_p): New function.
15683 (syms_of_xdisp): defsubr it.
15684
156852007-08-24 Juanma Barranquero <lekktu@gmail.com>
15686
15687 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
15688 Doc fixes.
15689
156902007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15691
15692 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
15693
156942007-08-24 Martin Rudalics <rudalics@gmx.at>
15695
15696 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
15697 whether decoding has modified buffer contents.
15698
156992007-08-24 Jason Rumney <jasonr@gnu.org>
15700
15701 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
15702 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
15703 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
15704 (init_svg_functions) [HAVE_NTGUI]: New function.
15705 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
15706 (svg_load_image): Use them.
15707 (svg_load_image) [HAVE_NTGUI]: Implement background.
15708
157092007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15710
15711 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
15712 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
15713 (LIBX): Remove @RSVG_LIBS@.
15714 (LIBES): Add $(RSVG_LIBS).
15715
15716 * image.c (svg_load_image): Blend with specified background if exists.
15717 Use IMAGE_BACKGROUND. Add Mac OS Support.
15718
15719 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
15720 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
15721 Remove macros.
15722 [MAC_OSX] (socket_callback): Do nothing.
15723 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
15724 ReceiveNextEvent.
15725 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
15726 socket_callback.
15727 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
15728
157292007-08-22 Glenn Morris <rgm@gnu.org>
15730
15731 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
15732
157332007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
15734
15735 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
15736
15737 * image.c: Add support for SVG images. Some additional comments
15738 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
15739 (svg_image_p): New function to test for SVG image.
15740 (svg_load): New function to load SVG image.
15741 (svg_load_image): New function, helper for svg_load.
15742 (Qsvg): New Lisp_object.
15743 (svg_keyword_index): New enum.
15744 (svg_format): New static `image_keyword' struct.
15745 (svg_type): New static `image_type' struct.
15746 (librsvg/rsvg.h): Include it.
15747
157482007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15749
15750 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
15751
157522007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * lread.c (Qold_style_backquotes): New var.
15755 (syms_of_lread): Init and staticpro it.
15756 (load_warn_old_style_backquotes): New fun.
15757 (Fload): Use them to warn about old style backquotes.
15758 (end_of_file_error, Fload): Remove unused vars.
15759
15760 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
15761
15762 * lread.c (Vold_style_backquotes): New var.
15763 (syms_of_lread): Init and export it to Elisp.
15764 (read1): Set it when we find an old-style (back)quote.
15765
157662007-08-22 Jason Rumney <jasonr@gnu.org>
15767
15768 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
15769
157702007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
15771
15772 * puresize.h (BASE_PURESIZE): Increase to 1140000.
15773
157742007-08-19 Richard Stallman <rms@gnu.org>
15775
15776 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
15777
157782007-08-19 Andreas Schwab <schwab@suse.de>
15779
15780 * alloc.c (pure): Round PURESIZE up.
15781
157822007-08-17 Jan Djärv <jan.h.d@swipnet.se>
15783
15784 * xterm.c (handle_one_xevent): Remove check that mouse click is in
15785 active frame.
15786
157872007-08-16 Richard Stallman <rms@gnu.org>
15788
15789 * eval.c (Fcommandp): Add parens to clarify.
15790
15791 * minibuf.c (Fall_completions): Use enum for type of table.
15792
15793 * emacs.c (USAGE2): Improve text.
15794
157952007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
15796
15797 * term.c (tty_default_color_capabilities): Declare static
15798 variables in file scope, to avoid HPUX compiler problem.
15799
158002007-08-13 Jan Djärv <jan.h.d@swipnet.se>
15801
15802 * gtkutil.c (update_frame_tool_bar): Use -1 as index
15803 to gtk_toolbar_insert.
15804
158052007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
15806
15807 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
15808
15809 * insdel.c (reset_var_on_error): New fun.
15810 (signal_before_change, signal_after_change):
15811 Use it to reset (after|before)-change-functions to nil in case of error.
15812 Bind inhibit-modification-hooks to t.
15813 Don't bind (after|before)-change-functions to nil while they run.
15814
158152007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15816
15817 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
15818 filling pixmap with stippled background.
15819
158202007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15821
15822 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
15823 Don't use invisible frame as parent window for repositioning.
15824
158252007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15826
15827 * print.c (new_backquote_output): Rename from old_backquote_output.
15828 (print): Inverse its logic (according to its name) so as to match the
15829 behavior of new_backquote_flag in lread.c.
15830
158312007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15832
15833 * gmalloc.c (posix_memalign): New function.
15834
15835 * macterm.c (frame_highlight, frame_unhighlight): Don't call
15836 ActivateControl/DeactivateControl here.
15837 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
15838 frame-notice-user-settings is non-nil.
15839 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
15840 for kEventParamFMFontStyle.
15841 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
15842 mac_pass_command_to_system and mac_pass_control_to_system here.
15843 (XTread_socket): Call ActivateControl/DeactivateControl here.
15844 (XTread_socket) [TARGET_API_MAC_CARBON]:
15845 Check mac_pass_command_to_system and mac_pass_control_to_system here.
15846 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
15847 for window repositioning.
15848
158492007-08-08 Glenn Morris <rgm@gnu.org>
15850
15851 * Replace `iff' in doc-strings and comments.
15852
158532007-08-07 Chong Yidong <cyd@stupidchicken.com>
15854
15855 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
15856
158572007-08-07 Martin Rudalics <rudalics@gmx.at>
15858
15859 * fileio.c (Finsert_file_contents): Run format-decode and
15860 after_insert_file_functions on entire buffer when REPLACE is
15861 non-nil and inhibit modification_hooks and point_motion_hooks.
15862 For consistency, run after_insert_file_functions iff something
15863 got inserted. Move signal_after_change and update_compositions
15864 after code running after_insert_file_functions. Make sure that
15865 undo_list doesn't record intermediate steps of the decoding process.
15866
158672007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15868
15869 * emacs.c (main)
15870 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
15871 Call malloc_enable_thread on interactive startup.
15872
15873 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
15874 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
15875 [USE_PTHREAD]: Conditionalize with it.
15876 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
15877 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
15878 New functions.
15879
158802007-08-06 Chong Yidong <cyd@stupidchicken.com>
15881
15882 * xdisp.c (redisplay_window): When restoring original buffer
15883 position, make sure it is still valid.
15884
15885 * image.c (png_load): Ignore png-supplied background color.
15886
158872007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15888
15889 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
15890 Use kCFAbsoluteTimeIntervalSince1970.
15891
15892 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
15893 New variable.
15894 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
15895 event loop should be quit.
15896 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
15897 Quit dialog event loop if quit_dialog_event_loop is set.
15898
15899 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
15900 (Selection): New typedef. Use instead of ScrapRef.
15901 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
15902 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
15903 (mac_clear_selection): Rename from clear_scrap.
15904 (get_flavor_type_from_symbol): New argument SEL and subsume function of
15905 scrap_has_target_type. All uses changed.
15906 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15907 (mac_selection_has_target_p): New functions.
15908 (mac_put_selection_value): Rename from put_scrap_string.
15909 (mac_get_selection_value): Rename from get_scrap_string.
15910 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
15911 (put_scrap_private_timestamp, scrap_has_target_type)
15912 (get_scrap_private_timestamp): Remove functions.
15913 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
15914 (x_own_selection, x_get_local_selection):
15915 Use mac_valid_selection_value_p.
15916 (x_own_selection): Don't use put_scrap_private_timestamp.
15917 Record OWNERSHIP-INFO into Vselection_alist instead.
15918 (x_get_local_selection): Don't check type if request is local.
15919 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
15920 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
15921
159222007-08-04 Jan Djärv <jan.h.d@swipnet.se>
15923
15924 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
15925 add comment explaining why.
15926
159272007-08-03 Richard Stallman <rms@gnu.org>
15928
15929 * fileio.c (Fvisited_file_modtime): Use make_time.
15930
159312007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
15932
15933 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
15934 build.
15935
159362007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
15937
15938 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
15939
159402007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
15941
15942 * puresize.h (BASE_PURESIZE): Increase to 1130000.
15943
159442007-07-30 Richard Stallman <rms@gnu.org>
15945
15946 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
15947
159482007-07-29 Jan Djärv <jan.h.d@swipnet.se>
15949
15950 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
15951
159522007-07-28 Nick Roberts <nickrob@snap.net.nz>
15953
15954 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
15955 remote default-directory.
15956
15957 * buffer.c (mode-line-format): Update doc string.
15958
159592007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15960
15961 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
15962 scroll bar gap.
15963 (x_scroll_bar_create): Set bar->fringe_extended_p.
15964 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
15965 on frame edge. Check fringe background extension. Don't clear
15966 extended fringe background area.
15967
15968 * w32term.h (struct scroll_bar): New member fringe_extended_p.
15969 (w32_fill_area): Enclose multiple statements with do ... while (0).
15970
15971 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
15972 Extend fringe background to scroll bar gap.
15973 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
15974 Set bar->fringe_extended_p.
15975 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
15976 Put leftmost/rightmost scroll bars on frame edge. Check fringe
15977 background extension. Don't clear extended fringe background area.
15978
15979 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
15980 New member fringe_extended_p.
15981
159822007-07-25 Glenn Morris <rgm@gnu.org>
15983
15984 * Relicense all FSF files to GPLv3 or later.
15985
15986 * COPYING: Switch to GPLv3.
15987
159882007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
15989
15990 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
15991
15992 * data.c (Finteractive_form): Check for the presence of an
15993 `interactive-form' symbol property more thoroughly.
15994
15995 * data.c (Finteractive_form): Use an `interactive-form' property if
15996 present, analogous to the function-documentation property.
15997
159982007-07-24 Jason Rumney <jasonr@gnu.org>
15999
16000 * w32fns.c (x_real_positions): Get real position from OS instead of
16001 calculating it.
16002
160032007-07-23 Jason Rumney <jasonr@gnu.org>
16004
16005 * filelock.c (current_lock_owner): Allow for @ sign in username.
16006
160072007-07-22 Nick Roberts <nickrob@snap.net.nz>
16008
16009 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
16010 remote default-directory.
16011
16012 * buffer.c (mode-line-format): Describe above case in doc string.
16013
160142007-07-20 Eli Zaretskii <eliz@gnu.org>
16015
16016 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
16017 Define if not defined.
16018
160192007-07-18 Jason Rumney <jasonr@gnu.org>
16020
16021 * w32proc.c (w32_executable_type): Handle 64 bit executables.
16022
160232007-07-18 Richard Stallman <rms@gnu.org>
16024
16025 * data.c (Fsetq_default): Doc fix.
16026
16027 * eval.c (Fsetq): Doc fix.
16028
160292007-07-18 Juanma Barranquero <lekktu@gmail.com>
16030
16031 * coding.c (Ffind_operation_coding_system):
16032 * eval.c (For, Fand): Doc fixes.
16033 Reported by Johan Bockgård.
16034
160352007-07-18 Jan Djärv <jan.h.d@swipnet.se>
16036
16037 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
16038
16039 * xterm.h: Declare x_ewmh_activate_frame.
16040
16041 * xterm.c (x_ewmh_activate_frame): New function.
16042 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
16043
160442007-07-17 Martin Rudalics <rudalics@gmx.at>
16045
16046 * window.c (Fdisplay_buffer): If largest or LRU window is the
16047 only window, split it even if it is not eligible for splitting.
16048 This restores the original behavior broken by the 2007-07-15
16049 change.
16050
160512007-07-17 Glenn Morris <rgm@gnu.org>
16052
16053 * abbrev.c (abbrev_check_chars): New function.
16054 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
16055 Call abbrev_check_chars to check abbrev characters are word
16056 constituents. Doc fix.
16057
160582007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * process.c (Fstart_process, Fmake_network_process)
16061 (read_process_output): Fix up last changes.
16062
160632007-07-16 Eli Zaretskii <eliz@gnu.org>
16064
16065 * makefile.w32-in (clean): Don't delete *~.
16066
160672007-07-16 Andreas Schwab <schwab@suse.de>
16068
16069 * window.c (Fdisplay_buffer): Use NILP.
16070 (Fset_window_scroll_bars): Likewise.
16071
160722007-07-15 Martin Rudalics <rudalics@gmx.at>
16073
16074 * window.c (window_min_size_2): New function.
16075 (window_min_size_1, size_window, Fdisplay_buffer)
16076 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
16077 windows without mode- or header-lines when window-min-height is
16078 too small.
16079 (size_window): Reset nodelete_p after testing it, following an
16080 earlier note by Kim F. Storm.
16081 (display_buffer): Do not set split_height_threshold to twice the
16082 value of window_min_height to avoid changing the value of a
16083 customizable variable. Rather explicitly check whether the
16084 height of the window that shall be splitted is at least as large
16085 as split_height_threshold.
16086 (Fwindow_full_width_p): New defun.
16087 (syms_of_window): Defsubr it.
16088
16089 * window.h: Add EXFUN for Fwindow_full_width_p.
16090
160912007-07-14 Jason Rumney <jasonr@gnu.org>
16092
16093 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
16094
160952007-07-14 Richard Stallman <rms@gnu.org>
16096
16097 * eval.c (maybe_call_debugger): New function.
16098 (find_handler_clause): Use maybe_call_debugger.
16099 Call it when the handler says `debug'.
16100 Eliminate DEBUGGER_VALUE_PTR.
16101 (Fsignal): Eliminate debugger_value.
16102 (Qdebug): New variable.
16103 (syms_of_eval): Initialize it.
16104
161052007-07-14 Juanma Barranquero <lekktu@gmail.com>
16106
16107 * eval.c (Fprogn):
16108 * keyboard.c (Ftrack_mouse):
16109 * print.c (Fwith_output_to_temp_buffer):
16110 * window.c (Fsave_window_excursion): Doc fix.
16111
161122007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16113
16114 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
16115
161162007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * process.h (struct Lisp_Process): Turn slots infd, outfd,
16119 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
16120 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
16121 read_output_delay, and read_output_skip from Lisp_Objects to ints.
16122 Remove unused encoding_carryover.
16123 * process.c: Adjust all functions accordingly.
16124
161252007-07-12 Richard Stallman <rms@gnu.org>
16126
16127 * term.c: Include unistd.h only if HAVE_UNISTD_H.
16128
161292007-07-11 Jason Rumney <jasonr@gnu.org>
16130
16131 * makefile.w32-in (LIBS): Include OLE32.
16132
16133 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
16134 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
16135
161362007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
16137
16138 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
16139 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
16140 from a Lisp_Object into a bare pointer.
16141 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16142 Adjust the code correspondingly.
16143
16144 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
16145
16146 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
16147 (term_show_mouse_face): Remove unused var `j'.
16148 (handle_one_term_event): Remove unused vars `i' and `j'.
16149 Don't cast return value of ttyname since it's not necessary.
16150
161512007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
16152
16153 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
16154 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
16155
16156 * fns.c (map_char_table): Use an array of int for `indices' rather than
16157 an array of Lisp_Objects (which are only ever integers anyway).
16158 (Fmap_char_table): Update caller.
16159 * lisp.h: Update prototype.
16160 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
16161 * fontset.c (Ffontset_info):
16162 * casetab.c (set_case_table): Update callers.
16163
16164 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
16165
16166 * keymap.c (struct accessible_keymaps_data)
16167 (struct where_is_internal_data): New structures.
16168 (accessible_keymaps_1, where_is_internal_1): Use them to change
16169 interface to adhere to the one used by map_keymap.
16170 (Faccessible_keymaps, where_is_internal): Use map_keymap.
16171 (accessible_keymaps_char_table, where_is_internal_2): Remove.
16172
16173 * keymap.h (map_keymap_function_t): More informative prototype.
16174
161752007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
16176
16177 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
16178 (looking_at_1): Don't change search_regs and last_thing_searched
16179 if `inhibit-changing-match-data' is non-nil.
16180 (string_match_1, search_buffer, set_search_regs): Likewise.
16181 (syms_of_search): Add Lisp level definition for
16182 `inhibit-changing-match-data' and set it to nil.
16183 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
16184 start and end of the match, instead of using values in search_regs.
16185
161862007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16187
16188 * minibuf.c (Fcompleting_read): New value `confirm-only'
16189 for `require-match'.
16190
161912007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
16194 part of the 2007-06-27 change to syms_of_fileio.
16195
161962007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16197
16198 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
16199 Check WINDOWP before using XWINDOW. Consolidate return statements.
16200
162012007-06-27 Richard Stallman <rms@gnu.org>
16202
16203 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
16204
162052007-06-27 Juanma Barranquero <lekktu@gmail.com>
16206
16207 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
16208
162092007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16210
16211 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
16212 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
16213 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
16214 (_free_internal, memalign): Use them.
16215 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
16216 Initialize to PTHREAD_MUTEX_INITIALIZER.
16217 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
16218 (morecore_nolock): Rename from morecore. All uses changed.
16219 Use only nolock versions of internal allocation functions.
16220 (_malloc_internal_nolock, _realloc_internal_nolock)
16221 (_free_internal_nolock): New functions created from
16222 _malloc_internal, _realloc_internal, and _free_internal.
16223 (_malloc_internal, _realloc_internal, _free_internal): Use them.
16224 Copy hook value to automatic variable before its use.
16225 (memalign): Copy hook value to automatic variable before its use.
16226
162272007-06-26 Kenichi Handa <handa@m17n.org>
16228
16229 * coding.c (Ffind_operation_coding_system): Docstring improved.
16230 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
16231
162322007-06-25 David Kastrup <dak@gnu.org>
16233
16234 * keymap.c (Fcurrent_active_maps): Add `position' argument.
16235 (Fwhere_is_internal): Adjust call to `current-active-maps' to
16236 cater for additional parameter.
16237
16238 * keymap.h: Adjust number of parameters to `current-active-maps'.
16239
16240 * doc.c (Fsubstitute_command_keys): Adjust call of
16241 `current-active-maps'.
16242
162432007-06-25 David Kastrup <dak@gnu.org>
16244
16245 * callint.c (Fcall_interactively): Make the parsing of interactive
16246 specs somewhat more readable.
16247
162482007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16249
16250 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
16251 to scroll bar gap also when bitmap fills fringe. Draw only foreground
16252 if extended background has already been filled.
16253
162542007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16255
16256 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
16257 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
16258
16259 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
16260 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
16261 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
16262 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
16263 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
16264 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
16265 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
16266 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
16267 Run timers during dialog popup.
16268 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
16269
162702007-06-21 Jason Rumney <jasonr@gnu.org>
16271
16272 * image.c (convert_mono_to_color_image): Swap fore and background.
16273
162742007-06-20 Jason Rumney <jasonr@gnu.org>
16275
16276 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
16277 (w32_free_bdf_font): Unmap memory not handle.
16278
162792007-06-20 Sam Steingold <sds@gnu.org>
16280
16281 * gmalloc.c (__morecore): Fix the declaration to comply with the
16282 definition.
16283
162842007-06-20 Juanma Barranquero <lekktu@gmail.com>
16285
16286 * w32term.c (w32_delete_display): Remove leftover declaration.
16287 (w32_define_cursor, w32_initialize): Make static.
16288
16289 * w32.c (_wsa_errlist): Fix typo in error message.
16290 (init_environment): Ignore any environment variable from the
16291 registry having a null value.
16292
162932007-06-20 Glenn Morris <rgm@gnu.org>
16294
16295 * Makefile.in (LIBGIF): Default to -lgif.
16296
162972007-06-17 Jason Rumney <jasonr@gnu.org>
16298
16299 * w32menu.c (add_menu_item): Don't use multibyte string functions on
16300 unicode strings.
16301
163022007-06-16 Juanma Barranquero <lekktu@gmail.com>
16303
16304 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
16305 Fix typo in docstring.
16306
163072007-06-16 Eli Zaretskii <eliz@gnu.org>
16308
16309 * w32menu.c (add_menu_item): Escape `&' characters in menu items
16310 and their keybindings.
16311
163122007-06-15 Chong Yidong <cyd@stupidchicken.com>
16313
16314 * composite.c (update_compositions): Fix last fix.
16315
163162007-06-14 Jason Rumney <jasonr@gnu.org>
16317
16318 * w32.c (get_process_times_fn): New function pointer.
16319 (globals_of_w32): Intialize it if present in kernel32.dll.
16320 (w32_get_internal_run_time): New function.
16321
16322 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
16323
163242007-06-14 Kenichi Handa <handa@etlken.m17n.org>
16325
16326 * composite.c (update_compositions): Check the validness of
16327 compositions.
16328
163292007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16330
16331 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
16332 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
16333
16334 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
16335 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
16336
16337 * macgui.h (USE_MAC_TOOLBAR): New define.
16338
16339 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
16340 Return immediately unless popup is activated.
16341
16342 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
16343 background to scroll bar gap.
16344 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
16345 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
16346 scroll bars on frame edge. Check fringe background extension.
16347 Don't clear extended fringe background area.
16348 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
16349 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
16350 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
16351 [USE_MAC_TOOLBAR]: New macros.
16352 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
16353 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
16354 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
16355 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
16356 [USE_MAC_TOOLBAR]: New functions.
16357 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
16358 manually if previous repositioning has failed.
16359 (mac_handle_keyboard_event): Use precomputed event kind.
16360 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
16361 as tool bar item click. Handle mouse movement over tool bar items.
16362
16363 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
16364 toolbar_win_gravity.
16365 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
16366 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
16367 Add externs.
16368
16369 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
16370 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
16371
163722007-06-14 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * image.c (search_image_cache): Remove unused variable.
16375
163762007-06-13 Chong Yidong <cyd@stupidchicken.com>
16377
16378 * xfns.c, xmenu.c: Link to xaw3d if available.
16379
163802007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16381
16382 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
16383 frame_foreground and frame_background.
16384
16385 * image.c (lookup_image): Save frame foreground and background colors.
16386 (search_image_cache): Check if saved and current frame colors match.
16387
163882007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * regex.c (regex_compile): Remove the `regnum' counter.
16391 Use bufp->re_nsub instead. Add support for \(?N:RE\).
16392
163932007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
16394
16395 * term.c: Include intervals.h to declare Fget_text_property.
16396
163972007-06-10 Jason Rumney <jasonr@gnu.org>
16398
16399 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
16400
164012007-06-08 Juanma Barranquero <lekktu@gmail.com>
16402
16403 * callint.c (Fcall_interactively):
16404 * editfns.c (Fdelete_and_extract_region):
16405 * fileio.c (Fread_file_name):
16406 * fns.c (Fmapconcat):
16407 * keyboard.c (cmd_error_internal):
16408 * keymap.c (Fkey_description):
16409 * lread.c (openp):
16410 * minibuf.c (read_minibuf):
16411 * search.c (wordify):
16412 * sunfns.c (sel_read):
16413 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
16414 * xfns.c (x_default_scroll_bar_color_parameter):
16415 * xmenu.c (menu_help_callback):
16416 * xselect.c (Fx_get_atom_name):
16417 * xterm.c (x_term_init): Use empty_unibyte_string.
16418
164192007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
16420
16421 * alloc.c (init_strings): Initialize canonical empty strings.
16422 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
16423 canonical empty string when the requested size is 0.
16424
16425 * emacs.c (empty_unibyte_string): Rename from empty_string.
16426 (empty_multibyte_string): New canonical empty string.
16427 (syms_of_emacs): Don't initialize empty_string.
16428
16429 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
16430 string, if appropriate.
16431 (empty_unibyte_string, empty_multibyte_string): New externs.
16432 (empty_string): Remove extern.
16433
16434 * lread.c (syms_of_lread): Use empty_unibyte_string.
16435
164362007-06-07 Jason Rumney <jasonr@gnu.org>
16437
16438 * s/ms-w32.h: Don't define HAVE_TZNAME.
16439
16440 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
16441
164422007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16443
16444 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
16445
16446 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
16447 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
16448
16449 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
16450 Don't call next handler.
16451 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
16452 Remove argument. Install handler to application.
16453 (set_frame_menubar): Don't change deep_p.
16454 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
16455 FRAME_OUTER_TO_INNER_DIFF_Y.
16456 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
16457 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
16458 [HAVE_DIALOGS]: New macros.
16459 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
16460 Use them.
16461 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
16462
16463 * macselect.c [MAC_OSX] (install_service_handler): Rename from
16464 init_service_handler. All callers changed. Return OSStatus value.
16465
16466 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
16467 All callers changed so as not to call SetPortWindowPort.
16468 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
16469 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
16470 mac_draw_string_common.
16471 (mac_draw_image_string_qd): Likewise.
16472 (mac_draw_string_common): Use them. Add INLINE.
16473 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
16474 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
16475 GetGlobalMouse.
16476 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
16477 and FRAME_OUTER_TO_INNER_DIFF_Y.
16478 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
16479 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
16480 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
16481 repositioning window to mac_handle_window_event.
16482 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
16483 saving window location to mac_handle_window_event
16484 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
16485 (install_menu_target_item_handler): Remove argument in extern.
16486 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
16487 Also accept command events.
16488 (do_keystroke): New function created from XTread_socket.
16489 (init_command_handler): Remove functions.
16490 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
16491 and save window location by kEventWindowShowing and kEventWindowHiding
16492 handlers here. Don't call next handler for window state change and
16493 focus events.
16494 (mac_handle_application_event, mac_handle_keyboard_event)
16495 [TARGET_API_MAC_CARBON]: New functions.
16496 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
16497 kEventWindowShowing and kEventWindowHiding events. Move installation
16498 of mouse, font, text input and menu target item handlers to
16499 install_application_handler.
16500 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
16501 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16502 New function.
16503 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16504 Register it.
16505 (XTread_socket) [TARGET_API_MAC_CARBON]:
16506 Consolidate SendEventToEventTarget calls.
16507 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
16508 Move application activation handler to mac_handle_application_event.
16509 Move keyboard handler to mac_handle_keyboard_event.
16510 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
16511 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
16512 init_command_handler. Call install_application_handler.
16513
16514 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
16515 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
16516
165172007-06-07 Glenn Morris <rgm@gnu.org>
16518
16519 * emacs.c (main): Use `emacs-copyright' in --version output.
16520
165212007-06-06 Chong Yidong <cyd@stupidchicken.com>
16522
16523 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
16524
165252007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16526
16527 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
16528
16529 * macgui.h: Replace WindowPtr with WindowRef.
16530
16531 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
16532 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
16533 Replace ControlHandle with ControlRef.
16534 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
16535
16536 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
16537 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
16538 Replace ControlHandle with ControlRef.
16539 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
16540 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
16541
16542 * macterm.h (struct scroll_bar): Rename member control_handle_low
16543 and control_handle_high to control_ref_low and control_ref_high.
16544 All uses changed.
16545 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
16546 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
16547 respectively. All uses changed.
16548 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
16549 (install_window_handler, remove_window_handler): Replace WindowPtr
16550 with WindowRef in externs.
16551
165522007-06-05 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
16555
165562007-06-03 Nick Roberts <nickrob@snap.net.nz>
16557
16558 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
16559
16560 * frame.c (Fmouse_position, Fmouse_pixel_position):
16561 Condition on HAVE_GPM too.
16562
16563 * term.c (term_mouse_highlight): Remove unused variables.
16564 (Fterm_open_connection): Set gpm_zerobased to 1.
16565 (term_mouse_movement, term_mouse_click, handle_one_term_event):
16566 Use zero based co-ordinates.
16567 (handle_one_term_event): Report a drag as mouse movement too.
16568
16569 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
16570
165712007-06-03 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * image.c (search_image_cache): New function. Require background
16574 color match if background color is unspecified in the image spec.
16575 (uncache_image, lookup_image): Use it.
16576
165772007-06-01 Juanma Barranquero <lekktu@gmail.com>
16578
16579 * window.c (Fshrink_window): Reflow docstring.
16580
165812007-06-02 Chong Yidong <cyd@stupidchicken.com>
16582
16583 * Version 22.1 released.
16584
165852007-06-01 Richard Stallman <rms@gnu.org>
16586
16587 * xfns.c (x_encode_text): Add GCPRO.
16588
165892007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16590
16591 * xfns.c (x_set_name_internal): Save encoded name before
16592 x_encode_text in case string data is relocated.
16593
165942007-05-31 Richard Stallman <rms@gnu.org>
16595
16596 * buffer.c (syms_of_buffer): Doc fix.
16597
165982007-05-30 Nick Roberts <nickrob@snap.net.nz>
16599
16600 * sysdep.c (init_sys_modes): Add rather than replace with
16601 O_NONBLOCK.
16602
16603 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
16604 term_mouse_moveto.
16605
16606 * termhooks.h (term_mouse_moveto): New extern.
16607
16608 * term.c (mouse_face_window): Rename...
16609 (Qmouse_face_window): ...to this.
16610 (term_show_mouse_face, term_clear_mouse_face)
16611 (term_mouse_highlight): Use Qmouse_face_window.
16612 (term_mouse_moveto): New function.
16613 (term_mouse_position): Make it work.
16614 (syms_of_term): Uncomment assignment to mouse_position_hook.
16615 Staticpro Qmouse_face_window.
16616
166172007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16618
16619 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
16620 around current_column call.
16621
166222007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
16623
16624 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
16625 * xdisp.c (next_element_from_buffer):
16626 * window.c (delete_window):
16627 * term.c (term_mouse_highlight):
16628 * msdos.c (getdefdir):
16629 * macterm.c (mac_create_bitmap_from_bitmap_data)
16630 (init_font_name_table):
16631 * fns.c (Fsxhash):
16632 * data.c (Fmake_local_variable):
16633 * ccl.c (ccl_driver): Likewise.
16634
166352007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16636
16637 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
16638 Call mac_wakeup_from_rne on window size change.
16639
166402007-05-25 Chong Yidong <cyd@stupidchicken.com>
16641
16642 * image.c (uncache_image): Fix typo.
16643
166442007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
16645
16646 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
16647
166482007-05-22 Richard Stallman <rms@gnu.org>
16649
16650 * xterm.c (x_connection_closed): Remove NO_RETURN.
16651
166522007-05-22 Martin Rudalics <rudalics@gmx.at>
16653
16654 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
16655
166562007-05-21 Chong Yidong <cyd@stupidchicken.com>
16657
16658 * image.c (uncache_image): New function.
16659 (Fimage_refresh): New function.
16660
166612007-05-20 Jan Djärv <jan.h.d@swipnet.se>
16662
16663 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
16664
166652007-05-20 Nick Roberts <nickrob@snap.net.nz>
16666
16667 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
16668 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
16669
166702007-05-20 Nick Roberts <nickrob@snap.net.nz>
16671
16672 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
16673 conditional on [HAVE_GPM_H].
16674
166752007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16676
16677 * syntax.c (skip_chars): Update syntax-table only after we checked that
16678 the new location is valid.
16679
166802007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16681
16682 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
16683 mac_get_window_bounds.
16684
166852007-05-20 Nick Roberts <nickrob@snap.net.nz>
16686
16687 * Makefile.in (LIBGPM): Allow it to be set from configure.
16688 If set then link Emacs with it.
16689
16690 * config.in: Regenerate.
16691
16692 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
16693 New externs.
16694
16695 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
16696 Include gpm.h.
16697 (handle_one_term_event, term_gpm): New externs.
16698
16699 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
16700 and allow it to be interrupted by SIGIO.
16701
16702 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
16703 (wait_reading_process_output): Wait on gpm_fd too.
16704 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
16705 (add_gpm_wait_descriptor_called_flag): New variable.
16706 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
16707
16708 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
16709 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
16710 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
16711 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
16712 (make_lispy_event): Add case GPM_CLICK_EVENT.
16713 (read_avail_input): Handle mouse input.
16714
16715 * term.c (write_glyphs_with_face): New function.
16716 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
16717 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
16718 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
16719 (mouse_face_face_id, term_gpm, pos_x, pos_y)
16720 (last_mouse_x, last_mouse_y): New variables.
16721 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
16722 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
16723 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
16724 (Fterm_close_connection): New functions.
16725 (term_init): Initialise mouse_face_window.
16726
167272007-05-19 Chong Yidong <cyd@stupidchicken.com>
16728
16729 * xdisp.c (redisplay_window): If first window line is a
16730 continuation line, recompute the new window start instead of
16731 recentering.
16732
167332007-05-18 Glenn Morris <rgm@gnu.org>
16734
16735 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
16736 Suggested by Alfred M. Szmidt <ams@gnu.org>.
16737
167382007-05-17 Glenn Morris <rgm@gnu.org>
16739
16740 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
16741
167422007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16743
16744 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
16745 dead key repeat and up events.
16746
167472007-05-14 Chong Yidong <cyd@stupidchicken.com>
16748
16749 * image.c (pbm_load): Check image size for monochrome pbm.
16750
167512007-05-13 Chong Yidong <cyd@stupidchicken.com>
16752
16753 * xterm.c (XTread_socket): Revert last change.
16754
167552007-05-12 Chong Yidong <cyd@stupidchicken.com>
16756
16757 * image.c (pbm_load): Correctly check image size for greyscale pbm.
16758
16759 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
16760
167612007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16762
16763 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
16764 mixup (YAILOM).
16765
167662007-05-07 Andreas Schwab <schwab@suse.de>
16767
16768 * keymap.c (Flookup_key): Fix typo in last change.
16769
167702007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16771
16772 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
16773 mapping for unibyte strings.
16774
167752007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16776
16777 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
16778 (Fx_popup_dialog) [MAC_OSX]: Likewise.
16779
167802007-04-29 Richard Stallman <rms@gnu.org>
16781
16782 * insdel.c (replace_range): For undo, record insertion first.
16783
167842007-04-29 Andreas Schwab <schwab@suse.de>
16785
16786 * lisp.h (VECSIZE): Use OFFSETOF.
16787
167882007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16789
16790 * xdisp.c (try_window_reusing_current_matrix): Fix number of
16791 disabled lines.
16792
167932007-04-28 Richard Stallman <rms@gnu.org>
16794
16795 * lread.c (read_escape): In a string, \s is always space.
16796
167972007-04-27 Jan Djärv <jan.h.d@swipnet.se>
16798
16799 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
16800
16801 * gtkutil.c (xg_update_menubar, create_menus): Create empty
16802 submenu for menu bar items.
16803
16804See ChangeLog.10 for earlier changes.
16805
16806;; Local Variables:
16807;; coding: utf-8
16808;; add-log-time-zone-rule: t
16809;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16810;; End:
16811
16812 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
16813
16814 This file is part of GNU Emacs.
16815
16816 GNU Emacs is free software: you can redistribute it and/or modify
16817 it under the terms of the GNU General Public License as published by
16818 the Free Software Foundation, either version 3 of the License, or
16819 (at your option) any later version.
16820
16821 GNU Emacs is distributed in the hope that it will be useful,
16822 but WITHOUT ANY WARRANTY; without even the implied warranty of
16823 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16824 GNU General Public License for more details.
16825
16826 You should have received a copy of the GNU General Public License
16827 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16828
16829;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40