Updated ready for release
[bpt/emacs.git] / src / ChangeLog
CommitLineData
087048cd
KH
12009-07-28 Kenichi Handa <handa@m17n.org>
2
3 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
4 rigidly.
5
6 * xfont.c (xfont_list_pattern): Don't ignore the return value of
7 font_parse_xlfd. Check font properties more rigidly.
8
780c2506
DN
92009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10
11 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
12
a8c0cc18
KH
132009-07-27 Kenichi Handa <handa@m17n.org>
14
15 * xfaces.c (face_with_height): Call font_clear_prop.
16
4fbe2306
CY
172009-07-26 Chong Yidong <cyd@stupidchicken.com>
18
111d9af3
CY
19 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
20
21 * xterm.c (x_term_init): Use Qx.
22
4fbe2306
CY
23 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
24
25 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15
26 change.
27 (ns_get_color): Revert 2009-07-16 change.
28
beb0b7f9
EZ
292009-07-25 Eli Zaretskii <eliz@gnu.org>
30
31 * lread.c (syms_of_lread) <force_load_messages>: New variable.
32 (Fload): Use it to force load messages, even if NOMESSAGES is
33 non-nil.
34
2baf5e76
KR
352009-07-25 Ken Raeburn <raeburn@raeburn.org>
36
8890e5f5
KR
37 * coding.h (decode_coding_string, encode_coding_string): Use
38 SCHARS macro.
39
2baf5e76
KR
40 * lread.c: Rewrite 2009-07-21 changes.
41 (load_depth): Deleted.
42 (Qload_in_progress): New variable.
43 (load_unwind): Don't reference load_depth or load_in_progress.
44 (Fload): Likewise; specbind Qload_in_progress instead.
45 (init_lread): Don't initialize load_depth.
46 (syms_of_lread): Initialize and protect Qload_in_progress.
47
1395c6f5
AR
482009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
49
50 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
51
4e2f36cf
AR
522009-07-23 Yavor Doganov <yavor@gnu.org>
53
54 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
55
5dd9a6f7
AR
562009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
57
58 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
59 Bugs 3792, 3720, 2402.
60 (ns_lookup_indexed_color): Check for bad index.
61 (ns_index_color): Init unused slot to 0.
62 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
63 Bug 3714, possibly 3082.
5dd9a6f7 64
c902b920
JR
652009-07-22 Jason Rumney <jasonr@gnu.org>
66
67 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position
68 IME window at cursor (Bug#2570).
69 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
70 (globals_of_w32fns): Dynamically load functions required above.
71
72 * w32term.c (w32_draw_window_cursor): Send message to reposition
73 any IME window.
74
090101cf
CY
752009-07-21 Chong Yidong <cyd@stupidchicken.com>
76
77 * fileio.c: Revert 2009-07-16 changes.
78 (Vauto_save_include_big_deletions): New variable.
79 (Fdo_auto_save): Disable auto-save only if
80 auto-save-include-big-deletions is nil.
81
e6583e3d
CY
822009-07-21 Chong Yidong <cyd@stupidchicken.com>
83
84 * xdisp.c (move_it_to): For continued lines ending in a tab, take
85 the overflowed pixels into account (Bug#3879).
86
ece435a5
KR
872009-07-21 Ken Raeburn <raeburn@raeburn.org>
88
89 * lread.c (load_depth): New variable.
90 (Fload, load_unwind, init_lread): Set it to the load recursion
91 depth; set load_in_progress as a simple boolean based on the
92 current load_depth. (Bug#3892)
93
40b2d973
AR
942009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
95
96 * nsfont.m (ns_has_attribute): Remove.
97 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
98
10be7e0d
JL
992009-07-18 Juri Linkov <juri@jurta.org>
100
101 * process.c (Fset_process_query_on_exit_flag): Mention killing
102 a buffer in docstring.
103
fa055055
KH
1042009-07-17 Kenichi Handa <handa@m17n.org>
105
106 * casetab.c (shuffle): Fix the logic of setting up the cycle.
107
042f7b69
YM
1082009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
109
110 * nsfns.m (Fns_set_alpha): Remove function.
111 (syms_of_nsfns): Don't defsubr it.
112
113 * nsterm.m (ns_get_color): Remove incompatible color formats.
114 (ns_color_to_lisp): Generate #rrggbb color format string.
115
4be941e3
RS
1162009-07-16 Richard Stallman <rms@gnu.org>
117
118 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
119 (Fset_buffer_auto_saved): Handle save_length = -2.
120
4e6b227d
CY
1212009-07-16 Chong Yidong <cyd@stupidchicken.com>
122
123 * xterm.c (Qx_gtk_map_stock): New var.
124
125 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
126 of calling intern each time.
127
a1856973
YM
1282009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
129
130 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
131 does tiling.
132
133 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
134
497e54d8
KH
1352009-07-14 Kenichi Handa <handa@m17n.org>
136
72d36834
KH
137 * font.c (font_vconcat_entity_vectors): New function.
138 (struct font_sort_data): New member font_driver_preference.
139 (font_compare): Check font_driver_preference.
140 (font_sort_entities): The format of the first argument changed.
141 (font_delete_unmatched): Likewise.
142 (font_list_entities): The return type changed.
143 (font_select_entity): The format of the second argument changed.
144 (font_find_for_lface): Adjusted for the above changes. Don't
145 suppress the checking of C even if the repertory supports it.
146 (Flist_fonts): Adjusted for the above changes.
147
497e54d8
KH
148 * ftfont.c (ftfont_spec_pattern): New arg langname. Caller
149 changed.
150 (ftfont_list): Adjusted for the change of ftfont_spec_pattern.
151 Reject a font who has adstyle property that is different from a
152 langname derived from registry property.
153 (ftfont_match): Adjusted for the change of ftfont_spec_pattern.
154
b6046155
EZ
1552009-07-13 Eli Zaretskii <eliz@gnu.org>
156
157 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
158 local copy of dirfilename.
159
fb6b6049
KH
1602009-07-13 Kenichi Handa <handa@m17n.org>
161
e2402a5e
KH
162 * chartab.c (sub_char_table_ref_and_range): Fix the range check
163 against max_char.
164
fb6b6049
KH
165 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
166 calling XSYMBOL (sym).
167
65156807
EZ
1682009-07-11 Eli Zaretskii <eliz@gnu.org>
169
170 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]: New
171 function.
172 (directory_files_internal) [WINDOWSNT]: Bind
173 w32-get-true-file-attributes to either t or nil, depending whether
174 the filesystem of the directory is fast or slow.
175
176 * w32.c (logon_network_drive): Don't assume PATH is an absolute
177 file name.
178 (is_slow_fs): New function.
179 (stat): Use it to determine whether to issue more system calls to
180 get accurate file attributes, when w32-get-true-file-attributes is
181 `local'.
182
e0ab5fcf
JD
1832009-07-10 Jan Djärv <jan.h.d@swipnet.se>
184
185 * xfns.c (Fx_select_font): Remember last font selected in
186 x_last_font_name and use that the next time. Also try the frame
187 parameter font-parameter as default to the font dialog.
188
784ceded
KH
1892009-07-10 Kenichi Handa <handa@m17n.org>
190
191 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
192
fb8edc0b
EZ
1932009-07-09 Eli Zaretskii <eliz@gnu.org>
194
017dab84
EZ
195 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc
196 fix.
197
fb8edc0b
EZ
198 * w32.c (stat): Treat UNC file names as residing on remote
199 drives. (Bug#3542)
200
635c75b1
KH
2012009-07-09 Kenichi Handa <handa@m17n.org>
202
203 * fontset.c (fontset_find_font): Fix previous change.
204
c1d5ce94
MA
2052009-07-08 Michael Albinus <michael.albinus@gmx.de>
206
207 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
208 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
209 error flag.
210
edb61b39
KH
2112009-07-08 Kenichi Handa <handa@m17n.org>
212
374bf7e4
KH
213 * fontset.c (fontset_find_font): Fix the logic of handling
214 charset_matched.
215 (font_for_char): Delete unused var.
216 (generate_ascii_font_name): Delete it.
217
edb61b39
KH
218 * coding.h (JIS_TO_SJIS2): Fix the code range check.
219
220 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
221 (encode_coding_sjis): Fix the code range check.
222
0f3f018c
CY
2232009-07-07 Chong Yidong <cyd@stupidchicken.com>
224
225 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
226 (Fexpand_file_name): Copy string data properly (Bug#3772).
227
fcaf6f3a
JD
2282009-07-07 Jan Djärv <jan.h.d@swipnet.se>
229
230 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
231 first MapNotify.
232
6809ca75
KH
2332009-07-07 Kenichi Handa <handa@m17n.org>
234
235 * character.h (unibyte_has_multibyte_table): Delete extern.
236 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
237
238 * charset.c (Fset_charset_priority): Update charset_unibyte.
239 (syms_of_charset): Initialize charset_unibyte.
240
241 * character.c (unibyte_has_multibyte_table): Delete it.
242 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
243 charset_unibyte.
244 (multibyte_char_to_unibyte_safe): Likewise.
245 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
246
247 * xdisp.c (get_next_display_element): Decode it->c by
248 charset_unibyte.
249 (x_produce_glyphs): Likewise.
250
251 * .gdbinit (xcharset): Fix the treating $arg0.
252
ad9e2d54
EZ
2532009-07-04 Eli Zaretskii <eliz@gnu.org>
254
255 Emulation of `getloadavg' on MS-Windows.
256 * w32.c: Include float.h
257 (g_b_init_get_native_system_info, g_b_init_get_system_times)
258 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
259 (get_native_system_info, get_system_times): New functions.
260 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
261 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
262 (globals_of_w32): Initialize g_b_init_get_native_system_info,
263 g_b_init_get_system_times, and num_of_processors.
264
0a3472c7
JR
2652009-07-03 Jason Rumney <jasonr@gnu.org>
266
267 * w32term.c (w32_initialize): Use standard types.
268
80904120
EZ
2692009-07-03 Eli Zaretskii <eliz@gnu.org>
270
271 * dired.c (Ffile_attributes): Decode user and group names by the
272 locale's encoding. (Bug#3443)
273
6978862d
DN
2742009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
275
f8d23104
DN
276 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
277 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
278
279 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
280
281 * term.c (init_tty): Remove spurious #ifdef.
282
6978862d
DN
283 * m/mips.h: Mention this file is also used for netbsd.
284 * m/pmax.h: Remove file.
285
e044e4fc
JD
2862009-07-03 Jan Djärv <jan.h.d@swipnet.se>
287
288 * xterm.h (struct x_display_info): Add invisible_cursor.
289 (struct x_output): Add current_cursor.
290
291 * xterm.c (XTtoggle_invisible_pointer): New function.
292 (x_define_frame_cursor): Don't define cursor if invisible or the
293 same as before. Set current_cursor.
294 (x_create_terminal): Set toggle_invisible_pointer_hook.
295
296 * xfns.c (make_invisible_cursor): New function.
297 (x_set_mouse_color): Call make_invisible_cursor.
298 Set current_cursor.
299 (x_window): Set current_cursor.
300
301 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
302
303 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
304 inserting a character.
305 (read_avail_input): Call frame_make_pointer_visible.
306
307 * frame.c (Vmake_pointer_invisible): New variable.
308 (frame_make_pointer_invisible, frame_make_pointer_visible): New
309 functions.
310 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
311
312 * frame.h: Declare frame_make_pointer_invisible and
313 frame_make_pointer_visible.
314 (struct frame): Add pointer_invisible.
315
574c8efa
JD
3162009-07-02 Jan Djärv <jan.h.d@swipnet.se>
317
7b507248
JD
318 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
319 frame isn't visible.
320 (xg_frame_resized): If width/height is -1, get size of window
321 from X server.
322
323 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
324 for MapNotify.
325
835bdaa7
JD
326 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
327 here or call change_frame_size. Just call flush_and_sync.
328 (flush_and_sync): Reintroduced.
574c8efa 329
3f1c6666 3302009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 331
acd51077
JD
332 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky
333
334 * xterm.c (x_handle_net_wm_state): Also look for sticky.
335 (x_term_init): Initialize Xatom_net_wm_state_sticky.
336
337 * frame.h: Declare Qsticky.
338
cad9ef74
JD
339 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
340
341 * nsfns.m (ns_frame_parm_handlers): Ditto.
342
343 * frame.c: Declare Qsticky.
344 (frame_parms): Add sticky.
345
346 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
347
348 * xterm.h: Declare x_set_sticky.
349
350 * xterm.c (x_set_sticky): New function.
351
69b16610
JD
352 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
353 (xg_tool_bar_menu_proxy): Attach enter/leave events to
354 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
355
356 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
357
358 * frame.c: Qmaximized is new.
359 (x_set_frame_parameters): Do not handle fullscreen specially.
360 Only set width and height if explicitly set.
361 (x_set_fullscreen): Handle Qmaximized.
362 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
363 (syms_of_frame): Initialize Qmaximized.
364
365 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. Declare
366 Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
367
368 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
369 for Expose event. Add call to x_check_fullscreen for MapNotify event.
370 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
371 set gravity to NorthWestGravity when USE_GTK.
372 (set_wm_state): New function.
373 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
374 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
375 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
376 or the case when no window manager is running. That means remove calls
377 to x_real_positions and x_fullscreen_adjust.
378
379 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
380 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
381 flush_and_sync.
382 (xg_height_changed): New function.
383 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
384 and gtk_window_set_policy. Set frame gravity after parsing the geometry
385 string.
386 (xg_update_frame_menubar, free_frame_menubar)
387 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
388 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
389 Remove calls to xg_frame_set_char_size.
390
fd503d99
KH
3912009-07-01 Kenichi Handa <handa@m17n.org>
392
393 * keyboard.c (decode_keyboard_code): New function.
394 (tty_read_avail_input): Decode the input bytes if necessary.
395
396 * coding.c (setup_coding_system): Initialize
397 coding->carryover_bytes to 0.
398 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
399 use Qno_conversion.
400
24ed93fb
YM
4012009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
402
403 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
404
99061dfc
CY
4052009-06-30 Chong Yidong <cyd@stupidchicken.com>
406
407 * xftfont.c (xftfont_open): Avoid passing NULL argument to
408 XftLockFace.
409
ff90fbde
JR
4102009-06-30 Jason Rumney <jasonr@gnu.org>
411
412 * w32term.c (w32_initialize): Use GetModuleHandle for library that
413 is already loaded.
414 Set user model ID if supported (bug#1849).
415
5f445726
JM
4162009-06-29 Jim Meyering <meyering@redhat.com>
417
418 Remove useless if-before-xfree test.
419 * nsfont.m (nsfont_close): Remove useless test.
420 * term.c (delete_tty): Likewise.
421 * w32.c (system_process_attributes): Likewise.
422 * w32font.c (w32font_close): Likewise.
423 * xfaces.c (x_free_gc): Likewise.
424 * xselect.c (buffer): Likewise.
425
b9607587
AS
4262009-06-28 Andreas Schwab <schwab@linux-m68k.org>
427
428 * process.c (send_process): Keep decoded string in a local
429 variable and protect it from GC. (Bug#3521)
430
89ba96f4
EZ
4312009-06-28 Eli Zaretskii <eliz@gnu.org>
432
433 * term.c (create_tty_output) [MSDOS]: #ifdef away.
434 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
435
098a1589
CY
4362009-06-28 Chong Yidong <cyd@stupidchicken.com>
437
485422be
CY
438 * xdisp.c (start_display, handle_face_prop)
439 (move_it_vertically_backward, cursor_row_fully_visible_p)
440 (redisplay_window, try_window_id, produce_image_glyph): Delete
441 some #ifdef-ed out code chunks that are now obsolete.
442
098a1589
CY
443 * xterm.c (x_update_window_begin, x_new_focus_frame)
444 (x_scroll_bar_handle_click, handle_one_xevent)
445 (handle_one_xevent, XTread_socket, x_focus_on_frame)
446 (x_make_frame_visible, x_make_frame_invisible)
447 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
448 code chunks that are now obsolete.
449
78c38319
MA
4502009-06-28 Michael Albinus <michael.albinus@gmx.de>
451
452 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
453 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
454 for hours, when optimzation is enabled.
455 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
456 (xd_read_message): Make them static.
457
4189ed40
CY
4582009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
459
460 * term.c (turn_on_face): Allow simultaneously bold and dim
461 terminal faces (Bug#3530).
462
cd9b5e16
CY
4632009-06-27 Chong Yidong <cyd@stupidchicken.com>
464
4e23bedb
CY
465 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
466
cd9b5e16
CY
467 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
468 truncation glyphs (Bug#3686).
469
07cc3c35
GM
4702009-06-27 Glenn Morris <rgm@gnu.org>
471
472 * m/pmax.h: Restore file, with only netbsd portions.
473
25c5550f
DR
4742009-06-26 David Reitter <david.reitter@gmail.com>
475
cd9b5e16 476 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 477
42d4a64f
KH
4782009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
479
480 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
481 the arg FORCE_SYMBOL.
482
930fe55b 4832009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
484
485 * fontset.c (fontset_find_font): When a usable rfont_def is found
486 in a fallback font-group, make it the first element of the group.
487
57ebc3fd
CY
4882009-06-24 Chong Yidong <cyd@stupidchicken.com>
489
490 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
491
f084f942
KH
4922009-06-24 Kenichi Handa <handa@m17n.org>
493
494 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
495 set for C.
496 (fontset_font): Record the availability of a font for C both in
497 the realized fontsets of the current one and the default one.
498
2f686c87
DN
4992009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
500
501 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
502 conditional, it is always defined on AIX.
503
666e158e
MB
5042009-06-23 Miles Bader <miles@gnu.org>
505
506 * window.c (Vrecenter_redisplay): New variable.
507 (syms_of_window): Initialize it.
508 (Qtty): New extern declaration.
509 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
510
c6da7cd2
JM
5112009-06-23 Jim Meyering <meyering@redhat.com>
512
632c2030
CY
513 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
514 xmalloc and xrealloc (not malloc and realloc), so subsequent heap
515 pointer dereferences are guaranteed to be valid.
c6da7cd2 516
678dca3d
KH
5172009-06-23 Kenichi Handa <handa@m17n.org>
518
74d75424
KH
519 * emacs.c (main): Call init_font ().
520
521 * font.h (Vfont_log): Extern it.
522 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
523
524 * font.c (font_sort_entities, font_list_entities)
525 (font_matching_entity, font_open_entity)
526 (font_close_object): Change font_add_log to FONT_ADD_LOG.
527 (Vfont_log): Delete static.
528 (font_log_env_checked): Delete this variable.
529 (font_add_log): Don't check font_log_env_checked.
530 (font_deferred_log): Check Vfont_log.
531 (init_font): New function.
532
678dca3d
KH
533 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
534
535 * w32font.c: Change font_add_log to FONT_ADD_LOG.
536
537 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
538
539 * xfont.c: Change font_add_log to FONT_ADD_LOG.
540
541 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
542 (face_for_char): Don't call font_deferred_log here.
543 (font_for_char): Likewise.
544
8a668709
CY
5452009-06-22 Chong Yidong <cyd@stupidchicken.com>
546
9a01ee33
CY
547 * w32term.c (x_draw_glyph_string): Use the glyph string's width
548 rather than its background_width for drawing the overline and
549 underline (Bug#489).
550
551 * xterm.c (x_draw_glyph_string): Use the glyph string's width
552 rather than its background_width for drawing the overline and
553 underline (Bug#489).
ec7c9926
CY
554 (xg_default_icon_file): New variable.
555 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
556 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 557
8a668709
CY
558 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
559 (load_overlay_strings): Remove externs.
560 (fast_find_position): Function deleted.
561 (mouse_face_from_buffer_pos): New function, based on
562 fast_find_position. Correctly handle before-strings,
563 display-strings, and after-strings (Bug#1220).
564 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
565
4d4c02d8
CY
5662009-06-21 Chong Yidong <cyd@stupidchicken.com>
567
568 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
569 !HAVE_WINDOW_SYSTEM.
570 (move_it_in_display_line_to, move_it_in_display_line_to)
571 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
572
70243478
CY
5732009-06-21 Chong Yidong <cyd@stupidchicken.com>
574
575 * Branch for 23.1.
576
13087e59
JR
5772009-06-21 Jason Rumney <jasonr@gnu.org>
578
579 * w32term.c (keyboard_codepage): New static variable.
580 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
581 (w32_read_socket) [WM_CHAR]: Use it to decode character
582 input (bug#3237).
583 (w32_initialize): Initialize it.
584 (codepage_for_locale): New function.
585
4735b74e
KR
5862009-06-20 Ken Raeburn <raeburn@raeburn.org>
587
588 * process.c (status_message): Pass Faset index argument as a lisp
589 object, so as to work with USE_LISP_UNION_TYPE.
590
0e727afa
YM
5912009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
592
593 * coding.c (Ffind_coding_systems_region_internal):
594 Cache checked characters.
595
cf299835
KH
5962009-06-18 Kenichi Handa <handa@m17n.org>
597
598 * coding.c (decode_coding_iso_2022): Check MSB of bytes more
599 rigidly.
600
90f20d94
AS
6012009-06-18 Andreas Schwab <aschwab@redhat.com>
602
603 * xdisp.c (redisplay_internal): Check that the frame is still
604 live after redisplay of its windows.
605 (redisplay_windows): Check that the window is still live.
606
7f1faf1c
KH
6072009-06-17 Andreas Schwab <schwab@linux-m68k.org>
608
609 * coding.c (detect_coding_utf_16): Fix previous change.
610
cc13543e
KH
6112009-06-16 Kenichi Handa <handa@m17n.org>
612
613 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
614 UTF-16 by checking the dispersion of Eth and Oth bytes.
615
977b85f4
AS
6162009-06-15 Andreas Schwab <schwab@linux-m68k.org>
617
618 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
619
66bd43d1
KH
6202009-06-15 Kenichi Handa <handa@m17n.org>
621
622 * process.c (status_message): Fix previous change. Be sure to
623 decode a localized string.
624
cb5ca9c5
YM
6252009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
626
627 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
628 add comment explaining why.
629
ec7709ba 6302009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 631
ec7709ba 632 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 633
4b7f335c
AR
6342009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
635
636 * nsfont.m (ns_attribute_value): Remove.
637 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
638 (ns_has_attribute): Shrink the normal range.
639 (ns_findfonts): Don't worry about requested spec in determining
640 need for synthItal.
e41820ee 641 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 642
73b26103
SZ
6432009-06-14 Seiji Zenitani <zenitani@mac.com>
644
645 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
646
5753e4da
KH
6472009-06-11 Kenichi Handa <handa@m17n.org>
648
649 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
650 overhang for the static composition case.
651
3561b671
KH
6522009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
653
5753e4da
KH
654 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
655 overhang for the automatic composition case.
656
3561b671
KH
657 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
658 composition case.
659
852bbd41
CY
6602009-06-10 Chong Yidong <cyd@stupidchicken.com>
661
662 * xdisp.c (get_next_display_element): When handling wrap-prefix
663 and line-prefix, treat \n as a control character (bug#3502).
664
9903d1e6
KH
6652009-06-10 Kenichi Handa <handa@m17n.org>
666
667 * font.c (font_parse_family_registry): Fix for one-char foundry.
668 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
669
0bcbaaaa
CY
6702009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
671
672 * process.c (status_message): Fix handling of multibyte signal
673 string (Bug#3499).
674
40aa3f13
JM
6752009-06-09 Jim Meyering <meyering@redhat.com>
676
1f80c7e2
CY
677 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
678 color name is missing.
40aa3f13 679
72d51285
KH
6802009-06-09 Kenichi Handa <handa@m17n.org>
681
682 * charset.c (Fmap_charset_chars): In docstring, state clearly that
683 FROM-CODE and TO-CODE are codepoints of CHARSET.
684
c1d04d84
AR
6852009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
686
687 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
688
6892009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
690
691 Changes to support :script/:lang/:otf in NS font driver.
692 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
693 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
694 indicate not part of font driver interface, and change callers.
695 (ns_get_family): Remove pointless null check.
696 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
697 ns_spec_to_descriptor, ns_descriptor_to_entity.
698 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
699 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
700 (ns_spec_to_descriptor, ns_descriptor_to_entity)
701 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
702 (ns_get_req_script, ns_accumulate_script_ranges)
703 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
704 New functions.
705 (nsfont_list, nsfont_match): Use ns_findfonts.
706 (nsfont_open): Use font descriptor instead of traits.
707 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
708 (dump_glyphstring): Rename to ns_dump_glyphstring.
709
c7eb9816
AR
710 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
711
c1d04d84
AR
712 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
713
714 * fontset.c (fontset_from_font): Remove NS-specific code.
715
ec7709ba 7162009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
717
718 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
719 nonactive windows.
720
7212009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
722
723 * nsterm.m (ns_init_paths): Append path separator to INFOPATH
724 variable.
725
68852c13 7262009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
727
728 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
729
6756cd1d
CY
7302009-06-07 Chong Yidong <cyd@stupidchicken.com>
731
732 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
733 account for the overflowing of newlines into the last glyph on the
734 display line (Bug#3482).
735
28bf482a
DR
7362009-06-05 David Reitter <david.reitter@gmail.com>
737
ec7709ba
JB
738 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
739 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
740 Fns_selection_exists_p, Fns_selection_owner_p.
741
fdb55376
JR
7422009-06-03 Jason Rumney <jasonr@gnu.org>
743
744 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
745 available. (Bug#3379)
746
05129fbe
KH
7472009-05-29 Kenichi Handa <handa@m17n.org>
748
749 * coding.c (get_translation_table): Check
750 Venable_character_translation.
751
ec7709ba 7522009-05-26 David Reitter <david.reitter@gmail.com>
15891144 753
ec7709ba
JB
754 * nsterm.m (ns_raise_frame): Only raise frame if visible.
755 (x_make_frame_visible): Move frame to front rather than calling
15891144 756 ns_raise_frame().
ec7709ba 757 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 758 isn't key window.
ec7709ba 759 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
760 drawRect may be called by NSView even if the frame is hidden.
761
ec7709ba
JB
762 * nsfns.m (Fx_create_frame): Follow other ports in
763 determining visibility; default to t. Ensure async_visible is set.
15891144 764
21f73755
EZ
7652009-05-23 Eli Zaretskii <eliz@gnu.org>
766
767 * dired.c (Ffile_attributes): Doc fix.
768
34001e41
CY
7692009-05-22 Chong Yidong <cyd@stupidchicken.com>
770
771 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
772
46306a17
SM
7732009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
776 and xfont_scratch_props.
777 (syms_of_xfont): Do it here instead.
778 (xfont_find_ccl_program): Delete, unused.
779 (xfont_open): Delete unused var `i'.
780
ef6e0694
KH
7812009-05-21 Kenichi Handa <handa@m17n.org>
782
783 * fontset.c (Qlatin): Don't make it static.
784
46306a17
SM
785 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
786 New functions.
ef6e0694
KH
787 (xfont_scripts_cache, xfont_scratch_props): New variables.
788 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
789 (xfont_list_pattern): Argument changed. Callers changed.
790 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
791 (xfont_list): Don't reject a font spec with :script property.
792 (xfont_has_char): Fix setting of encoding.
793 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
794 xfont_scratch_props.
795
7962009-05-19 Kenichi Handa <handa@m17n.org>
797
46306a17 798 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
799 Callers changed.
800
8012009-05-18 Kenichi Handa <handa@m17n.org>
802
803 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
804
ac71ced7
SM
8052009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
808 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
809
1c6d1051
YM
8102009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
811
812 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
813 (x_delete_terminal): Dissociate resource database from display and
814 then call XrmDestroyDatabase before closing display.
815
9b9b779c
AR
8162009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
817
818 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
819 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
820 whether selected frame is viable before raising it (based on patch
821 by David Reitter), and improve commentary.
822 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 823
cccd42d5
KH
8242009-05-15 Kenichi Handa <handa@m17n.org>
825
826 * font.c (Ffont_spec): Check arguments.
827
337fbd17
CY
8282009-05-14 Chong Yidong <cyd@stupidchicken.com>
829
830 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
831 weight when testing attributes (Bug#3282).
832
47a6002f
JD
8332009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
834
835 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
836 what we expect to get in the next ConfigureNotify event.
837
9cb363db
YM
838 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
839 before Xft one (Bug#1696).
840
b9126609
CY
8412009-05-07 David Reitter <david.reitter@gmail.com>
842
843 * nsfns.m (Fx_display_planes): Compute bitplanes using
844 NSBitsPerPixelFromDepth (Bug#3207).
845
27a69fd9
CY
8462009-05-10 Chong Yidong <cyd@stupidchicken.com>
847
848 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
849
00f37552
TTN
8502009-05-10 Ulrich Mueller <ulm@gentoo.org>
851
852 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
853
2d82a920
DR
8542009-05-07 David Reitter <david.reitter@gmail.com>
855
ec7709ba
JB
856 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
857 Respect mouse face background.
2d82a920 858
46b0d52d
DR
8592009-05-07 David Reitter <david.reitter@gmail.com>
860
ec7709ba
JB
861 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
862 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
863 in ns_update_begin and ns_update_end.
864
ce1b23bb
SM
8652009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
866
5996e1b7
SM
867 * nsfns.m (ns_get_screen): Rewrite.
868 Don't presume selected-frame is of type `ns'.
869
ba98e3a0
SM
870 * font.c (font_update_drivers): Sanity fallback to avoid disabling
871 all drivers.
872
ce1b23bb
SM
873 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
874
bcda200f
YM
8752009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
876
877 * keyboard.h (add_user_signal): Fix typo in extern.
878
879 * lisp.h (add_user_signal): Remove extern.
880
881 * unexelf.c (unexec): Consider a section to precede the .bss section
882 if its addresses overlap that of .bss.
883 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
884 instead of dumping process.
885
864660a2
SM
8862009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
889
50da4e56
SM
8902009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
893
51520a1a
DN
8942009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
895
896 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
897 any statements.
898
409ea3a1
AS
8992009-05-02 Andreas Schwab <schwab@linux-m68k.org>
900
59c4c60f
AS
901 * process.c (read_process_output): Make sure the current buffer is
902 always restored.
903
409ea3a1
AS
904 * coding.c (record_conversion_result): Don't modify
905 Vlast_code_conversion_error for successful result.
906 (alloc_destination): Don't clobber conversion result. (Bug#1650)
907
56f00ed2
KH
9082009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
909
910 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 911 (load_charset_map): Remove unnecessary code.
56f00ed2 912
4491c9d2
DR
9132009-04-30 David Reitter <david.reitter@gmail.com>
914
35f5b128 915 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
916 through f24.
917
6970f632
CY
9182009-04-30 Chong Yidong <cyd@stupidchicken.com>
919
920 * xfaces.c (face_at_buffer_position): New arg base_face_id.
921
922 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
923 face_at_buffer_position.
924 (face_before_or_after_it_pos, get_next_display_element)
925 (note_mouse_highlight): Update face_at_buffer_position call.
926
927 * term.c (term_mouse_highlight):
928 * msdos.c (IT_note_mouse_highlight):
929 * fontset.c (Finternal_char_font):
35f5b128 930 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
931
932 * dispextern.h (face_at_buffer_position): Update prototype.
933
0c616f63
KH
9342009-04-30 Kenichi Handa <handa@m17n.org>
935
35f5b128 936 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 937
ad3aaf33
AS
9382009-04-29 Andreas Schwab <schwab@linux-m68k.org>
939
940 * callproc.c (Fcall_process): Fix GC protection. Make sure
941 current buffer is always restored.
942
c3c963a0
YM
9432009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
944
945 * atimer.c (init_atimer): Also clear stopped_atimers.
946
947 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
948
7e3386cb
YM
949 * process.c (create_process): Clean up merger residues of
950 2008-07-17 change.
951
91f68422
CY
9522009-04-29 Ulrich Mueller <ulm@gentoo.org>
953
954 * lread.c (Vread_circle): New variable.
955 (read1): Disable recursive read if Vread_circle is nil.
956
24b34550
KH
9572009-04-29 Kenichi Handa <handa@m17n.org>
958
959 * fontset.h (set_default_ascii_font): Delete extern.
960
961 * fontset.c (set_default_ascii_font): Delete this unused function.
962
963 * frame.c (x_set_font): When ARG is a font-object, check if the
964 font-object matches with the ASCII font-spec of the frame's
9c358bda 965 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 966
77bf07e1
AS
9672009-04-28 Andreas Schwab <schwab@linux-m68k.org>
968
969 * fns.c (Flocale_info): Protect vector from GC during decoding.
970
971 * process.c (Fstart_process): Protect argv strings from GC during
972 encoding.
973
2c55aacf
AS
9742009-04-27 Andreas Schwab <schwab@linux-m68k.org>
975
976 * sysdep.c: Include <ctype.h>.
977
b892d3c9
DR
9782009-04-27 David Reitter <david.reitter@gmail.com>
979
35f5b128 980 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
981 Remove commented-out code.
982
9d0644c4
JB
9832009-04-26 Johan Bockgård <bojohan@gnu.org>
984
985 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
986
b7053016
JR
9872009-04-25 Jason Rumney <jasonr@gnu.org>
988
989 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
990
4e8231f3
YM
9912009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
992
993 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
994 Swap bytes in short integer if fringe bitmap width > 8.
995
493dcf2c
KH
9962009-04-23 Kenichi Handa <handa@m17n.org>
997
998 * xfaces.c (Fx_list_fonts): If a font size is specified in
999 PATTERN, set it in returned scalable fonts.
1000
401e9e57
CY
10012009-04-22 Chong Yidong <cyd@stupidchicken.com>
1002
708e05dc
CY
1003 * keyboard.c (Fset_input_meta_mode): Doc fix.
1004
1005 * dispnew.c (Fsend_string_to_terminal): Doc fix.
1006
1007 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
1008 fixes.
1009
1010 * coding.c (Fterminal_coding_system): Doc fix.
1011
1012 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
1013 (Fx_display_pixel_height, Fx_display_planes)
1014 (Fx_display_color_cells, Fx_server_max_request_size)
1015 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
1016 (Fx_display_mm_height, Fx_display_mm_width)
1017 (Fx_display_backing_store, Fx_display_visual_class)
1018 (Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
1019 fixes, replacing "terminal id" with "terminal object".
1020 (check_x_display_info): Handle terminal objects instead of
1021 terminal ids.
1022
401e9e57
CY
1023 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
1024 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
fdc496e7
CY
1025 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions): Doc
1026 fixes, replacing "terminal id" with "terminal object".
401e9e57 1027
df80c7f0
KH
10282009-04-21 Kenichi Handa <handa@m17n.org>
1029
5a8f12af 1030 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 1031 (font_score): Check AVGWIDTH too.
908567ef 1032
df80c7f0
KH
1033 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
1034 worst case.
1035 (decode_coding_emacs_mule, decode_coding_iso_2022)
1036 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
1037 Likewise.
1038
705af33f
JR
10392009-04-19 Jason Rumney <jasonr@gnu.org>
1040
1041 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 1042 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
1043
1044 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
1045 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
1046 get_phys_cursor_geometry.
1047
b71ac3dd 1048 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
1049 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
1050 using get_phys_cursor_geometry.
1051
1052 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
1053 correctly calculated.
1054
dc2933eb
JD
10552009-04-19 Jan Djärv <jan.h.d@swipnet.se>
1056
1057 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use
1058 G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
1059 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
1060 is deprecated.
1061
973e7849
AS
10622009-04-18 Andreas Schwab <schwab@linux-m68k.org>
1063
1064 * font.c (font_put_frame_data): Use xfree instead of free.
1065
314d66f4
JB
10662009-04-17 Juanma Barranquero <lekktu@gmail.com>
1067
1068 * w32font.c (Qja, Qko): Remove declarations.
1069 (syms_of_w32font): Don't DEFSYM them.
1070
cf702558
CY
10712009-04-17 Chong Yidong <cyd@stupidchicken.com>
1072
1073 * font.c (Qja, Qko): Move definitions here from ftfont.c.
1074
1075 * font.h (Qja, Qko): Extern them.
1076
1077 * ftfont.c (Qja, Qko): Remove declarations.
1078
1079 * xfont.c (Qja, Qko): Remove declarations.
1080
b50504f5
KH
10812009-04-17 Kenichi Handa <handa@m17n.org>
1082
bde25748
KH
1083 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
1084 string from a vector to handle Latin-1 characters correctly.
1085
b50504f5
KH
1086 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
1087 entity even if the cache hits.
1088
f4646fff
AS
10892009-04-16 Andreas Schwab <schwab@linux-m68k.org>
1090
1091 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 1092 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 1093
e7deaab0
AS
1094 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
1095 * lisp.h: Adjust prototypes.
1096
0a0e7d49
CY
10972009-04-16 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
1100 change (Bug#3003).
1101
3c908a57
KH
11022009-04-16 Kenichi Handa <handa@m17n.org>
1103
bd0af90d
KH
1104 * xfont.c (xfont_has_char): Special handling of `ja' and `ko'
1105 adstyle.
1106
1107 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
1108 adstyle.
1109
1110 * ftfont.c (Qja, Qko): Don't make them static.
1111 (enum ftfont_cache_for): New enum.
1112 (fc_charset_table): Undo the previous change.
1113 (ftfont_get_latin1_charset): Delete it.
1114 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache. Set
1115 FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
1116 non-scarable font, try to get AVERAGE_WIDTH.
1117 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
1118 Change ft_face_cache from a list of a hash-table. Don't check
1119 `ja' and `ko' adstyle here.
1120 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
1121 FTFONT_CACHE_FOR_CHARET.
1122 (ftfont_get_charset): Undo the previous change.
1123 (ftfont_open): Call ftfont_lookup_cache with
1124 FTFONT_CACHE_FOR_FACE.
1125 (ftfont_close): Likewise.
1126 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
1127
1128 * font.c (font_sort_entites): Change the meaning of the arg
1129 BEST-ONLY. Don't optimize for VEC of lenght 1.
1130 (font_select_entity): Just return the value of font_sort_entites.
1131
1132 * xfaces.c (merge_face_vectors): Reflect font properties in
1133 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
1134 font_clear_prop if a face attribute doesn't change.
1135
3c908a57
KH
1136 * charset.h (charset_ksc5601): Extern it.
1137
1138 * charset.c (charset_ksc5601): New variable.
1139 (Fdefine_charset_internal): Set charset_ksc5601.
1140 (init_charset_once): Initialize charset_ksc5601 to -1.
1141
d65859c3
DN
11422009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1143
1144 * fileio.c (history_delete_duplicates): Remove unused declaration.
1145
1146 * callint.c (history_delete_duplicates): New declaration.
1147 (Fcall_interactively): Remove command history duplicates when
1148 history_delete_duplicates is true.
1149
3ba010e5
EZ
11502009-04-14 Eli Zaretskii <eliz@gnu.org>
1151
1152 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
1153
06f19b91
KH
11542009-04-14 Kenichi Handa <handa@m17n.org>
1155
1156 * font.c (Ffont_info): Fix docstring. Fix the second element of
1157 the returned value (bug#2949).
1158
2cce8bfc
CY
11592009-04-14 Chong Yidong <cyd@stupidchicken.com>
1160
1161 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
1162
d156542d
KH
11632009-04-14 Kenichi Handa <handa@m17n.org>
1164
1165 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
1166 encoding charset is ascii_compatible.
1167
1168 * charset.c (Fdefine_charset_internal): Make charset
1169 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
1170 code_offset is 0, and covers all ASCII characters.
1171
86fa089e
SM
11722009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
1175 (ns_string_to_pasteboard_internal):
1176 * nsmenu.m (process_dialog):
1177 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
1178 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
1179 * lisp.h (Fx_load_color_file): Declare.
1180
a8a3728b
KH
11812009-04-13 Kenichi Handa <handa@m17n.org>
1182
1183 * font.c (font_delete_unmatched): Preserve the order of list
1184 elements.
1185 (font_select_entity): Suppress the code to optimize for the same
1186 kind of fonts.
1187 (font_load_for_lface): Get a font that supports at least ASCII
1188 characters.
1189
1190 * ftfont.c (Qja, Qko): New variables.
1191 (fc_charset_table): Delete uniquifier data for iso8859-1.
1192 (ftfont_get_latin1_charset): New function.
1193 (get_adstyle_property): New function.
1194 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
1195 bitmap fonts.
1196 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
1197 Delete iso-8859-1 range from the charset of fonts whose adstyle is
1198 `ko' or `ja'.
1199 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1200 (ftfont_get_charset): For iso8859-1, call
1201 ftfont_get_latin1_charset.
1202 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
1203 property.
1204 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
1205 (syms_of_ftfont): DEFSYM Qja and Qko.
1206
483670b5
KH
12072009-04-09 Kenichi Handa <handa@m17n.org>
1208
12b55765
KH
1209 * charset.c (map_charset_chars): For a charset of `superset'
1210 method, fix calculation of code range.
1211
483670b5
KH
1212 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
1213 from the list of extra properties.
1214 (font_clear_prop): Be sure to delete `:name' font property.
1215
57d3b93b
KH
12162009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1217
b4b2c2ca
YM
1218 * dispnew.c (redraw_overlapping_rows): Fix detection of
1219 overlapping for topmost and bottommost rows.
1220
57d3b93b
KH
1221 * ftfont.c (ftfont_text_extents): Fix calculation of
1222 metrics->descent.
1223
472c3609
JR
12242009-04-06 Jason Rumney <jasonr@gnu.org>
1225
1226 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
1227
ab193662
KH
12282009-04-06 Kenichi Handa <handa@m17n.org>
1229
1230 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
1231
1232 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
1233
0c26f026
KH
12342009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1235
1236 * ftfont.c (ftfont_open): Fix checking of the return value of
1237 FT_Load_Char. Fix setting font->underline_thickness.
1238
e173bbce
CY
12392009-04-04 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
1242 (Fterminal_parameters, Fterminal_parameter)
1243 (Fset_terminal_parameter): In doc string, refer to terminal
1244 objects rather than terminal ids.
1245
693a2698
EZ
12462009-04-04 Eli Zaretskii <eliz@gnu.org>
1247
1248 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
1249 ret_lim_data. (Bug#2867)
1250
d5221487
CY
12512009-04-03 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
1254 so they don't get wider than the window, matching 2006-01-23
1255 change to the partner function in xdisp.c (Bug#2800).
1256
223509a3
KH
12572009-04-03 Kenichi Handa <handa@m17n.org>
1258
1259 * print.c (print_object): Make each lowest sub_char_table start a
1260 new line (Bug#2866).
1261
74fcd0b1
KH
12622009-04-02 Kenichi Handa <handa@m17n.org>
1263
1264 * fontset.c (fontset_font): Record no-font when a fontset
1265 explicitly tells not to try another font-specs.
1266
c542407d
SM
12672009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
1268
1269 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
1270
e3869731
KH
12712009-03-30 Kenichi Handa <handa@m17n.org>
1272
d8d2f142
KH
1273 * fontset.c (fontset_from_font): Specify only registry in a
1274 font-spec for all characters supported by that registry.
1275
e3869731
KH
1276 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
1277 even if HAVE_M17N_FLT is not defined.
1278
5da5f805
CY
12792009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
1280
1281 * ftfont.c: Conditionalize prototyping and use of
1282 ftfont_variation_glyphs.
1283
ab226c50
SM
12842009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1285
9628fed7
SM
1286 * frame.c (delete_frame): Work around compiler bug.
1287
1288 * editfns.c (general_insert_function): Adjust to insdel.c changes.
1289 * insdel.c (prepare_to_modify_buffer, signal_before_change):
1290 Some more EMACS_INT.
1291 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
1292
1293 * xdisp.c (dump_glyph): Fix typo.
1294
ae19ba7c
SM
1295 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
1296 (adjust_markers_gap_motion, adjust_markers_for_delete)
1297 (adjust_markers_for_insert, adjust_point)
1298 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
1299 (make_gap, copy_text, count_size_as_multibyte, insert)
1300 (insert_and_inherit, insert_before_markers)
1301 (insert_before_markers_and_inherit, insert_1)
1302 (count_combining_before, count_combining_after, insert_1_both)
1303 (insert_from_string, insert_from_string_before_markers)
1304 (insert_from_string_1, insert_from_gap, insert_from_buffer)
1305 (insert_from_buffer_1, adjust_after_replace)
1306 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
1307 (replace_range_2, del_range, del_range_1, del_range_byte)
1308 (del_range_both, del_range_2, modify_region)
1309 (prepare_to_modify_buffer, signal_before_change)
1310 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
1311 for buffer positions and sizes.
1312 * lisp.h: Adjust prototypes accordingly.
1313
1314 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
1315 (non_regular_inserted, non_regular_nbytes, read_non_regular)
1316 (Finsert_file_contents): Use EMACS_INT for buffer positions.
1317
ab226c50
SM
1318 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
1319
46dfb8fb
JD
13202009-03-27 Jan Djärv <jan.h.d@swipnet.se>
1321
1322 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
1323 lines and columns so we keep the same pixel height and width.
1324
1325 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
1326 the property _NET_WM_STATE has changed.
46dfb8fb
JD
1327 (x_handle_net_wm_state): New function to update frame parameter
1328 fullscreen.
1329 (x_term_init): Initialize atoms for _NET_WM_STATE.
1330
1331 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
1332
d347e494
SM
13332009-03-27 Kevin Ryde <user42@zip.com.au>
1334
1335 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
1336 Gpm_GetEvent as an error that justifies closing the filedescriptor.
1337 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
1338 (Fgpm_mouse_stop): Pass that new parameter.
1339 * termhooks.h (close_gpm): Adjust prototype.
1340
84db11d6
SM
13412009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1342
c95a5008
SM
1343 * lisp.h (Fx_focus_frame): Declare.
1344
84db11d6
SM
1345 * callint.c (Fcall_interactively): For '^' just delegate the work to
1346 handle-shift-selection.
1347 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
1348
0a1958d6
CY
13492009-03-24 Chong Yidong <cyd@stupidchicken.com>
1350
0bfdff23
CY
1351 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
1352
0a1958d6
CY
1353 * data.c (Qinteractive_form): New variable.
1354 (Finteractive_form): Use it.
1355
1356 * eval.c (Fcommandp): Use Qinteractive_form.
1357
58aec0d6
JR
13582009-03-24 Jason Rumney <jasonr@gnu.org>
1359
1360 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
1361 Calculate total size precisely. Decode environment variables
1362 before substituting. (Bug#38)
1363
553dd618
KH
13642009-03-24 Kenichi Handa <handa@m17n.org>
1365
1366 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 1367 encoding (Bug#2722).
553dd618 1368
c39ea606
JD
13692009-03-23 Jan Djärv <jan.h.d@swipnet.se>
1370
1371 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
1372 that gdpy is set.
1373
bc9b2b5e
AM
13742009-03-22 Alan Mackenzie <acm@muc.de>
1375
1376 * callint.c (Finteractive): Clarify the doc string - even
1377 promptless elements need \n separators.
1378
9f995a76
JR
13792009-03-22 Jason Rumney <jasonr@gnu.org>
1380
1381 * w32term.c (syms_of_w32term): Doc fix for
1382 x-use-underline-position-properties.
1383
22749e9a
EZ
13842009-03-21 Eli Zaretskii <eliz@gnu.org>
1385
1386 * w32.c (getpwuid): Change argument type to unsigned.
1387 (struct w32_id): Change type of `rid' member to unsigned.
1388 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
1389 argument ID to unsigned. All callers changed.
1390 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
1391
e00553bf
EZ
13922009-03-20 Eli Zaretskii <eliz@gnu.org>
1393
1394 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
1395 negative, produce a float value.
1396
1397 * dired.c (make_uid, make_gid): New functions.
1398 (Ffile_attributes): Use them to avoid negative UID and GID.
1399
f761d6b6
JB
14002009-03-20 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
1403 (syms_of_keyboard) <command-hook-internal, input-method-function>:
1404 Fix typos in docstrings.
1405
d507f8d7
KH
14062009-03-19 Kenichi Handa <handa@m17n.org>
1407
1408 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
1409 changed, use font_load_for_lface to get a new font object.
1410 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
1411
1412 * frame.c (x_set_font): Handle the case that ARG is a cons.
1413
c68845e0
GM
14142009-03-19 Glenn Morris <rgm@gnu.org>
1415
1416 * fileio.c (Fsubstitute_in_file_name): Doc fix.
1417
bfa49dd1
CY
14182009-03-19 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
1421
8458d4c1
KH
14222009-03-19 Kenichi Handa <handa@m17n.org>
1423
1424 * charset.c (load_charset_map_from_file): When a mapfile can't be
1425 loaded, signal an error.
1426
78e7d1fe
EZ
14272009-03-18 Eli Zaretskii <eliz@gnu.org>
1428
1429 * dired.c (Ffile_attributes): Make sure UID and GID are always
1430 positive, even if the value is too large for a positive EMACS_INT.
1431 Doc fix.
1432
1433 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
1434
5da9fdfa
YM
14352009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1436
1437 * xmenu.c (xdialog_show): Move Fredisplay call ...
1438 (Fx_popup_dialog): ... here.
1439
7519c40d
SM
14402009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * dired.c (file_name_completion): Disable the first optimization just
1443 installed, since it is not implemented correctly.
1444
2cd298e2
SM
14452009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1446
1447 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 1448 only if the entry can affect bestmatch.
2cd298e2
SM
1449 Stop the search early, as Ftry_completion already does.
1450
48d37adf
CY
14512009-03-17 Chong Yidong <cyd@stupidchicken.com>
1452
e10c9c93 1453 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 1454
9286b16a
CY
14552009-03-15 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * keyboard.c (parse_menu_item): Don't display remappings as menu
1458 equivalent bindings (Bug#788).
1459
f7b146dc
JR
14602009-03-15 Jason Rumney <jasonr@gnu.org>
1461
1462 * w32term.h (WM_EMACS_PAINT): New message.
1463 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
1464 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
1465 before passing to lisp thread. (Bug#950)
1466
f761d6b6 14672009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 1468
d93f9575
CY
1469 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
1470 variable as it was never reset.
1471 (ns_term_init): Remove initialization of Lisp-settable defaults
1472 and ns_expand_space.
1473 (-setPanelFromDefaultValues): Remove ns_expand_space.
1474 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
1475 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
1476 i.e. no additional spacing, similar to Carbon port.
1477
d93f9575
CY
1478 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
1479 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 1480
305018ec
JD
14812009-03-14 Jan Djärv <jan.h.d@swipnet.se>
1482
1483 * sound.c (alsa_configure): Remove call to deprecated
1484 snd_pcm_sw_params_set_xfer_align.
1485
f761d6b6 14862009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
1487
1488 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
1489 after clicking in a detached tool bar.
1490 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
1491
46e722a9
SM
14922009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1493
348db3dd
SM
1494 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
1495 int/Lisp_Object mixup).
46e722a9 1496
a3d16f39
KH
14972009-03-13 Kenichi Handa <handa@m17n.org>
1498
1499 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 1500 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
1501 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
1502 (set_fontset_font): Change ARG to a vector. Handle range_list in
1503 ARG correctly.
1504 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 1505 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
1506 the above change.
1507 (fontset_from_font): Fix previous change.
fe24f56a 1508 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
1509 entry. If FONTSET is the default fontset, don't set the extra
1510 slot of the returning char-table.
1511
b066e6b6
JB
15122009-03-12 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * nsfns.m (Fx_close_connection): Doc fix.
1515 (Fns_do_applescript): Reflow docstring.
1516 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
1517 (Fx_display_pixel_width, Fx_display_pixel_height)
1518 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
1519 Fix typos in docstrings.
1520 (Fns_set_alpha): Fix typos in error messages.
1521
d472514e 15222009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 1523
d472514e 1524 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
1525 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
1526 were used for such events.
1527
d472514e
JB
1528 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
1529 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 1530
d472514e 1531 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
1532 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
1533
fb930676
KH
15342009-03-11 Kenichi Handa <handa@m17n.org>
1535
ff85581a
KH
1536 * font.h (font_open_by_spec): Extern it.
1537
c50b7e98
KH
1538 * font.c (font_open_by_spec): New function.
1539 (font_open_by_name): Use font_open_by_spec.
1540
fb930676
KH
1541 * frame.c (x_set_font): When ARG is a font-object, don't alter the
1542 fontset of the frame.
1543
1544 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
1545 modify the default font of frames that use this fontset.
1546 (num_auto_fontsets): New variable.
1547 (fontset_from_font): Use num_auto_fontsets to decide a fontset
1548 name. Be sure to set FONTSET_ASCII to the correct font name.
1549 (update_auto_fontset_alist): New function.
1550
df4e8455
JB
15512009-03-11 Juanma Barranquero <lekktu@gmail.com>
1552
1553 * makefile.w32-in: Update dependencies.
1554
0a375797
AR
15552009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1556
1557 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
1558
61313fa3
SM
15592009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
1562
b55103fb
CY
15632009-03-10 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * lread.c (Feval_buffer): Doc fix.
1566
dde2559c
KH
15672009-03-09 Kenichi Handa <handa@m17n.org>
1568
1569 * charset.c (Qfile_name_handler_alist): Extern it.
1570 (load_charset_map_from_file): Temporarily bind
1571 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
1572
df4e8455 15732009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 1574
47f588bb
GM
1575 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
1576 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 1577
4ddf94bd
AR
15782009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1579
4c9bdfc2
AR
1580 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
1581 (x_set_window_size): Change back to calculated method of setting
1582 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
1583 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
1584 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
1585
fe41ae9e
AR
1586 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
1587
4c9bdfc2
AR
1588 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
1589 accelerator in parens under GNUstep.
1590
825d0875
KH
15912009-03-06 Kenichi Handa <handa@m17n.org>
1592
1593 These changes are to detect incorrect composition sequence without
f3b3be74 1594 looking ahead the source. (Bug#2370)
825d0875
KH
1595
1596 * coding.h: Include "composite.h".
1597 (enum compisition_state): New enum.
1598 (struct compisition_status): New struct.
1599 (struct iso_2022_spec): New member cmp_status.
1600 (struct emacs_mule_spec): New struct.
1601 (struct coding_system): New members ctext_extended_segment_len and
1602 embedded_utf_8. Change the union member
1603 spec.emacs_mule_full_support to spec.emacs_mule.
1604
1605 * coding.c (CODING_ISO_CMP_STATUS): New macro.
1606 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 1607 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
1608 (ADD_COMPOSITION_DATA): New arg nbytes.
1609 (emacs_mule_char): New arg cmp_status.
1610 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
1611 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
1612 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
1613 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
1614 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
1615 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
1616 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
1617 (EMACS_MULE_COMPOSITION_END): New macro.
1618 (emacs_mule_finish_composition): New function.
1619 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
1620 (decode_coding_emacs_mule): Avoid long looking ahead while
1621 handling composition.
1622 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
1623 (ENCODE_COMPOSITION_RULE): New macro.
1624 (finish_composition): New function.
1625 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
1626 (DECODE_COMPOSITION_START): New implementation.
1627 (DECODE_COMPOSITION_END): Likewise.
1628 (STORE_COMPOSITION_RULE): New macro.
1629 (decode_coding_iso_2022): Avoid long looking ahead while handling
1630 composition, CTEXT extended segment, and embedded UTF-8.
1631 (setup_coding_system): For a coding of type iso-2022, reset
1632 CODING_ISO_EXTSEGMENT_LEN (coding) and
1633 CODING_ISO_EMBEDDED_UTF_8 (coding).
1634 (get_translation): Delete arguments last_block, from_nchars,
1635 to_nchars. Callers changed.
1636 (produce_chars): Don't modify charbuf. Adjusted for the change of
1637 get_translation.
98a326f7 1638 (produce_composition): Adjust for the new annotation sequence.
825d0875 1639 (handle_composition_annotation): Likewise.
98a326f7 1640 (consume_chars): Adjust for the change of get_translation.
825d0875 1641
ccbc4452
AR
16422009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1643
4ddf94bd 1644 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 1645
988a7ddb
KH
16462009-03-05 Kenichi Handa <handa@m17n.org>
1647
1648 * font.c (font_select_entity): New function.
1649 (font_find_for_lface): Use font_select_entity to select a font.
1650
1651 * fontset.c (fontset_find_font): If a font found without
a8a3728b 1652 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
1653 font with C restriction.
1654
98a326f7 16552009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 1656
be1bce46 1657 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 1658
10ea2b82
JR
16592009-03-04 Jason Rumney <jasonr@gnu.org>
1660
2c93b248 1661 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 1662 characters that have already been read. (Bug#2569)
2c93b248 1663
10ea2b82
JR
1664 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
1665 Log an error message if check_image_size failed.
1666 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 1667 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 1668
71a0c011
EZ
16692009-03-02 Eli Zaretskii <eliz@gnu.org>
1670
1671 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
1672 when decoding process output.
1673
2f63bba8
RS
16742009-03-01 Richard M Stallman <rms@gnu.org>
1675
1676 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
1677
1678 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
1679
0a9564cb
EZ
16802009-02-28 Eli Zaretskii <eliz@gnu.org>
1681
1682 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
1683 (decode_coding_emacs_mule, decode_coding_iso_2022)
1684 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
1685 (decode_coding_raw_text, decode_coding_charset)
1686 (setup_coding_system, decode_eol, decode_coding, consume_chars):
1687 Honor inhibit-eol-conversion. (Bug #2186)
1688
449148b3
JR
16892009-02-28 Jason Rumney <jasonr@gnu.org>
1690
1691 * coding.c (detect_coding_charset): If not checking latin extra,
1692 fail on characters between 0x80 and 0xA0. (Bug#2354)
1693
a4aee864
EZ
16942009-02-28 Eli Zaretskii <eliz@gnu.org>
1695
1696 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 1697 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 1698
d88bee5a
GM
16992009-02-27 Glenn Morris <rgm@gnu.org>
1700
1701 * callint.c (Finteractive): Doc fix.
1702
a808f22d
KH
17032009-02-27 Kenichi Handa <handa@m17n.org>
1704
1705 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
1706
caf8d60c
CY
17072009-02-27 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * font.c (font_style_to_value): Set value for unknown symbols to
1710 100 instead of 255.
b61137ea
CY
1711 (weight_table, slant_table, width_table): Treat "unspecified" as
1712 the default value.
caf8d60c 1713
1a0de25c
JB
17142009-02-26 Juanma Barranquero <lekktu@gmail.com>
1715
1716 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
1717
8fc45744
JB
17182009-02-25 Juanma Barranquero <lekktu@gmail.com>
1719
107bd7d1
JB
1720 * lread.c (Fload): Stop checking Vloads_in_progress and signal
1721 error as soon as a recursive load is detected.
8fc45744 1722
f097e223
AR
17232009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1724
1725 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
1726 before caching.
1727
8810a12f
KH
17282009-02-24 Kenichi Handa <handa@m17n.org>
1729
1730 * fontset.c (fontset_find_font): Fix the condition for checking
1731 unavailable font.
1732
2c7d1565
GM
17332009-02-24 Glenn Morris <rgm@gnu.org>
1734
1735 * xfaces.c (Finternal_set_font_selection_order): Remove leading
1736 whitespace that confuses documentation.
1737
a20878b6
MB
17382009-02-23 Miles Bader <miles@gnu.org>
1739
1740 * process.c (Flist_system_processes, Fprocess_attributes)
1741 (syms_of_process): Rename `system-process-attributes' to
1742 `process-attributes'.
1743
b3b58c01
AS
17442009-02-22 Andreas Schwab <schwab@linux-m68k.org>
1745
1b3b981b
AS
1746 * coding.h (struct coding_system): Make safe_charsets a pointer to
1747 unsigned char.
1748 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
1749 being 255.
1750 (SAFE_CHARSET_P): Likewise.
1751 (setup_iso_safe_charsets): Properly setup safe_charsets.
1752 (Fdefine_coding_system_internal): Likewise.
1753 (setup_coding_system): Likewise. Remove unneeded casts.
1754 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
1755 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
1756 unneeded casts.
1757
b3b58c01
AS
1758 * insdel.c (del_range_2): Don't modify gap contents when called
1759 from decode_coding_object. (Bug#1809)
1760
0b6f228c
CY
17612009-02-21 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
1764 Qfont_object.
1765 (Ftype_of): Recognize font objects.
1766
1767 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
1768
1769 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
1770 moved to data.c.
1771
52f8870b
AR
17722009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1773
1774 * nsterm.m (x_make_frame_invisible): Unset async_visible,
1775 async_iconified. Based on a patch by Christian Lynbech
1776 <christian.lynbech@tieto.com>.
1777 (EmacsView-windowDidMiniaturize:): Unset async_visible.
1778
7087d5e9
GM
17792009-02-20 Glenn Morris <rgm@gnu.org>
1780
1781 * syntax.c (Fskip_chars_forward): Fix doc typo.
1782
41d2ceef
CY
17832009-02-20 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
1786
1a3b7ca6
CY
17872009-02-19 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
1790
73cce38d
KH
17912009-02-19 Kenichi Handa <handa@m17n.org>
1792
1793 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 1794 Don't overflow coding->carryover. (Bug#2370)
73cce38d 1795
a51092ee
DN
17962009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
1799
c423ecca
KH
18002009-02-18 Kenichi Handa <handa@m17n.org>
1801
1802 * font.c (font_check_otf_features): Fix handling of `nil' element.
1803 (Ffont_spec): Describe :lang and :otf in the docstring.
1804
4c1958f4
AS
18052009-02-16 Andreas Schwab <schwab@suse.de>
1806
1807 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
1808 string.
1809
5704f39a
KH
18102009-02-16 Kenichi Handa <handa@m17n.org>
1811
1812 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 1813 (Bug#1723)
5704f39a 1814
8f0085aa
CY
18152009-02-14 Chong Yidong <cyd@stupidchicken.com>
1816
a057d86a 1817 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
1818
1819 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
1820 (handle_line_prefix): Suppress wrapping of wrap prefixes.
1821
aff01dd9
EZ
18222009-02-14 Eli Zaretskii <eliz@gnu.org>
1823
1824 * msdos.c (MAX_SCREEN_BUF): New macro.
1825 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
1826 Encode the entire run of glyphs sharing the same face, instead of
1827 doing that one glyph at a time (fixes a bug with displaying
1828 double-size characters).
1829
ba301db3
AR
18302009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1831
1832 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
1833
1834 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
1835 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 1836 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
1837
1838 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 1839 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 1840
51d861de
SM
18412009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
1844 invisible areas.
1845
7fed8996
JR
18462009-02-12 Jason Rumney <jasonr@gnu.org>
1847
631ea4fb
JR
1848 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
1849 (add_font_entity_to_list): Call check_face_name even when family
1850 is unspecified.
1851
cb4a3e42
JR
1852 * w32term.c (x_display_pixel_height, x_display_pixel_width):
1853 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 1854 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 1855
7fed8996 1856 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 1857 raster fonts. (Bug#2219)
7fed8996 1858
895416e3
KH
18592009-02-12 Kenichi Handa <handa@m17n.org>
1860
1861 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
1862 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
1863 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 1864 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
1865 (find_automatic_composition): While looking forward and backward,
1866 check static composition. Fix where to stop looking forward.
1867 (composition_adjust_point): Fix checking of static composition.
1868 (Fcomposition_get_gstring): Pay attention to
1dacf998 1869 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
1870
1871 * lisp.h (fast_looking_at): Extern it.
1872
1873 * search.c (fast_looking_at): New function.
1874
51d861de 1875 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
1876 <struct glyph>.u.cmp.to.
1877 (append_composite_glyph): Likewise.
1878
51d861de 1879 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
1880 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
1881 composition.
51d861de 1882 (append_composite_glyph): Adjust for the change of
895416e3
KH
1883 <strcut glyph>.u.cmp.to.
1884
8510724d
JB
18852009-02-11 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * casetab.c (init_casetab_once):
1888 * coding.c (ALLOC_CONVERSION_WORK_AREA):
1889 * font.c (font_update_lface):
1890 * fontset.c (Fnew_fontset):
1891 * ftfont.c (ftfont_drive_otf):
1892 * xfont.c (xfont_open):
1893 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
1894
294fa707
SM
18952009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * fileio.c (Fwrite_region): !NILP -> CONSP.
1898
b5bfebec
AS
18992009-02-10 Andreas Schwab <schwab@suse.de>
1900
1901 * process.c (send_process): Properly relocate pointer into data
adab88bd 1902 when using encoded data. (Bug#2272)
b5bfebec 1903
cb84a2be
KH
19042009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
1905
1906 * coding.c (detect_coding_charset): Fix previous change.
1907
89e09428
JR
19082009-02-08 Jason Rumney <jasonr@gnu.org>
1909
1910 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 1911 disappeared while hourglass was displayed. (Bug #2193)
89e09428 1912
4470a277
AS
19132009-02-07 Andreas Schwab <schwab@suse.de>
1914
1915 * unexelf.c (unexec): Fix error message.
1916
3175b12a
AR
19172009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
1918
1919 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 1920 when modal window is active. (Bug #2152)
3175b12a
AR
1921 (applicationShouldTerminate:): Remove now-unneeded while loop
1922 around NSRunAlertPanel.
1923
1924 * nsmenu.m (popupSession): New file-global variable.
1925 (pop_down_menu): End the popupSession before closing dialog.
1926 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
1927 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
1928 don't query NSApp for events (just sleep instead).
1929
8434d0b8
EZ
19302009-02-07 Eli Zaretskii <eliz@gnu.org>
1931
51d861de
SM
1932 * coding.c (syms_of_coding) <translation-table-for-input>:
1933 Modify doc string to discourage use for character code unification.
8434d0b8 1934
aa82edfd
CY
19352009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1936
1937 * atimer.c (run_timers): Update pending_atimers.
1938
2d283c7c
CY
19392009-02-06 Chong Yidong <cyd@stupidchicken.com>
1940
eb306cab
CY
1941 * image.c (svg_load_image): Fix last change.
1942
2d283c7c
CY
1943 * xfns.c (Fx_create_frame): Signal an error if no font is
1944 found (Bug#2147).
1945
4d8e170e
JB
19462009-02-05 Juanma Barranquero <lekktu@gmail.com>
1947
1948 * character.c (syms_of_character) <script-representative-chars>:
1949 Fix typo in docstring.
1950
c96169a0
AR
19512009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1952
1953 * nsmenu.m (pop_down_menu): New function.
1954 (ns_popup_dialog): Call it on unwind.
1955 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
1956 call timer_check() (Bug#2154).
1957 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
1958 handling_signal is set.
1959 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
1960
1961 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G
1962
1963 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
1964
1965 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
1966
51d861de
SM
1967 * keyboard.c (poll_for_input_1, handle_async_input):
1968 Set handling_signal under HAVE_NS.
c96169a0 1969
aacd8ba1
GM
19702009-02-04 Glenn Morris <rgm@gnu.org>
1971
1972 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
1973
4cb75c4b
KH
19742009-02-04 Kenichi Handa <handa@m17n.org>
1975
1976 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
1977
1978 * charset.c (Fchar_charset): New optional arg restriction.
1979
1980 * coding.h (coding_system_charset_list): Extern it.
1981
1982 * coding.c (coding_system_charset_list): New function.
1983
1984 * composite.c: Include coding.h and termhooks.h.
1985 (composition_gstring_p): Fix for the terminal case.
1986 (composition_gstring_width): Likewise.
1987 (fill_gstring_body): Likewise.
1988 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
1989 the frame.
1990 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
1991 is within a composition.
867d4bb3 1992 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
1993
1994 * term.c (encode_terminal_code): Fix handling of composition.
1995 (produce_composite_glyph): For static composition, get pixel_width
1996 from struct composition.
1997
826ba17e
AS
19982009-02-02 Andreas Schwab <schwab@suse.de>
1999
2000 * unexelf.c (unexec): Handle unaligned bss offset.
2001
8ad093db
AR
20022009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2003
2004 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
2005 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 2006
8ad093db
AR
2007 * keyboard.c (handle_interrupt): Don't call
2008 quit_throw_to_read_char() under NS.
d0a76a6e 2009
8ad093db
AR
2010 * blockinput.h: Remove NS-specific code.
2011
4d18a7a2
DN
20122009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
2013
db878925
DN
2014 * dispnew.c (window_change_signal): Don't try to get the size of a
2015 suspended tty frame.
2016 * term.c (Fresume_tty): Resize if the size has changed while the
2017 tty was suspended.
2018
4d18a7a2
DN
2019 * alloc.c (mark_stack): Properly conditionalize previous change.
2020
8984df7c
JB
20212009-01-30 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
2024 * w32term.c (w32_read_socket) [SYNC_INPUT]:
2025 Remove; this code is not used on Windows.
2026
75f4f1ac
EZ
20272009-01-30 Eli Zaretskii <eliz@gnu.org>
2028
2029 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
2030 EOLs that also has stray ^M characters.
2031
07a1e794
JB
20322009-01-30 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * atimer.c (run_timers, alarm_signal_handler):
2035 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
2036 * w32inevt.c (w32_console_read_socket):
2037 * w32term.c (w32_read_socket):
2038 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
2039
a8b11cc9
CY
20402009-01-30 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
2043 Initialize it as a relative filename pattern.
2044 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
2045 (Fcall_process_region): Simplify temp file creation using
2046 temporary-file-directory.
2047
c279587b
EZ
20482009-01-29 Eli Zaretskii <eliz@gnu.org>
2049
2050 * msdos.c: Rename pending_signals to msdos_pending_signals.
2051 (sig_suspender, sigprocmask): Adjust.
2052
a8fe3242
CY
20532009-01-29 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * keyboard.c (pending_signals): New var.
2056 (poll_for_input, input_available_signal, init_keyboard): Set it.
2057 (process_pending_signals): New function.
2058
2059 * lisp.h (QUIT): Check pending_signals instead of
2060 interrupt_input_pending. Use process_pending_signals.
2061
51d861de 2062 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 2063
51d861de 2064 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
2065
2066 * sysdep.c (emacs_write): Use process_pending_signals.
2067
2068 * xterm.c (XTread_socket): Update pending_signals.
2069
2070 * w32term.c (w32_read_socket): Update pending_signals.
2071
2072 * w32inevt.c (w32_console_read_socket): Update pending_signals.
2073
6570a1c4
KH
20742009-01-29 Kenichi Handa <handa@m17n.org>
2075
2076 * xftfont.c (xftfont_has_char): New function.
2077 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
2078
d72a4afa
AR
20792009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2080
2081 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
2082 under GNUstep.
2083 (ns_query_color): New declaration.
2084
2085 * nsterm.m (ns_confirm_quit): New variable.
2086 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
2087 (EmacsApp-applicationShouldTerminate:): Use it.
2088 (EmacsPrefsController): Let user set it.
2089 (ns_query_color): New function.
2090 (ns_defined_color): Use it.
2091 (ns_initialize): Drop.
2092 (ns_term_init): Add two lines from ns_initialize(), and set
2093 input_interrupt_mode to nil.
2094
2095 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 2096 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 2097
9fe78804
KH
20982009-01-28 Kenichi Handa <handa@m17n.org>
2099
2100 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
2101 (fontset_get_font_group): Remember that no font-group is specified
2102 for C.
9fe78804 2103
fa57de36
CY
21042009-01-27 Chong Yidong <cyd@stupidchicken.com>
2105
930600e9
CY
2106 * fns.c (concat): Check for string overflow (bug#1787).
2107
fa57de36
CY
2108 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
2109 Quadruple undo limits (bug#1501).
2110
7179ce7b
KH
21112009-01-27 Kenichi Handa <handa@m17n.org>
2112
2113 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
2114 directly use GT_Get_Char_index.
2115
2116 * xftfont.c (struct xftfont_info): New member `index'.
2117
2118 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 2119 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 2120
5be8fcc0
CY
21212009-01-26 Kenichi Handa <handa@m17n.org>
2122
2123 * fontset.c (fontset_find_font): Fix handling of non-cons return
2124 value of fontset_get_font_group.
2125 (fontset_font): Revert last change.
2126
19ae3e61
JR
21272009-01-26 Jason Rumney <jasonr@gnu.org>
2128
2129 * w32font.c (w32font_list_internal): Return quickly if registry is
2130 unknown. Simplify final return.
2131 (add_font_entity_to_list): Break complex logic down into more
2132 manageable chunks. Move unknown registry check to
2133 w32font_list_internal.
2134
8612b71a
AR
21352009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
2136
2137 Changes to remove Feval calls from GUI under NS.
2138
d8038940
JB
2139 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
2140 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
2141 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
2142
2143 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
2144 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
2145 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
2146 instead of NON_ASCII_KEYSTROKE_EVENT.
2147 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
2148 (EmacsApp-applicationShouldTerminate:): Query user.
2149 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
2150 instead of Feval.
2151
2152 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
2153
2154 * keyboard.c (kbd_buffer_get_event): Check for it.
2155 (keys_of_keyboard): Define lispy keys for
2156 ns-put/unput-working-text.
2157
2158 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
2159 versions.
2160 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
2161
6288ae55
CY
21622009-01-25 Chong Yidong <cyd@stupidchicken.com>
2163
2164 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 2165 setting current_buffer directly. (Bug#2044)
6288ae55 2166
289e7f8f
CY
21672009-01-24 Chong Yidong <cyd@stupidchicken.com>
2168
5ce87308 2169 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 2170 any work. (Bug#1952, bug#1990).
5ce87308 2171
64cc3cf6 2172 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 2173
b3243e6f
AR
21742009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2175
2176 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
2177 (ns_no_defaults): New declaration.
2178 (main): Use it.
e0d2e69a 2179
d900b2af 2180 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 2181
d900b2af 2182 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 2183
d900b2af
AR
2184 * nsterm.m (ns_no_defaults): New variable.
2185 (ns_initialize): Don't read defaults when ns_no_defaults.
2186 (EmacsView-readSelectionFromPasteboard:)
2187 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 2188 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
2189 (ns_dumpglyphs_stretch): New function.
2190 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 2191 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 2192
e0d2e69a
AR
2193 * nsimage.m (setPixmapData:): Set to ignore image DPI.
2194
3ac71f5d
CY
21952009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
2196
2197 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
2198 call for Sparc64.
2199
3fe53a83
AR
22002009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2201
2202 * nsfns.m:
2203 * nsgui.h:
2204 * nsmenu.m:
2205 * nsselect.m:
2206 * nsterm.h:
2207 * nsterm.m: Remove '23' comments that indicated code added during
2208 update from emacs-20 -> emacs-23.
2209
10f87c6f 22102009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
2211
2212 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 2213 ns_alternate_modifier. (Bug#1217)
a3b53a85 2214
c7cef62d
AR
2215 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
2216 Display all shortcuts, including those w/o super modifier.
2217
575fb8bd
AR
2218 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
2219
918b848b
CY
22202009-01-22 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * fileio.c (Vwrite_region_post_annotation_function)
2223 (Vwrite_region_annotation_buffers): New vars.
2224 (build_annotations_unwind): Just reset
2225 Vwrite_region_annotation_buffers.
2226 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
2227 Call write-region-post-annotation-function.
2228 (build_annotations): Add to Vwrite_region_annotation_buffers if
2229 buffer changes.
2230
a39e2539
AR
22312009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2232
2233 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
2234 Tiger.
51d861de
SM
2235 * nsfns.m (ns_do_applescript):
2236 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 2237
35ed44db
AR
22382009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2239
2240 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
2241
cbe0b5bf
AR
22422009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2243
2244 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 2245
6049d3a0
AR
2246 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
2247
2248 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
2249 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
2250 handle Ctrl-tab. (Bug#1841)
2251 (ns_get_color): Use unsigned long long for scanned hex string value.
2252 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 2253 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 2254 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 2255 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 2256 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 2257 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 2258 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 2259
d3810c21 2260 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 2261 DPI. (Bug#1316)
d3810c21
AR
2262 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
2263 values in onTiger section.
4c7077c3 2264
e301e634
CY
22652009-01-19 Chong Yidong <cyd@stupidchicken.com>
2266
7f82490b
CY
2267 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
2268 Check return value of font_spec_from_name.
64cc3cf6 2269 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
2270
2271 * font.c (font_spec_from_name): Return Qnil if font name could not
2272 be parsed.
2273 (font_parse_name): Treat a `?' character as part of an XLFD.
2274
e301e634
CY
2275 * fns.c (Fsubstring): Doc fix.
2276
1c0db158
KH
22772009-01-19 Kenichi Handa <handa@m17n.org>
2278
51d861de 2279 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
2280 (ftfont_list): Likewise.
2281
acf20901
JB
22822009-01-18 Juanma Barranquero <lekktu@gmail.com>
2283
fff4e459
JB
2284 * dbusbind.c (Fdbus_register_signal):
2285 * process.c (conv_sockaddr_to_lisp):
2286 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
2287
acf20901
JB
2288 * callproc.c (Fgetenv_internal): Doc fix.
2289
e7abcdfb
CY
22902009-01-16 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
2293 it is not even used.
2294
b60861e6
GM
22952009-01-16 Glenn Morris <rgm@gnu.org>
2296
2297 * font.c (Ffont_variation_glyphs): Silence compiler.
2298
8db52afe
JB
22992009-01-15 Juanma Barranquero <lekktu@gmail.com>
2300
2301 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
2302 Reported by David Robinow <drobinow@gmail.com>.
2303
4cddb209
KH
23042009-01-15 Kenichi Handa <handa@m17n.org>
2305
51d861de 2306 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 2307
f247f67b
JR
23082009-01-14 Jason Rumney <jasonr@gnu.org>
2309
2310 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 2311 never a fontset. (Bug#1562)
f247f67b 2312
f56a4450
KH
23132009-01-14 Kenichi Handa <handa@m17n.org>
2314
2315 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 2316 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 2317
4e99855e
CY
23182009-01-13 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * font.c (font_clear_prop): If clearing the family, clear the font
2321 width index too.
2322
fff4e459 2323 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 2324
24f01470
JB
23252009-01-12 Juanma Barranquero <lekktu@gmail.com>
2326
2327 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
2328 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
2329 functions, use sizeof.
2330
a41240a3
MR
23312009-01-12 Martin Rudalics <rudalics@gmx.at>
2332
2333 * keyboard.c (read_char): Fix case where last_nonmenu_event
2334 returned a bad value with submenus. (Bug#447)
2335
944636b8
CY
23362009-01-12 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
2339 family, clear the font width index too.
2340
0dad7c6f
JR
23412009-01-11 Jason Rumney <jasonr@gnu.org>
2342
2343 * keyboard.c (cmd_error_internal): Exit when errors occur before
2344 frame creation and not in daemon mode. (Bug#1836)
2345
7c2363af
CY
23462009-01-10 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
2349 of a display vector, backtrack.
2350 (try_window_reusing_current_matrix): Check glyph type before
2351 referencing charpos member.
2352
97b1b294
EZ
23532009-01-10 Eli Zaretskii <eliz@gnu.org>
2354
2355 Fix Bug #876:
2356
2357 * coding.c (inhibit_null_byte_detection): New variable.
2358 (detect_coding, detect_coding_system): Don't pay attention to null
2359 bytes if inhibit_null_byte_detection is non-zero.
51d861de 2360 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
2361 <inhibit-iso-escape-detection>: Doc fix.
2362
4624b6e3
JR
23632009-01-09 Jason Rumney <jasonr@gnu.org>
2364
2365 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 2366 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
2367 Only report Unicode Plane 2 fonts as unicode-sip.
2368
323b840c
CY
23692009-01-09 Chong Yidong <cyd@stupidchicken.com>
2370
51d861de
SM
2371 * xfaces.c (Fx_font_family_list): Delete function.
2372 Move compatibility version to faces.el.
323b840c 2373
51d861de 2374 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 2375
eba7400d
MR
23762009-01-09 Martin Rudalics <rudalics@gmx.at>
2377
2378 * frame.c (x_set_frame_parameters): Remember requested value for
2379 fullscreen before it's reset by the parameter handler.
2380
4b09796d
GM
23812009-01-09 Glenn Morris <rgm@gnu.org>
2382
2383 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 2384 (last_command_event): ... and update all users.
4b09796d
GM
2385 (last_input_char): For clarity, rename to...
2386 (last_input_event): ... and update all users.
2387 (last-command-char, last-input-char): Move to subr.el as aliases.
2388 * cmds.c, commands.h: Update for last_command_char rename.
2389
14ccea62
CY
23902009-01-08 Chong Yidong <cyd@stupidchicken.com>
2391
51d861de 2392 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 2393
5f004711
JR
23942009-01-08 Jason Rumney <jasonr@gnu.org>
2395
2396 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
2397 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
2398 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
2399 Don't declare.
fff4e459 2400 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
2401 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
2402
b71f6f73
KH
24032009-01-07 Kenichi Handa <handa@m17n.org>
2404
50b06221 2405 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 2406 remember the coding system used for decoding in
50b06221
KH
2407 coding_system (Bug#1039).
2408
b71f6f73 2409 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 2410 breaking the loop. (Bug#870)
b71f6f73
KH
2411 (decode_coding_utf_16, decode_coding_emacs_mule)
2412 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
2413 (decode_coding_charset): Likewise.
2414
56f668f7
MR
24152009-01-05 Martin Rudalics <rudalics@gmx.at>
2416
2417 * frame.c (x_set_frame_parameters): Make sure height (width) get
2418 applied when fullwidth (fullheight) is set. (Bug#1522)
2419
5da9424d
JB
24202009-01-04 Juanma Barranquero <lekktu@gmail.com>
2421
2422 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
2423 (utc_base): Declare as ULONGLONG, not long double.
2424 (convert_time_raw): Delete.
2425 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
2426 (initialize_utc_base): New function.
2427 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
2428 (convert_from_time_t): Use initialize_utc_base; compute result with
2429 64-bit arithmetic.
2430 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
2431
c4605e09
EZ
24322009-01-03 Eli Zaretskii <eliz@gnu.org>
2433
9acef61c 2434 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
2435 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
2436 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
2437 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
2438 [!subprocesses]: Define.
2439 (syms_of_process) [!subprocesses]: Intern and staticpro them.
2440 (Flist_system_processes, Fsystem_process_attributes)
2441 [!subprocesses]: Call list_system_processes and
2442 system_process_attributes instead of returning Qnil.
2443
9acef61c
JB
2444 * dosfns.c (system_process_attributes, list_system_processes):
2445 New functions.
c4605e09
EZ
2446
2447 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
2448
2449 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
2450 Don't use the default (no-op) implementation.
2451
8b7d0a16
JR
24522009-01-03 Jason Rumney <jasonr@gnu.org>
2453
a6d46bc1
JR
2454 * keyboard.c (parse_modifiers_uncached): Wheel events are
2455 clicks (bug#687).
2456
8b7d0a16
JR
2457 * w32term.c (x_query_colors, x_query_color): New functions.
2458
2459 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
2460 (svg_load_image): Cast returned pointers from dynamically loaded
2461 functions. Eliminate W32 specific code.
2462
bfe11752
DN
24632009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
2464
89e2438a
DN
2465 * nsfns.m (x_set_foreground_color, x_set_background_color)
2466 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
2467 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
2468 x_ prefix instead of ns_. Update references.
2469 (syms_of_nsfns): Add a FIXME comment.
2470
2471 * nsterm.m (x_set_cursor_type): New prototype.
2472 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
2473
bfe11752
DN
2474 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
2475 for Solaris instead of incorrectly providing Qutime and Qcutime.
2476
031da700
EZ
24772009-01-02 Eli Zaretskii <eliz@gnu.org>
2478
2479 * w32.c (process_times): Compute sum of utime and stime.
2480 (system_process_attributes): Add Qtime to the alist.
2481
2482 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
2483 and add them to the alist.
2484
2485 * process.c (top level) <Qtime, Qctime>: New variables.
2486 (syms_of_process): staticpro them.
2487 (Fsystem_process_attributes): Add their documentation to the doc
2488 string.
2489
2490 * process.h: Declare Qtime and Qctime.
2491
df23bf08
JR
24922009-01-02 Jason Rumney <jasonr@gnu.org>
2493
9acef61c 2494 * image.c (Qgobject): New symbol.
df23bf08
JR
2495 (syms_of_image): Initialize it.
2496 (init_svg_functions): Load some functions from gobject library.
2497
5bbdf7aa
DN
24982009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
2499
2500 * frame.c (make_terminal_frame): Remove redundant code and useless
2501 block.
2502
63136da6
AS
25032009-01-01 Andreas Schwab <schwab@suse.de>
2504
2505 * process.c (conv_sockaddr_to_lisp): Add workaround for
2506 getsockname bug on BSD.
2507
9ef69046
CY
25082009-01-01 Chong Yidong <cyd@stupidchicken.com>
2509
d6fafbe0
CY
2510 * xfns.c (x_create_tip_frame): Set border width of the X window.
2511
51d861de 2512 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 2513
f9c34147
JR
25142009-01-01 Jason Rumney <jasonr@gnu.org>
2515
9acef61c 2516 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
2517 Don't block input, as per earlier xterm.c changes.
2518
f5497e45
AR
25192008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
2520
2521 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
2522 (ns_appkit_version_int): New function.
2523 (x-server-version): Use ns_appkit_version_int and follow 21+
2524 convention of returning 3 integers.
2525
c19cab20
KH
25262008-12-30 Kenichi Handa <handa@m17n.org>
2527
2528 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
2529 (CHAR_SURROGATE_PAIR_P): New macro.
2530
2531 * font.h (struct font_driver): New member get_variation_glyphs.
2532
9acef61c 2533 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
2534 (Ffont_variation_glyphs): New function.
2535 (syms_of_font): Defsubr it.
2536
2537 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
2538 ftfont_variation_glyphs.
2539 (setup_otf_gstring): New function.
2540 (ftfont_drive_otf): Use it.
2541 (ftfont_shape_by_flt): Handle variation selector.
2542 (ftfont_variation_glyphs): New function.
2543
28cd591f
MR
25442008-12-30 Martin Rudalics <rudalics@gmx.at>
2545
2546 * frame.c (Vemacs_iconified): Remove.
2547
7f714baf
JR
25482008-12-30 Jason Rumney <jasonr@gnu.org>
2549
2550 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 2551 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 2552
9d2d22ab
CY
25532008-12-30 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * indent.c (Fvertical_motion): Don't advance iterator if we have
2556 reseated to the desired position.
2557
2558 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
2559 checking for pos match.
2560
545312c2
KH
25612008-12-30 Kenichi Handa <handa@m17n.org>
2562
1ede3eb6
KH
2563 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
2564 just get the low 8-bit of the code.
2565
545312c2
KH
2566 * font.c (font_intern_prop): Validate str as multibyte.
2567
bd7bbf29
DN
25682008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2569
31e0750e
DN
2570 * dispextern.h (struct face): Move lface and hash from the middle
2571 of bitfields.
2572
bd7bbf29
DN
2573 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
2574
b5672e7c
DN
25752008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2576
2577 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
2578 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
2579 instead of intervals.h.
2580
d704470f
AS
25812008-12-26 Andreas Schwab <schwab@suse.de>
2582
2583 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
2584 cons.
2585
54b33868
MR
25862008-12-26 Martin Rudalics <rudalics@gmx.at>
2587
2588 * textprop.c (Qminibuffer_prompt): New variable.
2589 (syms_of_textprop): Initialize it.
2590 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
2591 in minibuffer-prompt face. (Bug#1662)
2592
40b615d6
JR
25932008-12-25 Jason Rumney <jasonr@gnu.org>
2594
2595 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
2596
baae5c2d
JR
25972008-12-24 Jason Rumney <jasonr@gnu.org>
2598
2599 * ralloc.c (r_alloc_reset_variable): New function.
2600
2601 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 2602 record of what points where. (Bug#716)
baae5c2d 2603
a9051c88
DN
26042008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
2605
2606 * minibuf.c (read_minibuf): Follow the non-interactive case when
2607 running as a daemon, before detaching.
2608
8b146312
AS
26092008-12-22 Andreas Schwab <schwab@suse.de>
2610
2611 * buffer.c (init_buffer): Use realloc instead of xrealloc.
2612 * gtkutil.c (free_widget_value): Use xfree instead of free.
2613
56f2de10
MR
26142008-12-22 Martin Rudalics <rudalics@gmx.at>
2615
2616 * frame.c (delete_frame): New function derived from
2617 Fdelete_frame to handle Qnoelisp value for FORCE argument.
2618 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
2619 (Fdelete_frame): Call delete_frame. Remove line from doc-string
2620 saying that FORCE non-nil doesn't run `delete-frame-functions'.
2621 * frame.h: Extern delete_frame.
2622 * window.c (window_loop):
2623 * terminal.c (delete_terminal):
2624 * xterm.c (x_connection_closed):
2625 * xfns.c (Fx_hide_tip):
9acef61c 2626 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 2627
1fc200d6
JR
26282008-12-21 Jason Rumney <jasonr@gnu.org>
2629
2630 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
2631 when character maps to .notdef character.
2632
5e252df2
SM
26332008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
2636
99b72cc4
JR
26372008-12-20 Jason Rumney <jasonr@gnu.org>
2638
2639 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 2640 a graphical frame on Windows. (Bug#1325)
99b72cc4 2641
acc49a52
JD
26422008-12-20 Jan Djärv <jan.h.d@swipnet.se>
2643
2644 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
2645
6ea15123
CY
26462008-12-20 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * minibuf.c (Fread_buffer): Doc fix.
2649
b2dab6c8
JR
26502008-12-20 Jason Rumney <jasonr@gnu.org>
2651
54ea0c87 2652 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 2653 server name in UNC paths. (Bug#719)
54ea0c87 2654
b2dab6c8 2655 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 2656 charbuf. (Bug#1035)
b2dab6c8 2657
6d1921be
DN
26582008-12-19 Daniel Engeler <engeler@gmail.com>
2659
2660 * sysdep.c (serial_configure): Fix typo.
2661
53934c98
DN
26622008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
2663
2664 * sysdep.c: Include alloca.h.
f4f634e8
DN
2665 (system_process_attributes): Add implementation for Solaris.
2666
2667 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 2668
06e111a6
DN
26692008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
2670
2671 Reorganize implementation of Flist_system_processes and
2672 Fsystem_process_attributes. No functional changes.
2673 * process.c: Don't #include pwd.h, grp.h and limits.h.
2674 (Flist_system_processes): Just call list_system_processes.
2675 (Fsystem_process_attributes): Just call system_process_attributes.
2676 (procfs_list_system_processes, time_from_jiffies)
2677 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
2678 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
2679
2680 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
2681 (list_system_processes): Rename from
2682 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
2683 Provide a do nothing implementation.
2684 (system_process_attributes): Rename from
2685 procfs_list_system_processes.
2686 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 2687 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
2688
2689 * w32.c (list_system_processes): Rename from
2690 w32_list_system_processes.
2691 (system_process_attributes): Rename from
2692 w32_system_process_attributes.
2693
2694 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
2695
2696 * process.h (w32_list_system_processes)
2697 (w32_system_process_attributes): Remove.
2698 (list_system_processes, system_process_attributes): New
2699 prototypes.
2700
6a705b23
KH
27012008-12-19 Kenichi Handa <handa@m17n.org>
2702
2703 * xfont.c (xfont_decode_coding_xlfd): New function.
2704 (xfont_encode_coding_xlfd): New function.
2705 (xfont_list_pattern): Decode XLFD by iso-8859-1.
2706 (xfont_list): Decode and encode XLFD by iso-8859-1.
2707 (xfont_match): Likewise.
2708 (xfont_list_family): Likewise.
2709 (xfont_open): Likewise.
2710
d66c0241 2711 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
2712 names are utf-8.
2713
d66c0241 2714 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
2715 names are utf-8.
2716
5a130941
JD
27172008-12-18 Jan Djärv <jan.h.d@swipnet.se>
2718
2719 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
2720 changed.
bfd20325
JD
2721 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
2722 clicked on a detached tool bar button.
5a130941 2723
fd95644b
DN
27242008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2725
2726 * emacs.c (main): Print and error and exit when no data is read
2727 from the pipe.
2728
e6eee6ae
JR
27292008-12-17 Jason Rumney <jasonr@gnu.org>
2730
2731 * w32font.c (w32font_has_char): Always return -1.
2732
a35dd56b
KH
27332008-12-16 Kenichi Handa <handa@m17n.org>
2734
2735 * font.c (font_open_entity): Fix previous change.
2736
0e3635c2
DN
27372008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
2738
2739 * process.c: Include <limits.h>.
2740
d4835507 27412008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
2742
2743 * font.c (font_update_drivers): Fix mistake in reconstructing the
2744 driver list.
2745
27462008-12-16 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * font.c (font_clear_cache): Fix format of font cache data.
2749
e2cbc401
CY
27502008-12-15 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * xftfont.c (xftfont_open): Free Xft font pattern if
2753 XftFontOpenPattern fails.
2754
2755 * xterm.c (x_free_frame_resources): Remove extraneous call to
2756 free_frame_faces.
2757
b131d535
CY
27582008-12-13 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * xterm.c (x_delete_display): Move xim_close_dpy call to
2761 x_delete_terminal.
2762 (x_delete_terminal): Call xim_close_dpy.
2763
e6df5336
JR
27642008-12-13 Jason Rumney <jasonr@gnu.org>
2765
2766 * w32font.c (intern_font_name): New function.
2767 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
2768 (w32font_open_internal, Fx_select_font): Decode font name.
2769 (fill_in_logfont, list_all_matching_fonts): Encode font name.
2770
2771 * w32font.h (intern_font_name): Declare new function.
2772
2773 * w32uniscribe.c (add_opentype_font_name_to_list):
2774 Use intern_font_name.
2775
20d68145
CY
27762008-12-13 Chong Yidong <cyd@stupidchicken.com>
2777
9f2554de
CY
2778 * frame.c (Fdelete_frame): Call free_font_driver_list.
2779
3d9bec9a
CY
2780 * font.c (free_font_driver_list): Implement missing function.
2781
20d68145
CY
2782 * w32term.c (w32_term_init): Don't initialize the image cache
2783 here; it will be done in init_frame_faces.
2784
2785 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
2786 (struct x_display_info): Remove unused member null_pixel. New
2787 member xim_callback_data.
2788
2789 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
2790 (xim_initialize): Save pointer to callback function data.
2791 (xim_close_dpy): Free callback function data. Call XCloseIM,
2792 reverting 2008-11-04 change by David Smith.
2793 (x_term_init): Don't initialize the image cache here; it will be
2794 done in init_frame_faces. Remove ancient "null_pixel" cruft.
2795 (x_delete_display): Free x_dnd_atoms member.
2796
96f9306b
KH
27972008-12-13 Kenichi Handa <handa@m17n.org>
2798
6dec9044
JB
2799 * font.c (font_rescale_ratio): Moved from xfaces.c.
2800 Argument type changed. Handle a font-spec too.
96f9306b 2801 (font_score): Check Vface_font_rescale_alist.
6dec9044 2802 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
2803
2804 * xfaces.c (font_rescale_ratio): Moved to font.c.
2805
8d5b4964
CY
28062008-12-13 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
2809
e6df5336
JR
28102008-12-12 Jason Rumney <jasonr@gnu.org>
2811
2812 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
2813 Vwindow_system_version to the real w32 major version.
2814
97c6058a
DN
28152008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
2816
2817 * term.c (init_tty): Move setting the terminal name before the
2818 potential user: maybe_fatal.
2819
ec4e88d7
CY
28202008-12-11 Chong Yidong <cyd@stupidchicken.com>
2821
d4835507
JB
2822 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
2823 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 2824
b4233ec9
JR
28252008-12-11 Jason Rumney <jasonr@gnu.org>
2826
8ec71e23 2827 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 2828 SYMBOL_CHARSET. (Bug#547)
8ec71e23 2829
b4233ec9 2830 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 2831 size for surrogates. (Bug#1096, bug#872)
b4233ec9 2832
011a0143
JB
28332008-12-11 Juanma Barranquero <lekktu@gmail.com>
2834
2835 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
2836
3c309f34
JB
28372008-12-11 Juanma Barranquero <lekktu@gmail.com>
2838
2839 * process.c (Fsystem_process_attributes, syms_of_process):
2840 Fix typo in name of Ssystem_process_attributes.
2841 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
2842
fedc6ab5
JB
28432008-12-11 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * syntax.c (Fmodify_syntax_entry): Doc fix.
2846
ba3de0e8
JB
28472008-12-10 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * font.c (Ffont_spec): Move usage to end of docstring.
2850
174f1c74
JR
28512008-12-10 Jason Rumney <jasonr@gnu.org>
2852
2853 * w32font.c (Qcham): New symbol.
2854 (font_supported_scripts): Add cham, and comments for other new
2855 scripts in bitfield from OpenType spec.
9d32f818
JR
2856 (add_font_entity_to_list): Limit unicode-sip fonts to those that
2857 contain characters beyond the bmp.
174f1c74 2858
7b649478
KH
28592008-12-10 Kenichi Handa <handa@m17n.org>
2860
2861 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 2862 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
2863 Qunicode_sip.
2864
2133e2d1
JB
28652008-12-10 Juanma Barranquero <lekktu@gmail.com>
2866
2867 * coding.c (QCdefault_char): Rename from QCdefalut_char.
2868 (Fcoding_system_put): Use QCdefault_char.
2869 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
2870
9af886ee
CY
28712008-12-09 Chong Yidong <cyd@stupidchicken.com>
2872
74d819eb
CY
2873 * xftfont.c (syms_of_xftfont): Fix typo.
2874
4ccfa1c0 2875 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 2876
7c19d3ae
DN
28772008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2878
2879 * emacs.c (main): Close daemon_pipe on exec.
2880
567826bb
CY
28812008-12-08 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * termchar.h (struct tty): New members termcap_term_buffer and
2884 termcap_strings_buffer.
2885
2886 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 2887 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
2888 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
2889 All callers changed.
2890 (init_tty): Store termcap data and string buffers in new struct
2891 tty members termcap_term_buffer and termcap_strings_buffer.
2892 (delete_tty): Free them.
4ccfa1c0 2893 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 2894
aa96c42b
SZ
28952008-12-07 Seiji Zenitani <zenitani@mac.com>
2896
2897 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 2898 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 2899
b7e1d896
CY
29002008-12-06 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * coding.c (make_conversion_work_buffer): Disable buffer
2903 modification hooks in the work buffer.
2904
b5ec91a5
EZ
29052008-12-05 Eli Zaretskii <eliz@gnu.org>
2906
2907 * process.c (procfs_system_process_attributes): If `nread' has a
2908 negative value, assign zero to it.
2909
a5d2a52b
CY
29102008-12-05 Chong Yidong <cyd@stupidchicken.com>
2911
68c5540b 2912 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 2913
7bf1bb21
KH
29142008-12-05 Kenichi Handa <handa@m17n.org>
2915
2916 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
2917 second character is a combining character.
2918
2fdc7d00
EZ
29192008-12-05 Eli Zaretskii <eliz@gnu.org>
2920
2921 * process.c (procfs_system_process_attributes): Don't use cmd,
2922 cmdsize, and q without initializing them first.
2923
bf6bfba8
JR
29242008-12-04 Jason Rumney <jasonr@gnu.org>
2925
2926 * w32font.c (w32font_draw): Initialize orig_clip before getting
2927 it, and delete it when finished.
2928
a3b1a468
DN
29292008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
2930
2931 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
2932 case when running as a daemon before detaching.
2933
8b8be8eb
JB
29342008-12-03 Juanma Barranquero <lekktu@gmail.com>
2935
805f2638 2936 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 2937
b1bde622
KH
29382008-12-03 Kenichi Handa <handa@m17n.org>
2939
e500c47d
KH
2940 * font.c (font_at): Set `multibyte' at first.
2941
ca516334
KH
2942 * coding.c (decode_coding_charset): Check type of an element of
2943 vector VALIDS.
7bf1bb21 2944 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 2945
4ccfa1c0 2946 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
2947 (font_for_char): Likewise.
2948
1e5ecd37
CY
29492008-12-03 Chong Yidong <cyd@stupidchicken.com>
2950
d5b01609 2951 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
2952 (font_update_lface): Handle fonts with corrupted size specs,
2953 i.e. non-int and non-float.
d5b01609 2954
11e3a6e4 2955 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 2956 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 2957 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 2958
ab06788b
CY
2959 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
2960
1e5ecd37 2961 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 2962 underline_minimum_offset for underline position.
1e5ecd37 2963
63c125ab
DN
29642008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2965
2966 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
2967
2968 * character.c (c_string_width): Specify the type for LEN.
2969
3a8406e1
KH
29702008-12-03 Kenichi Handa <handa@m17n.org>
2971
4ccfa1c0 2972 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 2973 (decode_coding_utf_8): Likewise.
4ccfa1c0 2974 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 2975 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 2976
651df7d9
CY
29772008-12-02 Chong Yidong <cyd@stupidchicken.com>
2978
2979 * keyboard.c (make_lispy_position): Only use PT if the selected
2980 window is current.
2981
1f625c6c
AS
29822008-12-02 Andreas Schwab <schwab@suse.de>
2983
f7741ce9
AS
2984 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
2985
1f625c6c
AS
2986 * doprnt.c (doprnt1): Fix size of charbuf.
2987
92bc2678
CY
29882008-12-02 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * keyboard.c (timer_check): Revert last change.
2991
93b9e8cc
JB
29922008-12-02 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
2995
fd7a37d5
JB
29962008-12-01 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * makefile.w32-in: Update dependencies.
2999 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
3000
c115043b
AS
30012008-12-01 Andreas Schwab <schwab@suse.de>
3002
3003 * font.c (register_font_driver): Use xmalloc.
3004 (font_put_frame_data): Likewise.
3005
f5668d2a
CY
30062008-12-01 Chong Yidong <cyd@stupidchicken.com>
3007
860d96be
CY
3008 * xfaces.c (realize_x_face): Make abort condition clearer.
3009
f5668d2a
CY
3010 * gtkutil.c (update_frame_tool_bar): Initialize variable.
3011
379c17e7
CY
30122008-11-30 Chong Yidong <cyd@stupidchicken.com>
3013
3014 * keyboard.c (timer_check): After a timer runs, ensure that the
3015 selected window's buffer is current.
3016
35f36d65
JB
30172008-11-30 Juanma Barranquero <lekktu@gmail.com>
3018
f952c61c
JB
3019 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
3020 It was accidentally restored by the Unicode merge.
3021
35f36d65
JB
3022 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
3023
b23077df
JB
30242008-11-29 Juanma Barranquero <lekktu@gmail.com>
3025
3026 * w32proc.c: Include "coding.h".
3027 (Fw32_short_file_name): Encode filename passed to Windows API.
3028 (Fw32_long_file_name): Encode filename passed to Windows API and
3029 decode back the result. (Bug#1433)
3030
b8ebe9dd
KH
30312008-11-29 Kenichi Handa <handa@m17n.org>
3032
8cc53f96
KH
3033 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
3034 not before accessing it.
3035
b8ebe9dd
KH
3036 * charset.c (Fdefine_charset_internal): After calculating
3037 min_char, max_char, and fastmap, copy the charset structure again.
3038 (encode_char): Fix the previous change.
3039
59bc82c0
SZ
30402008-11-28 Seiji Zenitani <zenitani@mac.com>
3041
3042 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
3043
3044 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
3045
3046 * nsterm.m (x_set_frame_alpha): New function.
3047
32247e3d
EZ
30482008-11-27 Eli Zaretskii <eliz@gnu.org>
3049
3050 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
3051
b003e5ff
JB
30522008-11-27 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
3055 pointer to check_face_name.
3056
708550f5
KH
30572008-11-27 Kenichi Handa <handa@m17n.org>
3058
3059 * category.h (SET_CATEGORY_SET): Call set_category_set.
3060 (set_category_set): Extern it.
3061
3062 * category.c (hash_get_category_set): New function.
3063 (Fmodify_category_entry): Adjusted for the change of
3064 char_table_ref_and_range. Call hash_get_category_set to get a
3065 category set to store in the table.
3066
3067 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
3068 Funify_charset.
3069
2ae37cf0 3070 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
3071 (DECODE_CHAR): Check if the decoder vector is ready.
3072 (ENCODE_CHAR): Check if the encoder char-table is ready.
3073 (maybe_unify_char): Extern it.
3074
3075 * charset.c (Vchar_unified_charset_table): Delete it.
3076 (inhibit_load_charset_map): New variable.
3077 (temp_charset_work): New variable.
3078 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
3079 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
3080 New macros.
3081 (load_charset_map): Meaning of control_flag changed. If
3082 inhibit_load_charset_map is nonzero, setup a table in
3083 temp_charset_work.
3084 (load_charset): New argument control_flag.
3085 (map_charset_for_dump): New function.
3086 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
3087 map_charset_for_dump.
3088 (Fdefine_charset_internal): If the charset method is MAP, load
3089 mapping tables by calling load_charset.
3090 (Funify_charset): Don't load a mapping table but directly set
3091 Vchar_unify_table.
3092 (maybe_unify_char): New function.
3093 (decode_char): Don't handle the deleted method MAP_DEFERRED.
3094 Handle the case of inhibit_load_charset_map being nonzero.
3095 (encode_char): Don't handle the deleted method MAP_DEFERRED.
3096 Handle the case of inhibit_load_charset_map being nonzero.
3097 (Fclear_charset_maps): Just free temp_charset_work.
3098 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
3099 variable.
3100
3101 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
3102 change of char_table_ref_and_range.
3103 (char_table_ref_and_range): Change the meaning of argument FROM
3104 and TO. Now the caller must provide initial values for *FROM
3105 and *TO.
3106
3107 * fontset.c (fontset_add): Adjusted for the change of
3108 char_table_ref_and_range.
3109 (fontset_get_font_group): Likewise.
3110 (Ffontset_info): Likewise.
3111
3112 * keymap.c (describe_vector): Adjusted for the change of
3113 char_table_ref_and_range. For char-table, put boundary between
3114 non-ASCII and 8-bit characters.
3115
3116 * print.c (print_object): For bool-vector, delete unnecessary
3117 check of ASCII_BYTE_P.
3118
9196133b
JR
31192008-11-26 Jason Rumney <jasonr@gnu.org>
3120
3121 * w32font.c (w32font_open_internal): Don't include external
9acef61c 3122 leading in font height. (Bug#879)
9196133b 3123
9f688acf
GM
31242008-11-26 Glenn Morris <rgm@gnu.org>
3125
3126 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
3127 redefinition with ifdef. (Bug#1383)
3128
90d19aff
AR
31292008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3130
3131 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
3132
4ccfa1c0 31332008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
3134
3135 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
3136 New EmacsView methods.
3137 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
3138 Fixes bug #1048,1357,1414.
3139
31402008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3141
3142 Fix bug #1362.
3143 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
3144 is not an indexed color.
3145 * nsterm.m (free_indexed_color): Add argument checking.
3146 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
3147
e7d5ecb3
CY
31482008-11-24 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
3151 Document confirm-after-completion value for
3152 minibuffer-completion-confirm.
3153
c285743c
JR
31542008-11-24 Jason Rumney <jasonr@gnu.org>
3155
3156 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
3157 warning.
3158
b0857706
JR
31592008-11-23 Jason Rumney <jasonr@gnu.org>
3160
3161 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
3162 restored before returning.
3163
3164 * w32font.c (check_face_name): New function.
3165 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 3166 fonts. (Bug#642)
b0857706 3167
ee50ff07
MR
31682008-11-22 Martin Rudalics <rudalics@gmx.at>
3169
3170 * buffer.c (Fswitch_to_buffer): Reword and mention new option
3171 confirm-nonexistent-file-or-buffer in doc-string.
3172
b8ff72fa
SM
31732008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
3176 Fix copy/paste typo. Add checks.
3177
cee53ed4
KH
31782008-11-21 Kenichi Handa <handa@m17n.org>
3179
3180 * coding.c (detect_coding_iso_2022): Reject invalid composition
3181 sequence.
3182 (DECODE_COMPOSITION_START): If the current source is the last
3183 block, and the current composition doesn't end, regard this
3184 sequence as invalid.
3185 (decode_coding_iso_2022): Handle invalid composition sequence.
3186
f6ef1e65
MR
31872008-11-20 Martin Rudalics <rudalics@gmx.at>
3188
3189 * window.c (coordinates_in_window): Don't return
3190 ON_VERTICAL_BORDER for the rightmost position of a mode/header
3191 line when the window is not the rightmost one. (Bug#1372)
3192
e08b1705
MR
31932008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
3194
3195 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
3196
ad98e89f
EZ
31972008-11-15 Eli Zaretskii <eliz@gnu.org>
3198
3199 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
3200 and bright_bg if noninteractive is non-zero.
3201
fb098a4b
CY
32022008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3203
3204 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
3205 x_draw_glyph_string_background.
3206
3207 * w32term.c (x_draw_glyph_string): Likewise.
3208
ce952b6e
CY
32092008-11-15 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * xterm.c (x_draw_glyph_string): Stop drawing the background of
3212 the next glyph string once past the overhang width.
3213
3214 * nsterm.m (ns_draw_glyph_string): Likewise.
3215
3216 * w32term.c (x_draw_glyph_string): Likewise.
3217
26ea7079
CY
32182008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
3219
3220 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
3221 double file close.
3222
1c33c906
MR
32232008-11-14 Martin Rudalics <rudalics@gmx.at>
3224
3225 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
3226 dedicated status of window before attempting to display another
3227 buffer in it.
3228
8fc29035
JB
32292008-11-14 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * msdos.c (Fmsdos_long_file_names):
3232 (syms_of_msdos) <dos-unsupported-char-glyph>:
3233 * dosfns.c (Fint86): Fix typos in docstrings.
3234
55fb4286
EZ
32352008-11-14 Eli Zaretskii <eliz@gnu.org>
3236
3237 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
3238
3fda0315
KY
32392008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3240
3241 * puresize.h (BASE_PURESIZE): Increase to 1260000.
3242
7e849c17
CY
32432008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
3244
3245 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
3246
3247 * frame.h: Negative alpha means "don't touch".
3248
3249 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
3250
3251 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
3252
b9fd67bd
DN
32532008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3254
3255 * hftctl.c:
3256 * chpdef.h:
3257 * acldef.h: Remove files used only for systems no longer supported.
3258
3259 * Makefile.in: Fix .o alphabetical ordering.
3260 (hftctl.o): Remove dependency, file removed.
3261 (keymap.o, print.o): Depend on charset.h.
3262
d5998e03
KH
32632008-11-10 Kenichi Handa <handa@m17n.org>
3264
2ae37cf0 3265 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 3266
be70e183
CY
32672008-11-08 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * dired.c (file_name_completion): If completion_ignore_case is
3270 enabled, ignore case when checking completion-regexp-list.
3271
7cf94eac
EZ
32722008-11-08 Eli Zaretskii <eliz@gnu.org>
3273
3274 * vm-limit.c (get_lim_data): Fix last change.
3275
ee107a89
KH
32762008-11-08 Kenichi Handa <handa@m17n.org>
3277
3278 * character.c (Fget_byte): New function.
3279 (syms_of_character): Defsubr Fget_byte.
3280
5fd15622
CY
32812008-11-07 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
3284 cursor position is valid after scrolling.
3285
13d62fad
JB
32862008-11-06 Juanma Barranquero <lekktu@gmail.com>
3287
3288 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
3289
a1dd2936
GM
32902008-11-06 Glenn Morris <rgm@gnu.org>
3291
3292 * xterm.c (handle_one_xevent): Don't let popup menus cause
3293 mouse-autoselect-window related window switching. (Bug#1261)
3294
860cd236
CY
32952008-11-04 David Smith <davidsmith@acm.org> (tiny change)
3296
3297 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
3298
653a3150
AS
32992008-11-04 Andreas Schwab <schwab@suse.de>
3300
3301 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
3302
870f5cac
CY
33032008-11-03 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * xfns.c (Fx_wm_set_size_hint): New function.
3306
1e02f3cb
MR
33072008-11-03 Martin Rudalics <rudalics@gmx.at>
3308
3309 * textprop.c (Fprevious_single_char_property_change): Return 0
3310 when there's no change in a string. (Bug#1301)
3311
e630dfc6
MR
33122008-11-02 Martin Rudalics <rudalics@gmx.at>
3313
3314 * frame.c (do_switch_frame): New argument NORECORD passed to
3315 Fselect_window.
3316 (Fselect_frame): New argument NORECORD passed to
3317 do_switch_frame.
3318 (Fset_frame_selected_window): New argument NORECORD passed to
3319 Fselect_frame.
3320 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
3321 in call of do_switch_frame.
3322 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
3323 Handle NORECORD argument in call of Fselect_frame.
3324 * lisp.h (do_switch_frame, Fselect_frame)
3325 (Fset_frame_selected_window): Adjust declarations.
3326 * window.c (select_frame_norecord): New function.
3327 (run_window_configuration_change_hook): Use it and call
3328 Fselect_frame with NORECORD set.
3329 (Fselect_window): Pass NORECORD to Fselect_frame.
3330 (Fset_window_configuration): Handle NORECORD argument in call of
3331 do_switch_frame.
3332 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
3333 Fset_frame_selected_window.
3334 * keyboard.c (command_loop_1): Handle NORECORD in call of
3335 Fselect_frame (currently ifdefd).
3336
9020b223
GM
33372008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
3338
3339 * emacs.c (USAGE2): Untabify.
3340
793ffee8
SM
33412008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * composite.c (fill_gstring_header): Fix copy/paste typo.
3344
ab6d1131
MR
33452008-10-31 Martin Rudalics <rudalics@gmx.at>
3346
3347 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
3348 (Fother_window): Rename argument and rewrite doc-string.
3349 (select_window_norecord): Fix return value. (Bug#1276)
3350
601a9cf1
JB
33512008-10-30 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
3354 new frames overriding foreground for tooltips. Based on similar patch
3355 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
3356
813b0652
CY
33572008-10-29 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * emacs.c (Fdaemon_initialized): Initialize nfd.
3360
4414f58f
MR
33612008-10-29 Martin Rudalics <rudalics@gmx.at>
3362
3363 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
3364 (Fwindow_text_height): Clarify doc-strings.
3365 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
3366 doc-string of window-scroll-functions.
3367
ecdcaa09
RS
33682008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3369
3370 * category.c (syms_of_category): Fix typo in docstring.
3371
23fe745a
JB
33722008-10-28 Juanma Barranquero <lekktu@gmail.com>
3373
3374 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
3375 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
3376 Fix typos in docstrings.
3377
ff808935
DN
33782008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3379
3380 * emacs.c (daemon_pipe): Make non-static.
3381 (IS_DAEMON): Move definition ...
3382 * lisp.h (IS_DAEMON): ... here.
3383 (daemon_pipe): Declare.
3384 (is_daemon): Remove.
3385 * dispnew.c (init_display): Use IS_DAEMON.
3386
fc012771
SM
33872008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
3390 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
3391
3392 * emacs.c (is_daemon): Remove.
3393 (main): Don't set is_daemon.
3394 (IS_DAEMON): New macro.
3395 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 3396 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
3397 parent exits.
3398 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
3399
d8bdbe6f
CY
34002008-10-27 Chong Yidong <cyd@stupidchicken.com>
3401
d1a072bf
CY
3402 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
3403 over-sized glyph, draw it with the default glyph width.
3404
e2e325aa
CY
3405 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
3406 glyph, draw it with the default glyph width.
3407
3408 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
3409 glyph, draw it with the default glyph width.
3410
d8bdbe6f
CY
3411 * xdisp.c (try_scrolling): When computing the distance from the
3412 scroll margin to PT, try moving some distance past the window
3413 bottom before giving up.
3414
7bfac547
MR
34152008-10-27 Martin Rudalics <rudalics@gmx.at>
3416
3417 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
3418 (Fset_window_buffer): Explain in doc-string that a window can be
3419 "strongly" dedicated to its buffer.
3420
4ff029f6
DN
34212008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3422
3423 * emacs.c (daemon_name): New variable.
3424 (main): Deal with --daemon=SERVER_NAME.
3425 (Fdaemonp): Return a name if one was passed to --daemon.
3426
5790ef40
DN
34272008-10-26 Romain Francoise <romain@orebokech.com>
3428
f9bd0df9 3429 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
3430 (main): Create a pipe before forking, make the parent exit only after
3431 the child has closed its end of the pipe. Move closing the
3432 descriptors ...
3433 (Fdaemon_initialized): ... here. New function.
3434
f5385255
SM
34352008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3436
4d632321
SM
3437 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
3438 the previous unoptimized table.
3439
f5385255
SM
3440 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
3441 the distinction between non-nil and non-t value of `dedicated'.
3442
6c56a0f3
CY
34432008-10-25 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 3446 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 3447
fec89261
MR
34482008-10-25 Martin Rudalics <rudalics@gmx.at>
3449
3450 * window.c (Fget_buffer_window, Fdelete_windows_on)
3451 (Freplace_buffer_in_windows): Make buffer argument optional and
3452 rename to buffer_or_name.
3453
34fcddd0
CY
34542008-10-24 Chong Yidong <cyd@stupidchicken.com>
3455
f5385255
SM
3456 * xdisp.c (handle_single_display_spec, handle_display_prop):
3457 Undo 2005-05-16 change.
34fcddd0
CY
3458 (handle_stop): Pop iterator if it's loaded with an empty string.
3459 (get_overlay_strings_1): Don't save iterator if it's loaded with
3460 an empty string (bug#1201).
3461
064766f2
KH
34622008-10-24 Kenichi Handa <handa@m17n.org>
3463
3464 * ftfont.c (ftfont_otf_features): Fix previous change.
3465 (ftfont_otf_capability): Check FeatureList.FeatureCount before
3466 calling ftfont_otf_features.
3467
f9bd0df9 34682008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
3469
3470 * font.c (font_match_p): Fix for the case that a vector of
3471 characters is in script-representative-chars.
3472
1dae9197
MA
34732008-10-24 Michael Albinus <michael.albinus@gmx.de>
3474
3475 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 3476 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
3477 (xd_read_queued_messages): Catch Qdbus_error from the macros.
3478 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
3479 macro. (Bug#1186).
3480
f9bd0df9 34812008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
3482
3483 * s/sol2-10.h: New file.
3484
878a4584
JB
34852008-10-23 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * xdisp.c (fill_glyph_string): Fix typo in source (though the
3488 poor beast has survived 9+ years and the jump from xterm.c!).
3489
cd265ca6
MR
34902008-10-23 Martin Rudalics <rudalics@gmx.at>
3491
3492 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
3493 Reword doc-string.
f5385255 3494 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 3495
472a4dc9
JB
34962008-10-23 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * character.c (syms_of_character) <script-representative-chars>:
3499 <unicode-category-table>: Doc fixes.
3500
159bd5a2
NF
35012008-10-23 Noah Friedman <friedman@splode.com>
3502
3503 * coding.c (make_conversion_work_buffer): Check that
3504 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
3505 Fget_buffer_create.
3506
49f9c344
KH
35072008-10-23 Kenichi Handa <handa@m17n.org>
3508
3509 * font.c (font_add_log): Check the values of extra properties.
3510
12bb3111
MR
35112008-10-22 Martin Rudalics <rudalics@gmx.at>
3512
3513 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
3514 Reword doc-string.
3515 (Fset_window_parameter): Use NILP.
3516 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 3517 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 3518
bbeb4e99
JB
35192008-10-22 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
3522
35232008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
3524
3525 * nsfns.m (ns_appkit_version): New function.
3526 (x-server-version): Use it.
3527 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
3528 (x-server-vendor): Don't check_ns().
3529
3530 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
3531
a9b555d3
JB
35322008-10-22 Juanma Barranquero <lekktu@gmail.com>
3533
3534 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
3535 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
3536
4626499f
KH
35372008-10-22 Kenichi Handa <handa@m17n.org>
3538
e3681952
KH
3539 * syntax.c (scan_words): Call word_boundary_p instead of comparing
3540 scripts.
3541
4626499f
KH
3542 * category.c (word_boundary_p): Check scripts instead of charset.
3543 Handle nil value in word-separating-categories and
3544 word-combining-categories.
3545 (syms_of_category): Fix docstrings of word-separating-categories
3546 and word-combining-categories.
3547
1560f91a
EZ
35482008-10-21 Eli Zaretskii <eliz@gnu.org>
3549
3550 * coding.c (Fencode_coding_region, Fdecode_coding_region)
3551 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
3552
f4668441
MR
35532008-10-21 Martin Rudalics <rudalics@gmx.at>
3554
3555 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
3556 Rename arg "buffer" to "buffer_or_name".
3557 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
3558 it optional.
3559 (no_switch_window): Remove since the return value is not used.
a9b555d3 3560 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
3561 Consider window as dedicated when Fwindow_dedicated_p returns a
3562 non-nil value.
3563 * lisp.h: Remove prototype for no_switch_window.
3564
fd75ddb2
JD
35652008-10-21 Jan Djärv <jan.h.d@swipnet.se>
3566
3567 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 3568 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 3569
07295713
KH
35702008-10-21 Kenichi Handa <handa@m17n.org>
3571
3572 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
3573 check Vlatin_extra_code_table.
3574
712adc82
EZ
35752008-10-20 Eli Zaretskii <eliz@gnu.org>
3576
3577 * fileio.c (Fset_file_modes): Doc fix.
3578
f549eb0b
MA
35792008-10-19 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
3582 in arrays.
3583
aac0c6e3
MR
35842008-10-19 Martin Rudalics <rudalics@gmx.at>
3585
3586 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
3587 Mention kill-buffer in doc-string.
3588 (Fset_window_buffer): Reinsert tem check removed in last commit.
3589 (Fenlarge_window, Fshrink_window): Have argument names and
3590 doc-string follow Elisp manual more closely.
3591
35922008-10-18 Eli Zaretskii <eliz@gnu.org>
3593
3594 * fileio.c (Fset_file_modes): Doc fix.
3595
35962008-10-18 Martin Rudalics <rudalics@gmx.at>
3597
3598 * window.c (Fwindow_width, Fset_window_start)
3599 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
3600 (Fdelete_windows_on, Freplace_buffer_in_windows):
3601 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
3602 (Fwindow_dedicated_p): Make window argument optional.
3603 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
3604 (Fset_window_buffer): Respect any non-nil dedicated value for
3605 window. Rename "buffer" argument to "buffer_or_name".
3606
36072008-10-18 Ulrich Mueller <ulm@gentoo.org>
3608
3609 * m/sh3.h: New file, machine description for SuperH.
3610
36112008-10-17 Martin Rudalics <rudalics@gmx.at>
3612
3613 * window.c (Fsplit_window): Rename arg horflag to horizontal.
3614
36152008-10-17 Kenichi Handa <handa@m17n.org>
3616
3617 * ftfont.c (ftfont_otf_features): Fix indexing
3618 gsub_gpos->FeatureList.Feature. Check the validity of indices.
3619
36202008-10-16 Magnus Henoch <mange@freemail.hu>
3621
3622 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
3623 (Fdbus_call_method_asynchronously): Ditto.
3624 This change makes C-h f display the argument list.
3625
36262008-10-16 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * fileio.c (Fexpand_file_name): Doc fix.
3629
3630 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
3631 of :foreground and :background equivalent to unspecified (20.x
3632 compatibility).
3633
36342008-10-15 Eli Zaretskii <eliz@gnu.org>
3635
3636 * buffer.c (syms_of_buffer): Doc fix.
3637
36382008-10-14 Kenichi Handa <handa@m17n.org>
3639
3640 * font.c (font_clear_prop): When clearing font width, clear the
3641 average width field too.
3642
36432008-10-12 Andreas Schwab <schwab@suse.de>
3644
3645 * ftfont.c (ftfont_shape_by_flt): Make static.
3646 * ftfont.h (ftfont_shape_by_flt): Don't declare.
3647
3648 * font.c: Don't include <m17n-flt.h>.
3649
36502008-10-10 Eli Zaretskii <eliz@gnu.org>
3651
3652 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
3653
36542008-10-09 Eli Zaretskii <eliz@gnu.org>
3655
3656 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
3657 away code.
3658
36592008-10-09 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * dispnew.c (update_text_area): Avoid looping due to large glyph
3662 overhangs (bug#1070).
3663
36642008-10-09 Kenichi Handa <handa@m17n.org>
3665
3666 * fontset.c (face_for_char): If face->fontset is negative, just
3667 return ascii_face.
3668
f5385255
SM
3669 * font.c (font_delete_unmatched): Fix previous change.
3670 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
3671
36722008-10-09 Martin Rudalics <rudalics@gmx.at>
3673
3674 * frame.c (Fraise_frame): On text-only terminals select frame in
3675 order to make it visible. (Bug#1061)
3676
36772008-10-08 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * fontset.c (fontset_find_font): Check frame validity.
3680
36812008-10-07 Chong Yidong <cyd@stupidchicken.com>
3682
a9b555d3 3683 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
3684 (xg_display_close): Allow Emacs to close all displays (bug#985).
3685
36862008-10-06 Andreas Schwab <schwab@suse.de>
3687
f5385255 3688 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
3689
36902008-10-06 Chong Yidong <cyd@stupidchicken.com>
3691
f5385255 3692 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 3693
a9b555d3 3694 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
3695
3696 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
3697 during initialization.
3698
36992008-10-04 Eli Zaretskii <eliz@gnu.org>
3700
3701 * xdisp.c (redisplay_internal): If frame switched, redisplay the
3702 whole thing on MSDOS frames as well as on a TTY.
3703
3704 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
3705 well as for TTY.
3706 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
3707 well as on a TTY.
3708
3709 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
3710 as well as for TTY.
3711
3712 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
3713
3714 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
3715 MSDOS frames as well.
3716
37172008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3718
3719 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
3720 correct arguments.
b71ac3dd 3721 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
3722
37232008-10-03 Glenn Morris <rgm@gnu.org>
3724
3725 * emacs.c (USAGE1): Add --daemon.
3726
37272008-10-02 Eli Zaretskii <eliz@gnu.org>
3728
3729 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
3730 100, so it's in percents as advertised.
3731
37322008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3733
3734 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
3735 (ns_output.current_cursor, ns_output.desired_cursor)
3736 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
3737 (FRAME_NEW_CURSOR_COLOR): Remove.
3738
3739 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 3740 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
3741 enumeration (HOLLOW_BOX_CURSOR, etc.).
3742
3743 * nsterm.m (ns_frame_rehighlight): Remove commented code.
3744 (draw_window_cursor): Simplify code.
f5385255
SM
3745 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
3746 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 3747 updates manually.
a9b555d3
JB
3748 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
3749 Use core Emacs cursor types.
aac0c6e3 3750
b8ff72fa 3751 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
3752
37532008-10-02 Martin Rudalics <rudalics@gmx.at>
3754
3755 * process.c (Faccept_process_output): Fix doc-string.
3756
37572008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3758
3759 * gmalloc.c (__sbrk): Also define for uClibc.
3760
3761 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
3762 for uClibc.
3763
37642008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3765
3766 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
3767 styles.
3768 (nsfont_open): Reenable the cache.
3769
37702008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3771
3772 * font.c (font_matching_entity): Reflect ATTRS in font selection.
3773 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
3774
37752008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
3778 a suspended terminal.
3779
37802008-09-30 Michael Albinus <michael.albinus@gmx.de>
3781
3782 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
3783
37842008-09-30 Eli Zaretskii <eliz@gnu.org>
3785
3786 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
3787
37882008-09-30 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
3791 in a continued line coincides with a line beginning.
3792
37932008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3794
3795 * nsfont.m (nsfont_trait_distance): Fix bug.
3796 (nsfont_list): Return a list rather than a vector (syncs with Handa
3797 changes of 2008-05-14).
3798 (nsfont_open): Improve logging.
3799
38002008-09-29 Andreas Schwab <schwab@suse.de>
3801
3802 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3803
38042008-09-28 Martin Rudalics <rudalics@gmx.at>
3805
3806 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
3807 name as char-resolve-modifiers.
3808 Reported by: Markus Triska <markus.triska@gmx.at>
3809
38102008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3811
3812 * dispnew.c (init_display): Return earlier when running as a daemon.
3813
38142008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3815
3816 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
3817
38182008-09-27 Eli Zaretskii <eliz@gnu.org>
3819
3820 * composite.c (Fcomposition_get_gstring)
3821 (Fcompose_region_internal, Fcompose_string_internal)
3822 (Ffind_composition_internal): Doc fix.
3823 (syms_of_composite) <compose-chars-after-function>: Doc fix.
3824 (syms_of_composite) <auto-composition-function>: Doc fix.
3825 (syms_of_composite) <composition-function-table>: Doc fix.
3826
38272008-09-25 Chong Yidong <cyd@stupidchicken.com>
3828
3829 * search.c (wordify): New argument for lax word-ends.
3830 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
3831
38322008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * lisp.h (is_daemon): Declare.
3835 * dispnew.c (init_display): Do not try to initialize the terminal
3836 when running as a daemon.
3837
38382008-09-22 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
3841 x_display_pixel_height.
3842
38432008-09-22 Martin Rudalics <rudalics@gmx.at>
3844
3845 * undo.c (record_point): Don't call Fundo_boundary for first
3846 change. (Bug#731)
3847
38482008-09-22 Juanma Barranquero <lekktu@gmail.com>
3849
3850 * emacs.c (Fdaemonp): Doc fix.
3851
38522008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 * emacs.c (main): Place #ifdef in the proper place.
3855
38562008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3857
3858 * emacs.c (standard_args): Add --daemon.
3859 (main): Disconnect from the terminal when --daemon is passed.
3860 (is_daemon): New variable.
3861 (Fdaemonp): New function.
3862 (syms_of_emacs): Defsubr it.
3863
38642008-09-20 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * xdisp.c (get_next_display_element): Handle string display
3867 correctly when checking for the end of a box run.
3868
38692008-09-20 Glenn Morris <rgm@gnu.org>
3870
3871 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
3872 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
3873 (Frename_file): Avoid copying to trash if a rename involves
3874 a delete. (Bug#964).
3875
38762008-09-20 Eli Zaretskii <eliz@gnu.org>
3877
3878 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
3879 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
3880 frames as well as termcap frames.
3881 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
3882 get_named_tty.
3883
38842008-09-19 Eli Zaretskii <eliz@gnu.org>
3885
3886 * process.c (procfs_system_process_attributes): Fix cmdline in
3887 case /proc/PID/cmdline is empty.
3888
3889 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
3890 x_display_pixel_height.
3891
38922008-09-19 Juanma Barranquero <lekktu@gmail.com>
3893
3894 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
3895
3896 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
3897 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
3898
38992008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
3900
3901 * dispextern.h (struct it): Move line_wrap away from the middle of
3902 bitfields. Move voffset in struct iterator_stack_entry after the
3903 bitfields. Move tab_width near after another short.
3904
39052008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3906
3907 * frame.h (struct frame): Move alpha from the middle of bitfields.
3908
3909 * window.h (struct window): Move frozen_window_start_p after the
3910 rest of the bitfields to reduce padding.
3911
39122008-09-18 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * xterm.h (x_display_info): Remove `height' and `width' members.
3915
3916 * nsterm.h (ns_display_info): Remove `height' and `width' members.
3917
3918 * w32term.h (w32_display_info): Remove `height', `width',
3919 `height_in', and `width_in' members.
3920
b8ff72fa
SM
3921 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3922 New functions.
aac0c6e3
MR
3923 (x_calc_absolute_position): Use them.
3924 (x_term_init): Omit removed `height' and `width' members.
3925
b8ff72fa
SM
3926 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3927 New functions.
aac0c6e3
MR
3928 (w32_read_socket, x_calc_absolute_position): Use them.
3929 (w32_initialize_display_info, w32_term_init): Omit removed members
3930 of w32_display_info.
3931
b8ff72fa
SM
3932 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
3933 New functions.
3934 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 3935
b8ff72fa
SM
3936 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3937 New functions.
aac0c6e3
MR
3938 (x_calc_absolute_position): Use them.
3939 (x_term_init): Omit removed `height' and `width' members.
3940
3941 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
3942 (compute_tip_xy):
3943 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
3944 * xmenu.c (menu_position_func): Use x_display_pixel_height and
3945 x_display_pixel_width.
3946
39472008-09-18 Kenichi Handa <handa@m17n.org>
3948
3949 * composite.c (fill_gstring_header): Don't check FROM and TO here.
3950 (composition_compute_stop_pos): Fix handling of static composition.
3951 (Fcomposition_get_gstring): Check FROM and TO at first.
3952
39532008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3954
46e722a9 3955 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
3956 mixup (YAILOM).
3957
39582008-09-17 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * indent.c (Fvertical_motion): Use position reported by iterator
3961 instead of PT for determining screen motion (bug#943).
3962
39632008-09-17 Romain Francoise <romain@orebokech.com>
3964
3965 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
3966
39672008-09-17 Kenichi Handa <handa@m17n.org>
3968
3969 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
3970
3971 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
3972 if necessary.
3973
39742008-09-16 Kenichi Handa <handa@m17n.org>
3975
3976 * coding.c (make_conversion_work_buffer): Avoid calling
3977 Fget_buffer_create if it is not necessary.
3978
39792008-09-15 Martin Rudalics <rudalics@gmx.at>
3980
3981 * window.c (Fselect_window): Don't update window_select_count and
3982 use_time when norecord is not nil.
3983
39842008-09-14 Kenichi Handa <handa@m17n.org>
3985
3986 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
3987 specpdl_ptr.
3988
39892008-09-12 Kenichi Handa <handa@m17n.org>
3990
3991 * indent.c (scan_for_column): Don't handle automatic composition
3992 if the current buffer is not associated with a window.
3993
3994 * composite.c (composition_reseat_it): If the current buffer is
3995 not associated with a window, ignore the automatic composition.
3996 (find_automatic_composition): Likewise.
3997
39982008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
4001 (Fgpm_mouse_stop): Use it.
4002 * termhooks.h (close_gpm): Declare.
4003 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
4004 connection if Gpm_GetEvent fails.
4005
4006 * window.c (set_window_buffer): Always preserve current-buffer.
4007
40082008-09-12 Glenn Morris <rgm@gnu.org>
4009
4010 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
4011
40122008-09-11 Glenn Morris <rgm@gnu.org>
4013
4014 * charset.c (charset-map-path): Doc fix.
4015
40162008-09-10 Kenichi Handa <handa@m17n.org>
4017
4018 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
4019
4020 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
4021 compose a grapheme cluster with the preceding base glyph.
4022
4023 * composite.c (composition_compute_stop_pos): Fix previous change.
4024 Reset cmp_it->id to -1 at first.
4025
40262008-09-10 Glenn Morris <rgm@gnu.org>
4027
4028 * Makefile.in (character.o, chartab.o): Fix config.h typo.
4029
40302008-09-09 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * keyboard.c (read_key_sequence): Reapply translation maps when
4033 switching keyboards.
4034
40352008-09-09 Kenichi Handa <handa@m17n.org>
4036
4037 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
4038 characters.
4039
4040 * composite.c (FORWARD_CHAR): Fix calculation
4041 of (POSITION).pos_byte.
4042 (composition_compute_stop_pos): Limit the search of composition to
4043 at most 500 characters ahead. If we reach the limit or find a
4044 newline, set cmp_it->ch to -2 and return 0.
4045 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
4046
40472008-09-08 Kenichi Handa <handa@m17n.org>
4048
4049 * indent.c (Fvertical_motion): Be sure to set
4050 it_overshoot_expected if it.cmp_it.id is non-negative.
4051
40522008-09-07 Andreas Schwab <schwab@suse.de>
4053
4054 * callproc.c (Fcall_process): Don't hold references to string data
4055 across garbage collection. Move initialisation of new_argv down
4056 to avoid compiler bug.
4057
40582008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4059
4060 * process.c (Fsystem_process_attributes): Doc fix.
4061
40622008-09-07 Chong Yidong <cyd@stupidchicken.com>
4063
4064 * callproc.c (Fcall_process): Canonicalize current directory name.
4065
4066 * xdisp.c (move_it_to): When moving by vpos, ensure that the
4067 iterator advances to the next line if the current line ends in a
4068 continued tab.
4069
40702008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
4071
4072 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
4073 member to point to cmp_from.
4074
4075 * xdisp.c: Doc fix for references to gidx data member.
4076
40772008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
4080
40812008-09-07 Kenichi Handa <handa@m17n.org>
4082
4083 * composite.c (FORWARD_CHAR): Check STOP after
4084 incrementing (POSITION).pos.
4085
40862008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4087
4088 * process.c (Fsystem_process_attributes): Doc fix.
4089
40902008-09-06 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * keyboard.c (Ftop_level): Doc fix.
4093
40942008-09-06 Eli Zaretskii <eliz@gnu.org>
4095
4096 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
4097 minibuffer, don't let lower part of menu invade the echo area.
4098
4099 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
4100 "char *q" to access menu text and advance through it. Revert the
4101 change that displayed ">" instead of ASCII character 0x10.
4102
41032008-09-05 Eli Zaretskii <eliz@gnu.org>
4104
4105 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
4106 toggle boxes and radio buttons on MS-DOS as well.
4107
41082008-09-05 Kenichi Handa <handa@m17n.org>
4109
4110 * composite.c (autocmp_chars): Check lookback count.
4111 (composition_compute_stop_pos): Set cmp_it->lookback.
4112 (composition_reseat_it): Check lookback count.
4113 (struct position_record): New struct.
4114 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
4115 (find_automatic_composition): New function.
4116 (composition_adjust_point): Use find_automatic_composition.
4117
4118 * dispextern.h (struct composition_it): New member lookback.
4119
41202008-09-02 Chong Yidong <cyd@stupidchicken.com>
4121
4122 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
4123 if moving by a single line.
4124
41252008-09-02 Andreas Schwab <schwab@suse.de>
4126
4127 * xterm.c (x_delete_display): Fix merge error.
4128
4129 * fileio.c (Fexpand_file_name): Remove unused variables.
4130
41312008-09-02 Eli Zaretskii <eliz@gnu.org>
4132
4133 * fileio.c (Fexpand_file_name): Copy argument `name' into local
4134 storage on all platforms, not just on DOS_NT.
4135
41362008-09-02 Jason Rumney <jasonr@gnu.org>
4137
b8ff72fa
SM
4138 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
4139 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
4140
41412008-09-01 Chong Yidong <cyd@stupidchicken.com>
4142
4143 * xfaces.c (Finternal_set_alternative_font_family_alist)
4144 (Finternal_set_alternative_font_registry_alist): Properly copy
4145 entire alist structure.
4146
41472008-09-01 Kenichi Handa <handa@m17n.org>
4148
d66c0241 4149 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 4150 representative chars of the script is a vector.
d66c0241
JB
4151 (ftfont_list): Handle the case where the representative chars of
4152 the script is a vector.
aac0c6e3
MR
4153
4154 * character.c (syms_of_character): Docstring of
4155 script-representative-chars fixed.
4156
41572008-08-31 Eli Zaretskii <eliz@gnu.org>
4158
4159 * msdos.c (BUILD_CHAR_GLYPH): New macro.
4160 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
4161 the menu. Allocate larger buffer for `text', to account for
4162 possible ^C characters.
4163
41642008-08-31 Martin Rudalics <rudalics@gmx.at>
4165
4166 * xdisp.c (prepare_menu_bars): Don't call
4167 Vwindow_size_change_functions with arg Qt.
4168
41692008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 * font.h (font_range):
4172 * fileio.c (report_file_error):
46e722a9
SM
4173 * composite.c (composition_update_it): Yet another int/Lisp_Object
4174 mixup (YAILOM).
aac0c6e3
MR
4175
41762008-08-30 Glenn Morris <rgm@gnu.org>
4177
4178 * data.c (Fmake_variable_frame_local): Doc fix.
4179
4180 * frame.c (Fmodify_frame_parameters): Doc fix.
4181
41822008-08-30 Eli Zaretskii <eliz@gnu.org>
4183
4184 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
4185 needed by GetTokenInformation.
4186 (w32_system_process_attributes): Check return values of all system
4187 APIs.
4188
4189 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
4190 only when the state changes.
4191 (IT_update_begin, IT_update_end): Add termscript trace.
4192
4193 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
4194 clipboard is unavailable. Set dst to NULL if it doesn't point to
4195 malloc'ed data.
4196 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
4197 passing random values to xfree.
4198
4199 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 4200 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
4201
42022008-08-29 Jason Rumney <jasonr@gnu.org>
4203
4204 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
4205
42062008-08-29 Eli Zaretskii <eliz@gnu.org>
4207
4208 * composite.c (fill_gstring_body): Avoid compiler warnings.
4209
4210 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
4211 LGLYPH_SET_CODE to avoid compiler warnings.
4212
2ae37cf0 4213 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
4214
4215 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
4216
4217 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
4218 LGLYPH_SET_CODE.
4219
42202008-08-29 Kenichi Handa <handa@m17n.org>
4221
4222 * fileio.c (report_file_error): Don't downcase the first character
4223 of errstring if it is still unibyte.
4224
42252008-08-29 Kenichi Handa <handa@m17n.org>
4226
4227 These changes are to re-implement the automatic composition so
4228 that it doesn't use text properties.
4229
4230 * Makefile.in (ftfont.o): Depend on composite.h.
4231 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
4232
4233 * character.h (Vunicode_category_table): Extern it.
4234
4235 * character.c (Vunicode_category_table): New variable.
4236 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
4237
4238 * chartab.c (optimize_sub_char_table): Perform more greedy
4239 optimization.
4240
b8ff72fa
SM
4241 * composite.h (enum composition_method):
4242 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
4243 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
4244 (Vcomposition_function_table): Extern it.
4245 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
4246 (composition_gstring_put_cache, composition_gstring_from_id)
4247 (composition_gstring_p, composition_gstring_width)
4248 (composition_compute_stop_pos, composition_reseat_it)
4249 (composition_update_it, composition_adjust_point): Extern them.
4250 (Fcomposition_get_gstring): EXFUN it.
4251
d66c0241 4252 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
4253 (Vcomposition_function_table)
4254 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
4255 (gstring_hash_table, gstring_work, gstring_work_headers):
4256 New variables.
aac0c6e3
MR
4257 (gstring_lookup_cache, composition_gstring_put_cache)
4258 (composition_gstring_from_id, composition_gstring_p)
4259 (composition_gstring_width, fill_gstring_header)
4260 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
4261 (composition_reseat_it, composition_update_it)
b8ff72fa 4262 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
4263 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
4264 and gstring_work_headers. DEFVAR_LISP composition-function-table.
4265 Defsubr compostion_get_gstring.
4266
4267 * dispextern.h (struct glyph): New union u.cmp. Delete the member
4268 cmp_id.
4269 (struct glyph_string): Delete the member gidx. New members
4270 cmp_id, cmp_from, and cmp_to.
4271 (enum it_method): Delete GET_FROM_COMPOSITION.
4272 (struct composition_it): New struct.
4273 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
4274 Delete c, len, cmp_id, cmp_len in u.comp.
4275
4276 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 4277 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 4278 (enum lglyph_indices): Likewise.
b8ff72fa 4279 (font_range): Adjust extern.
aac0c6e3
MR
4280 (font_fill_lglyph_metrics): Extern it.
4281
4282 * font.c (QCf): New variable.
4283 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
4284 (font_prepare_composition): Delete this function.
4285 (font_range): Type and arguments changed.
4286 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
4287 (font_fill_lglyph_metrics): New function.
b8ff72fa 4288 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 4289 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
4290 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
4291 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
4292
4293 * fontset.h (font_for_char): Extern it.
4294
4295 * fontset.c (font_for_char): New function.
4296
4297 * ftfont.c: Include composite.h.
4298 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 4299 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
4300
4301 * indent.c: Include composite.h and dispextern.h.
4302 (check_composition): Delete this function.
4303 (scan_for_column): Handle composition by
4304 composition_compute_stop_pos, composition_reseat_it, and
4305 composition_update_it.
4306 (compute_motion): Likewise.
4307 (Fvertical_motion): Fix checking of composition.
4308
4309 * keyboard.c (adjust_point_for_property): Check composition by
4310 composition_adjust_point.
4311
b8ff72fa 4312 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
4313 struct glyph_string.
4314
b8ff72fa
SM
4315 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
4316 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
4317 struct glyph.
4318 (produce_composite_glyph): Likewise.
4319
b8ff72fa
SM
4320 * w32term.c (x_draw_composite_glyph_string_foreground):
4321 Adjust for the change of struct glyph_string.
aac0c6e3
MR
4322 (x_draw_glyph_string): Likewise.
4323
4324 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
4325 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
4326
4327 * xdisp.c: Include font.h.
4328 (it_props): Delete the entry for Qauto_composed.
4329 (init_iterator): Initialize it->cmp_it.id to -1.
4330 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 4331 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
4332 (handle_auto_composed_prop): Delete it.
4333 (handle_composition_prop): Handle only static composition.
4334 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
4335 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 4336 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
4337 (pop_it): Likewise.
4338 (get_next_element): Delete next_element_from_composition.
4339 (CHAR_COMPOSED_P): New macro.
4340 (get_next_display_element): For automatic composition, get a face
4341 from the font in the glyph-string.
4342 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 4343 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
4344 (next_element_from_string): Check if the character at the current
4345 position is composed by CHAR_COMPOSED_P.
4346 (next_element_from_buffer): Likewise.
d66c0241
JB
4347 (next_element_from_composition): Adjust for the change of struct it.
4348 Update it->cmp_it.
b8ff72fa
SM
4349 (dump_glyph): Adjust for the change of struct glyph.
4350 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
4351 it and struct glyph. Don't handle automatic composition here.
4352 (fill_gstring_glyph_string): New function.
4353 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 4354 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
4355 (BUILD_GSTRING_GLYPH_STRING): New macro.
4356 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
4357 automatic composition.
b8ff72fa 4358 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 4359 struct glyph.
b8ff72fa 4360 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 4361
b8ff72fa 4362 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
4363 the change of struct glyph_string.
4364 (x_draw_glyph_string): Likewise.
4365
43662008-08-29 Glenn Morris <rgm@gnu.org>
4367
4368 * buffer.c (word-wrap): Doc fix.
4369 * xdisp.c (truncate-partial-width-windows): Doc fix.
4370 Increase default to 50.
4371
43722008-08-29 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * xdisp.c (update_tool_bar_unwind): New function.
4375 (update_tool_bar): Temporarily set selected frame before building
4376 tool-bar items.
4377
43782008-08-28 Michael Albinus <michael.albinus@gmx.de>
4379
4380 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
4381 snprintf, respectively.
4382 (xd_append_arg): Convert strings with Fstring_make_unibyte.
4383
43842008-08-28 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
4387 LDFLAGS to GNUstep CC invocation.
4388
43892008-08-27 Chong Yidong <cyd@stupidchicken.com>
4390
4391 * indent.c (Fvertical_motion): Revert last change. Handle the
4392 general case where we are moving forward, and PT spans multiple
4393 screen lines.
4394
4395 * eval.c (find_handler_clause): Temporarily increase
4396 max-lisp-eval-depth while printing the backtrace buffer, to
4397 guarantee that help-mode code can run.
4398
43992008-08-27 Eli Zaretskii <eliz@gnu.org>
4400
4401 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
4402 colors under -rv.
4403 (IT_set_frame_parameters): Don't swap foreground and background
4404 colors if `(reverse . t)' is present in the frame properties.
4405 (internal_terminal_init): Call init_frame_faces only for the
4406 initial frame.
4407
44082008-08-27 Andreas Schwab <schwab@suse.de>
4409
4410 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
4411
44122008-08-27 Andreas Schwab <schwab@suse.de>
4413
4414 * search.c (search_buffer): Set char_base to zero only at the end.
4415
44162008-08-27 Kenichi Handa <handa@m17n.org>
4417
b8ff72fa 4418 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
4419
44202008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
4421
4422 * xterm.c (x_term_init): Temporarily hide the partially
4423 initialized terminal while calling vendor-specific-keysyms.
4424
44252008-08-26 Eli Zaretskii <eliz@gnu.org>
4426
4427 * msdos.c (internal_terminal_init): Most initializations done only
4428 once, especially initial_screen_colors[] and termscript open.
4429
44302008-08-26 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * eval.c (Fcondition_case): Doc fix.
4433
4434 * widgetprv.h (EmacsFramePart): Change font member to the new font
4435 struct.
4436
4437 * widget.c: Include character.h and font.h for XSETFONT.
4438 (setup_frame_gcs): Compute X font id from font struct, just once.
4439
44402008-08-26 Eli Zaretskii <eliz@gnu.org>
4441
4442 * term.c (get_named_tty): Fix last change.
4443
44442008-08-26 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 4447 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
4448
44492008-08-25 Eli Zaretskii <eliz@gnu.org>
4450
4451 * frame.c (do_switch_frame): Mark previously displayed frame as
4452 obscured for FRAME_MSDOS_P frames as well.
4453
44542008-08-24 Eli Zaretskii <eliz@gnu.org>
4455
4456 * frame.c (make_terminal_frame): Initialize f->terminal,
4457 f->terminal->reference_count, and scroll bars on MS-DOS as well.
4458 Set the top frame to newly created frame.
4459 (Fmake_terminal_frame): Reuse the_only_display_info.
4460
4461 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
4462 estimating available memory.
4463
b97439ce 44642008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
4465
4466 * nsterm.m (ns_draw_window_cursor): Don't call
4467 NSDisableScreenUpdates and NSEnableScreenUpdates on
4468 non-NS_IMPL_COCOA systems.
4469
44702008-08-23 Andreas Schwab <schwab@suse.de>
4471
4472 * process.c (procfs_system_process_attributes): Fix use of
4473 uninitialized variables.
4474
44752008-08-23 Eli Zaretskii <eliz@gnu.org>
4476
4477 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
4478
4479 * dispnew.c (init_display): Remove MS-DOS specific conditions for
4480 calling tty-set-up-initial-frame-faces.
4481
b8ff72fa
SM
4482 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
4483 Allow MSDOS frames along with X frames.
aac0c6e3
MR
4484
4485 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
4486 addition to output_termcap.
4487
4488 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
4489
4490 * termchar.h (FRAME_TTY): Support output_msdos_raw.
4491 (struct tty_display_info) [MSDOS]: Add fields related to mouse
4492 highlight.
4493
4494 * process.c [!subprocesses]: Define QCname.
4495 (syms_of_process): Intern and staticpro it.
4496
4497 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
4498 Adjust for changes in encoding/decoding routines.
4499 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
4500 encode_coding and decode_coding.
4501
b8ff72fa 4502 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
4503
4504 * dosfns.c: Include frame.h before termhooks.h.
4505 (dos_cleanup): Use CURTTY ()->termscript instead of a global
4506 variable termscript.
4507
4508 * s/msdos.h (USER_FULL_NAME): Define.
4509 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
4510
4511 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
4512 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
4513 pw->pw_gecos.
4514
4515 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
4516 SELECTED_FRAME as additional (1st) argument.
4517 (tty_read_avail_input): Handle output_msdos_raw in
4518 addition to output_termcap.
4519
4520 * msdos.c: Include frame.h before termhooks.h.
4521 (mouse_on, mouse_off, mouse_moveto, mouse_init)
4522 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
4523 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
4524 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
4525 (IT_set_terminal_modes, IT_reset_terminal_modes)
4526 (IT_set_frame_parameters): Use tty->termscript instead of a global
4527 variable termscript.
4528 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
4529 global variable terminal_coding. Don't refer to
4530 Vnonascii_translation_table.
4531 (internal_terminal_init): Set Vwindow_system in current_kboard.
4532 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
4533 Announce date and time of session start, if termscript is open.
4534 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
4535 term.c:init_tty). Open termscript only of not already open.
4536 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
4537 here instead of dos_ttraw. Don't initialize display if this is an
4538 initial tty. Don't set FRAME_FONT.
4539 (Vwindow_system_version): Bump to 23.
4540 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
4541 is available, set up mouse_position_hook.
4542 (dos_ttraw, IT_set_terminal_modes): If called with initial
4543 terminal, do nothing.
4544 (IT_set_frame_parameters): Handle the Qtty_type frame
4545 parameter by calling internal_terminal_init.
4546 (dos_set_window_size, show_mouse_face)
4547 (clear_mouse_face, IT_note_mode_line_highlight)
4548 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
4549 (dos_rawgetc): Use tty_display_info instead of x_display_info.
4550 (initialize_msdos_display): New function.
4551 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
4552 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
4553 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
4554 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 4555 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
4556 (request_sigio, unrequest_sigio): Don't define, now defined on
4557 sysdep.c.
4558 (IT_write_glyphs): Rewrite to use encode_terminal_code.
4559
4560 * term.c [MSDOS]: Include msdos.h.
4561 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
4562 conditional to DOS_NT. Allow only one call to this function in a
4563 session. Don't allocate a new struct tty_display_info; instead,
4564 reuse the_only_display_info. Call get_tty_size to get screen
4565 dimensions. Call init_baud_rate to set bad_rate.
4566 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
4567 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 4568 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
4569 (get_tty_terminal, get_named_tty, Ftty_type)
4570 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
4571 output_termcap.
b8ff72fa
SM
4572 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
4573 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 4574 only when subprocesses are supported.
aac0c6e3
MR
4575
4576 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
4577 f->output_data.x.
4578 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
4579 terminal devices.
4580
5582fbc7 4581 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
4582 x_output.
4583 (FRAME_FONT): Use output_data.tty.
4584 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
4585 (struct x_display_info): Rename from display_info. Update all users in
4586 msdos.c.
aac0c6e3 4587 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 4588 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
4589 (dos_ttraw): Update prototype.
4590
4591 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
4592 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
4593
45942008-08-23 Jason Rumney <jasonr@gnu.org>
4595
4596 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
4597 (fn_TIFFSetDirectory): New library function used.
4598 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
4599 (tiff_load): Use :index to select among multiple images. Set count
4600 property when multiple images exist.
4601 (gif_format): Use :index, not :image.
4602
46032008-08-23 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * xdisp.c (try_scrolling): Check INT_MAX instead of
4606 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
4607 to obtain INT_MAX.
4608
46092008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
4610
4611 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
4612
46132008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4614
4615 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
4616 GNUstep library location.
4617
46182008-08-21 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * xfaces.c (x_update_menu_appearance): Check validity of menu font
4621 before using it.
4622
4623 * puresize.h (BASE_PURESIZE): Increase to 1250000.
4624
46252008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4626
4627 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
4628 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
4629 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
4630 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
4631 (EmacsApp-cursor_blink_handler): Remove declaration.
4632 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
4633 match 01 Feb 2008 changes in xterm.c.
4634 (ns_read_socket): Add cast to avoid warning.
4635 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
4636 GNUstep.
4637
46382008-08-20 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * xselect.c (x_get_foreign_selection): Return nil if desired
4641 selection could not be obtained, instead of signalling an error.
4642
46432008-08-20 David Reitter <david.reitter@gmail.com>
4644
4645 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
4646 * nsterm.m: Remove ns-specific code for cursor blinking.
4647 (ns_draw_window_cursor): Clear cursor properly rather than
4648 redrawing the area. Respect width of bar cursors.
4649 These changes enable the use of generic blink-cursor-mode and
4650 generic cursor types in NS and support smooth cursor movements (do
4651 not blink off after command).
4652 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
4653 Nextstep, too.
4654
46552008-08-19 Kenichi Handa <handa@m17n.org>
4656
4657 * font.c (Vfont_log_deferred): New variable.
4658 (font_add_log): Check Vfont_log_deferred.
4659 (font_deferred_log): New function.
4660
4661 * font.h (font_deferred_log): Extern it.
4662
4663 * fontset.c (reorder_font_vector): Use encoding charset of fonts
4664 for sorting.
4665 (face_for_char): Use deferred log.
4666
46672008-08-18 Kenichi Handa <handa@m17n.org>
4668
4669 * fontset.c (face_for_char): Add font log.
4670
4671 * font.c (font_add_log): Add the font properties :script, :lang,
4672 and :otf in the log.
4673
46742008-08-17 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * xdisp.c: Remove dead code.
4677 (handle_invisible_prop, next_overlay_string): Defer call to
4678 setup_for_ellipsis.
4679 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
4680
46812008-08-15 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * xfaces.c (lookup_derived_face): Properly handle possible zero
4684 return value of get_lface_attributes.
4685 (merge_faces): Don't tell lookup_derived_face to signal an error
4686 if face is not found.
4687
4688 * dired.c (Fdirectory_files): Doc fix.
4689
4690 * process.c (make_process): Initialize kill_without_query struct
4691 member.
4692
46932008-08-15 Eli Zaretskii <eliz@gnu.org>
4694
4695 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
4696 Alternative calculation of totphys for Visual Studio 6.
4697
4698 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
4699
4700 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
4701 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
4702 All users changed.
4703 (stat): Only root directory passed to GetDriveType. Allow RAM
4704 disk as well as local fixed disk when w32-get-true-file-attributes
4705 is set to `local'.
4706 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
4707 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
4708 (w32_cached_id, w32_add_to_cache): New functions.
4709 (get_name_and_id): Look account names in the cache before calling
4710 lookup_account_sid.
4711 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
4712 New initialization flags.
4713 (globals_of_w32): Initialize them to zero.
4714 (w32_system_process_attributes): Use w32_cached_id and
4715 w32_add_to_cache.
4716
47172008-08-14 Lawrence Mitchell <wence@gmx.li>
4718
4719 * lread.c (Fread_char, Fread_char_exclusive): If no character
4720 event is read before timeout is reached, return nil, rather than
4721 converting to a number.
4722
47232008-08-14 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * fns.c (use_dialog_box): Doc fix.
4726
4727 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
4728 on OS X.
4729
47302008-08-13 Chong Yidong <cyd@stupidchicken.com>
4731
4732 * frame.c (Qns_parse_geometry): New var.
4733 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
4734
47352008-08-11 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * xdisp.c (x_produce_glyphs): Handle the case when font has no
4738 space character in calculating tabs.
4739
47402008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
4741
4742 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
4743
47442008-08-10 Glenn Morris <rgm@gnu.org>
4745
4746 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
4747 silence gcc "limited range of data type" warnings in some
4748 make_fixnum_or_float calls.
4749
47502008-08-09 Eli Zaretskii <eliz@gnu.org>
4751
4752 * w32.c (w32_system_process_attributes): If the process does not
4753 exist, return nil.
4754
4755 * w32.c: Include thelp32.h, psapi.h and coding.h.
4756 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
4757 declarations.
4758 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
4759 (Process32Next_Proc): New typedefs.
4760 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
4761 (g_b_init_process32_next, g_b_init_open_thread_token)
4762 (g_b_init_impersonate_self, g_b_init_revert_to_self)
4763 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
4764 (g_b_init_get_process_working_set_size)
4765 (g_b_init_global_memory_status_ex): New static variables.
4766 (globals_of_w32): Initialize them.
4767 (create_toolhelp32_snapshot, process32_first, process32_next)
4768 (open_thread_token, impersonate_self, revert_to_self)
4769 (get_process_memory_info, get_process_working_set_size)
4770 (global_memory_status, global_memory_status_ex): New wrapper
4771 functions.
4772 (w32_list_system_processes, w32_system_process_attributes)
4773 (enable_privilege, restore_privilege, ltime, process_times):
4774 New functions.
4775 (convert_time_raw): New function.
4776 (convert_time): Remove conversion of FILETIME into time in 100
4777 nsec units, call convert_time_raw instead.
4778
4779 * process.h (w32_list_system_processes, w32_system_process_attributes):
4780 Add prototypes.
4781 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
4782 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
4783 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
4784 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
4785
4786 * process.c (Fsystem_process_attributes): Doc fix.
4787
47882008-08-08 Chong Yidong <cyd@stupidchicken.com>
4789
4790 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
4791 a continued multi-char glyph; if so, advance to the actual glyph.
4792
47932008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4794
4795 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
4796
4797 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
4798 (.m.o): Use it.
4799 * config.in: Regenerate.
4800
48012008-08-07 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * xdisp.c (redisplay_window): Revert last change.
4804 (try_window): Check bottom scroll margin too.
4805
48062008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4807
4808 * config.in: Regenerate.
4809
4810 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
4811 -list-load-path-shadows'.
4812 (nsgui.h): Reduce number of things depending on it.
4813
48142008-08-06 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
4817 instead of window-end which does the wrong thing at eob.
4818 (try_cursor_movement): Minor optimization.
4819 (redisplay_window): If scroll margin is defined, don't assume
4820 window doesn't need scrolling.
4821
48222008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4823
4824 * config.in: Regenerate.
4825
4826 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
4827 (mostlyclean): Don't delete *.d under NS.
4828
4829 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
4830
48312008-08-06 Kenichi Handa <handa@m17n.org>
4832
4833 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
4834
48352008-08-06 Andreas Schwab <schwab@suse.de>
4836
4837 * config.in: Regenerate.
4838
48392008-08-05 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
4842 forcing a window start.
4843
4844 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
4845 (auto_save_1): Update modtime when auto-save-list-file-name is on.
4846
48472008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4848
4849 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
4850 argument.
4851
48522008-08-05 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
4855 <scroll-down-aggressively, before-change-functions>:
4856 <after-change-functions>: Reflow docstrings.
4857
48582008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4859 Ken Raeburn <raeburn@gnu.org>
4860
4861 Dock menu customization, based on a patch by Ken Raeburn, plus some
4862 other fixes.
4863 * nsmenu.m (dockMenu): New variable.
4864 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
4865
4866 * nsterm.h (dockMenu): Declare.
4867
4868 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
4869 (ns_term_init): Initialize dockMenu.
4870 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
4871 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
4872 left.
4873
4874 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
4875
48762008-08-04 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
4879
4880 * config.in: Regenerate.
4881
48822008-08-04 Seiji Zenitani <zenitani@mac.com>
4883
4884 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
4885
48862008-08-04 Chong Yidong <cyd@stupidchicken.com>
4887
4888 * nsterm.h (find_and_call_menu_selection): Fix prototype.
4889
48902008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4891
4892 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
4893
4894 * keyboard.h: Comment an #endif.
4895
4896 * lisp.h (have_menus_p): Adjust comment.
4897
4898 * menu.c (find_and_return_menu_selection): Fix comparison with
4899 client_data.
4900
4901 * nsmenu.m (popup_activated_flag): New variable.
4902 (popup_activated): New function.
4903 (menu-or-popup-active-p): New exported lisp definition.
4904 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
4905 when popup done.
4906 (ns_popup_dialog): Set popup_activated_flag.
4907
4908 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
4909 version for GNUstep (handled by conditional typedef in nsterm.m).
4910 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
4911 in rgb.txt).
4912
4913 * process.c (init_process): Use DARWIN_OS, not DARWIN.
4914
4915 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
4916
4917 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
4918
4919 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
4920 shortcircuit if popup_activated like GTK and X toolkit.
4921
4922 * m/inter386.h: Change DARWIN to DARWIN_OS.
4923
4924 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
4925 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
4926 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
4927 comment on NO_SOCK_SIGIO.
4928
49292008-08-03 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * nsterm.m (windowDidResize): Remove stopModal call.
4932
49332008-08-03 Andreas Schwab <schwab@suse.de>
4934
4935 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
4936 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
4937
49382008-08-02 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
4941 Don't use uninitialized pointer variable when using getrlimit.
4942
49432008-08-02 Jason Rumney <jasonr@gnu.org>
4944
4945 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
4946
49472008-08-02 Eli Zaretskii <eliz@gnu.org>
4948
4949 * alloc.c (NSTATICS): Bump to 0x640.
4950
4951 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
4952
4953 * lisp.h: Add prototype for directory_files_internal.
4954
4955 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
4956 New functions.
4957 (syms_of_process): Defsubr them. Add initializations for various
4958 Q* symbols used in procfs_system_process_attributes.
4959 (procfs_list_system_processes, procfs_system_process_attributes)
4960 [HAVE_PROCFS]: New functions.
4961 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
4962 (procfs_get_total_memory): New functions.
4963
49642008-08-01 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * xfaces.c (Fx_load_color_file): Fix previous change;
4967 it is #ifdef WINDOWSNT, not WINDOWS_NT.
4968
49692008-08-01 Michael Albinus <michael.albinus@gmx.de>
4970
4971 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
4972
49732008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4974
4975 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
4976
49772008-08-01 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
4980
4981 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
4982 define NSApplicationDelegateReplySuccess.
4983 (EmacsView -converstationIdentifier): Use long instead of
4984 NSInteger for GNUstep, since it doesn't have NSInteger.
4985
4986 * xmenu.c: Revert last change.
4987
4988 * keyboard.h: Fix last change.
4989
49902008-08-01 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
4993 on Windows.
4994
49952008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4996
4997 Warning clearing and clean-up in NS port.
4998 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
4999 Add prototypes.
5000 * nsgui.h (FACE_DEFAULT): Remove, unused.
5001 (XGCValues): Change colors to unsigned long.
5002 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
5003 nsterm.m.
5004 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
5005 (ns_list_fonts): Remove, unused.
5006 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
5007 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
5008 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
5009 (nsfont_draw): Compare face colors to 0, not nil.
5010 * nsmenu.m (struct widget_value): Drop unneeded declaration.
5011 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
5012 (-addSubmenuWithTitle:): Use NSMenuItem class.
5013 (ns_popup_menu): Use NO, not NULL, for enabled setting.
5014 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
5015 (ns_clip_to_row): Make gc arg a BOOL.
5016 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
5017 ns_clip_to_row() call.
5018 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
5019 used). Cast FRAME_FONT assignments.
5020 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
5021 (ns_string_to_lispmod): Change arg to const char.
5022 (ns_term_init): Use NSMenuItem class.
5023 (EmacsApp -openFile:): Move to different section of file.
5024 (EmacsApp -application:openFiles:): Don't return a value, call
5025 -replyToOpenOrPrint:.
5026 (EmacsView -keyDown:): Fix up cast.
5027 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
5028 (EmacsView -menuDown:): Cast tag in call to
5029 find_and_call_menu_selection().
5030 (ns_list_fonts): Remove, unused.
5031 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
5032 (ns_fontname_to_xlfd): Make static.
5033 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
5034 Remove prototypes (now in keyboard.h).
5035 (next_menubar_widget_id): Remove, unused.
5036 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
5037 Remove prototypes (now in keyboard.h).
5038 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
5039
50402008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5041
5042 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
5043 (floatfns.o): Depend on syssignal.h.
5044 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
5045
5046 * systty.h: Fix previous change that removed BSD_TERMIOS.
5047 Add comments to #ifdefs.
5048
50492008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5050
5051 * w32fns.c (w32-load-color-file): Remove.
5052 (x-open-connection): Use renamed Fx_load_color_file.
5053 * xfaces.c (x-load-color-file): Add.
5054 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
5055 Emacs.clr.
5056 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
5057
50582008-07-31 Michael Albinus <michael.albinus@gmx.de>
5059
5060 * dbusbind.c (Fdbus_call_method_asynchronously)
5061 (Fdbus_method_error_internal): New defuns.
5062 (xd_read_message): Handle also reply messages.
5063 (Vdbus_registered_functions_table): Extend docstring.
5064
50652008-07-31 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * keyboard.c (gobble_input): Fix previous change.
5068
50692008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5070
5071 * bitmaps/README:
5072 * xfns.c:
5073 * termcap.c:
5074 * term.c:
5075 * syswait.h:
5076 * systty.h:
5077 * systime.h:
5078 * syssignal.h:
5079 * sysdep.c:
5080 * process.h:
5081 * process.c:
5082 * print.c:
5083 * ndir.h:
5084 * lread.c:
5085 * keyboard.c:
5086 * getpagesize.h:
5087 * floatfns.c:
5088 * fileio.c:
5089 * emacs.c:
5090 * doc.c:
5091 * dispnew.c:
5092 * dired.c:
5093 * data.c:
5094 * callproc.c:
5095 * buffer.c:
5096 * README:
5097 * Makefile.in:
5098 * s/template.h:
5099 * s/msdos.h:
5100 * m/vax.h: Remove VMS support.
5101 * s/vms.h:
5102 * vlimit.h:
5103 * uaf.h:
5104 * temacs.opt:
5105 * param.h:
5106 * ioctl.h: Remove file.
5107
51082008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5109
5110 * s/ms-w32.h (MULTI_KBOARD): Remove.
5111 * xterm.c:
5112 * xselect.c:
5113 * xfns.c:
5114 * window.c:
5115 * w32term.c:
5116 * w32fns.c:
5117 * terminal.c:
5118 * termhooks.h:
5119 * term.c:
5120 * sysdep.c:
5121 * keyboard.h:
5122 * keyboard.c:
5123 * frame.h:
5124 * frame.c:
5125 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
5126 * config.in: Regenerate.
5127
51282008-07-30 Jason Rumney <jasonr@gnu.org>
5129
5130 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
5131
5132 * w32font.c (w32font_encode_char): Leave as unicode if in range.
5133 (w32font_open_internal): Get unicode version of textmetrics.
5134 Don't enable or disable glyph indices here.
5135 (w32font_open): Disable use of glyph indices.
5136
5137 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
5138
51392008-07-30 Chong Yidong <cyd@stupidchicken.com>
5140
5141 * minibuf.c (Vread_buffer_function): Doc fix.
5142
51432008-07-30 John Paul Wallington <jpw@pobox.com>
5144
5145 * minibuf.c (read_buffer_completion_ignore_case): New var.
5146 (Fread_buffer): Use it.
5147
51482008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5149
5150 * systty.h (sensemode): Remove empty #if. Remove reference to
5151 BSD_TERMIOS, unused.
5152
5153 * sysdep.c: Remove reference to DGUX.
5154 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
5155
5156 * config.in: Regenerate.
5157
51582008-07-30 Jason Rumney <jasonr@gnu.org>
5159
5160 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
5161
51622008-07-29 Jason Rumney <jasonr@gnu.org>
5163
5164 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
5165 is populated.
5166 (uniscribe_encode_char): Always use uniscribe.
5167 Avoid using context if cache is populated.
5168
51692008-07-29 Jan Djärv <jan.h.d@swipnet.se>
5170
5171 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
5172 open menu.
5173
5174 * gtkutil.c (menu_nav_ended): Remove.
5175 (create_menus): Remove signal connect for menu_nav_ended.
5176
51772008-07-28 Chong Yidong <cyd@stupidchicken.com>
5178
5179 * xdisp.c (redisplay_window): Check return value of
5180 compute_window_start_on_continuation_line before forcing a window
5181 start.
5182
51832008-07-28 Jason Rumney <jasonr@gnu.org>
5184
5185 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
5186
5187 * w32term.c (w32_enable_unicode_output, cleartype_active):
5188 Remove obsolete display options.
5189 (x_draw_glyph_string_background): Don't use old cleartype_active
5190 workaround.
5191 (w32_initialize): Remove cleartype_active initialization.
5192 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
5193
51942008-07-28 Andreas Schwab <schwab@suse.de>
5195
5196 * lisp.h (init_weak_hash_tables, syms_of_font)
5197 (xd_read_queued_messages, syms_of_dbusbind): Declare.
5198 (remove_hash_entry): Don't declare.
5199 * eval.c (maybe_call_debugger): Make static and move before use.
5200 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
5201 * xdisp.c: Include "gtkutil.h" if USE_GTK.
5202 * xterm.h (x_set_frame_alpha): Declare.
5203
52042008-07-28 Jan Djärv <jan.h.d@swipnet.se>
5205
5206 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
5207 (create_menus): Connect selection-done to menu_nav_ended.
5208
52092008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5210
5211 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
5212 Set Vx_resource_name to a fallback. Replace read of 'buffered'
5213 parameter with read of 'alpha' one.
5214 (Qns_frame_parameter): Remove.
5582fbc7 5215 * nsselect.m (selection-coding-system)
aac0c6e3
MR
5216 (next-selection-coding-system, Vselection_coding_system)
5217 (Vnext_selection_coding_system): Drop.
5218
52192008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5220
5221 * nsfns.m (do-applescript, do_applescript): Rename to
5222 ns-do-applescript, ns_do_applescript, and move within file.
5223
52242008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5225
5226 Remove support for Mac Carbon.
5227 * mactoolbox.c:
5228 * macterm.h:
5229 * macterm.c:
5230 * macselect.c:
5231 * macmenu.c:
5232 * macgui.h:
5233 * macfns.c:
5234 * mac.c: Remove file.
5235 * s/darwin.h:
5236 * m/intel386.h:
5237 * xfaces.c:
5238 * xdisp.c:
5239 * window.c:
5240 * tparam.c:
5241 * termhooks.h:
5242 * termcap.c:
5243 * term.c:
5244 * syssignal.h:
5245 * sysselect.h:
5246 * sysdep.c:
5247 * process.c:
5248 * lread.c:
5249 * lisp.h:
5250 * keyboard.c:
5251 * image.c:
5252 * fringe.c:
5253 * frame.h:
5254 * frame.c:
5255 * fontset.c:
5256 * font.h:
5257 * font.c:
5258 * fns.c:
5259 * fileio.c:
5260 * emacs.c:
5261 * dispnew.c:
5262 * dispextern.h:
5263 * config.in:
5264 * atimer.c:
2ae37cf0 5265 * Makefile.in: Remove code for Carbon.
aac0c6e3 5266
f0131492 52672008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
5268
5269 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
5270
52712008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5272
5273 * macterm.h (kCGBitmapByteOrder32Host): New define for
5274 non-universal SDKs.
5275
5276 * image.c (mac_create_cg_image_from_image, image_load_image_io)
5277 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
5278
5279 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
5280 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
5281
52822008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
5283
5284 * w32inevt.c: Include dispextern.h.
5285
52862008-07-26 Andreas Schwab <schwab@suse.de>
5287
5288 * print.c (print_object): Fix off-by-one in last change.
5289
52902008-07-25 Juanma Barranquero <lekktu@gmail.com>
5291
5292 * term.c (syms_of_term): Don't initialize default_orig_pair,
5293 default_set_foreground and default_set_background on Windows.
5294
52952008-07-25 Jason Rumney <jasonr@gnu.org>
5296
5297 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
5298 ScriptItemize. Clean up return value checking. Remove unused
5299 variables.
5300 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
5301 shaping engine.
5302
5303 * w32font.c (w32font_has_char): Handle the case where we can't
5304 determine the script for a character.
5305
53062008-07-25 Chong Yidong <cyd@stupidchicken.com>
5307
5308 * term.c (syms_of_term): Initialize default_orig_pair,
5309 default_set_foreground, and default_set_background.
5310
5311 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
5312 clash (bug#86).
5313 (getloadavg): Callers changed.
5314
5315 * image.c (svg_load_image): Fix last change.
5316 (svg_load_image): Use rsvg_handle_get_dimensions to check that
5317 image size is valid. Use g_object_unref instead of deprecated
5318 rsvg_handle_free to free rsvg handle.
5319 (x_from_xcolors): Don't initialize pixmap (silence compiler).
5320
53212008-07-25 Jason Rumney <jasonr@gnu.org>
5322
5323 * w32font.c (w32font_encode_char): Encode characters outside BMP as
5324 surrogates before looking up glyph index.
5325 (w32font_text_extents): Encode as surrogates if falling back to
5326 functions that need UTF-16 wide chars.
5327
5328 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
5329 BMP as surrogates before looking up glyph index.
5330
53312008-07-25 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * image.c (svg_load_image): Check for failure in return value of
5334 rsvg_handle_get_pixbuf. Free rsvg handle when done.
5335
53362008-07-25 Jason Rumney <jasonr@gnu.org>
5337
5338 * w32font.c (Fx_select_font): Reverse sense of second arg.
5339
53402008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
5343 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
5344
5345 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
5346 (PURESIZE): Use it.
5347
53482008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5349
5350 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
5351 * m/alpha.h (TEXT_END):
5352 * m/ibmrs6000.h (TEXT_END):
5353 * m/macppc.h (TEXT_END):
5354 * s/darwin.h (TEXT_END):
5355 * s/msdos.h (TEXT_END): Remove, unused.
5356 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
5357 * s/cygwin.h: Remove comment.
5358
5359 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
5360 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
5361 * m/intel386.h (DOT_GLOBAL_START):
5362 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
5363 (USG): Remove, file not used on USG platforms.
5364
5365 * Makefile.in (HAVE_X11): Remove empty #else.
5366
53672008-07-24 Andreas Schwab <schwab@suse.de>
5368
5369 * fileio.c (Finsert_file_contents): Properly adjust undo list
5370 after format conversion.
5371
53722008-07-24 Jan Djärv <jan.h.d@swipnet.se>
5373
5374 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
5375 (menu_nav_ended): Remove.
5376 (create_menus): Remove signal connect for menu_nav_ended.
5377 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
5378 create_menus.
5379 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
5380
53812008-07-23 Jason Rumney <jasonr@gnu.org>
5382
5383 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
5384 with opened font.
5385 (w32font_open): Set font type to gdi.
5386
5387 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
5388
53892008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5390
5391 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
5392 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
5393 defines it.
5394 * unexec.c (ADDR_CORRECT): Define unconditionally.
5395
5396 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
5397
5398 * unexec.c: Remove code depending on !COFF and USG, the file is
5399 not used for such systems.
5400
5401 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
5402 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
5403 (LD_SWITCH_SYSTEM_1): Remove, update users.
5404
5405 * s/darwin.h (DATA_END):
5406 * m/intel386.h (DATA_END):
5407 * m/ibmrs6000.h (DATA_END):
5408 * m/alpha.h (DATA_END): Remove, unused.
5409
5410 * config.in: Regenerate.
5411 * s/ms-w32.h (subprocesses): Define unconditionally.
5412 * s/template.h (subprocesses): Update comment.
5413 * s/vms.h (subprocesses):
5414 * s/usg5-4.h (subprocesses):
5415 * s/hpux10-20.h (subprocesses):
5416 * s/gnu-linux.h (subprocesses):
5417 * s/cygwin.h (subprocesses):
5418 * s/bsd-common.h (subprocesses):
5419 * s/aix4-2.h (subprocesses):
5420 * s/darwin.h (subprocesses): Do not define, defined by default now.
5421
5422 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
5423 Remove all references.
5424 (temacs): Add GNUstep specific ld flags.
5425
5426 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
5427 similarly to what X does.
5428
54292008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5430
5431 * nsfns.m (x-list-fonts): Remove.
5432 (syms_of_nsfns): Drop the x-list-fonts declaration.
5433 * nsterm.m: Get rid of remaining "//" comments.
5434
54352008-07-22 Chong Yidong <cyd@stupidchicken.com>
5436
5437 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
5438
5439 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
5440 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
5441 (Fns_own_selection_internal, Fx_disown_selection_internal)
5442 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
5443
5444 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
5445 ... */' style of docstrings. Doc fixes.
5446
54472008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5448
5449 * terminfo.c (UP, BC, PC): Undo previous change.
5450
5451 * nsfns.m: Rename ns prefixed functions/variables to the
5452 corresponding x versions. Update references.
5453
54542008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
5457
54582008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5459
5460 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
5461 Remove forwarding functions.
5462 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
5463 non-static.
5464 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
5465 non-static.
5466 (ns_frame_parm_handlers): Use the new names.
5467 (syms_of_nsfns): Move to the end of file.
5468
5469 * nsterm.m (syms_of_nsterm): Move to the end of file.
5470
5471 * dispnew.c (init_display): Remove code for X10.
5472
54732008-07-22 Jason Rumney <jasonr@gnu.org>
5474
5475 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
5476 bare drive.
5477
54782008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5479
5480 * nsterm.m (syms_of_nsterm): Remove debugging println.
5481
54822008-07-22 David Reitter <david.reitter@gmail.com>
5483
5484 * nsfns.m (do_applescript, F_do_applescript): NS version of the
5485 Carbon implementation of the same functionality: execute arbitrary
5486 AppleScript code.
5487
54882008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5489
5490 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
5491 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
5492 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5493 (Fx_display_mm_height, Fx_display_mm_width)
5494 (Fx_display_backing_store, Fx_display_visual_class)
5495 (Fx_display_save_under, Fx_open_connection)
5496 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
5497 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
5498 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
5499 (Fx_display_pixel_width, Fx_display_pixel_height)
5500 (Fx_display_usable_bounds, Fx_display_planes)
5501 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
5502 ... */' style of docstrings.
5503
55042008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5505
5506 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
5507 on this platform.
5508 (mips):
5509 * m/iris4d.h (mips): Do not define.
5510 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
5511
5512 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
5513
5514 * image.c:
5515 * nsfns.m:
5516 * nsselect.m:
5517 * nsterm.h:
5518 * nsterm.m: Rename ns prefixed functions/variables to the
5519 corresponding x versions. Update references.
5520
5521 * m/ibms390x.h (NO_REMAP): Do not undefine.
5522
5523 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
5524
55252008-07-21 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
5528 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
5529 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
5530 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
5531 (Fns_display_mm_height, Fns_display_mm_width)
5532 (Fns_display_backing_store, Fns_display_visual_class)
5533 (Fns_display_save_under, Fns_open_connection)
5534 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
5535 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
5536 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
5537 (Fns_display_pixel_width, Fns_display_pixel_height)
5538 (Fns_display_usable_bounds, Fx_display_planes)
5539 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
5540
55412008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
5542
5543 * print.c (print_object): Check print_depth before searching for
5544 circularities.
5545
55462008-07-21 Michael Albinus <michael.albinus@gmx.de>
5547
5548 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
5549 only sprintf.
5550
55512008-07-21 Kenichi Handa <handa@m17n.org>
5552
5553 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
5554
55552008-07-20 Andreas Schwab <schwab@suse.de>
5556
5557 * syntax.c (find_start_pos, find_start_value)
5558 (find_start_value_byte, find_start_begv, find_defun_start)
5559 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
5560
55612008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5562
5563 * s/sol2-3.h: Insert contents of s/sol2.h.
5564 (LD_SWITCH_SYSTEM): Remove redundant definition.
5565 * s/sol2.h: Remove, unused.
5566
55672008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5568
5569 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
5570
55712008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5572
5573 * Makefile.in (ns_appdir): Fix typo in find command.
5574
55752008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5576
5577 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
5578
5579 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
5580 added not supported anymore.
5581
5582 * s/usg5-4-2.h (LIBS_SYSTEM):
5583 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
5584
5585 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
5586 * s/lynxos.h (GETPGRP_NO_ARG):
5587 * s/hpux10-20.h (NO_SIOCTL_H):
5588 * s/gnu.h (GETPGRP_NO_ARG):
5589 * s/gnu-linux.h (NO_SIOCTL_H):
5590 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
5591 * s/cygwin.h (GETPGRP_NO_ARG):
5592 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
5593 (C_DEBUG_SWITCH): Remove duplicate definition.
5594
5595 * m/ibms390.h: Remove boilerplate comments.
5596
5597 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
5598
5599 * process.c (HAVE_SERIAL): Consolidate ifdefs.
5600 (wait_reading_process_output): Remove code for SunOS, platform not
5601 supported anymore. Use SOLARIS2 instead of sun.
5602
56032008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5604
5605 * font.c (font_open_by_name): Under NS, default lface height to zero.
5606 (font_open_for_lface): Under NS, set size based on frame fontsize.
5607 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
5608 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
5609
56102008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5611
5612 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
5613 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
5614 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
5615 YES/NO.
5616 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
5617 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
5618 * Makefile.in (clean): Clear out build destination dir.
5619
56202008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5621
5622 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
5623 xterm, xselect.
5624 * lisp.h: Remove declaration of hash_remove.
5625 * nsgui.h: Remove redefinitions of hash_remove.
5626 * fns.c (hash_remove): Rename to hash_remove_from_table.
5627
56282008-07-19 Seiji Zenitani <zenitani@mac.com>
5629
5630 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
5631 strdup() the family UTF8String before modifying it.
5632
56332008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5634
5635 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
5636 NS_FACE_BACKGROUND with 0 instead of nil.
5637 * nsfont.m (nsfont_draw): Same.
5638
56392008-07-19 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * nsfns.m (ns_set_background_color): Fix crash.
5642
56432008-07-18 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
5646
56472008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
5648
5649 * puresize.h (BASE_PURESIZE): Increase to 1240000.
5650
56512008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5652
5653 * gtkutil.c: Include <config.h> instead of "config.h".
5654
5655 * lisp.h (Foverlay_buffer): Add EXFUN.
5656
5657 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
5658 child process to complete child_setup. Undo 2005-09-21 change.
5659
5660 * s/darwin.h: Mention setsid after vfork.
5661
56622008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5663
5664 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
5665 Depend on macgui.h.
5666
5667 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
5668 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
5669
5670 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
5671 and f19.
5672 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
5673
5674 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
5675 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
5676 Remove enumerators.
5677
5678 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
5679 Check if FACE_FROM_ID returns NULL.
5680
56812008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
5682
5683 * w32inevt.c (change_frame_size): Remove extern declaration.
5684 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
5685 change_frame_size.
5686
56872008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5688
5689 * getloadavg.c: Revert last change (2008-07-15).
5690
56912008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5692
5693 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
5694 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
5695 from configure.
5696
56972008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5698
5699 * s/sol2.h:
5700 * s/sol2-4.h: Reorganize conditionals.
5701
5702 * ecrt0.c: Remove code depending on m68000, not used anymore.
5703
5704 * fns.c (hash_remove): Make static.
5705 * lisp.h (hash_remove): Don't prototype.
5706
5707 * m/ibmrs6000.h:
5708 * m/ibms390x.h:
5709 * m/macppc.h: Remove boilerplate comments.
5710
5711 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
5712 Solaris, which does not need them.
5713
5714 * m/vax.h: Remove comments about unsupported systems.
5715
5716 * s/darwin.h: Reorganize ifdefs.
5717
57182008-07-17 Andreas Schwab <schwab@suse.de>
5719
5720 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
5721
57222008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 Use SDATA. Follow coding convention of placing operators at
5725 beginning of next line rather than end of previous line, and placing
5726 spaces around infix operators.
5727
5728 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
5729 in case it was defined already.
5730 USE @GNUSTEP_MAKEFILES@ rather than envvars.
5731 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
5732 ns_default.
5733 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
5734 Lisp_Objects.
5735 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
5736 (ns_defined_color, ns_color_to_lisp): Declare.
5737 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
5738 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
5739 it's accepted even with USE_LISP_UNION_TYPE.
5740 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
5741 (update_frame_tool_bar): Remove apparently obsolete tests for
5742 non-integerness of f->tool_bar_lines.
5743 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
5744 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
5745 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
5746 (nsfont_open): Don't confuse NULL for Qnil.
5747 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
5748 * menu.h (find_and_call_menu_selection):
5749 * menu.c (find_and_call_menu_selection): Use just int for vector size.
5750 (find_and_return_menu_selection): Always return something.
5751 * frame.h: Include dispextern.h for Display_Info.
5752 (display_x_get_resource): Declare.
5753
57542008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5755
5756 * syntax.c: Remove stdio.h include accidentally introduced in
5757 Emacs.app commit.
5758 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5759 NS_IMPL_COCOA.
5760 * keyboard.c (handle_async_input, input_available_signal): Remove
5761 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
5762
57632008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
5766 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
5767 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
5768 Use SDATA.
5769
5770 * keymap.c: Remove all NS-specific code.
5771 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
5772 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
5773 where_is_preferred_modifier, return a different value depending on how
5774 preferred is the binding.
5775 (where_is_internal): Adjust accordingly.
5776 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
5777 Adjust to new preferred_sequence_p.
5778 (syms_of_keymap): Declare `where-is-preferred-modifier'.
5779 * keyboard.c (parse_solitary_modifier): Not static any more.
5780 * keyboard.h (parse_solitary_modifier): Declare.
5781
57822008-07-16 Andreas Schwab <schwab@suse.de>
5783
5784 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
5785 of easymenu.
5786
57872008-07-16 Chong Yidong <cyd@stupidchicken.com>
5788
5789 * xdisp.c (move_it_in_display_line): Account for word wrap, so
5790 that we don't move off the line.
5791
57922008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * keyboard.c (Qsuper): Remove.
5795 (parse_menu_item): Don't call where_is_internal specially for NS.
5796
57972008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5798
5799 * s/gnu-linux.h: Remove boilerplate comments.
5800
5801 * m/alpha.h (__ELF__): Consolidate conditions.
5802
5803 * m/m68k.h (linux): Use GNU_LINUX instead.
5804 Remove boilerplate comments.
5805
5806 * m/intel386.h: Undo refactoring from previous change.
5807 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
5808 too, remove dead code.
5809 (linux): Use GNU_LINUX instead.
5810
58112008-07-16 Jason Rumney <jasonr@gnu.org>
5812
5813 * w32gui.h: Repeat 26 June changes lost by last change.
5814
58152008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5816
5817 * systty.h: Remove code for Aix on 386, unsupported platform.
5818
5819 * s/ms-w32.h: Remove boilerplate comments.
5820 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
5821
5822 * s/gnu-linux.h (TERM): Remove support.
5823 (HAVE_SYSVIPC): Remove, unused.
5824 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
5825 for this system.
5826
5827 * process.c: Remove support for IRIS, unused.
5828 Remove support for TERM, not relevant anymore.
5829
5830 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
5831 used with the definition.
5832
5833 * s/aix4-2.h (static): Do not undef.
5834
5835 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
5836 only used on Aix.
5837 (HAVE_SYSVIPC): Remove, unused.
5838
5839 * m/hp800.h (CANNOT_DUMP): Do not undef.
5840
5841 * m/alpha.h: Fix comment.
5842
5843 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
5844 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
5845 used by this configuration.
5846 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
5847 * unexec.c: Remove code depending on HPUX and
5848 USG_SHARED_LIBRARIES, not used with this file. Remove code
5849 depending on IRIS, unused. Remove if 0-ed code.
5850
5851 * s/template.h: Remove comments about static.
5852
5853 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
5854 Remove if 0-ed code.
5855 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
5856 were the same as the default.
5857 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
5858 Remove boilerplate comments.
5859 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
5860 (HAVE_SYSVIPC): Remove, unused.
5861 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
5862
5863 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5864 Remove boilerplate comments.
5865 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5866 Remove boilerplate comments.
5867 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5868 Remove boilerplate comments.
5869 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
5870
5871 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
5872 USG systems which do not use DATA_SEG_BITS.
5873 Refactor code. Remove boilerplate comments.
5874
5875 * m/ibms390.h:
5876 * m/m68k.h:
5877 * s/bsd-common.h:
5878 * s/cygwin.h:
5879 * s/darwin.h:
5880 * s/freebsd.h:
5881 * s/gnu.h:
5882 * s/msdos.h: Remove boilerplate comments.
5883
5884 * m/iris4d.h: Remove boilerplate comments and code for systems that
5885 do not use this file.
5886 (IRIS_4D): Remove, unused.
5887
5888 * m/mips.h: Remove boilerplate comments and code for systems that
5889 do not use this file.
5890 (SIGN_EXTEND_CHAR):
5891 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
5892 * unexmips.c: Remove file, unused.
5893
5894 * editfns.c (Fuser_full_name): Replace the only use of
5895 USER_FULL_NAME with its value.
5896 * config.in: Regenerate.
5897
58982008-07-16 David Reitter <david.reitter@gmail.com>
5899
5900 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
5901 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
5902
59032008-07-16 Glenn Morris <rgm@gnu.org>
5904
5905 * emacs.c (system-type): Doc fix.
5906
59072008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
5910 If the cache doesn't work, let's fix it, rather than work around it.
5911
59122008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5913
5914 * Makefile.in: Correct additions for nsfont.o in last commit.
5915 * nsfont.m: New file (forgot last commit).
5916
59172008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5918
5919 * callproc.c (set_initial_environment): Initialize
5920 Vprocess_environment under CANNOT_DUMP (fixes crash when
5921 batch-compiling for bootstrap).
5922
59232008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5924 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5925
5926 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
5927 fix crash due to different init order.
5928
59292008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5930
5931 Changes and additions for NeXTstep windowing system (Cocoa and
5932 GNUstep) support.
5933
5934 * Makefile.in:
5935 * config.in: Support defines and build commands for NS port.
5936 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
5937 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
5938 * dispextern.h: Include nsgui.h and add needed typedefs under NS
5939 windowing.
5940 (struct face): Add synth_ital field.
5941 * dispnew.c: Include nsterm.h when compiling under NS windowing.
5942 (init_display): Initialize Vinitial_window_system to "ns" when so
5943 compiled.
5944 * emacs.c: Include GSConfig.h when compiling under GNUstep.
5945 (display_arg): Use under NS.
5946 (main): Under NS, allocate autorelease pool and handle command line
5947 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
5948 (standard_args): Add NS-specific args.
5949 (shut_down_emacs): Shut down NS terminal if compiled under NS.
5950 * font.c (DEFAULT_ENCODING): New variable.
5951 (font_find_for_lface): Use it.
5952 (syms_of_font): Load syms_of_nsfont under NS.
5953 * font.h: Declare nsfont_driver when compiled under NS.
5954 * fontset.c: When compiling under NS, include nsterm.h.
5955 (fontset_from_font): Autoconstruct fontset under NS.
5956 * frame.c (various): Under NS, include nsterm.h, add Qns window system
5957 symbol, document and use it.
5958 (do_switch_frame): When for_deletion under Cocoa, add
5959 Fraise_frame(Qnil).
5960 (x_set_frame_parameters): Ensure font attribute changes are picked up.
5961 (x_get_arg): Allow "yes" and "no" as boolean values.
5962 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
5963 Qright under Cocoa.
5964 (focus-follows-mouse): Default to 0 under NS.
5965 * frame.h (enum output_method): Add output_ns.
5966 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
5967 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
5968 (FRAME_WINDOW_P): NS-specific definition.
5969 * fringe.c (max_used_fringe_bitmap): Make public.
5970 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
5971 (getloadavg): Use NeXT code under descendant OS's.
5972 * image.c (includes and header section, x_create_bitmap_from_data)
5973 (x_create_bitmap_from_file, free_bitmap_record, image_background)
5974 (image_background_transparent, x_clear_image_1)
5975 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
5976 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
5977 (x_to_xcolors, x_from_xcolors, x_disable_image)
5978 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
5979 other GUIs, including XPM support using code originally written for
5980 Carbon GUI.
5981 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
5982 using NS API.
5983 (image_ascent): Use font metrics macros instead of direct struct field
5984 access.
5985 * keyboard.c (includes): Add nsterm.h when compiling under NS.
5986 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
5987 Also, handle NS as GTK for menu bar purposes.
5988 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
5989 toolkit where they differ.
5990 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
5991 use cachelist, still needed under NS.
5992 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
5993 (struct widget_value): Define it here for menu.c.
5994 * keymap.c (includes): Include modifier internals.
5995 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
5996 NS.
5997 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
5998 support for preferring sequences using certain modifiers, specified by
5999 the FIRSTONLY argument.
6000 * lisp.h (hash_remove): Rename to avoid name clash when compiling
6001 under NS GNUstep implementation.
6002 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
6003 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
6004 * menu.c: Include nsterm.h under NS.
6005 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
6006 (free_menubar_widget_tree_value, update_submenu_strings)
6007 (find_and_call_menu_selection): Treat NS as X and NT.
6008 (find_and_return_menu_selection): New function, used for popup menus.
6009 * nsgui.h:
6010 * nsterm.h:
6011 * nsfns.m:
6012 * nsimage.m:
6013 * nsmenu.m:
6014 * nsselect.m:
6015 * nsterm.m: New files.
6016 * process.c (wait_reading_process_output): Under NS, call ns_select()
6017 instead of plain select().
6018 * syntax.c (char_quoted): Under NS, avoid a crash when called near
6019 beginning of buffer.
6020 * sysselect.h (init_process): Rename when compiling under Cocoa to
6021 avoid name conflict.
6022 * termhooks.h (display_info): Add ns_display_info to union.
6023 * terminal.c (Fterminal_live_p): Add ns to terminal types.
6024 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
6025 COCOA environment.
6026 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
6027 unexec() signature. (Note, this will dump, but the resulting file
6028 crashes; unexosx is used instead; keeping around for reference and
6029 possible aid in getting dump working under GNUstep.)
6030 * w32gui.h (button_type, widget_value): Remove definitions (now in
6031 keyboard.h).
6032 * window.c: Include nsterm.h when compiling under NS.
6033 * xdisp.c (includes): Include nsterm.h when compiling under NS.
6034 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
6035 other GUI windowing systems.
6036 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
6037 GTK.
6038 (x_consider_frame_title): Under NS, set icon type and frame
6039 modified-state indicator; use ns_set_name_as_filename() when using
6040 formatted title.
6041 (update_window_cursor): Make public when compiling under NS.
6042 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
6043 (hourglass_atimer, Vhourglass_delay
6044 * xfaces.c (header section, init_frame_faces, clear_font_table)
6045 (defined_color, unload_color, x_face_list_fonts)
6046 (prepare_face_for_display): Add NS support parallel to other GUIs.
6047 Emulate GCs like other non-X GUIs.
6048 (split_font_name): Don't lowercase font name under NS.
6049 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
6050 under NS.
6051 * s/darwin.h: Add support for compilation under NS.
6052
60532008-07-15 Jason Rumney <jasonr@gnu.org>
6054
6055 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
6056 (w32_show_hourglass): Rename from show_hourglass.
6057 (w32_hide_hourglass): Rename from hide_hourglass.
6058 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
6059 (Vhourglass_delay): Declare extern.
6060 (hourglass_started): Remove.
6061
6062 * xdisp.c (Vhourglass_delay): Remove static.
6063 (hourglass_started, start_hourglass, cancel_hourglass):
6064 Don't include these versions on WINDOWSNT.
6065
60662008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6067
6068 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
6069 variables (formerly in xfns.c).
6070 (show_hourglass, hide_hourglass): New prototypes (same).
6071 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
6072 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
6073 in xfns.c).
6074 (syms_of_xdisp): Declare/initialize display-hourglass,
6075 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
6076 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
6077 formerly in xfns.c.
6078 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
6079 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
6080 (start_hourglass, cancel_hourglass): Remove.
6081 (show_hourglass, hide_hourglass): Remove prototypes and static
6082 modifiers.
6083 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
6084 hourglass_atimer, hourglass_shown_p declaration/initialization.
6085 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
6086 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
6087 (start_hourglass, cancel_hourglass): Remove.
6088 (show_hourglass, hide_hourglass): Remove prototypes and static
6089 modifiers.
6090 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
6091 hourglass_atimer, hourglass_shown_p declaration/initialization.
6092 * w32fns.c (display_hourglass_p, Vhourglass_delay)
6093 (DEFAULT_HOURGLASS_DELAY): Remove.
6094 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
6095 hourglass_shown_p declaration/initialization.
6096
60972008-07-14 Jason Rumney <jasonr@gnu.org>
6098
6099 * w32fns.c (w32_get_arg): Remove wrapper function.
6100 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
6101 directly.
6102 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
6103
61042008-07-14 Kenichi Handa <handa@m17n.org>
6105
6106 * xfont.c (xfont_open): Add workaround for X's bug.
6107
61082008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6109
6110 * fontset.c: Include <stdio.h> unconditionally.
6111
61122008-07-13 Michael Albinus <michael.albinus@gmx.de>
6113
6114 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
6115 for filtering.
6116
61172008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6118
6119 * s/vms.h: Use __GNUC__ instead of _GNUC_.
6120
6121 * m/macppc.h:
6122 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
6123
6124 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
6125 (SPECIAL_EMACS_INT):
6126 * m/ia64.h (SPECIAL_EMACS_INT):
6127 * m/amdx86-64.h (SPECIAL_EMACS_INT):
6128 * s/gnu.h (NLIST_STRUCT):
6129 * s/aix4-2.h (X11R5_INHIBIT_I18N):
6130 * s/gnu-linux.h (LINUX):
6131 * s/msdos.h (HAVE_FACES):
6132 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
6133
6134 * systty.h:
6135 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
6136 anymore.
6137
61382008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
6139
6140 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
6141 always defined as int.
6142
6143 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
6144 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
6145 * s/gnu-linux.h (HAVE_WAIT_HEADER):
6146 * s/freebsd.h (HAVE_WAIT_HEADER):
6147 * s/bsd-common.h (HAVE_UNION_WAIT):
6148 * s/aix4-2.h (HAVE_WAIT_HEADER):
6149 * m/mips.h (HAVE_UNION_WAIT):
6150 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
6151 (COFF, static): Do not define, they are undefined later in the file.
6152
6153 * process.c (update_status): Don't use a union.
6154 (status_convert):
6155 (sigchld_handler): Use int instead of WAITTYPE.
6156
61572008-07-12 Chong Yidong <cyd@stupidchicken.com>
6158
6159 * indent.c (Fvertical_motion): Restore hscroll before moving to
6160 goal column.
6161
61622008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6163
6164 * lisp.h: Remove left over code.
6165
61662008-07-11 Andreas Schwab <schwab@suse.de>
6167
6168 * lisp.h: Fix logic in last change.
6169
6170 * menu.h: New file.
6171 * menu.c: Include it.
6172 * xmenu.c: Likewise.
6173 * Makefile.in: Update dependencies.
6174
61752008-07-11 Kenichi Handa <handa@m17n.org>
6176
6177 * fontset.c (fontset_from_font): Cancel the previous change.
6178
61792008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6180
6181 * lisp.h:
6182 * w32heap.c:
6183 * emacs.c:
6184 * alloc.c: Replace all references of NO_UNION_TYPE with
6185 USE_LISP_UNION_TYPE.
6186
6187 * m/xtensa.h (NO_UNION_TYPE):
6188 * m/vax.h (NO_UNION_TYPE):
6189 * m/template.h (NO_UNION_TYPE):
6190 * m/sparc.h (NO_UNION_TYPE):
6191 * m/mips.h (NO_UNION_TYPE):
6192 * m/macppc.h (NO_UNION_TYPE):
6193 * m/m68k.h (NO_UNION_TYPE):
6194 * m/iris4d.h (NO_UNION_TYPE):
6195 * m/intel386.h (NO_UNION_TYPE):
6196 * m/ibms390x.h (NO_UNION_TYPE):
6197 * m/ibms390.h (NO_UNION_TYPE):
6198 * m/ibmrs6000.h (NO_UNION_TYPE):
6199 * m/ia64.h (NO_UNION_TYPE):
6200 * m/hp800.h (NO_UNION_TYPE):
6201 * m/arm.h (NO_UNION_TYPE):
6202 * m/amdx86-64.h (NO_UNION_TYPE):
6203 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
6204 defining it the same.
6205
62062008-07-10 Chong Yidong <cyd@stupidchicken.com>
6207
6208 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
6209
62102008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6211
6212 * fileio.c:
6213 * sysdep.c
6214 * systty.h:
6215 * m/ibmrs6000.h:
6216 * m/iris4d.h:
6217 * s/aix4-2.h:
6218 * s/freebsd.h:
6219 * s/gnu-linux.h:
6220 * s/hpux10-20.h:
6221 * s/hpux11.h:
6222 * s/netbsd.h:
6223 * s/sol2-3.h:
6224 * s/sol2-4.h:
6225 * s/sol2.h:
6226 * s/usg5-4.h:
6227 * s/vms.h: Remove references to unused variables.
6228
62292008-07-10 Andreas Schwab <schwab@suse.de>
6230
6231 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
6232 pattern before matching the generic family.
6233
62342008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6235
6236 * unexec.c:
6237 * s/vms.h:
6238 * s/usg5-4-2.h:
6239 * s/sol2-5.h:
6240 * s/freebsd.h:
6241 * s/darwin.h: Remove dead code.
6242
6243 * m/template.h:
6244 * m/sparc.h:
6245 * m/mips.h:
6246 * m/m68k.h:
6247 * m/iris4d.h:
6248 * m/intel386.h:
6249 * m/ibms390x.h:
6250 * m/ibms390.h:
6251 * m/ia64.h:
6252 * m/hp800.h:
6253 * m/arm.h:
6254 * m/amdx86-64.h: Remove dead code and references to unused
6255 and compiler defined symbols.
6256
6257 * unexmips.c:
6258 * unexelf.c: Remove references to desupported systems.
6259
6260 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
6261
6262 * m/powermac.h: Remove boilerplate comments.
6263 (NO_REMAP): Remove unused definition.
6264
6265 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
6266 define them.
6267
62682008-07-10 Kenichi Handa <handa@m17n.org>
6269
6270 * xfont.c (xfont_open): Log the reason of failure.
6271
62722008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * fontset.c (fontset_get_font_group):
6275 * font.c (font_check_otf): Specify argument types.
6276
62772008-07-09 Kenichi Handa <handa@m17n.org>
6278
6279 * coding.c (detect_coding_utf_8): Set detect_info->found only when
6280 non-ASCII char is found.
6281
6282 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
6283 (reorder_font_vector): Change the arg preferred_family to font.
6284 Prefer the spec matching with font.
6285 (fontset_get_font_group): New function.
6286 (fontset_find_font): Change the format of an element of a realized
6287 fontset. Use fontset_get_font_group.
6288 (fontset_font): Try the current fontset, the default fontset, the
6289 fallbacks of the current fontset, and the fallbacks of the default
6290 fontset in this order.
6291 (face_for_char): Delete the shortcut to use the current font.
6292 (fontset_from_font): Don't set fonts for Latin in the fontset.
6293
6294 * font.h (font_make_object, font_match_p): Adjust prototypes.
6295
6296 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
6297
6298 * font.c (font_make_object): New arg entity and pixelsize.
6299 (font_check_otf_features, font_check_otf): New functions.
6300 (font_match_p): Check :lang, :script, and :otf properties.
6301
6302 * xfont.c (xfont_open): Adjust it for the change of
6303 font_make_object.
6304 (xfont_text_extents): Fix initial setting of metrics.
6305
6306 * ftfont.c (struct ftfont_info): New member index, delete member
6307 fc_charset_idx. Make the member order compatible with struct
6308 xftfont_info.
6309 (fc_charset_table): Change charset names to registry names.
6310 (ftfont_pattern_entity): Delete the args registry and
6311 fc_charset_idx. Change the value of :font-entity property
6312 to (FONTNAME . INDEX). Always set :registry property to
6313 `iso10646-1'.
6314 (struct ftfont_cache_data): New struct.
6315 (ftfont_lookup_cache): New arg for_face.
6316 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
6317 (ftfont_driver): Set the member otf_capability.
6318 (ftfont_get_charset): Adjust it for the change of
6319 fc_charset_table.
6320 (OTF_TAG_SYM): New macro.
6321 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
6322 for the change of fc_charset_table.
6323 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
6324 ftfont_pattern_entity. Add FC_INDEX to objset.
6325 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
6326 and ftfont_pattern_entity.
6327 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
6328 font_make_object, struct ftfont_info.
6329 (ftfont_has_char): Use ftfont_get_fc_charset.
6330 (ftfont_otf_features, ftfont_otf_capability): New functions.
6331 (ftfont_shape): Use ftfont_get_otf.
6332 (ftfont_text_extents): Fix initial setting of metrics.
6333
6334 * xftfont.c (struct xftfont_info): New member ft_size. Make the
6335 member order compatible with struct ftfont_info.
6336 (xftfont_open): Add FC_CHARSET to the pattern. Set
6337 xftfont_info->ft_size. Don't unlock the face. Check BDF
6338 properties if appropriate.
6339 (xftfont_close): Unlock the face.
6340 (xftfont_anchor_point, xftfont_shape): Deleted.
6341 (syms_of_xftfont): Don't set members anchor_point and shape of
6342 xftfont_driver.
6343
6344 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
6345 font_make_object.
6346
6347 * w32font.c (w32font_open): Adjust it for the change of
6348 font_make_object.
6349 (w32font_open_internal): Don't set properties of font_object here.
6350
63512008-07-08 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * macfns.c (x_create_tip_frame):
6354 * w32fns.c (x_create_tip_frame):
6355 * xfns.c (x_create_tip_frame): Pass parameter argument to
6356 face-set-after-frame-default.
6357
6358 * xfaces.c (Finternal_merge_in_global_face): Save merged
6359 attributes for the default face back into the face vector.
6360
63612008-07-08 Andreas Schwab <schwab@suse.de>
6362
6363 * fontset.h: Declare fontset_from_font. Don't declare
6364 new_fontset_from_font and fontset_from_font_name.
6365 * xterm.c: Include "fontset.h".
6366 * Makefile.in (xterm.o): Update dependencies.
6367
63682008-07-08 Glenn Morris <rgm@gnu.org>
6369
6370 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
6371 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
6372
63732008-07-07 Chong Yidong <cyd@stupidchicken.com>
6374
6375 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
6376 (x_set_frame_parameters): Don't bind it.
6377
63782008-07-07 Juanma Barranquero <lekktu@gmail.com>
6379
6380 * w32fns.c (map_w32_filename): Declare extern.
6381
63822008-07-07 Jason Rumney <jasonr@gnu.org>
6383
6384 * w32term.c (WS_EX_LAYERED): Define if not already.
6385
63862008-07-06 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * xfaces.c (set_font_frame_param): Don't try to set the font
6389 parameter if it is still unspecified in the lface.
6390
63912008-07-05 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
6394 face if it didn't already exist.
6395
6396 * xdisp.c (try_window_id): Give up if word-wrapping is on.
6397
63982008-07-05 Andreas Schwab <schwab@suse.de>
6399
6400 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6401
64022008-07-05 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
6405 word-wrapping.
6406 (IT_DISPLAYING_WHITESPACE): New macro.
6407 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
6408 when word-wrapping. Simplify word-wrapping logic. Use correct
6409 pixel positions when saving copies of the iterator.
6410 (display_line): Use proper wrap point if the last character on a
6411 line was preceded by whitespace.
6412
64132008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
6416
64172008-07-04 Kenichi Handa <handa@m17n.org>
6418
6419 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
6420
6421 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
6422
64232008-07-02 Jason Rumney <jasonr@gnu.org>
6424
6425 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 6426 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
6427
6428 * xdisp.c (next_element_from_display_vector): Move assignment out
6429 of if statement.
6430
64312008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
6432
6433 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6434
6435 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
6436 (syms_of_fileio): Initialize and export them.
6437 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6438
6439 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
6440 (Fsystem_move_file_to_trash): New function.
6441 (syms_of_w32fns): Export it to lisp.
6442
64432008-07-01 Jason Rumney <jasonr@gnu.org>
6444
6445 * w32font.c (w32font_text_extents): Don't count overhang as part
6446 of width.
6447
64482008-06-30 Miles Bader <miles@gnu.org>
6449
6450 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
6451 Add `avoid_cursor_p' field.
6452
6453 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
6454 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
6455 (append_glyph, append_composite_glyph, produce_image_glyph)
6456 (append_stretch_glyph): Initialize avoid_cursor_p.
6457 (get_it_property): Rename from `get_line_height_property'.
6458 (x_produce_glyphs): Use get_it_property.
6459 (handle_line_prefix, push_display_prop): New functions.
6460 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
6461 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
6462 New variables.
6463 (syms_of_xdisp): Initialize them.
6464
64652008-06-30 Kenichi Handa <handa@m17n.org>
6466
6467 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
6468 XftDefaultSubstitute (they are called in XftFontMatch).
6469 (xftfont_open): Fix args to ftfont_font_format.
6470
6471 * ftfont.c (fc_charset_table): New member lang.
6472 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 6473 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
6474 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
6475 (ftfont_open): Fix args to ftfont_font_format.
6476 (ftfont_font_format): New arg filename.
6477
64782008-06-30 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * xfaces.c (Finternal_merge_in_global_face): If default face was
6481 modified, realize it again. Update the font face attribute.
6482
64832008-06-29 Jason Rumney <jasonr@gnu.org>
6484
6485 * w32term.c (x_set_frame_alpha): Fix logic.
6486
64872008-06-29 Kenichi Handa <handa@m17n.org>
6488
6489 * fontset.c (Finternal_char_font): Return font-object instead of
6490 font-name.
6491
6492 * composite.c (get_composition_id): Fix the width calculation for TAB.
6493
64942008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * indent.c (Fvertical_motion): Properly handle float column arg.
6497
64982008-06-28 Jason Rumney <jasonr@gnu.org>
6499
6500 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
6501 (pfnSetLayeredWindowAttributes): New function pointer.
6502 (w32_initialize): Initialize it when supported.
6503 (x_set_frame_alpha): New function.
6504
6505 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
6506 (w32_frame_parm_handlers): Set alpha handler.
6507
6508 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
6509
65102008-06-27 Jason Rumney <jasonr@gnu.org>
6511
6512 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
6513 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
6514 (w32_to_x_charset, x_to_w32_charset)
6515 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
6516 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
6517 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
6518 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
6519 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
6520 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
6521 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
6522 (Qw32_charset_unicode): Remove.
6523 (syms_of_w32fns): Update for above changes.
6524
6525 * w32font.c (w32_to_x_charset, x_to_w32_charset)
6526 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
6527 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
6528 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
6529 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
6530 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
6531 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
6532 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
6533 (syms_of_w32font): Update for above changes.
6534
65352008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
6536
6537 * s/usg5-4.h: Fix previous change: keep the correct branch of a
6538 removed #if.
6539 (USG_SHARED_LIBRARIES): Remove duplicate definition.
6540
65412008-06-26 Juanma Barranquero <lekktu@gmail.com>
6542 Eli Zaretskii <eliz@gnu.org>
6543
6544 * makefile.w32-in (LOCAL_FLAGS):
6545 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
6546
6547 * sysdep.c (_spawnlp, _getpid):
6548 Declare with explicit _cdecl instead of _CRTAPI1.
6549
6550 * editfns.c (Fget_internal_run_time):
6551 Check for WINDOWSNT with #ifdef, not #if.
6552
65532008-06-26 Jason Rumney <jasonr@gnu.org>
6554
6555 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
6556
6557 * w32term.c (x_draw_glyph_string_foreground)
6558 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
6559 Use FONT_HANDLE macro.
6560 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
6561
6562 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
6563 (uniscribe_encode_char): Use FONT_HANDLE macro.
6564
6565 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
6566 (w32font_text_extents): Use precast w32_font.
6567 (w32font_close): Free cached metrics.
6568 (w32font_open_internal): Allocate space for name on stack.
6569
65702008-06-26 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * xdisp.c (extend_face_to_end_of_line): Fix last change.
6573
65742008-06-26 Jason Rumney <jasonr@gnu.org>
6575
6576 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
6577 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
6578
65792008-06-26 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
6582
65832008-06-26 Jason Rumney <jasonr@gnu.org>
6584
6585 * w32bdf.c, w32bdf.h: Remove obsolete files.
6586
6587 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
6588
6589 * w32gui.h: Don't include w32bdf.h.
6590 (XCharStruct, enum w32_char_font_type, W32FontStruct):
6591 Remove obsolete font support.
6592
6593 * w32font.h (struct w32font_info): Remove compat_w32_font.
6594 Add hfont member.
6595 (FONT_COMPAT): Remove obsolete macro.
6596
6597 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
6598 (w32font_encode_char, w32font_text_extents): Use new hfont member.
6599 (w32font_open_internal): Remove compat code. Set new hfont member.
6600 (Fx_select_font): Use new hfont member.
6601
6602 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
6603 (uniscribe_encode_char): Use new hfont member.
6604
6605 * w32term.c (x_draw_glyph_string_foreground)
6606 (x_draw_composite_glyph_string_foreground): Use new hfont member.
6607 (x_draw_glyph_string): Use metrics in w32font_info.
6608
66092008-06-26 Kenichi Handa <handa@m17n.org>
6610
6611 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
6612
66132008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6614
6615 * unexnext.c:
6616 * m/ews4800.h:
6617 * m/hp9000s300.h:
6618 * m/ibm370aix.h:
6619 * m/mips-siemens.h:
6620 * m/ncr386.h:
6621 * m/next.h:
6622 * m/pmax.h:
6623 * m/powerpcle.h:
6624 * m/tandem-s2.h:
6625 * s/386bsd.h:
6626 * s/bsd386.h:
6627 * s/bsd4-1.h:
6628 * s/bsd4-2.h:
6629 * s/bsdos2-1.h:
6630 * s/bsdos2.h:
6631 * s/bsdos3.h:
6632 * s/bsdos4.h:
6633 * s/nextstep.h:
6634 * s/ultrix4-3.h:
6635 * s/usg5-0.h:
6636 * s/usg5-2-2.h:
6637 * s/usg5-2.h:
6638 * s/usg5-4-3.h:
6639 * s/ux4800.h:
6640 * s/uxpds.h:
6641 * s/uxpv.h: Remove support for obsolete systems.
6642 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 6643 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
6644 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
6645 Remove, insert contents in s/aix4-2.h.
6646 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
6647 * s/bsd4-3.h: Rename to ...
6648 * s/bsd-common.h: ... this.
6649 * data.c:
6650 * doc.c:
6651 * ecrt0.c:
6652 * emacs.c:
6653 * fileio.c:
6654 * floatfns.c:
6655 * keyboard.c:
6656 * mem-limits.h:
6657 * print.c:
6658 * process.c:
6659 * sysdep.c:
6660 * syssignal.h:
6661 * systty.h:
6662 * syswait.h:
6663 * term.c:
6664 * unexec.c:
6665 * unexelf.c:
6666 * unexhp9k800.c:
6667 * m/hp800.h:
6668 * m/ibmrs6000.h:
6669 * m/mips.h:
6670 * m/vax.h:
6671 * s/darwin.h:
6672 * s/freebsd.h:
6673 * s/gnu.h:
6674 * s/ms-w32.h:
6675 * s/msdos.h:
6676 * s/netbsd.h:
6677 * s/template.h: Remove references to obsolete variables.
6678
6679 * Makefile.in: Add dependencies for all unexec files.
6680 (admindir): Remove unused variable.
6681 (UNEXEC_SRC): Remove references.
6682
66832008-06-25 Chong Yidong <cyd@stupidchicken.com>
6684
6685 * xfns.c (x_default_font_parameter): If Xft is available, first
6686 try Monospace-12 for the default font.
6687
66882008-06-25 Jason Rumney <jasonr@gnu.org>
6689
6690 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
6691
66922008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
6695
6696 * buffer.c (syms_of_buffer): Remove default-word-wrap.
6697
66982008-06-25 Juanma Barranquero <lekktu@gmail.com>
6699
6700 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
6701 <scroll-conservatively>: Fix typo in docstring.
6702
6703 * xselect.c (Fx_send_client_event): Doc fix.
6704
67052008-06-25 Kenichi Handa <handa@m17n.org>
6706
6707 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
6708
6709 * font.c (font_parse_fcname): Remove unused variables.
6710 (font_sort_entites): Delete the arg SPEC. Caller changed.
6711 Fix for the case of ! best_only.
6712 (font_delete_unmatched): Check DPI and AVGWIDTH too.
6713
6714 * lisp.h (Fstring_to_unibyte): EXFUN it.
6715
6716 * character.h (str_to_unibyte): Extern it.
6717
6718 * character.c (str_to_unibyte): New function.
6719
6720 * fns.c (Fstring_to_unibyte): New function.
6721 (syms_of_fns): Defsubr it.
6722
67232008-06-24 Kenichi Handa <handa@m17n.org>
6724
6725 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
6726 DPI too.
6727 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
6728
67292008-06-24 Andreas Schwab <schwab@suse.de>
6730
6731 * Makefile.in (${lispsource}loaddefs.el): Rename from
6732 ../lisp/loaddefs.el.
6733 (bootstrap-clean): Do what distclean does but don't remove
6734 Makefile.
6735 (distclean): Depend on bootstrap-clean and remove Makefile.
6736
67372008-06-24 Chong Yidong <cyd@stupidchicken.com>
6738
6739 * buffer.h (struct buffer): New member word_wrap.
6740
6741 * buffer.c (syms_of_buffer): New variables default-word-wrap and
6742 word-wrap.
6743 (init_buffer_once): Initialize them.
6744
6745 * dispextern.h (struct it): Replace bool truncate_lines_p with a
6746 line_wrap enum possessing three possible values.
6747
6748 * termopts.h: Replace truncate_partial_width_windows with
6749 Vtruncate_partial_width_windows.
6750
6751 * dispnew.c (direct_output_for_insert): Avoid direct output when
6752 inserting a space with word wrap on.
6753
6754 * indent.c (compute_motion): Obey integer values of
6755 truncate-partial-width-windows.
6756
6757 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
6758 replacing truncate_partial_width_windows.
6759 (init_iterator): If Vtruncate_partial_width_windows is an integer,
6760 truncate only if the window width is below that integer.
6761 (start_display, resize_mini_window, produce_stretch_glyph)
6762 (display_string, move_it_in_display_line_to): Use line_wrap.
6763 (back_to_previous_visible_line_start, reseat_1): Reset
6764 string_from_display_prop_p.
6765 (display_line): Extend default face to end of line when wrapping.
6766
67672008-06-24 Kim F. Storm <storm@cua.dk>
6768
6769 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
6770 to wrap continued lines at word boundaries.
6771
67722008-06-24 Jason Rumney <jasonr@gnu.org>
6773
6774 * font.c (Ffont_face_attributes): Multiply pixel size before point
6775 conversion to avoid multiplying rounding error.
6776
67772008-06-23 Jason Rumney <jasonr@gnu.org>
6778
6779 * w32term.c (x_draw_glyph_string_background)
6780 (x_draw_glyph_string): Remove old bdf font code.
6781
6782 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
6783
67842008-06-22 Kenichi Handa <handa@m17n.org>
6785
6786 * font.c (font_find_for_lface): Try the adstyle specified in
6787 the property of LFACE_FONT of LFACE (if any).
6788
67892008-06-21 Seiji Zenitani <zenitani@mac.com>
6790 Ryo Yoshitake <ryo@shiftmode.net>
6791
6792 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
6793
67942008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
6797 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
6798 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
6799 (witness-emacs): Remove.
6800 (lisp, shortlisp): Move loaddefs.el earlier.
6801 (mostlyclean): Forget about witness-emacs.
6802
68032008-06-22 Glenn Morris <rgm@gnu.org>
6804
6805 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
6806 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
6807
68082008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * Makefile.in (PRECOMP): Remove.
6811 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
6812 (witness-emacs): Run `compile-first'.
6813 (.el.elc): Use the new compile-onefile target.
6814
68152008-06-21 Kenichi Handa <handa@m17n.org>
6816
6817 * xftfont.c (xftfont_open): Handle QCembolden only when
6818 FC_EMBOLDEN is defined.
6819
68202008-06-21 Andreas Schwab <schwab@suse.de>
6821
6822 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
6823 (.el.elc): Likewise.
6824
68252008-06-21 Miles Bader <miles@gnu.org>
6826
6827 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
6828 build dir, not the lisp source dir.
6829
68302008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
6833 (bootstrapclean): Remove.
6834 (.el.elc): New rule.
6835 (PRECOMP): New var.
6836 (../lisp/subdirs.el): Remove.
6837 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
6838 (witness-emacs): New target.
6839 (mostlyclean): Remove witness-emacs as well.
6840 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
6841 Add witness-emacs dependency.
6842
68432008-06-20 Chong Yidong <cyd@stupidchicken.com>
6844
6845 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
6846 defined by the font.
6847
68482008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
6851 (bootstrap-clean): New target that keeps TAGS around.
6852 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
6853 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
6854
68552008-06-20 Jason Rumney <jasonr@gnu.org>
6856
6857 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
6858 Remove obsolete font code.
6859
6860 * w32font.c (font_matches_spec): Use csb bitfield from font signature
6861 to determine language support.
6862
68632008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * sysdep.c (cfsetspeed): New fun extracted from the code.
6866 (cfmakeraw): Move before first use.
6867
68682008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
6869
6870 * sysdep.c (cfmakeraw): Provide fallback implementation.
6871 (serial_configure): Provide fallback implementation of cfsetspeed.
6872
68732008-06-20 Kenichi Handa <handa@m17n.org>
6874
6875 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
6876 the pattern.
6877
6878 * fontset.c (fontset_from_font): Copy font_spec before changing
6879 the elements.
6880
6881 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
6882
68832008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
6886 for explicit `font' parameters.
6887
6888 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
6889
68902008-06-19 Kenichi Handa <handa@m17n.org>
6891
6892 * frame.c: Include <ctype.h>.
6893 (x_set_font_backend): Allow spacing characters in the X resource
6894 for FontBackend.
6895
68962008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * w32fns.c, xfns.c (Qfont_param): New var.
6899 (syms_of_w32fns): Initialize it.
6900 (x_default_font_parameter): Record explicit `font' into
6901 `font-parameter'.
6902
69032008-06-18 Kenichi Handa <handa@m17n.org>
6904
6905 * font.c (font_parse_xlfd): Fix previous change.
6906 (font_parse_fcname): Don't use :fc-unknown-spec.
6907 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
6908 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
6909 (font_add_log): Prepend the driver name to the resulting fonts.
6910
6911 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
6912 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
6913 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
6914
6915 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
6916 (QCembolden): New variables.
6917 (syms_of_xftfont): DEFSYM them.
6918 (xftfont_open): Call XftFontMatch. Don't trust the result of
6919 XftTextExtents8 if the pixel_size is less than 5.
6920
69212008-06-18 Andreas Schwab <schwab@suse.de>
6922
6923 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
6924 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
6925
69262008-06-18 Jason Rumney <jasonr@gnu.org>
6927
6928 * w32font.c (w32font_list, w32font_match): Add logging.
6929
6930 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
6931
69322008-06-17 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * font.c (font_parse_fcname): Store divider characters for
6935 unknown-spec list. For known key symbols, intern using correct
6936 symbol name.
6937
69382008-06-17 Kenichi Handa <handa@m17n.org>
6939
6940 * xfaces.c (realize_default_face): If the frame is not on window
6941 system, set the fontset of face to nil.
6942
69432008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6944
6945 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
6946
69472008-06-16 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
6950 (build_font_name_from_vector): Delete externs.
6951
6952 * xfaces.c (struct font_name): Don't declare.
6953
69542008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
6957
69582008-06-16 Chong Yidong <cyd@stupidchicken.com>
6959
6960 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
6961
69622008-06-16 Juanma Barranquero <lekktu@gmail.com>
6963
6964 * font.c (Ffont_spec): Fix usage in docstring.
6965 (Ffont_face_attributes): Doc fix.
6966
69672008-06-16 Andreas Schwab <schwab@suse.de>
6968
6969 * font.c (Ffont_face_attributes): Fix definition.
6970
69712008-06-16 Jason Rumney <jasonr@gnu.org>
6972
6973 * font.h (font_style_symbolic_from_value): Remove.
6974
6975 * font.c (font_style_symbolic_from_value): Remove.
6976 (font_style_symbolic): Revert to pre 2008-06-13 version.
6977
6978 * w32font.c (w32_to_fc_weight): New function.
6979 (w32font_full_name, logfont_to_fcname): Use it.
6980
69812008-06-16 Kenichi Handa <handa@m17n.org>
6982
6983 * font.c (font_check_object): Delete it.
6984 (font_clear_cache): Check if a font-object is alive.
6985 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
6986 font-object to nil.
6987 (font_close_object): Don't check FONT_CLOSE_OBJECT.
6988 (font_at): Don't call font_check_object.
6989 (Ffont_get): Return a symbol for :weight, :slant, and :width.
6990
69912008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6992
6993 * puresize.h (BASE_PURESIZE): Increase to 1230000.
6994
69952008-06-16 Chong Yidong <cyd@stupidchicken.com>
6996
6997 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
6998
69992008-06-15 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * font.c (font_parse_fcname): Only one decimal point.
7002 (font_unparse_fcname): Handle data in family and foundry indices
7003 as symbols, not strings.
7004 (font_unparse_gtkname, Ffont_face_attributes): New functions.
7005
7006 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
7007
7008 * font.h (font_unparse_gtkname): Add prototype.
7009
70102008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
7011
7012 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
7013
70142008-06-15 Andreas Schwab <schwab@suse.de>
7015
7016 * font.c (font_update_drivers): Fix crash when no drivers match.
7017
70182008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
7021 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
7022
70232008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
7026
70272008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * process.c (Fserial_process_configure, Fprocess_send_eof):
7030 Use EQ to compare Lisp_Objects.
7031
70322008-06-13 Jason Rumney <jasonr@gnu.org>
7033
7034 * w32fns.c (Fw32_select_font): Remove old font API function.
7035
7036 * w32font.c (logfont_to_fcname): New function.
7037 (Fx_select_font): New font dialog function compatible with
7038 GTK/fontconfig version.
7039
7040 * font.c (font_style_symbolic_from_value): New function.
7041 (font_style_symbolic): Use it.
7042
7043 * font.h (font_style_symbolic_from_value): Declare new function.
7044
70452008-06-13 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
7048 <font-width-table>: Fix typos in docstrings.
7049
70502008-06-13 Daniel Engeler <engeler@gmail.com>
7051
7052 These changes add serial port access.
7053 * process.c: Add HAVE_SERIAL.
7054 (Fdelete_process, Fprocess_status, Fset_process_buffer)
7055 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
7056 (list_processes_1, select_wrapper, Fstop_process)
7057 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
7058 (status_notify): Modify to handle serial processes.
7059 [HAVE_SERIAL] (Fserial_process_configure)
7060 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
7061 New functions.
7062 * process.h (struct Lisp_Process): Add `type'.
7063 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
7064 New functions.
7065 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
7066 serial ports.
b71ac3dd 7067 (serial_open, serial_configure): New functions.
aac0c6e3
MR
7068 * w32.h: Add FILE_SERIAL.
7069 (struct _child_process): Add ovl_read, ovl_write.
7070
70712008-06-13 Kenichi Handa <handa@m17n.org>
7072
7073 * dispextern.h (enum lface_attribute_index): New member
7074 LFACE_FOUNDRY_INDEX.
7075
7076 * font.c (font_score): Delete arg alternate_families. Check only
7077 weight, slant, width, and size. Ignore the difference of alias
7078 style symbols.
7079 (font_sort_entites): Adjust for the above change. Reflect the
7080 order of font-driver to scores.
7081 (font_list_entities): Don't check alternate_familes here.
7082 (font_clear_prop): Handle foundry.
7083 (font_update_lface): Don't parse "foundry-family" form here.
7084 Handle FONT_FOUNDRY_INDEX.
7085 (font_find_for_lface): Likewise. Handle alternate families here.
7086 If registry is nil, try iso8859-1 and ascii-0.
7087 (font_open_for_lface): Pay attention to size in ENTITY.
7088 (font_open_by_name): Simplify by calling font_load_for_lface.
7089 (free_font_driver_list): Delete it.
7090 (font_update_drivers): Preserve the order of backends.
7091 (syms_of_font): Setting of sort_shift_bits adjusted for the change
7092 of font_score and font_sort_entites.
7093 (font_update_sort_order): Likewise.
7094
7095 * xfaces.c (LFACE_FOUNDRY): New macro.
7096 (check_lface_attrs): Check foundry.
7097 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
7098 (merge_face_vectors): Check foundry.
7099 (merge_face_ref): Likewise.
7100 (Finternal_set_lisp_face_attribute): Likewise.
7101 (x_update_menu_appearance): Likewise.
7102 (Finternal_get_lisp_face_attribute): Likewise.
7103 (lface_hash): Likewise.
7104 (lface_same_font_attributes_p): Likewise.
7105 (x_supports_face_attributes_p): Likewise.
7106 (tty_supports_face_attributes_p): Likewise.
7107 (Finternal_set_alternative_font_family_alist): Intern strings.
7108 (Finternal_set_alternative_font_registry_alist): Downcase strings.
7109 (realize_default_face): Set LFACE_FOUNDRY (lface).
7110
7111 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
7112 font-driver at first.
7113
7114 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
7115
71162008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7117
7118 * lread.c (Fload): Use xfree, not free on saved_doc_string.
7119
71202008-06-12 Jim Meyering <meyering@redhat.com>
7121
7122 Make unexec_free handle NULL the same way free does.
7123 * unexmacosx.c (unexec_free): Ignore a NULL argument.
7124
71252008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * character.h (CHAR_TO_BYTE_SAFE): New macro.
7128 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
7129 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
7130 (WEAK_ALIAS): Simplify.
7131 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
7132 when searching a unibyte buffer.
7133
71342008-06-12 Chong Yidong <cyd@stupidchicken.com>
7135
7136 * xfns.c (Fx_select_font): Rename from x-font-dialog.
7137
71382008-06-12 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * w32font.c: Include ctype.h.
7141
71422008-06-11 Jason Rumney <jasonr@gnu.org>
7143
7144 * w32font.c (w32font_encode_char): Detect missing glyphs that are
7145 misreported as space.
7146 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
7147 as aliases for registry iso10646-1.
7148
71492008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * buffer.c (clone_per_buffer_values): Skip `name'.
7152
71532008-06-11 Chong Yidong <cyd@stupidchicken.com>
7154
7155 * font.c (font_parse_fcname): Fix last change; accept decimal
7156 points in font size.
7157
71582008-06-10 Jason Rumney <jasonr@gnu.org>
7159
7160 * w32uniscribe.c (add_opentype_font_name_to_list):
7161 Skip non unicode fonts.
7162
71632008-06-10 Chong Yidong <cyd@stupidchicken.com>
7164
7165 * xfns.c (Fx_font_dialog): New function.
7166
7167 * gtkutil.c (xg_dialog_response_cb): Rename from
7168 xg_file_response_callback.
7169 (pop_down_dialog): Rename from pop_down_file_dialog.
7170 (xg_get_file_name): Callers changed.
7171 (xg_get_font_name): New function.
7172
7173 * gtkutil.h (xg_get_font_name): Insert prototype.
7174
71752008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
7178 x_underline_minimum_display_offset.
7179 (syms_of_xdisp): Declare it here rather than in xterm.c.
7180 * dispextern.h (underline_minimum_offset): Declare it.
7181 * w32term.c (x_draw_glyph_string): Use it.
7182 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
7183 (syms_of_xterm): Don't declare it any more.
7184 (x_draw_glyph_string): Adjust to the new name.
7185
71862008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
7187
7188 * xterm.c (x_underline_minimum_display_offset): New var.
7189 (x_draw_glyph_string): Use it.
7190 (syms_of_xterm): Declare it.
7191
71922008-06-10 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * font.c (font_parse_fcname): Accept GTK-style font names too.
7195
71962008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * dired.c (file_name_completion): Don't return t if the match is exact
7199 but with different capitalization.
7200 * minibuf.c (Ftry_completion): Simplify.
7201
7202 * window.c (Vwindow_point_insertion_type): New var.
7203 (set_window_buffer): Use it.
7204 (syms_of_window): Init and export it to Lisp.
7205
72062008-06-10 Kenichi Handa <handa@m17n.org>
7207
7208 * font.h (font_intern_prop): Prototype adjusted.
7209
7210 * font.c (font_intern_prop): New arg force_symbol.
7211 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
7212 Adjust for the change of font_intern_prop.
7213
7214 * ftfont.c (ftfont_pattern_entity):
7215 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
7216 (w32_registry):
7217 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
7218 the change of font_intern_prop.
7219
72202008-06-09 Juanma Barranquero <lekktu@gmail.com>
7221
7222 * w32menu.c (digest_single_submenu): Declare extern.
7223
72242008-06-09 Jason Rumney <jasonr@gnu.org>
7225
7226 * w32term.c (x_make_frame_visible): Use alternate restore flags.
7227
7228 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
7229 (parse_single_submenu): Remove.
7230 (digest_single_submenu): Remove.
7231 (syms_of_w32menu): Don't initialise variables that have moved
7232 to menu.c.
7233 (set_frame_menubar): Sync with version in xmenu.c.
7234 (w32_menu_show): Sync with xmenu_show in xmenu.c.
7235
7236 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
7237 Make static again.
7238
72392008-06-09 Jason Rumney <jasonr@gnu.org>
7240
7241 Changes to w32 files related to the move of common menu code
7242 to menu.c on 2008-06-08 by Chong Yidong.
7243
7244 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
7245 defs to w32gui.h.
7246 (single_keymap_panes, push_menu_item, push_menu_pane):
7247 Make globally visible.
7248
7249 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
7250 (local_free, malloc_widget_value, free_widget_value)
7251 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
7252 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
7253 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
7254 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
7255 (menu_items, menu_items_allocated, menu_items_used)
7256 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
7257 (init_menu_items, finish_menu_items, discard_menu_items)
7258 (grow_menu_items, push_submenu_start, push_submenu_end)
7259 (push_left_right_boundary, push_menu_pane, push_menu_item)
7260 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
7261 (free_menubar_widget_tree_value, parse_single_submenu)
7262 (update_submenu_strings): Remove functions.
7263 (xmalloc_widget_value): Remove and declare extern.
7264
7265 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
7266 (OBJ1): Build it.
7267
7268 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
7269 (local_heap, local_alloc, local_free, malloc_widget_value)
7270 (free_widget_value): Define here.
7271
72722008-06-09 Kenichi Handa <handa@m17n.org>
7273
7274 * font.h (Qascii_0): Extern it.
7275
7276 * font.c (Qascii_0): New variable.
7277 (syms_of_font): DEFSYM it.
7278 (font_open_by_name): If the registry "iso8859-1" fails, try also
7279 "ascii-0".
7280
7281 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
7282
72832008-06-08 Kenichi Handa <handa@m17n.org>
7284
7285 * .gdbinit (xfont): New command.
7286
72872008-06-08 Andreas Schwab <schwab@suse.de>
7288
7289 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
7290 * Makefile.in (menu.o): Update dependencies.
7291
7292 * Makefile.in (obj): Always add menu.o.
7293 * emacs.c (main): Always call syms_of_menu.
7294 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
7295
72962008-06-08 Chong Yidong <cyd@stupidchicken.com>
7297
7298 * Makefile.in: Compile menu.c.
7299
7300 * lisp.h: Declare syms_of_menu.
7301
7302 * emacs.c (main): Call syms_of_menu.
7303
7304 * keyboard.h: Relocate platform-independent menu definitions from
7305 xmenu.c.
7306
7307 * menu.c: New file. Relocate platform-independent menu
7308 definitions from xmenu.c. Suggested by Adrian Robert.
7309
7310 * xmenu.c: Remove platform-independent menu definitions.
7311 (menu_items menu_items_inuse, menu_items_allocated)
7312 (menu_items_used, menu_items_n_panes)
7313 (menu_items_submenu_depth): Move to keyboard.h.
7314 (init_menu_items, finish_menu_items, unuse_menu_items)
7315 (discard_menu_items, restore_menu_items, save_menu_items)
7316 (grow_menu_items, push_submenu_start, push_submenu_end)
7317 (push_left_right_boundary, push_menu_pane, push_menu_item)
7318 (keymap_panes, single_keymap_panes, single_menu_item)
7319 (list_of_panes, list_of_items, find_and_call_menu_selection)
7320 (xmalloc_widget_value, free_menubar_widget_value_tree)
7321 (parse_single_submenu, digest_single_submenu)
7322 (update_submenu_strings): Move to menu.c.
7323
73242008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
7327
73282008-06-06 Miles Bader <miles@gnu.org>
7329
7330 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
7331 face, not frame default.
7332
73332008-06-05 Martin Rudalics <rudalics@gmx.at>
7334
7335 * window.c (pop_up_windows, pop_up_frames)
7336 (display_buffer_reuse_frames, Vpop_up_frame_function)
7337 (Vdisplay_buffer_function, Veven_window_heights)
7338 (Vspecial_display_buffer_names, Vspecial_display_regexps)
7339 (Vspecial_display_function, Vsame_window_buffer_names)
7340 (Vsame_window_regexps, split_height_threshold)
7341 (Vsplit_window_preferred_function): Move those vars to window.el.
7342 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
7343 (Fdisplay_buffer): Move those functions to window.el.
7344 (syms_of_window): Remove corresponding declarations.
7345 (display_buffer): New function.
7346 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
7347 * dispnew.c (Flast_nonminibuf_frame): New function.
7348 * buffer.c (Fpop_to_buffer): Move to window.el.
7349
73502008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
7353
73542008-06-05 Kenichi Handa <handa@m17n.org>
7355
7356 * coding.c (detect_coding): Fix previous change.
7357 (detect_coding_system): Likewise.
7358
73592008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
7362
7363 * keymap.c (Vminibuffer_local_filename_must_match_map):
7364 Rename from Vminibuffer_local_must_match_filename_map.
7365 (syms_of_keymap):
7366 * minibuf.c (Fcompleting_read): Adjust accordingly.
7367 * commands.h: Rename declaration as well.
7368
73692008-06-05 Kenichi Handa <handa@m17n.org>
7370
7371 * font.c (Ffont_spec): Don't use font_parse_family_registry for
7372 family name.
7373 (Ffont_put): Likewise.
7374
7375 * fontset.c (fontset_find_font): Call font_open_for_lface with the
7376 current font-spec.
7377
7378 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
7379 is unspecified.
7380
7381 * xfaces.c (realize_x_face): If the font-related face attributes
7382 are the same as those of default face, realize a new fontset from
7383 default->fontset.
7384 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7385
73862008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
7389 (move_it_in_display_line): New wrapper.
7390
7391 * window.c (window_scroll_pixel_based_preserve_x)
7392 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
7393 (window_scroll_pixel_based, window_scroll_line_based):
7394 Use them to preserve column positions.
7395 (syms_of_window): Initialize them.
7396
7397 * indent.c (Fvertical_motion): Extend first arg to allow passing an
7398 (HPOS . VPOS) pair.
7399
7400 * dispextern.h (move_it_in_display_line): Declare.
7401
74022008-06-05 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
7405 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
7406 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
7407
74082008-06-04 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * window.c (Fset_window_parameter): Doc fix.
7411 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
7412
74132008-06-04 Joakim Verona <joakim@verona.se>
7414
7415 * window.h (struct window): Add new member window_parameters.
7416
7417 * window.c (Fwindow_parameters, Fwindow_parameter)
7418 (Fset_window_parameter): New defuns.
7419 (syms_of_window): Defsubr the new defuns.
7420 (make_window): Initialize window_parameters to nil.
7421
74222008-06-04 John Paul Wallington <jpw@pobox.com>
7423
7424 * eval.c (Fdefmacro): Doc fix.
7425
74262008-06-04 Kenichi Handa <handa@m17n.org>
7427
7428 * coding.c (detect_coding): Fix handling of coding->head_ascii.
7429 Be sure to call setup_coding_system when we find a proper coding system.
7430 (detect_coding_system): Fix handling of coding->head_ascii.
7431
74322008-06-03 Andreas Schwab <schwab@suse.de>
7433
7434 * font.c (font_prop_validate_spacing): Fix last change.
7435
74362008-06-03 Kenichi Handa <handa@m17n.org>
7437
7438 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
7439 (font_parse_fcname): Fix handling of unknown key.
7440
7441 * xfont.c (xfont_list): Try an alias.
7442
7443 * charset.c (char_charset): Return NULL if the arg charset_list is
7444 specified and C doesn't belong to any of them.
7445
74462008-06-02 Chip Coldwell <coldwell@redhat.com>
7447
7448 * font.c (font_pixel_size): Don't take cdr of an integer.
7449
74502008-06-02 Jim Meyering <meyering@redhat.com>
7451
7452 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
7453 * alloc.c (xfree): Return right away for a NULL arg.
7454 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
7455 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
7456 * mac.c (create_apple_event_from_event_ref): Likewise.
7457 (create_apple_event_from_drag_ref, cfstring_create_normalized):
7458 Likewise.
7459 * doprnt.c (doprnt1): Likewise.
7460 * frame.c (frame): Likewise.
7461 * keyboard.c (wipe_kboard): Likewise.
7462 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
7463 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
7464 * term.c (tty_default_color_capabilities, maybe_fatal)
7465 (delete_tty): Likewise.
7466 * w16select.c (string): Likewise.
7467 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
7468 * w32bdf.c (w32_free_bdf_font): Likewise.
7469 * w32fns.c (w32_unload_font): Likewise.
7470 * w32font.c (w32font_close): Likewise.
7471 * window.c (size_window): Likewise.
7472 * xselect.c (receive_incremental_selection): Likewise.
7473 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
7474 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
7475 * w32.c (stat): Likewise.
7476
7477 Remove useless if-before-free tests.
7478 * editfns.c (Fset_time_zone_rule): Likewise.
7479 * lread.c (nosuffix): Likewise.
7480 * ralloc.c (get_bloc): Likewise.
7481 * regex.c (reg_free): Likewise.
7482 * xftfont.c (xftfont_open, xftfont_close): Likewise.
7483 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
7484 * xsmfns.c (smc_save_yourself_CB): Likewise.
7485
74862008-06-02 Kenichi Handa <handa@m17n.org>
7487
7488 * font.c (font_find_for_lface): Handle float font size.
7489 (font_open_for_lface): Likewise.
7490
7491 * xfaces.c (x_supports_face_attributes_p): Check face->font before
7492 comparing the properties.
7493
74942008-06-01 Jason Rumney <jasonr@gnu.org>
7495
7496 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
7497 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
7498 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
7499 Don't add empty script list.
7500 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
7501
75022008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7503
7504 * Makefile.in (dot, dotdot): Remove, update users.
7505 ".." has been used elsewhere in the file for a long time.
7506 (LIBXT_STATIC): Remove conditional based on unused variable.
7507
75082008-06-01 Miles Bader <miles@gnu.org>
7509
7510 * xfaces.c (Vface_remapping_alist): New variable.
7511 (syms_of_xfaces): Initialize it.
7512 (enum named_merge_point_kind): New type.
7513 (struct named_merge_point): Add `named_merge_point_kind' field.
7514 (push_named_merge_point): Make cycle detection respect different
7515 named-merge-point kinds.
7516 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
7517 Remove face-name alias resolution.
7518 (lface_from_face_name): New definition using
7519 `lface_from_face_name_no_resolve'.
7520 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
7521 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
7522 (get_lface_attributes): New definition that layers face-remapping on
7523 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
7524 (lookup_basic_face): New function.
7525 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
7526 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
7527 `get_lface_attributes'.
7528 (face_at_buffer_position): Use `lookup_basic_face' to lookup
7529 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
7530 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
7531
7532 * xdisp.c (init_iterator): Pass base_face_id through
7533 `lookup_basic_face' when we actually use it as a face-id.
7534 (handle_single_display_prop): Use `lookup_basic_face' to lookup
7535 DEFAULT_FACE_ID.
7536
7537 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
7538 lookup the initial face-id.
7539
7540 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
7541
75422008-06-01 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
7545 (Fremove_text_properties): Fix typos in docstrings.
7546
75472008-05-31 Kenichi Handa <handa@m17n.org>
7548
7549 * font.c (font_list_entities): Fix the car part of data to be
7550 stored in the cache.
7551
7552 * ftfont.c (ftfont_font_format): Don't use strcasestr.
7553
75542008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
7557 Add a `test' argument so another predicate than `equal' can be used.
7558 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
7559 (map_char_table): Remove unused vars `c' and `i'.
7560 * lisp.h (Foptimize_char_table): Adjust declaration.
7561 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
7562
75632008-05-30 Kenichi Handa <handa@m17n.org>
7564
7565 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
7566 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
7567 defined.
7568
75692008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
7572 (Fmake_variable_frame_local): Disallow mixing buffer-local and
7573 frame-local settings for the same variable.
7574
75752008-05-30 Kenichi Handa <handa@m17n.org>
7576
7577 * fontset.c (Ffont_info): Move to font.c.
7578 (syms_of_fontset): Delete defsubr of Sfont_info.
7579
7580 * font.c (font_style_to_value, font_score): Delete casting of the
7581 args to xstcasecmp.
7582 (register_font_driver): Increment num_font_drivers only when
7583 registering the driver globally.
7584 (Ffont_info): Move from fontset.c. Handle a font object too.
7585 (syms_of_font): Defsubr Sfont_info.
7586
75872008-05-29 Kenichi Handa <handa@m17n.org>
7588
7589 * coding.h (enum define_coding_utf8_arg_index): New enum.
7590 (enum coding_attr_index): Change coding_attr_utf_16_bom to
7591 coding_attr_utf_bom.
7592 (enum utf_bom_type): Rename from utf_16_bom_type.
7593 (struct utf_16_spec): Adjust for the above change.
7594 (struct coding_system): Add utf_8_bom in `spec' union.
7595
7596 * coding.c (CODING_UTF_8_BOM): New macro.
7597 (enum coding_category): Delete coding_category_utf_8, add
7598 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
7599 coding_category_utf_8_sig.
7600 (CATEGORY_MASK_UTF_8): Delete it.
7601 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
7602 (CATEGORY_MASK_UTF_8_SIG): New macros.
7603 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
7604 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
7605 CATEGORY_MASK_UTF_8_SIG.
7606 (CATEGORY_MASK_UTF_8): New macro.
7607 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
7608 (detect_coding_utf_8): Check BOM.
7609 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
7610 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
7611 (encode_coding_utf_16): Likewise.
7612 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
7613 (detect_coding, detect_coding_system): Handle utf-8-auto.
7614 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
7615 (syms_of_coding): Fix setting up of Vcoding_category_table.
7616
76172008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7618
7619 * process.c (Faccept_process_output): If `millisec' is non-nil,
7620 `seconds' default to 0.
7621 (wait_reading_process_output): Also return non-nil if we read output
7622 from a non-running process.
7623
76242008-05-29 Jason Rumney <jasonr@gnu.org>
7625
7626 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
7627 `raster' specified.
7628 (add_font_entity_to_list): Allow non-opentype truetype fonts back
7629 in the uniscribe backend, but disallow any font that has no
7630 unicode subrange support.
7631
76322008-05-29 Juanma Barranquero <lekktu@gmail.com>
7633
7634 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
7635 Fix typos in docstrings.
7636
76372008-05-29 Kenichi Handa <handa@m17n.org>
7638
7639 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
7640 (Fx_family_fonts): Set frame correctly.
7641
76422008-05-28 Jason Rumney <jasonr@gnu.org>
7643
7644 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
7645
76462008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
7649 calling build_annotations.
7650
76512008-05-28 Juanma Barranquero <lekktu@gmail.com>
7652
7653 * coding.c (Fdecode_coding_region, Fencode_coding_region)
7654 (Fencode_coding_string):
7655 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
7656 <latin-extra-code-table>: Fix typos in docstrings.
7657 (syms_of_coding) <coding-system-alist>: Doc fix.
7658 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
7659
76602008-05-28 Kenichi Handa <handa@m17n.org>
7661
7662 * fontset.c (Ffont_info): Don't call font_close_object.
7663
7664 * font.c (font_parse_family_registry): Use Ffont_put to validate
7665 foundry and family.
7666 (font_delete_unmatched): Don't check spacing.
7667 (font_list_entities): Add spacing to the spec to list fonts.
7668
7669 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
7670 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
7671
7672 * coding.c (encode_coding_raw_text): Fix previous change.
7673 (encode_coding_object): When the dst_object is a buffer and is
7674 different from src_object, move gap to PT.
7675
76762008-05-27 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
7679
76802008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * coding.c (encode_coding_raw_text): Set coding->produced_char for
7683 all branches. Compute it differently.
7684
7685 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
7686
76872008-05-27 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
7690 into "else if () ... else ...".
7691
76922008-05-27 Jason Rumney <jasonr@gnu.org>
7693
7694 * w32font.c (w32font_open_internal): Determine if glyph indices
7695 are likely to work here.
7696
76972008-05-27 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
7700 draw overlap glyphs with appropriate highlighting.
7701
77022008-05-27 Kenichi Handa <handa@m17n.org>
7703
7704 * xfont.c (xfont_open): Fix calculation of font->average_width.
7705
77062008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * casefiddle.c (casify_object): Try to guess better whether the
7709 argument is a byte or a char.
7710
77112008-05-26 Andreas Schwab <schwab@suse.de>
7712
7713 * xselect.c (x_reply_selection_request): Properly handle format == 32.
7714 Always send multiples of format size.
7715
7716 * xterm.c (x_set_frame_alpha): Fix type mismatch.
7717
77182008-05-26 Jason Rumney <jasonr@gnu.org>
7719
7720 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
7721 (compute_metrics): Don't set failure if we just cleared the cache.
7722 (w32_weight_table): Remove unused variable.
7723 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
7724 backwards compatibility.
7725
77262008-05-25 Kenichi Handa <handa@m17n.org>
7727
7728 * w32term.c (x_draw_glyph_string):
7729 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
7730
7731 * xfaces.c: Delete unused function prototypes.
7732 (xstrlwr, font_frame): Delete them.
7733 (clear_face_cache): Delete unused variable.
7734
7735 * xftfont.c (xftfont_open): Delete unused variable.
7736 If underline_thickness is not 1, adjust underline_position.
7737
7738 * ftxfont.c (ftxfont_open): Delete unused variable.
7739
7740 * fontset.c (face_for_char): Optimize for the case of no charset
7741 property.
7742
7743 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
7744 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
7745 (otf_open, font_otf_capability, generate_otf_features)
7746 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
7747 Comment out by surrounding "#if 0" and "#endif" for the moment.
7748 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
7749 (syms_of_font): Codes for accessing above commented out.
7750
77512008-05-24 Eli Zaretskii <eliz@gnu.org>
7752
7753 * w32proc.c: Include dispextern.h.
7754
7755 * w32.c: Include dispextern.h.
7756
77572008-05-23 Juanma Barranquero <lekktu@gmail.com>
7758
7759 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
7760 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
7761 Fix typos in docstrings.
7762
77632008-05-23 Jason Rumney <jasonr@gnu.org>
7764
7765 * xsmfns.c: Remove includes that are already included by config.h.
7766
77672008-05-23 Kenichi Handa <handa@m17n.org>
7768
7769 * charset.c (Qemacs, charset_emacs): New variables.
7770 (char_charset): Fix for non-Unicode characters.
7771 (syms_of_charset): Define charset_emacs.
7772
7773 * w32term.c (x_draw_glyph_string): Be sure to update
7774 s->underline_thickness and s->underline_position. Be sure to draw
7775 underline within the current line area.
7776
7777 * xterm.c (x_draw_glyph_string): Be sure to update
7778 s->underline_thickness and s->underline_position. Be sure to draw
7779 underline within the current line area.
7780
7781 * fontset.c: Delete unused variables and add casting for char *
7782 throughout the file.
7783 (fontset_font): Try the fallback fonts of the current fontset
7784 before consulting the default fontset.
7785
7786 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
7787
7788 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
7789
77902008-05-22 Jason Rumney <jasonr@gnu.org>
7791
7792 * font.c: Don't include strings.h.
7793
7794 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
7795
7796 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
7797 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
7798 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
7799 to call xstrcasecmp.
7800
7801 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
7802
7803 * fontset.c (fs_query_fontset): Use xstrcasecmp.
7804
7805 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
7806
7807 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
7808
78092008-05-22 Kenichi Handa <handa@m17n.org>
7810
7811 * puresize.h (BASE_PURESIZE): Increase to 1220000.
7812
7813 * font.c (font_prop_validate_style): Adjust for the format
7814 change of font_style_table.
7815
7816 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
7817 two args.
7818
7819 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
7820 two args.
7821
78222008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * minibuf.c (keys_of_minibuf): Delete.
7825 * lisp.h (keys_of_minibuf): Delete.
7826 * emacs.c (main): Don't call keys_of_minibuf.
7827
78282008-05-22 Kenichi Handa <handa@m17n.org>
7829
7830 * ftfont.c (ftfont_resolve_generic_family): Rename from
7831 ftfont_list_generic_family. Return a single family for each
7832 generic family.
7833 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
7834 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
7835 Call font_add_log.
7836 (ftfont_match): Call font_add_log.
7837
7838 * font.h (Ffont_xlfd_name): EXFUN adjusted.
7839 (FONT_DEBUG): Define it.
7840 (font_add_log): Extern it.
7841 (font_assert): Rename from xassert.
7842
7843 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
7844 (xfont_list_family): Call font_add_log.
7845 (xfont_match): Likewise.
7846 (memq_no_quit): Delete.
7847
7848 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
7849 call of Ffont_xlfd_name.
7850
7851 * xfaces.c (struct table_entry, slant_table, weight_table)
7852 (swidth_table): Move to font.c.
7853
7854 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
7855 xassert are changed to font_assert. Delete many unused variables.
7856 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
7857 New variables.
7858 (struct table_entry): Move from xfaces.c and modified.
7859 (weight_table, slant_table, width_table): Move from xfaces.c and
7860 contents adjusted for the change of struct table_entry.
7861 (font_style_to_value, font_style_symbolic): Adjust for the
7862 format change of font_style_table.
7863 (font_parse_family_registry): Don't overwrite existing foundry and
7864 family of font_spec.
7865 (font_score): Fix calculation of diff for sizes.
7866 (font_sort_entites): Call font_add_log.
7867 (font_delete_unmatched): Return a newly created list.
7868 (font_list_entities): Fix previous change. Call font_add_log.
7869 (font_matching_entity, font_open_entity, font_close_entity):
7870 Call font_add_log.
7871 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
7872 (Finternal_set_font_style_table): Delete.
7873 (BUILD_STYLE_TABLE): New macro.
7874 (build_style_table): New function.
7875 (Vfont_log, font_log_env_checked): New variables.
7876 (font_add_log): New function.
7877 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
7878 Declare Lisp variables "font-weight-table", "font-slant-table",
7879 "font-width-table", and "font-log". Initialize font_style_table.
7880
78812008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
7882
7883 * xterm.c (x_set_frame_alpha): Move declarations before statements.
7884
78852008-05-21 Seiji Zenitani <zenitani@mac.com>
7886 Ryo Yoshitake <ryo@shiftmode.net>
7887
7888 * frame.c (Qalpha): Add a new frame parameter `alpha'.
7889 (Vframe_alpha_lower_limit): New variable.
7890 (x_set_alpha): New function.
7891
7892 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
7893
7894 * xfns.c (x-create-frame, Qalpha):
7895 Initialize the frame parameter `alpha'.
7896 * xterm.c (OPAQUE, OPACITY): New.
7897 (x_set_frame_alpha): New function.
7898 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
7899
7900 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
7901 * w32fns.c (w32_frame_parm_handlers): Likewise.
7902
79032008-05-20 Jason Rumney <jasonr@gnu.org>
7904
7905 * w32font.c (add_font_entity_to_list): Don't add non-opentype
7906 truetype fonts to opentype list.
7907
79082008-05-20 Juanma Barranquero <lekktu@gmail.com>
7909
7910 * fontset.c (Ffontset_info): Doc fix.
7911 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
7912 <ignore-relative-composition>: Fix typos in docstrings.
7913
7914 * font.c (syms-of-font) <font-encoding-alist>:
7915 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
7916 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
7917 (Ffont_otf_alternates): Doc fixes.
7918
79192008-05-20 Kenichi Handa <handa@m17n.org>
7920
7921 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
7922 font.h through out the file.
7923 (FONT_DRIVERS): Rename from FONTOBJ.
7924 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
7925 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
7926
7927 * emacs.c (main): Call syms_of_font unconditionally.
7928
7929 * font.h (find_font_encoding): Extern it.
7930
7931 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
7932 fontset.c.
7933 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
7934 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
7935 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
7936 only when HAVE_WINDOW_SYSTEM is defined.
7937 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
7938 when HAVE_WINDOW_SYSTEM is defined.
7939
7940 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
7941 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
7942
7943 * xfaces.c: Include font.h unconditionally.
7944 (merge_face_ref, merge_face_vectors)
7945 (Finternal_set_lisp_face_attribute): Cancel the previous change.
7946
79472008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
7950 indirect_variable.
7951 * eval.c (lisp_indirect_variable): New fun.
7952 (Fuser_variable_p): Use it.
7953
79542008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * lisp.h (indirect_variable):
7957 * data.c (indirect_variable, let_shadows_buffer_binding_p):
7958 Use Lisp_Symbol pointers rather than Lisp_Object.
7959 Adjust callers.
7960 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
7961 To this end, change calling-convention.
7962
7963 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
7964 if some non-hidden buffers are selected by string&pred.
7965
79662008-05-19 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * process.c (wait_reading_process_output): Always check status
7969 when in batch mode.
7970
79712008-05-19 Kenichi Handa <handa@m17n.org>
7972
7973 * font.c (font_list_entities): Fix handling of cache.
7974 (font_matching_entity): Likewise.
7975
7976 * ftfont.c (cs_iso8859_1): Delete.
7977 (ft_face_cache): New variable.
7978 (struct ftfont_info): New member fc_charset_idx.
7979 (ftfont_build_basic_charsets): Delete.
7980 (fc_charset_table): New variable.
7981 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
7982 . FC_CHARSET_IDX) as :font-entity property in the font entity.
7983 Callers changed.
7984 (ftfont_lookup_cache, ftfont_get_charset): New functions.
7985 (ftfont_spec_pattern): New argument fc_charset_idx.
7986 Check registry more rigidly. Change callers.
7987 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
7988 change of :font-entity property of the font.
7989
7990 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
7991 property of the font.
7992
79932008-05-18 Juanma Barranquero <lekktu@gmail.com>
7994
7995 * coding.c (Fcoding_system_p): Rename argument to match docstring.
7996 (Funencodable_char_position, Fcheck_coding_systems_region)
7997 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
7998 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
7999 (Ffind_operation_coding_system, Fset_coding_system_priority)
8000 (Fcoding_system_eol_type): Doc fixes.
8001
80022008-05-17 Glenn Morris <rgm@gnu.org>
8003
8004 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
8005
80062008-05-16 Eli Zaretskii <eliz@gnu.org>
8007
8008 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
8009 and st_gid.
8010
8011 * frame.c (Fdelete_frame): Don't call font_update_drivers if
8012 HAVE_WINDOW_SYSTEM is not defined.
8013
8014 * xfaces.c (merge_face_ref, merge_face_vectors)
8015 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
8016 HAVE_WINDOW_SYSTEM is defined.
8017 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
8018
80192008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
8022
80232008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8024
8025 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
8026
80272008-05-15 Kenichi Handa <handa@m17n.org>
8028
8029 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
8030 preference.
8031
80322008-05-15 Glenn Morris <rgm@gnu.org>
8033
8034 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
8035
80362008-05-15 Chong Yidong <cyd@stupidchicken.com>
8037
8038 * fns.c (init_fns): Don't initialize weak_hash_tables here.
8039 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
8040
8041 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
8042
80432008-05-15 Kenichi Handa <handa@m17n.org>
8044
8045 * ftfont.c (ftfont_list): Downcase family name to check generic
8046 families.
8047
8048 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
8049 font-spec for QCfont value.
8050
8051 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
8052 buffer. Check the return value of it.
8053
80542008-05-14 Jason Rumney <jasonr@gnu.org>
8055
8056 * w32term.c (w32_get_glyph_overhangs): Remove.
8057 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
8058
80592008-05-14 Kenichi Handa <handa@m17n.org>
8060
8061 * font.c (font_prop_validate): Make nil a valid value.
8062 (font_clear_cache): Check if the cached vector of entities is nil
8063 or not.
8064
80652008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8066
8067 * emacs.c (main_thread): Conditionalize on
8068 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
8069 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
8070
8071 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
8072 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
8073 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
8074
80752008-05-14 Kenichi Handa <handa@m17n.org>
8076
8077 * coding.c (detect_coding_iso_2022): Ignore a coding category that
8078 has no corresponding coding system.
8079
80802008-05-14 Jason Rumney <jasonr@gnu.org>
8081
8082 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
8083
8084 * w32font.h (w32font_open_internal): Update declaration.
8085
8086 * w32font.c (w32font_open_internal): Change last argument from
8087 w32font_info struct to font object. Fill in font object from
8088 font_entity. Get Outline metrics if possible. Use them to
8089 calculate underline position and thickness. Use xlfd name as name
8090 property. Don't set codepage.
8091 (w32font_open): Pass font_object to w32font_open_internal. Don't
8092 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
8093 (w32font_draw): Use s->font.
8094 (clear_cached_metrics): Don't clear non-existent blocks.
8095
8096 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
8097 font was not found.
8098 (x_draw_glyph_string): Use underline position and thickness from font.
8099
8100 * w32uniscribe.c (uniscribe_open): Pass font_object to
8101 w32font_open_internal.
8102
81032008-05-14 Kenichi Handa <handa@m17n.org>
8104
8105 These changes are to delete all legacy font-handling codes, and
8106 make Emacs use only font-backends.
8107
8108 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
8109 (frame.o, image.o, print.o): Depend on $(FONTSRC).
8110
8111 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
8112
8113 * charset.h (Vcharset_non_preferred_head)
8114 (Vcurrent_iso639_language): Extern them.
8115
8116 * charset.c (Vcharset_non_preferred_head): New variable.
8117 (Vcurrent_iso639_language): New variable.
8118 (syms_of_charset): Declare it as a Lisp variable.
8119 (char_charset): Don't check non preferred charsets. As a last
8120 resort, return charset_unicode.
8121 (Fset_charset_priority): Update Vcharset_non_preferred_head.
8122
8123 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
8124 conditionals. Don't check enable_font_backend. Delete all codes
8125 used only when USE_FONT_BACKEND is not defined.
8126
8127 * dispextern.h (struct glyph_string): Change type of `font' to
8128 `struct font *'.
8129 (struct glyph_string): New member underline_position and
8130 underline_thickness.
8131 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
8132 (struct face): Change type of `font' to `struct font *'. Remove
8133 members `font_name', `font_info_id'.
8134 (per_char_metric, encode_char): Delete externs.
8135 (calc_pixel_width_or_height): Adjust the prototype.
8136
8137 * emacs.c (enable_font_backend): Delete extern.
8138 (main): Don't set enable_font_backend. Don't check the command
8139 line argument "-disable-font-backend".
8140
8141 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
8142 (enum font_property_index): New members FONT_DPI_INDEX,
8143 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
8144 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
8145 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
8146 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
8147 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
8148 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
8149 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
8150 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
8151 (struct font_spec, struct font_entity): New structs.
8152 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
8153 (struct font): Many members from old "struct font_info" moved to
8154 here. Members font and entity deleted.
8155 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
8156 the new font-related objects.
8157 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
8158 (CHECK_FONT_GET_OBJECT): Likewise.
8159 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
8160 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
8161 (struct font_driver): New members case_sensitive anc check. Type
8162 of the member list and open changed.
8163 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
8164 (font_symbolic_width, font_find_object, font_get_spec)
8165 (font_set_lface_from_name): Delete extern.
8166 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
8167
8168 * font.c: Include <strings.h>.
8169 (enable_font_backend): Delete it.
8170 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
8171 (CHECK_VALIDATE_FONT_SPEC): Delete it.
8172 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
8173 (null_string): Delete it.
8174 (null_vector): Make it static.
8175 (font_family_alist): Delete it.
8176 (Qnormal): Extern it.
8177 (QCextra, QClanguage): Delete it.
8178 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
8179 (font_make_spec, font_make_entity, font_make_object)
8180 (font_intern_prop): Renamed from intern_downcase. Don't downcase
8181 the string. Callers changed.
8182 (font_pixel_size): Adjusted for the format change of font-related
8183 objects.
8184 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
8185 (font_style_to_value, font_style_symbolic): New function.
8186 (build_font_family_alist): Delete it.
8187 (font_registry_charsets): Use Fassoc_string instead of
8188 assq_no_quit.
8189 (font_prop_validate_symbol): Don't return null_string.
8190 (font_prop_validate_style): Adjusted for the change of
8191 style-related values in a font vector.
8192 (font_property_table): Delete entries for QClanguage and
8193 QCantialias, add entries for QCavgwidth.
8194 (get_font_prop_index): Delete the 2nd argument FROM.
8195 (font_prop_validate): Arguments changed.
8196 (font_put_extra): Adjusted for the change of font-related objects.
8197 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
8198 (font_parse_fcname, font_unparse_fcname)
8199 (font_prepare_composition): Likewise.
8200 (font_parse_family_registry): Renamed from font_merge_old_spec.
8201 (otf_open): Delete the 1st arg entity.
8202 (font_otf_capability): Adjusted for the above change.
8203 (font_score): New arg alternate_families. Adjusted for the change
8204 of font-related objects.
8205 (font_sort_entites): New arg best_only.
8206 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
8207 Delete them.
8208 (font_match_p): Check alternate families.
8209 (font_find_object): Delete it.
8210 (font_check_object): New function.
8211 (font_clear_cache): Adjusted for the change of font-related objects.
8212 (font_delete_unmatched): New arg.
8213 (font_list_entities): Call font_driver->list with a spec that
8214 doesn't specify style-related properties.
8215 (font_matching_entity): Arguments changed. Caller changed.
8216 (font_open_entity): Adjusted for the change of font-related objects.
8217 (font_close_object, font_has_char, font_encode_char)
8218 (font_get_name, font_get_spec): Likewise.
8219 (font_spec_from_name, font_clear_prop, font_update_lface):
8220 New functions.
8221 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
8222 (font_prepare_for_face, font_done_for_face, font_open_by_name)
8223 (font_at): Adjusted for the change of font-related objects.
8224 (font_range): New function.
8225 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
8226 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
8227 (Fcopy_font_spec, Fmerge_font_spec): New function.
8228 (Ffont_family_list): Renamed from list-families.
8229 (Finternal_set_font_style_table): Arguments changed.
8230 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
8231 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
8232 change of font-related objects.
8233 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
8234
8235 * fontset.h (struct font_info): Delete it. Most members go to
8236 struct font.
8237 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
8238 (enum FONT_SPEC_INDEX): Delete it.
8239 (font_info, list_fonts_func, load_font_func, query_font_func)
8240 (set_frame_fontset_func, find_ccl_program_func)
8241 (get_font_repertory_func, new_fontset_from_font_name): Delete
8242 externs.
8243 (fontset_from_font_name): Extern it.
8244 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
8245 (FONT_INFO_FROM_FACE): Deleted.
8246 (face_for_font): Adjust prototype.
8247
8248 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
8249 conditionals. Don't check enable_font_backend. Delete all codes
8250 used only when USE_FONT_BACKEND is not defined.
8251 (get_font_info_func, list_font_func, load_font_func)
8252 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
8253 (get_font_repertory_func): Delete them.
8254 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
8255 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
8256 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
8257 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
8258 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
8259 (fontset_compare_rfontdef): New function.
8260 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
8261 rfont-defs by qsort. Adjusted for the change of font-group vector.
8262 (load_font_get_repertory): Deleted.
8263 (fontset_find_font): Use new macros to ref/set elements of
8264 font-def and rfont-def.
8265 (fontset_font): Fix the timing of remembering that no font for C.
8266 (free_face_fontset): Do nothing if the face has no fontset.
8267 (face_suitable_for_char_p): Use new macros to ref/set elements of
8268 rfont-def.
8269 (face_for_char): Likewise. Call face_for_char with font_object.
8270 (fs_load_font): Delete. Delete #pragma surrounding it.
8271 (fs_query_fontset): Use strcasecmp instead of strcmp.
8272 (generate_ascii_font_name): Adjusted for the format change of
8273 font-spec.
8274 (Fset_fontset_font): Likewise. Use new macros to set elements of
8275 font-def.
8276 (Fnew_fontset): Use font_unparse_xlfd to generate
8277 FONTSET_ASCII (fontset).
8278 (new_fontset_from_font_name): Deleted.
8279 (fontset_from_font): Renamed from new_fontset_from_font. Check if
8280 a fontset is already created for the font. FIx updating of
8281 Vfontset_alias_alist.
8282 (fontset_ascii_font): Deleted.
8283 (Ffont_info): Adjusted for the format change of font-spec.
8284 (Finternal_char_font): Likewise.
8285 (Ffontset_info): Likewise.
8286 (syms_of_fontset): Don't check load_font_func.
8287
8288 * fns.c (internal_equal): Handle PREV_FONT.
8289
8290 * frame.h: Delete USE_FONT_BACKEND conditional.
8291
8292 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
8293 conditionals. Don't check enable_font_backend. Delete all codes
8294 used only when USE_FONT_BACKEND is not defined.
8295 (x_set_font): Call x_new_font, not x_new_fontset2.
8296 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
8297 already set for the frame.
8298
8299 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
8300 a font-entity by font_make_entity. Use font_intern_prop instead
8301 of intern_downcase. Use FONT_SET_STYLE to set a style-related
8302 font property. If a font is scalable, set avgwidth property to 0.
8303 Set font-entity property by font_put_extra.
8304 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
8305 (ffont_driver): Adjusted for the change of struct font_driver.
8306 (ftfont_spec_pattern): New function.
8307 (ftfont_list): Return a list, not vector.
8308 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
8309 (ftfont_list_family): Don't downcase names.
8310 (ftfont_free_entity): Deleted.
8311 (ftfont_open): Return a font-object. Adjusted for the change of
8312 struct font. Get underline_thickness and underline_position from
8313 font property. Don't update dpyinfo->smallest_font_height and
8314 dpyinfo->smallest_char_width.
8315 (ftfont_close): Don't free `struct font'.
8316 (ftfont_has_char): Adjusted for the format change of font-entity.
8317 (ftfont_encode_char, ftfont_text_extents): Likewise.
8318
8319 * ftxfont.c (ftxfont_list): Return a list, not vector.
8320 (ftxfont_open): Return a font-object. Adjusted for the change of
8321 struct font. Get underline_thickness and underline_position from
8322 font property. Don't update dpyinfo->smallest_font_height and
8323 dpyinfo->smallest_char_width.
8324 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
8325 (ftxfont_draw): Adjusted for the change of struct font.
8326
8327 * image.c (image_ascent): Don't include "charset.h". Include
8328 "character.h" and "font.h".
8329
8330 * lisp.h (enum pvec_type): New member PREV_FONT.
8331 (Fassoc_string): EXFUN it.
8332
8333 * print.c: Include font.h.
8334 (print_object): Handle font-related objects.
8335
8336 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
8337 conditionals. Don't check enable_font_backend. Delete all codes
8338 used only when USE_FONT_BACKEND is not defined.
8339 (handle_auto_composed_prop): Do nothing if it->f is not on a
8340 window system. Check how many following characters can be
8341 displayed by the same font.
8342 (calc_pixel_width_or_height): Type of the 4th arg is changed to
8343 'struct font *'.
8344 (get_char_face_and_encoding): Assign the whole encoding task to
8345 the `encode-char' method of a font driver.
8346 (fill_composite_glyph_string): Adjusted for the change of `struct
8347 face' and `struct glyph_string'.
8348 (fill_glyph_string): Likewise.
8349 (get_per_char_metric): Arguments changed.
8350 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
8351 and `struct glyph_string'.
8352 (produce_stretch_glyph, calc_line_height_property)
8353 (x_produce_glyphs): Likewise.
8354
8355 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
8356 conditionals. Don't check enable_font_backend. Delete all codes
8357 used only when USE_FONT_BACKEND is not defined. Use
8358 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
8359 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
8360 (Qp): Extern them.
8361 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
8362 Deleted.
8363 (struct font_name): Deleted.
8364 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
8365 (compare_fonts_by_sort_order): New function.
8366 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
8367 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
8368 Deleted.
8369 (Fx_family_fonts): Use font_list_entities, and sort fonts by
8370 compare_fonts_by_sort_order.
8371 (Fx_font_family_list): Call Ffont_family_list.
8372 (face_numeric_value, face_numeric_weight, face_numeric_slant)
8373 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
8374 (face_symbolic_slant, face_symbolic_swidth)
8375 (split_font_name_into_vector, build_font_name_from_vector)
8376 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
8377 (font_rescale_ratio, split_font_name, build_font_name)
8378 (free_font_names, sort_fonts, x_face_list_fonts)
8379 (face_font_available_p, sorted_font_list, cmp_font_names)
8380 (font_list_1, concat_font_list, font_list, remove_duplicates):
8381 Deleted.
8382 (Fx_list_fonts): Use Ffont_list.
8383 (LFACE_AVGWIDTH): Deleted.
8384 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
8385 by FONTP.
8386 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
8387 (set_lface_from_font_name): Delete it.
8388 (set_lface_from_font): Renamed from
8389 set_lface_from_font_and_fontset. Caller changed. Don't set
8390 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
8391 for face.
8392 (merge_face_vectors): Copy font-spec if necessary.
8393 Clear properties of the font-spec if necessary.
8394 (merge_face_ref): Clear properties of the font-spec if necessary.
8395 (Finternal_set_lisp_face_attribute): Likewise.
8396 (set_font_frame_param): Use font_load_for_lface to load a
8397 font-object, and call Fmodify_frame_parameters with it.
8398 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
8399 font name by Ffont_xlfd_name.
8400 (Finternal_lisp_face_attribute_values): Don't check QCweight,
8401 QCslant, and QCwidth.
8402 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
8403 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
8404 Compare fonts by EQ.
8405 (lookup_non_ascii_face): Deleted.
8406 (face_for_font): The 2nd argument changed.
8407 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
8408 Check atomic font properties by case insensitive.
8409 (realize_non_ascii_face): Set face->overstrike correctly.
8410 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
8411 (dump_realized_face): Get font name from
8412 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
8413
8414 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
8415 conditionals. Don't check enable_font_backend. Delete all codes
8416 used only when USE_FONT_BACKEND is not defined.
8417 (xic_create_xfontset): Original code deleted and renamed from
8418 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
8419 (x_make_gc): Don't set GCFont in GCs.
8420 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
8421 opened by "fixed".
8422 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
8423 find_ccl_program_func, query_font_func, set_frame_fontset_func,
8424 get_font_repertory_func.
8425
8426 * xfont.c: Include <stdlib.h> and "ccl.h".
8427 (struct xfont_info): New structure.
8428 (xfont_query_font): Deleted.
8429 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
8430 moved from xterm.c.
8431 (xfont_driver): Adjusted for the change of struct font_driver.
8432 (compare_font_names): New function.
8433 (xfont_list_pattern): Sort font names case insensitively. Make
8434 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
8435 (xfont_list): Return a list, not vector.
8436 (xfont_match): If the font doesn't have QCname property, generate
8437 a name from the other font properties.
8438 (xfont_open): Return a font-object. Adjusted for the change of
8439 struct font. Get underline_thickness and underline_position from
8440 font property. Don't update dpyinfo->smallest_font_height and
8441 dpyinfo->smallest_char_width.
8442 (xfont_close): Don't free struct font.
8443 (xfont_prepare_face): Adjusted for the change of struct font.
8444 (xfont_done_face): Deleted.
8445 (xfont_has_char): Adjusted for the change of struct font.
8446 (xfont_encode_char, xfont_draw): Likewise.
8447 (xfont_check): New function.
8448
8449 * xftfont.c (xftfont_list): Adjusted for the change of `list'
8450 callback function.
8451 (xftfont_match): Adjusted for the format change of font-entity.
8452 (xftfont_open): Adjusted for the format change of font-entity and
8453 font-object. Adjusted for the change of struct font. Return a
8454 font-object. Don't update dpyinfo->smallest_font_height and
8455 dpyinfo->smallest_char_width.
8456 (xftfont_close): Block input while calling XftFontClose.
8457 (xftfont_prepare_face): Don't block input while calling
8458 xftfont_get_colors. Adjusted for the change of struct font.
8459 (xftfont_shape): Return value of error case fixed.
8460
8461 * xrdb.c (x_load_resources): Don't setup a fontset resource.
8462
8463 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
8464 conditionals.
8465 (FONT_WIDTH): Return (f)->max_width.
8466 (struct x_display_info): Delete member `font'.
8467 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
8468 (x_find_ccl_program, x_get_font_repertory): Delete externs.
8469 (struct x_output): Change type of `font' to `struct font *'.
8470
8471 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
8472 conditionals. Don't check enable_font_backend. Delete all codes
8473 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
8474 (x_per_char_metric, x_encode_char): Deleted.
8475 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
8476 (x_compute_glyph_string_overhangs): Adjusted for the change of
8477 `struct face'.
8478 (x_draw_glyph_string_foreground)
8479 (x_draw_composite_glyph_string_foreground): Likewise.
8480 (x_draw_glyph_string): Likewise. Use font->underline_position and
8481 font->underline_thickness.
8482 (x_new_font): Renamed from x_new_fontset2.
8483 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
8484 (x_check_font): Call `check' method of a font driver.
8485 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
8486 (x_query_font, x_get_font_repertory): Deleted.
8487 (x_find_ccl_program): Renamed and moved to xfont.c.
8488 (x_redisplay_interface): Adjusted for the change of `struct
8489 redisplay_interface'.
8490
8491 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
8492 conditionals. Don't check enable_font_backend. Delete all codes
8493 used only when USE_FONT_BACKEND is not defined. Surround non-used
8494 code by "#ifdef OLD_FONT" and "endif".
8495 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
8496
8497 * w32font.h (struct w32font_info): New member.
8498 (FONT_COMPAT): New macro.
8499 (w32font_open_internal): Prototype adjusted.
8500
8501 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
8502 OLD_FONT" and "endif".
8503
8504 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
8505 conditionals. Don't check enable_font_backend. Delete all codes
8506 used only when USE_FONT_BACKEND is not defined.
8507 (w32font_open): Return a font-object. Make a font-object by
8508 font_make_object. Adjusted for the change of struct w32font_info.
8509 (w32font_close): Don't free struct font. Adjusted for the change
8510 of struct w32font_info.
8511 (w32font_encode_char, w32font_text_extents, w32font_draw):
8512 Adjusted for the change of struct w32font_info.
8513 (w32font_draw): Likewise.
8514 (w32font_list_internal): Return a list, not vector.
8515 (w32font_open_internal): Change the 4th arg to font-object.
8516 Adjusted for the change of struct w32font_info and font-object format.
8517 (add_font_name_to_list): Don't downcase names.
8518 (w32_enumfont_pattern_entity): Make a font-entity by
8519 font_make_entity. Adjusted for the format change of font-entity.
8520 Use FONT_SET_STYLE to set a style-related font property. If a
8521 font is scalable, set avgwidth property to 0. Set font-entity
8522 property by font_put_extra.
8523 (font_matches_spec): Adjusted for the format change of font-entity.
8524 (w32_weight_table, w32_decode_weight): New variables.
8525 (w32_encode_weight): New function.
8526 (fill_in_logfont): Adjusted for the format change of font-spec.
8527 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
8528 weight value.
8529 (w32font_driver): Adjusted for the change of struct font_driver.
8530
8531 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
8532 conditionals. Don't check enable_font_backend. Surround non-used
8533 code by "#ifdef OLD_FONT" and "endif".
8534 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
8535 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
8536
8537 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
8538 conditionals. Don't check enable_font_backend. Delete all codes
8539 used only when USE_FONT_BACKEND is not defined. Surround non-used
8540 code by "#ifdef OLD_FONT" and "endif".
8541
8542 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
8543 (uniscribe_open): Return value changed to font-object.
8544 Adjusted for the format change of font-object.
8545 (uniscribe_otf_capability): Adjusted for the change of struct font.
8546 (add_opentype_font_name_to_list): Don't downcase names.
8547 (uniscribe_font_driver): Adjusted for the change of struct
8548 font_driver.
8549
85502008-05-13 Chong Yidong <cyd@stupidchicken.com>
8551
8552 * dispnew.c (update_frame_1): Check if tty output is still valid
8553 before flushing it.
8554
85552008-05-13 Jan Djärv <jan.h.d@swipnet.se>
8556
8557 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
8558 to Gtk+ menus.
8559
85602008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * dired.c (file_name_completion): Tweak the code so as to always do it
8563 in a single pass. Tighten the scope of some variables.
8564
8565 * dired.c (Qdefault_directory): New var.
8566 (file_name_completion): Use it instead of Fexpand_file_name.
8567 (syms_of_dired): Initialize it.
8568
85692008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * fileio.c (double_dollars): Remove dead code.
8572
85732008-05-10 Eli Zaretskii <eliz@gnu.org>
8574
8575 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
8576 Mention w32-get-true-file-attributes in doc string.
8577
8578 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8579
85802008-05-09 Glenn Morris <rgm@gnu.org>
8581
8582 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
8583 2008-04-23.
8584
85852008-05-09 Eli Zaretskii <eliz@gnu.org>
8586
8587 Support for reporting owner and group of each file on MS-Windows:
8588 * dired.c (stat_uname, stat_gname): New functions, with special
8589 implementation for w32.
8590 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
8591
8592 * w32.c: Rename the_passwd_* to dflt_passwd_*.
8593 (dflt_group_name): New static variable.
8594 (dflt_group): Rename from the_group.
8595 (init_user_info): Init dflt_group fields. Get user's group name
8596 from LookupAccountSid.
8597 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
8598 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
8599 New initialization states.
8600 (globals_of_w32): Initialize them to zero. Initialize the default
8601 group name to "None".
8602 (GetFileSecurity_Name): New global var, the name of the function
8603 to call for GetFileSecurity.
8604 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
8605 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
8606 (get_file_security, get_security_descriptor_owner)
8607 (get_security_descriptor_group, is_valid_sid)
8608 (get_file_security_desc, get_rid, get_name_and_id)
8609 (get_file_owner_and_group): New functions.
8610 (stat): Use get_file_security_desc and get_file_owner_and_group to
8611 report the owner and primary group of each file. Don't ignore the
8612 high 32 bits of file's size, now that st_size is 64-bit wide.
8613 Fix test when to get true file attributes.
8614 (init_user_info): Use get_rid instead of equivalent inline code.
8615 (fstat): Don't ignore the high 32 bits of file's size.
8616
86172008-05-09 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * image.c (png_load): Use correct bit-depth for setting background
8620 color.
8621
86222008-05-08 Eli Zaretskii <eliz@gnu.org>
8623
8624 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
8625 epa-hook.elc.
8626
86272008-05-08 Juanma Barranquero <lekktu@gmail.com>
8628
8629 * font.c (Ffont_match_p): Don't use `iff' in docstring.
8630
86312008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8632
8633 * macfns.c (Fx_create_frame): Make a copy of frame parameters
8634 because the original parameters are in pure storage now.
8635 (mac_window): Remove unused params. Update callers.
8636
86372008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * lread.c (substitute_object_recurse): Use lower-level primitives.
8640 Don't signal errors when traversing sub-char-tables.
8641 Don't loop over all the possible characters when traversing char-tables.
8642
8643 * print.c (print_preprocess): Add sub-char-tables to the print-table,
8644 just like we do in print.c.
8645
86462008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * minibuf.c (Ftry_completion): Remove code left over from when we used
8649 scmp instead of Fcompare_strings.
8650
86512008-05-04 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
8654
86552008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8656
8657 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
8658 Create bitmap context in native byte order.
8659
8660 * macterm.c (XDrawLine)
8661 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
8662 context in native byte order.
8663
86642008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8665
8666 * config.in: Regenerate.
8667
8668 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
8669 New definitions for Image I/O support.
8670 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
8671 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
8672 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
8673 (mac_data_provider_release_data, image_load_image_io)
8674 [USE_MAC_IMAGE_IO]: New functions.
8675 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
8676 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
8677 (init_image_func_pointer) [MAC_OSX]: Remove function.
8678 (image_load_quartz2d) [MAC_OSX]: Check availability of
8679 CGImageCreateWithPNGDataProvider at compile time.
8680 Use lowercase `false' for boolean constant.
8681 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
8682 Use image_load_image_io.
8683 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
8684 Don't check MyCGImageCreateWithPNGDataProvider.
8685 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
8686 Don't call init_image_func_pointer.
8687
8688 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
8689
8690 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
8691 Make variable non-static.
8692 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
8693 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
8694
8695 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
8696 (RED_FROM_ULONG): Mask off higher bits.
8697 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
8698
8699 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
8700 Include AvailabilityMacros.h.
8701 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
8702 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
8703
87042008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * chartab.c (Fset_char_table_range): If range is t, really set all
8707 chars to that value.
8708
87092008-05-03 Eli Zaretskii <eliz@gnu.org>
8710
8711 * dired.c (Ffile_attributes): Don't allow the device number become
8712 negative.
8713
87142008-05-02 Daiki Ueno <ueno@unixuser.org>
8715
8716 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
8717
87182008-05-02 Juri Linkov <juri@jurta.org>
8719
8720 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
8721 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
8722 DEFAULT argument as a list of default values in docstrings.
8723
87242008-05-01 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * puresize.h (BASE_PURESIZE): Increase to 1210000.
8727
87282008-05-01 Martin Rudalics <rudalics@gmx.at>
8729
8730 * dispnew.c (change_frame_size_1): Preserve small windows when
8731 shrinking frames by calling set_window_height|width with third
8732 arg 2.
8733
8734 * window.h (struct window): Replace field too_small_ok by field
8735 resize_proportionally.
8736
8737 * window.c (make_window): Initialize resize_proportionally.
8738 (enlarge_window): Temporarily set resize_proportionally to make
8739 sure that shrink_windows does scale the window proportionally.
8740 (shrink_windows): When window has resize_proportionally set try
8741 to shrink it proportionally by stealing from other windows.
8742 (struct saved_window, Fset_window_configuration)
8743 (compare_window_configurations): Handle resize_proportionally.
8744 (WINDOW_TOTAL_SIZE): New macro.
8745 (window_min_size, shrink_windows, size_window): Use it.
8746 (check_min_window_sizes): Remove. Invalid values of
8747 window-min-height|width are handled by window_min_size_2 now.
8748 (size_window, Fsplit_window, enlarge_window)
8749 (adjust_window_trailing_edge, grow_mini_window): Don't call
8750 check_min_window_sizes.
8751 (window_min_size_2, window_min_size_1, window_min_size):
8752 New argument safe_p for retrieving "safe" minimum sizes.
8753 (Fdisplay_buffer, Fsplit_window, enlarge_window)
8754 (adjust_window_trailing_edge, grow_mini_window):
8755 Adjust arguments of window_min_size... functions.
8756 (shrink_windows): Argument min_size removed. New argument
8757 safe_p allows shrinking windows to their safe minimum sizes.
8758 Calculate minimum size and decide whether a window shall be
8759 deleted for each window individually.
8760 (size_window): When nodelete_p equals 2, tell shrink_windows to
8761 delete windows only if their new minimum size is no more safe.
8762 (shrink_window_lowest_first): Call window_min_size_1 to make
8763 sure to preserve modeline of bottom-most window when resizing
8764 the minibuffer.
8765 (Fset_window_configuration, Fcurrent_window_configuration)
8766 (compare_window_configurations): Do not handle
8767 window-min-height|width any more.
8768 (syms_of_window): Clarify window-min-height|width doc-strings.
8769
87702008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * dired.c (file_name_completion): Fix up the encoding/decoding issue
8773 some more. Copy some of the code from Ftry_completions.
8774 Remove special case code that dates back to initial revision when the
8775 slash was only added when necessary and that can't trigger nowadays.
8776
87772008-04-27 Kenichi Handa <handa@m17n.org>
8778
8779 * font.c (font_prop_validate): Signal `error' instead of `font'.
8780
87812008-04-29 Jason Rumney <jasonr@gnu.org>
8782
8783 * w32fns.c (Fw32_battery_status): New defun.
8784 (syms_of_w32fns): Defsubr it.
8785
87862008-04-28 Andreas Schwab <schwab@suse.de>
8787
8788 * dired.c (file_name_completion): Fix another mixing of encoded
8789 and decoded names.
8790
87912008-04-28 Juanma Barranquero <lekktu@gmail.com>
8792
8793 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
8794
87952008-04-27 Juanma Barranquero <lekktu@gmail.com>
8796
8797 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
8798
87992008-04-27 Andreas Schwab <schwab@suse.de>
8800
8801 * dired.c (file_name_completion): Fix inappropriate mixing of
8802 encoded and decoded names.
8803
8804 * xterm.c (XTread_socket): Fix use of uninitialized variable.
8805
8806 * puresize.h (BASE_PURESIZE): Increase to 1200000.
8807
88082008-04-26 Eli Zaretskii <eliz@gnu.org>
8809
8810 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
8811 2008-03-31, it's not needed anymore with `struct stat' definition
8812 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
8813 for the same reasons.
8814
88152008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
8816
8817 * m/sparc.h: Additional redefinitions for GNU/Linux.
8818
88192008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8820
8821 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
8822 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
8823 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
8824 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
8825 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
8826 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
8827 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
8828 Likewise.
8829
8830 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
8831 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
8832 (mac_ax_number_of_characters): Add externs.
8833 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
8834 [USE_MAC_TSM]: Likewise.
8835 (mac_handle_text_input_event) [MAC_OSX]:
8836 Handle kEventTextInputOffsetToPos for no active input area case.
8837 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
8838 (mac_handle_document_access_event)
8839 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
8840 (install_application_handler) [MAC_OSX]: Register handlers for
8841 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
8842 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
8843 Register mac_handle_document_access_event.
8844
8845 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
8846 Make functions non-static.
8847
88482008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
8851 (read_file_name_completion_ignore_case, insert_default_directory)
8852 (Qdefault_directory): Move to minibuffer.el.
8853 (Fread_file_name): Call the new `read-file-name' instead.
8854
88552008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8856
8857 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
8858 Make function non-static.
8859 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
8860 Remove function.
8861 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
8862 Move to mactoolbox.c.
8863 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
8864
8865 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
8866 (mac_rect_make): New macro.
8867
8868 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
8869 instead of float.
8870 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
8871 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
8872 (XSetBackground) [USE_CG_DRAWING]: Likewise.
8873 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
8874 CGRectMake.
8875 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
8876 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
8877 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
8878 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
8879 instead of WindowRef in argument type.
8880 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
8881 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
8882 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
8883 instead of DISPLAY. All uses changed.
8884 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
8885 (x_calc_absolute_position): Simplify so as not to use
8886 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
8887
8888 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
8889 instead of WindowRef in argument type.
8890 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
8891 [TARGET_API_MAC_CARBON]: Remove externs.
8892 (create_apple_event, mac_event_parameters_to_lisp)
8893 [TARGET_API_MAC_CARBON]: Add externs.
8894
8895 * mactoolbox.c (Vmac_ts_script_language_on_focus)
8896 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
8897 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
8898 is clicked.
8899 (x_activate_menubar): Remove extern for saved_menu_event_location.
8900 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
8901 Move from mac.c.
8902
89032008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8904
8905 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
8906 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
8907
89082008-04-23 Jason Rumney <jasonr@gnu.org>
8909
8910 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
8911 attributes only for local files.
8912
8913 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
8914 default to Qlocal.
8915
89162008-04-22 Juri Linkov <juri@jurta.org>
8917
8918 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
8919 read-buffer-to-switch instead of using the letter "B".
8920
89212008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * fileio.c (Qdefault_directory): New variable.
8924 (Fread_file_name): Use it to pass `dir' to the completion functions.
8925
89262008-04-20 Chong Yidong <cyd@stupidchicken.com>
8927
8928 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
8929
89302008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * keyboard.c (Vpre_help_message): Remove.
8933 (show_help_echo): Remove default C code.
8934
8935 * dired.c (directory_files_internal, file_name_completion):
8936 Only call ENCODE_FILE if the string is indeed decoded.
8937
89382008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * Makefile.in (TOOLKIT_DEFINES): Remove.
8941 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
8942
89432008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8944
8945 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
8946 (mactoolbox.o): New target.
8947
8948 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
8949 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
8950
8951 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
8952 Use mac_set_frame_window_background instead of XSetWindowBackground.
8953 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
8954 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
8955 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
8956 instead of SetWindowTitleWithCFString.
8957 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
8958 Move function to mactoolbox.c.
8959 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
8960 Use mac_set_window_modified instead of SetWindowModified.
8961 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
8962 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
8963 (Fx_focus_frame): Use mac_front_non_floating_window instead of
8964 FrontNonFloatingWindow. Use mac_activate_window instead of
8965 ActivateWindow. Use mac_active_non_floating_window instead of
8966 ActiveNonFloatingWindow.
8967 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
8968 Use mac_show_hourglass and mac_hide_hourglass.
8969 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
8970 instead of GetGlobalMouse.
8971 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
8972 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
8973 Use mac_bring_window_to_front instead of BringToFront.
8974 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
8975 mactoolbox.c.
8976 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
8977 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
8978 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
8979 mactoolbox.c.
8980
8981 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
8982 (XtPointer): Move typedef from macmenu.c.
8983 (enum button_type): Move enum from macmenu.c.
8984 (widget_value): Move typedef from macmenu.c.
8985 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
8986 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
8987 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
8988 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
8989 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
8990 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
8991 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
8992 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
8993 (Selection): Move typedef from macselect.c.
8994 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
8995 macterm.c.
8996 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
8997 (mac_is_window_collapsed, mac_bring_window_to_front)
8998 (mac_send_window_behind, mac_hide_window, mac_show_window)
8999 (mac_collapse_window, mac_front_non_floating_window)
9000 (mac_active_non_floating_window, mac_activate_window)
9001 (mac_move_window_structure, mac_move_window, mac_size_window)
9002 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
9003
9004 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
9005 (enum mac_menu_kind): Move enum to mactoolbox.c.
9006 (min_menu_id): Move variable to mactoolbox.c.
9007 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
9008 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
9009 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
9010 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
9011 [TARGET_API_MAC_CARBON]: Likewise.
9012 (XtPointer): Move typedef to macgui.h.
9013 (enum button_type): Move enum to macgui.h.
9014 (widget_value): Move typedef to macgui.h.
9015 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
9016 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
9017 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
9018 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
9019 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
9020 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
9021 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
9022 (popup_activated_flag): Make variable non-static.
9023 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
9024 (add_menu_item, fill_menu, dispose_menus):
9025 Move functions to mactoolbox.c.
9026 (restore_show_help_function, menu_target_item_handler)
9027 (install_menu_target_item_handler, mac_handle_dialog_event)
9028 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
9029 [TARGET_API_MAC_CARBON]: Likewise.
9030 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
9031 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
9032 (find_and_call_menu_selection, name_is_separator): Make function
9033 non-static.
9034 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
9035 to mactoolbox.c.
9036 (set_frame_menubar): Don't call install_menu_quit_handler.
9037 (menu_item_selection): New variable.
9038 (mac_menu_show): Use create_and_show_popup_menu.
9039 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
9040 selection but set variable menu_item_selection. All uses changed.
9041 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
9042 Call install_menu_quit_handler. Move to mactoolbox.c.
9043
9044 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
9045 (Selection): Move typedef to macgui.h.
9046 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
9047 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
9048 Make variables non-static.
9049 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
9050 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
9051 Make functions non-static.
9052 (Vmac_service_selection) [MAC_OSX]: Likewise.
9053 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
9054 (mac_valid_selection_target_p, mac_clear_selection)
9055 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
9056 (mac_put_selection_value, mac_selection_has_target_p)
9057 (mac_get_selection_value, mac_get_selection_target_list)
9058 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
9059 Move functions to mactoolbox.c.
9060 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
9061 Likewise.
9062 (copy_scrap_flavor_data, mac_handle_service_event)
9063 (install_service_handler) [MAC_OSX]: Likewise.
9064 (syms_of_macselect) <Vmac_dnd_known_types>:
9065 Use mac_dnd_default_known_types.
9066
9067 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
9068 Move to mactoolbox.c.
9069 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
9070 (Fx_selection_owner_p): Add EXFUN.
9071 (install_window_handler, remove_window_handler, XSetWindowBackground):
9072 Remove externs.
9073 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
9074 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
9075 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
9076 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
9077 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
9078 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
9079 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
9080 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
9081 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
9082 (create_and_show_popup_menu, mac_get_selection_from_symbol)
9083 (mac_valid_selection_target_p, mac_clear_selection)
9084 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
9085 (mac_put_selection_value, mac_selection_has_target_p)
9086 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
9087 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
9088 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
9089 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
9090 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
9091 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
9092 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
9093 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
9094 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
9095
9096 * mactoolbox.c: New file.
9097
90982008-04-18 Jason Rumney <jasonr@gnu.org>
9099
9100 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
9101
91022008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * character.c (Fmultibyte_char_to_unibyte):
9105 Return latin1 chars unchanged.
9106
9107 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
9108 relocated if it points to `name'.
9109
91102008-04-17 Kenichi Handa <handa@m17n.org>
9111
9112 * data.c (Faset): Allow setting a multibyte character in an
9113 ASCII-only unibyte string.
9114
9115 * lisp.h (STRING_SET_MULTIBYTE): New macro.
9116
91172008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
9120 done in config.h.
9121
91222008-04-16 Juanma Barranquero <lekktu@gmail.com>
9123
9124 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
9125 (Fchar_direction): Add usage in the docstring.
9126
91272008-04-15 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * keyboard.c (read_key_sequence): Remove always-true checks.
9130
91312008-04-14 Jason Rumney <jasonr@gnu.org>
9132
9133 * w32font.c (w32font_open_internal): Set max_bounds.descent in
9134 compatibility struct, for better underline positioning.
9135
91362008-04-13 David Hansen <david.hansen@gmx.net>
9137
9138 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
9139 string.
9140
91412008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9142
9143 * m/hp800.h (XUINT, XSET): Remove.
9144
91452008-04-12 Juanma Barranquero <lekktu@gmail.com>
9146
9147 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
9148 previous change.
9149
91502008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
9153 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
9154
91552008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * keymap.h (map_keymap_canonical): Declare.
9158 * xmenu.c (single_keymap_panes): Use it.
9159
91602008-04-11 Glenn Morris <rgm@gnu.org>
9161
9162 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
9163 set the target's value to that of the alias.
9164
91652008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * term.c (set_tty_color_mode): Left over typo.
9168
91692008-04-10 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
9172 only after check for file name handler functions. Signal, when
9173 native functionality is not supported.
9174 (syms_of_fileio): Declare it unconditionally.
9175
91762008-04-10 Jason Rumney <jasonr@gnu.org>
9177
9178 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
9179 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
9180
9181 * w32.c (logon_network_drive): Also logon to remote drives that
9182 are mapped to drive letters.
9183
91842008-04-10 Glenn Morris <rgm@gnu.org>
9185
9186 * xdisp.c (truncate-partial-width-windows): Doc fix.
9187
91882008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
9191 Move functions to minibuffer.el.
9192 (syms_of_fileio): Don't declare them.
9193
91942008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
9197 (syms_of_minibuf): Remove its initialization.
9198
9199 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
9200
92012008-04-09 Juanma Barranquero <lekktu@gmail.com>
9202
9203 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
9204
92052008-04-09 Jason Rumney <jasonr@gnu.org>
9206
9207 * makefile.w32-in (distclean): Delete makefile too.
9208 (maintainer-clean): New target.
9209
9210 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
9211
9212 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
9213 for new font backend and composite cases.
9214
92152008-04-09 Jan Djärv <jan.h.d@swipnet.se>
9216
9217 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
9218 Most of the code moved to run_timers.
9219 (do_pending_atimers): Call run_timers.
9220 (run_timers): New function.
9221
9222 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
9223 run atimers.
9224
9225 * process.c (wait_reading_process_output): The same as above.
9226
92272008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * minibuf.c (last_exact_completion): Remove variable.
9230 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
9231 (complete_and_exit_1, complete_and_exit_2)
9232 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
9233 (Fdisplay_completion_list, display_completion_list_1)
9234 (Fminibuffer_completion_help, Fself_insert_and_exit)
9235 (Fexit_minibuffer, Fminibuffer_message): Move functions to
9236 minibuffer.el.
9237 (syms_of_minibuf): Remove corresponding initializations.
9238
9239 * keyboard.c (Qdeactivate_mark): New var.
9240 (command_loop_1): Use it to call `deactivate-mark'.
9241 (syms_of_keyboard): Initialize it.
9242
9243 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
9244 to another frame.
9245 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
9246 Don't call set_tty_color_mode.
9247 (store_frame_param): Reset previous_frame rather than call
9248 set_tty_color_mode.
9249 * term.c (set_tty_color_mode): Rewrite.
9250 * dispextern.h (set_tty_color_mode): New type.
9251 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
9252
92532008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
9256 for generic chars, which do not exist any more in emacs-unicode.
9257
92582008-04-08 Michael Albinus <michael.albinus@gmx.de>
9259
9260 * coding.c (detect_coding_emacs_mule)
9261 (Ffind_operation_coding_system): Fix typo.
9262
92632008-04-08 Jason Rumney <jasonr@gnu.org>
9264
9265 * w32uniscribe.c (SNAME): Extract only symbol name.
9266
9267 * w32font.h (struct w32_metric_cache): New struct.
9268 (w32font_info): Use it.
9269 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
9270 (CACHE_BLOCKSIZE): New constants.
9271
9272 * w32font.c (Qja, Qko, Qzh): New symbols.
9273 (syms_of_w32font): Initialise them.
9274 (font_matches_spec): Use them to filter by language.
9275 (recompute_cached_metrics): Remove function.
9276 (compute_metrics, clear_cached_metrics): New functions.
9277 (w32font_encode_char): Use them to manage metric cache.
9278 (w32font_text_extents): Cache metrics for all glyphs on demand.
9279 Delay converting glyph indices to WORD until needed.
9280 (w32font_open_internal): Initialize metric cache to empty.
9281 (registry_to_w32_charset): Charset should always be a symbol.
9282 (fill_in_logfont, list_all_matching_fonts): Family should
9283 always be a symbol.
9284
92852008-04-06 Jason Rumney <jasonr@gnu.org>
9286
9287 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
9288 Give up if glyph indices not supported. Use uniscribe obtained
9289 ABC widths for individual metrics. Map glyph clusters back to
9290 characters using fClusterStart flag. Return number of glyphs
9291 produced, not chars processed.
9292 (uniscribe_shape): Map char at FROM to current glyph.
9293
92942008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9295
9296 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
9297 Use SetMenuItemHierarchicalMenu.
9298
92992008-04-05 Jason Rumney <jasonr@gnu.org>
9300
9301 * image.c (pbm_load): Allow color values up to 65535.
9302 Throw an error if max_color_idx is outside the supported range.
9303 Report an error when image size is invalid.
9304 Read two bytes at a time when raw images have max_color_idx above 255.
9305
93062008-04-05 Eli Zaretskii <eliz@gnu.org>
9307
9308 * w32.c (readdir): If FindFirstFile/FindNextFile return in
9309 cFileName a file name that includes `?' characters, use the 8+3
9310 alias in cAlternateFileName instead.
9311
93122008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
9313
9314 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
9315 append "CCL: Quitted" when the CCL program is quitted.
9316 (setup_ccl_program): Initialize ccl->quit_silently to zero.
9317
9318 * ccl.h (struct ccl_program): New member quit_silently.
9319
93202008-04-05 Chong Yidong <cyd@stupidchicken.com>
9321
9322 * search.c (compile_pattern_1): Treat non-nil and non-string of
9323 search-spaces-regexp as nil.
9324
9325 * minibuf.c (Fassoc_string): Tweak docstring.
9326
93272008-04-05 Eli Zaretskii <eliz@gnu.org>
9328
9329 * dired.c (Ffile_attributes): Support inode numbers wider than 32
9330 bits. Remove ugly WINDOWSNT-specific kludge introduced on
9331 2008-03-14 to force inode be positive.
9332
9333 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
9334 _S_* ones, since we now use our own sys/stat.h.
9335 (stat, fstat): Don't mangle the inode number.
9336 (init_user_info): Don't restrict UID and GID to 0-60000 range.
9337
93382008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * frame.h (struct frame): Give one more bit to `visible' since we use
9341 values larger than 1 to indicate obscured frames on ttys.
9342
9343 * keymap.c (Qkeymap_canonicalize): New var.
9344 (Fmap_keymap_internal): New fun.
9345 (describe_map): Use keymap-canonicalize.
9346
9347 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
9348 (Fundo_boundary): Set them.
9349 (syms_of_undo): Initialize them.
9350 (record_point): Use them instead of last_point_position*.
9351 (last_undo_buffer): Change type.
9352
93532008-04-04 Jason Rumney <jasonr@gnu.org>
9354
9355 * w32font.c (w32font_text_extents): Use font's ascent and descent.
9356 (recompute_cached_metrics): Don't set ascent and descent per char.
9357
9358 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
9359 (uniscribe_check_otf): Add GC protection before consing.
9360 Rearrange loop for counting features.
9361
93622008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
9365 buffer with byte-size of source buffer.
9366
93672008-04-03 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * callint.c (Fcall_interactively): Handle temporary region even
9370 when shift-select-mode is off.
9371
93722008-04-03 Jason Rumney <jasonr@gnu.org>
9373
9374 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
9375
93762008-04-03 Kenichi Handa <handa@m17n.org>
9377
9378 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
9379 (CATEGORY_MASK_UTF_16): Likewise.
9380 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
9381 binary file.
9382 (detect_coding): Add null-byte detection for a binary file.
9383 (detect_coding_system): Likewise.
9384
93852008-04-03 Jason Rumney <jasonr@gnu.org>
9386
9387 * w32uniscribe.c: New file.
9388
9389 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
9390
9391 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
9392
9393 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
9394 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
9395 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
9396 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
9397 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
9398 (Qphonetic): New symbols.
9399 (syms_of_w32font): Initialize them.
9400 (font_supported_scripts): Use them.
9401 (w32font_list_family): List all charsets.
9402 (w32font_text_extents, recompute_cached_metrics): Fix metric
9403 calculations.
9404 (w32_enumfont_pattern_entity): Make full_type a DWORD.
9405 Give opentype fonts their own format.
9406 (font_matches_spec): New arguments backend and logfont.
9407 Handle :otf spec for uniscribe backend.
9408 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
9409 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
9410
9411 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
9412 font backend.
9413 (globals_of_w32fns): Initialize uniscribe font backend.
9414
9415 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
9416 dependencies.
9417 (w32uniscribe.$(O)): New file to build.
9418 (FONT_OBJ): Include w32uniscribe.$(O).
9419 (LIBS): Add uniscribe libraries.
9420
9421 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
9422
94232008-04-02 Chong Yidong <cyd@stupidchicken.com>
9424
9425 * callint.c (Vshift_select_mode): New var.
9426 (Finteractive): Document new ^ spec.
9427 (Fcall_interactively): Call handle-shift-selection if the ^ spec
9428 is present.
9429
9430 * keyboard.c (Vthis_command_keys_shift_translated): New var.
9431 (command_loop_1): Avoid running the direct display versions of
9432 forward-char and backward-char if shift-selection may occur.
9433 (read_key_sequence): Set Vthis_command_keys_shift_translated if
9434 shift-translation takes place.
9435
9436 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
9437 avoid clobbering by define-minor-mode.
9438
9439 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
9440 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
9441
9442 * syntax.c (Fforward_word): Add ^ interactive spec.
9443
9444 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
9445 (Fscroll_right): Add ^ interactive spec.
9446
94472008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
9450
9451 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
9452
9453 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
9454
94552008-03-31 Juri Linkov <juri@jurta.org>
9456
9457 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
9458
94592008-03-30 Jan Djärv <jan.h.d@swipnet.se>
9460
9461 * gtkutil.c (xg_set_geometry): Fix indentation.
9462 (xg_resize_outer_widget): Remove.
9463 (x_wm_size_hint_off): Fix indentation.
9464 (xg_frame_set_char_size): Call flush_and_sync after
9465 gtk_window_resize.
9466 (x_wm_set_size_hint): Pass NULL as geometry window to
9467 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
9468 Add menu bar and tool bar height to base height.
9469 (xg_update_frame_menubar, free_frame_menubar)
9470 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
9471 (update_frame_tool_bar, free_frame_tool_bar):
9472 Change xg_resize_outer_widget to xg_frame_set_char_size.
9473
94742008-03-30 Michael Albinus <michael.albinus@gmx.de>
9475
9476 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
9477 (Fdbus_call_method): New parameter TIMEOUT.
9478 (dbus-send-signal): Optimize UNGCPRO call.
9479
94802008-03-29 Juri Linkov <juri@jurta.org>
9481
9482 * window.c (Fdisplay_buffer): Move call to
9483 Vsplit_window_preferred_function out of conditions that check
9484 if window is eligible for vertical splitting.
9485 When Vsplit_window_preferred_function is non-nil, call it and use
9486 its non-nil return value as window. Otherwise, continue doing
9487 vertical splitting using Fsplit_window with arg horflag=nil.
9488 (syms_of_window) <Vsplit_window_preferred_function>: Change the
9489 default value from `split-window' to nil.
9490
94912008-03-29 Juri Linkov <juri@jurta.org>
9492
9493 * callint.c (Fcall_interactively): Revert 2008-03-16 change
9494 for interactive code letters 'b' and 'B'.
9495
94962008-03-29 Eli Zaretskii <eliz@gnu.org>
9497
9498 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
9499 multibyte string.
9500
95012008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * keyboard.c (pending_funcalls): New var.
9504 (timer_check): Run it.
9505 (syms_of_keyboard): Initialize it.
9506 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
9507 (Vdelete_terminal_functions): New vars.
9508 (syms_of_terminal): Initialize them.
9509 (Fdelete_terminal): Run delete-terminal-functions.
9510 * xdisp.c (safe_eval): Rewrite.
9511 (safe_call2): New fun.
9512 * frame.c (Qdelete_frame_functions): New var.
9513 (syms_of_frame): Initialize it.
9514 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
9515 * lisp.h (safe_call2, pending_funcalls): Declare.
9516
95172008-03-28 Andreas Schwab <schwab@suse.de>
9518
9519 * indent.c (Fmove_to_column): Move declaration before statements.
9520
95212008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
9524 (struct frame): Use bit fields for boolean vars.
9525
9526 * process.c (server_accept_connection): Simplify naming.
9527 (emacs_get_tty_pgrp): Use SDATA.
9528
9529 * coding.c (decode_coding_object): Fix last change.
9530
95312008-03-27 Jason Rumney <jasonr@gnu.org>
9532
9533 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
9534
95352008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
9536
9537 * charset.c (Fdefine_charset_internal): Change the way of
9538 registering charsets in Vcharset_order_list.
9539 (syms_of_charset): Make the charset `eight-bit' supplementary.
9540
95412008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
9542
9543 * regex.c (EXTEND_BUFFER): Change order of pointer addition
9544 operations, to avoid having the difference between pointers
9545 overflow.
9546
95472008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * indent.c (check_display_width): New fun.
9550 (scan_for_column): Use it.
9551
9552 * data.c (syms_of_data): Mark most-positive-fixnum and
9553 most-negative-fixnum as constants.
9554
9555 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
9556
9557 * indent.c (scan_for_column): Extract from current_column_1.
9558 Merge with the same code from Fmove_to_column.
9559 (current_column_1, Fmove_to_column): Use it.
9560
95612008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * keymap.c (map_keymap_internal): New fun.
9564 (map_keymap): Use it.
9565 (Fmap_keymap_internal): New fun.
9566 (Fmap_keymap): Remove left-out test from before make_save_value.
9567
9568 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
9569
9570 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
9571 Use XCAR/XCDR.
9572
9573 * process.h (struct Lisp_Process): Remove filter_multibyte.
9574 * process.c (QCfilter_multibyte): Remove.
9575 (setup_process_coding_systems): Don't use filter_multibyte.
9576 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
9577 (read_process_output): Don't adjust multibyteness to filter_multibyte.
9578 (Fset_process_filter_multibyte): Change the coding-system to
9579 approximate the previous behavior.
9580 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
9581 coding-system.
9582
9583 * coding.c (decode_coding_object): When not decoding into a buffer,
9584 obey the coding system's preference of (uni|multi)byte.
9585
95862008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
9589 every char is changed and has a different byte-length.
9590 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
9591 Fix int -> EMACS_INT.
9592
95932008-03-23 David Hansen <david.hansen@gmx.net>
9594
9595 * dbusbind.c (xd_read_message): Remove extra copying of message
9596 strings. Check for NULL `interface' or `member'.
9597
95982008-03-22 Eli Zaretskii <eliz@gnu.org>
9599
9600 * w32.c (readdir): If FindFirstFile/FindNextFile return in
9601 cFileName a file name that includes `?' characters, use the 8+3
9602 alias in cAlternateFileName instead.
9603
96042008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
9607
96082008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
9611 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
9612 work on current_buffer only instead (that was already the case
9613 for some of the code anyway).
9614 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
9615 (temp_set_point, temp_set_point_both): Use EMACS_INT.
9616 (SET_PT, SET_PT_BOTH): Adjust.
9617 * intervals.h (set_point, temp_set_point, set_point_both)
9618 (temp_set_point_both): Remove redundant declarations.
9619
96202008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * fileio.c (Finsert_file_contents):
9623 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
9624 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
9625 when buffer != current_buffer anyway.
9626
96272008-03-20 Andreas Schwab <schwab@suse.de>
9628
9629 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
9630 as default.
9631
96322008-03-19 Jason Rumney <jasonr@gnu.org>
9633
9634 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
9635 (syms_of_w32fns): Initialize them.
9636 (HOURGLASS_ID): New constant.
9637 (x_window_to_frame): Don't check hourglass_window.
9638 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
9639 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
9640 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
9641 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
9642 Only change the cursor if hourglass is not active.
9643 (Fx_create_frame): Initialize frame's current_cursor.
9644 (hourglass_atimer): Remove.
9645 (hourglass_started): New function.
9646 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
9647 (show_hourglass): Adapt to w32, changing argument to frame.
9648
9649 * w32term.h (struct w32_output): Remove hourglass_window.
9650 Add current_cursor.
9651
9652 * eval.c (call_debugger, Fsignal):
9653 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
9654 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
9655 (Fexecute_extended_command, cancel_hourglass_unwind):
9656 * minibuf.c (read_minibuf):
9657 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
9658
96592008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * window.c (run_funs): New fun.
9662 (run_window_configuration_change_hook): Use it to run the buffer-local
9663 and the global part of the hook.
9664
9665 * xdisp.c (format_mode_line_unwind_data): Add window argument.
9666 (unwind_format_mode_line): Restore selected window.
9667 (x_consider_frame_title, Fformat_mode_line): Set selected window.
9668
96692008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * editfns.c (Fchar_equal): Check they are valid characters.
9672
9673 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
9674
96752008-03-17 Andreas Schwab <schwab@suse.de>
9676
9677 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
9678 against a charset.
9679
9680 * lisp.h (Fbuffer_list): Declare.
9681
96822008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 9683
aac0c6e3
MR
9684 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
9685 handlebox_widget is != 0.
9686
96872008-03-16 Juri Linkov <juri@jurta.org>
9688
9689 * callint.c (Fcall_interactively): For interactive code letters
9690 'b' and 'B' put the buffer list into the list of default "future"
9691 values of the minibuffer.
9692
96932008-03-16 Andreas Schwab <schwab@suse.de>
9694
9695 * keyboard.c (read_key_sequence): Fix downcasing of letters with
9696 modifiers.
9697
9698 * regex.c (re_match_2_internal): Correct matching of a charset
9699 against latin-1 characters.
9700
97012008-03-16 Kenichi Handa <handa@m17n.org>
9702
9703 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
9704 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
9705 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
9706 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
9707 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
9708 CHAR_STRING_ADVANCE.
9709 (produce_chars): Fix for the case that the source and the
9710 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
9711 instead of CHAR_STRING_ADVANCE.
9712 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
9713 STRING_CHAR_ADVANCE.
9714
97152008-03-15 Andreas Schwab <schwab@suse.de>
9716
9717 * regex.c (re_match_2_internal): Correct matching of eight bit
9718 characters in unibyte strings.
9719
97202008-03-15 Martin Rudalics <rudalics@gmx.at>
9721
9722 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
9723 at end of range when it coincides with the end of the buffer.
9724
97252008-03-14 Eli Zaretskii <eliz@gnu.org>
9726
9727 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
9728
9729 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
9730
97312008-03-14 Jason Rumney <jasonr@gnu.org>
9732
9733 * editfns.c (initial_tz): New variable.
9734 (syms_of_editfns): Initialize it.
9735 (Fset_time_zone_rule): Set it when first called.
9736 Use it when TZSTRING is nil.
9737
9738 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
9739 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
9740 (monitor_from_point_fn, get_monitor_info_fn): New globals.
9741 (globals_of_w32fns): Initialize them.
9742 (compute_tip_xy): Use them to position tooltips.
9743
97442008-03-14 Glenn Morris <rgm@gnu.org>
9745
9746 * emacs.c (main): Revert previous change.
9747 (standard_args): Revert -internal-script back to -scriptload,
9748 and remove the long-option form.
9749
97502008-03-13 Glenn Morris <rgm@gnu.org>
9751
9752 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
9753 Remove option -enable-font-backend.
9754
97552008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
9758
97592008-03-11 Jan Djärv <jan.h.d@swipnet.se>
9760
9761 * xterm.c (x_connection_closed): For GTK: If this is the last
9762 terminal just exit without closing the display.
9763
97642008-03-11 Jason Rumney <jasonr@gnu.org>
9765
9766 * w32font.c (w32font_full_name): Use floor to round.
9767
f0131492 97682008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
9769
9770 * sound.c (alsa_configure): Declare vol at beginning of block.
9771
9772 * fontset.c (Ffontset_info): Remove extra semicolon.
9773
97742008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
9777 size of resulting string.
9778
97792008-03-10 Jason Rumney <jasonr@gnu.org>
9780
9781 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
9782
97832008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9784
9785 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
9786 Don't pretend as if characters with display property haven't been
9787 consumed for string-replacing-string case.
9788
97892008-03-08 Kim F. Storm <storm@cua.dk>
9790
9791 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
9792 (get_next_display_element, next_element_from_string)
9793 (next_element_from_ellipsis, next_element_from_buffer): Use it.
9794
97952008-03-08 Andreas Schwab <schwab@suse.de>
9796
9797 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
9798
97992008-03-06 Jason Rumney <jasonr@gnu.org>
9800
9801 * w32font.c (w32_registry): Take font_type argument. Use ANSI
9802 when charset not specified. Only translate ANSI to unicode when
9803 font_type is truetype.
9804 (w32font_coverage_ok): New function.
9805 (add_font_entity_to_list): Use it to filter unsuitable fonts.
9806
98072008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
9808
9809 * lread.c (Fread_char): Resolve modifiers.
9810 (Fread_char_exclusive): Likewise.
9811
9812 * character.c (char_resolve_modifier_mask): New function.
9813 (char_string): Use char_resolve_modifier_mask.
9814 (Fchar_resolve_modifiers): New function.
9815 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
9816 function.
9817
98182008-03-04 Jason Rumney <jasonr@gnu.org>
9819
9820 * makefile.w32-in: Always include w32font.c in the build.
9821 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
9822
98232008-03-04 Andreas Schwab <schwab@suse.de>
9824
9825 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
9826 (versionclean): Likewise.
9827
98282008-03-04 Juanma Barranquero <lekktu@gmail.com>
9829
9830 * .cvsignore: Add oo.
9831
98322008-03-03 Andreas Schwab <schwab@suse.de>
9833
9834 * coding.c (decode_coding_object): Inhibit gap shrinking while
9835 decoding in place.
9836
98372008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
9838
9839 * w32term.c: Remove unused include "gnu.h".
9840 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
9841
9842 * gnu.h: Rename to ...
9843 * emacs-icon.h: ... this.
9844 * xterm.c: Use emacs-icon.h instead of gnu.h.
9845 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
9846
98472008-03-03 Juanma Barranquero <lekktu@gmail.com>
9848
9849 * w32font.c: Include math.h.
9850
98512008-03-03 Jason Rumney <jasonr@gnu.org>
9852
9853 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
9854 Compute options separately.
9855 (w32font_open_internal): Set glyph_idx before caching metrics.
9856
9857 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
9858 Define if system headers don't.
9859 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
9860 (w32font_encode_char): Don't declare here.
9861
9862 * w32font.c (Quniscribe, QCformat): New symbols.
9863 (syms_of_w32font): Define them.
9864 (w32font_has_char): Indicate uncertainty.
9865 (w32font_encode_char): Encode as glyph point. Make static.
9866 (recompute_cached_metrics): New function.
9867 (w32font_open_internal): Use it. Set font to use glyph points
9868 initially. Set format based on type of font.
9869 (w32font_text_extents, w32font_draw): Optionally use glyph points.
9870 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
9871 on it. Set format based on information available here.
9872 (add_font_entity_to_list): Identify backend based on opentype_only.
9873
98742008-03-02 Andreas Schwab <schwab@suse.de>
9875
9876 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
9877
9878 * coding.c (decode_coding_big5, produce_chars):
9879 Fix typos in last change.
9880
98812008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
9882
9883 * gnu.h: New icon.
9884
98852008-03-02 Kenichi Handa <handa@m17n.org>
9886
9887 * coding.c (decode_coding_utf_8): When eol-type of CODING is
9888 `dos', don't decode '\r' if that is the last in the source.
9889 (decode_coding_utf_16, decode_coding_emacs_mule)
9890 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9891 (decode_coding_raw_text, decode_coding_charset): Likewise.
9892 (produce_chars): Don't decode EOL here. Use EMACS_INT.
9893
98942008-03-01 Jason Rumney <jasonr@gnu.org>
9895
9896 * w32font.c (w32font_full_name): Report point size for scalable fonts.
9897
98982008-03-01 Kim F. Storm <storm@cua.dk>
9899
9900 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
9901
99022008-03-01 Jason Rumney <jasonr@gnu.org>
9903
9904 * w32font.c (w32font_full_name): New function.
9905 (w32font_open_internal): Use it.
9906
99072008-03-01 Kim F. Storm <storm@cua.dk>
9908
9909 * dispnew.c (line_draw_cost): Fix invalid glyph check.
9910
99112008-03-01 Jason Rumney <jasonr@gnu.org>
9912
9913 * font.c (font_unparse_fcname): Increase len when style is a symbol.
9914
99152008-03-01 Jan Djärv <jan.h.d@swipnet.se>
9916
9917 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
9918 xg_frame_resized when the event is for the edit widget.
9919
9920 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
9921
9922 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
9923 set_char_size.
9924 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
9925 operations on widgets here. Just set frame size if needed.
9926 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
9927 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
9928 (x_wm_set_size_hint): Set size hints on the edit widget only, not
9929 the whole frame.
9930 (xg_create_tool_bar): Move attachment of the tool bar to
9931 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
9932 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
9933
99342008-03-01 Jason Rumney <jasonr@gnu.org>
9935
9936 * w32fns.c (w32_msg_pump): Disable debug code.
9937
99382008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9939
9940 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
9941
99422008-02-29 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * xdisp.c (next_overlay_string): Don't set
9945 overlay_strings_at_end_processed_p if we're currently reading from
9946 a display string.
9947
99482008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * xdisp.c (get_overlay_strings_1): Fix typo.
9951
99522008-02-29 Chong Yidong <cyd@stupidchicken.com>
9953
9954 * xdisp.c (get_overlay_strings_1): Add missing argument type.
9955
99562008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9957
9958 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
9959
9960 * xdisp.c (display_mode_element): Cancel the previous change.
9961 (decode_mode_spec): Likewise.
9962 (handle_auto_composed_prop): Don't make composition if it->string
9963 is a string.
9964
99652008-02-27 Kim F. Storm <storm@cua.dk>
9966
9967 * lisp.h (GLYPH): Change type from int to struct with separate char
9968 and face_id members.
9969 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
9970 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
9971 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
9972 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
9973 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
9974 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
9975 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
9976 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
9977 handle new Lisp glyph code encoding, either an integer or a cons.
9978
9979 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
9980 (GLYPH_ALIAS): Delete.
9981 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
9982 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
9983 (GLYPH_FROM_CHAR): Replace macro by ...
9984 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
9985
9986 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
9987 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
9988 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
9989 (GLYPH_INVALID_P): New macro.
9990 (spec_glyph_lookup_face): Update prototype.
9991
9992 * dispnew.c (line_draw_cost): Adapt to new glyph type.
9993 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
9994 new glyph code encoding.
9995 (spec_glyph_lookup_face): No return value; update passed glyph instead.
9996 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
9997
9998 * xdisp.c (get_next_display_element, next_element_from_display_vector):
9999 Adapt to new glyph type and new glyph code encoding.
10000
10001 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
10002
10003 * indent.c (current_column, current_column_1, Fmove_to_column)
10004 (compute_motion): Adapt to new glyph code encoding.
10005
10006 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
10007
100082008-02-27 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * process.c (wait_reading_process_output): Check for window
10011 changes caused by timers.
10012 Suggested by Johan Bockgård.
10013
100142008-02-27 Glenn Morris <rgm@gnu.org>
10015
10016 * emacs.c (USAGE1): Add `--disable-font-backend'.
10017
100182008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
10021 is made to the buffer.
10022
100232008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
10026 (face_at_string_position):
10027 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
10028 (face_at_string_position):
10029 * xdisp.c (display_string, next_overlay_change):
10030 * buffer.h (overlays_at):
10031 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
10032 Update callers.
10033
100342008-02-26 Chong Yidong <cyd@stupidchicken.com>
10035
10036 * editfns.c (Fformat): Doc fix.
10037
100382008-02-26 Juanma Barranquero <lekktu@gmail.com>
10039
10040 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
10041 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
10042 (Ffont_otf_alternates, Fquery_font): Doc fixes.
10043
100442008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * buffer.c (Fbuffer_swap_text): New function.
10047 (syms_of_buffer): Defsubr it.
10048
100492008-02-25 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
10052
100532008-02-25 Jason Rumney <jasonr@gnu.org>
10054
10055 * w32font.c (w32font_draw): Draw one character at a time when padding.
10056
100572008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
10060 Handle a nil arg. Use run_window_configuration_change_hook.
10061 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
10062 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
10063 Use run_window_configuration_change_hook.
10064
100652008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
10066
10067 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
10068 1-pixel width.
10069
100702008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
10071
10072 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
10073 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
10074 if the glyph in the font is zero pixel with.
10075
10076 * dispextern.h (struct glyph_string): New member padding_p.
10077
10078 * w32font.c (w32font_draw): Pay attention to s->padding_p.
10079
10080 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
10081
10082 * xfont.c (xfont_draw): Pay attention to s->padding_p.
10083
10084 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
10085
10086 * font.c: If the font driver doesn't have `shape' function, return Qnil.
10087
100882008-02-25 Jason Rumney <jasonr@gnu.org>
10089
10090 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
10091
100922008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 Allow fine-grained image-cache flushing.
10095 * dispextern.h (struct image): Add `dependencies' field.
10096 (clear_image_caches): Change arg to Lisp_Object.
10097 * image.c (make_image): Initialize `dependencies' field.
10098 (clear_image_cache): Change arg to allow fine-grained flushing.
10099 Perform the flush even if image-cache-eviction-delay is nil.
10100 (clear_image_caches): Change arg to Lisp_Object.
10101 (Fclear_image_cache): Expand meaning of the argument.
10102 (mark_image): Mark `dependencies' field.
10103 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
10104 (lface_hash): Use XHASH rather than XFASTINT.
10105 (face_at_buffer_position): Fix int -> EMACS_INT position.
10106 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
10107 (select_frame_for_redisplay): Remove code duplication.
10108 (redisplay_internal): Adapt arg to call to clear_image_caches.
10109
101102008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
10111
10112 * s/vms4-0.h:
10113 * s/vms4-2.h:
10114 * s/vms4-4.h:
10115 * s/vms5-5.h: Remove, unused.
10116
10117 * s/irix5-2.h:
10118 * s/irix6-0.h:
10119 * s/riscos5.h:
10120 * s/mach-bsd4-3.h:
10121 * m/mips4.h: Remove files for obsolete systems.
10122
10123 * Makefile.in:
10124 * filelock.c:
10125 * unexmips.c:
10126 * m/hp9000s300.h:
10127 * m/iris4d.h:
10128 * s/aix3-1.h:
10129 * s/hpux.h:
10130 * s/msdos.h:
10131 * s/usg5-0.h:
10132 * s/usg5-2-2.h:
10133 * s/usg5-2.h:
10134 * s/usg5-3.h: Remove references to obsolete variables.
10135
10136 * s/irix5-0.h: Remove, move all the contents ...
10137 * s/irix6-5.h: ... here. Simplify.
10138 * config.in: Regenerate.
10139
101402008-02-24 Jason Rumney <jasonr@gnu.org>
10141
10142 * w32term.c (x_draw_glyph_string_background): Clear the background
10143 manually when cleartype is in use.
10144 (x_draw_glyph_string_foreground): Draw text transparently when
10145 cleartype is in use.
10146
10147 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
10148 a font into it unless we have to.
10149
101502008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
10153 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 10154
aac0c6e3
MR
101552008-02-18 Jason Rumney <jasonr@gnu.org>
10156
10157 * w32fns.c (Fw32_shell_execute): Encode parameters.
10158
101592008-02-09 Eli Zaretskii <eliz@gnu.org>
10160
10161 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
10162
101632008-02-05 Juanma Barranquero <lekktu@gmail.com>
10164
10165 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
10166
101672008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
10168
10169 * xterm.c (x_set_offset): Don't change the gravity if
10170 CHANGE_GRAVITY is -1.
10171
101722008-02-23 Chong Yidong <cyd@stupidchicken.com>
10173
10174 * fileio.c (auto_save_error_occurred): New var.
10175 (auto_save_error): Set it.
10176 (Fdo_auto_save): Don't overwrite the error message if an auto-save
10177 error occurred.
10178
101792008-02-23 Eli Zaretskii <eliz@gnu.org>
10180
10181 * w32.c (globals_of_w32): Add initializations for
10182 g_b_init_get_sid_sub_authority and
10183 g_b_init_get_sid_sub_authority_count.
10184
101852008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
10188 (font_parse_xlfd): Use them for sanity check.
10189 (Finternal_set_font_style_table): Make sure the table is bijective.
10190
10191 Consolidate the image_cache to the terminal struct.
10192 * termhooks.h (P_): Remove redundant def.
10193 (struct terminal): New field `image_cache'.
10194 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
10195 of FRAME_X_IMAGE_CACHE.
10196 * xterm.h (struct x_display_info): Remove image_cache field.
10197 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
10198 * w32term.h (struct w32_display_info): Remove image_cache field.
10199 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
10200 * macterm.h (struct mac_display_info): Remove image_cache field.
10201 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
10202 * xterm.c (x_term_init):
10203 * w32term.c (w32_term_init):
10204 * macterm.c (mac_term_init): Set the image_cache in the terminal.
10205 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
10206 Remove declarations.
10207 (clear_image_caches, mark_image_cache): New declarations.
10208 * xfaces.c (clear_face_cache):
10209 * xdisp.c (redisplay_internal): Use clear_image_caches.
10210 * image.c (clear_image_cache): Don't check that a frame is on
10211 a window-system before checking if it shares the same cache.
10212 (clear_image_caches): New function.
10213 (Fclear_image_cache): Use it.
10214 (mark_image): Move from allo.c.
10215 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
10216 * alloc.c (mark_image, mark_image_cache): Move to image.c.
10217 (mark_object): Don't call mark_image_cache for frames.
10218 (mark_terminals): Call mark_image_cache.
10219
10220 * lisp.h (Fdelete_terminal): Declare.
10221
10222 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
10223 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
10224 wrong_type_argument.
10225
102262008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
10227
10228 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
10229 malayalam.el, and tamil.el. Add sinhala.el.
10230
102312008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * xterm.c (x_connection_closed): Consolidate identical tests.
10234 (x_delete_terminal): Don't crash if called via x_connection_closed.
10235
102362008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
10237
10238 * xdisp.c (decode_mode_spec): New arg string.
10239 (display_mode_element): Adjust for the above change.
10240
102412008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * callint.c (Fcall_interactively): Use AREF.
10244
102452008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
10248
102492008-02-18 Jan Djärv <jan.h.d@swipnet.se>
10250
10251 * xfns.c (Fx_show_tip): Set string to " " if empty.
10252
102532008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10254
10255 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
10256 with Qt.
10257
102582008-02-17 Kenichi Handa <handa@m17n.org>
10259
10260 * ftfont.c (ftfont_shape): Return Lispy number.
10261
10262 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
10263 for GCs.
10264 (Finternal_set_font_selection_order): Call font_update_sort_order
10265 only when enable_font_backend is set.
10266 (realize_x_face): Set face->font_info to that of default face only
10267 when enable_font_backend is set.
10268
10269 * xdisp.c (handle_composition_prop): Set it->c to the fist
10270 character of the composed region.
10271 (fill_composite_glyph_string): Set base_face->font_info to
10272 s->font_info. Get a face for ascii from base_face->ascii_face.
10273 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
10274 with a face already decided.
10275 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
10276 non-negative.
10277 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
10278 call font_prepare_composition unconditionally.
10279
10280 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
10281
10282 * xterm.h (struct x_display_info): New member font.
10283
10284 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
10285 (x_set_mouse_face_gc, x_new_font): Likewise.
10286 (x_term_init): Setup display_info->font.
10287 (x_delete_terminal): Free display_info->font.
10288
10289 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
10290
10291 * ftxfont.c (ftxfont_default_fid): Delete it.
10292 (ftxfont_open): Set xfont->fid to 0.
10293 (ftxfont_end_for_frame): Clear data specific to the frame and the
10294 font-driver.
10295
10296 * xftfont.c (xftfont_default_fid): Delete it.
10297 (xftfont_open): Set xfont->fid to 0.
10298
10299 * fontset.c (FONTSET_OBJLIST): New macro.
10300 (fontset_find_font): Update font-object list of the fontset.
10301 (free_realized_fontset): New function.
10302 (free_face_fontset): Call free_realized_fontset.
10303 (Ffont_info): Call font_close_object only when enable_font_backend
10304 is set.
10305
10306 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
10307 [HAVE_NTGUI]: Include w32term.h.
10308 [MAC_OS]: Include macterm.ch.
10309 (font_otf_ValueRecord): Use make_number.
10310 (font_finish_cache): Fix handling of reference count.
10311 (font_clear_cache): Update num_fonts.
10312 (font_open_entity): Update smallest_char_width and
10313 smallest_font_height of the frame.
10314 (font_close_object): Update num_fonts.
10315 (Fclear_font_cache): Fix finding the target cache data.
10316
103172008-02-16 Glenn Morris <rgm@gnu.org>
10318
10319 * fontset.c (Finternal_char_font): Fix compilation warning.
10320
103212008-02-16 Eli Zaretskii <eliz@gnu.org>
10322
10323 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
10324 instead of char arrays. Enlarge the size of array passed to
10325 get_token_information.
10326
10327 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
10328 warnings.
10329
103302008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10331
10332 * .gdbinit: Don't set `args', it breaks gdb --args.
10333
103342008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
10337 within a narrowed buffer.
10338
103392008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
10340
10341 * coding.c (decode_coding_object, encode_coding_object):
10342 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
10343
103442008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * coding.c (coding_set_destination): Use BEG_BYTE rather than
10347 hardcoding 1.
10348 (detect_coding_system):
10349 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
10350 (string_char_to_byte, string_byte_to_char, insert_from_gap):
10351 * insdel.c (insert_from_gap):
10352 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
10353 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
10354 (string_to_multibyte):
10355 * character.c (chars_in_text, multibyte_chars_in_text):
10356 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
10357
10358 * character.h (FETCH_STRING_CHAR_ADVANCE)
10359 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
10360 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
10361 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
10362
10363 * casefiddle.c (casify_region): Only call after-change and composition
10364 functions on the part of the region that was changed.
10365
10366 * keyboard.c (read_avail_input):
10367 * frame.c (Fdelete_frame): Call Fdelete_terminal.
10368
103692008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
10372 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
10373
103742008-02-11 Juanma Barranquero <lekktu@gmail.com>
10375
10376 * w32menu.c (push_submenu_start, push_submenu_end)
10377 (push_left_right_boundary, push_menu_pane, push_menu_item):
10378 * keyboard.c (read_key_sequence): Don't pass args with side effects
10379 to AREF, it fails when compiling with -DENABLE_CHECKING.
10380
103812008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
10382
10383 * Makefile.in (${lispsource}international/charprop.el):
10384 Delete this target.
10385
10386 * search.c (boyer_moore): Fix incorrect synching of the trunk and
10387 emacs-unicode-2.
10388
103892008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * terminal.c (Fdelete_terminal): Clean up the `force' path.
10392
103932008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * frame.c (Qnoelisp): New symbol.
10396 (syms_of_frame): Initialize it.
10397 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
10398 harmless Elisp code, from a strong `force' from x_connection_closed.
10399 * frame.h (Qnoelisp): Declare.
10400 * xterm.c (x_connection_closed): Pass `noelisp'.
10401
10402 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
10403 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
10404 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
10405 rather than `int' for the type of `type'.
10406
104072008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10408
10409 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
10410
10411 * Makefile.in (GNUC): Remove support for gcc-1.x.
10412
104132008-02-10 Richard Stallman <rms@gnu.org>
10414
10415 * lisp.h (ASET): Use AREF, not ASLOT.
10416
104172008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * lisp.h (ASET): Check bounds.
10420
104212008-02-10 Glenn Morris <rgm@gnu.org>
10422
10423 * buffer.c (mode-name): Doc fix.
10424
104252008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10426
10427 * Makefile.in:
10428 * emacs.c:
10429 * gmalloc.c:
10430 * keyboard.c:
10431 * lisp.h:
10432 * m/ibm370aix.h:
10433 * process.c:
10434 * regex.c:
10435 * s/hpux.h:
10436 * sysdep.c:
10437 * sysselect.h:
10438 * systty.h:
10439 * unexec.c:
10440 * w32term.c:
10441 * xsmfns.c:
10442 * xterm.c: Remove code that deals with obsolete variables.
10443
10444 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
10445
10446 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
10447 nothing else needs it anymore.
10448
104492008-02-09 Eli Zaretskii <eliz@gnu.org>
10450
10451 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
10452 instead of unibyte_char_to_multibyte.
10453
104542008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10455
10456 * s/gnu-linux.h: Remove commented out code.
10457
10458 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
10459
10460 * Makefile.in: Update what RMS says about using autoconf.
10461 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
10462 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
10463 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
10464 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
10465
104662008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * keymap.c (Fkey_description): Move side effect outside of macro call.
10469
10470 * xfaces.c (Finternal_make_lisp_face):
10471 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
10472
10473 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
10474 (syms_of_fontset): Use ASET.
10475
10476 * fns.c (concat): Move side effect outside of macro call.
10477 (hash_clear): Use ASET.
10478
104792008-02-08 Richard Stallman <rms@gnu.org>
10480
10481 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
10482 If FORCE, and frame has a surrogate minibuffer for another frame,
10483 delete the other frame first.
10484
104852008-02-07 Timo Savola <timo.savola@iki.fi>
10486
10487 * xterm.c (x_detect_focus_change): Handle embed client message.
10488 (handle_one_xevent): Ditto.
10489 (handle_one_xevent): If embedded and we get a button press/release,
10490 request focus.
10491 (xembed_set_info, xembed_send_message): New functions.
10492 (x_make_frame_visible): Call xembed_set_info if embedded.
10493 (x_make_frame_invisible): Call xembed_set_info if embedded.
10494 (x_term_init): Initialize Xatom_XEMBED.
10495 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
10496 (x_iconify_frame): Ditto.
10497
10498 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
10499 (enum xembed_info, enum xembed_message, enum xembed_focus)
10500 (enum xembed_modifier, enum xembed_accelerator): New.
10501 (xembed_set_info, xembed_send_message): Declare.
10502 (FRAME_X_EMBEDDED_P): New.
10503
10504 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
10505 gtk_plug_new.
10506
10507 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
10508 window ID of a frame.
10509 (x_window): Reparent frame if embedded.
10510 (Fx_create_frame): Don't set border width if embedded.
10511
10512 * emacs.c (USAGE3): Add --parent-id.
10513 (standard_args): Ditto.
10514
105152008-02-07 Jan Djärv <jan.h.d@swipnet.se>
10516
10517 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
10518
105192008-02-07 Jim Meyering <meyering@redhat.com>
10520
10521 Use "do...while (0)", not "if (1)...else" in macro definitions.
10522 The latter provokes a warning from gcc about the empty else, when
10523 followed by ";". Also, without that trailing semicolon, it would
10524 silently swallow up any following statement.
10525 * syntax.h (SETUP_SYNTAX_TABLE)
10526 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
10527 * buffer.h (DECODE_POSITION): Likewise.
10528 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
10529 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
10530 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
10531 (FETCH_CHAR_ADVANCE): Likewise.
10532 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
10533
105342008-02-07 Jim Meyering <meyering@redhat.com>
10535
10536 * lread.c [lint]: Don't include <sys/inode.h>.
10537
105382008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * xselect.c (x_handle_dnd_message):
10541 * xmenu.c (digest_single_submenu, xmenu_show):
10542 * xdisp.c (with_echo_area_buffer_unwind_data)
10543 (format_mode_line_unwind_data, unwind_format_mode_line)
10544 (display_menu_bar):
10545 * eval.c (Ffetch_bytecode):
10546 * doc.c (store_function_docstring):
10547 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
10548 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
10549 * buffer.c (add_overlay_mod_hooklist): Use ASET.
10550
105512008-02-07 Kenichi Handa <handa@m17n.org>
10552
10553 * ftxfont.c (ftxfont_open): Don't set
10554 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
10555
10556 * ftfont.c (ftfont_open): Fix previous change.
10557
105582008-02-06 Jason Rumney <jasonr@gnu.org>
10559
10560 * w32font.c (w32font_text_extents): Fill in lbearing metric.
10561 Use cached metrics for ASCII characters.
10562 (w32font_open_internal): Don't set font's owning_frame.
10563 Cache metrics for ASCII characters.
10564
10565 * w32font.h (struct w32font_info): Add ascii_metrics.
10566 Remove owning_frame.
10567
105682008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
10569
10570 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
10571 to negative value.
10572
10573 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
10574
10575 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
10576
10577 * charset.c (syms_of_charset): Set QCtest and Qeq.
10578
105792008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * process.c (Fstart_process):
10582 * callproc.c (Fcall_process): Handle the case where
10583 Funhandled_file_name_directory returns nil.
10584
10585 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
10586 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
10587 * font.c (check_gstring): Use them and AREF to access the vector before
10588 we know it's really a gstring.
10589 (Ffont_shape_text): Fix typo.
46e722a9 10590 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
10591
10592 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
10593 Declare.
10594
10595 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
10596
105972008-02-05 Jason Rumney <jasonr@gnu.org>
10598
10599 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
10600 Set smallest_font_height and smallest_char_width in display info.
10601
106022008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
10603
10604 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
10605
106062008-02-05 Miles Bader <miles@gnu.org>
10607
10608 * xfaces.c (get_lface_attributes, merge_named_face)
10609 (lookup_named_face, lookup_derived_face, realize_named_face):
10610 Revert 2008-02-01 change by cyd@stupidchicken.com.
10611
106122008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
10613
10614 * fontset.c (Ffontset_info): Handle the case of inhibitting the
10615 fallback fonts.
10616 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
10617
106182008-02-04 Jason Rumney <jasonr@gnu.org>
10619
10620 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
10621 set full_name.
10622 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
10623
106242008-02-03 Jason Rumney <jasonr@gnu.org>
10625
10626 * makefile.w32-in (OBJ1): Include font.o here.
10627 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
10628
106292008-02-02 Jason Rumney <jasonr@gnu.org>
10630
10631 * makefile.w32-in (temacs): Bump EMHEAP to 21.
10632
106332008-02-01 Jason Rumney <jasonr@gnu.org>
10634
10635 * s/cygwin.h: Define VIRT_ADDR_VARIES.
10636
10637 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
10638
106392008-02-01 Andreas Schwab <schwab@suse.de>
10640
10641 * Makefile.in (shortlisp, lisp): Update for rename of
10642 ../lisp/language/myanmar.el.
10643
106442008-02-01 Chong Yidong <cyd@stupidchicken.com>
10645
10646 * xfaces.c (get_lface_attributes): Delete function.
10647 (merge_named_face, lookup_named_face, lookup_derived_face)
10648 (realize_named_face): Call lface_from_face_name directly, and use
10649 the fact that merge_face_vectors does not alter its FROM argument.
10650
106512008-02-01 Jason Rumney <jasonr@gnu.org>
10652
10653 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
10654 input in the default locale. Handle non-Unicode multibyte input.
10655
106562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10657
10658 * fontset.c (reorder_font_vector): Exclude nil elements from the
10659 font group. Don't try multiple fonts.
10660 (fontset_font): Adjust for the above change.
10661 (Finternal_char_font): Return nil if the found font doesn't
10662 contain the character ch.
10663
10664 * Makefile.in (lisp, shortlisp): Add cham.el.
10665
106662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10667
10668 * font.h (FONTP): Make it return 1 also for a font-object.
10669
10670 * .gdbinit (xfontset): New function.
10671
10672 * font.c (font_find_for_lface): Check if the character C is
10673 supported or not only for the first font.
10674
10675 * fontset.c (reorder_font_vector): Fix typo.
10676 (fontset_find_font): Don't add a font-spec specifying a script.
10677 Use 0 (not Qt) for the indication of empty font-group. Change the
10678 format of RFONT-DEF. Return Qt if no font in the font-group
10679 support the character.
10680 (fontset_font): Adjust for the above change. If no font was
10681 found the character, remember that.
10682 (face_for_char): Adjust for the change of RFONT-DEF.
10683 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
10684 no font for the target.
10685 (Finternal_char_font): Adjust for the change of RFONT-DEF.
10686
106872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10688
10689 * font.c (font_load_for_face): Handle the case that the font in
10690 face->lface is a string.
10691
106922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10693
10694 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
10695
106962008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10697
10698 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
10699 Fix previous change. If the frame is not on a window system,
10700 signal an error.
10701
107022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10703
10704 * coding.c (decode_coding_object, encode_coding_object): Adjust
10705 marker positions after conversion.
10706
10707 * lisp.h (struct Lisp_Marker): New member need_adjustment.
10708
107092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10710
10711 * font.c (font_find_for_lface): Fix the handling of the return
10712 value of font_has_char.
10713 (Ffont_shape_text): Fix previous change.
10714
10715 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
10716 (fontset_ref_and_range): Delete it.
10717 (fontset_find_font): Call char_table_ref_and_range instead of
10718 FONTSET_REF_AND_RANGE.
10719 (make_fontset): Don't setup font groups of Latin here.
10720 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
10721 (new_fontset_from_font): Make the specified font the default for
10722 all Latin characters.
10723
107242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10725
10726 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
10727 is on a window system before accessing the fontset of the frame.
10728
107292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10730
10731 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
10732
10733 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
10734 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
10735
10736 * font.c (Ffont_shape_text): If the font driver doesn't have a
10737 shaper function, make zero-width glyphs to have at least one-pixel
10738 width. Fix setting of `to' field of glyphs.
10739
107402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10741
10742 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
10743 glyphs.
10744
10745 * font.h (struct font_driver): Improve docstring of member `shape'.
10746
107472008-02-01 Kenichi Handa <handa@m17n.org>
10748
10749 * composite.c (syms_of_composite): Fix docstring of
10750 auto-composition-function.
10751
10752 * font.h (LGLYPH_SIZE): New macro.
10753
10754 * font.c (Ffont_fill_gstring): Stop filling when a character not
10755 supported by the font is found.
10756 (Ffont_shape_text): When a shape callback function returns nil,
10757 try at most two more times with larger gstring.
10758 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
10759
10760 * xdisp.c (handle_auto_composed_prop): Change the argument to
10761 auto-composition-function.
10762
10763 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
10764 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
10765 Lispy glyph and store it in the lgstring.
10766
10767 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
10768
10769 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
10770
107712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10772
10773 * font.c (Ffont_shape_text): Avoid unnecessary composition.
10774
10775 * fontset.c (Vfont_encoding_charset_alist): New variable.
10776 (syms_of_fontset): DEFVAR it.
10777 (reorder_font_vector, fontset_find_font): Optimize for the case of
10778 no need of reordering.
10779 (face_for_char): Map the charset property by
10780 Vfont_encoding_charset_alist.
10781
107822008-02-01 Jason Rumney <jasonr@gnu.org>
10783
10784 * w32font.c (logfonts_match): Don't check adstyle here.
10785 (font_matches_spec): Check here against physical font instead.
10786 (add_font_entity_to_list): Avoid some substitutions.
10787
10788 * font.c (font_parse_fcname): Default weight and slant to normal.
10789 (font_score): Prefer normal fonts if weight or slant unspecified.
10790 (font_score) [WINDOWSNT]: Scale weight difference down to closer
10791 match freetype scores.
10792
107932008-02-01 Jason Rumney <jasonr@gnu.org>
10794
10795 * w32font.c (w32font_text_extents): Don't use the frame stored in the
10796 font, as it may have been deleted.
10797 (w32_enumfont_pattern_entity): Map generic family to adstyle using
10798 most common hyphenless variation.
10799 (logfonts_match): Check generic family.
10800 (font_matches_spec): Don't check generic family here.
10801 (fill_in_logfont): Set generic family based on adstyle.
10802
10803 * w32font.h (w32font_get_cache): Update declaration.
10804
108052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10806
10807 * ftfont.c (ftfont_get_cache): Adjust the argument type.
10808
10809 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
10810 If none of the new drivers are available, call font_update_drivers
10811 with the old drivers.
10812
10813 * w32font.c (w32font_get_cache): Adjust the argument type.
10814
10815 * xfont.c (xfont_get_cache): Adjust the argument type.
10816
10817 * font.h (struct font_driver): Change argument type of get_cache.
10818
10819 * xftfont.c (xftfont_start_for_frame): Delete prototype.
10820
10821 * font.c (Ffont_get): Fix arguments to Fassoc.
10822 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
10823 (font_clear_cache): New function.
10824 (font_list_entities, font_matching_entity): Use font_get_cache.
10825 (font_update_drivers): Call font_clear_cache when finishing a driver.
10826
10827 * fontset.c (fontset_find_font): Fix previous change.
10828
108292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10830
10831 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
10832 dpyinfo->font_table.
10833 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
10834 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
10835
10836 * font.c (font_at): Handle the case that the arg C is negative.
10837 Handle the unibyte case.
10838 (Ffont_at): Call font_at with the arg C -1.
10839
10840 * xdisp.c (handle_auto_composed_prop): Don't get a character at
10841 the position here, and call font_at with the arg C -1.
10842 Don't check the range of the existing composition at the point.
10843
108442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10845
10846 * fontset.c (fontset_add): New args charset_id and family.
10847 Change caller.
10848 (load_font_get_repertory, fontset_find_font): Assume that
10849 font_spec is always a font-spec object.
10850 (Fset_fontset_font): Always store a font-spec object in a fontset.
10851
10852 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
10853 instead of get_property_and_range.
10854
108552008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10856
10857 * xftfont.c (struct xftfont_info): Delete the member ft_face.
10858 (xftfont_open): Don't keep locking face.
10859 (xftfont_close): Don't unlock face.
10860 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
10861
10862 * fontset.c (fontset_find_font): Don't prefer a font of
10863 supplementary charset.
10864
108652008-02-01 Kenichi Handa <handa@m17n.org>
10866
10867 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
10868 script, langsys_tag to langsys, new member script.
10869 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 10870 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
10871 listing to the script specified in that property. Fix arg to
10872 OTF_check_features.
10873
108742008-02-01 Jason Rumney <jasonr@gnu.org>
10875
10876 * w32font.h: New file.
10877
10878 * w32font.c: Include it.
10879 (struct w32font_info): Add owning_frame field. Move to w32font.h.
10880 (w32font_open): Set owning_frame.
10881 (w32font_text_extents): Use owning_frame.
10882 (struct font_callback_data): Add opentype_only field.
10883 (add_font_entity_to_list): Use it to filter fonts.
10884 Don't check against full name.
10885 (w32font_list_internal): New function.
10886 (w32font_list): Use it.
10887 (w32font_match_internal): New function.
10888 (w32font_match): Use it.
10889 (w32font_open_internal): New function.
10890 (w32font_open): Use it.
10891 (w32font_get_cache, w32font_close, w32font_has_char)
10892 (w32font_encode_char, w32font_text_extents, w32font_draw):
10893 Make non-static.
10894
10895 * makefile.w32-in (w32font.o): Depend on w32font.h.
10896
108972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10898
10899 * charset.c (Fdefine_charset_internal): Record a supplementary
10900 charset at the tail of Vcharset_order_list.
10901
10902 * font.c (Ffont_shape_text): Fix the return value.
10903
10904 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
10905
10906 * xdisp.c (handle_auto_composed_prop): Fix previous change.
10907
109082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10909
10910 * ftfont.c (struct OpenTypeSpec): New struct.
10911 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
10912 (ftfont_get_open_type_spec): New function.
10913 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
10914
10915 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
10916
109172008-02-01 Jason Rumney <jasonr@gnu.org>
10918
10919 * w32font.c (add_font_entity_to_list): Compare only the beginning
10920 of full name.
10921
109222008-02-01 Kenichi Handa <handa@m17n.org>
10923
10924 * xdisp.c (handle_auto_composed_prop): Simplify the code.
10925 Never return HANDLED_RECOMPUTE_PROPS.
10926
109272008-02-01 Kenichi Handa <handa@m17n.org>
10928
10929 * font.c (font_gstring_produce): Delete it.
10930
10931 * composite.h (COMPOSITION_METHOD):
10932 Handle COMPOSITION_WITH_GLYPH_STRING.
10933
109342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10935
10936 * xfont.c (Qx): Delete.
10937 (syms_of_xfont): Don't initialize Qx.
10938
10939 * composite.h (enum composition_method):
10940 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
10941
109422008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10943
10944 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
10945 (choose_face_font): Accept new form of font-spec.
10946
10947 * frame.h (font_driver_list): Declare it unconditionally.
10948 (struct frame): Define members font_driver_list and font_data_list
10949 unconditionally.
10950
10951 * fontset.c: Include "font.h" unconditionally.
10952 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
10953 (Fset_fontset_font): Accept a font-spec object.
10954
10955 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
10956 PIXEL_SIZE part a wild card.
10957
10958 * dispextern.h (struct glyph_string): Define members clip and
10959 num_clips unconditionally.
10960 (struct face): Define members font_info and extra unconditionally.
10961
10962 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
10963 ftfont_info only when HAVE_LIBOTF is defined.
10964
109652008-02-01 Andreas Schwab <schwab@suse.de>
10966
10967 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
10968 and end.
10969
109702008-02-01 Jason Rumney <jasonr@gnu.org>
10971
10972 * w32font.c (w32font_driver): Add new fields.
10973
109742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10975
10976 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
10977 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
10978 (LIBES): Add @M17N_FLT_CFLAGS@.
10979
10980 * composite.c (compose_text): Don't treat the new style
10981 composition specially.
10982
10983 * emacs.c (main): Call syms_of_font unconditionally.
10984
10985 * font.h (FONT_ENTITY_NOT_LOADABLE)
10986 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
10987 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
10988 (struct font_driver): New member shape.
10989 (font_registry_charsets): Extern it.
10990 (font_find_for_lface, font_prepare_composition): Adjust prototype.
10991 (font_otf_capability, font_drive_otf): Delete their externs.
10992
10993 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
10994 (font_charset_alist, font_registry_charsets): Move from xfont.c
10995 and rename.
10996 (font_prop_validate_otf): New function.
10997 (font_property_table): Register it for QCotf.
10998 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
10999 (font_drive_otf): Delete.
11000 (font_prepare_composition): New arg F. Adjust for the change of
11001 lispy gstring.
11002 (font_find_for_lface): New arg C.
11003 (font_load_for_face): Adjust for the change of font_find_for_lface.
11004 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
11005 lispy gstring.
11006 (Ffont_shape_text): New function.
11007 (Fopen_font): If the font size is not given, use 12-pixel.
11008 (Ffont_at): New arg STRING.
11009 (syms_of_font): Initalize font_charset_alist.
11010 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
11011 conditionally.
11012
11013 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
11014 fonts of the same font-spec. Change the format of RFONT-DEF.
11015 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
11016 Adjust for the change of RFONT-DEF.
11017 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
11018
11019 * ftfont.h: New file.
11020
11021 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
11022 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
11023 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
11024 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
11025 font_otf_capability and font_drive_otf, set ftfont_shape.
11026 (ftfont_list): Adjust for the change of :otf property value.
11027 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
11028 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
11029 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
11030 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
11031 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
11032 (otf_gstring, gstring, m17n_flt_initialized): New variables.
11033
11034 * w32term.c (x_draw_composite_glyph_string_foreground):
11035 Adjust for the change of lispy gstring.
11036
11037 * xdisp.c (handle_composition_prop): Adjust for the change of
11038 lispy gstring. Call a function for auto-composition with the
11039 third arg it->window.
11040 (fill_composite_glyph_string): Adjust for the change of lispy string.
11041 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
11042
11043 * xfaces.c (set_font_frame_param): Adjust for the change of
11044 font_find_for_lface.
11045
11046 * xfont.c (x_font_charset_alist): Move to font.c and rename.
11047 (xfont_registry_charsets): Likewise. Change caller.
11048 (syms_of_xfont): Don't handle x_font_charset_alist.
11049
11050 * xftfont.c: Include "ftfont.h".
11051 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
11052 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
11053 (xftfont_close) [HAVE_LIBOTF]: Close otf.
11054 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
11055 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
11056 Set xftfont_driver.shape to xftfont_shape.
11057
11058 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
11059 the change of lispy gstring.
11060
110612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11062
11063 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
11064
110652008-02-01 Jason Rumney <jasonr@gnu.org>
11066
11067 * w32font.c (w32font_draw): Fill background manually.
11068
110692008-02-01 Jason Rumney <jasonr@gnu.org>
11070
11071 * font.c (Qfontp): Remove unused symbol.
11072 (QCantialias): New symbol.
11073 (syms_of_font): Define it.
11074 (font_property_table): Set a validator for QCantialias.
11075
11076 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
11077 Define if not already.
11078 (QCfamily): Share with xfaces.c.
11079 (Qstandard, Qsubpixel, Qnatural): New symbols.
11080 (syms_of_w32font): Define them. Don't define QCfamily here.
11081 (w32_antialias_type, lispy_antialias_type): New functions.
11082 (w32_enumfont_pattern_entity): New arg requested_font.
11083 Set antialias parameter if non-default was requested.
11084 (fill_in_logfont): Fill in lfQuality if :antialias specified.
11085
110862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11087
11088 * lread.c (read1): Undo the previous change.
11089
110902008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
11091
11092 * frame.c (Fdelete_frame): Call font_update_drivers only when
11093 USE_FONT_BACKEND is defined.
11094
110952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11096
11097 * font.h (struct font_bitmap): New member bits_per_pixel.
11098 (struct font_driver): New members start_for_frame and end_for_frame.
11099 (struct font_data_list): New struct.
11100 (font_put_frame_data, font_get_frame_data): Extern them.
11101
11102 * frame.h (struct frame): New member font_data_list.
11103
11104 * font.c (font_update_drivers): Call driver->start_for_frame and
11105 driver->end_for_frame at proper timings.
11106 (font_put_frame_data, font_get_frame_data): New functions.
11107 (Ffont_spec): Add usage in the docstring.
11108
11109 * frame.c (make_frame): Initialize f->font_data_list to NULL.
11110 (Fdelete_frame): Call font_update_drivers.
11111
11112 * xftfont.c (struct xftface_info): Delete the member xft_draw.
11113 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
11114 (xftfont_get_xft_draw): New function.
11115 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
11116 (xftfont_end_for_frame): New function.
11117 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
11118
11119 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
11120 Change argument. Cache GCs in the per-frame data.
11121 (struct ftxfont_frame_data): New struct.
11122 (ftxfont_draw_bitmap): New arg gc_fore and flush.
11123 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
11124 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
11125 (ftxfont_end_for_frame): New function.
11126 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
11127
11128 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
11129
111302008-02-01 Kenichi Handa <handa@m17n.org>
11131
11132 * xselect.c (Vselection_coding_system)
11133 (Vnext_selection_coding_system): Delete them.
11134 (syms_of_xselect): Don't declare selection-coding-system and
11135 next-selection-coding-system. They are declared in select.el.
11136
111372008-02-01 Jason Rumney <jasonr@gnu.org>
11138
11139 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
11140
11141 * w32fns.c: Include imm.h.
11142 (get_composition_string_fn, get_ime_context_fn): New optional
11143 system functions.
11144 (globals_of_w32fns): Load them from imm32.dll.
11145 (ignore_ime_char): New flag.
11146 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
11147 WM_IME_ENDCOMPOSITION messages.
11148
11149 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
11150 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
11151
111522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11153
11154 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
11155 (READCHAR_REPORT_MULTIBYTE): New macro.
11156 (readchar): New 2nd arg MULTIBYTE.
11157 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
11158 Make symbol's name multibyte according to the multibyteness of the
11159 source.
11160
111612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11162
11163 * xfaces.c (face_for_overlay_string): Call lookup_face with
11164 correct arguments (fix of synching with the trunk).
11165
111662008-02-01 Kenichi Handa <handa@m17n.org>
11167
11168 * font.c (font_prop_validate_symbol, font_prop_validate_style)
11169 (font_prop_validate_non_neg, font_prop_validate_spacing):
11170 Delete argument prop_index.
11171 (font_property_table): Change arguments to validater. Change Callers.
11172 (font_lispy_object): Delete.
11173 (font_at): Use font_find_object instead fo font_lispy_object.
11174
111752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11176
11177 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
11178 and file names.
11179
111802008-02-01 Jason Rumney <jasonr@gnu.org>
11181
11182 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
11183 (font_matches_spec): Remove debug output.
11184 (add_font_entity_to_list): Avoid using substituted fonts.
11185
111862008-02-01 Jason Rumney <jasonr@gnu.org>
11187
11188 * doc.c (Fsnarf_documentation):
11189 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
11190
111912008-02-01 Miles Bader <miles@gnu.org>
11192
11193 * dispextern.h (struct glyph_row): Only define "clip" field if
11194 HAVE_WINDOW_SYSTEM is defined.
11195
111962008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11197
11198 Fix up multi-tty merge.
11199
11200 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
11201 and indentation.
11202
11203 * xfaces.c (free_realized_face, clear_face_gcs):
11204 Include font_done_for_face in the input_blocked section, just in case.
11205
11206 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
11207 (get_char_face_and_encoding): Undo last change and remove the *other*
11208 duplicate definition (i.e. keep the one that's better scoped and that
11209 includes code for the font-backend).
11210
11211 * terminal.c (create_terminal): Default keyboard_coding to
11212 `no-conversion' and terminal_coding to `undecided'.
11213
11214 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
11215
11216 * fontset.c (free_realized_fontsets): Check that the table entry does
11217 contain a fontset before trying to compare it to `base'.
11218
11219 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
11220 syms_of_charset, and syms_of_coding earlier because init_window_once
11221 now needs Vcoding_system_hash_table to be setup.
11222
11223 * coding.h (default_buffer_file_coding): Remove.
11224
11225 * coding.c (default_buffer_file_coding): Remove.
11226 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
11227 than ->symbol, and use the terminal-local coding system.
11228 (syms_of_coding): Don't setup the coding-systems that are not
11229 terminal-local.
11230 (Fdefine_coding_system_internal): Use XCAR/XCDR.
11231
11232 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
11233 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
11234
11235 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
11236 in chartab.c and were re-added here by mistake.
11237 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
11238
11239 * doc.c (Fsnarf_documentation):
11240 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
11241 src to etc.
11242
11243 * ChangeLog.10: Add mistakenly removed entry.
11244
112452008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11246
11247 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
11248
112492008-02-01 Miles Bader <miles@gnu.org>
11250
11251 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
11252 Add extra args to FACE_FOR_CHAR.
11253
112542008-02-01 Kenichi Handa <handa@m17n.org>
11255
11256 * keymap.c (where_is_internal_1): If key is a cons, store the copy
11257 in sequence.
11258
11259 * chartab.c (map_sub_char_table, map_char_table): If the range
11260 contains just one character, call the function with that character
11261 even if the depth is not 3.
11262
112632008-02-01 Jason Rumney <jasonr@gnu.org>
11264
11265 * w32font.c (w32font_text_extents): Calculate metrics for the
11266 whole string.
11267
112682008-02-01 Jason Rumney <jasonr@gnu.org>
11269
11270 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
11271
112722008-02-01 Jason Rumney <jasonr@gnu.org>
11273
11274 * w32term.c (x_set_glyph_string_clipping): Use
11275 get_glyph_string_clip_rects.
11276 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
11277 Adjust for the change of struct glyph_string.
11278
11279 * w32font.c (w32font_draw): Do clipping here.
11280
112812008-02-01 Kenichi Handa <handa@m17n.org>
11282
11283 * xftfont.c (xftfont_draw): Adjust for the change of struct
11284 glyph_string.
11285
11286 * xterm.c (x_set_glyph_string_clipping): Use
11287 get_glyph_string_clip_rects.
11288 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
11289 Adjust for the change of struct glyph_string.
11290
11291 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
11292 the resulting clip(s}.
11293 (expose_overlaps): Add arg r. Change callers. Set it to
11294 row->clip temporarily.
11295 (expose_window): Redraw rows overlapping the exposed area.
11296
11297 * dispextern.h (struct glyph_row): New member clip.
11298 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
11299 clip_height, new member clip, and num_clips.
11300
113012008-02-01 Kenichi Handa <handa@m17n.org>
11302
11303 * data.c (Fchar_or_string_p): Fix docstring.
11304
113052008-02-01 Kenichi Handa <handa@m17n.org>
11306
11307 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
11308 create a temporary XftDraw object.
11309
113102008-02-01 Kenichi Handa <handa@m17n.org>
11311
11312 * font.c (Ffontp): Fix docstring.
11313
11314 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
11315 strong evidence of ISO-2022.
11316
113172008-02-01 Kenichi Handa <handa@m17n.org>
11318
11319 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
11320 SYNTAX_ENTRY_FOLLOW_PARENT.
11321
113222008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
11325 its type.
11326 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
11327 Update to the new type of weak_hash_tables and next_weak.
11328
11329 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
11330 a plain C pointer to Lisp_Hash_Table.
11331
11332 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
11333 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
11334 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
11335 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
11336 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
11337 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
11338 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
11339 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
11340 (GC_EQ): Remove since they've been identical to their non-GC_
11341 alter-egos ever since the markbit was eradicated.
11342
11343 * alloc.c:
11344 * buffer.c:
11345 * buffer.h:
11346 * data.c:
11347 * fileio.c:
11348 * filelock.c:
11349 * fns.c:
11350 * frame.h:
11351 * lisp.h:
11352 * macterm.c:
11353 * print.c:
11354 * process.c:
11355 * w32fns.c:
11356 * w32menu.c:
11357 * w32term.c:
11358 * xfns.c:
11359 * xmenu.c:
11360 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
11361
113622008-02-01 Kenichi Handa <handa@m17n.org>
11363
11364 * chartab.c (map_sub_char_table): Make it work for the top-level
11365 char-table. Fix handling of parent char-table.
11366 (map_char_table): Adjust for the above change.
11367
113682008-02-01 Jason Rumney <jasonr@gnu.org>
11369
11370 * w32font.c (Qgdi): Rename from Qw32.
11371
113722008-02-01 Jason Rumney <jasonr@gnu.org>
11373
11374 * w32bdf.c (get_quoted_string): Make function static.
11375
113762008-02-01 Kenichi Handa <handa@m17n.org>
11377
11378 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
11379 bigger ascent and descent than those of the font, use them as
11380 font's ascent and descent.
11381
113822008-02-01 Kenichi Handa <handa@m17n.org>
11383
11384 * Makefile.in (${lispsource}international/charprop.el): Move this
11385 target within "#ifdef HAVE_UNIDATA" and "#endif".
11386
113872008-02-01 Kenichi Handa <handa@m17n.org>
11388
11389 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
11390 (shortlisp): Add ../lisp/language/tai-viet.el.
11391
113922008-02-01 Ulrich Mueller <ulm@gentoo.org>
11393
11394 * Makefile.in (${lispsource}international/charprop.el): Depend on
11395 temacs${EXEEXT}.
11396
113972008-02-01 Jason Rumney <jasonr@gnu.org>
11398
11399 * w32font.c (w32font_close): Delete the GDI font object.
11400
11401 * w32menu.c: Include character.h.
11402
11403 * w32proc.c: Likewise.
11404
11405 * w32select.c: Likewise.
11406
11407 * makefile.w32-in (w32proc.o): Depend on character.h.
11408
114092008-02-01 Jason Rumney <jasonr@gnu.org>
11410
11411 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
11412
11413 * w32menu.c (syms_of_w32menu): Likewise.
11414
11415 * w32proc.c (syms_of_ntproc): Likewise.
11416
11417 * w32select.c (syms_of_w32select): Likewise.
11418
11419 * w32term.c (syms_of_w32term): Likewise.
11420
114212008-02-01 Jason Rumney <jasonr@gnu.org>
11422
11423 * w32font.c (w32font_draw): Delete brush after using it.
11424
114252008-02-01 Jason Rumney <jasonr@gnu.org>
11426
11427 * w32font.c (w32font_open): Don't set font_idx.
11428 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
11429 to font settings.
11430 (w32font_draw): Fill background explicitly.
11431
114322008-02-01 Jason Rumney <jasonr@gnu.org>
11433
11434 * w32term.c (w32_initialize): Don't call w32font_initialize.
11435
11436 * w32font.c (w32font_info): Remove subranges.
11437 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
11438 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
11439 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
11440 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
11441 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
11442 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
11443 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
11444 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
11445 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
11446 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
11447 New symbols.
11448 (font_callback_data): New struct.
11449 (w32font_list, w32font_match): Use it.
11450 (w32font_open): Don't populate subranges.
11451 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
11452 (w32font_encode_char): Always return unicode code-point as-is.
11453 (w32font_text_extents): Supply a transformation matrix to
11454 GetGlyphOutline. Never look up by glyph index. Avoid looping
11455 twice. Use unicode version of GetTexExtentPoint32 instead of
11456 glyph index version.
11457 (set_fonts_frame): Remove.
11458 (w32_enumfont_pattern_entity): Add frame parameter, use it to
11459 set frame parameter. Use backward compatible fake foundries.
11460 Save generic family in extra slot under QCfamily. Make width slot
11461 constant. Save QCspacing value. Save list of scripts instead of
11462 binary subranges.
11463 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
11464 (add_font_entity_to_list): Use font_callback_data struct. Filter
11465 unwanted fonts.
11466 (add_one_font_entity_to_list): Use font_callback_data struct.
11467 (w32_registry): Default to iso10646_1.
11468 (fill_in_logfont): Use dpi from extra slot. Don't bother with
11469 string font registries. Don't fill in font name if it is a generic
11470 family name, fill family instead. Use spacing, family and script
11471 extra info to fill pitch, family and charset fields.
11472 (list_all_matching_fonts): Use font_callback_data struct.
11473 (unicode_range_for_char): Remove.
11474 (font_supported_scripts): New function.
11475 (w32font_initialize): Remove.
11476 (syms_of_w32font): Update which symbols are defined.
11477
114782008-02-01 Jason Rumney <jasonr@gnu.org>
11479
11480 * font.c (font_pixel_size): Reverse assq_no_quit args.
11481
11482 * w32term.h (FONT_WIDTH): Report max width, not average.
11483 (FONT_MAX_WIDTH): Remove.
11484 (FONT_AVG_WIDTH): New macro.
11485
11486 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
11487 redefinition of FONT_WIDTH.
11488
11489 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
11490 (w32_cache_char_metrics): Use FONT_WIDTH.
11491
11492 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
11493
114942008-02-01 Jason Rumney <jasonr@gnu.org>
11495
11496 * w32font.c (w32font_open): Make lfHeight negative.
11497
11498 * w32fns.c (x_default_font_parameter): Use new style font name.
11499 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
11500
115012008-02-01 Jason Rumney <jasonr@gnu.org>
11502
11503 * w32font.c (QCsubranges): New symbol.
11504 (w32font_open, w32font_has_char): Get subranges from subproperty
11505 of extra.
11506 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
11507 (syms_of_w32font): Define :subranges symbol.
11508
11509 * font.c (font_put_extra): Expose externally.
11510
11511 * font.h (font_put_extra): Move declaration from font.c.
11512
11513 * font.c (Ffont_get): Use font driver to determine otf capability.
11514 (adjust_anchor): Check if driver defines anchor_point before using.
11515
11516 * w32font.c (w32font_open): Handle size, height and pixel_size better.
11517 (w32font_draw): Use options.
11518 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
11519 Fix detection of truetype fonts.
11520 (registry_to_w32_charset): Handle charsets other than iso8859-1
11521 expressed as lisp symbols.
11522 (w32_registry): Express charset as lisp symbol.
11523 (fill_in_logfont): Reverse pixel and point height logic.
11524 Don't set width here. Set quality to default.
11525
11526 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
11527 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
11528
11529 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
11530 Remove redundant loop and allocation.
11531
11532 * makefile.w32-in (font.o, w32font.o): New objects.
11533 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
11534 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
11535
11536 * xdisp.c (fill_composite_glyph_string): Make the first arg to
11537 STORE_XCHARB a valid l-value.
11538
11539 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
11540 calculations for non-Truetype fonts.
11541 (x_draw_glyph_string): Sync with xterm.c.
11542 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
11543 Remove redundant code.
11544 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
11545
11546 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
11547 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
11548
11549 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
11550 (x_to_w32_charset, w32_to_x_charset): Expose externally.
11551
11552 * w32font.c: New file for w32 font backend.
11553
115542008-02-01 Kenichi Handa <handa@m17n.org>
11555
11556 * term.c: Don't include "buffer.h" twice.
11557
115582008-02-01 Kenichi Handa <handa@m17n.org>
11559
11560 * character.c (Funibyte_string): New function.
11561 (syms_of_character): Defsubr it.
11562
115632008-02-01 Jason Rumney <jasonr@gnu.org>
11564
11565 * w32term.c [USE_FONT_BACKEND]:
11566 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
11567 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
11568 (x_draw_glyph_string, x_draw_glyph_string_foreground)
11569 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
11570 (x_free_frame_resources): Sync with xterm.c.
11571
115722008-02-01 Andreas Schwab <schwab@suse.de>
11573
11574 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
11575 char-table size.
11576
115772008-02-01 Kenichi Handa <handa@m17n.org>
11578
11579 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
11580
115812008-02-01 Kenichi Handa <handa@m17n.org>
11582
11583 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
11584 font_otf_gpos, add font_drive_otf.
11585
11586 * fontset.c (fontset_find_font): Pay attention to font size
11587 specified for a font.
11588 (reorder_font_vector): Check contents of font_def.
11589
11590 * font.c (struct otf_list): Delete it.
11591 (otf_list): Make it a lisp variable.
11592 (otf_open): Use lispy otf_list.
11593 (generate_otf_features): Rename from parse_gsub_gpos_spec.
11594 (check_otf_features): New function.
11595 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11596 New functions.
11597 (font_drive_otf): New function merging font_otf_gsub and
11598 font_otf_gpos.
11599 (font_open_for_lface): New arg spec. Change argument order.
11600 (font_load_for_face): Adjust for the change of font_open_for_lface.
11601 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
11602 Ffont_otf_gpos.
11603 (syms_of_font): Staticpro otf_list. Delete defsubr of
11604 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
11605
11606 * xfaces.c (set_font_frame_param): Adjust for the change of
11607 font_open_for_lface.
11608
11609 * font.h (font_open_for_lface): Adjust prototype.
11610 (struct font_driver): Delete members otf_gsub and otf_gpos, add
11611 member otf_drive.
11612 (font_otf_gsub, font_otf_gpos): Delete externs.
11613 (font_drive_otf): Extern it.
11614
116152008-02-01 Kenichi Handa <handa@m17n.org>
11616
11617 * font.c (font_at): If the window W is not on a window system,
11618 return Qnil.
11619
11620 * coding.c (produce_chars, encode_coding): Don't call
11621 insert_from_gap if no characters to produce.
11622
116232008-02-01 Kenichi Handa <handa@m17n.org>
11624
11625 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
11626 Fclear_face_cache.
11627
11628 * xfaces.c (face_for_font): Check also face->font==font->font.font.
11629
116302008-02-01 Miles Bader <miles@gnu.org>
11631
11632 * emacs.c (main): Change default value of `enable_font_backend' to 1.
11633 Parse "--disable-font-backend" option.
11634 (standard_args): Add "--disable-font-backend" option.
11635
116362008-02-01 Kenichi Handa <handa@m17n.org>
11637
11638 * fontset.c (fontset_find_font): New function.
11639 (fontset_font): Use fontset_find_font.
11640 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
11641 Register the specified font for all Latin characters.
11642 (new_fontset_from_font): Register the specified font for all Latin
11643 characters.
11644 (dump_fontset): For a realized fontset, include the base fontset
11645 name in the returned vector.
11646
116472008-02-01 Kenichi Handa <handa@m17n.org>
11648
11649 * character.h (CHAR_STRING): Cast C to unsigned on calling
11650 char_string.
11651
11652 * character.c (char_string): Type of arg C changed to unsigned.
11653 Signal an error if C is an invalid character code.
11654
11655 * editfns.c (general_insert_function, Fchar_to_string):
11656 Use CHARACTERP, not INTEGERP.
11657
116582008-02-01 Kenichi Handa <handa@m17n.org>
11659
11660 * character.h (MIN_MULTIBYTE_LEADING_CODE)
11661 (MAX_MULTIBYTE_LEADING_CODE): New macros.
11662
11663 * regex.c (analyse_first): Fix for multibyte characters in "case
11664 charset:" and "case categoryspec:".
11665
116662008-02-01 Andreas Schwab <schwab@suse.de>
11667
11668 * Makefile.in (LIBES): Move standard libraries to the end.
11669
116702008-02-01 Kenichi Handa <handa@m17n.org>
11671
11672 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
11673 nonzero, don't shrink the buffer nextb.
11674
11675 * buffer.h (struct buffer_text): New member inhibit_shrinking.
11676
11677 * coding.c (coding_alloc_by_making_gap): New arg offset.
11678 (alloc_destination): Call coding_alloc_by_making_gap with the arg
11679 offset.
11680 (decode_coding_iso_2022): Update coding->safe_charsets.
11681 (decode_coding_gap): Temporarily set
11682 current_buffer->text->inhibit_shrinking to 1.
11683
116842008-02-01 Kenichi Handa <handa@m17n.org>
11685
11686 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
11687 indexing into elements of s->cmp and s->char2b.
11688
116892008-02-01 Juanma Barranquero <lekktu@gmail.com>
11690
11691 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
11692
116932008-02-01 Kenichi Handa <handa@m17n.org>
11694
11695 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
11696 target_multibyte instead of multibyte.
11697 (re_match_2_internal): Call bcmp_translate with target_multibyte.
11698 (bcmp_translate): Change the argument name from multibyte to
11699 target_multibyte.
11700
117012008-02-01 Kenichi Handa <handa@m17n.org>
11702
11703 These changes are to compile a regexp into a pattern that can be
11704 used both for multibyte and unibyte targets.
11705
11706 * Makefile.in (search.o): Depend on charset.h.
11707
11708 * character.c (multibyte_char_to_unibyte_safe): New function.
11709
11710 * search.c: Include "charset.h".
11711 (compile_pattern_1): Delete argument multibyte. Don't set
11712 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
11713 (compile_pattern): Don't compare cp->buf.target_multibyte.
11714 Compare cp->buf.charset_unibyte.
11715 (compile_pattern): Set cp->buf.target_multibyte.
11716
11717 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
11718
11719 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
11720
11721 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
11722 multibyte. Change callers.
11723 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
11724 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
11725 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
11726 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
11727 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
11728 (regex_compile): Make the compiled pattern usable both for
11729 multibyte and unibyte targets.
11730 (analyse_first): Make the fastmap usable both for multibyte and
11731 unibyte targets.
11732 (TRANSLATE_VIA_MULTIBYTE): Delete.
11733 (re_match_2_internal): Pay attention to the case that the
11734 multibyteness of bufp and target may be different.
11735
117362008-02-01 Kenichi Handa <handa@m17n.org>
11737
11738 * xdisp.c (x_produce_glyphs): When a font is not found, make the
11739 empty box occupy at least one column width.
11740
117412008-02-01 Miles Bader <miles@gnu.org>
11742
11743 * Makefile.in: Remove redundant HAVE_XFT clause.
11744
117452008-02-01 Kenichi Handa <handa@m17n.org>
11746
11747 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
11748
117492008-02-01 Kenichi Handa <handa@m17n.org>
11750
11751 * fontset.c (Finternal_char_font): Fix for the case of POSITION
11752 being nil.
11753
117542008-02-01 Kenichi Handa <handa@m17n.org>
11755
11756 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
11757
117582008-02-01 Kenichi Handa <handa@m17n.org>
11759
11760 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
11761
117622008-02-01 Kenichi Handa <handa@m17n.org>
11763
11764 * search.c (simple_search): Fix previous change.
11765
117662008-02-01 Kenichi Handa <handa@m17n.org>
11767
11768 * xftfont.c (ftfont_font_format): Extern declaration.
11769
11770 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
11771
11772 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
11773 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
11774
11775 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
11776 (ftfont_font_format): Fix previous change.
11777
11778 * font.h (Ffont_xlfd_name): EXFUN it.
11779
11780 * font.c (font_parse_xlfd): Fix the array size of `f'.
11781 (register_font_driver): Use EQ to compare driver->type.
11782
11783 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
11784 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
11785 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
11786
117872008-02-01 Kenichi Handa <handa@m17n.org>
11788
11789 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
11790 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
11791
117922008-02-01 Kenichi Handa <handa@m17n.org>
11793
11794 * xfont.c (xfont_open): Set font->format.
11795
11796 * xftfont.c (xftfont_open): Set font->format.
11797
11798 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
11799 (ftfont_list): Include FC_FONTFORMAT in FcObject.
11800 (ftfont_open): Set font->format.
11801 (ftfont_font_format): New function.
11802
11803 * font.h (struct font): New member format.
11804
11805 * font.c (Qopentype): New variable.
11806 (syms_of_font): Defsym it.
11807 (Fquery_font): Change the format of the last element of the return
11808 value.
11809
118102008-02-01 Kenichi Handa <handa@m17n.org>
11811
11812 * xfns.c (xic_create_xfontset): Try the default fontset name as a
11813 last resort.
11814
118152008-02-01 Kenichi Handa <handa@m17n.org>
11816
11817 * coding.c (detect_coding_charset): Fix detection of multi-byte
11818 charset.
11819
118202008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
11821
11822 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
11823
118242008-02-01 Kenichi Handa <handa@m17n.org>
11825
11826 * xdisp.c (get_next_display_element): Set it->face_id for the
11827 first component of a composition.
11828 (x_produce_glyphs): Check if the font is changed or not for composition.
11829
118302008-02-01 Kenichi Handa <handa@m17n.org>
11831
11832 * fontset.c (Qlatin): New variable.
11833 (syms_of_fontset): Define it as a lisp symbol.
11834 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
11835
118362008-02-01 Kenichi Handa <handa@m17n.org>
11837
11838 * font.c (font_unparse_fcname): Pay attention to the case that
11839 some of font property is a null string.
11840
118412008-02-01 Kenichi Handa <handa@m17n.org>
11842
11843 * term.c: Include "composite.h".
11844 (encode_terminal_code): Output all components of composition.
11845 Check the size of encode_terminal_src.
11846 (produce_glyphs): For composition, call produce_composite_glyph.
11847 (append_composite_glyph, produce_composite_glyph): New functions.
11848
11849 * xdisp.c (x_produce_glyphs): In handling composition, if a font
11850 is not found, get font_info from the current ascii face.
11851
118522008-02-01 Kenichi Handa <handa@m17n.org>
11853
11854 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
11855 buffer-file-name to Qnil before calling insert_from_buffer.
11856
11857 * font.c (font_unparse_fcname): Pay attention to the case that
11858 foundry is a null string.
11859
118602008-02-01 Kenichi Handa <handa@m17n.org>
11861
11862 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
11863
11864 * font.c (Qunicode_sip): New variable.
11865 (syms_of_font): Declare it as a Lisp symbol.
11866
11867 * font.h (Qunicode_sip): Extern it.
11868
118692008-02-01 Kenichi Handa <handa@m17n.org>
11870
11871 * composite.c (get_composition_id): Pay attention to TAB component.
11872
11873 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
11874 TAB. Adjust for the change of s->char2b which always points to
11875 the first element of allocated memory.
11876
11877 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
11878
11879 * xdisp.c (handle_composition_prop): Set it->c to the first
11880 non-TAB component.
11881 (fill_composite_glyph_string): Change argument.
11882 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
11883 (x_produce_glyphs): Fix handling of left/right padding.
11884
118852008-02-01 Kenichi Handa <handa@m17n.org>
11886
11887 * coding.c (detect_coding_system): Fix for handling off
11888 inhibit_iso_escape_detection. Fix for the case that no coding
11889 system is defined for a specific coding category.
11890
118912008-02-01 Kenichi Handa <handa@m17n.org>
11892
11893 * font.c (font_matching_entity): Delete unused local var.
11894
11895 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
11896 opening a font.
11897
11898 * fileio.c (Finsert_file_contents): On recovering a file, assume
11899 Unix-like eol.
11900 (choose_write_coding_system): On auto-saving a file, force
11901 Unix-like eol.
11902
11903 * coding.c (setup_coding_system): Fix setting of
11904 coding->common_flags based on eol_type.
11905 (coding_inherit_eol_type): If PARENT is not nil, be sure to
11906 inherit from it.
11907
119082008-02-01 Kenichi Handa <handa@m17n.org>
11909
11910 * alloc.c (NSTATICS): Increas to 0x600.
11911
119122008-02-01 Kenichi Handa <handa@m17n.org>
11913
11914 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
11915 (ftfont_list): Don't check :name property.
11916 (ftfont_match): New function.
11917 (ftfont_pattern_entity): If the pattern doesn't contain
11918 FC_SPACING, don't assume FC_MONO.
11919
11920 * font.h (struct font_driver): New member `match'.
11921 (font_update_drivers): Adjust prototype.
11922
11923 * font.c (font_parse_fcname, font_parse_name): Don't change :name
11924 property of FONT.
11925 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
11926 them unconditionally.
11927 (font_matching_entity): New function.
11928 (font_open_by_name): Try font_matching_entity if exact match is
11929 not found.
11930 (font_update_drivers): Delete the arg FONT. Return a list of
11931 actually used backends. Don't free faces, font caches here.
11932 Don't store data in frame parameters. Don't call x_set_font.
11933 (Ffont_spec): Store :name property as is.
11934 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
11935 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
11936 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
11937 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
11938 Call font->driver->otf_gsub instead of font_otf_gsub.
11939
11940 * frame.c (x_set_font_backend): Do more works that were done in
11941 font_update_drivers before.
11942
11943 * xfont.c (xfont_match): New function.
11944 (xfont_driver): Set xfont_driver.match to xfont_match.
11945 (xfont_draw): Set font in GC if necessary.
11946
11947 * ftxfont.c (ftxfont_match): New function.
11948 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
11949
11950 * xftfont.c (xftfont_match): New function.
11951 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
11952
119532008-02-01 Kenichi Handa <handa@m17n.org>
11954
11955 * font.h (struct font): New member scalable.
11956 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
11957 (font_otf_gsub): Adjust prototype.
11958
11959 * font.c (font_otf_capability): Fix handling of the default langsys.
11960 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
11961 Check the contents of SPEC.
11962 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
11963 (check_gstring): New function.
11964 (REPLACEMENT_CHARACTER): New macro.
11965 (font_otf_gsub): New arg alternate_subst. Be sure to set all
11966 glyph codes of GSTRING.
11967 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
11968 (font_prepare_composition): Set cmp->glyph_len.
11969 (font_open_entity): Set font->scalable.
11970 (Ffont_get): Handle :otf property.
11971 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
11972 functions.
11973 (Fquery_font): Use font->font.full_name.
11974 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
11975 Sfont_otf_alternates.
11976
11977 * ftfont.c (ftfont_open): Set font->font.full_name and
11978 font->font.name properly. Fix calculation of font->font.height
11979 and font->min_width.
11980
11981 * ftxfont.c (ftxfont_create_gcs): New function.
11982 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
11983 (ftxfont_draw_backgrond): Fix filling region.
11984 (ftxfont_default_fid): New function.
11985 (ftxfont_open): Set xfont->fid to the return value of
11986 ftxfont_default_fid.
11987 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
11988 (ftxfont_done_face): Free only GCs that are created by
11989 ftxfont_create_gcs.
11990 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
11991
11992 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
11993 Clip to src->width, etc (not src->clip_XXX).
11994
11995 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
11996 FontBackend frame parameter.
11997
119982008-02-01 Kenichi Handa <handa@m17n.org>
11999
12000 * font.h (struct font_driver_list): New member `on'.
12001 (Fclear_font_cache): EXFUN it.
12002 (font_update_drivers): Extern it.
12003
12004 * font.c (font_unparse_fcname): Fix typo (swidth->width).
12005 (font_list_entities): Check driver_list->on.
12006 (register_font_driver): Initalize `on' member to 0.
12007 (font_update_drivers): New function.
12008 (Fclear_font_cache): Check driver_list->on.
12009
12010 * frame.h (Qfont_backend): Extern it.
12011 (x_set_font_backend): Extern it.
12012
12013 * frame.c (Qfont_backend): New variable.
12014 (frame_parms): New element for font-backend.
12015 (x_set_font_backend): New function.
12016
12017 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
12018 FontBackend frame parameter.
12019 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
12020 x_set_font_backend.
12021
12022 * xfont.c (xfont_list): Don't try listing by :name property if the
12023 name is not for XLFD.
12024
120252008-02-01 Kenichi Handa <handa@m17n.org>
12026
12027 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
12028 (LGLYPH_SET_TO): New macros.
12029 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
12030 element of G is vector or not.
12031 (font_at): Extern it.
12032
12033 * font.c: Include window.h.
12034 (font_lispy_object): New function.
12035 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
12036 end of valid glyph.
12037 (font_close_object): Fix getting (struct font *).
12038 (font_at): New function.
12039 (Ffont_get): If FONT is a font-object, get entity from it.
12040 (Ffont_make_gstring): Initialize elements of glyphs with nil.
12041 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
12042 range check.
12043 (Ffont_at): New function.
12044 (syms_of_font): Defsubr Sfont_at.
12045
12046 * xdisp.c (it_props): Move the entry for Qauto_composed to just
12047 before the entry for Qcomposition.
12048 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
12049 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
12050 the font in gstring.
12051 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
12052 LGLYPH_FORM (g) to detect the end of valid glyph.
12053 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
12054 we are composing with gstring.
12055
12056 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
12057 Check if adjustment is vector or not.
12058
12059 * Makefile.in (font.o): Make it depends on window.h.
12060
120612008-02-01 Kenichi Handa <handa@m17n.org>
12062
12063 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
12064 adjustment is vector or not.
12065
120662008-02-01 Miles Bader <miles@gnu.org>
12067
12068 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
12069
120702008-02-01 Kenichi Handa <handa@m17n.org>
12071
12072 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
12073 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
12074 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
12075
12076 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
12077 (DEVICE_DELTA): Fix typo.
12078 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
12079 LGLYPH format.
12080
12081 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12082 the change of LGLYPH format.
12083
120842008-02-01 Kenichi Handa <handa@m17n.org>
12085
12086 * ftfont.c (ftfont_list): Fix typo.
12087 (ftfont_build_basic_charsets): Don't include letters with diacritics.
12088
120892008-02-01 Jan Djärv <jan.h.d@swipnet.se>
12090
12091 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
12092
12093 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
12094 xftface_info is non-NULL.
12095
120962008-02-01 Jan Djärv <jan.h.d@swipnet.se>
12097
12098 * ftfont.c (ftfont_list): Move misplaced #endif.
12099
121002008-02-01 Kenichi Handa <handa@m17n.org>
12101
12102 * ftfont.c (ftfont_list): Pay attention to the case that
12103 FC_CAPABILITY is not defined.
12104
121052008-02-01 Kenichi Handa <handa@m17n.org>
12106
12107 * xftfont.c (xftfont_open): Set charset related members to -1.
12108
12109 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
12110 QCname.
12111 (ftfont_open): Set charset related members to -1.
12112
12113 * fontset.c (Votf_script_alist): New variable.
12114 (syms_of_fontset): Initialize it.
12115 (fontset_font): Delete unused variable.
12116
12117 * fontset.h (Votf_script_alist): Extern it.
12118
12119 * font.c (font_find_for_lface): Optimize code.
12120
12121 * font.h (font_close_object, font_merge_old_spec): Extern them.
12122
121232008-02-01 Kenichi Handa <handa@m17n.org>
12124
12125 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
12126 (syms_of_font): Initialize them.
12127 (font_pixel_size): Allow float value in dpi.
12128 (font_prop_validate_type): Delete.
12129 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
12130 Change caller.
12131 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
12132 (font_prop_validate_extra): Delete.
12133 (font_prop_validate_spacing): New function.
12134 (font_property_table): Add elements for all known properties.
12135 (get_font_prop_index): Rename from check_font_prop_name. New
12136 argument FROM. Change caller.
12137 (font_prop_validate): Validate all known properties.
12138 (font_put_extra): Delete argument force. Change caller.
12139 (font_expand_wildcards): Make it static. Fix the way of shrinking
12140 the possible range.
12141 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
12142 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
12143 Change caller.
12144 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
12145 (font_parse_fcname): Delete argument merge. Fix parsing of point
12146 size. Don't validate properties values here. Change caller.
12147 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
12148 (font_open_by_name): Delete unused variable.
12149 (Ffont_spec): Likewise. Validate property values.
12150 (Ffont_match_p): New function.
12151
12152 * font.h (QCscalable): Extern it.
12153 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
12154
12155 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
12156
12157 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
12158 (xfont_list_pattern): New function.
12159 (xfont_list): Use xfont_list_pattern.
12160
121612008-02-01 Kenichi Handa <handa@m17n.org>
12162
12163 * font.h (Flist_fonts): EXFUN it.
12164
121652008-02-01 Jason Rumney <jasonr@gnu.org>
12166
12167 * w32term.c (w32_initialize): Add back smoothing_type and
12168 smoothing_enabled definitions.
12169
121702008-02-01 Kenichi Handa <handa@m17n.org>
12171
12172 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
12173 s->face->font on determining underline position.
12174
121752008-02-01 Kenichi Handa <handa@m17n.org>
12176
12177 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
12178 (font_has_char): Accept font-object too.
12179 (font_find_for_lface): Try at first with a size specified in face.
12180
121812008-02-01 Kenichi Handa <handa@m17n.org>
12182
12183 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
12184 font_open_by_name.
12185
121862008-02-01 Kenichi Handa <handa@m17n.org>
12187
12188 * font.h (QCspacing, QCdpi): Extern them.
12189 (enum font_spacing): New enum.
12190 (FONT_PIXEL_SIZE_QUANTUM): New macro.
12191
12192 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
12193 (QCspacing, QCdpi): New variables.
12194 (syms_of_font): Initialize them.
12195 (font_pixel_size): New function.
12196 (font_put_extra): New function.
12197 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
12198 in FONT_EXTRA.
12199 (font_parse_fcname): Handle enumerated values (e.g. bold).
12200 Fix handling font size. Add QCname property that contains only
12201 unknown properties.
12202 (font_score): Change argument. Change caller. Pay attention to
12203 FONT_PIXEL_SIZE_QUANTUM.
12204 (font_sort_entites, font_list_entities, font_find_for_lface)
12205 (font_open_for_lface, font_open_by_name): Fix handling of font size.
12206 (Ffont_spec): Add QCname property that contains only unknown properties.
12207
12208 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
12209 include weight in listing pattern, instead check weight of each
12210 listed font. Don't include scalable in pattern. Pay attention to
12211 FONT_PIXEL_SIZE_QUANTUM.
12212
122132008-02-01 Kenichi Handa <handa@m17n.org>
12214
12215 * font.c (font_parse_fcname): Fix parsing of point-size.
12216 (font_unparse_fcname): Produce symbolic names for style properties.
12217 (font_list_entities): Handle float size correctly.
12218 (font_open_by_name): Prefer `normal' property values if the name
12219 doesn't specify them.
12220
12221 * fontset.c (Finternal_char_font): Use font_get_name, not
12222 Ffont_xlfd_name.
12223
12224 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
12225 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
12226 pattern. Don't force scalable.
12227
12228 * xftfont.c (xftfont_open): For generating a name, start from
12229 96-byte buffer.
12230
122312008-02-01 Jan Djärv <jan.h.d@swipnet.se>
12232
12233 * frame.h (x_new_fontset2): Fix prototype.
12234
122352008-02-01 Kenichi Handa <handa@m17n.org>
12236
12237 * font.h (struct font_driver): Delete member parse_name.
12238 (font_match_p, font_get_spec, font_parse_fcname)
12239 (font_unparse_fcname): Extern them.
12240 (font_get_name): Adjust prototype.
12241
12242 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
12243 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
12244 (font_expand_wildcards): Fix handling ENCODING field. Avoid
12245 unnecessary checks for weight, slant, and swidth.
12246 (font_parse_fcname): New function.
12247 (font_unparse_fcname): New function.
12248 (font_parse_name): New function.
12249 (font_match_p): New function.
12250 (font_get_name): Change return value to Lisp string.
12251 (font_get_spec): New function.
12252 (Qunspecified, Qignore_defface): Don't extern them.
12253 (font_find_for_lface): Assume that LFACE is fully specified.
12254 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
12255 object, use it for FACE.
12256 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
12257 driver->parse_name.
12258 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
12259
12260 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
12261 prototype.
12262
12263 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
12264 argument F. Don't call Fnew_fontset. Instead, directly call
12265 make_fontset.
12266
12267 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
12268
12269 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
12270 of x_new_fontset2.
12271
12272 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
12273 (Qsans__serif): New variables.
12274 (ftfont_generic_family_list): New variable.
12275 (syms_of_ftfont): Initialize the above variables.
12276 (ftfont_pattern_entity): Delete argument NAME.
12277 (ftfont_list_generic_family): New function.
12278 (ftfont_parse_name): Delete this function.
12279 (ftfont_list): Try generic family only when FcFontList found no font.
12280 (ftfont_list_family): Fix args to FcObjectSetBuild.
12281
12282 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
12283 object in attrs[LFACE_FONT_INDEX].
12284 (set_lface_from_font_name): Cancel all changes for font-backend.
12285 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
12286 function.
12287 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
12288 font object in QCfont attribute.
12289 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
12290 (realize_default_face) [USE_FONT_BACKEND]: Call
12291 set_lface_from_font_and_fontset.
12292
12293 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
12294 "fixed", and signal error here if no suitable font was found.
12295
12296 * xfont.c (xfont_parse_name): Delete this function.
12297
12298 * xftfont.c (xftfont_open): Change coding style of error
12299 handling. Generate fontconfig's fontname pattern.
12300
12301 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
12302 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
12303
12304 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
12305 Both args FONTSET and FONT_OBJECT must be existing ones.
12306
123072008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12308
12309 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
12310
123112008-02-01 Kenichi Handa <handa@m17n.org>
12312
12313 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
12314
12315 * font.h (struct font): Fix typo.
12316
12317 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
12318 XLFD_XXX_INDEX.
12319 (enum xlfd_field_mask): New enum.
12320 (intern_font_field): Changed argument. Change caller. If digits
12321 are followed by non-digits, return a symbol.
12322 (font_expand_wildcards): New function.
12323 (font_parse_xlfd): Fix wildcard handling.
12324 (Ffont_spec): If :name is specified, reflect the info in the other
12325 properties.
12326
12327 * ftfont.c (ftfont_pattern_entity): Fix typo.
12328 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
12329 locale.
12330
123312008-02-01 Kenichi Handa <handa@m17n.org>
12332
12333 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
12334
12335 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
12336 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
12337 registry doesn't specify encoding part.
12338 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
12339 (font_open_by_name): At first try parsing the name.
12340 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
12341 as Lisp symbols.
12342
12343 * fontset.c (reorder_font_vector): Pay attention to the case that
12344 the 3rd element of font_def is nil.
12345 (fontset_font): For the default fontset, append one more fontset
12346 elements for a script-based font specification. Don't add script
12347 attribute on finding a font.
12348 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
12349 font name.
12350 (fontset_ascii_font): If a font can't be opened, return nil.
12351
12352 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
12353 (ftfont_pattern_entity): New function.
12354 (ftfont_get_cache): Assume that freetype_font_cache is already
12355 initialized.
12356 (ftfont_list): Handle the case that a file is specified in font
12357 name. Use ftfont_pattern_entity to generate entities.
12358 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
12359 (syms_of_ftfont): Initialize freetype_font_cache.
12360
12361 * xftfont.c (xftfont_open): Make the font name fontconfig's
12362 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
12363 (xftfont_close): Free font->font.name if not NULL.
12364
12365 * xfont.c (xfont_list): If script is specified for a font, return
12366 null_vector.
12367 (xfont_list_family): Declare argument type.
12368
12369 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
12370 name, set LFACE_FONT (lface) to nil.
12371
12372 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
12373 return Qnil.
12374
123752008-02-01 Kenichi Handa <handa@m17n.org>
12376
12377 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
12378 (standard_args): Add "-enable-font-backend".
12379
123802008-02-01 Kenichi Handa <handa@m17n.org>
12381
12382 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
12383 (struct xftdraw_list, xftdraw_list): Delete them.
12384 (register_xftdraw, check_xftdraw): Delete them.
12385 (xftfont_prepare_face): Don't call register_xftdraw.
12386 (xftfont_done_face): Don't call check_xftdraw.
12387 (xftfont_draw): Get background color only when with_background is
12388 nonzero.
12389
12390 * xfont.c (xfont_encode_char): Fix calculation of char2b.
12391
123922008-02-01 Kenichi Handa <handa@m17n.org>
12393
12394 These changes are for the new font handling codes.
12395
12396 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
12397 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
12398 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
12399 (FONTSRC, FONTOBJ): New variables.
12400 (obj): Add $(FONTOBJ).
12401 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
12402 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
12403 @LIBOTF_LIBS@.
12404 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
12405 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
12406
12407 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
12408
12409 * character.h (Vscript_representative_chars): Extern it.
12410
12411 * character.c (Vscript_representative_chars): New variable.
12412 (syms_of_character): Declare it as a Lisp variable.
12413
12414 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
12415 enable_font_backend is nonzero, accept the composition method
12416 COMPOSITION_WITH_GLYPH_STRING.
12417
12418 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
12419 enumeration COMPOSITION_WITH_GLYPH_STRING.
12420
12421 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
12422 members clip_x, clip_y, clip_width, and clip_height.
12423 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
12424
12425 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
12426 --enable-font-backend. Call syms_of_font.
12427
12428 * fns.c (assoc_no_quit): New function.
12429
12430 * fontset.h (FONT_INFO_FROM_FACE): New macro.
12431 (face_for_font, new_fontset_from_font)
12432 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
12433
12434 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
12435 (fontset_font, fontset_ascii, face_for_char)
12436 (make_fontset_for_ascii_face, Ffont_info)
12437 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
12438 is nonzero, use font-backend mechanism.
12439 (find_font_encoding): Make it non-static.
12440 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
12441 New functions.
12442
12443 * frame.h (struct frame): New members resx and resy.
12444 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
12445 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
12446
12447 * frame.c [USE_FONT_BACKEND]: Include "font.h".
12448 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
12449
12450 * lisp.h (assoc_no_quit): Extern it.
12451
12452 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
12453 Through out the file, use FONT_INFO_FROM_FACE instead of
12454 FONT_INFO_FROM_ID, use get_per_char_metric instead of
12455 rif->per_char_metric.
12456 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
12457 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
12458 (get_glyph_face_and_encoding, fill_composite_glyph_string)
12459 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
12460 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
12461 nonzero, use font-backend mechanism.
12462 (get_per_char_metric): New function.
12463
12464 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
12465 (set_lface_from_font_name)
12466 (set_font_frame_param, free_realized_face)
12467 (prepare_face_for_display, clear_face_gcs)
12468 (Finternal_set_font_selection_order, realize_x_face)
12469 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
12470 font-backend mechanism.
12471 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
12472 (load_face_font) [USE_FONT_BACKEND]: Abort.
12473 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
12474 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
12475
12476 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
12477 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
12478 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
12479 nonzero, register all available font drivers. Call
12480 x_default_font_parameter for deciding a font.
12481 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
12482
12483 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
12484 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
12485 (x_set_glyph_string_clipping_exactly)
12486 (x_compute_glyph_string_overhangs)
12487 (x_draw_glyph_string_foreground)
12488 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
12489 (x_free_frame_resources) [USE_FONT_BACKEND]: If
12490 enable_font_backend is nonzero, use font-backend mechanism.
12491 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
12492
124932008-02-01 Kenichi Handa <handa@m17n.org>
12494
12495 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
12496 system_eol_type.
12497 (syms_of_coding): Initialize system_eol_type.
12498
12499 * process.c (Fset_process_coding_system): Inherit system's eol
12500 format if necessary.
12501
125022008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12503
12504 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
12505
125062008-02-01 Kenichi Handa <handa@m17n.org>
12507
12508 * coding.c (decode_eol): Pay attention to buffer relocation in
12509 del_range_2.
12510 (decode_coding): Call decode_eol before restoring undo_list.
12511
125122008-02-01 Kenichi Handa <handa@m17n.org>
12513
12514 * charset.c (Fdefine_charset_internal): Fix setting of
12515 emacs_mule_bytes.
12516
125172008-02-01 Kenichi Handa <handa@m17n.org>
12518
12519 * keyboard.c (read_char): Check if C is a character or not before
12520 looking up Vkeyboard_translate_table.
12521
125222008-02-01 Kenichi Handa <handa@m17n.org>
12523
12524 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
12525 condition to terminate the loop.
12526
125272008-02-01 Kenichi Handa <handa@m17n.org>
12528
12529 * coding.c (produce_composition): Compare charbuf[i] instead of
12530 args[i] against 0.
12531 (Fterminal_coding_system): Use EQ to compare Lisp objects.
12532
125332008-02-01 Kenichi Handa <handa@m17n.org>
12534
12535 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
12536 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
12537 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
12538 detect_coding.
12539 (emacs_mule_char): Handle old style (Emacs 20) component character
12540 of a composition.
12541 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
12542 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
12543 composition rule.
12544 (decode_coding_emacs_mule): Handle invalid bytes correctly.
12545
125462008-02-01 Kenichi Handa <handa@m17n.org>
12547
12548 * coding.c (encode_coding_ccl): Allocate destination dynamically
12549 when necessary.
12550
125512008-02-01 Kenichi Handa <handa@m17n.org>
12552
12553 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
12554 the loop. When quitted, show a proper error message.
12555
125562008-02-01 Kenichi Handa <handa@m17n.org>
12557
12558 * xterm.c (x_set_glyph_string_clipping_exactly): Set
12559 src->clip_head and src->clip_tail temporarily instead of src->hl.
12560
12561 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
12562 character sequence.
12563 (Fccl_execute_on_string): Use ASET, not XSET.
12564
125652008-02-01 Kenichi Handa <handa@m17n.org>
12566
12567 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
12568
125692008-02-01 Kenichi Handa <handa@m17n.org>
12570
12571 * coding.c (decode_coding): Fix the condition of terminating the
12572 decoding loop.
12573
125742008-02-01 Kenichi Handa <handa@m17n.org>
12575
12576 * data.c (Faset): On setting a character bigger than 255 in a
12577 unibyte string, signal an error instead of make the string multibyte.
12578
125792008-02-01 Kenichi Handa <handa@m17n.org>
12580
12581 * charset.c (map_charset_chars): Fix for ascii-compatible charset
12582 made by a mapping table.
12583
125842008-02-01 Kenichi Handa <handa@m17n.org>
12585
12586 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
12587 not.
12588 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
12589 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
12590
12591 * xterm.c (x_draw_composite_glyph_string_foreground): Check
12592 s->face is NULL or not.
12593
125942008-02-01 Kenichi Handa <handa@m17n.org>
12595
12596 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
12597 (x_draw_glyph_string): Fix drawing of right_overhang and
12598 left_overhang around/on cursor.
12599
12600 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
12601
126022008-02-01 Kenichi Handa <handa@m17n.org>
12603
12604 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
12605
126062008-02-01 Kenichi Handa <handa@m17n.org>
12607
12608 * coding.c (Fdefine_coding_system_internal)
12609 (Fdefine_coding_system_alias): Avoid a duplicated element in
12610 Vcoding_system_alist.
12611
126122008-02-01 Kenichi Handa <handa@m17n.org>
12613
12614 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
12615
12616 * coding.c (Qcoding_system_define_form): New variable.
12617 (syms_of_coding): Intern and staticpro it.
12618 (Fcoding_system_p): Check Qcoding_system_define_form.
12619 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
12620
12621 * coding.h (CODING_SYSTEM_P): If ID is not available, call
12622 Fcoding_system_p.
12623 (CHECK_CODING_SYSTEM): If ID is not available, call
12624 Fcheck_coding_system.
12625 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
12626 Try also Fcheck_coding_system.
12627
126282008-02-01 Kenichi Handa <handa@m17n.org>
12629
12630 * coding.c (code_conversion_restore): GCPRO arg.
12631
126322008-02-01 Kenichi Handa <handa@m17n.org>
12633
12634 * character.c (lisp_string_width): Check multibyteness of STRING.
12635
126362008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12637
12638 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
12639 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
12640 (decode_mac_font_name): Use decode_coding_c_string instead of
12641 decode_coding.
12642 (x_load_font): Initialize fontp->fontset to -1. Set
12643 fontp->encoding_type.
12644
126452008-02-01 Kenichi Handa <handa@m17n.org>
12646
12647 * search.c (search_buffer): Give up BM search on case-fold-search
12648 if one of a target character has a case-equivalence of different
12649 byte length even if that target charcter is an ASCII.
12650 (simple_search): Fix calculation of byte length of matched text.
12651 (boyer_moore): Fix handling of case-equivalent multibyte characters.
12652
126532008-02-01 Kenichi Handa <handa@m17n.org>
12654
12655 * coding.c (decode_coding): Fix handling of invalid bytes.
12656
126572008-02-01 Kenichi Handa <handa@m17n.org>
12658
12659 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
12660 Unicode characters.
12661
126622008-02-01 Kenichi Handa <handa@m17n.org>
12663
12664 * coding.c (encode_coding_object): If a pre-write-conversion
12665 function makes a new buffer, kill it.
12666
126672008-02-01 Kenichi Handa <handa@m17n.org>
12668
12669 * coding.c (QCascii_compatible_p): New variable.
12670 (syms_of_coding): Initialize it.
12671 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
12672 calling string_char.
12673 (record_conversion_result): Add `default:' case.
12674 (coding_charset_list): Delete unused variable `coding_type'.
12675 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
12676 property in the plist of the coding system.
12677 (Fcoding_system_put): Check QCascii_compatible_p.
12678
126792008-02-01 Miles Bader <miles@gnu.org>
12680
12681 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
12682 removed calculation of frame `f', as it's now used.
12683
126842008-02-01 Kenichi Handa <handa@m17n.org>
12685
12686 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
12687 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
12688 (UNIDATA): New variable.
12689 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
12690 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
12691 $(RUN_TEMACS) unconditionally.
12692
126932008-02-01 Kenichi Handa <handa@m17n.org>
12694
12695 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
12696 (admindir): New variable.
12697 ($(lispsource)international/charprop.el): New target.
12698
126992008-02-01 Miles Bader <miles@gnu.org>
12700
12701 * character.c (chars-in-region): Remove obsolete function.
12702 (syms_of_character): Remove its initialization.
12703
127042008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
12705
12706 * w32select.c (validate_coding_system)
12707 (setup_windows_coding_system): New functions.
12708 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
12709 setup_windows_coding_system.
12710 (setup_config, Fw32_get_clipboard_data): Use
12711 validate_coding_system.
12712 (Fx_selection_exists): Move call to setup_config to a place
12713 where signals are allowed.
12714
12715 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
12716 (Fcheck_coding_system): Add declarations.
12717
127182008-02-01 Kenichi Handa <handa@m17n.org>
12719
12720 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
12721
127222008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12723
12724 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
12725 string as the second argument for x_new_fontset.
12726
127272008-02-01 Kenichi Handa <handa@m17n.org>
12728
12729 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
12730 (encode_coding_object): Use safe_call instead of call2.
12731
127322008-02-01 Kenichi Handa <handa@m17n.org>
12733
12734 * fontset.c (Fset_fontset_font): Check family element of a given vector.
12735
12736 * Makefile.in (lisp): Include charprop.el.
12737
127382008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12739
12740 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
12741 Not sure if it's unnecessary.
12742
127432008-02-01 Steven Tamm <steventamm@mac.com>
12744
12745 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
12746 some possibly unnecessary fontset checking code that crashed
12747 when creating a new frame.
12748
127492008-02-01 Kenichi Handa <handa@m17n.org>
12750
12751 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
12752 lookup_face.
12753
12754 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
12755
12756 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
12757
127582008-02-01 Kenichi Handa <handa@m17n.org>
12759
12760 * coding.c: Cancel the change done in HEAD on 2008-02-01.
12761 (coding_charset_list): New function.
12762
12763 * coding.h (coding_charset_list): Extern it.
12764
127652008-02-01 Kenichi Handa <handa@m17n.org>
12766
12767 * fontset.c (Fset_fontset_font): Call find_font_encoding with
12768 concatenation of family and registry.
12769
127702008-02-01 Kenichi Handa <handa@m17n.org>
12771
12772 * character.h (BYTE8_STRING): Fix typo.
12773
12774 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
12775 string to multibyte (sync to HEAD).
12776
12777 * casefiddle.c (casify_region): Handle changes in byte-length
12778 using replace_range_2 (sync to HEAD).
12779
127802008-02-01 Andreas Schwab <schwab@suse.de>
12781
12782 * chartab.c (map_char_table): GCPRO table and arg.
12783
127842008-02-01 Kenichi Handa <handa@m17n.org>
12785
12786 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
12787 already at limit.
12788
127892008-02-01 Kenichi Handa <handa@m17n.org>
12790
12791 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
12792 instead of fast_c_string_match_ignore_case.
12793 (find_font_encoding): Change argument to Lisp_Object. Use
12794 fast_string_match_ignore_case instead of
12795 fast_c_string_match_ignore_case. Change caller.
12796
127972008-02-01 Kenichi Handa <handa@m17n.org>
12798
12799 * xdisp.c (get_next_display_element): In unibyte case, decide to
12800 display in octal form by checking a character by
12801 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
12802
12803 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
12804
12805 * character.c (unibyte_has_multibyte_table): New variable.
12806
12807 * character.h (unibyte_has_multibyte_table): Extern it.
12808 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
12809
128102008-02-01 Kenichi Handa <handa@m17n.org>
12811
12812 * coding.c (encode_coding_iso_2022): Fix handling of charset
12813 annotation.
12814
128152008-02-01 Kenichi Handa <handa@m17n.org>
12816
12817 * coding.c (setup_coding_system): If coding_system is nil, use
12818 Qundecided.
12819 (Fterminal_coding_system): Return nil if terminal coding system is
12820 `undecided'.
12821 (syms_of_coding): Define coding-system `undecided' here. Setup
12822 terminal_coding as `undecided'.
12823
128242008-02-01 Kenichi Handa <handa@m17n.org>
12825
12826 * xdisp.c (message_dolog, set_message_1): Call
12827 unibyte_char_to_multibyte with arg type int.
12828
12829 * lread.c (read1): Fix reading of a char-table.
12830
12831 * print.c (print_object): Include sub char-table in circularities
12832 detection.
12833
128342008-02-01 Kenichi Handa <handa@m17n.org>
12835
12836 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
12837 Append the found sequences in car of ARGS instead of prepending.
12838
128392008-02-01 Kenichi Handa <handa@m17n.org>
12840
12841 * fileio.c (report_file_error): Make a unibyte string from
12842 strerror (errorno).
12843 (Fsubstitute_in_file_name): Fix the arg to
12844 unibyte_char_to_multibyte. It is evaluated twice.
12845
128462008-02-01 Kenichi Handa <handa@m17n.org>
12847
12848 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
12849
128502008-02-01 Kenichi Handa <handa@m17n.org>
12851
12852 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
12853 BOM is not found.
12854 (detect_coding, detect_coding_system): Optimization for ISO-2022
12855 when no 8-bit data is found.
12856
128572008-02-01 Jason Rumney <jasonr@gnu.org>
12858
12859 * w32fns.c (x_to_w32_font): Update to use new coding struct.
12860
128612008-02-01 Kenichi Handa <handa@m17n.org>
12862
12863 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
12864 CHARS.
12865
128662008-02-01 Steven Tamm <steventamm@mac.com>
12867
12868 * macterm.c (mac_encode_char): Add charset argument and update
12869 to use encoding_type.
12870 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
12871 switch to pure fontset.
12872 (decode_mac_font_name): Temporarily remove decoding.
12873 (x_font_name_to_mac_font_name): Temporarily remove encoding.
12874 (x_load_font): Temporarily remove encoding.
12875
128762008-02-01 Kenichi Handa <handa@m17n.org>
12877
12878 * xfaces.c (Fface_font): If frame is not on a window system,
12879 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
12880 refer to face->font.
12881 (split_font_name_into_vector, build_font_name_from_vector)
12882 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
12883 when HAVE_WINDOW_SYSTEM is defined.
12884
128852008-02-01 Kenichi Handa <handa@m17n.org>
12886
12887 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
12888 (x_produce_glyphs): Fix setting of members of cmp in case
12889 cmp->glyph_len is zero.
12890
12891 * fontset.c (Fset_fontset_font): Fix docstring.
12892 (Ffontset_info): Make it backward compatible. New arg ALL.
12893
128942008-02-01 Kim F. Storm <storm@cua.dk>
12895
12896 * process.c (read_process_output): Grow decoding_buf when needed;
12897 this could cause a crash in allocate_string and compact_small_strings.
12898
128992008-02-01 Kenichi Handa <handa@m17n.org>
12900
12901 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
12902
129032008-02-01 Kenichi Handa <handa@m17n.org>
12904
12905 * coding.c (setup_coding_system): Set coding->common_flags
12906 correctly for raw-text.
12907 (consume_chars): On encoding unibyte text by raw-text, don't check
12908 multibyte form.
12909 (encode_coding): On encoding by raw-text, never use translation tables.
12910
12911 * fileio.c (e_write): Short cut for the case of no encoding.
12912
129132008-02-01 Kenichi Handa <handa@m17n.org>
12914
12915 * coding.c (detect_coding, detect_coding_system): Delete unused
12916 variables.
12917
129182008-02-01 Kenichi Handa <handa@m17n.org>
12919
12920 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
12921 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
12922
129232008-02-01 Kenichi Handa <handa@m17n.org>
12924
12925 * coding.c (Ffind_coding_systems_region_internal): Include
12926 raw-text and no-conversion in the result.
12927
129282008-02-01 Kenichi Handa <handa@m17n.org>
12929
12930 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
12931 (load_font_get_repertory): Delete unnecessary check of ENCODING of
12932 FONT_DEF.
12933 (font_def_arg, add_arg, from_arg, to_arg): New args.
12934 (set_fontset_font): Change argument.
12935 (Fset_fontset_font): Fix for the case that TARGET is a script
12936 name and charset name.
12937 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
12938
129392008-02-01 Kenichi Handa <handa@m17n.org>
12940
12941 * fontset.c (fontset_font): Rename from fontset_face. Change return
12942 value.
12943 (face_suitable_for_char_p, face_for_char): Adjust for the change
12944 of fontset_font.
12945 (make_fontset_for_ascii_face): Fix setting of the fontset element
12946 for ASCII.
12947 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
12948 to get a font name.
12949 (Ffontset_info): Adjust for the change of fontset_font.
12950
12951 * coding.c (emacs_mule_char): Check invalid code more rigidly.
12952
12953 * character.h (LEADING_CODE_LATIN_1_MIN)
12954 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
12955
129562008-02-01 Kenichi Handa <handa@m17n.org>
12957
12958 * editfns.c (check_translation): New function.
12959 (Ftranslate_region_internal): Handle M:N mapping.
12960
129612008-02-01 Kenichi Handa <handa@m17n.org>
12962
12963 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
12964
129652008-02-01 Kenichi Handa <handa@m17n.org>
12966
12967 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
12968 goto invalid_code.
12969 (decode_coding_iso_2022): Fix handling of invalid designation.
12970
12971 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
12972 after calling code_conversion_save.
12973
129742008-02-01 Kenichi Handa <handa@m17n.org>
12975
12976 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
12977
12978 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
12979
12980 * fontset.c: Include "intervals.h".
12981 (fontset_face): Fix comparing of Lisp_Objects.
12982 (free_face_fontset, new_fontset_from_font_name): Fix
12983 Lisp_Object/int mixup.
12984
12985 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
12986
12987 * coding.c: Add many prototypes for static functions.
12988 (get_translation_table): Allow max_lookup to be NULL.
12989 (decode_coding, Ffind_coding_systems_region_internal)
12990 (Funencodable_char_position, Fcheck_coding_systems_region): Call
12991 get_translation_table with max_lookup NULL.
12992
129932008-02-01 Kenichi Handa <handa@m17n.org>
12994
12995 * coding.c (get_translation_table): Declare it as Lisp_Object.
12996 (LOOKUP_TRANSLATION_TABLE): New macro.
12997 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
12998 instead of CHAR_TABLE_REF.
12999
130002008-02-01 Kenichi Handa <handa@m17n.org>
13001
13002 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
13003 annotation data format.
13004 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
13005 Change arguments FROM and TO to single argument NCHARS. Change caller.
13006 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
13007 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13008 (decode_coding_ccl, decode_coding_charset): Pay attention to
13009 coding->charbuf_used.
13010 (get_translation): New function.
13011 (produce_chars): New arguments translation_table and last_block.
13012 Translate characters here. Return number of carryover chars.
13013 Change caller.
13014 (produce_composition): New argument pos. Change caller.
13015 Adjust for the change of annotation data format.
13016 (produce_charset, produce_annotation): Likewise.
13017 (decode_coding, encode_coding): Don't call translate_chars.
13018 (consume_chars): New arg translation_table. Change caller.
13019 (translate_chars): Delete.
13020 (syms_of_coding): Make translation-table's number of extra slots 2.
13021
130222008-02-01 Kenichi Handa <handa@m17n.org>
13023
13024 * search.c (simple_search): Fix setting this_pos_byte in backward
13025 search.
13026
13027 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
13028 byte sequence.
13029 (detect_coding_ccl): Fix setting of the variable valids.
13030
130312008-02-01 Kenichi Handa <handa@m17n.org>
13032
13033 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
13034
13035 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
13036
13037 * editfns.c (Ftranslate_region_internal): Rename from
13038 Ftranslate_region. Accept a char-table in TABLE.
13039 (syms_of_editfns): Defsubr Stranslate_region_internal.
13040
13041 * xfaces.c (set_lface_from_font_name): If a font is specified for
13042 a frame, generate a fontset from the font.
13043 (build_scalable_font_name): If the scalable font is requested for
13044 a specific size, don't change that size.
13045 (try_font_list): Try a scalable font also in the case that a
13046 pattern string is specified.
13047
130482008-02-01 Kenichi Handa <handa@m17n.org>
13049
13050 * xfaces.c (Fface_font): New optional arg CHARACTER.
13051
130522008-02-01 Kenichi Handa <handa@m17n.org>
13053
13054 * charset.h (CHARSET_OFFSET): New macro.
13055
130562008-02-01 Kenichi Handa <handa@m17n.org>
13057
13058 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
13059
13060 * fontset.c (fontset_face): Handle the case that repertory is a
13061 char-table.
13062 (find_font_encoding): Return nil for unknown encoding.
13063 (Fset_fontset_font): Ignore a font of unknown encoding.
13064
130652008-02-01 Kenichi Handa <handa@m17n.org>
13066
13067 * keymap.c (describe_vector): Handle default value of a char table.
13068
13069 * fontset.c (fontset_face): Handle fallback fonts correctly.
13070 (Ffontset_info): Return infomation about fallback fonts.
13071
130722008-02-01 Kenichi Handa <handa@m17n.org>
13073
13074 * fontset.c (FONTSET_DEFAULT): New macro.
13075 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
13076 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
13077 the case that it is nil.
13078 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
13079 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
13080
13081 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
13082 subset or superset.
13083
130842008-02-01 Kenichi Handa <handa@m17n.org>
13085
13086 * emacs.c (main): Call init_charset after syms_of_XXX.
13087
13088 * charset.c (Vcharset_map_directory): Delete.
13089 (Vcharset_map_path): New variable.
13090 (load_charset_map_from_file): Use Vcharset_map_path instead.
13091 (init_charset): Initialize Vcharset_map_path.
13092 (syms_of_charset): Delete declaration of "charset-map-directory",
13093 add declaration of "charset-map-path".
13094
130952008-02-01 Kenichi Handa <handa@m17n.org>
13096
13097 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
13098 ASCII only string.
13099
13100 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
13101
13102 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
13103 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
13104
131052008-02-01 Kenichi Handa <handa@m17n.org>
13106
13107 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
13108
13109 * coding.c (QCmnemonic, QCdefalut_char)
13110 (QCdecode_translation_table, QCencode_translation_table)
13111 (QCpost_read_conversion, QCpre_write_conversion): New variables.
13112 (get_translation_table): Return a list of translation tables if
13113 necessary.
13114 (decode_coding): Call get_translation_table with ENCODEP 0.
13115 (char_encodable_p): If translation_table is non-nil, always call
13116 translate_char.
13117 (Fdefine_coding_system_internal): Accept list of translation
13118 tables as :encode-translation-table and :decode-translation-table.
13119 (Fcoding_system_put): New function.
13120 (syms_of_coding): Declare new symbols. Defsubr
13121 Scoding_system_put.
13122 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
13123 typically JISX0212.
13124
13125 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
13126 when the charset is superset type.
13127
13128 * character.c (translate_char): Accept list of translation tables.
13129
131302008-02-01 Kenichi Handa <handa@m17n.org>
13131
13132 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
13133 (CODING_ATTR_TRANS_TBL): New macro.
13134
13135 * coding.c (get_translation_table): New function.
13136 (translate_chars): Fix the bug of skipping annotation data.
13137 (decode_coding, encode_coding): Utilize get_translation_table.
13138 (char_encodable_p, Funencodable_char_position): Translate char if
13139 necessary.
13140 (Ffind_coding_systems_region_internal)
13141 (Fcheck_coding_systems_region): Setup translation table for encode
13142 in a coding system attribute vector in advance.
13143 (Fdefine_coding_system_internal): Allow a symbol as translation
13144 table. For shift-jis type coding system, allow 4th charset.
13145
131462008-02-01 Kenichi Handa <handa@m17n.org>
13147
13148 * coding.c (decode_coding_sjis): Check the first byte rigidly.
13149
13150 * xdisp.c (get_next_display_element): Pass -1 as POS to
13151 FACE_FOR_CHAR if displaying a C-string.
13152
131532008-02-01 Kenichi Handa <handa@m17n.org>
13154
13155 * composite.c (get_composition_id): Handle xoff and yoff in a
13156 composition rule.
13157
13158 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
13159 (struct composition): New member lbearing and rbearing.
13160
13161 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
13162 (x_get_glyph_overhangs): Handle a composition glyph.
13163 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
13164
13165 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
13166 composition glyph.
13167
131682008-02-01 Kenichi Handa <handa@m17n.org>
13169
13170 * print.c: Include charset.h.
13171 (Vprint_charset_text_property): New variable.
13172 (Qdefault): Extern it.
13173 (PRINT_STRING_NON_CHARSET_FOUND)
13174 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
13175 (print_check_string_result): New variable.
13176 (print_check_string_charset_prop): New function.
13177 (print_prune_charset_plist): New variable.
13178 (print_prune_string_charset): New function.
13179 (print_object): Call print_prune_string_charset if
13180 Vprint_charset_text_property is not t.
13181 (print_interval): Print nothing if interval->plist is nil.
13182 (syms_of_print): Declare Vprint_charset_text_property as a lisp
13183 variable. Init and staticpro print_prune_charset_plist.
13184
131852008-02-01 Kenichi Handa <handa@m17n.org>
13186
13187 * fontset.c (new_fontset_from_font_name): Use the specified font
13188 for all characters in the new fontset.
13189
13190 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
13191 OBJECT args.
13192
13193 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
13194 OBJECT args for composition too.
13195
13196 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
13197 OBJECT args.
13198
131992008-02-01 Kenichi Handa <handa@m17n.org>
13200
13201 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
13202
13203 * fontset.c (reorder_font_vector): Adjust for the change of
13204 FONT_DEF format.
13205 (fontset_face): New arg id. Change caller.
13206 (face_for_char): New args pos and object.
13207 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
13208 (fs_query_fontset): Check NAME by Fassoc too.
13209 (Fset_fontset_font): Allow non-XLFD font name.
13210 (Ffontset_info): Adjust for the change of FONT_DEF format.
13211
13212 * fontset.h (face_for_char): Adjust prototype.
13213
13214 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
13215 (append_space, extend_face_to_end_of_line)
13216 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
13217 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
13218
13219 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
13220 POS and OBJECT args.
13221
13222 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
13223 POS and OBJECT args.
13224
132252008-02-01 Jason Rumney <jasonr@gnu.org>
13226
13227 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
13228 of GlobalAlloc'ed memory.
13229
132302008-02-01 Kenichi Handa <handa@m17n.org>
13231
13232 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
13233
13234 * charset.h (charset_table_used): Delete extern.
13235
13236 * charset.c (charset_table_used): Make it static.
13237 (map_charset_chars): Fix args to c_function with.
13238
13239 * chartab.c (map_sub_char_table_for_charset): Fix args to
13240 c_function with.
13241
13242 * coding.h (enum coding_result_code): Delete
13243 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
13244
13245 * coding.c (Qinsufficient_source, Qinconsistent_eol)
13246 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
13247 (Vlast_code_conversion_error): New variables.
13248 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
13249 (ONE_MORE_BYTE): Record error if any instead of signaling an
13250 error. If non-ASCII multibyte char is found, return the negative
13251 value of the code. All callers changed to check it.
13252 (ONE_MORE_BYTE_NO_CHECK): Likewise.
13253 (record_conversion_result): New function. Change all codes setting
13254 coding->result to call this function.
13255 (detect_coding_utf_8, decode_coding_utf_8)
13256 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
13257 Don't use the local variable incomplete.
13258 (emacs_mule_char): Change the second arg to `const'.
13259 (decode_coding): Fix of flushing out unprocessed data.
13260 (make_conversion_work_buffer): Fix making of a work buffer.
13261 (decode_coding_object): Return coding->dst_object.
13262
13263 * fontset.c (set_fontset_font): Fix args.
13264
13265 * lisp.h (CHARACTERBITS): Define as 22.
13266
13267 * process.c (send_process): Be sure to set coding->src_multibyte.
13268
13269 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
13270
132712008-02-01 Kenichi Handa <handa@m17n.org>
13272
13273 * xdisp.c (handle_auto_composed_prop): Give limit to
13274 Fnext_single_char_property_change.
13275
132762008-02-01 Kenichi Handa <handa@m17n.org>
13277
13278 * composite.c (syms_of_composite): Don't make the composition hash
13279 table weak.
13280
13281 * fontset.c (Fset_fontset_font): Fix docstring.
13282
13283 * lisp.h (detect_coding_system): Adjust prototype.
13284
13285 * fileio.c (kill_workbuf_unwind): Delete this function.
13286 (Finsert_file_contents): Adjust the call of detect_coding_system.
13287 Get conversion_buffer by code_conversion_save. Use the macro
13288 CODING_MAY_REQUIRE_DECODING. After decoding, update
13289 coding_system.
13290
13291 * coding.h (make_conversion_work_buffer): Delete extern.
13292 (code_conversion_save): Extern it.
13293
13294 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
13295 (CODING_GET_INFO): Delete argument eol_type. Change callers.
13296 (decode_coding_utf_8): Don't do eol converion.
13297 (detect_coding_utf_16): Check coding->src_chars, not
13298 coding->src_bytes. Add heuristics for those that have no signature.
13299 (decode_coding_emacs_mule, decode_coding_iso_2022)
13300 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
13301 Don't do eol converion.
13302 (adjust_coding_eol_type): Return a new coding system.
13303 (detect_coding): Don't detect eol. Fix for utf-16 detection.
13304 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
13305 each change.
13306 (decode_coding): Pay attention to undo_list. Do eol conversion for
13307 all types of coding-systems (if necessary).
13308 (Vcode_conversion_work_buf_list): Delete it.
13309 (Vcode_conversion_reused_workbuf): Rename from
13310 Vcode_conversion_reused_work_buf.
13311 (Vcode_conversion_workbuf_name): New variable.
13312 (reused_workbuf_in_use): New variable.
13313 (make_conversion_work_buffer): Delete the arg DEPTH.
13314 (code_conversion_restore): Change argument to cons.
13315 (code_conversion_save): Delete the argument BUFFER. Change callers.
13316 (detect_coding_system): New argument src_chars. Change callers.
13317 Fix for utf-16 detection.
13318 (init_coding_once): Don't use ISO_carriage_return.
13319 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
13320 reused_workbuf_in_use.
13321
133222008-02-01 Kenichi Handa <handa@m17n.org>
13323
13324 * keymap.c (store_in_keymap): Pay attention to the case that idx
13325 is a cons specifying a character range.
13326
133272008-02-01 Kenichi Handa <handa@m17n.org>
13328
13329 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
13330 HANDLED_RECOMPUTE_PROPS.
13331
13332 * coding.c (Fdefine_coding_system_internal): Fix checking of
13333 ascii compatibility.
13334
133352008-02-01 Kenichi Handa <handa@m17n.org>
13336
13337 * charset.c (find_charsets_in_text): Delete unused locale variable.
13338 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
13339
13340 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
13341 Resync charset_list to Vemacs_mule_charset_list.
13342
13343 * keymap.c (store_in_keymap): Pay attention to the case that idx
13344 is a cons specifying a character range.
13345
133462008-02-01 Kenichi Handa <handa@m17n.org>
13347
13348 * composite.c (update_compositions): Bind inhibit-read-only, etc
13349 to t before calling remove-list-of-text-properties.
13350
13351 * print.c (print_object): Always print ASCII chars as is.
13352
133532008-02-01 Kenichi Handa <handa@m17n.org>
13354
13355 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
13356
13357 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
13358 is a char table.
13359
133602008-02-01 Kenichi Handa <handa@m17n.org>
13361
13362 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
13363
133642008-02-01 Kenichi Handa <handa@m17n.org>
13365
13366 * xfaces.c (set_lface_from_font_name): Fix for the case that
13367 FONTNAME is not fontset name.
13368
133692008-02-01 Kenichi Handa <handa@m17n.org>
13370
13371 * fns.c (base64_encode_1): Fix previous change.
13372
133732008-02-01 Kenichi Handa <handa@m17n.org>
13374
13375 * fontset.c (set_fontset_font): New function.
13376 (Fset_fontset_font): If a font is specified for a charset, use
13377 map_charset_chars to store the font spec in a fontset.
13378
133792008-02-01 Kenichi Handa <handa@m17n.org>
13380
13381 * fontset.c (fontset_face): Create a fallback fontset on demand.
13382 (make_fontset): Don't create a fallback fontset here.
13383 (free_face_fontset): Free a fallback fontset (if any) too.
13384 (n_auto_fontsets): Delete this variable.
13385 (auto_fontset_alist): New variable.
13386 (new_fontset_from_font_name): Check auto_fontset_alist.
13387 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
13388 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
13389 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
13390 Defsubr Sfontset_list_all.
13391
133922008-02-01 Kenichi Handa <handa@m17n.org>
13393
13394 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
13395
133962008-02-01 Kenichi Handa <handa@m17n.org>
13397
13398 * fontset.c (Fnew_fontset): Check NAME more rigidly.
13399
134002008-02-01 Kenichi Handa <handa@m17n.org>
13401
13402 * editfns.c (Fgoto_char): Fix docstring.
13403
134042008-02-01 Kenichi Handa <handa@m17n.org>
13405
13406 * insdel.c (insert_from_gap): Adjust intervals correctly.
13407
134082008-02-01 Jason Rumney <jasonr@gnu.org>
13409
13410 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
13411 (pfnGetFontUnicodeRanges): New dynamically loaded function.
13412 (w32_initialize): Try to load it.
13413 (x_get_font_repertory): Use it if available.
13414 (w32_encode_char): Add shortcut for unicode output.
13415
13416 * w32fns.c (w32_load_system_font): Default charset to -1.
13417 (x_to_w32_charset): Match all fonts for unicode.
13418 (w32_to_x_charset): New parameter matching. Don't return partial
13419 or wildcard charsets.
13420 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
13421 (w32_codepage_for_font): Return CP_UNICODE for unicode.
13422 (w32_to_x_font): Match charset to real charset.
13423 (enum_font_cb2): Always list unicode versions.
13424
13425 * makefile.w32-in (temacs): Increase EMHEAP.
13426
134272008-02-01 Jason Rumney <jasonr@gnu.org>
13428
13429 * w32term.c (w32_encode_char): New charset parameter.
13430 font_info.encoding becomes encoding_type.
13431 (x_get_font_repertory): New function. Warning: stub only!
13432 (x_new_font): Return quickly if font already set.
13433 (x_new_fontset): fontsetname parameter is Lisp_Object.
13434 Use new fs_query_fontset. Try new_fontset_from_font_name.
13435 Use fontset_name for return value.
13436
13437 * w32term.h: Declare x_get_font_repertory.
13438
13439 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
13440 place of find_charset_in_text. Use encode_coding_object in place
13441 of encode_coding.
13442 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
13443 decode_coding.
13444
13445 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
13446 of x_new_fontset.
13447 (w32_load_system_font): Initialize charset as unicode.
13448 font_info.encoding becomes encoding_type.
13449 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
13450 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
13451 (syms_of_w32fns): Set get_font_repertory_func.
13452
13453 * w32console.c: Include character.h. Use terminal_encode_buffer
13454 from term.c.
13455 (write_glyphs): Use new version of encode_terminal_code. Use
13456 encode_coding_object in place of encode_coding.
13457
13458 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
13459 encoding becomes encoding_type.
13460
13461 * term.c (terminal_encode_buffer): Make externally visible.
13462
13463 * makefile.w32-in: Add character.h dependancies.
13464 (character.o, chartab.o): New targets.
13465
134662008-02-01 Kenichi Handa <handa@m17n.org>
13467
13468 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
13469 CODING_ID_EOL_TYPE.
13470
134712008-02-01 Andreas Schwab <schwab@suse.de>
13472
13473 * coding.c (produce_chars): Revert last change.
13474
134752008-02-01 Kenichi Handa <handa@m17n.org>
13476
13477 * charset.h (charset_unicode): Extern it.
13478
13479 * charset.c (string_xstring_p): Check by (C >= 0x100).
13480 (find_charsets_in_text): Change format of the arc CHARSETS. New
13481 arg MULTIBYTE.
13482 (Ffind_charset_region, Ffind_charset_string): Adjust for the
13483 change of find_charsets_in_text.
13484 (Fsplit_char): Fix doc. Never return unknown.
13485
13486 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
13487
13488 * coding.c (Fdefine_coding_system_alias): Update
13489 Vcoding_system_list.
13490
13491 * fontset.c (load_font_get_repertory): Pay attention to the case
13492 that ENCODING of a font is specified by a char-table.
13493
13494 * xterm.c (x_get_font_repertory): Handle the case that the
13495 encoding of font is other than Unicode.
13496
134972008-02-01 Kenichi Handa <handa@m17n.org>
13498
13499 * term.c (encode_terminal_code): Don't handle glyph-table. Check
13500 if a character is encodable by the terminal coding system. If
13501 not, produces proper number of `?'s. Update
13502 terminal_encode_buffer and terminal_encode_buf_size if necessary.
13503 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
13504
135052008-02-01 Kenichi Handa <handa@m17n.org>
13506
13507 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
13508 variables.
13509 (encode_terminal_code): Change argument. Encode multiple
13510 characters at once. Store the result of encoding in
13511 terminal_encode_buffer.
13512 (write_glyphs, insert_glyphs): Adjust for the change of
13513 encode_terminal_code.
13514 (term_init): Initialize terminal_encode_buffer and
13515 terminal_encode_buf_size.
13516
13517 * coding.c (consume_chars): If coding->src_object is nil, don't
13518 check annotation.
13519
135202008-02-01 Kenichi Handa <handa@m17n.org>
13521
13522 * character.c (char_string): Use ASCII_CHAR_P instead of
13523 SINGLE_BYTE_CHAR_P.
13524
135252008-02-01 Kenichi Handa <handa@m17n.org>
13526
13527 * xdisp.c (handle_auto_composed_prop): Check if the last
13528 characters of auto-composed region is newly composed with the
13529 following characters.
13530 (handle_composition_prop): Fix checking of point being inside
13531 composition.
13532
135332008-02-01 Kenichi Handa <handa@m17n.org>
13534
13535 * fns.c (concat): Don't change multibyteness of the result by
13536 concatenating an 8-bit character.
13537
13538 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
13539 multibyteness of the result when newelt is an 8-bit character.
13540
135412008-02-01 Dave Love <fx@gnu.org>
13542
13543 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
13544 EMACS_INT.
13545
13546 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
13547
13548 * xfaces.c (face_numeric_value): Declare dim size_t.
13549 (Finternal_lisp_face_equal_p): Remove unused f.
13550
13551 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
13552 (MATRIX_ROW): Remove unused vars.
13553 (draw_glyphs, x_insert_glyphs, fast_find_position)
13554 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
13555 byte/char counts.
13556
13557 * regex.c (regex_compile): Remove unused var.
13558
13559 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
13560
13561 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
13562 (Faccessible_keymaps, where_is_internal): Remove unused vars.
13563
13564 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
13565
13566 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
13567
13568 * fileio.c (Fwrite_region): Remove unused var.
13569
13570 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
13571 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
13572
13573 * composite.c (Fremove_list_of_text_properties): Declare.
13574
13575 * coding.c (inhibit_pre_post_conversion): Remove (unused).
13576 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
13577 (coding_inherit_eol_type): Remove unused attrs.
13578 (detect_coding): Cast arg of detect_eol.
13579
13580 * charset.c (syms_of_charset): Remove unused var p.
13581 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
13582 byte/char counts.
13583
13584 * casetab.c (set_case_table): Remove unused var.
13585
13586 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
13587 unused vars.
13588
135892008-02-01 Dave Love <fx@gnu.org>
13590
13591 * xterm.c (x_bitmap_mask): Declare.
13592
135932008-02-01 Dave Love <fx@gnu.org>
13594
13595 * xterm.c (x_term_init): Fix type error.
13596
13597 * lisp.h: Add Funibyte_char_to_multibyte.
13598
13599 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
13600 (Fset_coding_system_priority): Doc fix.
13601
13602 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
13603
13604 * indent.c (check_composition): Make start and end EMACS_INT.
13605
13606 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
13607
13608 * xdisp.c (handle_composition_prop, check_point_in_composition):
13609 Make buffer positions EMACS_INT.
13610
13611 * composite.c (find_composition, run_composition_function)
13612 (update_compositions, Ffind_composition_internal): Make buffer
13613 positions EMACS_INT.
13614
13615 * composite.h (find_composition, update_compositions): Make
13616 position args EMACS_INT.
13617
13618 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
13619
13620 * intervals.c (get_property_and_range):
13621 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
13622
13623 * unexalpha.c: Don't include varargs.h.
13624
136252008-02-01 Dave Love <fx@gnu.org>
13626
13627 * coding.h (ENCODE_UTF_8): New.
13628
13629 * Makefile.in (gtkutil.o): Depend on coding.h.
13630
13631 * coding.c (Fset_coding_system_priority): Doc fix.
13632
136332008-02-01 Kenichi Handa <handa@m17n.org>
13634
13635 * fileio.c (Finsert_file_contents): Call setup_coding_system in
13636 the case of auto saving.
13637
136382008-02-01 Andreas Schwab <schwab@suse.de>
13639
13640 * chartab.c (map_char_table, map_char_table_for_charset): Protect
13641 `range' from GC.
13642
136432008-02-01 Kenichi Handa <handa@m17n.org>
13644
13645 * coding.c (decode_coding_sjis): Check bytes more rigidly.
13646
136472008-02-01 Kenichi Handa <handa@m17n.org>
13648
13649 * fileio.c (choose_write_coding_system): Return a decided coding system.
13650 (Fwrite_region): Set Vlast_coding_system_used to the return value
13651 of choose_write_coding_system.
13652
136532008-02-01 Kenichi Handa <handa@m17n.org>
13654
13655 * charset.c (Fset_charset_priority): Pay attention to duplicated
13656 arguments.
13657
13658 * coding.c (QCcategory): New variable.
13659 (syms_of_coding): Defsym it. Set all elements of
13660 Vcoding_category_table and their symbol values.
13661 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
13662 coding-category-XXX, and coding-category-list.
13663 (Fdefine_coding_system_internal): Add category in the plist.
13664
136652008-02-01 Kenichi Handa <handa@m17n.org>
13666
13667 * callproc.c (Fcall_process): Handle carryover correctly.
13668
13669 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
13670 (raw_text_coding_system): Check NILP (coding_system).
13671 (coding_inherit_eol_type): Check NILP (coding_system) and
13672 NILP (parent).
13673 (consume_chars): Fix for the case of raw-text.
13674
13675 * process.c (read_process_output): Handle carryover correctly.
13676
136772008-02-01 Dave Love <fx@gnu.org>
13678
13679 * regex.c (re_search_2): Fix last change.
13680
136812008-02-01 Kenichi Handa <handa@m17n.org>
13682
13683 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
13684 target_multibyte. Even in a unibyte case, return a converted
13685 multibyte char.
13686 (GET_CHAR_AFTER): New macro.
13687 (PATFETCH): Translate via multibyte char.
13688 (HANDLE_UNIBYTE_RANGE): Delete this macro.
13689 (SETUP_MULTIBYTE_RANGE): New macro.
13690 (regex_compile): Setup compiled code so that its multibyteness
13691 matches that of a target. Fix the handling of "[X-YZ]" using
13692 SETUP_MULTIBYTE_RANGE.
13693 (analyse_first) <charset>: For filling fastmap for all multibyte
13694 characters, don't check by BASE_LEADING_CODE_P.
13695 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
13696 the same as RE_MULTIBYTE_P (bufp) now.
13697 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
13698 (TARGET_CHAR_AND_LENGTH): Delete this macro.
13699 (TRANSLATE_VIA_MULTIBYTE): New macro.
13700 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
13701 It is the same as RE_MULTIBYTE_P (bufp) now.
13702 <exactn>: Translate via multibyte.
13703 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
13704 translate it.
13705 <charset, charset_not>: Fetch a character by
13706 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
13707 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
13708 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
13709 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
13710 by GET_CHAR_AFTER.
13711 (bcmp_translate): Likewise.
13712
13713 * search.c (compile_pattern): Check the member target_multibyte,
13714 not the member multibyte of buf.
13715
13716 * lread.c (read1): While reading a string, set force_singlebyte
13717 and force_multibyte correctly.
13718
13719 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
13720 up of unibyte_to_multibyte_table.
13721
137222008-02-01 Kenichi Handa <handa@m17n.org>
13723
13724 * coding.c (setup_coding_system): If coding has
13725 post-read-conversion or pre-write-conversion, set
13726 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
13727 respectively.
13728 (decode_coding_gap): Run post-read-conversion if any.
13729
13730 * fileio.c (Finsert_file_contents): Even if we read into a
13731 unibyte buffer, check if we must decode the result or not.
13732
137332008-02-01 Kenichi Handa <handa@m17n.org>
13734
13735 * coding.c (make_conversion_work_buffer): Change the work buffer
13736 name to the same one as that of Emacs 21.
13737
137382008-02-01 Kenichi Handa <handa@m17n.org>
13739
13740 * coding.h (make_conversion_work_buffer): Adjust prototype.
13741 (code_conversion_restore): Don't extern it.
13742
13743 * coding.c (detected_mask): Delete unused variable.
13744 (decode_coding_iso_2022): Pay attention to the byte sequence of
13745 CTEXT extended segment, and retain those bytes as is.
13746 (decode_coding_ccl): Delete unused variable `valids'.
13747 (setup_coding_system): Delete unused variable `category'.
13748 (consume_chars): Delete unused variable `category'. Make it work
13749 for non-multibyte case.
13750 (make_conversion_work_buffer): Change argument.
13751 (saved_coding): Delete unused variable.
13752 (code_conversion_restore): Don't check saved_coding->destination.
13753 (code_conversion_save): New function.
13754 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
13755 instead of record_unwind_protect.
13756 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
13757 (detect_coding_system): Delete unused variable `mask'.
13758 (Fdefine_coding_system_internal): Delete unused variable id.
13759
13760 * fileio.c (kill_workbuf_unwind): New function.
13761 (Finsert_file_contents): On replacing, call
13762 make_conversion_work_buffer with correct args, and call
13763 record_unwind_protect with the first arg kill_workbuf_unwind.
13764
13765 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
13766
137672008-02-01 Kenichi Handa <handa@m17n.org>
13768
13769 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
13770 (fontset_add): Fix for the case that TO is less than TO1.
13771 (Ffontset_info): Don't use fallback fontset on checking the
13772 default fontset.
13773 (dump_fontset): New function for debugging.
13774
13775 * coding.c (Fdefine_coding_system_internal): Fix for the case that
13776 coding_type is Qcharset.
13777
137782008-02-01 Kenichi Handa <handa@m17n.org>
13779
13780 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
13781 (map_char_table): Don't inherit the value from the parent on
13782 initializing VAL. Adjust for the above change.
13783
137842008-02-01 Kenichi Handa <handa@m17n.org>
13785
13786 * coding.c (Qsignature, Qendian): Delete these variables.
13787 (syms_of_coding): Don't initialize them.
13788 (CATEGORY_MASK_UTF_16_AUTO): New macro.
13789 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
13790 detect_info->found.
13791 (decode_coding_utf_16): Don't detect BOM here.
13792 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
13793 is NOT utf_16_without_bom.
13794 (setup_coding_system): For a coding system of type utf-16, check
13795 if the attribute :endian is Qbig or not (not nil or not), and set
13796 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
13797 (detect_coding): If coding type is utf-16 and BOM detection is
13798 required, detect it.
13799 (Fdefine_coding_system_internal): For a coding system of type
13800 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
13801
138022008-02-01 Kenichi Handa <handa@m17n.org>
13803
13804 * coding.c (coding_set_source): Fix for the case that the current
13805 buffer is different from coding->src_object.
13806 (decode_coding_object): Don't use the conversion work buffer if
13807 DST_OBJECT is a buffer.
13808
138092008-02-01 Dave Love <fx@gnu.org>
13810
13811 * lread.c (read_emacs_mule_char) [len==2]: Index
13812 emacs_mule_charset correctly.
13813
138142008-02-01 Dave Love <fx@gnu.org>
13815
13816 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
13817 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
13818 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
13819 treated specially.)
13820 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
13821 (detected_mask): Remove Big5 bits.
13822
138232008-02-01 Kenichi Handa <handa@m17n.org>
13824
13825 The following changes are to make the font rescaling facility
13826 compatible with Emacs 21.
13827
13828 * xfaces.c (Vface_font_rescale_alist): Rename from
13829 Vface_resizing_fonts.
13830 (struct font_name): Rename member resizing_ratio to rescale_ratio.
13831 (font_rescale_ratio): Rename from font_resizing_ratio.
13832 (split_font_name): Set font->rescale_ratio.
13833 (better_font_p): Pay attention to font->rescale_ratio.
13834 (build_scalable_font_name): Likewise. Change RESX, and RESY
13835 fields.
13836 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
13837
138382008-02-01 Kenichi Handa <handa@m17n.org>
13839
13840 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
13841 (Qutf_16_le): Remove these variables.
13842 (syms_of_coding): Don't DEFSYM them.
13843 (decode_coding_utf_16): Fix handling of BOM.
13844 (encode_coding_utf_16): Fix handling of BOM.
13845
138462008-02-01 Kenichi Handa <handa@m17n.org>
13847
13848 * fileio.c (Finsert_file_contents): On replacing, before decoding
13849 the file into the work buffer, set point of the work buffer to the end.
13850
138512008-02-01 Dave Love <fx@gnu.org>
13852
13853 * coding.c (Fcheck_coding_systems_region): Fix type errors.
13854
138552008-02-01 Dave Love <fx@gnu.org>
13856
13857 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
13858 and fix C types.
13859
138602008-02-01 Kenichi Handa <handa@m17n.org>
13861
13862 * xdisp.c (SKIP_GLYPHS): New macro.
13863 (set_cursor_from_row): Pay attention to string display properties.
13864
13865 * category.c (copy_category_entry): Fix for the case that RANGE
13866 is an integer.
13867
13868 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
13869
13870 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
13871
138722008-02-01 Kenichi Handa <handa@m17n.org>
13873
13874 * charset.c (Fcharset_id_internal): New function.
13875 (syms_of_charset): Defsubr it.
13876
13877 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
13878 with the last arg charset_list acquired from coding.
13879 (Fdefine_coding_system_internal): For ccl-based coding system, fix
13880 the attribute coding_attr_ccl_valids.
13881
13882 * coding.h (enum define_coding_ccl_arg_index): Set the first
13883 member coding_arg_ccl_decoder to coding_arg_max.
13884
13885 * ccl.h (ccl_driver): Adjust prototype.
13886
13887 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
13888 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 13889 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
13890 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
13891 last arg Qnil.
13892
138932008-02-01 Kenichi Handa <handa@m17n.org>
13894
13895 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
13896 call encode_char.
13897
13898 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
13899
139002008-02-01 Dave Love <fx@gnu.org>
13901
13902 * composite.c (syms_of_composite): Make composition_hash_table weak.
13903
139042008-02-01 Kenichi Handa <handa@m17n.org>
13905
13906 * dispextern.h (check_face_attributes, generate_ascii_font_name)
13907 (font_name_registry): Don't extern them.
13908 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
13909
13910 * fontset.h (Qfontset): Don't extern it.
13911 (new_fontset_from_font_name): Extern it.
13912
13913 * fontset.c: Give 8 extra slots to fontset objects.
13914 (Qfontset_info): New variable.
13915 (syms_of_fontset): Defsym it.
13916 (FONTSET_FALLBACK): New macro.
13917 (fontset_face): Try also the default fontset.
13918 (make_fontset): Realize a fallback fontset from the default fontset.
13919 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
13920 using split_font_name_into_vector and build_font_name_from_vector.
13921 (Fset_fontset_font): Access the elements of font_spec by enum
13922 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
13923 name by using split_font_name_into_vector.
13924 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
13925 generate a proper font name from the fontset name. Update
13926 Vfontset_alias_alist.
13927 (n_auto_fontsets): New variable.
13928 (new_fontset_from_font_name): New function.
13929 (Ffont_info): Store the information about fonts generated from the
13930 default fontset in the first extra slot of the returned char-table.
13931
13932 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
13933 (font_name_registry): Delete function.
13934 (split_font_name_into_vector): New function.
13935 (build_font_name_from_vector): New function.
13936 (font_list): The argument REGISTRY is now a list of registry names.
13937 (choose_face_font): If we are choosing an ASCII font, and ATTRS
13938 specifies an explicit font name, return the name as is. Make a
13939 list of registy names.
13940
13941 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
13942 of x_new_fontset.
13943 (Fx_create_frame): Don't call x_new_fontset here. Just use
13944 x_list_fonts to check the existence of fonts.
13945
13946 * xterm.h (x_new_fontset): Adjust prototype.
13947
13948 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
13949 string. Use new_fontset_from_font_name to create a fontset from a
13950 font name.
13951
139522008-02-01 Kenichi Handa <handa@m17n.org>
13953
13954 * syntax.c (Vfind_word_boundary_function_table): New name for
13955 Vnext_word_boundary_function_table.
13956 (find-word-boundary-function-table): New name for
13957 next-word-boundary-function-table.
13958
139592008-02-01 Dave Love <fx@gnu.org>
13960
13961 * Makefile.in: Fix some dependencies.
13962
13963 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
13964 set it to nil before returning.
13965
13966 * composite.c (update_compositions): Fix type error.
13967
13968 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
13969
139702008-02-01 Kenichi Handa <handa@m17n.org>
13971
13972 * xterm.c (x_new_font): Optimize for the case that the font is
13973 already set for the frame.
13974
139752008-02-01 Kenichi Handa <handa@m17n.org>
13976
13977 * chartab.c (char_table_ascii): Check if the char table contents
13978 is sub-char-table or not.
13979 (char_table_set, char_table_set_range): Fix argument to
13980 char_table_ascii.
13981
13982 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
13983 (detect_coding_utf_8, detect_coding_utf_16)
13984 (detect_coding_emacs_mule, detect_coding_iso_2022)
13985 (detect_coding_sjis, detect_coding_big5)
13986 (detect_coding_ccl, detect_coding_charset): Change argument MASK
13987 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
13988 sequence is valid in this coding system. Change callers.
13989 (MAX_ANNOTATION_LENGTH): New macro.
13990 (ADD_ANNOTATION_DATA): New macro.
13991 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
13992 ADD_ANNOTATION_DATA. Change the format of annotation data.
13993 (ADD_CHARSET_DATA): New macro.
13994 (emacs_mule_char): New argument ID. Change callers.
13995 (decode_coding_emacs_mule, decode_coding_iso_2022)
13996 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
13997 Produce charset annotation data in coding->charbuf.
13998 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
13999 to charset annotation data in coding->charbuf.
14000 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
14001 coding->common_flags if the coding system is iso-2022 based and
14002 uses designation.
14003 (produce_composition): Adjust for the new annotation data format.
14004 (produce_charset): New function.
14005 (produce_annotation): Handle charset annotation.
14006 (handle_composition_annotation, handle_charset_annotation): New
14007 functions.
14008 (consume_chars): Handle charset annotation. Utilize the above two
14009 functions.
14010 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
14011 buffer, get the deleted text as a string and set
14012 coding->src_object to that string.
14013 (detect_coding, detect_coding_system): Use the new struct
14014 coding_detection_info.
14015
14016 * coding.h (struct coding_detection_info): New structure.
14017 (struct coding_system): Adjust prototype of the member `detector'.
14018 (CODING_ANNOTATE_CHARSET_MASK): New macro.
14019
140202008-02-01 Kenichi Handa <handa@m17n.org>
14021
14022 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
14023
140242008-02-01 Dave Love <fx@gnu.org>
14025
14026 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
14027 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
14028 to new local and nullify apropos_accumulate before returning.
14029 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
14030
140312008-02-01 Kenichi Handa <handa@m17n.org>
14032
14033 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
14034 correctly.
e3eea1fc 14035
aac0c6e3
MR
140362008-02-01 Dave Love <fx@gnu.org>
14037
14038 * fns.c (Flanginfo): Call synchronize_system_time_locale.
14039
140402008-02-01 Kenichi Handa <handa@m17n.org>
14041
14042 The following changes are to make character composition happen
14043 automatically on displaying.
14044
14045 * Makefile.in (lisp, shortlisp): Add composite.elc.
14046
14047 * composite.h (Qauto_composed, Vauto_composition_function)
14048 (Qauto_composition_function): Extern them.
14049
14050 * composite.c (Vcomposition_function_table)
14051 (Qcomposition_function_table): Delete variables.
14052 (Qauto_composed, Vauto_composition_function)
14053 (Qauto_composition_function): New variables.
14054 (run_composition_function): Don't call
14055 compose-chars-after-function.
14056 (update_compositions): Clear `auto-composed' text property.
14057 (compose_chars_in_text): Delete this function.
14058 (syms_of_composite): Staticpro Qauto_composed and
14059 Qauto_composition_function. Declare Vauto_composition_function as
14060 a Lisp variable.
14061
14062 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
14063
14064 * xdisp.c (it_props): Add an entry for Qauto_composed.
14065 (handle_auto_composed_prop): New function.
14066
14067 * xselect.c (selection_data_to_lisp_data): Don't call
14068 compose_chars_in_text.
14069
140702008-02-01 Dave Love <fx@gnu.org>
14071
14072 * keyboard.c (read_char): Modify checking around use of
14073 Vkeyboard_translate_table.
14074
14075 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
14076 and fix C types.
14077
140782008-02-01 Kenichi Handa <handa@m17n.org>
14079
14080 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
14081 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14082 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
14083 the case that the last byte is '\r' correctly.
14084 (decode_coding): Flush out the unprocessed data correctly.
14085 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
14086
140872008-02-01 Dave Love <fx@gnu.org>
14088
14089 * xterm.c (XTread_socket): Fix changes for defined keysyms.
14090 Add XK_ISO... case.
14091 (xaw_scroll_callback): Revert last change.
14092
140932008-02-01 Kenichi Handa <handa@m17n.org>
14094
14095 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
14096
140972008-02-01 Kenichi Handa <handa@m17n.org>
14098
14099 * xfaces.c (Vface_resizing_fonts): New variable.
14100 (struct font_name): New member `resizing_ratio'.
14101 (font_resizing_ratio): New function.
14102 (split_font_name): Set font->resizing_ratio.
14103 (better_font_p): Pay attention to font->resizing_ratio.
14104 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
14105 RESX, and RESY fields.
14106 (try_alternative_families): Try scalable fonts if
14107 Vscalable_fonts_allowed is not Qt.
14108 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
14109
141102008-02-01 Dave Love <fx@gnu.org>
14111
14112 * xterm.c (xaw_scroll_callback): Cast correctly.
14113
141142008-02-01 Dave Love <fx@gnu.org>
14115
14116 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
14117 (lispy_kana_keys): Comment out.
14118 (make_lispy_event) [XK_kana_A]: Comment out.
14119
14120 * xterm.c (xaw_scroll_callback): Cast call_data.
14121 (XTread_socket): Deal with ASCII keysyms.
14122 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
14123
141242008-02-01 Dave Love <fx@gnu.org>
14125
14126 * xterm.c (Vx_keysym_table): New.
14127 (syms_of_xterm): Initialize it.
14128 (XTread_socket): Use it.
14129 From head: Eliminate incorrect optimization that tried to avoid
14130 decoding the output of X*LookupString.
14131 (x_get_font_repertory): Delete charset declaration.
14132
141332008-02-01 Kenichi Handa <handa@m17n.org>
14134
14135 * coding.c (detect_coding_charset): If only ASCII bytes are found,
14136 return 0.
14137 (Fdefine_coding_system_internal): Setup
14138 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
14139
141402008-02-01 Dave Love <fx@gnu.org>
14141
14142 * coding.c (Fcheck_coding_system): Doc fix.
14143
14144 * editfns.c (Finsert_byte): Return a proper value.
14145
141462008-02-01 Kenichi Handa <handa@m17n.org>
14147
14148 * coding.c (decode_coding): Fix args to translate_chars. Pay
14149 attention to Vstandard_translation_table_for_decode.
14150 (encode_coding): Fix args to translate_chars. Pay attention to
14151 Vstandard_translation_table_for_encode.
14152
14153 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
14154 SINGLE_BYTE_CHAR_P.
14155
14156 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
14157 not by SINGLE_BYTE_CHAR_P.
14158
14159 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
14160 SINGLE_BYTE_CHAR_P.
14161
14162 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
14163 SINGLE_BYTE_CHAR_P.
14164
14165 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
14166 by SINGLE_BYTE_CHAR_P.
14167
14168 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
14169 SINGLE_BYTE_CHAR_P.
14170
141712008-02-01 Dave Love <fx@gnu.org>
14172
14173 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
14174
141752008-02-01 Dave Love <fx@gnu.org>
14176
14177 * fns.c (Flanginfo): Fix typo.
14178
14179 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
14180
141812008-02-01 Kenichi Handa <handa@m17n.org>
14182
14183 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
14184 (detect_coding_emacs_mule, detect_coding_iso_2022)
14185 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
14186 incomplete byte sequence. Don't update *mask when correctly detected.
14187 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
14188 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
14189 (detect_coding, detect_coding_system): Adjust for the changes above.
14190
141912008-02-01 Kenichi Handa <handa@m17n.org>
14192
14193 * character.c (char_string): Rename from
14194 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
14195 (string_char): Rename from string_char.
14196
14197 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
14198 if C is greater than MAX_3_BYTE_CHAR.
14199 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
14200 string_char instead of string_char_with_unification.
14201
142022008-02-01 Dave Love <fx@gnu.org>
14203
14204 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
14205
142062008-02-01 Kenichi Handa <handa@m17n.org>
14207
14208 * keymap.c (push_key_description): Pay attention to force_multibyte.
14209
14210 * regex.c (re_search_2): Fix for the case of unibyte buffer.
14211
142122008-02-01 Dave Love <fx@gnu.org>
14213
14214 * charset.c (define_charset_internal): Rename `supprementary'.
14215
14216 * Makefile.in (lisp, shortlisp): Remove latin-N.
14217
142182008-02-01 Dave Love <fx@gnu.org>
14219
14220 * xfns.c (x_window, x_window): Use use_xim.
14221
14222 * xterm.c (use_xim): Initialize.
14223 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
14224 (x_term_init): Maybe set use_xim.
14225
14226 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
14227
142282008-02-01 Kenichi Handa <handa@m17n.org>
14229
14230 * search.c (search_buffer): Fix case-fold-search of multibyte
14231 characters.
14232 (boyer_moore): Rename the last argument to char_high_bits.
14233
142342008-02-01 Kenichi Handa <handa@m17n.org>
14235
14236 * xdisp.c (display_string): Fix for the case of zero width glyph.
14237
14238 * xfns.c (x_set_font): Change the error message of the case that
14239 x_new_fontset returns Qt.
14240
14241 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
14242 (Finternal_set_lisp_face_attribute): Use signal_error for the
14243 error of invalid fontset.
14244
14245 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
14246 fontset, return Qt.
14247
142482008-02-01 Dave Love <fx@gnu.org>
14249
14250 * unexelf.c (unexec): Make .got handling not SGI-specific.
14251
14252 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
14253
14254 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
14255
14256 * keyboard.c (read_key_sequence): Fix type error.
14257
14258 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
14259 type error.
14260
14261 * fontset.c (fontset_add): Return Lisp_Object.
14262
142632008-02-01 Dave Love <fx@gnu.org>
14264
14265 * charset.h (charset_ordered_list_tick): Declare extern.
14266
142672008-02-01 Kenichi Handa <handa@m17n.org>
14268
14269 The following changes (and some of 2008-02-01 changes of mine) are
14270 for handling syntax, category, and case conversion for unibyte
14271 characters by converting them to multibyte on the fly. With these
14272 changes, we don't have to setup syntax and case tables for unibyte
14273 characters in each language environment.
14274
14275 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
14276 multibyte if necessary.
14277
14278 * bytecode.c (Fbyte_code): Likewise.
14279
14280 * character.h (LEADING_CODE_LATIN_1_MIN)
14281 (LEADING_CODE_LATIN_1_MAX): New macros.
14282 (unibyte_to_multibyte_table): Extern it.
14283 (unibyte_char_to_multibyte): New macro.
14284 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
14285 (CHAR_LEADING_CODE): New macro.
14286 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
14287
14288 * character.c (unibyte_to_multibyte_table): New variable.
14289 (unibyte_char_to_multibyte): Move to character.h and define as macro.
14290 (multibyte_char_to_unibyte): If C is an eight-bit character,
14291 convert it to the corresponding byte value.
14292
14293 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
14294 not 1, signals an error. Update the elements of
14295 unibyte_to_multibyte_table.
14296 (init_charset_once): Initialize unibyte_to_multibyte_table.
14297 (syms_of_charset): Define the charset `iso-8859-1'.
14298
14299 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
14300 as is without converting it to unibyte. In a unibyte buffer,
14301 convert C to multibyte before checking the syntax.
14302
14303 * lisp.h (unibyte_char_to_multibyte): Delete extern.
14304
14305 * minibuf.c (Fminibuffer_complete_word): Use the macro
14306 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
14307
14308 * regex.h (struct re_pattern_buffer): New member target_multibyte.
14309
14310 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
14311 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
14312 that is zero, convert an eight-bit char to multibyte.
14313 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
14314 non-emacs case.
14315 (PATFETCH): Convert an eight-bit char to multibyte.
14316 (HANDLE_UNIBYTE_RANGE): New macro.
14317 (regex_compile): Setup the compiled pattern for multibyte chars
14318 even if the given regex string is unibyte. Use PATFETCH_RAW
14319 instead of PATFETCH in many places. To handle `charset'
14320 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
14321 only for ASCII chars.
14322 (analyse_first) <exactn>: Simplify because the compiled pattern
14323 is multibyte.
14324 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
14325 <charset>: Use CHAR_LEADING_CODE to get leading codes.
14326 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
14327 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
14328 multibyte always 1.
14329 (re_search_2): In emacs, set the locale variable multibyte to 1,
14330 otherwise to 0. New local variable target_multibyte. Check it
14331 to decide the multibyteness of STR1 and STR2. If
14332 target_multibyte is zero, convert unibyte chars to multibyte
14333 before translating and checking fastmap.
14334 (TARGET_CHAR_AND_LENGTH): New macro.
14335 (re_match_2_internal): In emacs, set the locale variable multibyte
14336 to 1, otherwise to 0. New local variable target_multibyte. Check
14337 it to decide the multibyteness of STR1 and STR2. Use
14338 TARGET_CHAR_AND_LENGTH to fetch a character from D.
14339 <charset, charset_not>: If multibyte is nonzero, check fastmap
14340 only for ASCII chars. Call bcmp_translate with
14341 target_multibyte, not with multibyte.
14342 <begline>: Declare the local variable C as `unsigned'.
14343 (bcmp_translate): Change the last arg name to target_multibyte.
14344
14345 * search.c (compile_pattern_1): Don't adjust the multibyteness of
14346 the regexp pattern and the matching target. Set cp->buf.multibyte
14347 to the multibyteness of the regexp pattern. Set
14348 cp->but.target_multibyte to the multibyteness of the matching target.
14349 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
14350 FETCH_STRING_CHAR_ADVANCE.
14351 (Freplace_match): Convert unibyte chars to multibyte.
14352
14353 * syntax.c (char_quoted, back_comment, scan_words)
14354 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
14355 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
14356 unibyte chars to multibyte.
14357 (skip_chars): Delete the arg syntaxp, and move the code for
14358 handling syntaxes to skip_syntaxes. Change callers.
14359 Fix the case that the multibyteness of STRING and the current
14360 buffer doesn't match.
14361 (skip_syntaxes): New function.
14362 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
14363 SINGLE_BYTE_CHAR_P.
14364
143652008-02-01 Kenichi Handa <handa@m17n.org>
14366
14367 * xfaces.c (QCfontset): New variable.
14368 (LFACE_FONTSET): New macro.
14369 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
14370 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
14371 (Finternal_set_lisp_face_attribute)
14372 (Finternal_get_lisp_face_attribute): Handle QCfontset.
14373 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
14374 check also LFACE_FONTSET_INDEX.
14375 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
14376 attrs[LFACE_FONT_INDEX].
14377 (syms_of_xfaces): Intern and staticpro QCfontset.
14378
14379 * dispextern.h (enum lface_attribute_index): New member
14380 LFACE_FONTSET_INDEX.
14381
14382 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
14383
143842008-02-01 Kenichi Handa <handa@m17n.org>
14385
14386 * coding.c (coding_set_destination): Fix coding->destination for
14387 the case converting a region.
14388 (encode_coding_utf_8): Encode eight-bit chars as single byte.
14389 (encode_coding_object): Fix coding->dst_pos and
14390 coding->dst_pos_byte for the case converting a region.
14391
14392 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
14393
14394 * character.h (BYTE8_STRING): New macro.
14395
14396 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
14397
143982008-02-01 Kenichi Handa <handa@m17n.org>
14399
14400 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
14401 characters by octal form.
14402
14403 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
14404
14405 * buffer.h (_fetch_multibyte_char_len): Delete extern.
14406 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
14407 _fetch_multibyte_char_len.
14408 (FETCH_CHAR_AS_MULTIBYTE): New macro.
14409
14410 * casetab.c (set_canon, set_identity, shuffle): Simplify.
14411
14412 * casefiddle.c (casify_object): Simplify. Handle the case that
14413 the case conversion change the byte length.
14414 (casify_region): Likewise.
14415
14416 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
14417
14418 * character.c (_fetch_multibyte_char_len): Delete this variable.
14419 (syms_of_character): Setup Vprintable_chars.
14420
14421 * editfns.c (Fchar_equal): Fix for the unibyte case.
14422 (Finsert_byte): New function.
14423 (syms_of_editfns): Defsubr it.
14424
14425 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
14426 of direct code 0x3ffff.
14427
14428 * search.c (Freplace_match): Fix for the unibyte case.
14429
144302008-02-01 Kenichi Handa <handa@m17n.org>
14431
14432 * lread.c (safe_to_load_p): Fix the logic.
14433
14434 * syntax.c (scan_words): Don't treat characters belonging to
14435 different scripts as constituting a word.
14436
14437 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14438
14439 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
14440
14441 * emacs.c (main): In the case of --unibyte, instead of aborting on
14442 finding non-empty buffer, make it unibyte.
14443
144442008-02-01 Kenichi Handa <handa@m17n.org>
14445
14446 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
14447 to create a fontset.
14448
144492008-02-01 Dave Love <fx@gnu.org>
14450
14451 * character.c (Funibyte_char_to_multibyte): Doc fix.
14452
14453 * xfns.c [HAVE_STDLIB_H]: Fix last change.
14454
144552008-02-01 Kenichi Handa <handa@m17n.org>
14456
14457 * fontset.c (fontset_add): Make the type `int'.
14458 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
14459
14460 * character.c (unibyte_char_to_multibyte)
14461 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
14462 charset_unibyte, not charset_primary.
14463
14464 * charset.h (charset_unibyte): Extern it instead of charset_primary.
14465
14466 * charset.c (charset_unibyte): Rename from charset_primary.
14467 (Funibyte_charset): Rename from Fprimary_charset.
14468 (Fset_unibyte_charset): Rename from Fset_primary_charset.
14469 (syms_of_charset): Adjust for the above changes.
14470
14471 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
14472 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
14473 it->multibyte_p is zero.
14474
14475 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
14476 Delete extern.
14477
144782008-02-01 Kenichi Handa <handa@m17n.org>
14479
14480 * coding.c (Fdefine_coding_system_internal): Fix category setting
14481 for a coding system of type iso-2022.
14482
144832008-02-01 Kenichi Handa <handa@m17n.org>
14484
14485 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
14486
144872008-02-01 Kenichi Handa <handa@m17n.org>
14488
14489 * syntax.c (Vnext_word_boundary_function_table): New variable.
14490 (next-word-boundary-function-table): Declare it as a Lisp variable
14491 in syms_of_syntax.
14492 (scan_words): Call functions in Vnext_word_boundary_function_table
14493 if any.
14494
14495 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
14496
14497 * fontset.c (fs_load_font): If fontp->charset is not negative,
14498 return fontp without setting its members.
14499
145002008-02-01 Dave Love <fx@gnu.org>
14501
14502 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
14503
14504 * m/sparc.h (HAVE_ALLOCA): Delete.
14505
14506 * s/irix6-5.h: Don't include strings.h.
14507 (bcopy, bzero, bcmp): Don't undef.
14508
14509 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
14510
14511 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
14512 (TIOCSIGSEND): Don't test IRIX6.
14513 (bcopy, bzero, bcmp): Define conditionally.
14514
145152008-02-01 Kenichi Handa <handa@m17n.org>
14516
14517 * buffer.c (Qas, Qmake, Qto): New variables.
14518 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
14519 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
14520
14521 * callproc.c (Fcall_process): Don't call insert_1_both directly if
14522 we are inserting a process output into a multibyte buffer.
14523
14524 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
14525 multibyte_char_to_unibyte.
14526
14527 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
14528 by the primary charset, make it eight-bit char.
14529 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
14530
14531 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
14532 (charset_8_bit__control, charset_8_bit_graphic)
14533 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
14534 (define_charset_internal): New function.
14535 (syms_of_charset): Call define_charset_internal for pre-defined
14536 charsets.
14537
14538 * charset.h (charset_8_bit): Extern it.
14539
14540 * coding.c (make_conversion_work_buffer): Adjust for the change
14541 of Fset_buffer_multibyte.
14542 (encode_coding_raw_text): Increment p0 in the loop.
14543
14544 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
14545
14546 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
14547 for the change of Fset_buffer_multibyte.
14548
14549 * fns.c (Fstring_to_multibyte): New function.
14550 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
14551
145522008-02-01 Dave Love <fx@gnu.org>
14553
14554 * xfns.c (x_put_x_image): Declare args.
14555
14556 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
14557 (try_font_list): Declare an arg.
14558
14559 * xdisp.c (message2_nolog, set_message): Declare an arg.
14560
14561 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
14562
14563 * syntax.c (scan_sexps_forward): Declare an arg.
14564
14565 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
14566 Declare an arg.
14567
14568 * lisp.h (Fnew_fontset): Declare.
14569
14570 * keymap.c (push_key_description): Call CHARACTERP correctly.
14571
14572 * fontset.c (fontset_add): Declare args. Call make_number correctly.
14573 (face_for_char): Delete unused vars.
14574 (Fset_fontset_font): Doc fix. Delete unused vars.
14575
14576 * doc.c (Fsubstitute_command_keys): Delete unused vars.
14577
14578 * composite.c (update_compositions): Declare arg.
14579
14580 * cm.c (calccost, cmgoto): Declare args.
14581
14582 * charset.c: Remove `emacs' conditional. Doc fixes.
14583 (map_char_table_for_charset): Declare.
14584
14585 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
14586
14587 * ccl.c: Remove `emacs' conditional.
14588
145892008-02-01 Kenichi Handa <handa@m17n.org>
14590
14591 The following changes are to allow specifying multiple font
14592 patterns for a character range (specified by script or charset).
14593
14594 * Makefile.in (abbrev.o): Depend on syntax.h.
14595 (xfaces.o): Depend on charset.h.
14596
14597 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
14598 SINGLE_BYTE_CHAR_P.
14599
14600 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
14601
14602 * character.h (Vchar_script_table): Extern it.
14603
14604 * character.c (Vscript_alist): Delete.
14605 (Vchar_script_table, Qchar_script_table): New variable.
14606 (syms_of_character): Declare Vchar_script_table as a lisp variable
14607 and initialize it.
14608
14609 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
14610 have property char-table-extra-slots, make no extra slot.
14611
14612 * dispextern.h (struct face): Delete member `charset'.
14613 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
14614 SINGLE_BYTE_CHAR_P.
14615 (choose_face_font, lookup_non_ascii_face, font_name_registry):
14616 Add prototypes.
14617 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
14618 (generate_ascii_font_name): Rename from generate_ascii_font.
14619
14620 * fontset.h (get_font_repertory_func): New prototype.
14621 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
14622 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
14623
14624 * fontset.c (Qprepend, Qappend): New variables.
14625 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
14626 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
14627 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
14628 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
14629 (fontset_ref_and_range, fontset_add, reorder_font_vector)
14630 (load_font_get_repertory): New functions.
14631 (fontset_set): Delete.
14632 (fontset_face): New arg FACE. Return face ID, not face.
14633 Complete re-write to handle new fontset structure. Change caller.
14634 (free_face_fontset): Use ASET istead of AREF (X) = Y.
14635 (face_for_char): Don't call lookup_face.
14636 (make_fontset_for_ascii_face): New arg FACE.
14637 (fs_load_font): New arg CHARSET_ID. Don't check
14638 Vfont_encoding_alist here.
14639 (find_font_encoding): New function.
14640 (list_fontsets): Use STRINGP, not ! NILP.
14641 (accumulate_script_ranges): New function.
14642 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
14643 re-written to handle new fontset structure.
14644 (Ffontset_font): Return a copy of element.
14645 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
14646 docstring of font-encoding-alist.
14647
14648 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
14649 (Fset_fotset_font): Fix arguments to 5.
14650
14651 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
14652
14653 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
14654 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14655 (highlight_trailing_whitespace): Adjust for the change of
14656 lookup_named_face.
14657
14658 * xfaces.c: Include charset.h.
14659 (load_face_font): Delete argument C. Change caller.
14660 (generate_ascii_font_name): Rename from generate_ascii_font.
14661 (font_name_registry): New function.
14662 (cache_face): Store ascii faces before non-ascii faces in buckets.
14663 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
14664 Lookup only ascii faces.
14665 (lookup_non_ascii_face): New function.
14666 (lookup_named_face): Delete argument C. Change caller.
14667 (lookup_derived_face): Delete argument C. Change caller.
14668 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
14669 a string, just call font_list with it.
14670 (choose_face_font): Delete arguments FACE and C. New arg
14671 FONT_SPEC. Change caller.
14672 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
14673 Change caller.
14674 (realize_non_ascii_face): New function.
14675 (realize_x_face): Call load_face_font here.
14676 (realize_tty_face): Delete argument C. Change caller.
14677 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
14678 get a face ID.
14679 (dump_realized_face): Don't print charset of FACE.
14680
14681 * xfns.c (x_set_font): Always call x_new_fontset and
14682 store_frame_parameter.
14683 (Fx_create_frame): Call x_new_fontset, not x_new_font.
14684 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
14685
14686 * xterm.h (x_get_font_repertory): Extern it.
14687
14688 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
14689 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
14690 it->multibyte_p is zero.
14691 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14692 (x_new_fontset): If FONTSETNAME doesn't match any existing
14693 fontsets, create a new one.
14694 (x_get_font_repertory): New function.
14695
146962008-02-01 Kenichi Handa <handa@m17n.org>
14697
14698 * coding.c (Ffind_coding_systems_region_internal): Detect an
14699 ASCII only string correctly.
14700
14701 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
14702 version is 0.
14703
147042008-02-01 Kenichi Handa <handa@m17n.org>
14705
14706 * lread.c: Include "coding.h".
14707 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
14708 (load_each_byte, unread_char): New variables.
14709 (readchar_backlog): Delete.
14710 (readchar): Return a character unless load_each_byte is nonzero.
14711 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
14712 cons. If unread_char is not -1, simply return it.
14713 (unreadchar): Handle the case that readcharfun is
14714 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
14715 (read_multibyte): Delete.
14716 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
14717 (read_emacs_mule_char): New functions.
14718 (Fload): Even if the file doesn't have the extension ".elc", if
14719 safe_to_load_p returns a positive version number, assume that the
14720 file contains bytecompiled code. If the version is less than 22,
14721 load the file while decoding multibyte sequences by emacs-mule.
14722 (readevalloop): Don't use readchar_backlog.
14723 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
14724 (Fread_from_string): Pay attention to the case that STREAM is a cons.
14725 (read_escape): Delete the arg BYTEREP.
14726 (read1): Set load_each_byte to 1 temporarily while handling
14727 #@NUMBER. Don't call read_multibyte.
14728 (read_vector): Call Fread with a cons. If readcharfun is
14729 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
14730 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
14731 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
14732 and Qload_force_doc_strings.
14733
147342008-02-01 Kenichi Handa <handa@m17n.org>
14735
14736 * xdisp.c (face_before_or_after_it_pos): Call
14737 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
14738
147392008-02-01 Kenichi Handa <handa@m17n.org>
14740
14741 * character.h (TRAILING_CODE_P): New macro.
14742 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
14743 (string_char_with_unification): Fix prototype.
14744 (Vscript_alist): Extern it.
14745
14746 * character.c (Vscript_alist): New variable.
14747 (string_char_with_unification, str_as_unibyte)
14748 (string_escape_byte8): Add `const' to local variables.
14749 (syms_of_character): Declare script-alist as a Lisp variable.
14750
14751 * charset.h (Vcharset_ordered_list): Extern it.
14752 (charset_ordered_list_tick): Extern it.
14753 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
14754 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
14755 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
14756 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
14757 (Funify_charset): Adjust for the change of Funify_charset.
14758
14759 * charset.c (charset_ordered_list_tick): New variable.
14760 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
14761 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
14762 deunify intead of unify a charset.
14763 (string_xstring_p): Add `const' to local variables.
14764 (find_charsets_in_text): Add `const' to arguments and local variables.
14765 (encode_char): Adjust for the change of Funify_charset. Fix
14766 detecting of invalid code.
14767 (Fset_charset_priority): Increment charset_ordered_list_tick.
14768 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
14769 and TO_CODE.
14770
14771 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
14772 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
14773 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
14774 (decode_coding_ccl, consume_chars)
14775 (Ffind_coding_systems_region_internal)
14776 (Fcheck_coding_systems_region): Add `const' to local variables.
14777
14778 * print.c (print_object): Use octal form for printing the
14779 contents of a bool vector.
14780
147812008-02-01 Dave Love <fx@gnu.org>
14782
14783 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
14784 <version == 20>: Refuse to load.
14785
147862008-02-01 Dave Love <fx@gnu.org>
14787
14788 * fns.c: Move coding.h.
14789 (Qcodeset, Qdays, Qmonths): New.
14790 (concat): Use CHARACTERP instead of INTEGERP.
14791 (Flocale_codeset): Delete.
14792 (Flanginfo): New function.
14793 (syms_of_fns): Change accordingly.
14794
14795 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
14796
147972008-02-01 Dave Love <fx@gnu.org>
14798
14799 * casetab.c (init_casetab_once, init_casetab_once): Fix
14800 CHAR_TABLE_SET call.
14801
14802 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
14803
14804 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
14805
14806 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
14807 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
14808 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
14809
14810 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
14811
14812 * coding.c (ENCODE_DESIGNATION, decode_eol)
14813 (make_conversion_work_buffer, code_conversion_restore)
14814 (Fdefine_coding_system_internal): Convert Lisp types.
14815 (code_conversion_restore): Use EQ, not ==.
14816 (Fencode_coding_string): Fix code_convert_string call.
14817
14818 * coding.h (code_convert_region): Fix prototype.
14819
14820 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
14821
14822 * fontset.c (fontset_ref, fontset_set, fs_load_font)
14823 (Ffontset_info): Convert Lisp types.
14824
14825 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
14826
14827 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
14828
14829 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
14830
14831 * chartab.c: Include "...h", not <...h> in some cases.
14832
14833 * callproc.c (Fcall_process): Remove unused variables.
14834
148352008-02-01 Dave Love <fx@gnu.org>
14836
14837 * coding.c (Fset_coding_system_priority): Allow null arg list.
14838
148392008-02-01 Dave Love <fx@gnu.org>
14840
14841 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
14842 (Fself_insert_and_exit): Use CHARACTERP.
14843
14844 * callproc.c (Fcall_process): Remove unused vars.
14845
14846 * xterm.c (XTread_socket): Add extra dead keysyms.
14847
14848 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
14849
14850 * dispextern.h: Remove prototypes for redraw_frame,
14851 redraw_garbaged_frames.
14852
14853 * cmds.c (Fself_insert_command): Use CHARACTERP.
14854
14855 * chartab.c (make_sub_char_table): Remove unused var.
14856 (Fset_char_table_default, Fmap_char_table): Doc fix.
14857
14858 * keymap.c (access_keymap): Remove generic char code.
14859 (push_key_description): Use CHARACTERP.
14860
148612008-02-01 Dave Love <fx@gnu.org>
14862
14863 * charset.c: Doc fixes.
14864 (Funify_charset): Extra checking.
14865
148662008-02-01 Dave Love <fx@gnu.org>
14867
14868 * lread.c: Remove some unused variables.
14869 (safe_to_load_p): If safe, return the magic number version byte.
14870 (Fload): Maybe use load-with-code-conversion.
14871
148722008-02-01 Kenichi Handa <handa@m17n.org>
14873
14874 * category.c (Fmodify_category_entry): Don't modify the contents
14875 of category_set for characters out of the range. Avoid
14876 unnecessary modification.
14877
14878 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
14879 Vchar_unify_table. The default value of the table is now nil.
14880
14881 * character.c (syms_of_character): Setup Vchar_width_table for
14882 eight-bit-control and raw-byte chars.
14883
14884 * charset.h (enum define_charset_arg_index): Delete
14885 charset_arg_parents and add charset_arg_subset and
14886 charset_arg_superset.
14887 (enum charset_attr_index): Delete charset_parents and add
14888 charset_subset and charset_superset.
14889 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
14890 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
14891 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
14892 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
14893 (CHARSET_SUPERSET): New macros.
14894 (charset_work): Extern it.
14895 (ENCODE_CHAR): Use charset_work.
14896 (CHAR_CHARSET_P): Adjust for the change of encoder format.
14897 (map_charset_chars): Extern it.
14898
14899 * charset.c (load_charset_map): Set the default value of encoder
14900 and deunifier char-tables to nil.
14901 (map_charset_chars): Change argument. Change callers. Use
14902 map_char_table_for_charset instead of map_char_table.
14903 (Fmap_charset_chars): New optional args from_code and to_code.
14904 (Fdefine_charset_internal): Adjust for the change of
14905 `define-charset' (:parents -> :subset or :superset).
14906 (charset_work): New variable.
14907 (encode_char, syms_of_charset): Adjust for the change of
14908 Fdefine_charset_internal.
14909 (Ffind_charset_string): Setup the vector `charsets' correctly.
14910
14911 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
14912 the previous change.
14913 (char_table_ref_and_range): Adjust for the above change.
14914 (map_sub_char_table_for_charset): New function.
14915 (map_char_table_for_charset): New function.
14916
14917 * keymap.c (describe_vector): Handle a char-table directly here.
14918 (describe_char_table): Delete.
14919
14920 * lisp.h (map_charset_chars): Delete.
14921
149222008-02-01 Dave Love <fx@gnu.org>
14923
14924 * fns.c (count_combining): Comment out (unused).
14925 (Flocale_codeset): New.
14926 (syms_of_fns): Defsubr it.
14927
14928 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
14929 (size_t): Remove.
14930
149312008-02-01 Dave Love <fx@gnu.org>
14932
14933 * Makefile.in (chartab.o): Depend on charset.h.
14934
149352008-02-01 Kenichi Handa <handa@m17n.org>
14936
14937 * character.c (syms_of_character): Set the default value of
14938 Vprintable_chars to Qnil.
14939
149402008-02-01 Dave Love <fx@gnu.org>
14941
14942 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
14943
149442008-02-01 Kenichi Handa <handa@m17n.org>
14945
14946 * charset.c (load_charset_map): Handle the case that from < to
14947 correctly.
14948
14949 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
14950 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
14951 Pay attention to raw-8-bit chars.
14952
149532008-02-01 Kenichi Handa <handa@m17n.org>
14954
14955 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
14956 It is not bytecompiled now.
14957
14958 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
14959 (charset_jisx0208): New variables.
14960 (Fdefine_charset_internal): Setup them if appropriate.
14961 (init_charset_once): Initialize them to -1.
14962
14963 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
14964 (charset_jisx0208): Extern them.
14965
14966 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
14967 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
14968 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
14969 (setup_iso_safe_charsets): Fix arguments to Fassq.
14970 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
14971 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
14972 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
14973 (encode_coding_iso_2022): Change the 1st arg to
14974 ENCODE_ISO_CHARACTER to a variable.
14975
149762008-02-01 Kenichi Handa <handa@m17n.org>
14977
14978 * charset.h (enum define_charset_arg_index): New enums
14979 charset_arg_min_code and charset_arg_max_code.
14980 (struct charset): New member char_index_offset.
14981
14982 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
14983 Take charset->char_index_offset into account.
14984 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
14985 args[charset_arg_max_code]. Setup charset.char_index_offset.
14986 (syms_of_charset): Fix args to Fdefine_charset_internal.
14987
149882008-02-01 Dave Love <fx@gnu.org>
14989
14990 * coding.c (decode_coding_utf_8): Reject overlong sequences.
14991
149922008-02-01 Dave Love <fx@gnu.org>
14993
14994 * coding.c: Doc fixes.
14995 (Fcoding_system_aliases): Fix return value.
14996 (Qmac): Remove (duplicated) definition.
14997
149982008-02-01 Dave Love <fx@gnu.org>
14999
15000 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
15001 functions.
15002
15003 * character.c (Fstring): Doc fix.
15004
15005 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
15006
15007 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
15008 ids.
15009 (font-encoding-alist): Doc fix.
15010
150112008-02-01 Dave Love <fx@gnu.org>
15012
15013 * term.c (costs_set): Declare static, non-initialized for pcc.
15014 (encode_terminal_code): Remove unused var.
15015
15016 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
15017 for K&R.
15018
15019 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
15020
15021 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
15022 (suffixes): Move out of make_subsidiaries for K&R.
15023
15024 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
15025
15026 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
15027
150282008-02-01 Dave Love <fx@gnu.org>
15029
15030 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
15031
15032 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
15033
150342008-02-01 Yong Lu <lyongu@asia-infonet.com>
15035
15036 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
15037
15038 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
15039
150402008-02-01 Kenichi Handa <handa@m17n.org>
15041
15042 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
15043 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
15044
150452008-02-01 Kenichi Handa <handa@m17n.org>
15046
15047 * coding.c (decode_coding_charset): Adjust for the change of
15048 Fdefine_coding_system_internal.
15049 (Fdefine_coding_system_internal): For a coding system of
15050 `charset' type, store a list of charset IDs in
15051 `charset_attr_charset_valids' element of coding attributes.
15052
150532008-02-01 Kenichi Handa <handa@m17n.org>
15054
15055 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
15056 (emacs_mule_char): New arg src. Delete arg `composition'. Change
15057 caller. Handle 2-byte and 3-byte charsets correctly.
15058 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
15059 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
15060 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
15061 (DECODE_EMACS_MULE_21_COMPOSITION): Call
15062 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
15063 sequence.
15064 (decode_coding_emacs_mule): Handle composition correctly. Rewind
15065 `src' and `consumed_chars' correctly before calling emacs_mule_char.
15066 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
15067 and alt&rule composition.
15068 (decode_coding_iso_2022): Handle composition correctly.
15069 (init_coding_once): Setup emacs_mule_bytes for private charsets.
15070
15071 * charset.c (Fdefine_charset_internal): Fix bug for the case of
15072 re-defining a charset. If the charset has :emacs-mule-id, setup
15073 emacs_mule_bytes.
15074 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
15075
150762008-02-01 Kenichi Handa <handa@m17n.org>
15077
15078 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
15079 (encode_coding_big5, encode_coding_charset): If coding requires safe
15080 encoding, produce a character specified by
15081 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
15082
150832008-02-01 Dave Love <fx@gnu.org>
15084
15085 * xterm.c (XSetIMValues): Declare.
15086
15087 * process.c: Conditionally include sys/wait.h, pty.h.
15088
15089 * print.c (print_object): Fix print format for 64-bit systems.
15090
15091 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
15092
15093 * buffer.c (emacs_strerror): Declare.
15094
15095 * fontset.c (Fclear_face_cache): Declare.
15096 (accumulate_font_info): Comment-out (unused).
15097 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
15098 variables.
15099
15100 * character.h (string_escape_byte8): Declare.
15101
15102 * charset.c (load_charset_map, load_charset_map_from_file): Remove
15103 unused vars.
15104 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
15105 (Fmap_charset_chars): Doc fix.
15106
15107 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
15108 (Fset_coding_system_priority, Fset_coding_system_priority)
15109 (Fdefine_coding_system_internal): Doc fix.
15110
151112008-02-01 Dave Love <fx@gnu.org>
15112
15113 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
15114
151152008-02-01 Kenichi Handa <handa@m17n.org>
15116
15117 * character.c (string_escape_byte8): Make multibyte string with
15118 correct size.
15119
15120 * charset.c (Fmake_char): Delete unnecessary code.
15121
151222008-02-01 Kenichi Handa <handa@m17n.org>
15123
15124 * xfns.c (x_encode_text): Allocate coding.destination here, and
15125 call encode_coding_object with dst_object Qnil.
15126
15127 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
15128 multibyte form correctly.
15129
15130 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
15131 against Vfont_encoding_alist.
15132
15133 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
15134 handling of charset list.
15135 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
15136 (decode_coding_object): Move point to coding->dst_pos before
15137 calling post-read-conversion function.
15138 (encode_coding_object): Give correct arguments to
15139 pre-write-conversion. Ignore the return value of
15140 pre-write-conversion function. Pay attention to the case that
15141 pre-write-conversion changes the current buffer. If dst_object is
15142 Qt, even if coding->src_bytes is zero, allocate at least one byte
15143 to coding->destination.
15144
15145 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
15146
15147 * charset.c (Fmake_char): Make it more backward compatible.
15148 (Fmap_charset_chars): Fix docstring.
15149
151502008-02-01 Dave Love <fx@gnu.org>
15151
15152 * coding.c: Doc fixes.
15153 (Fdefine_coding_system_alias): Use names, not symbols, in
15154 coding-system-alist.
15155
151562008-02-01 Kenichi Handa <handa@m17n.org>
15157
15158 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
15159 of calling free_realized_face.
15160
151612008-02-01 Yong Lu <lyongu@asia-infonet.com>
15162
15163 * charset.c (read_hex): Don't treat SPC as a comment starter.
15164 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
15165 (Fdecode_char): Fix typo.
15166
151672008-02-01 Kenichi Handa <handa@m17n.org>
15168
15169 * charset.h (struct charset): New member `code_space_mask'.
15170
15171 * coding.c (coding_set_source): Delete the local variable beg_byte.
15172 (encode_coding_charset, Fdefine_coding_system_internal):
15173 Delete the local variable charset.
15174 (Fdefine_coding_system_internal): Setup
15175 attrs[coding_attr_charset_valids] correctly.
15176
15177 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
15178 member to check if CODE is valid or not.
15179 (Fdefine_charset_internal): Initialize `code_space_mask' member.
15180 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
15181 is within the range of charset->min_code and carset->max_code.
15182
151832008-02-01 Dave Love <fx@gnu.org>
15184
15185 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
15186
15187 * dispextern.h (generate_ascii_font): Fix return type.
15188
15189 * xfaces.c (generate_ascii_font): Fix arg declaration.
15190
15191 * coding.c (coding_inherit_eol_type)
15192 (Fset_terminal_coding_system_internal)
15193 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
15194
151952008-02-01 Kenichi Handa <handa@m17n.org>
15196
15197 * coding.c (decode_coding_charset, encode_coding_charset): Handle
15198 multiple charsets correctly.
15199
152002008-02-01 Kenichi Handa <handa@m17n.org>
15201
15202 * search.c (boyer_moore): Fix handling of multibyte character
15203 translation.
15204
15205 * xdisp.c (display_mode_element): When the variable `elt' is
15206 changed, update `this' and `lisp_string'.
15207
152082008-02-01 Kenichi Handa <handa@m17n.org>
15209
15210 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
15211
15212 * callproc.c (Fcall_process): Be sure to give the current buffer
15213 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
15214
15215 * charset.c (struct charset_map_entries): New struct.
15216 (load_charset_map): Rename from parse_charset_map. New args
15217 entries and n_entries. Change caller.
15218 (load_charset_map_from_file): Rename from load_charset_map.
15219 Change caller. New arg control_flag. Call load_charset_map at
15220 the tail.
15221 (load_charset_map_from_vector): New function.
15222 (Fdefine_charset_internal): Setup charset.compact_codes_p.
15223 (encode_char): If the charset is compact, change a character index
15224 to a code point.
15225
15226 * coding.c (coding_alloc_by_making_gap): Check the case that the
15227 source and destination are the same correctly.
15228 (decode_coding_raw_text): Set coding->consumed_char and
15229 coding->consumed to 0.
15230 (produce_chars): If coding->chars_at_source is nonzero, update
15231 coding->consumed_char and coding->consumed before calling
15232 alloc_destination.
15233 (Fdefine_coding_system_alias): Register ALIAS in
15234 Vcoding_system_alist.
15235 (syms_of_coding): Define `no-conversion' coding system at the tail.
15236
15237 * fileio.c (Finsert_file_contents): Set coding_system instead of
15238 val. If the current buffer is multibyte, always call
15239 decode_coding_gap.
15240
15241 * xfaces.c (try_font_list): Give higher priority to fontset's
15242 family than face's family.
15243
152442008-02-01 Kenichi Handa <handa@m17n.org>
15245
15246 * callproc.c (Fcall_process): Be sure to give the current buffer
15247 to decode_coding_c_string.
15248
15249 * xfaces.c (try_font_list): Give a family specified in a fontset
15250 higher priority than a family specified in a face.
15251
152522008-02-01 Kenichi Handa <handa@m17n.org>
15253
15254 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
15255 Fix arguments to insert_from_buffer.
15256
15257 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
15258
152592008-02-01 Kenichi Handa <handa@m17n.org>
15260
15261 * coding.c (produce_chars): Set the variable `multibytep' correctly.
15262 (decode_coding_gap): Set coding->dst_multibyte correctly.
15263
152642008-02-01 Kenichi Handa <handa@m17n.org>
15265
15266 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
15267 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
15268 (encode_coding_utf_16): Substitute coding->default_char for
15269 non-Unicode characters.
15270 (decode_coding): Don't call record_insert here.
15271 (setup_coding_system): Initialize `surrogate' of
15272 coding->spec.utf_16 to 0.
15273 (EMIT_ONE_BYTE): Fix for multibyte case.
15274
15275 * insdel.c (insert_from_gap): Call record_insert.
15276
152772008-02-01 Kenichi Handa <handa@m17n.org>
15278
15279 * casefiddle.c (casify_region): Fix multibyte case.
15280
15281 * character.c (c_string_width): Add return type `int'.
15282 (char_string_with_unification): Delete arg ADVANCED.
15283
15284 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
15285 (CHAR_STRING): Adjust for the change of char_string_with_unification.
15286 (CHAR_STRING_ADVANCE): Make it do-while statement.
15287
15288 * chartab.c (sub_char_table_set_range): Optimize for the case
15289 DEPTH == 3. Add workaround code for a GCC optimization bug.
15290
15291 * charset.c (parse_charset_map): Remove an unused variable.
15292
15293 * coding.c: Delete unused variables.
15294
15295 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
15296 earlier. If inserted is zero and the coding system doesn't
15297 require flushing, don't call decode_coding_gap.
15298
15299 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
15300
153012008-02-01 Kenichi Handa <handa@m17n.org>
15302
15303 The following changes are for using Unicode as an internal
15304 character model, and use UTF-8 format for buffer/string
15305 representation.
15306
15307 * .gdbinit (xchartable): Adjust for the change of char table structure.
15308 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
15309
15310 * Makefile.in (obj): Add character.o and chartab.o.
15311 (lisp, shortlisp): Remove utf-8.elc.
15312 (*.o): For many files, change dependency on charset.h to
15313 character.h, and add dependency on character.h.
15314 (character.o, chartab.o): New targets.
15315
15316 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
15317 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
15318 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
15319 of "charset.h".
15320
15321 * dired.c, filelock.c: Include "character.h".
15322
15323 * alloc.c: Include "character.h" instead of "charset.h".
15324 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
15325 (syms_of_alloc): Remove defsubr for Smake_char_table.
15326
15327 * buffer.c: Include "character.h" instead of "charset.h", don't
15328 include "coding.h".
15329 (Fset_buffer_multibyte): Adjust for UTF-8.
15330
15331 * buffer.h: EXFUN Fbuffer_live_p.
15332
15333 * callproc.c: Include "character.h" instead of "charset.h".
15334 (Fcall_process): Big change for the new code-conversion APIs.
15335
15336 * casetab.c: Include "character.h" instead of "charset.h".
15337 (set_canon, set_identity, shuffle): Adjust for the new
15338 map_char_table spec.
15339 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
15340 accessing the char table structure.
15341
15342 * chartab.c: New file that implements char table.
15343
15344 * category.c: Include "character.h".
15345 (copy_category_entry): New function.
15346 (copy_category_table): Call map_char_table and copy_category_entry.
15347 (Fmake_category_table): Initialize all top-level slots.
15348 (char_category_set): New function.
15349 (modify_lower_category_set): Delete.
15350 (Fmodify_category_entry): Call char_table_ref_and_range.
15351
15352 * category.h (CATEGORY_SET): Just call char_category_set.
15353
15354 * ccl.c: Include "character.h".
15355 (Qccl, Qcclp): New variables.
15356 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
15357 it's less than 256.
15358 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
15359 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
15360 and DST type.
15361 (ccl_driver): Change types of argument, adjust code accordingly.
15362 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
15363 ccl_driver.
15364 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
15365
15366 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
15367 New members src_multibyte, dst_multibyte, consumed, and produced.
15368 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
15369 (CODING_SPEC_CCL_PROGRAM): New macro.
15370 (ccl_driver): Update prototype.
15371 (Qccl, Qcclp, Fccl_program_p): Extern them.
15372 (CHECK_CCL_PROGRAM): New macro.
15373
15374 * character.c, character.h, chartab.c: New files.
15375
15376 * charset.c: Mostly re-written. Move character and multibyte sequence
15377 handling codes to character.c.
15378
15379 * charset.h: Mostly re-written. Move character and multibyte sequence
15380 handling codes to character.h.
15381
15382 * coding.c, coding.h: Mostly re-written.
15383
15384 * composite.c: Include "character.h" instead of "charset.h".
15385 (CHAR_WIDTH): Move to character.h.
15386 (HASH_KEY, HASH_VALUE): Delete.
15387
15388 * composite.h (enum composition_method): Change order of enumeration
15389 symbols.
15390
15391 * data.c: Include "character.h" instead of "charset.h".
15392 (Faref): Call CHAR_TABLE_REF for a char table.
15393 (Faset): Call CHAR_TABLE_SET for a char table.
15394
15395 * dispextern.h (free_realized_face, check_face_attribytes)
15396 (generate_ascii_font): Extern them.
15397 (free_realized_multibyte_face): Delete extern.
15398
15399 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
15400 table structure.
15401
15402 * editfns.c: Include "character.h" instead of "charset.h".
15403 (Fchar_to_string): Always call CHAR_STRING.
15404
15405 * emacs.c (main): Call init_charset_once, init_charset,
15406 syms_of_chartab, and syms_of_character.
15407
15408 * fileio.c: Include "character.h" instead of "charset.h".
15409 (Finsert_file_contents): Big change for the new code-conversion API.
15410 (choose_write_coding_system, Fwrite_region): Likewise.
15411 (build_annotations_2): Delete.
15412 (e_write): Big change for the new code-conversion API.
15413
15414 * fns.c: Include "character.h" instead of "charset.h".
15415 (copy_sub_char_table): Move to chartab.c.
15416 (Fcopy_sequence): Call copy_char_table for a char table.
15417 (concat): Delete codes calling count_multibyte.
15418 (string_char_to_byte, string_byte_to_char): Adjust for the new
15419 multibyte form.
15420 (internal_equal): Adjust for the change of char table structure.
15421 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
15422 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
15423 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
15424 (char_table_translate, optimize_sub_char_table)
15425 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
15426 chartab.c.
15427 (char_table_ref_and_index): Delete.
15428 (HASH_KEY, HASH_VALUE): Move to lisp.h.
15429 (Fmd5): Call preferred_coding_system instead of accessing
15430 Vcoding_category_list. Adjust for the new code-conversion API.
15431 (syms_of_fns): Move defsubr for char table related functions to
15432 chartab.c.
15433
15434 * fontset.c: Mostly re-written.
15435
15436 * fontset.h (struct font_info): Change type of the member encoding_type.
15437 (enum FONT_SPEC_INDEX): New enum.
15438 (fontset_font_pattern, fs_load_font): Update prototype.
15439 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
15440
15441 * indent.c: Include "character.h" instead of "charset.h".
15442 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
15443
15444 * insdel.c: Include "character.h" instead of "charset.h".
15445 (copy_text): Don't refer to Vnonascii_translation_table.
15446 (insert_from_gap): New function.
15447
15448 * keyboard.c: Include "character.h" instead of "charset.h".
15449 (command_loop_1): Never call direct_output_forward_char before
15450 a non-ASCII character.
15451 (read_char): If Vkeyboard_translate_table is a char table, always
15452 translate a character.
15453
15454 * keymap.c: Include "character.h".
15455 (store_in_keymap): Handle the case that IDX is a cons.
15456 (Fdefine_key): Handle the case that KEY is a cons and the car part
15457 is also a cons (range).
15458 (push_key_description): Adjust for the new character code.
15459 (describe_vector): Call describe_char_table for a char table.
15460 (describe_char_table): New function.
15461
15462 * keymap.h (describe_char_table): Extern it.
15463
15464 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
15465 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
15466 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
15467 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
15468 Delete.
15469 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
15470 structure.
15471 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
15472 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
15473 (CHARTAB_SIZE_BITS_3): New macros.
15474 (chartab_size): Extern it.
15475 (struct Lisp_Char_Table): Re-design.
15476 (struct Lisp_Sub_Char_Table): New structure.
15477 (HASH_KEY, HASH_VALUE): Move from fns.c.
15478 (CHARACTERBITS): Define as 22.
15479 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
15480 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
15481 (GC_SUB_CHAR_TABLE_P): New macro.
15482 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
15483 (code_convert_string_norecord): Deleted extern.
15484 (init_character_once, syms_of_character, init_charset)
15485 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
15486
15487 * lread.c: Include "character.h".
15488 (read_multibyte): New arg NBYTES.
15489 (read_escape): Change the meaning of returned *BYTEREP.
15490 (to_multibyte): Delete.
15491 (read1): Adjust the handling of char table and string.
15492
15493 * print.c: Include "character.h" instead of "charset.h".
15494 (print_string): Convert 8-bit raw bytes to octal form by
15495 string_escape_byte8.
15496 (print_object): Adjust for the new multibyte form. Print 8-bit
15497 raw bytes always in octal form. Handle sub char table correctly.
15498
15499 * process.c: Include "character.h" instead of "charset.h".
15500 (read_process_output, send_process): Adjust for the new
15501 code-conversion API.
15502
15503 * puresize.h (BASE_PURESIZE): Increase.
15504
15505 * regex.c: Include "character.h" instead of "charset.h".
15506 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
15507 (regex_compile): Accept a range whose starting and ending
15508 character have different leading bytes.
15509 (analyse_first): Adjust for the above change.
15510
15511 * search.c: Include "character.h" instead of "charset.h".
15512 (search_buffer, boyer_moore): Adjust for the new multibyte form.
15513 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
15514
15515 * syntax.c: Include "character.h" instead of "charset.h".
15516 (syntax_parent_lookup): Delete.
15517 (Fmodify_syntax_entry): Accept a cons as CHAR.
15518 (skip_chars): Adjust for the new multibyte form.
15519 (init_syntax_once): Call char_table_set_range instead of directly
15520 accessing the structure of a char table.
15521
15522 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
15523 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
15524 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
15525 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
15526
15527 * term.c: Include "buffer.h" and "character.h".
15528 (encode_terminal_code, write_glyphs): Adjust for the new
15529 code-conversion API.
15530 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
15531
15532 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
15533
15534 * xdisp.c: Include "character.h".
15535 (get_next_display_element): Adjust for the new multibyte form.
15536 (disp_char_vector): Adjust for the new char table structure.
15537 (decode_mode_spec_coding): Adjust for the new structure of
15538 coding system.
15539 (decode_mode_spec): Adjust for the new code-conversion API.
15540
15541 * xfaces.c: Include "character.h" instead of "charset.h".
15542 (load_face_font): Adjust for the change of choose_face_font and
15543 FS_LOAD_FONT.
15544 (generate_ascii_font): New function.
15545 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
15546 (set_font_frame_param): Adjust for the change of choose_face_font.
15547 (free_realized_face): Make it public.
15548 (free_realized_faces_for_fontset): Rename from
15549 free_realized_multibyte_face. Free also faces realized for ASCII.
15550 (choose_face_font): Change arguments. Adjust for the change of
15551 fontset_font_pattern and FS_LOAD_FONT.
15552
15553 * xfns.c: Include "character.h".
15554 (x_encode_text): Adjust for the new code-conversion API.
15555
15556 * xselect.c: Don't include "charset.h".
15557 (selection_data_to_lisp_data): Adjust for the new code conversion API.
15558
15559 * xterm.c: Include "character.h".
15560 (x_encode_char): New argument CHARSET. Change caller.
15561 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
15562 Call ENCODE_CHAR instead of SPLIT_CHAR.
15563 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
15564 CHAR_WIDTH instead of CHARSET_WIDTH.
15565 (XTread_socket): Adjust for the new code-conversion API.
15566 (x_new_font): Adjust for the change of FS_LOAD_FONT.
15567 (x_load_font): Adjust for the change of struct font.
15568
155692008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * xfaces.c (face_at_buffer_position): Remove unused vars.
15572
155732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15574
15575 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
15576 Fix overflow checking.
15577
155782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15579
15580 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
15581 Cancel previous change.
15582
155832008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
15584
15585 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
15586 ccl->eight_bit_control. Fix check for buffer overflow.
15587 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
15588 (ccl_driver): Initialize extra_bytes to 0.
15589
155902008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
15591
15592 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
15593 return it ORed with ctrl_modifier.
15594
155952008-01-29 Miles Bader <miles@gnu.org>
15596
15597 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
15598
155992008-01-28 Jason Rumney <jasonr@gnu.org>
15600
15601 * w32.c (stat): Don't double check for networked drive.
15602
156032008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15604
15605 * window.c (run_window_configuration_change_hook): New function.
15606 Code extracted from set_window_buffer. Set the selected frame.
15607 (set_window_buffer): Use it.
15608 * window.h (run_window_configuration_change_hook): Declare.
15609 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
15610
15611 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
15612
156132008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
15614
15615 * Makefile.in: Remove references to unused macros.
15616
156172008-01-26 Eli Zaretskii <eliz@gnu.org>
15618
15619 * w32.c (g_b_init_get_sid_sub_authority)
15620 (g_b_init_get_sid_sub_authority_count): New static variables.
15621 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
15622 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
15623 (init_user_info): Use them to retrieve uid and gid.
15624 Use 500/513, the Windows defaults, as Administrator's uid/gid.
15625 (fstat): Use pw_uid and pw_gid from the_passwd structure for
15626 st_uid and st_gid of the file.
15627
156282008-01-26 Jason Rumney <jasonr@gnu.org>
15629
15630 * w32.c (logon_network_drive): New function.
15631 (stat): Use it.
15632
156332008-01-26 Chong Yidong <cyd@stupidchicken.com>
15634
15635 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
15636 invisible text covered with an ellipsis.
15637
156382008-01-25 Richard Stallman <rms@gnu.org>
15639
15640 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
15641 jump back to beginning. Move some other initializations after that.
15642 (Qwindow_text_change_functions, Vwindow_text_change_functions):
15643 New variables.
15644 (syms_of_xdisp): Init them.
15645
15646 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
15647
15648 * buffer.c (reset_buffer_local_variables):
15649 Implement `permanent-local-hook'.
15650 (Qpermanent_local_hook): New variable.
15651 (syms_of_buffer): Init and staticpro it.
15652
156532008-01-25 Michael Albinus <michael.albinus@gmx.de>
15654
15655 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
15656
156572008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
15658
15659 * fns.c (Fclrhash): Return TABLE.
15660
156612008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15662
15663 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
15664 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
15665 is set even without positional changes.
15666 (x_scroll_bar_clear): Set bar->redraw_needed_p.
15667
15668 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
15669
156702008-01-23 Jason Rumney <jasonr@gnu.org>
15671
15672 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
15673
15674 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
15675 the unicode range available in MULE by locale-coding-system.
15676 Improve dbcs lead byte detection. Set event timestamp and modifiers
15677 earlier.
15678
156792008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15680
15681 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
15682 [MAC_OSX] (init_mac_osx_environment): Initialize it.
15683 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
15684 when used on child processes.
15685
156862008-01-21 Michael Albinus <michael.albinus@gmx.de>
15687
15688 * dbusbind.c (Fdbus_method_return_internal): Rename from
15689 Fdbus_method_return.
15690 (Fdbus_unregister_object): Move to dbus.el.
15691 (Fdbus_call_method, Fdbus_method_return_internal)
15692 (Fdbus_send_signal): Improve debug messages.
15693
156942008-01-20 Martin Rudalics <rudalics@gmx.at>
15695
15696 * undo.c (undo_inhibit_record_point): New variable.
15697 (syms_of_undo): Initialize it.
15698 (record_point): Don't record point when undo_inhibit_record_point
15699 is set.
15700
157012008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
15704
15705 * xdisp.c (Qauto_hscroll_mode): New var.
15706 (syms_of_xdisp): Initialize it.
15707 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
15708 window's buffer.
15709 (hscroll_windows): Don't check automatic_hscrolling_p here.
15710
15711 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
15712 vscroll if we're setting window-buffer to the value it already has.
15713
157142008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
15715
15716 * m/intel386.h: Remove references to XENIX.
15717
157182008-01-17 Andreas Schwab <schwab@suse.de>
15719
15720 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
15721 instead of HAVE_X86_64_LIB64_DIR.
15722 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
15723
157242008-01-17 Glenn Morris <rgm@gnu.org>
15725
15726 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
15727 to HAVE_X86_64_LIB64_DIR.
15728
157292008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
15730
15731 * s/irix3-3.h:
15732 * s/irix4-0.h:
15733 * s/386-ix.h:
15734 * s/domain.h:
15735 * s/hpux9-x11r4.h:
15736 * s/hpux9shxr4.h: Remove files for systems no longer supported.
15737
15738 * sysdep.c: Remove code containing references to symbols defined
15739 by unsupported systems.
15740
157412008-01-16 Glenn Morris <rgm@gnu.org>
15742
15743 * coding.c (select-safe-coding-system-function): Doc fix.
15744
157452008-01-15 Glenn Morris <rgm@gnu.org>
15746
15747 * config.in: Revert 2008-01-13 change: this is a generated file.
15748
157492008-01-13 Tom Tromey <tromey@redhat.com>
15750
15751 * lisp.h: Fix typo.
15752
157532008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
15754
15755 * m/sequent-ptx.h:
15756 * m/sequent.h:
15757 * s/ptx.h:
15758 * s/ptx4-2.h:
15759 * s/ptx4.h: Remove files for systems no longer supported.
15760
15761 * callproc.c (Fcall_process): Fix previous change.
15762
157632008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
15764
15765 * unexsunos4.c: Remove file, system not supported anymore.
15766
15767 * m/mips.h:
15768 * m/intel386.h:
15769 * callproc.c:
15770 * config.in:
15771 * ecrt0.c:
15772 * emacs.c:
15773 * fileio.c:
15774 * frame.c:
15775 * getpagesize.h:
15776 * keyboard.c:
15777 * lread.c:
15778 * process.c:
15779 * puresize.h:
15780 * sysdep.c:
15781 * systty.h:
15782 * syswait.h:
15783 * unexec.c:
15784 * xdisp.c:
15785 * alloc.c: Remove code containing references to symbols defined by
15786 unsupported systems.
15787
157882008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
15789
15790 * coding.c (detect_coding_mask): Fix previous change.
15791
157922008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
15793
15794 * coding.c (detect_coding_iso2022): New arg
15795 latin_extra_code_state. Allow Latin extra codes only
15796 when *latin_extra_code_state is nonzero.
15797 (detect_coding_mask): If there is a NULL byte, detect the encoding
15798 as UTF-16 or binary. If Latin extra codes exist, detect the
15799 encoding as ISO-2022 only when there's no other proper encoding is
15800 found.
15801
158022008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15803
15804 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
15805 #ifdef MAC_OS.
15806
158072008-01-08 Richard Stallman <rms@gnu.org>
15808
15809 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
15810
158112008-01-06 Nick Roberts <nickrob@snap.net.nz>
15812
15813 * keyboard.c (parse_menu_item): Don't enclose key bindings on
15814 menu bar in parentheses.
15815
158162008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
15817
15818 * m/7300.h:
15819 * m/acorn.h:
15820 * m/alliant-2800.h:
15821 * m/alliant.h:
15822 * m/alliant1.h:
15823 * m/alliant4.h:
15824 * m/altos.h:
15825 * m/amdahl.h:
15826 * m/apollo.h:
15827 * m/att3b.h:
15828 * m/aviion-intel.h:
15829 * m/aviion.h:
15830 * m/celerity.h:
15831 * m/clipper.h:
15832 * m/cnvrgnt.h:
15833 * m/convex.h:
15834 * m/cydra5.h:
15835 * m/delta88k.h:
15836 * m/dpx2.h:
15837 * m/dual.h:
15838 * m/elxsi.h:
15839 * m/f301.h:
15840 * m/gould-np1.h:
15841 * m/gould.h:
15842 * m/i860.h:
15843 * m/ibmps2-aix.h:
15844 * m/ibmrt-aix.h:
15845 * m/ibmrt.h:
15846 * m/irist.h:
15847 * m/is386.h:
15848 * m/isi-ov.h:
15849 * m/mega68.h:
15850 * m/mg1.h:
15851 * m/news-r6.h:
15852 * m/news-risc.h:
15853 * m/news.h:
15854 * m/nh3000.h:
15855 * m/nh4000.h:
15856 * m/ns16000.h:
15857 * m/ns32000.h:
15858 * m/nu.h:
15859 * m/orion.h:
15860 * m/orion105.h:
15861 * m/paragon.h:
15862 * m/pfa50.h:
15863 * m/plexus.h:
15864 * m/pyramid.h:
15865 * m/pyrmips.h:
15866 * m/sh3el.h:
15867 * m/sps7.h:
15868 * m/sr2k.h:
15869 * m/stride.h:
15870 * m/sun1.h:
15871 * m/sun2.h:
15872 * m/sun3-68881.h:
15873 * m/sun3-fpa.h:
15874 * m/sun3-soft.h:
15875 * m/sun3.h:
15876 * m/sun386.h:
15877 * m/symmetry.h:
15878 * m/tad68k.h:
15879 * m/tahoe.h:
15880 * m/targon31.h:
15881 * m/tek4300.h:
15882 * m/tekxd88.h:
15883 * m/tower32.h:
15884 * m/tower32v3.h:
15885 * m/ustation.h:
15886 * m/wicat.h:
15887 * m/xps100.h:
15888 * s/cxux.h:
15889 * s/cxux7.h:
15890 * s/dgux.h:
15891 * s/dgux4.h:
15892 * s/dgux5-4-3.h:
15893 * s/dgux5-4r2.h:
15894 * s/esix.h:
15895 * s/esix5r4.h:
15896 * s/hiuxmpp.h:
15897 * s/hiuxwe2.h:
15898 * s/iris3-5.h:
15899 * s/iris3-6.h:
15900 * s/isc2-2.h:
15901 * s/isc3-0.h:
15902 * s/isc4-0.h:
15903 * s/isc4-1.h:
15904 * s/newsos5.h:
15905 * s/newsos6.h:
15906 * s/osf1.h:
15907 * s/osf5-0.h:
15908 * s/riscix1-1.h:
15909 * s/riscix12.h:
15910 * s/sco4.h:
15911 * s/sco5.h:
15912 * s/sunos4-0.h:
15913 * s/sunos4-1.h:
15914 * s/sunos413.h:
15915 * s/sunos4shr.h:
15916 * s/umax.h:
15917 * s/unipl5-2.h:
15918 * s/xenix.h:
15919 * cxux-crt0.s:
15920 * unexapollo.c:
15921 * unexconvex.c:
15922 * unexenix.c:
15923 * unexsni.c: Remove files for systems no longer supported.
15924
15925 * m/intel386.h: Remove references to unsupported systems.
15926
15927 * w32.c (get_emacs_configuration): Remove reference to i860.
15928
15929 * sysdep.c: Remove dead code.
15930
159312008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
15932
15933 * s/rtu.h:
15934 * m/masscomp.h: Remove files. Platform is obsolete.
15935
159362008-01-04 Michael Albinus <michael.albinus@gmx.de>
15937
15938 * dbusbind.c (Fdbus_method_return): New function.
15939 (xd_read_message): Add the serial number to the event.
15940 (Fdbus_register_method): Activate the function.
15941
159422008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15943
15944 * keyboard.c (read_key_sequence): Fix typo.
15945
159462008-01-03 Michael Albinus <michael.albinus@gmx.de>
15947
15948 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
15949 (xd_signature, xd_append_arg): Handle element type detection for
15950 empty arrays.
15951 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
15952 SDATA () calls; this must be solved more general.
15953 (Fdbus_register_signal): Use SBYTES instead of strlen.
15954
159552008-01-03 Magnus Henoch <magnus@zemdatav>
15956
15957 * dbusbind.c (xd_append_arg): Use unsigned char instead of
15958 unsigned int for byte values (necessary for big-endian platform).
15959 (Fdbus_call_method): Handle the case of no returned arguments.
15960
159612007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15962
15963 * dbusbind.c (xd_read_message): Use non-static input_event struct.
15964
159652007-12-31 Magnus Henoch <mange@freemail.hu>
15966
15967 * dbusbind.c (xd_signature): Signature of variant is just "v".
15968
159692007-12-30 Michael Albinus <michael.albinus@gmx.de>
15970
15971 * dbusbind.c: Fix several errors and compiler warnings.
15972 Reported by Tom Tromey <tromey@redhat.com>.
15973 (XD_ERROR, XD_DEBUG_MESSAGE)
15974 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
15975 (xd_append_arg): Part for basic D-Bus types rewritten.
15976 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
15977 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
15978 appropriate.
15979 (xd_read_message): Return Qnil. Don't signal an error; it is not
15980 useful during event reading.
15981 (Fdbus_register_signal): Signal an error if the check for
15982 FUNCTIONP fails.
15983 (Fdbus_register_method): New function. The implementation is not
15984 complete, the call of the function signals an error therefore.
15985 (Fdbus_unregister_object): New function, renamed from
15986 Fdbus_unregister_signal. The initial check signals an error, if
15987 the object is not well formed.
15988
159892007-12-30 Richard Stallman <rms@gnu.org>
15990
15991 * textprop.c (get_char_property_and_overlay):
15992 Signal error if POSITION is out of range in a buffer.
15993
159942007-12-29 Martin Rudalics <rudalics@gmx.at>
15995
15996 * w32fns.c (Fx_create_frame): Make copy of frame parameters
15997 because the original parameters are in pure storage now.
15998
159992007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16000
16001 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
16002
160032007-12-22 Eli Zaretskii <eliz@gnu.org>
16004
16005 * callint.c (syms_of_callint) <command-history>: Add reference to
16006 history-length in the doc string.
16007
160082007-12-17 Jason Rumney <jasonr@gnu.org>
16009
16010 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
16011 before passing as wParam.
16012
160132007-12-22 Michael Albinus <michael.albinus@gmx.de>
16014
16015 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
16016 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
16017 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
16018 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
16019 as number.
16020 (Fdbus_call_method): Fix docstring.
16021
160222007-12-21 Michael Albinus <michael.albinus@gmx.de>
16023
16024 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
16025 New macros.
16026 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
16027 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
16028 Simplify.
16029 (xd_signature): New function.
16030 (xd_append_arg): Compute also signatures. Major rewrite.
16031 (xd_retrieve_arg): Make debug messages friendly.
16032 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
16033 Check for signatures of arguments.
16034
160352007-12-19 Michael Albinus <michael.albinus@gmx.de>
16036
16037 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
16038 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
16039 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
16040 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
16041 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
16042 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
16043 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
16044 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
16045 (xd_retrieve_value): Remove. Functionality included in ...
16046 (xd_append_arg): New function.
16047 (Fdbus_call_method, Fdbus_send_signal): Apply it.
16048
160492007-12-16 Michael Albinus <michael.albinus@gmx.de>
16050
16051 * dbusbind.c (top): Include <stdio.h>.
16052 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
16053 dbus_message_new_method_call and dbus_message_new_signal.
16054 (Fdbus_register_signal): Rename unique_name to uname.
16055 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
16056 non-existing unique name. Fix typos in matching rule. Return an
16057 object which is useful in Fdbus_unregister_signal.
16058 (Fdbus_unregister_signal): Reimplementation, in order to remove
16059 only the corresponding entry.
16060 (Vdbus_registered_functions_table): Change the order of entries.
16061 Apply these changes in xd_read_message and Fdbus_register_signal.
16062
160632007-12-16 Andreas Schwab <schwab@suse.de>
16064
16065 * fileio.c (Finsert_file_contents): Fix overflow check to not
16066 depend on undefined integer overflow.
16067
160682007-12-14 Jason Rumney <jasonr@gnu.org>
16069
16070 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
16071 for characters above 127.
16072
160732007-12-13 Jason Rumney <jasonr@gnu.org>
16074
16075 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
16076 before dereferencing array.
16077 (lookup_vk_code): Remove zero comparison.
16078
160792007-12-14 Michael Albinus <michael.albinus@gmx.de>
16080
16081 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
16082 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
16083 Use `unsigned int' instead of `uint'.
16084 (xd_read_message, Fdbus_register_signal): Split expressions into
16085 multiple lines before operators "&&" and "||", according to the
16086 GNU Coding Standards.
16087
160882007-12-14 Eli Zaretskii <eliz@gnu.org>
16089
16090 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
16091
160922007-12-12 Juri Linkov <juri@jurta.org>
16093
16094 * buffer.c (Frename_buffer): In interactive spec replace
16095 `read-buffer' with `read-string' that uses `buffer-name-history'
16096 as history, and the current buffer's name as default.
16097
160982007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
16101 manipulating the backtrace manually.
16102 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
16103 (struct backtrace, backtrace_list): Remove.
16104 (command_loop_1): Remove dead var `no_direct'.
16105
16106 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
16107 preserve non-built-in buffer-local variables.
16108 (Fkill_all_local_variables): Don't re-create&re-set permanent
16109 buffer-local variables.
16110
161112007-12-09 Juri Linkov <juri@jurta.org>
16112
16113 * buffer.c (Frename_buffer): Change interactive spec from "s" to
16114 Lisp code that uses `read-buffer' with current buffer as default.
16115
161162007-12-08 Michael Albinus <michael.albinus@gmx.de>
16117
16118 * dbusbind.c (xd_read_message): Generate an event for every
16119 registered handler. There might be several handlers registered
16120 for the same signal.
16121 (Fdbus_register_signal): Don't overwrite a registration for the
16122 same signal. Add a new registration if handlers are different.
16123 (Vdbus_registered_functions_table): Rework doc string.
16124
161252007-12-07 Michael Albinus <michael.albinus@gmx.de>
16126
16127 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
16128 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
16129 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
16130 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
16131 Unify argument lists.
16132 (xd_read_message, Fdbus_register_signal): Reorder and extend event
16133 arguments and hash table keys. Use unique name for service.
16134 (Fdbus_unregister_signal): Remove checks.
16135 (Vdbus_registered_functions_table): Fix doc string.
16136
161372007-12-05 Magnus Henoch <mange@freemail.hu>
16138
16139 * process.c (make_process): Initialize pty_flag to 0.
16140
161412007-12-05 Jason Rumney <jasonr@gnu.org>
16142
16143 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
16144 specified XBMs.
16145
161462007-12-05 Richard Stallman <rms@gnu.org>
16147
16148 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
16149
161502007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16151
16152 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
16153 New variable.
16154 (mac_try_close_socket) [MAC_OSX]: New function.
16155 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
16156 Update cfsockets_for_select. Replace invalid CFRunLoop source.
16157
16158 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
16159 Use mac_try_close_socket.
16160
161612007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16162
16163 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
16164 reloc_base.
16165 (copy_dysymtab): Compute relocation base here.
16166 (rebase_reloc_address) [__ppc64__]: New function.
16167 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
16168 changed.
16169
161702007-12-05 Jason Rumney <jasonr@gnu.org>
16171
16172 * w32proc.c (sys_spawnve): Quote args with wildcards.
16173
161742007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16175
16176 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
16177 __objc_* sections.
16178 (unrelocate) [_LP64]: Set relocation base to address of data segment.
16179
161802007-12-05 Michael Albinus <michael.albinus@gmx.de>
16181
16182 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
16183 Move check for Vdbus_registered_functions_table to
16184 xd_read_queued_messages.
16185 (xd_read_queued_messages): Protect xd_read_message calls by
16186 internal_condition_case_1.
16187
161882007-12-04 Michael Albinus <michael.albinus@gmx.de>
16189
16190 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
16191 Qdbus_system_bus and Qdbus_session_bus, respectively.
16192 (Vdbus_intern_symbols): Remove.
16193 (Vdbus_registered_functions_table): New hash table.
16194 (XD_SYMBOL_INTERN_SYMBOL): Remove.
16195 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
16196 Rewrite in order to manage registered functions by hash table
16197 Vdbus_registered_functions_table.
16198
161992007-12-03 Jan Djärv <jan.h.d@swipnet.se>
16200
16201 * xterm.c: Update URL to Window Manager Specification in comment.
16202
162032007-12-02 Michael Albinus <michael.albinus@gmx.de>
16204
16205 * config.in (HAVE_DBUS): Add.
16206
16207 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
16208 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
16209 (obj): Add $(DBUS_OBJ).
16210 (LIBES): Add $(DBUS_LIBS).
16211 (dbusbind.o): New target.
16212
16213 * dbusbind.c: New file.
16214
16215 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
16216
16217 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
16218 (Qdbus_event): New Lisp symbol.
16219 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
16220 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 16221 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
16222
16223 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
16224
162252007-12-01 Richard Stallman <rms@gnu.org>
16226
16227 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
16228
162292007-11-30 Jason Rumney <jasonr@gnu.org>
16230
16231 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
16232 (w32con_reset_terminal_modes): Clear screen buffer.
16233 (w32_face_attributes): Don't use color indexes that are out of range.
16234 Only reverse the default colors.
16235
16236 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
16237 WINDOWSNT.
16238
16239 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
16240
162412007-11-29 Jason Rumney <jasonr@gnu.org>
16242
16243 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
16244 (w32_face_attributes): Use Vtty_defined_color_alist to determine
16245 if the terminal colors are initialized.
16246 (unspecified_fg, unspecified_bg): Remove unused declarations.
16247
162482007-11-29 Andreas Schwab <schwab@suse.de>
16249
16250 * keyboard.c (apply_modifiers): Fix typo.
16251
162522007-11-29 Richard Stallman <rms@gnu.org>
16253
16254 * keymap.c (Fcurrent_local_map): Doc fix.
16255
162562007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
16257
16258 * s/gnu-kfreebsd.h: New file.
16259
162602007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
16263 Don't cast redundantly.
16264
16265 * keyboard.c (KEY_TO_CHAR): New macro.
16266 (parse_modifiers, apply_modifiers): Accept integer arguments.
16267 (read_key_sequence): Use them to unify the "shift->unshift" mapping
16268 for chars and symbol keys.
16269 After doing such remapping, apply function-key-map again.
16270
162712007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
16272
16273 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
16274 compiled anymore.
16275
162762007-11-26 Andreas Schwab <schwab@suse.de>
16277
16278 * process.c (list_processes_1): Fix indentation level of the
16279 command column.
16280
162812007-11-23 Andreas Schwab <schwab@suse.de>
16282
16283 * editfns.c (Fformat): Handle %c specially since it requires the
16284 argument to be of type int.
16285
162862007-11-23 Markus Triska <markus.triska@gmx.at>
16287
16288 * emacs.c (main): Call init_editfns before init_process, since
16289 init_process sets Vprocess_connection_type depending on OS release.
16290
162912007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
16294 (find_symbol_value): Use do_symval_forwarding.
16295
16296 * data.c (set_internal): Set the value in the `cons-cell' (for
16297 Buffer_Local_values) not only for frame-local variables.
16298
162992007-11-22 Andreas Schwab <schwab@suse.de>
16300
16301 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
16302 values to sprintf.
16303 * keymap.c (Fsingle_key_description): Likewise.
16304 * print.c (print_object): Likewise.
16305
163062007-11-22 Jan Djärv <jan.h.d@swipnet.se>
16307
16308 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
16309 file for image is nil.
16310
163112007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
16312
16313 * term.c: Include stdarg.h.
16314 (fatal): Implement using varargs.
16315 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
16316
163172007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
16320 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
16321 Update call to buffer_slot_type_mismatch.
16322 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
16323 (buffer_slot_type_mismatch): Update.
16324 * buffer.c (buffer_local_types): Remove.
16325 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
16326 (defvar_per_buffer): Set the type in the buffer_objfwd.
16327
163282007-11-21 Jason Rumney <jasonr@gnu.org>
16329
16330 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
16331 CreateFileMapping returns NULL on failure.
16332
163332007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * search.c (Fset_match_data): Remove the `evaporate' feature.
16336 (unwind_set_match_data): Don't use the `evaporate' feature.
16337
163382007-11-21 Jason Rumney <jasonr@gnu.org>
16339
16340 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
16341
16342 * w32console.c (w32con_write_glyphs): Remove unused variables.
16343
163442007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16345
16346 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
16347
16348 * s/darwin.h (MULTI_KBOARD): Remove.
16349
16350 * macfns.c (x_create_tip_frame, Fx_create_frame)
16351 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
16352
163532007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16354
16355 * buffer.c (Fbuffer_local_value): Remove redundant test.
16356 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
16357 than in `current-buffer' to match the comment.
16358 Do the swap using swap_in_global_binding.
16359
16360 * data.c (store_symval_forwarding, set_internal):
16361 * eval.c (specbind): Remove dead code.
16362
16363 * coding.c (detect_coding, Fupdate_coding_systems_internal):
16364 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
16365 Since we do not want to see internal Lisp_*fwd objects here.
16366
163672007-11-18 Jan Djärv <jan.h.d@swipnet.se>
16368
16369 * sysdep.c (init_system_name): Use getaddrinfo if available.
16370
16371 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
16372 (x_scroll_bar_note_movement): start, end, with, height in struct
16373 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
16374
163752007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
16376
16377 * puresize.h (BASE_PURESIZE): Increase to 1190000.
16378
163792007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16380
16381 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
16382 This undoes Richard's change of 14-Oct-2002.
16383
16384 * alloc.c (allocate_other_vector):
16385 * lisp.h (allocate_other_vector): Remove.
16386
16387 * window.c (struct save_window_data): Move non-lisp data to the end
16388 and make it `int' rather than Lisp_Object.
16389 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
16390 Done wrap/unwrap integer values.
16391 (Fset_window_configuration, compare_window_configurations):
16392 Update use of fields to their new types.
16393
16394 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
16395 Turn integer fields into `int'. Merge x_window_low and x_window_high.
16396 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
16397 (SET_SCROLL_BAR_X_WINDOW): Remove.
16398 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
16399 Access the new x_window field directly.
16400 * xterm.c (x_scroll_bar_create): Use a pseudovector.
16401 Don't wrap/unwrap integers into Lisp_Objects.
16402 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
16403 (x_scroll_bar_report_motion):
16404 Don't wrap/unwrap integers into Lisp_Objects.
16405 (x_term_init): Use SDATA.
16406 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
16407 (x_scroll_bar_set_handle, x_scroll_bar_remove)
16408 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
16409 (x_scroll_bar_report_motion, x_scroll_bar_clear):
16410 * xfns.c (x_set_background_color):
16411 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
16412 Access the new x_window field directly.
16413
16414 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
16415 (allocate_pseudovector): Make non-static.
16416
16417 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
16418 (allocate_pseudovector): Declare.
16419 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
16420
164212007-11-15 Andreas Schwab <schwab@suse.de>
16422
16423 * editfns.c (Fformat): Correctly format EMACS_INT values.
16424 Also take precision into account when formatting an integer.
16425
16426 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
16427
164282007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16429
16430 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
16431 (syms_of_keyboard): Defsubr it.
16432
16433 * data.c (swap_in_global_binding): Fix longstanding bug where
16434 store_symval_forwarding was not called with the right second argument,
16435 thus causing objfwd-ing from being dropped.
16436
164372007-11-14 Juanma Barranquero <lekktu@gmail.com>
16438
16439 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
16440 (Fx_display_pixel_height, Fx_display_planes)
16441 (Fx_display_color_cells, Fx_server_max_request_size)
16442 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
16443 (Fx_display_visual_class, Fx_display_save_under):
16444 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
16445 (Fx_display_pixel_height, Fx_display_planes)
16446 (Fx_display_color_cells, Fx_server_max_request_size)
16447 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
16448 (Fx_display_mm_height, Fx_display_mm_width)
16449 (Fx_display_backing_store, Fx_display_visual_class)
16450 (Fw32_select_font, Fx_display_save_under):
16451 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
16452 (Fx_display_pixel_height, Fx_display_planes)
16453 (Fx_display_color_cells, Fx_server_max_request_size)
16454 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
16455 (Fx_display_save_under): Fix typos in docstrings.
16456
164572007-11-14 Juanma Barranquero <lekktu@gmail.com>
16458
16459 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
16460 corresponding to deleted entries; they are an implementation detail.
16461 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
16462 Remove variables.
16463 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
16464 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
16465 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
16466 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
16467 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
16468 (Fw32_define_rgb_color, Fw32_load_color_file)
16469 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
16470 Fix typos in docstrings.
16471 (Fx_server_version): Reflow docstring.
16472 (Fw32_shell_execute): Doc fixes.
16473
164742007-11-13 Juanma Barranquero <lekktu@gmail.com>
16475
16476 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
16477 if w32_parse_hot_key returned nil.
16478
164792007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
16480
16481 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
16482
164832007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 16484
aac0c6e3
MR
16485 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
16486
16487 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
16488
16489 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
16490 Remove W32_SCROLL_BAR_CLICK_EVENT.
16491
16492 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
16493 Add MULTIMEDIA_KEY_EVENT.
16494
16495 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
16496 (lispy_multimedia_keys) [WINDOWSNT]: New array.
16497 (make_lispy_event) [WINDOWSNT]: Use it to translate
16498 MULTIMEDIA_KEY_EVENT.
16499
16500 * w32term.h (WM_APPCOMMAND): Define if not already.
16501 (GET_APPCOMMAND_LPARAM): Likewise.
16502
16503 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
16504 WM_APPCOMMAND.
16505
16506 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
16507 (syms_of_w32fns): Export and initialize it.
16508 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
16509
165102007-11-09 Chong Yidong <cyd@stupidchicken.com>
16511
16512 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
16513 twice.
16514
16515 * xdisp.c (handle_face_prop): Fix last change.
16516
165172007-11-09 Richard Stallman <rms@gnu.org>
16518
16519 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
16520 not just for after-strings and before-strings.
16521 Call face_for_overlay_string and pass the overlay to it.
16522 (handle_display_prop): Determine whether property came from an overlay.
16523 Pass OVERLAY arg to handle_single_display_spec.
16524 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
16525 (load_overlay_strings): Fill in it->string_overlays.
16526 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
16527
16528 * xfaces.c (face_for_overlay_string): Function renamed from
16529 face_at_buffer_position_no_overlays, and add arg OVERLAY.
16530
16531 * dispextern.h (struct it): New elt string_overlays.
16532 New elt from_overlay, also in stack.
16533 Rearrange a few elements.
16534 (face_for_overlay_string): Decl renamed from
16535 face_at_buffer_position_no_overlays, and add argument.
16536
165372007-11-09 Richard Stallman <rms@gnu.org>
16538
16539 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
16540 to get the base face for an overlay string.
16541
16542 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
16543
16544 * xfaces.c (face_at_buffer_position_no_overlays): New function.
16545
16546 * xdisp.c (handle_stop): Move some code out of loop.
16547
165482007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16549
16550 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
16551 Fix conversion from Lisp object to ATSUFontID.
16552
165532007-11-09 Jason Rumney <jasonr@gnu.org>
16554
16555 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
16556
165572007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16558
16559 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
16560 Don't assume regions are aligned to page boundary.
16561 (print_load_command_name): Add LC_UUID if defined.
16562
165632007-11-09 Richard Stallman <rms@gnu.org>
16564
16565 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
16566
165672007-11-07 Jason Rumney <jasonr@gnu.org>
16568
16569 * s/windows95.h: Remove.
16570
165712007-11-06 Jan Djärv <jan.h.d@swipnet.se>
16572
16573 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
16574 abort with a message on unhandled store_type values.
16575
165762007-11-01 Jan Djärv <jan.h.d@swipnet.se>
16577
16578 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
16579 Remove HAVE_X11R5 and HAVE_X11R4.
16580
165812007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
16582
16583 * Makefile.in: Remove references to sunfns.c and sunfns.o.
16584
165852007-11-01 Johan Bockgård <bojohan@gnu.org>
16586
16587 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
16588 Don't set s->stippled_p here, since it has already been set by
16589 x_set_glyph_string_gc from x_draw_glyph_string.
16590
165912007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
16592
16593 * sunfns.c: Remove file.
16594
16595 * m/sun386.h:
16596 * m/sun2.h:
16597 * m/sparc.h: Remove Sun windows code.
16598
165992007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
16602 (init_keyboard): Set current_kboard's window-system to nil.
16603 (tty_read_avail_input): Typo.
16604 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
16605
166062007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
16607
16608 * s/usg5-4.h:
16609 * s/usg5-3.h:
16610 * s/ptx.h:
16611 * m/is386.h:
16612 * m/ibmps2-aix.h:
16613 * Makefile.in: Remove all mentions of X10.
16614
16615 * dispnew.c (syms_of_display): Don't mention version 10.
16616
166172007-10-28 Juanma Barranquero <lekktu@gmail.com>
16618
16619 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
16620 ($(BLD)/abbrev.$(O)): Remove.
16621
166222007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 Rewrite abbrev.c in Elisp.
16625 * image.c (Qcount): Don't declare as extern.
16626 (syms_of_image): Initialize and staticpro `Qcount'.
16627 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
16628 * emacs.c (main): Don't call syms_of_abbrev.
16629 * Makefile.in (obj): Remove abbrev.o.
16630 (abbrev.o): Remove.
16631 * abbrev.c: Remove.
16632
166332007-10-26 Martin Rudalics <rudalics@gmx.at>
16634
16635 * window.c (window_min_size_2): Don't count header-line.
16636
166372007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16638
16639 * frame.h (struct frame): Move all bit fields after the first bit
16640 field to take advantage of the available space. Group all the
16641 chars together to reduce wasted space due to padding.
16642
166432007-10-26 Juanma Barranquero <lekktu@gmail.com>
16644
16645 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
16646
16647 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
16648 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
16649 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
16650 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
16651 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
16652 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
16653 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
16654 (last_marked, mark_object_loop_halt): Make static.
16655
16656 * frame.c (syms_of_frame) <delete-frame-functions>:
16657 Fix typo in docstring.
16658
166592007-10-25 Juanma Barranquero <lekktu@gmail.com>
16660
16661 * w32.c (init_environment): Fix tiny memory leak.
16662 (w32_get_resource): Remove unused variable `ok'.
16663
166642007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 Make `window-system' into a keyboard-local variable (rather than
16667 frame-local as done originally by multi-tty).
16668
16669 * keyboard.h (struct kboard): Add Vwindow_system.
16670 * keyboard.c (init_kboard): Set a default for Vwindow_system.
16671 (mark_kboards): Mark Vwindow_system.
16672
16673 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
16674 (init_display): Don't set the obsolete `window-system' frame-param.
16675
16676 * xterm.c (x_term_init):
16677 * w32term.c (w32_create_terminal):
16678 * term.c (init_tty): Set Vwindow_system.
16679 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
16680 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
16681
16682 * xfns.c (Fx_create_frame, x_create_tip_frame):
16683 * w32fns.c (Fx_create_frame, x_create_tip_frame):
16684 * macfns.c (Fx_create_frame):
16685 Don't set the obsolete `window-system' frame-param.
16686
16687 * frame.h (Qwindow_system): Remove.
16688 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
16689 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
16690
166912007-10-24 Richard Stallman <rms@gnu.org>
16692
16693 * frame.c (x_figure_window_size): For fullscreen case,
16694 set USPosition | PPosition without clobbering rest of window_prompting.
16695
16696 * keyboard.c (Fcurrent_idle_time): Doc fix.
16697
16698 * print.c (Fwith_output_to_temp_buffer): Doc fix.
16699
167002007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16701
16702 * process.c (unwind_request_sigio): Only define if __ultrix__.
16703
16704 * callproc.c (child_setup): Remove spurious *.
16705
16706 * lisp.h (Fget_text_property): Declare.
16707 (have_menus_p): Declare it here rather than in sys-dep header files.
16708 * macterm.h (have_menus_p):
16709 * msdos.h (have_menus_p):
16710 * xterm.h (have_menus_p): Remove.
16711
16712 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16713 (Fmake_variable_frame_local): Just check the variable's const-ness
16714 rather than checking nil or t.
16715
167162007-10-22 Jason Rumney <jasonr@gnu.org>
16717
16718 * w32fns.c: Include math.h.
16719 (w32_abort): Declaration moved to nt/config.nt.
16720
16721 * s/ms-w32.h (HAVE_STDLIB_H): Define.
16722 (abort): Redefinition moved to nt/config.nt.
16723
16724 * m/windowsnt.h: Remove.
16725
167262007-10-22 Juanma Barranquero <lekktu@gmail.com>
16727
16728 * emacs.c (Fdump_emacs): Fix typo in message.
16729 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
16730 <installation-directory>: Reflow docstring.
16731
167322007-10-22 Juri Linkov <juri@jurta.org>
16733
16734 * minibuf.c: Allow minibuffer default to be a list of default values.
16735 With empty input use the first element of this list as returned default.
16736 (string_to_object)
16737 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
16738 (read_minibuf): If defalt is cons, set histstring to its car.
16739 (Fread_string): If default_value is cons, set val to its car.
16740 (Fread_buffer): If def is cons, use its car.
16741 (Fcompleting_read): If defalt is cons, set val to its car.
16742
167432007-10-21 Michael Albinus <michael.albinus@gmx.de>
16744
16745 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
16746
167472007-10-20 Juanma Barranquero <lekktu@gmail.com>
16748
16749 * doc.c (Fdocumentation): Check for advice in all cases.
16750
167512007-10-19 Chong Yidong <cyd@stupidchicken.com>
16752
16753 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
16754
167552007-10-19 Richard Stallman <rms@gnu.org>
16756
16757 * doc.c (Fdocumentation): Check for and handle an advised function.
16758
167592007-10-19 Juanma Barranquero <lekktu@gmail.com>
16760
16761 * process.c (Fset_process_filter): Doc fix.
16762
167632007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16764
16765 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
16766 which caused key-translation-map to applied repeatedly (thus breaking
16767 double-mode).
16768
167692007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 * xselect.c (x_own_selection, x_handle_selection_clear)
16772 (x_clear_frame_selections):
16773 * w32menu.c (list_of_panes, list_of_items):
16774 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
16775 * textprop.c (validate_plist, interval_has_all_properties)
16776 (interval_has_some_properties, interval_has_some_properties_list)
16777 (add_properties, text_property_list):
16778 * process.c (Fget_buffer_process, list_processes_1, status_notify):
16779 * minibuf.c (Fassoc_string):
16780 * macselect.c (x_own_selection, x_clear_frame_selections)
16781 (Fx_disown_selection_internal):
16782 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
16783 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
16784
167852007-10-17 Chong Yidong <cyd@stupidchicken.com>
16786
16787 * process.c: Link to libs for calling res_init() if available.
16788 (Fmake_network_process): Call res_init() before getaddrinfo or
16789 gethostbyname, if possible.
16790
167912007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * lread.c (read1): Set pvectype for char_tables.
16794
16795 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
16796 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
16797 Add type checks.
16798 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
16799
16800 * alloc.c (free_misc): Use XMISCTYPE.
16801 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
16802
168032007-10-17 Glenn Morris <rgm@gnu.org>
16804
16805 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
16806 (syms_of_minibuf): Add Qcompletion_ignore_case.
16807 * dired.c (Qcompletion_ignore_case): Change to external.
16808 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
16809 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
16810 (Fread_file_name): Use it rather than intern'ing.
16811
16812 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
16813 (Fread_coding_system): Ignore case of user input.
16814
168152007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16816
16817 * xdisp.c (handle_display_prop): Ignore display specs after
16818 replacing one when string text is being replaced.
16819 (handle_single_display_spec): Pretend as if characters with display
16820 property haven't been consumed only when buffer text is being replaced.
16821
168222007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16823
16824 * xfns.c (Fx_create_frame, Fx_display_list):
16825 * window.c (window_fixed_size_p, enlarge_window)
16826 (shrink_window_lowest_first):
16827 * macterm.c (init_font_name_table):
16828 * macfns.c (Fx_create_frame, Fx_display_list):
16829 * lread.c (close_load_descs):
16830 * keyboard.c (read_char_x_menu_prompt):
16831 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
16832 * coding.c (code_convert_region_unwind): Test the type of an object
16833 rather than just !NILP before extracting data from it.
16834
16835 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
16836
16837 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
16838 (XMISCANY): New macro.
16839 (XMISCTYPE): Use it.
16840 (struct Lisp_Misc_Any): New type.
16841 (union Lisp_Misc): Use it.
16842 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
16843 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
16844 (find_symbol_value, set_internal, default_value, Fset_default)
16845 (Fmake_variable_buffer_local, Fmake_local_variable)
16846 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
16847 (Flocal_variable_if_set_p, Fvariable_binding_locus):
16848 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
16849 * alloc.c (allocate_buffer): Set the size and tag.
16850 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
16851 Use XMISCANY.
16852 (die): Follow the GNU convention for error messages.
16853 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
16854 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
16855 tag any more.
16856 (set_buffer_internal_1):
16857 * frame.c (store_frame_param):
16858 * eval.c (specbind):
16859 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
16860
16861 * doc.c (Fsnarf_documentation): Simplify.
16862
168632007-10-14 Juanma Barranquero <lekktu@gmail.com>
16864
16865 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
16866 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
16867
168682007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16869
16870 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
16871
168722007-10-14 Juanma Barranquero <lekktu@gmail.com>
16873
16874 * eval.c (do_autoload): Don't save autoloads.
16875
16876 * data.c (Ffset): Save autoload of the function being set.
16877
168782007-10-07 John Paul Wallington <jpw@pobox.com>
16879
16880 * xfns.c (x_create_tip_frame): Set the `display-type' frame
16881 parameter before setting up faces.
16882
168832007-10-13 Eli Zaretskii <eliz@gnu.org>
16884
16885 * ccl.c (Fregister_code_conversion_map):
16886 * keyboard.c (append_tool_bar_item): Reformat last change.
16887
16888 * lisp.h (eabs): Rename from `abs'. All callers changed.
16889
168902007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
16891
16892 * buffer.c (add_overlay_mod_hooklist):
16893 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
16894 * fontset.c (make_fontset):
16895 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
16896 (append_tool_bar_item):
16897 * macmenu.c (grow_menu_items):
16898 * w32menu.c (grow_menu_items):
16899 * xmenu.c (grow_menu_items): Use larger_vector.
16900
169012007-10-13 Eli Zaretskii <eliz@gnu.org>
16902
16903 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
16904 selected frame'' on MSDOS).
16905
169062007-10-12 Martin Rudalics <rudalics@gmx.at>
16907
16908 * frame.c (Qexplicit_name): New variable.
16909 (x_report_frame_params): Report it in parameter alist.
16910 (syms_of_frame): Intern and staticpro it.
16911
169122007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
16913
16914 * macfns.c (x_create_tip_frame): Set terminal for frame.
16915
169162007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16917
16918 * frame.c (Qenvironment): Remove.
16919 (syms_of_frame) <Qenvironment>: Don't initialize.
16920 (Fdelete_frame): Don't treat the `environment' param specially.
16921 * frame.h (Qenvironment): Don't declare.
16922 * callproc.c (set_initial_environment): Don't set unused frame param.
16923
16924 * frame.c (Fframe_with_environment): Remove.
16925 (syms_of_frame) <Sframe_with_environment>: Don't declare.
16926
16927 * lisp.h (Fframe_with_environment): Don't declare.
16928
169292007-10-10 Juanma Barranquero <lekktu@gmail.com>
16930
16931 * indent.c (indent_tabs_mode, last_known_column)
16932 (last_known_column_modified): Make static.
16933 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
16934
169352007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
16936
16937 * puresize.h (BASE_PURESIZE): Increase to 1170000.
16938
169392007-10-09 Jason Rumney <jasonr@gnu.org>
16940
16941 * w32term.c (x_set_window_size): Disable code that attempts to tell
16942 Lisp code about a size change before it actually happens.
16943
169442007-10-09 Richard Stallman <rms@gnu.org>
16945
16946 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
16947 return HANDLED_RETURN.
16948
169492007-10-08 Martin Rudalics <rudalics@gmx.at>
16950
16951 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
16952 when there's an unread command event.
16953
16954 * frame.c (focus_follows_mouse): Move here from frame.el to allow
16955 window autoselection act appropriately when leaving selected frame.
16956 (syms_of_frame): Initialize focus_follows_mouse.
16957 * frame.h (focus_follows_mouse): Extern it.
16958 * macterm.c (XTread_socket): When focus_follows_mouse is nil
16959 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
16960 * msdos.c (dos_rawgetc): Likewise.
16961 * w32term.c (w32_read_socket): Likewise.
16962 * xterm.c (handle_one_xevent): Likewise.
16963 * xdisp.c (syms_of_xdisp): In doc-string of
16964 mouse-autoselect-window mention focus-follows-mouse.
16965
169662007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16967
16968 * macterm.c (mac_load_query_font): Fix missing return value.
16969 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
16970 Add BLOCK_INPUT.
16971
169722007-10-08 Richard Stallman <rms@gnu.org>
16973
16974 * xdisp.c (get_window_cursor_type): Implement documented behavior
16975 for cursor-in-non-selected-windows = t.
16976
169772007-10-08 Jason Rumney <jasonr@gnu.org>
16978
16979 * w32.c (w32_get_resource): Always close registry keys.
16980
169812007-10-08 Jason Rumney <jasonr@gnu.org>
16982
16983 * makefile.w32-in (LIBS): Add COMCTL32.
16984
16985 * w32fns.c (globals_of_w32fns): Init common controls.
16986
169872007-10-08 Richard Stallman <rms@gnu.org>
16988
16989 * image.c (our_memory_buffer): Rename from omfib_buffer.
16990
169912007-10-08 Richard Stallman <rms@gnu.org>
16992
16993 * buffer.c (Foverlays_at): Doc fix.
16994
169952007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * fns.c (Fplist_put): Preserve uneven tail data.
16998
169992007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
17000
17001 * termhooks.h (enum event_kind): Remove trailing comma.
17002
17003 * frame.h (enum): Remove trailing comma.
17004
170052007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
17006
17007 * w32proc.c (delete_child): Don't terminate threads of zombies.
17008
170092007-10-08 Martin Rudalics <rudalics@gmx.at>
17010
17011 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
17012
17013 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
17014 last-repeatable-command.
17015 (init_kboard): Initialize Vlast_repeatable_command.
17016 (command_loop_1): Set it to real_this_command unless that was
17017 bound to an input event.
17018 (mark_kboards): Mark it.
17019
170202007-10-08 Richard Stallman <rms@gnu.org>
17021
17022 * eval.c (condition-case): Doc fix.
17023
170242007-10-08 Masatake YAMATO <jet@gyve.org>
17025
17026 * xfaces.c (tty_supports_face_attributes_p): Fix code
17027 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
17028 was copied and not edited.
17029
170302007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17031
17032 Add new `input-decode-map' keymap and use it for terminal
17033 escape sequences.
17034 * keyboard.h (struct kboard): Add Vinput_decode_map.
17035 Remove Vlocal_key_translation_map.
17036 * keyboard.c (read_key_sequence): Add support for input-decode-map.
17037 (init_kboard): Init input-decode-map.
17038 Replace local-key-translation-map back with key-translation-map.
17039 (syms_of_keyboard): Declare input-decode-map.
17040 Remove local-key-translation-map. Update docstrings.
17041 (mark_kboards): Mark Vinput_decode_map.
17042 Don't mark Vlocal_key_translation_map.
17043 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
17044 Replace local-key-translation-map back with key-translation-map.
17045 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
17046 Bind in input-decode-map rather than function-key-map.
17047
17048 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
17049 This was made redundant by the previous introduction of XSETPVECTYPE.
17050
170512007-10-09 Richard Stallman <rms@gnu.org>
17052
17053 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
17054
170552007-09-29 Richard Stallman <rms@gnu.org>
17056
17057 * eval.c (internal_condition_case_2, internal_condition_case_1)
17058 (internal_condition_case): Reenable abort if x_catching_errors ()
17059 to see if that really happens and why.
17060
170612007-10-06 Andreas Schwab <schwab@suse.de>
17062
17063 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
17064
170652007-10-04 Juanma Barranquero <lekktu@gmail.com>
17066
17067 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
17068
170692007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
17072
170732007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * window.h (struct window):
17076 * window.c (struct save_window_data, struct saved_window):
17077 * termhooks.h (struct terminal):
17078 * process.h (struct Lisp_Process):
17079 * frame.h (struct frame):
17080 * buffer.h (struct buffer):
17081 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
17082 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
17083 The size field of (pseudo)vectors is now unsigned.
17084 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
17085
17086 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
17087 Turn `count' into an integer.
17088
17089 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
17090 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
17091 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
17092 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
17093 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
17094
17095 * alloc.c (allocate_pseudovector): New fun.
17096 (ALLOCATE_PSEUDOVECTOR): New macro.
17097 (allocate_window, allocate_terminal, allocate_frame)
17098 (allocate_process): Use it.
17099 (mark_vectorlike): New function.
17100 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
17101 (mark_terminals): Use it.
17102 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
17103 (Fmake_byte_code): Use XSETPVECTYPE.
17104
17105 * frame.c (Fframe_parameters): Minor simplification.
17106
17107 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
17108
17109 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
17110
17111 * buffer.c (Fget_buffer_create, init_buffer_once):
17112 * lread.c (defsubr):
17113 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
17114
17115 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
17116 defined differently in the m/*.h files.
17117 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
17118 (XSETPVECTYPE): New macro.
17119 (XSETPSEUDOVECTOR): Use it.
17120
17121 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
17122 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
17123
17124 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
17125 * lread.c (defvar_per_buffer):
17126 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
17127
17128 * window.c (candidate_window_p): Only consider as visible frames that
17129 are on the same terminal.
17130
17131 * m/ibms390x.h (MARKBIT): Remove unused macro.
17132
171332007-10-01 Juanma Barranquero <lekktu@gmail.com>
17134
17135 * lread.c (Fload): Fix typo in docstring.
17136
171372007-10-01 Michaël Cadilhac <michael@cadilhac.name>
17138
17139 * floatfns.c (Fexpt): Manually check for overflows, so that a power
17140 of a non-zero value can't yield zero.
17141
171422007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * term.c (term_clear_mouse_face, term_mouse_highlight)
17145 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
17146
17147 * print.c (safe_debug_print): Use XHASH.
17148
17149 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
17150 Lisp elements such as tags.
17151 (XHASH): New macro.
17152 (EQ): Use it.
17153 (SREF, SSET, STRING_COPYIN): Use SDATA.
17154 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
17155
17156 * alloc.c (mark_terminal): Remove left-over declaration.
17157 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
17158 (allocate_vectorlike): Remove type argument. Adjust callers.
17159 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
17160 Only handle the one remaining MEM_TYPE_VECTORLIKE.
17161
17162 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
17163 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
17164 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
17165 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
17166 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
17167 Use them.
17168
17169 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
17170 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
17171 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
17172
171732007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
17174
17175 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
17176 loaded by default.
17177
171782007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17179
17180 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
17181 on this tty.
17182 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
17183
17184 * term.c (mouse_face_window): Rename from Qmouse_face_window.
17185 Update all users.
17186 (handle_one_term_event): Use Gpm_DrawPointer.
17187 (Fgpm_mouse_start): Rename from Fterm_open_connection.
17188 Signal errors instead of returning nil. Always return nil.
17189 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
17190 Make it a noop if gpm-mouse was not activated.
17191 (syms_of_term): Update names.
17192
171932007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
17194
17195 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
17196 (init_sys_modes): Check that gpm_tty is the current tty.
17197
17198 * alloc.c (allocate_terminal): Set the vector size to only count the
17199 lisp fields. Initialize those to nil.
17200 (mark_object): Don't treat terminals specially.
17201 (mark_terminal): Remove.
17202 (mark_terminals): Use mark_object instead.
17203
17204 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
17205 the GC to the beginning.
17206
17207 * indent.h:
17208 * indent.c: Use EMACS_INT for ints coming from Elisp data.
17209
17210 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
17211
172122007-09-25 Jason Rumney <jasonr@gnu.org>
17213
17214 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
17215
17216 * w32console.c (create_w32cons_output): Remove.
17217
17218 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
17219
17220 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
17221 (reset_sys_modes): Use reset_terminal_modes_hook.
17222
172232007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17224
17225 * eval.c (do_autoload): Don't output any message.
17226
172272007-09-24 Juri Linkov <juri@jurta.org>
17228
17229 * emacs.c (standard_args): Change priority of "--no-splash"
17230 from 40 to 3. Add "--no-desktop" with the same priority.
17231
172322007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
17233
17234 * alloc.c (gc_sweep): Check cons cell mark bits word by word
17235 and optimize the case where they are all 1.
17236
172372007-09-23 Johannes Weiner <hannes@saeurebad.de>
17238
17239 * lisp.h (abs): Define if not defined.
17240 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
17241 Don't define `abs', since it's defined in lisp.h.
17242
172432007-09-22 Eli Zaretskii <eliz@gnu.org>
17244
17245 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
17246 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
17247 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
17248 (init_tty): Use DEV_TTY instead of "/dev/tty".
17249 [WINDOWSNT]: No need to protect from NAME arg being null.
17250
172512007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17252
17253 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
17254 up the tty state.
17255
172562007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17257
17258 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
17259 (gpm_tty): Change its type.
17260 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
17261 (gpm_tty): Change its type and initialize it.
17262 (Fterm_open_connection): Check the frame is indeed a tty.
17263 Use the new gpm_tty.
17264 (Fterm_close_connection): Use the new gpm_tty.
17265 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
17266 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
17267
172682007-09-21 Juanma Barranquero <lekktu@gmail.com>
17269
17270 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
17271 underline_color, to draw strike-through.
17272
172732007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * lisp.h (allocate_terminal): Declare.
17276
17277 * window.c (candidate_window_p): Consider frames that are being placed
17278 by the user as somewhere between visible and iconified.
17279 (window_loop): Prefer windows on the current frame.
17280 (Fselect_window): Move the use of select-frame to the beginning so we
17281 can just delegate all the work (it'll call us back anyway).
17282
17283 * frame.c (Qdisplay_environment_variable):
17284 * frame.h (Qdisplay_environment_variable): Delete.
17285
17286 * .gdbinit (xbacktrace): Print the arg's address rather than the value
17287 of the first arg, since that value may be a union.
17288
17289 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
17290 parameter rather than Qdisplay_environment_variable. If all else
17291 fails, look for DISPLAY in initial-environment.
17292
172932007-09-21 Glenn Morris <rgm@gnu.org>
17294
17295 * Makefile.in (emacstool): Remove target.
17296 (lisp, shortlisp): Remove termdev.elc.
17297
172982007-09-21 Markus Triska <markus.triska@gmx.at>
17299
17300 * xterm.c (x_delete_display): Compile session management conditionally.
17301
173022007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17303
17304 * callproc.c (getenv_internal_1): New function.
17305 (getenv_internal): Use it.
17306 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
17307
17308 * terminal.c (get_terminal): Don't accept ints to represent terminals.
17309 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
17310 (Fset_terminal_parameter): Work with dead terminals as well.
17311 (Fmodify_terminal_parameters): Remove.
17312
17313 * terminal.c (get_terminal): Handle terminals.
17314 Make sure the terminal returned is live.
17315 (create_terminal): Use allocate_terminal.
17316 (mark_terminals): Move to alloc.c.
17317 (delete_terminal): Use terminal->name as liveness status.
17318 NULL out fields after freeing their contents.
17319 Don't deallocate the object.
17320 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
17321 rather than an int.
17322 (Fterminal_live_p): Accept non-integer arguments.
17323 (Fterminal_list): Return terminal objects rather than an ints.
17324
17325 * alloc.c (enum mem_type): New member for `terminal' objects.
17326 (allocate_terminal): New function.
17327 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
17328 Handle terminals.
17329 (mark_terminal): New fun.
17330 (mark_terminals): Move from terminal.c.
17331
17332 * term.c (get_tty_terminal): Don't treat output_initial specially.
17333 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
17334 (delete_tty): Use terminal->name as liveness status.
17335
17336 * termhooks.h (struct terminal): Make it into a pseudovector.
17337 Remove `deleted' replaced by checking `name's nullness.
17338
17339 * print.c (print_object): Handle terminals.
17340
17341 * lisp.h (enum pvec_type): New `terminal' pseudovector.
17342 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
17343
17344 * frame.c (make_terminal_frame):
17345 * keyboard.c (tty_read_avail_input):
17346 * w32term.c (x_delete_terminal):
17347 * xfns.c (Fx_create_frame, x_create_tip_frame):
17348 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
17349
173502007-09-20 Glenn Morris <rgm@gnu.org>
17351
17352 * process.c (Fmake_network_process): Doc fix.
17353
173542007-09-19 Jason Rumney <jasonr@gnu.org>
17355
17356 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
17357
173582007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17359
17360 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
17361 Fix a C warning regarding variable constness.
17362
17363 * xterm.c (handle_one_xevent): Fix a C warning.
17364
173652007-09-18 Jason Rumney <jasonr@gnu.org>
17366
17367 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
17368
173692007-09-17 Jan Djärv <jan.h.d@swipnet.se>
17370
17371 * gtkutil.c (gdpy_def): New variable.
17372 (xg_initialize): Initialize gdpy_def.
17373 (xg_display_close): If no other display exists, set gdpy_def to a
17374 new connection.
17375
173762007-09-16 Jan Djärv <jan.h.d@swipnet.se>
17377
17378 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
17379 when we have no file name for the icon.
17380 (xg_tool_bar_expose_callback): Remove.
17381 (xg_create_tool_bar): Don't connect expose signal to
17382 xg_tool_bar_expose_callback.
17383 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
17384
173852007-09-16 Andreas Schwab <schwab@suse.de>
17386
17387 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
17388 values instead of zapping them.
17389
173902007-09-14 Glenn Morris <rgm@gnu.org>
17391
17392 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
17393 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
17394 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
17395 scope and rename to omfib_buffer for clarity.
17396 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
17397
173982007-09-14 Kenichi Handa <handa@m17n.org>
17399
17400 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
17401
174022007-09-13 Jason Rumney <jasonr@gnu.org>
17403
17404 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
17405
17406 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
17407
17408 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
17409 (mac_term_init): Call here instead, passing rif.
17410
174112007-09-13 Glenn Morris <rgm@gnu.org>
17412
17413 * s/hpux.h: No longer define `static' as nothing.
17414
174152007-09-13 Johan Bockgård <bojohan@gnu.org>
17416
17417 * callint.c (Fcall_interactively): Remove unused var `fun'.
17418
174192007-09-12 Romain Francoise <romain@orebokech.com>
17420
17421 * window.c (prefer_window_split_horizontally, display_buffer):
17422 Revert 2007-09-08 change.
17423
174242007-09-12 Glenn Morris <rgm@gnu.org>
17425
17426 * alloca.c: Remove file.
17427 * Makefile.in (alloca): Do not undef.
17428 (allocaobj, alloca.o): Remove.
17429 (otherobj): Remove allocaobj.
17430 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
17431 * regex.c (C_ALLOCA): Remove all references and code that was only
17432 used when this was defined.
17433 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
17434 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
17435 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
17436
17437 * Makefile.in (SOURCES, unlock, relock): Delete.
17438
17439 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
17440 (menu_grab_callback): All uses changed.
17441
17442 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
17443 (x_reply_selection_request): All uses changed.
17444
174452007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17446
17447 * lread.c (load_warn_old_style_backquotes): Change message to look
17448 better when it appears in the middle of byte-compiler messages.
17449
174502007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
17451
17452 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
17453
17454 * xterm.c (x_create_terminal): Add comment.
17455
17456 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
17457
174582007-09-10 Richard Stallman <rms@gnu.org>
17459
17460 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
17461
174622007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17463
17464 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
17465 (DEFUN): Document `intspec', use it instead of `prompt'.
17466
17467 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
17468
17469 * data.c (Finteractive_form): If the interactive specification starts
17470 with a `(', use it as a Lisp form.
17471
17472 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
17473 name and file modes.
17474
17475 * callint.c (Fcall_interactively): Comment fixes.
17476
174772007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17478
17479 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
17480 and compiled functions.
17481
174822007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17483
17484 * window.c (prefer_window_split_horizontally): New variable.
17485 (display_buffer): Consider splitting window horizontally depending
17486 on prefer_window_split_horizontally.
17487
174882007-09-08 Eli Zaretskii <eliz@gnu.org>
17489
17490 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
17491
174922007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17493
17494 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
17495
17496 * frame.c (x_set_frame_parameters): Check number is positive before
17497 using XFASTINT.
17498
17499 * window.c (freeze_window_start): Don't presume selected_window holds
17500 a window object.
17501 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
17502
175032007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
17504
17505 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
17506
175072007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17508
17509 * window.c (Vsplit_window_preferred_function): New var.
17510 (Fdisplay_buffer): Use it.
17511 (syms_of_window): Export, and initialize it.
17512
175132007-09-06 Pixel <pixel@mandriva.com> (tiny change)
17514
17515 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
17516
175172007-09-06 Glenn Morris <rgm@gnu.org>
17518
17519 * gtkutil.c (menu_grab_callback) <cnt>:
17520 * xselect.c (x_reply_selection_request) <cnt>: Move static
17521 variable to file scope.
17522
175232007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17524
17525 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
17526 consistent values of selected_frame and selected_window.
17527
175282007-09-04 Jason Rumney <jasonr@gnu.org>
17529
17530 * w32console.c (initialize_w32_display): Zero unused hooks.
17531
175322007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17533
17534 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
17535 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
17536
175372007-09-04 Jason Rumney <jasonr@gnu.org>
17538
17539 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
17540 in w32console.c. Set up input. Remove XXX comments that have been
17541 confirmed as correct.
17542
17543 * s/ms-w32.h (MULTI_KBOARD): Define.
17544
17545 * w32console.c (one_and_only_w32cons): Remove.
17546 (initialize_w32_display): Take terminal argument.
17547
17548 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
17549 initialize_w32_display.
17550 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
17551
17552 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
17553
17554 * keyboard.c (discard_mouse_events): Discard it.
17555 (make_lispy_event): Translate it to a lisp event.
17556 (lispy_wheel_names): Add wheel-left and right events.
17557 (syms_of_keyboard): Enlarge wheel_syms.
17558
17559 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
17560 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
17561
17562 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
17563
17564 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
17565 from WM_MOUSEHWHEEL.
17566 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
17567
17568 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
17569 terminal.
17570
17571 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
17572 keyboard for the terminal.
17573
175742007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17575
17576 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
17577 (Vresume_tty_hook): Rename from Vresume_tty_functions.
17578 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
17579 and resume-tty-function to resume-tty-hook.
17580 (Fsuspend_tty, Fresume_tty): Use new names.
17581
175822007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17583
17584 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
17585 if it starts with "n:".
17586
175872007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17588
17589 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
17590
175912007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17592
17593 * frame.h:
17594 * frame.c (Qterm_environment_variable): Remove.
17595 (syms_of_frame): Don't init and staticpro it.
17596
17597 * callproc.c (getenv_internal): Remove special case for $TERM.
17598
17599 * callproc.c (Vinitial_environment): New variable.
17600 (set_initial_environment): Initialize it.
17601 (syms_of_callproc): Declare it.
17602 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
17603 TERM under which a process runs is never related to the TERM in which
17604 Emacs is running.
17605
176062007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17607
17608 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
17609 * s/darwin.h: ... do it here.
17610
176112007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17612
17613 * lisp.h (set_initial_environment): Rename from set_global_environment.
17614
17615 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
17616 removed by mistake on the multi-tty branch.
17617
17618 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
17619 (Fmodify_frame_parameters): Return a value.
17620
17621 * image.c (png_load): Comment-out var only used in commented-out code.
17622
17623 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
17624 before passing it to mark_object.
17625
17626 * xfaces.c (internal_resolve_face_name): Return a value.
17627 (internal_resolve_face_name, resolve_face_name_error): Comment out.
17628
17629 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
17630 (x_icon): Comment-out var only used in commented-out code.
17631
176322007-08-29 Romain Francoise <romain@orebokech.com>
17633
17634 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
17635 QUIT hasn't been provided.
17636
176372007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17638
17639 * callproc.c (child_setup, getenv_internal): Use the
17640 display-environment-variable and term-environment-variable frame params.
17641 (set_initial_environment): Initialise Vprocess_environment.
17642
17643 * config.in: Disable multi-keyboard support on a mac.
17644
17645 * frame.c (Qterm_environment_variable)
17646 (Qdisplay_environment_variable): New variables.
17647 (syms_of_frame): Intern and staticpro them.
17648 (Fmake_terminal_frame): Disable output method test.
17649
17650 * frame.h: Declare them here.
17651
17652 * macfns.c (x_set_mouse_color): Get rif from the frame.
17653 (x_set_tool_bar_lines): Don't use updating_frame.
17654 (mac_window): Add 2 new parameters for consistency with other systems.
17655 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
17656 frame parameters following what is done in X11 and w32. Don't use
17657 FRAME_MAC_DISPLAY_INFO.
17658 (Fx_open_connection, start_hourglass): Remove window-system check.
17659 (x_create_tip_frame): Get the keyboard from the terminal.
17660
17661 * macmenu.c: Reorder includes.
17662 (Fx_popup_menu): Use terminal specific mouse_position_hook.
17663
17664 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
17665 terminal parameter.
17666 (x_clear_frame): Add a frame parameter.
17667 (note_mouse_movement): Get rif from the frame.
17668 (mac_term_init): Initialize the terminal.
17669 (mac_initialize): Make static and move terminal initialization ...
17670 (mac_create_terminal): ... to this new function.
17671
17672 * macterm.h (struct mac_display_info): Add terminal.
17673 (mac_initialize): Delete declaration.
17674
17675 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
17676
17677 * sysdep.c: Comment out text after #endif.
17678
17679 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
17680 is defined. Better initialize ttys in windows. Use terminal
17681 specific mouse_position_hook.
17682
17683 * termhooks.h (union display_info): Add mac_display_info.
17684
17685 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
17686 Set the default minibuffer frame, window_system and the rest of the
17687 frame parameters following what is done in X11.
17688
17689 * w32term.c (w32_initialize): Make static.
17690
17691 * xselect.c (x_handle_selection_clear): Only access
17692 terminal->kboard when MULTI_KBOARD is defined.
17693
17694 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
17695 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
17696
176972007-08-29 Jason Rumney <jasonr@gnu.org>
17698
17699 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
17700 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
17701
17702 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
17703 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
17704
17705 * keyboard.c (restore_kboard_configuration): Only define when
17706 MULTI_KBOARD defined.
17707
17708 * makefile.w32-in: Update dependancies from Makefile.in.
17709 (OBJ1): Add terminal.$(O)
17710
17711 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
17712 Don't define function body.
17713 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
17714
17715 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
17716
17717 * w32.c (request_sigio, unrequest_sigio): Remove.
17718
17719 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
17720 (w32con_clear_frame, w32con_clear_end_of_line)
17721 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
17722 (w32con_delete_glyphs, w32con_set_terminal_window)
17723 (scroll_line, w32_sys_ring_bell): Add frame arg.
17724 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
17725 Add terminal arg.
17726 (PICK_FRAME): Remove.
17727 (w32con_write_glyphs): Use frame specific terminal coding.
17728 (one_and_only_w32cons): New global variable.
17729 (initialize_w32_display): Use it for storing hooks.
17730 (create_w32cons_output): New function.
17731
17732 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
17733 arg a frame.
17734
17735 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
17736 Set window_system.
17737 (x_set_tool_bar_lines): Don't use updating_frame.
17738 (Fx_create_frame): Set terminal and ref count.
17739 (Fx_open_connection): Remove window-system check.
17740
17741 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
17742
17743 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
17744 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
17745 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
17746 Add frame arg.
17747 (x_delete_terminal, w32_create_terminal): New functions.
17748 (w32_term_init): Create a terminal.
17749 (w32_initialize): Move terminal specific initialization to
17750 w32_create_terminal.
17751
17752 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
17753 (w32_clear_rect, w32_clear_area): Use background from frame.
17754 (w32_display_info): Add terminal.
17755 (w32_sys_ring_bell, x_delete_display): Declare here.
17756
17757 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
17758
17759 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
17760
177612007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
17762
17763 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
17764 Fix get_named_tty calls for the controlling tty.
17765
177662007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17767
17768 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
17769
177702007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
17771
17772 * term.c (tty_insert_glyphs): Add missing first parameter.
17773
177742007-08-29 Károly Lőrentey <karoly@lorentey.hu>
17775
17776 * buffer.c (Fbuffer_list, Fbury_buffer):
17777 Take frame->buried_buffer_list into account.
17778
17779 * cm.c (current_tty): New variable, for cmputc().
17780 (cmputc): Use it.
17781 (cmcheckmagic): Add tty parameter, look up terminal streams there.
17782 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
17783 (cmgoto): Add tty parameter. Pass it on to calccost().
17784 Use emacs_tputs() instead of tputs().
17785
17786 * cm.h (emacs_tputs): New macro to set current_tty, and then call
17787 tputs().
17788 (current_tty): New variable, for cmputc().
17789 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
17790
17791 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
17792 (internal_condition_case, internal_condition_case_1)
17793 (internal_condition_case_2): Don't abort when x_catching_errors.
17794
17795 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
17796 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
17797 prevent crashes caused by bogus longjmps in read_char.
17798
17799 * keymap.h (Fset_keymap_parent): Add EXFUN.
17800
17801 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
17802 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
17803 Remove redundant definition.
17804
17805 * macfns.c (x_set_mouse_color, x_make_gc):
17806 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17807
17808 * w32term.c (x_free_frame_resources):
17809 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17810 (w32_initialize): Use the accessor macros for terminal characteristics.
17811
17812 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
17813 Use the accessor macros for terminal characteristics.
17814 * msdos.c (internal_terminal_init): Use the accessor macros for
17815 terminal characteristics.
17816 (ScreenVisualBell, internal_terminal_init):
17817 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17818
17819 * termopts.h (no_redraw_on_reenter): Declare.
17820
17821 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
17822 (mark_terminals, mark_ttys): Declare.
17823 (Fgarbage_collect): Call them.
17824 (mark_object): Mark buried_buffer_list.
17825
17826 * prefix-args.c: Include stdlib.h for exit.
17827
17828 * syssignal.h: Add comment.
17829
17830 * indent.c: Include stdio.h.
17831
17832 * window.h (Vinitial_window_system): Declare.
17833 (Vwindow_system): Delete declaration.
17834
17835 * fontset.c (Finternal_char_font): Use FRAME_RIF.
17836
17837 * image.c (lookup_image): Don't initialize `c' until the xasserts
17838 have been run.
17839
17840 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
17841 FRAME_FOREGROUND_PIXEL.
17842
17843 * print.c (print_preprocess): Don't lose print_depth levels while
17844 iterating.
17845
17846 * widget.c (update_from_various_frame_slots):
17847 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17848
17849 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
17850 frames.
17851 (window_internal_height): Remove bogus make_number call.
17852 (init_window_once): Call make_terminal_frame with two zero parameters.
17853
17854 * fileio.c (Fread_file_name): Update comment.
17855
17856 * callint.c (Fcall_interactively):
17857 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
17858 Make sure it is correctly unwound.
17859
17860 * xsmfns.c (x_session_close): New function.
17861
17862 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
17863 Delete declarations.
17864
17865 * xterm.h: Remove declaration for x_fully_uncatch_errors.
17866 (x_output): Remove background_pixel and foreground_pixel fields.
17867 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
17868 (x_delete_device, x_session_close): Declare.
17869
17870 * lread.c: Include setjmp.h. Update declaration of `read_char'.
17871 (read_filtered_event): Call `read_char' with a local
17872 `wrong_kboard_jmpbuf'.
17873
17874 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
17875 Don't call single_kboard_state. Use FRAME_RIF.
17876
17877 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
17878 systems.
17879
17880 * lisp.h (set_process_environment): Rename to `set_global_environment'.
17881 (Fframe_with_environment, Fset_input_meta_mode)
17882 (Fset_quit_char): EXFUN.
17883 (x_create_device, tty_output, terminal, tty_display_info): Declare.
17884 (init_sys_modes, reset_sys_modes): Update prototypes.
17885 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
17886
17887 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
17888 Vlocal_key_translation_map, and Vkeyboard_translate_table.
17889 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
17890 Delete declarations.
17891 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
17892 (temporarily_switch_to_single_kboard, tty_read_avail_input):
17893 New declarations.
17894
17895 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
17896 already does that during init_display(). Call syms_of_keymap
17897 before syms_of_keyboard. Call `syms_of_terminal'.
17898 Call set_initial_environment, not set_process_environment.
17899 (shut_down_emacs): Call reset_all_sys_modes() instead of
17900 reset_sys_modes().
17901
17902 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
17903 (internal_resolve_face_name, resolve_face_name_error): New functions.
17904 (resolve_face_name): Protect against loops and errors thrown by Fget.
17905 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
17906 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
17907
17908 * scroll.c: Replace CURTTY() with local variables throughout the
17909 file (where applicable).
17910 (calculate_scrolling, calculate_direct_scrolling)
17911 (scrolling_1, scroll_cost): Use the accessor macros for terminal
17912 characteristics.
17913
17914 * keymap.c (Vfunction_key_map): Remove.
17915 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
17916 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
17917 (Vkey_translation_map): Remove.
17918 (syms_of_keymap): Remove DEFVAR for key-translation-map.
17919 (Fdescribe_buffer_bindings)
17920 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
17921 Update for terminal-local key-translation-map.
17922
17923 * Makefile.in (callproc.o): Update dependencies.
17924 (lisp, shortlisp): Add termdev.elc.
17925 (obj): Add terminal.o.
17926 (terminal.o): Add dependencies.
17927 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
17928 (data.o, fns.o): Add termhooks.h dependency.
17929 (SOME_MACHINE_LISP): Add dnd.elc.
17930 (minibuf.o): Fix typo.
17931 Update dependencies.
17932
17933 * data.c (do_symval_forwarding, store_symval_forwarding)
17934 (find_symbol_value): Use the selected frame's keyboard, not
17935 current_kboard.
17936
17937 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
17938 Vwindow_system.
17939
17940 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
17941 Fmenu_bar_open.
17942 (syms_of_xmenu): Update defsubr.
17943 (mouse_position_for_popup, Fx_popup_menu)
17944 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
17945 (set_frame_menubar, free_frame_menubar)
b97439ce 17946 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
17947 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
17948 an X frame.
17949
17950 * xselect.c (x_own_selection): Abort if not an X frame.
17951 (some_frame_on_display): Check if it is an X frame.
17952 (x_handle_selection_clear): Deal with MULTI_KBOARD.
17953
17954 * coding.c: Include frame.h and termhooks.h.
17955 (terminal_coding, keyboard_coding): Delete.
17956 (Fset_terminal_coding_system_internal)
17957 (Fset_keyboard_coding_system_internal)
17958 (Fkeyboard_coding_system)
17959 (Fterminal_coding_system): Add a terminal parameter.
17960 Get terminal_coding from the terminal.
17961 (init_coding_once): Don't call setup_coding_system here.
17962
17963 * dispextern.h (set_scroll_region, turn_off_insert)
17964 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
17965 (tty_clear_end_of_line, tty_setup_colors)
17966 (delete_tty, updating_frame)
17967 (produce_special_glyphs, produce_glyphs, write_glyphs)
17968 (insert_glyphs): Remove.
17969 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
17970 (tty_turn_off_highlight, get_tty_size): Add declaration.
17971 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
17972
17973 * frame.h (enum output_method): Add output_initial.
17974 (struct x_output): Delete.
17975 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
17976 Access foreground_pixel and background_pixel directly from the frame.
17977 (tty_display): Delete.
17978 (struct frame): Add buried_buffer_list, foreground_pixel,
17979 background_pixel and terminal. Delete kboard.
17980 (union output_data): Add tty.
17981 (FRAME_KBOARD): Get the kboard from the terminal.
17982 (FRAME_INITIAL_P): New macro.
17983 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
17984 (Qterm_environment_variable, Qdisplay_environment_variable)
17985 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
17986 New declarations.
17987
17988 * termchar.h (tty_output, tty_display_info): New structures.
17989 (tty_list): Declare.
17990 (FRAME_TTY, CURTTY): New macros.
17991 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
17992 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
17993 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
17994 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
17995
17996 * callproc.c: Include frame.h and termhooks.h, for terminal
17997 parameters.
17998 (add_env): New function.
17999 (child_setup): Use it.
18000 (child_setup, getenv_internal): Handle the new Vprocess_environment.
18001 (getenv_internal): Fix get_terminal_param call.
18002 (Fgetenv_internal, egetenv): Update doc.
18003 (syms_of_callproc): Initialize Vprocess_environment to nil.
18004 Register and initialize them. Remove obsolete defvars. Update doc
18005 strings.
18006 (child_setup): Handle Vlocal_environment_variables.
18007 (getenv_internal): Add terminal parameter.
18008 Handle Vlocal_environment_variables.
18009 (Fgetenv_internal): Add terminal parameter.
18010 (child_setup, getenv_internal, Fgetenv_internal): Store the local
18011 environment in a frame (not terminal) parameter. Update doc strings.
18012 (set_initial_environment): Rename from set_global_environment.
18013 Store Emacs environment in initial frame parameter.
18014
18015 * xdisp.c (redisplay_internal): Update references to
18016 `previous_terminal_frame'.
18017 (display_mode_line, Fformat_mode_line): Replace calls to
18018 `push_frame_kboard' with `push_kboard'.
18019 (get_glyph_string_clip_rects): Add extra parentheses and
18020 braces to prevent compiler warnings.
18021 (calc_pixel_width_or_height): Add xassert to check that the
18022 frame is alive. Don't call `lookup_image' on a termcap frame.
18023 (message2_nolog, message3_nolog, redisplay_internal)
18024 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
18025 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
18026 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
18027 (Fx_display_pixel_width, Fx_display_pixel_height)
18028 (Fx_display_planes, Fx_display_color_cells)
18029 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
18030 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
18031 (Fx_display_backing_store, Fx_display_visual_class)
18032 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
18033 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
18034
18035 * xfns.c (x_set_foreground_color x_set_background_color)
18036 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
18037 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
18038 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
18039 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
18040 terminal that is being deleted.
18041 (Fx_create_frame): Use `store_frame_param' to set `window-system'
18042 frame parameter, and make sure it overrides any user-supplied setting.
18043 (Fx_close_connection, Fx_synchronize): Unify argument names with
18044 the rest of the DEFUNs.
18045
18046 * dispnew.c (Fsend_string_to_terminal): Update call to
18047 `get_tty_terminal'.
18048 (Fredraw_frame, Fsend_string_to_terminal)
18049 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
18050 FRAME_TERMCAP_P and FRAME_TTY.
18051 (window_change_signal): Don't believe width/height values that are
18052 impossibly small.
18053 (Vinitial_window_system): Rename from Vwindow_system.
18054 (termscript, Wcm, rif): Delete.
18055
18056 * termhooks.h (struct terminal): New struct containing the
18057 previously global text display hooks and new members NAME,
18058 DELETED and PARAM_ALIST.
18059 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
18060 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
18061 (FRAME_RIF): New macros.
18062 (get_terminal_param, get_device): New declarations.
18063 (termscript): Delete declaration.
18064
18065 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
18066 (XTflash, x_free_frame_resources, x_scroll_bar_create)
18067 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
18068 FRAME_FOREGROUND_PIXEL.
18069 (x_fully_uncatch_errors): Disable definition.
18070 (x_scroll_bar_expose): Fix reference to foreground pixel.
18071 (XTread_socket): Disable loop on all X displays.
18072 (x_delete_terminal): Don't set terminal->deleted and let
18073 delete_terminal delete the frames on the terminal.
18074 (x_delete_display): Doc update to reflect changes in
18075 delete_terminal.
18076 (x_display_info) <terminal>: Move member earlier in the struct.
18077 (deleting_tty): Remove old variable.
18078 (Fsuspend_tty): Call clear_tty_hooks.
18079 (Fresume_tty, init_tty): Call set_tty_hooks.
18080 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
18081 errors on X frames.
18082 (x_catch_errors_unwind): Abort if x_error_message is NULL.
18083 (handle_one_xevent): Initialize `f' to NULL.
18084 (x_delete_terminal, x_create_terminal): New functions.
18085 (XTset_terminal_modes, XTreset_terminal_modes)
18086 (XTread_socket, x_connection_closed, x_term_init)
18087 (x_term_init, x_delete_display): Add terminal parameter.
18088 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
18089 X connections.
18090
18091 * frame.c: Include termchar.h.
18092 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
18093 (Qwindow_system, Qenvironment, Qterm_environment_variable)
18094 (Qdisplay_environment_variable): New vars.
18095 (Fframep): Deal with output_initial.
18096 (Fframe-live-p): Doc fix.
18097 (Fwindow-system): New function.
18098 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
18099 (make_terminal_frame): Don't create frames on a terminal that is
18100 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
18101 (store_frame_param): Check for found_for_frame before calling XFRAME.
18102 (Fmake_terminal_frame): Handle NULL tty names correctly.
18103 (syms_of_frame): Enhance doc string of `default-frame-alist'.
18104 (Fdelete_frame): Remove unused variable `count'. Don't allow other
18105 frames to refer to a deleted frame in their 'environment parameter.
18106 (Fframe_with_environment): New function.
18107 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
18108 (get_future_frame_param): New function.
18109 (Fmake_terminal_frame): Use it.
18110 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
18111
18112 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
18113 * sysdep.c (reset_sys_modes): Update for renames.
18114
18115 * keyboard.c (tty_read_avail_input): New function.
18116 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
18117 (syms_of_keyboard): Defsubr them.
18118 (Fset_input_meta_mode, Fset_quit_char): New functions.
18119 (Fset_input_mode): Split to above functions.
18120 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
18121 parameter. Use it in call to `read_char'.
18122 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
18123 Set wrong_kboard_jmpbuf correctly in recursive calls.
18124 Use current_kboard to access Vkeyboard_translate_table.
18125 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
18126 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
18127 Update longjmp invocations. Remember the original current_kboard,
18128 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
18129 changes it. Comment out unnecessary calls to
18130 `record_single_kboard_state' and `any_kboard_state'.
18131 Update recursive calls.
18132 (wrong_kboard_jmpbuf): Remove global variable.
18133 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
18134 Handle deleted interrupted_kboards correctly; that is a legal
18135 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
18136 and read_char calls. Abort if interrupted_kboard died in read_char.
18137 (any_kboard_state, single_kboard_state)
18138 (push_frame_kboard): Remove function.
18139 (pop_kboard): Switch out of single_kboard mode if the kboard has
18140 been deleted. Remove unused variable. Help debugging by not
18141 changing current_kboard unnecessarily. Set current_kboard to the
18142 kboard of the selected frame when the stored kboard object has
18143 been deleted before pop_kboard.
18144 (temporarily_switch_to_single_kboard): Change first parameter to a
18145 frame pointer. Throw an error when caller wants to change kboards
18146 while in single_kboard mode. Don't push_kboard if we weren't in
18147 single kboard state. Don't pop_kboard if we popped into any
18148 kboard state.
18149 (restore_kboard_configuration): Abort if pop_kboard changed the
18150 kboard in single_kboard mode. Call pop_kboard only after setting
18151 up single_kboard mode.
18152 (Frecursive_edit): Switch to single_kboard mode only in nested
18153 command loops.
18154 (cmd_error, command_loop, command_loop_1, timer_check):
18155 Comment out unnecessary call to `any_kboard_state' and
18156 `record_single_kboard_state'.
18157 (delete_kboard): Exit single_kboard mode if we have just deleted
18158 that kboard. Use FRAME_KBOARD.
18159 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
18160 `fatal_error_signal'.
18161 (record_single_kboard_state): Don't push_kboard if we weren't in
18162 single kboard state. Don't pop_kboard if we popped into any
18163 kboard state.
18164 (push_frame_kboard): Rename to push_kboard.
18165 (kbd_buffer_get_event): Use FRAME_TERMINAL.
18166 (read_avail_input): Read input from all terminals.
18167 (mark_kboards): Also mark Vkeyboard_translate_table.
18168 (kbd_buffer_store_event_hold): Simplify condition.
18169 (read_key_sequence): Reinitialize fkey and keytran at each replay.
18170 (Vkeyboard_translate_table): Move to struct kboard.
18171 (init_kboard): Initialize Vkeyboard_translate_table.
18172 (syms_of_keyboard): Use DEFVAR_KBOARD to define
18173 Vkeyboard_translate_table. Update doc strings. Update docs of
18174 local-function-key-map and function-key-map.
18175
18176 * terminal.c: New file.
18177
18178 * term.c: Include errno.h.
18179 (Vring_bell_function, device_list, initial_device)
18180 (next_device_id, ring_bell, update_begin, update_end)
18181 (set_terminal_window, cursor_to, raw_cursor_to)
18182 (clear_to_end, clear_frame, clear_end_of_line)
18183 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
18184 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
18185 (syms_of_term): Move their initialization to terminal.c.
18186 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
18187 (Ftty_display_color_cells)
18188 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
18189 (clear_tty_hooks, set_tty_hooks)
18190 (init_tty, maybe_fatal): New functions.
18191 (Ftty_type): Return nil if terminal is not on a tty instead of
18192 throwing an error. Doc update.
18193 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
18194 Doc update. Initialize new subrs and variables.
18195 (delete_tty): Use terminal->deleted.
18196 (tty_set_terminal_modes): Rename from set_terminal_modes.
18197 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
18198 (set_scroll_region): Rename to `tty_set_scroll_region'.
18199 (turn_on_insert): Rename to `tty_turn_on_insert'.
18200 (turn_off_insert): Rename to `tty_turn_off_insert'.
18201 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
18202 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
18203 (toggle_highligh): Rename to `tty_toggle_highlight'.
18204 (background_highlight): Rename to `tty_background_highlight'.
18205 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
18206 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
18207 (tty_set_scroll_region, tty_background_highlight)
18208 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
18209 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
18210 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
18211 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
18212 Add static modifier.
18213 (tty_reset_terminal_modes, tty_set_terminal_window)
18214 (tty_set_scroll_region, tty_background_highlight)
18215 (tty_highlight_if_desired, tty_cursor_to)
18216 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
18217 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
18218 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
18219 renames.
18220
182212007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18222
18223 * keyboard.c: Qrtl is new.
18224 (parse_tool_bar_item): Handle :rtl keyword.
18225 (syms_of_keyboard): Intern :rtl keyword.
18226
18227 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
18228
18229 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
18230 so no Lisp code is executed.
18231 (file_for_image, find_rtl_image): New functions.
18232 (xg_get_image_for_pixmap): Use file_for_image.
18233 (update_frame_tool_bar): If direction is RTL, use RTL image if
18234 defined. Use Gtk stock images if defined.
18235
182362007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18237
18238 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
18239 for nonexistent or zero-width glyph in composition glyph.
18240
182412007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
18242
18243 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
18244
18245 * xdisp.c (Finvisible_p): New function.
18246 (syms_of_xdisp): defsubr it.
18247
182482007-08-24 Juanma Barranquero <lekktu@gmail.com>
18249
18250 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
18251 Doc fixes.
18252
182532007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18254
18255 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
18256
182572007-08-24 Martin Rudalics <rudalics@gmx.at>
18258
18259 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
18260 whether decoding has modified buffer contents.
18261
182622007-08-24 Jason Rumney <jasonr@gnu.org>
18263
18264 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
18265 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
18266 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
18267 (init_svg_functions) [HAVE_NTGUI]: New function.
18268 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
18269 (svg_load_image): Use them.
18270 (svg_load_image) [HAVE_NTGUI]: Implement background.
18271
182722007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18273
18274 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
18275 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
18276 (LIBX): Remove @RSVG_LIBS@.
18277 (LIBES): Add $(RSVG_LIBS).
18278
18279 * image.c (svg_load_image): Blend with specified background if exists.
18280 Use IMAGE_BACKGROUND. Add Mac OS Support.
18281
18282 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
18283 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
18284 Remove macros.
18285 [MAC_OSX] (socket_callback): Do nothing.
18286 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
18287 ReceiveNextEvent.
18288 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
18289 socket_callback.
18290 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
18291
182922007-08-22 Glenn Morris <rgm@gnu.org>
18293
18294 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
18295
182962007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18297
18298 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
18299
18300 * image.c: Add support for SVG images. Some additional comments
18301 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
18302 (svg_image_p): New function to test for SVG image.
18303 (svg_load): New function to load SVG image.
18304 (svg_load_image): New function, helper for svg_load.
18305 (Qsvg): New Lisp_object.
18306 (svg_keyword_index): New enum.
18307 (svg_format): New static `image_keyword' struct.
18308 (svg_type): New static `image_type' struct.
18309 (librsvg/rsvg.h): Include it.
18310
183112007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18312
18313 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
18314
183152007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18316
18317 * lread.c (Qold_style_backquotes): New var.
18318 (syms_of_lread): Init and staticpro it.
18319 (load_warn_old_style_backquotes): New fun.
18320 (Fload): Use them to warn about old style backquotes.
18321 (end_of_file_error, Fload): Remove unused vars.
18322
18323 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
18324
18325 * lread.c (Vold_style_backquotes): New var.
18326 (syms_of_lread): Init and export it to Elisp.
18327 (read1): Set it when we find an old-style (back)quote.
18328
183292007-08-22 Jason Rumney <jasonr@gnu.org>
18330
18331 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
18332
183332007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18334
18335 * puresize.h (BASE_PURESIZE): Increase to 1140000.
18336
183372007-08-19 Richard Stallman <rms@gnu.org>
18338
18339 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
18340
183412007-08-19 Andreas Schwab <schwab@suse.de>
18342
18343 * alloc.c (pure): Round PURESIZE up.
18344
183452007-08-17 Jan Djärv <jan.h.d@swipnet.se>
18346
18347 * xterm.c (handle_one_xevent): Remove check that mouse click is in
18348 active frame.
18349
183502007-08-16 Richard Stallman <rms@gnu.org>
18351
18352 * eval.c (Fcommandp): Add parens to clarify.
18353
18354 * minibuf.c (Fall_completions): Use enum for type of table.
18355
18356 * emacs.c (USAGE2): Improve text.
18357
183582007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
18359
18360 * term.c (tty_default_color_capabilities): Declare static
18361 variables in file scope, to avoid HPUX compiler problem.
18362
183632007-08-13 Jan Djärv <jan.h.d@swipnet.se>
18364
18365 * gtkutil.c (update_frame_tool_bar): Use -1 as index
18366 to gtk_toolbar_insert.
18367
183682007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
18371
18372 * insdel.c (reset_var_on_error): New fun.
18373 (signal_before_change, signal_after_change):
18374 Use it to reset (after|before)-change-functions to nil in case of error.
18375 Bind inhibit-modification-hooks to t.
18376 Don't bind (after|before)-change-functions to nil while they run.
18377
183782007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18379
18380 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
18381 filling pixmap with stippled background.
18382
183832007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18384
18385 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
18386 Don't use invisible frame as parent window for repositioning.
18387
183882007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18389
18390 * print.c (new_backquote_output): Rename from old_backquote_output.
18391 (print): Inverse its logic (according to its name) so as to match the
18392 behavior of new_backquote_flag in lread.c.
18393
183942007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18395
18396 * gmalloc.c (posix_memalign): New function.
18397
18398 * macterm.c (frame_highlight, frame_unhighlight): Don't call
18399 ActivateControl/DeactivateControl here.
18400 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
18401 frame-notice-user-settings is non-nil.
18402 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
18403 for kEventParamFMFontStyle.
18404 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
18405 mac_pass_command_to_system and mac_pass_control_to_system here.
18406 (XTread_socket): Call ActivateControl/DeactivateControl here.
18407 (XTread_socket) [TARGET_API_MAC_CARBON]:
18408 Check mac_pass_command_to_system and mac_pass_control_to_system here.
18409 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
18410 for window repositioning.
18411
184122007-08-08 Glenn Morris <rgm@gnu.org>
18413
18414 * Replace `iff' in doc-strings and comments.
18415
184162007-08-07 Chong Yidong <cyd@stupidchicken.com>
18417
18418 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
18419
184202007-08-07 Martin Rudalics <rudalics@gmx.at>
18421
18422 * fileio.c (Finsert_file_contents): Run format-decode and
18423 after_insert_file_functions on entire buffer when REPLACE is
18424 non-nil and inhibit modification_hooks and point_motion_hooks.
18425 For consistency, run after_insert_file_functions iff something
18426 got inserted. Move signal_after_change and update_compositions
18427 after code running after_insert_file_functions. Make sure that
18428 undo_list doesn't record intermediate steps of the decoding process.
18429
184302007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18431
18432 * emacs.c (main)
18433 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
18434 Call malloc_enable_thread on interactive startup.
18435
18436 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
18437 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
18438 [USE_PTHREAD]: Conditionalize with it.
18439 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
18440 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
18441 New functions.
18442
184432007-08-06 Chong Yidong <cyd@stupidchicken.com>
18444
18445 * xdisp.c (redisplay_window): When restoring original buffer
18446 position, make sure it is still valid.
18447
18448 * image.c (png_load): Ignore png-supplied background color.
18449
184502007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18451
18452 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
18453 Use kCFAbsoluteTimeIntervalSince1970.
18454
18455 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
18456 New variable.
18457 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
18458 event loop should be quit.
18459 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
18460 Quit dialog event loop if quit_dialog_event_loop is set.
18461
18462 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
18463 (Selection): New typedef. Use instead of ScrapRef.
18464 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
18465 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
18466 (mac_clear_selection): Rename from clear_scrap.
18467 (get_flavor_type_from_symbol): New argument SEL and subsume function of
18468 scrap_has_target_type. All uses changed.
18469 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
18470 (mac_selection_has_target_p): New functions.
18471 (mac_put_selection_value): Rename from put_scrap_string.
18472 (mac_get_selection_value): Rename from get_scrap_string.
18473 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
18474 (put_scrap_private_timestamp, scrap_has_target_type)
18475 (get_scrap_private_timestamp): Remove functions.
18476 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
18477 (x_own_selection, x_get_local_selection):
18478 Use mac_valid_selection_value_p.
18479 (x_own_selection): Don't use put_scrap_private_timestamp.
18480 Record OWNERSHIP-INFO into Vselection_alist instead.
18481 (x_get_local_selection): Don't check type if request is local.
18482 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
18483 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
18484
184852007-08-04 Jan Djärv <jan.h.d@swipnet.se>
18486
18487 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
18488 add comment explaining why.
18489
184902007-08-03 Richard Stallman <rms@gnu.org>
18491
18492 * fileio.c (Fvisited_file_modtime): Use make_time.
18493
184942007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
18495
18496 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
18497 build.
18498
184992007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
18500
18501 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
18502
185032007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
18504
18505 * puresize.h (BASE_PURESIZE): Increase to 1130000.
18506
185072007-07-30 Richard Stallman <rms@gnu.org>
18508
18509 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
18510
185112007-07-29 Jan Djärv <jan.h.d@swipnet.se>
18512
18513 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
18514
185152007-07-28 Nick Roberts <nickrob@snap.net.nz>
18516
18517 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
18518 remote default-directory.
18519
18520 * buffer.c (mode-line-format): Update doc string.
18521
185222007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18523
18524 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
18525 scroll bar gap.
18526 (x_scroll_bar_create): Set bar->fringe_extended_p.
18527 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
18528 on frame edge. Check fringe background extension. Don't clear
18529 extended fringe background area.
18530
18531 * w32term.h (struct scroll_bar): New member fringe_extended_p.
18532 (w32_fill_area): Enclose multiple statements with do ... while (0).
18533
18534 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
18535 Extend fringe background to scroll bar gap.
18536 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
18537 Set bar->fringe_extended_p.
18538 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
18539 Put leftmost/rightmost scroll bars on frame edge. Check fringe
18540 background extension. Don't clear extended fringe background area.
18541
18542 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
18543 New member fringe_extended_p.
18544
185452007-07-25 Glenn Morris <rgm@gnu.org>
18546
18547 * Relicense all FSF files to GPLv3 or later.
18548
18549 * COPYING: Switch to GPLv3.
18550
185512007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
18552
18553 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
18554
18555 * data.c (Finteractive_form): Check for the presence of an
18556 `interactive-form' symbol property more thoroughly.
18557
18558 * data.c (Finteractive_form): Use an `interactive-form' property if
18559 present, analogous to the function-documentation property.
18560
185612007-07-24 Jason Rumney <jasonr@gnu.org>
18562
18563 * w32fns.c (x_real_positions): Get real position from OS instead of
18564 calculating it.
18565
185662007-07-23 Jason Rumney <jasonr@gnu.org>
18567
18568 * filelock.c (current_lock_owner): Allow for @ sign in username.
18569
185702007-07-22 Nick Roberts <nickrob@snap.net.nz>
18571
18572 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
18573 remote default-directory.
18574
18575 * buffer.c (mode-line-format): Describe above case in doc string.
18576
185772007-07-20 Eli Zaretskii <eliz@gnu.org>
18578
18579 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
18580 Define if not defined.
18581
185822007-07-18 Jason Rumney <jasonr@gnu.org>
18583
18584 * w32proc.c (w32_executable_type): Handle 64 bit executables.
18585
185862007-07-18 Richard Stallman <rms@gnu.org>
18587
18588 * data.c (Fsetq_default): Doc fix.
18589
18590 * eval.c (Fsetq): Doc fix.
18591
185922007-07-18 Juanma Barranquero <lekktu@gmail.com>
18593
18594 * coding.c (Ffind_operation_coding_system):
18595 * eval.c (For, Fand): Doc fixes.
18596 Reported by Johan Bockgård.
18597
185982007-07-18 Jan Djärv <jan.h.d@swipnet.se>
18599
18600 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
18601
18602 * xterm.h: Declare x_ewmh_activate_frame.
18603
18604 * xterm.c (x_ewmh_activate_frame): New function.
18605 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
18606
186072007-07-17 Martin Rudalics <rudalics@gmx.at>
18608
18609 * window.c (Fdisplay_buffer): If largest or LRU window is the
18610 only window, split it even if it is not eligible for splitting.
18611 This restores the original behavior broken by the 2007-07-15
18612 change.
18613
186142007-07-17 Glenn Morris <rgm@gnu.org>
18615
18616 * abbrev.c (abbrev_check_chars): New function.
18617 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
18618 Call abbrev_check_chars to check abbrev characters are word
18619 constituents. Doc fix.
18620
186212007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
18622
18623 * process.c (Fstart_process, Fmake_network_process)
18624 (read_process_output): Fix up last changes.
18625
186262007-07-16 Eli Zaretskii <eliz@gnu.org>
18627
18628 * makefile.w32-in (clean): Don't delete *~.
18629
186302007-07-16 Andreas Schwab <schwab@suse.de>
18631
18632 * window.c (Fdisplay_buffer): Use NILP.
18633 (Fset_window_scroll_bars): Likewise.
18634
186352007-07-15 Martin Rudalics <rudalics@gmx.at>
18636
18637 * window.c (window_min_size_2): New function.
18638 (window_min_size_1, size_window, Fdisplay_buffer)
18639 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
18640 windows without mode- or header-lines when window-min-height is
18641 too small.
18642 (size_window): Reset nodelete_p after testing it, following an
18643 earlier note by Kim F. Storm.
18644 (display_buffer): Do not set split_height_threshold to twice the
18645 value of window_min_height to avoid changing the value of a
18646 customizable variable. Rather explicitly check whether the
18647 height of the window that shall be splitted is at least as large
18648 as split_height_threshold.
18649 (Fwindow_full_width_p): New defun.
18650 (syms_of_window): Defsubr it.
18651
18652 * window.h: Add EXFUN for Fwindow_full_width_p.
18653
186542007-07-14 Jason Rumney <jasonr@gnu.org>
18655
18656 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
18657
186582007-07-14 Richard Stallman <rms@gnu.org>
18659
18660 * eval.c (maybe_call_debugger): New function.
18661 (find_handler_clause): Use maybe_call_debugger.
18662 Call it when the handler says `debug'.
18663 Eliminate DEBUGGER_VALUE_PTR.
18664 (Fsignal): Eliminate debugger_value.
18665 (Qdebug): New variable.
18666 (syms_of_eval): Initialize it.
18667
186682007-07-14 Juanma Barranquero <lekktu@gmail.com>
18669
18670 * eval.c (Fprogn):
18671 * keyboard.c (Ftrack_mouse):
18672 * print.c (Fwith_output_to_temp_buffer):
18673 * window.c (Fsave_window_excursion): Doc fix.
18674
186752007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18676
18677 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
18678
186792007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
18680
18681 * process.h (struct Lisp_Process): Turn slots infd, outfd,
18682 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
18683 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
18684 read_output_delay, and read_output_skip from Lisp_Objects to ints.
18685 Remove unused encoding_carryover.
18686 * process.c: Adjust all functions accordingly.
18687
186882007-07-12 Richard Stallman <rms@gnu.org>
18689
18690 * term.c: Include unistd.h only if HAVE_UNISTD_H.
18691
186922007-07-11 Jason Rumney <jasonr@gnu.org>
18693
18694 * makefile.w32-in (LIBS): Include OLE32.
18695
18696 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
18697 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
18698
186992007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
18700
18701 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
18702 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
18703 from a Lisp_Object into a bare pointer.
18704 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
18705 Adjust the code correspondingly.
18706
18707 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
18708
18709 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
18710 (term_show_mouse_face): Remove unused var `j'.
18711 (handle_one_term_event): Remove unused vars `i' and `j'.
18712 Don't cast return value of ttyname since it's not necessary.
18713
187142007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
18717 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
18718
18719 * fns.c (map_char_table): Use an array of int for `indices' rather than
18720 an array of Lisp_Objects (which are only ever integers anyway).
18721 (Fmap_char_table): Update caller.
18722 * lisp.h: Update prototype.
18723 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
18724 * fontset.c (Ffontset_info):
18725 * casetab.c (set_case_table): Update callers.
18726
18727 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
18728
18729 * keymap.c (struct accessible_keymaps_data)
18730 (struct where_is_internal_data): New structures.
18731 (accessible_keymaps_1, where_is_internal_1): Use them to change
18732 interface to adhere to the one used by map_keymap.
18733 (Faccessible_keymaps, where_is_internal): Use map_keymap.
18734 (accessible_keymaps_char_table, where_is_internal_2): Remove.
18735
18736 * keymap.h (map_keymap_function_t): More informative prototype.
18737
187382007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
18739
18740 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
18741 (looking_at_1): Don't change search_regs and last_thing_searched
18742 if `inhibit-changing-match-data' is non-nil.
18743 (string_match_1, search_buffer, set_search_regs): Likewise.
18744 (syms_of_search): Add Lisp level definition for
18745 `inhibit-changing-match-data' and set it to nil.
18746 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
18747 start and end of the match, instead of using values in search_regs.
18748
187492007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18750
18751 * minibuf.c (Fcompleting_read): New value `confirm-only'
18752 for `require-match'.
18753
187542007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
18757 part of the 2007-06-27 change to syms_of_fileio.
18758
187592007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18760
18761 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
18762 Check WINDOWP before using XWINDOW. Consolidate return statements.
18763
187642007-06-27 Richard Stallman <rms@gnu.org>
18765
18766 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
18767
187682007-06-27 Juanma Barranquero <lekktu@gmail.com>
18769
18770 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
18771
187722007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18773
18774 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
18775 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
18776 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
18777 (_free_internal, memalign): Use them.
18778 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
18779 Initialize to PTHREAD_MUTEX_INITIALIZER.
18780 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
18781 (morecore_nolock): Rename from morecore. All uses changed.
18782 Use only nolock versions of internal allocation functions.
18783 (_malloc_internal_nolock, _realloc_internal_nolock)
18784 (_free_internal_nolock): New functions created from
18785 _malloc_internal, _realloc_internal, and _free_internal.
18786 (_malloc_internal, _realloc_internal, _free_internal): Use them.
18787 Copy hook value to automatic variable before its use.
18788 (memalign): Copy hook value to automatic variable before its use.
18789
187902007-06-26 Kenichi Handa <handa@m17n.org>
18791
18792 * coding.c (Ffind_operation_coding_system): Docstring improved.
18793 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
18794
187952007-06-25 David Kastrup <dak@gnu.org>
18796
18797 * keymap.c (Fcurrent_active_maps): Add `position' argument.
18798 (Fwhere_is_internal): Adjust call to `current-active-maps' to
18799 cater for additional parameter.
18800
18801 * keymap.h: Adjust number of parameters to `current-active-maps'.
18802
18803 * doc.c (Fsubstitute_command_keys): Adjust call of
18804 `current-active-maps'.
18805
188062007-06-25 David Kastrup <dak@gnu.org>
18807
18808 * callint.c (Fcall_interactively): Make the parsing of interactive
18809 specs somewhat more readable.
18810
188112007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18812
18813 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
18814 to scroll bar gap also when bitmap fills fringe. Draw only foreground
18815 if extended background has already been filled.
18816
188172007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18818
18819 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
18820 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
18821
18822 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
18823 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
18824 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
18825 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
18826 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
18827 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
18828 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
18829 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
18830 Run timers during dialog popup.
18831 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
18832
188332007-06-21 Jason Rumney <jasonr@gnu.org>
18834
18835 * image.c (convert_mono_to_color_image): Swap fore and background.
18836
188372007-06-20 Jason Rumney <jasonr@gnu.org>
18838
18839 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
18840 (w32_free_bdf_font): Unmap memory not handle.
18841
188422007-06-20 Sam Steingold <sds@gnu.org>
18843
18844 * gmalloc.c (__morecore): Fix the declaration to comply with the
18845 definition.
18846
188472007-06-20 Juanma Barranquero <lekktu@gmail.com>
18848
18849 * w32term.c (w32_delete_display): Remove leftover declaration.
18850 (w32_define_cursor, w32_initialize): Make static.
18851
18852 * w32.c (_wsa_errlist): Fix typo in error message.
18853 (init_environment): Ignore any environment variable from the
18854 registry having a null value.
18855
188562007-06-20 Glenn Morris <rgm@gnu.org>
18857
18858 * Makefile.in (LIBGIF): Default to -lgif.
18859
188602007-06-17 Jason Rumney <jasonr@gnu.org>
18861
18862 * w32menu.c (add_menu_item): Don't use multibyte string functions on
18863 unicode strings.
18864
188652007-06-16 Juanma Barranquero <lekktu@gmail.com>
18866
18867 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
18868 Fix typo in docstring.
18869
188702007-06-16 Eli Zaretskii <eliz@gnu.org>
18871
18872 * w32menu.c (add_menu_item): Escape `&' characters in menu items
18873 and their keybindings.
18874
188752007-06-15 Chong Yidong <cyd@stupidchicken.com>
18876
18877 * composite.c (update_compositions): Fix last fix.
18878
188792007-06-14 Jason Rumney <jasonr@gnu.org>
18880
18881 * w32.c (get_process_times_fn): New function pointer.
18882 (globals_of_w32): Intialize it if present in kernel32.dll.
18883 (w32_get_internal_run_time): New function.
18884
18885 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
18886
188872007-06-14 Kenichi Handa <handa@etlken.m17n.org>
18888
18889 * composite.c (update_compositions): Check the validness of
18890 compositions.
18891
188922007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18893
18894 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
18895 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
18896
18897 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
18898 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
18899
18900 * macgui.h (USE_MAC_TOOLBAR): New define.
18901
18902 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
18903 Return immediately unless popup is activated.
18904
18905 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
18906 background to scroll bar gap.
18907 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
18908 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
18909 scroll bars on frame edge. Check fringe background extension.
18910 Don't clear extended fringe background area.
18911 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
18912 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
18913 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
18914 [USE_MAC_TOOLBAR]: New macros.
18915 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
18916 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
18917 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
18918 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
18919 [USE_MAC_TOOLBAR]: New functions.
18920 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
18921 manually if previous repositioning has failed.
18922 (mac_handle_keyboard_event): Use precomputed event kind.
18923 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
18924 as tool bar item click. Handle mouse movement over tool bar items.
18925
18926 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
18927 toolbar_win_gravity.
18928 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
18929 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
18930 Add externs.
18931
18932 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
18933 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
18934
189352007-06-14 Chong Yidong <cyd@stupidchicken.com>
18936
18937 * image.c (search_image_cache): Remove unused variable.
18938
189392007-06-13 Chong Yidong <cyd@stupidchicken.com>
18940
18941 * xfns.c, xmenu.c: Link to xaw3d if available.
18942
189432007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18944
18945 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
18946 frame_foreground and frame_background.
18947
18948 * image.c (lookup_image): Save frame foreground and background colors.
18949 (search_image_cache): Check if saved and current frame colors match.
18950
189512007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * regex.c (regex_compile): Remove the `regnum' counter.
18954 Use bufp->re_nsub instead. Add support for \(?N:RE\).
18955
189562007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18957
18958 * term.c: Include intervals.h to declare Fget_text_property.
18959
189602007-06-10 Jason Rumney <jasonr@gnu.org>
18961
18962 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
18963
189642007-06-08 Juanma Barranquero <lekktu@gmail.com>
18965
18966 * callint.c (Fcall_interactively):
18967 * editfns.c (Fdelete_and_extract_region):
18968 * fileio.c (Fread_file_name):
18969 * fns.c (Fmapconcat):
18970 * keyboard.c (cmd_error_internal):
18971 * keymap.c (Fkey_description):
18972 * lread.c (openp):
18973 * minibuf.c (read_minibuf):
18974 * search.c (wordify):
18975 * sunfns.c (sel_read):
18976 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
18977 * xfns.c (x_default_scroll_bar_color_parameter):
18978 * xmenu.c (menu_help_callback):
18979 * xselect.c (Fx_get_atom_name):
18980 * xterm.c (x_term_init): Use empty_unibyte_string.
18981
189822007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
18983
18984 * alloc.c (init_strings): Initialize canonical empty strings.
18985 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
18986 canonical empty string when the requested size is 0.
18987
18988 * emacs.c (empty_unibyte_string): Rename from empty_string.
18989 (empty_multibyte_string): New canonical empty string.
18990 (syms_of_emacs): Don't initialize empty_string.
18991
18992 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
18993 string, if appropriate.
18994 (empty_unibyte_string, empty_multibyte_string): New externs.
18995 (empty_string): Remove extern.
18996
18997 * lread.c (syms_of_lread): Use empty_unibyte_string.
18998
189992007-06-07 Jason Rumney <jasonr@gnu.org>
19000
19001 * s/ms-w32.h: Don't define HAVE_TZNAME.
19002
19003 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
19004
190052007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19006
19007 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
19008
19009 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
19010 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
19011
19012 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
19013 Don't call next handler.
19014 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
19015 Remove argument. Install handler to application.
19016 (set_frame_menubar): Don't change deep_p.
19017 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
19018 FRAME_OUTER_TO_INNER_DIFF_Y.
19019 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
19020 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
19021 [HAVE_DIALOGS]: New macros.
19022 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
19023 Use them.
19024 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
19025
19026 * macselect.c [MAC_OSX] (install_service_handler): Rename from
19027 init_service_handler. All callers changed. Return OSStatus value.
19028
19029 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
19030 All callers changed so as not to call SetPortWindowPort.
19031 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
19032 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
19033 mac_draw_string_common.
19034 (mac_draw_image_string_qd): Likewise.
19035 (mac_draw_string_common): Use them. Add INLINE.
19036 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
19037 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
19038 GetGlobalMouse.
19039 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
19040 and FRAME_OUTER_TO_INNER_DIFF_Y.
19041 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
19042 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
19043 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
19044 repositioning window to mac_handle_window_event.
19045 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
19046 saving window location to mac_handle_window_event
19047 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
19048 (install_menu_target_item_handler): Remove argument in extern.
19049 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
19050 Also accept command events.
19051 (do_keystroke): New function created from XTread_socket.
19052 (init_command_handler): Remove functions.
19053 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
19054 and save window location by kEventWindowShowing and kEventWindowHiding
19055 handlers here. Don't call next handler for window state change and
19056 focus events.
19057 (mac_handle_application_event, mac_handle_keyboard_event)
19058 [TARGET_API_MAC_CARBON]: New functions.
19059 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
19060 kEventWindowShowing and kEventWindowHiding events. Move installation
19061 of mouse, font, text input and menu target item handlers to
19062 install_application_handler.
19063 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
19064 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
19065 New function.
19066 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
19067 Register it.
19068 (XTread_socket) [TARGET_API_MAC_CARBON]:
19069 Consolidate SendEventToEventTarget calls.
19070 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
19071 Move application activation handler to mac_handle_application_event.
19072 Move keyboard handler to mac_handle_keyboard_event.
19073 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
19074 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
19075 init_command_handler. Call install_application_handler.
19076
19077 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
19078 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
19079
190802007-06-07 Glenn Morris <rgm@gnu.org>
19081
19082 * emacs.c (main): Use `emacs-copyright' in --version output.
19083
190842007-06-06 Chong Yidong <cyd@stupidchicken.com>
19085
19086 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
19087
190882007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19089
19090 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
19091
19092 * macgui.h: Replace WindowPtr with WindowRef.
19093
19094 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
19095 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
19096 Replace ControlHandle with ControlRef.
19097 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
19098
19099 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
19100 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
19101 Replace ControlHandle with ControlRef.
19102 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
19103 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
19104
19105 * macterm.h (struct scroll_bar): Rename member control_handle_low
19106 and control_handle_high to control_ref_low and control_ref_high.
19107 All uses changed.
19108 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
19109 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
19110 respectively. All uses changed.
19111 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
19112 (install_window_handler, remove_window_handler): Replace WindowPtr
19113 with WindowRef in externs.
19114
191152007-06-05 Juanma Barranquero <lekktu@gmail.com>
19116
19117 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
19118
191192007-06-03 Nick Roberts <nickrob@snap.net.nz>
19120
19121 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
19122
19123 * frame.c (Fmouse_position, Fmouse_pixel_position):
19124 Condition on HAVE_GPM too.
19125
19126 * term.c (term_mouse_highlight): Remove unused variables.
19127 (Fterm_open_connection): Set gpm_zerobased to 1.
19128 (term_mouse_movement, term_mouse_click, handle_one_term_event):
19129 Use zero based co-ordinates.
19130 (handle_one_term_event): Report a drag as mouse movement too.
19131
19132 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
19133
191342007-06-03 Chong Yidong <cyd@stupidchicken.com>
19135
19136 * image.c (search_image_cache): New function. Require background
19137 color match if background color is unspecified in the image spec.
19138 (uncache_image, lookup_image): Use it.
19139
191402007-06-01 Juanma Barranquero <lekktu@gmail.com>
19141
19142 * window.c (Fshrink_window): Reflow docstring.
19143
191442007-06-02 Chong Yidong <cyd@stupidchicken.com>
19145
19146 * Version 22.1 released.
19147
191482007-06-01 Richard Stallman <rms@gnu.org>
19149
19150 * xfns.c (x_encode_text): Add GCPRO.
19151
191522007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19153
19154 * xfns.c (x_set_name_internal): Save encoded name before
19155 x_encode_text in case string data is relocated.
19156
191572007-05-31 Richard Stallman <rms@gnu.org>
19158
19159 * buffer.c (syms_of_buffer): Doc fix.
19160
191612007-05-30 Nick Roberts <nickrob@snap.net.nz>
19162
19163 * sysdep.c (init_sys_modes): Add rather than replace with
19164 O_NONBLOCK.
19165
19166 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
19167 term_mouse_moveto.
19168
19169 * termhooks.h (term_mouse_moveto): New extern.
19170
19171 * term.c (mouse_face_window): Rename...
19172 (Qmouse_face_window): ...to this.
19173 (term_show_mouse_face, term_clear_mouse_face)
19174 (term_mouse_highlight): Use Qmouse_face_window.
19175 (term_mouse_moveto): New function.
19176 (term_mouse_position): Make it work.
19177 (syms_of_term): Uncomment assignment to mouse_position_hook.
19178 Staticpro Qmouse_face_window.
19179
191802007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19181
19182 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
19183 around current_column call.
19184
191852007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
19186
19187 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
19188 * xdisp.c (next_element_from_buffer):
19189 * window.c (delete_window):
19190 * term.c (term_mouse_highlight):
19191 * msdos.c (getdefdir):
19192 * macterm.c (mac_create_bitmap_from_bitmap_data)
19193 (init_font_name_table):
19194 * fns.c (Fsxhash):
19195 * data.c (Fmake_local_variable):
19196 * ccl.c (ccl_driver): Likewise.
19197
191982007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19199
19200 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
19201 Call mac_wakeup_from_rne on window size change.
19202
192032007-05-25 Chong Yidong <cyd@stupidchicken.com>
19204
19205 * image.c (uncache_image): Fix typo.
19206
192072007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
19208
19209 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
19210
192112007-05-22 Richard Stallman <rms@gnu.org>
19212
19213 * xterm.c (x_connection_closed): Remove NO_RETURN.
19214
192152007-05-22 Martin Rudalics <rudalics@gmx.at>
19216
19217 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
19218
192192007-05-21 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * image.c (uncache_image): New function.
19222 (Fimage_refresh): New function.
19223
192242007-05-20 Jan Djärv <jan.h.d@swipnet.se>
19225
19226 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
19227
192282007-05-20 Nick Roberts <nickrob@snap.net.nz>
19229
19230 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
19231 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
19232
192332007-05-20 Nick Roberts <nickrob@snap.net.nz>
19234
19235 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
19236 conditional on [HAVE_GPM_H].
19237
192382007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
19239
19240 * syntax.c (skip_chars): Update syntax-table only after we checked that
19241 the new location is valid.
19242
192432007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19244
19245 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
19246 mac_get_window_bounds.
19247
192482007-05-20 Nick Roberts <nickrob@snap.net.nz>
19249
19250 * Makefile.in (LIBGPM): Allow it to be set from configure.
19251 If set then link Emacs with it.
19252
19253 * config.in: Regenerate.
19254
19255 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
19256 New externs.
19257
19258 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
19259 Include gpm.h.
19260 (handle_one_term_event, term_gpm): New externs.
19261
19262 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
19263 and allow it to be interrupted by SIGIO.
19264
19265 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
19266 (wait_reading_process_output): Wait on gpm_fd too.
19267 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
19268 (add_gpm_wait_descriptor_called_flag): New variable.
19269 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
19270
19271 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
19272 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
19273 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
19274 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
19275 (make_lispy_event): Add case GPM_CLICK_EVENT.
19276 (read_avail_input): Handle mouse input.
19277
19278 * term.c (write_glyphs_with_face): New function.
19279 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
19280 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
19281 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
19282 (mouse_face_face_id, term_gpm, pos_x, pos_y)
19283 (last_mouse_x, last_mouse_y): New variables.
19284 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
19285 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
19286 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
19287 (Fterm_close_connection): New functions.
19288 (term_init): Initialise mouse_face_window.
19289
192902007-05-19 Chong Yidong <cyd@stupidchicken.com>
19291
19292 * xdisp.c (redisplay_window): If first window line is a
19293 continuation line, recompute the new window start instead of
19294 recentering.
19295
192962007-05-18 Glenn Morris <rgm@gnu.org>
19297
19298 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
19299 Suggested by Alfred M. Szmidt <ams@gnu.org>.
19300
193012007-05-17 Glenn Morris <rgm@gnu.org>
19302
19303 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
19304
193052007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19306
19307 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
19308 dead key repeat and up events.
19309
193102007-05-14 Chong Yidong <cyd@stupidchicken.com>
19311
19312 * image.c (pbm_load): Check image size for monochrome pbm.
19313
193142007-05-13 Chong Yidong <cyd@stupidchicken.com>
19315
19316 * xterm.c (XTread_socket): Revert last change.
19317
193182007-05-12 Chong Yidong <cyd@stupidchicken.com>
19319
19320 * image.c (pbm_load): Correctly check image size for greyscale pbm.
19321
19322 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
19323
193242007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
19327 mixup (YAILOM).
19328
193292007-05-07 Andreas Schwab <schwab@suse.de>
19330
19331 * keymap.c (Flookup_key): Fix typo in last change.
19332
193332007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19334
19335 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
19336 mapping for unibyte strings.
19337
193382007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19339
19340 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
19341 (Fx_popup_dialog) [MAC_OSX]: Likewise.
19342
193432007-04-29 Richard Stallman <rms@gnu.org>
19344
19345 * insdel.c (replace_range): For undo, record insertion first.
19346
193472007-04-29 Andreas Schwab <schwab@suse.de>
19348
19349 * lisp.h (VECSIZE): Use OFFSETOF.
19350
193512007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19352
19353 * xdisp.c (try_window_reusing_current_matrix): Fix number of
19354 disabled lines.
19355
193562007-04-28 Richard Stallman <rms@gnu.org>
19357
19358 * lread.c (read_escape): In a string, \s is always space.
19359
193602007-04-27 Jan Djärv <jan.h.d@swipnet.se>
19361
19362 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
19363
19364 * gtkutil.c (xg_update_menubar, create_menus): Create empty
19365 submenu for menu bar items.
19366
19367See ChangeLog.10 for earlier changes.
19368
19369;; Local Variables:
19370;; coding: utf-8
19371;; add-log-time-zone-rule: t
aac0c6e3
MR
19372;; End:
19373
76b6f707 19374 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
aac0c6e3
MR
19375
19376 This file is part of GNU Emacs.
19377
19378 GNU Emacs is free software: you can redistribute it and/or modify
19379 it under the terms of the GNU General Public License as published by
19380 the Free Software Foundation, either version 3 of the License, or
19381 (at your option) any later version.
19382
19383 GNU Emacs is distributed in the hope that it will be useful,
19384 but WITHOUT ANY WARRANTY; without even the implied warranty of
19385 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19386 GNU General Public License for more details.
19387
19388 You should have received a copy of the GNU General Public License
19389 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19390
19391;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40