*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
1 2009-07-10 Kenichi Handa <handa@m17n.org>
2
3 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
4
5 2009-07-09 Eli Zaretskii <eliz@gnu.org>
6
7 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc
8 fix.
9
10 * w32.c (stat): Treat UNC file names as residing on remote
11 drives. (Bug#3542)
12
13 2009-07-09 Kenichi Handa <handa@m17n.org>
14
15 * fontset.c (fontset_find_font): Fix previous change.
16
17 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
18
19 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
20 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
21 error flag.
22
23 2009-07-08 Kenichi Handa <handa@m17n.org>
24
25 * fontset.c (fontset_find_font): Fix the logic of handling
26 charset_matched.
27 (font_for_char): Delete unused var.
28 (generate_ascii_font_name): Delete it.
29
30 * coding.h (JIS_TO_SJIS2): Fix the code range check.
31
32 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
33 (encode_coding_sjis): Fix the code range check.
34
35 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
36
37 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
38 (Fexpand_file_name): Copy string data properly (Bug#3772).
39
40 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
41
42 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
43 first MapNotify.
44
45 2009-07-07 Kenichi Handa <handa@m17n.org>
46
47 * character.h (unibyte_has_multibyte_table): Delete extern.
48 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
49
50 * charset.c (Fset_charset_priority): Update charset_unibyte.
51 (syms_of_charset): Initialize charset_unibyte.
52
53 * character.c (unibyte_has_multibyte_table): Delete it.
54 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
55 charset_unibyte.
56 (multibyte_char_to_unibyte_safe): Likewise.
57 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
58
59 * xdisp.c (get_next_display_element): Decode it->c by
60 charset_unibyte.
61 (x_produce_glyphs): Likewise.
62
63 * .gdbinit (xcharset): Fix the treating $arg0.
64
65 2009-07-04 Eli Zaretskii <eliz@gnu.org>
66
67 Emulation of `getloadavg' on MS-Windows.
68 * w32.c: Include float.h
69 (g_b_init_get_native_system_info, g_b_init_get_system_times)
70 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
71 (get_native_system_info, get_system_times): New functions.
72 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
73 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
74 (globals_of_w32): Initialize g_b_init_get_native_system_info,
75 g_b_init_get_system_times, and num_of_processors.
76
77 2009-07-03 Jason Rumney <jasonr@gnu.org>
78
79 * w32term.c (w32_initialize): Use standard types.
80
81 2009-07-03 Eli Zaretskii <eliz@gnu.org>
82
83 * dired.c (Ffile_attributes): Decode user and group names by the
84 locale's encoding. (Bug#3443)
85
86 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
87
88 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
89 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
90
91 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
92
93 * term.c (init_tty): Remove spurious #ifdef.
94
95 * m/mips.h: Mention this file is also used for netbsd.
96 * m/pmax.h: Remove file.
97
98 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
99
100 * xterm.h (struct x_display_info): Add invisible_cursor.
101 (struct x_output): Add current_cursor.
102
103 * xterm.c (XTtoggle_invisible_pointer): New function.
104 (x_define_frame_cursor): Don't define cursor if invisible or the
105 same as before. Set current_cursor.
106 (x_create_terminal): Set toggle_invisible_pointer_hook.
107
108 * xfns.c (make_invisible_cursor): New function.
109 (x_set_mouse_color): Call make_invisible_cursor.
110 Set current_cursor.
111 (x_window): Set current_cursor.
112
113 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
114
115 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
116 inserting a character.
117 (read_avail_input): Call frame_make_pointer_visible.
118
119 * frame.c (Vmake_pointer_invisible): New variable.
120 (frame_make_pointer_invisible, frame_make_pointer_visible): New
121 functions.
122 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
123
124 * frame.h: Declare frame_make_pointer_invisible and
125 frame_make_pointer_visible.
126 (struct frame): Add pointer_invisible.
127
128 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
129
130 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
131 frame isn't visible.
132 (xg_frame_resized): If width/height is -1, get size of window
133 from X server.
134
135 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
136 for MapNotify.
137
138 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
139 here or call change_frame_size. Just call flush_and_sync.
140 (flush_and_sync): Reintroduced.
141
142 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
143
144 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky
145
146 * xterm.c (x_handle_net_wm_state): Also look for sticky.
147 (x_term_init): Initialize Xatom_net_wm_state_sticky.
148
149 * frame.h: Declare Qsticky.
150
151 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
152
153 * nsfns.m (ns_frame_parm_handlers): Ditto.
154
155 * frame.c: Declare Qsticky.
156 (frame_parms): Add sticky.
157
158 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
159
160 * xterm.h: Declare x_set_sticky.
161
162 * xterm.c (x_set_sticky): New function.
163
164 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
165 (xg_tool_bar_menu_proxy): Attach enter/leave events to
166 xg_tool_bar_proxy_help_callback.
167
168 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
169
170 * frame.c: Qmaximized is new.
171 (x_set_frame_parameters): Do not handle fullscreen specially.
172 Only set width and height if explicitly set.
173 (x_set_fullscreen): Handle Qmaximized.
174 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
175 (syms_of_frame): Initialize Qmaximized.
176
177 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. Declare
178 Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
179
180 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
181 for Expose event. Add call to x_check_fullscreen for MapNotify event.
182 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
183 set gravity to NorthWestGravity when USE_GTK.
184 (set_wm_state): New function.
185 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
186 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
187 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
188 or the case when no window manager is running. That means remove calls
189 to x_real_positions and x_fullscreen_adjust.
190
191 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
192 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
193 flush_and_sync.
194 (xg_height_changed): New function.
195 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
196 and gtk_window_set_policy. Set frame gravity after parsing the geometry
197 string.
198 (xg_update_frame_menubar, free_frame_menubar)
199 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
200 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
201 Remove calls to xg_frame_set_char_size.
202
203 2009-07-01 Kenichi Handa <handa@m17n.org>
204
205 * keyboard.c (decode_keyboard_code): New function.
206 (tty_read_avail_input): Decode the input bytes if necessary.
207
208 * coding.c (setup_coding_system): Initialize
209 coding->carryover_bytes to 0.
210 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
211 use Qno_conversion.
212
213 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
214
215 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
216
217 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
218
219 * xftfont.c (xftfont_open): Avoid passing NULL argument to
220 XftLockFace.
221
222 2009-06-30 Jason Rumney <jasonr@gnu.org>
223
224 * w32term.c (w32_initialize): Use GetModuleHandle for library that
225 is already loaded.
226 Set user model ID if supported (bug#1849).
227
228 2009-06-29 Jim Meyering <meyering@redhat.com>
229
230 Remove useless if-before-xfree test.
231 * nsfont.m (nsfont_close): Remove useless test.
232 * term.c (delete_tty): Likewise.
233 * w32.c (system_process_attributes): Likewise.
234 * w32font.c (w32font_close): Likewise.
235 * xfaces.c (x_free_gc): Likewise.
236 * xselect.c (buffer): Likewise.
237
238 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
239
240 * process.c (send_process): Keep decoded string in a local
241 variable and protect it from GC. (Bug#3521)
242
243 2009-06-28 Eli Zaretskii <eliz@gnu.org>
244
245 * term.c (create_tty_output) [MSDOS]: #ifdef away.
246 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
247
248 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
249
250 * xdisp.c (start_display, handle_face_prop)
251 (move_it_vertically_backward, cursor_row_fully_visible_p)
252 (redisplay_window, try_window_id, produce_image_glyph): Delete
253 some #ifdef-ed out code chunks that are now obsolete.
254
255 * xterm.c (x_update_window_begin, x_new_focus_frame)
256 (x_scroll_bar_handle_click, handle_one_xevent)
257 (handle_one_xevent, XTread_socket, x_focus_on_frame)
258 (x_make_frame_visible, x_make_frame_invisible)
259 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
260 code chunks that are now obsolete.
261
262 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
263
264 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
265 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
266 for hours, when optimzation is enabled.
267 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
268 (xd_read_message): Make them static.
269
270 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
271
272 * term.c (turn_on_face): Allow simultaneously bold and dim
273 terminal faces (Bug#3530).
274
275 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
276
277 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
278
279 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
280 truncation glyphs (Bug#3686).
281
282 2009-06-27 Glenn Morris <rgm@gnu.org>
283
284 * m/pmax.h: Restore file, with only netbsd portions.
285
286 2009-06-26 David Reitter <david.reitter@gmail.com>
287
288 * nsterm.m (keydown): Avoid infinite loop.
289
290 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
291
292 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
293 the arg FORCE_SYMBOL.
294
295 2009-06-25 Kenichi Handa <handa@m17n.org>
296
297 * fontset.c (fontset_find_font): When a usable rfont_def is found
298 in a fallback font-group, make it the first element of the group.
299
300 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
301
302 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
303
304 2009-06-24 Kenichi Handa <handa@m17n.org>
305
306 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
307 set for C.
308 (fontset_font): Record the availability of a font for C both in
309 the realized fontsets of the current one and the default one.
310
311 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
312
313 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
314 conditional, it is always defined on AIX.
315
316 2009-06-23 Miles Bader <miles@gnu.org>
317
318 * window.c (Vrecenter_redisplay): New variable.
319 (syms_of_window): Initialize it.
320 (Qtty): New extern declaration.
321 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
322
323 2009-06-23 Jim Meyering <meyering@redhat.com>
324
325 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
326 xmalloc and xrealloc (not malloc and realloc), so subsequent heap
327 pointer dereferences are guaranteed to be valid.
328
329 2009-06-23 Kenichi Handa <handa@m17n.org>
330
331 * emacs.c (main): Call init_font ().
332
333 * font.h (Vfont_log): Extern it.
334 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
335
336 * font.c (font_sort_entities, font_list_entities)
337 (font_matching_entity, font_open_entity)
338 (font_close_object): Change font_add_log to FONT_ADD_LOG.
339 (Vfont_log): Delete static.
340 (font_log_env_checked): Delete this variable.
341 (font_add_log): Don't check font_log_env_checked.
342 (font_deferred_log): Check Vfont_log.
343 (init_font): New function.
344
345 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
346
347 * w32font.c: Change font_add_log to FONT_ADD_LOG.
348
349 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
350
351 * xfont.c: Change font_add_log to FONT_ADD_LOG.
352
353 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
354 (face_for_char): Don't call font_deferred_log here.
355 (font_for_char): Likewise.
356
357 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
358
359 * w32term.c (x_draw_glyph_string): Use the glyph string's width
360 rather than its background_width for drawing the overline and
361 underline (Bug#489).
362
363 * xterm.c (x_draw_glyph_string): Use the glyph string's width
364 rather than its background_width for drawing the overline and
365 underline (Bug#489).
366 (xg_default_icon_file): New variable.
367 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
368 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
369
370 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
371 (load_overlay_strings): Remove externs.
372 (fast_find_position): Function deleted.
373 (mouse_face_from_buffer_pos): New function, based on
374 fast_find_position. Correctly handle before-strings,
375 display-strings, and after-strings (Bug#1220).
376 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
377
378 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
379
380 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
381 !HAVE_WINDOW_SYSTEM.
382 (move_it_in_display_line_to, move_it_in_display_line_to)
383 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
384
385 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
386
387 * Branch for 23.1.
388
389 2009-06-21 Jason Rumney <jasonr@gnu.org>
390
391 * w32term.c (keyboard_codepage): New static variable.
392 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
393 (w32_read_socket) [WM_CHAR]: Use it to decode character
394 input (bug#3237).
395 (w32_initialize): Initialize it.
396 (codepage_for_locale): New function.
397
398 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
399
400 * process.c (status_message): Pass Faset index argument as a lisp
401 object, so as to work with USE_LISP_UNION_TYPE.
402
403 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
404
405 * coding.c (Ffind_coding_systems_region_internal):
406 Cache checked characters.
407
408 2009-06-18 Kenichi Handa <handa@m17n.org>
409
410 * coding.c (decode_coding_iso_2022): Check MSB of bytes more
411 rigidly.
412
413 2009-06-18 Andreas Schwab <aschwab@redhat.com>
414
415 * xdisp.c (redisplay_internal): Check that the frame is still
416 live after redisplay of its windows.
417 (redisplay_windows): Check that the window is still live.
418
419 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
420
421 * coding.c (detect_coding_utf_16): Fix previous change.
422
423 2009-06-16 Kenichi Handa <handa@m17n.org>
424
425 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
426 UTF-16 by checking the dispersion of Eth and Oth bytes.
427
428 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
429
430 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
431
432 2009-06-15 Kenichi Handa <handa@m17n.org>
433
434 * process.c (status_message): Fix previous change. Be sure to
435 decode a localized string.
436
437 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
438
439 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
440 add comment explaining why.
441
442 2009-06-14 Sidney Markowitz <sidney@sidney.com>
443
444 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
445
446 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
447
448 * nsfont.m (ns_attribute_value): Remove.
449 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
450 (ns_has_attribute): Shrink the normal range.
451 (ns_findfonts): Don't worry about requested spec in determining
452 need for synthItal.
453 (ns_get_covering_families): Retain scriptToFamilies.
454
455 2009-06-14 Seiji Zenitani <zenitani@mac.com>
456
457 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
458
459 2009-06-11 Kenichi Handa <handa@m17n.org>
460
461 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
462 overhang for the static composition case.
463
464 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
465
466 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
467 overhang for the automatic composition case.
468
469 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
470 composition case.
471
472 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
473
474 * xdisp.c (get_next_display_element): When handling wrap-prefix
475 and line-prefix, treat \n as a control character (bug#3502).
476
477 2009-06-10 Kenichi Handa <handa@m17n.org>
478
479 * font.c (font_parse_family_registry): Fix for one-char foundry.
480 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
481
482 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
483
484 * process.c (status_message): Fix handling of multibyte signal
485 string (Bug#3499).
486
487 2009-06-09 Jim Meyering <meyering@redhat.com>
488
489 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
490 color name is missing.
491
492 2009-06-09 Kenichi Handa <handa@m17n.org>
493
494 * charset.c (Fmap_charset_chars): In docstring, state clearly that
495 FROM-CODE and TO-CODE are codepoints of CHARSET.
496
497 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
498
499 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
500
501 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
502
503 Changes to support :script/:lang/:otf in NS font driver.
504 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
505 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
506 indicate not part of font driver interface, and change callers.
507 (ns_get_family): Remove pointless null check.
508 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
509 ns_spec_to_descriptor, ns_descriptor_to_entity.
510 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
511 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
512 (ns_spec_to_descriptor, ns_descriptor_to_entity)
513 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
514 (ns_get_req_script, ns_accumulate_script_ranges)
515 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
516 New functions.
517 (nsfont_list, nsfont_match): Use ns_findfonts.
518 (nsfont_open): Use font descriptor instead of traits.
519 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
520 (dump_glyphstring): Rename to ns_dump_glyphstring.
521
522 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
523
524 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
525
526 * fontset.c (fontset_from_font): Remove NS-specific code.
527
528 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
529
530 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
531 nonactive windows.
532
533 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
534
535 * nsterm.m (ns_init_paths): Append path separator to INFOPATH
536 variable.
537
538 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
539
540 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
541
542 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
543
544 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
545 account for the overflowing of newlines into the last glyph on the
546 display line (Bug#3482).
547
548 2009-06-05 David Reitter <david.reitter@gmail.com>
549
550 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
551 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
552 Fns_selection_exists_p, Fns_selection_owner_p.
553
554 2009-06-03 Jason Rumney <jasonr@gnu.org>
555
556 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
557 available. (Bug#3379)
558
559 2009-05-29 Kenichi Handa <handa@m17n.org>
560
561 * coding.c (get_translation_table): Check
562 Venable_character_translation.
563
564 2009-05-26 David Reitter <david.reitter@gmail.com>
565
566 * nsterm.m (ns_raise_frame): Only raise frame if visible.
567 (x_make_frame_visible): Move frame to front rather than calling
568 ns_raise_frame().
569 (keyDown:): Do not swallow events that aren't re-sent if frame
570 isn't key window.
571 (drawRect:): Do not set visibility/iconified flags because
572 drawRect may be called by NSView even if the frame is hidden.
573
574 * nsfns.m (Fx_create_frame): Follow other ports in
575 determining visibility; default to t. Ensure async_visible is set.
576
577 2009-05-23 Eli Zaretskii <eliz@gnu.org>
578
579 * dired.c (Ffile_attributes): Doc fix.
580
581 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
582
583 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
584
585 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
588 and xfont_scratch_props.
589 (syms_of_xfont): Do it here instead.
590 (xfont_find_ccl_program): Delete, unused.
591 (xfont_open): Delete unused var `i'.
592
593 2009-05-21 Kenichi Handa <handa@m17n.org>
594
595 * fontset.c (Qlatin): Don't make it static.
596
597 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
598 New functions.
599 (xfont_scripts_cache, xfont_scratch_props): New variables.
600 (Qlatin, Vscalable_fonts_allowed): Extern it.
601 (xfont_list_pattern): Argument changed. Callers changed.
602 Check Vscalable_fonts_allowed. Check the support of a script.
603 (xfont_list): Don't reject a font spec with :script property.
604 (xfont_has_char): Fix setting of encoding.
605 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
606 xfont_scratch_props.
607
608 2009-05-19 Kenichi Handa <handa@m17n.org>
609
610 * font.c (font_sort_entities): Rename from font_sort_entites.
611 Callers changed.
612
613 2009-05-18 Kenichi Handa <handa@m17n.org>
614
615 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
616
617 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
620 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
621
622 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
623
624 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
625 (x_delete_terminal): Dissociate resource database from display and
626 then call XrmDestroyDatabase before closing display.
627
628 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
629
630 * nsterm.m (ns_read_socket): Remove unused variable.
631 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
632 whether selected frame is viable before raising it (based on patch
633 by David Reitter), and improve commentary.
634 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
635
636 2009-05-15 Kenichi Handa <handa@m17n.org>
637
638 * font.c (Ffont_spec): Check arguments.
639
640 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
641
642 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
643 weight when testing attributes (Bug#3282).
644
645 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
646
647 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
648 what we expect to get in the next ConfigureNotify event.
649
650 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
651 before Xft one (Bug#1696).
652
653 2009-05-07 David Reitter <david.reitter@gmail.com>
654
655 * nsfns.m (Fx_display_planes): Compute bitplanes using
656 NSBitsPerPixelFromDepth (Bug#3207).
657
658 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
659
660 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
661
662 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
663
664 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
665
666 2009-05-07 David Reitter <david.reitter@gmail.com>
667
668 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
669 Respect mouse face background.
670
671 2009-05-07 David Reitter <david.reitter@gmail.com>
672
673 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
674 Mouse movement/highlight: bracket drawing operations
675 in ns_update_begin and ns_update_end.
676
677 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * nsfns.m (ns_get_screen): Rewrite.
680 Don't presume selected-frame is of type `ns'.
681
682 * font.c (font_update_drivers): Sanity fallback to avoid disabling
683 all drivers.
684
685 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
686
687 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
688
689 * keyboard.h (add_user_signal): Fix typo in extern.
690
691 * lisp.h (add_user_signal): Remove extern.
692
693 * unexelf.c (unexec): Consider a section to precede the .bss section
694 if its addresses overlap that of .bss.
695 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
696 instead of dumping process.
697
698 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
701
702 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
705
706 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
707
708 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
709 any statements.
710
711 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
712
713 * process.c (read_process_output): Make sure the current buffer is
714 always restored.
715
716 * coding.c (record_conversion_result): Don't modify
717 Vlast_code_conversion_error for successful result.
718 (alloc_destination): Don't clobber conversion result. (Bug#1650)
719
720 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
721
722 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
723 (load_charset_map): Remove unnecessary code.
724
725 2009-04-30 David Reitter <david.reitter@gmail.com>
726
727 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
728 through f24.
729
730 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
731
732 * xfaces.c (face_at_buffer_position): New arg base_face_id.
733
734 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
735 face_at_buffer_position.
736 (face_before_or_after_it_pos, get_next_display_element)
737 (note_mouse_highlight): Update face_at_buffer_position call.
738
739 * term.c (term_mouse_highlight):
740 * msdos.c (IT_note_mouse_highlight):
741 * fontset.c (Finternal_char_font):
742 * font.c (font_at, font_range): Update face_at_buffer_position call.
743
744 * dispextern.h (face_at_buffer_position): Update prototype.
745
746 2009-04-30 Kenichi Handa <handa@m17n.org>
747
748 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
749
750 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
751
752 * callproc.c (Fcall_process): Fix GC protection. Make sure
753 current buffer is always restored.
754
755 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
756
757 * atimer.c (init_atimer): Also clear stopped_atimers.
758
759 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
760
761 * process.c (create_process): Clean up merger residues of
762 2008-07-17 change.
763
764 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
765
766 * lread.c (Vread_circle): New variable.
767 (read1): Disable recursive read if Vread_circle is nil.
768
769 2009-04-29 Kenichi Handa <handa@m17n.org>
770
771 * fontset.h (set_default_ascii_font): Delete extern.
772
773 * fontset.c (set_default_ascii_font): Delete this unused function.
774
775 * frame.c (x_set_font): When ARG is a font-object, check if the
776 font-object matches with the ASCII font-spec of the frame's
777 fontset. If not, create a new fontset for the frame. (Bug #3075)
778
779 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
780
781 * fns.c (Flocale_info): Protect vector from GC during decoding.
782
783 * process.c (Fstart_process): Protect argv strings from GC during
784 encoding.
785
786 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
787
788 * sysdep.c: Include <ctype.h>.
789
790 2009-04-27 David Reitter <david.reitter@gmail.com>
791
792 * nsfont.m (nsfont_open): Remove unused variable shrink.
793 Remove commented-out code.
794
795 2009-04-26 Johan Bockgård <bojohan@gnu.org>
796
797 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
798
799 2009-04-25 Jason Rumney <jasonr@gnu.org>
800
801 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
802
803 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
804
805 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
806 Swap bytes in short integer if fringe bitmap width > 8.
807
808 2009-04-23 Kenichi Handa <handa@m17n.org>
809
810 * xfaces.c (Fx_list_fonts): If a font size is specified in
811 PATTERN, set it in returned scalable fonts.
812
813 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
814
815 * keyboard.c (Fset_input_meta_mode): Doc fix.
816
817 * dispnew.c (Fsend_string_to_terminal): Doc fix.
818
819 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
820 fixes.
821
822 * coding.c (Fterminal_coding_system): Doc fix.
823
824 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
825 (Fx_display_pixel_height, Fx_display_planes)
826 (Fx_display_color_cells, Fx_server_max_request_size)
827 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
828 (Fx_display_mm_height, Fx_display_mm_width)
829 (Fx_display_backing_store, Fx_display_visual_class)
830 (Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
831 fixes, replacing "terminal id" with "terminal object".
832 (check_x_display_info): Handle terminal objects instead of
833 terminal ids.
834
835 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
836 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
837 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions): Doc
838 fixes, replacing "terminal id" with "terminal object".
839
840 2009-04-21 Kenichi Handa <handa@m17n.org>
841
842 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
843 (font_score): Check AVGWIDTH too.
844
845 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
846 worst case.
847 (decode_coding_emacs_mule, decode_coding_iso_2022)
848 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
849 Likewise.
850
851 2009-04-19 Jason Rumney <jasonr@gnu.org>
852
853 The following changes fix Bug#3005 for wide glyphs on each platform,
854 without reintroducing Bug#1258 for stretch glyphs.
855
856 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
857 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
858 get_phys_cursor_geometry.
859
860 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
861 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
862 using get_phys_cursor_geometry.
863
864 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
865 correctly calculated.
866
867 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
868
869 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use
870 G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
871 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
872 is deprecated.
873
874 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
875
876 * font.c (font_put_frame_data): Use xfree instead of free.
877
878 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
879
880 * w32font.c (Qja, Qko): Remove declarations.
881 (syms_of_w32font): Don't DEFSYM them.
882
883 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
884
885 * font.c (Qja, Qko): Move definitions here from ftfont.c.
886
887 * font.h (Qja, Qko): Extern them.
888
889 * ftfont.c (Qja, Qko): Remove declarations.
890
891 * xfont.c (Qja, Qko): Remove declarations.
892
893 2009-04-17 Kenichi Handa <handa@m17n.org>
894
895 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
896 string from a vector to handle Latin-1 characters correctly.
897
898 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
899 entity even if the cache hits.
900
901 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
902
903 * search.c (boyer_moore): Use zero as marker value for a possible
904 match instead of depending on overflow behavior. (Bug#2844)
905
906 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
907 * lisp.h: Adjust prototypes.
908
909 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
910
911 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
912 change (Bug#3003).
913
914 2009-04-16 Kenichi Handa <handa@m17n.org>
915
916 * xfont.c (xfont_has_char): Special handling of `ja' and `ko'
917 adstyle.
918
919 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
920 adstyle.
921
922 * ftfont.c (Qja, Qko): Don't make them static.
923 (enum ftfont_cache_for): New enum.
924 (fc_charset_table): Undo the previous change.
925 (ftfont_get_latin1_charset): Delete it.
926 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache. Set
927 FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
928 non-scarable font, try to get AVERAGE_WIDTH.
929 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
930 Change ft_face_cache from a list of a hash-table. Don't check
931 `ja' and `ko' adstyle here.
932 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
933 FTFONT_CACHE_FOR_CHARET.
934 (ftfont_get_charset): Undo the previous change.
935 (ftfont_open): Call ftfont_lookup_cache with
936 FTFONT_CACHE_FOR_FACE.
937 (ftfont_close): Likewise.
938 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
939
940 * font.c (font_sort_entites): Change the meaning of the arg
941 BEST-ONLY. Don't optimize for VEC of lenght 1.
942 (font_select_entity): Just return the value of font_sort_entites.
943
944 * xfaces.c (merge_face_vectors): Reflect font properties in
945 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
946 font_clear_prop if a face attribute doesn't change.
947
948 * charset.h (charset_ksc5601): Extern it.
949
950 * charset.c (charset_ksc5601): New variable.
951 (Fdefine_charset_internal): Set charset_ksc5601.
952 (init_charset_once): Initialize charset_ksc5601 to -1.
953
954 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * fileio.c (history_delete_duplicates): Remove unused declaration.
957
958 * callint.c (history_delete_duplicates): New declaration.
959 (Fcall_interactively): Remove command history duplicates when
960 history_delete_duplicates is true.
961
962 2009-04-14 Eli Zaretskii <eliz@gnu.org>
963
964 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
965
966 2009-04-14 Kenichi Handa <handa@m17n.org>
967
968 * font.c (Ffont_info): Fix docstring. Fix the second element of
969 the returned value (bug#2949).
970
971 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
972
973 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
974
975 2009-04-14 Kenichi Handa <handa@m17n.org>
976
977 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
978 encoding charset is ascii_compatible.
979
980 * charset.c (Fdefine_charset_internal): Make charset
981 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
982 code_offset is 0, and covers all ASCII characters.
983
984 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
987 (ns_string_to_pasteboard_internal):
988 * nsmenu.m (process_dialog):
989 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
990 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
991 * lisp.h (Fx_load_color_file): Declare.
992
993 2009-04-13 Kenichi Handa <handa@m17n.org>
994
995 * font.c (font_delete_unmatched): Preserve the order of list
996 elements.
997 (font_select_entity): Suppress the code to optimize for the same
998 kind of fonts.
999 (font_load_for_lface): Get a font that supports at least ASCII
1000 characters.
1001
1002 * ftfont.c (Qja, Qko): New variables.
1003 (fc_charset_table): Delete uniquifier data for iso8859-1.
1004 (ftfont_get_latin1_charset): New function.
1005 (get_adstyle_property): New function.
1006 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
1007 bitmap fonts.
1008 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
1009 Delete iso-8859-1 range from the charset of fonts whose adstyle is
1010 `ko' or `ja'.
1011 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1012 (ftfont_get_charset): For iso8859-1, call
1013 ftfont_get_latin1_charset.
1014 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
1015 property.
1016 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
1017 (syms_of_ftfont): DEFSYM Qja and Qko.
1018
1019 2009-04-09 Kenichi Handa <handa@m17n.org>
1020
1021 * charset.c (map_charset_chars): For a charset of `superset'
1022 method, fix calculation of code range.
1023
1024 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
1025 from the list of extra properties.
1026 (font_clear_prop): Be sure to delete `:name' font property.
1027
1028 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1029
1030 * dispnew.c (redraw_overlapping_rows): Fix detection of
1031 overlapping for topmost and bottommost rows.
1032
1033 * ftfont.c (ftfont_text_extents): Fix calculation of
1034 metrics->descent.
1035
1036 2009-04-06 Jason Rumney <jasonr@gnu.org>
1037
1038 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
1039
1040 2009-04-06 Kenichi Handa <handa@m17n.org>
1041
1042 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
1043
1044 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
1045
1046 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1047
1048 * ftfont.c (ftfont_open): Fix checking of the return value of
1049 FT_Load_Char. Fix setting font->underline_thickness.
1050
1051 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
1054 (Fterminal_parameters, Fterminal_parameter)
1055 (Fset_terminal_parameter): In doc string, refer to terminal
1056 objects rather than terminal ids.
1057
1058 2009-04-04 Eli Zaretskii <eliz@gnu.org>
1059
1060 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
1061 ret_lim_data. (Bug#2867)
1062
1063 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
1064
1065 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
1066 so they don't get wider than the window, matching 2006-01-23
1067 change to the partner function in xdisp.c (Bug#2800).
1068
1069 2009-04-03 Kenichi Handa <handa@m17n.org>
1070
1071 * print.c (print_object): Make each lowest sub_char_table start a
1072 new line (Bug#2866).
1073
1074 2009-04-02 Kenichi Handa <handa@m17n.org>
1075
1076 * fontset.c (fontset_font): Record no-font when a fontset
1077 explicitly tells not to try another font-specs.
1078
1079 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
1080
1081 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
1082
1083 2009-03-30 Kenichi Handa <handa@m17n.org>
1084
1085 * fontset.c (fontset_from_font): Specify only registry in a
1086 font-spec for all characters supported by that registry.
1087
1088 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
1089 even if HAVE_M17N_FLT is not defined.
1090
1091 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
1092
1093 * ftfont.c: Conditionalize prototyping and use of
1094 ftfont_variation_glyphs.
1095
1096 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * frame.c (delete_frame): Work around compiler bug.
1099
1100 * editfns.c (general_insert_function): Adjust to insdel.c changes.
1101 * insdel.c (prepare_to_modify_buffer, signal_before_change):
1102 Some more EMACS_INT.
1103 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
1104
1105 * xdisp.c (dump_glyph): Fix typo.
1106
1107 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
1108 (adjust_markers_gap_motion, adjust_markers_for_delete)
1109 (adjust_markers_for_insert, adjust_point)
1110 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
1111 (make_gap, copy_text, count_size_as_multibyte, insert)
1112 (insert_and_inherit, insert_before_markers)
1113 (insert_before_markers_and_inherit, insert_1)
1114 (count_combining_before, count_combining_after, insert_1_both)
1115 (insert_from_string, insert_from_string_before_markers)
1116 (insert_from_string_1, insert_from_gap, insert_from_buffer)
1117 (insert_from_buffer_1, adjust_after_replace)
1118 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
1119 (replace_range_2, del_range, del_range_1, del_range_byte)
1120 (del_range_both, del_range_2, modify_region)
1121 (prepare_to_modify_buffer, signal_before_change)
1122 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
1123 for buffer positions and sizes.
1124 * lisp.h: Adjust prototypes accordingly.
1125
1126 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
1127 (non_regular_inserted, non_regular_nbytes, read_non_regular)
1128 (Finsert_file_contents): Use EMACS_INT for buffer positions.
1129
1130 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
1131
1132 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
1133
1134 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
1135 lines and columns so we keep the same pixel height and width.
1136
1137 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
1138 the property _NET_WM_STATE has changed.
1139 (x_handle_net_wm_state): New function to update frame parameter
1140 fullscreen.
1141 (x_term_init): Initialize atoms for _NET_WM_STATE.
1142
1143 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
1144
1145 2009-03-27 Kevin Ryde <user42@zip.com.au>
1146
1147 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
1148 Gpm_GetEvent as an error that justifies closing the filedescriptor.
1149 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
1150 (Fgpm_mouse_stop): Pass that new parameter.
1151 * termhooks.h (close_gpm): Adjust prototype.
1152
1153 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * lisp.h (Fx_focus_frame): Declare.
1156
1157 * callint.c (Fcall_interactively): For '^' just delegate the work to
1158 handle-shift-selection.
1159 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
1160
1161 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
1164
1165 * data.c (Qinteractive_form): New variable.
1166 (Finteractive_form): Use it.
1167
1168 * eval.c (Fcommandp): Use Qinteractive_form.
1169
1170 2009-03-24 Jason Rumney <jasonr@gnu.org>
1171
1172 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
1173 Calculate total size precisely. Decode environment variables
1174 before substituting. (Bug#38)
1175
1176 2009-03-24 Kenichi Handa <handa@m17n.org>
1177
1178 * font.c (find_font_encoding): Return Qnil for unsupported
1179 encoding (Bug#2722).
1180
1181 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
1182
1183 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
1184 that gdpy is set.
1185
1186 2009-03-22 Alan Mackenzie <acm@muc.de>
1187
1188 * callint.c (Finteractive): Clarify the doc string - even
1189 promptless elements need \n separators.
1190
1191 2009-03-22 Jason Rumney <jasonr@gnu.org>
1192
1193 * w32term.c (syms_of_w32term): Doc fix for
1194 x-use-underline-position-properties.
1195
1196 2009-03-21 Eli Zaretskii <eliz@gnu.org>
1197
1198 * w32.c (getpwuid): Change argument type to unsigned.
1199 (struct w32_id): Change type of `rid' member to unsigned.
1200 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
1201 argument ID to unsigned. All callers changed.
1202 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
1203
1204 2009-03-20 Eli Zaretskii <eliz@gnu.org>
1205
1206 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
1207 negative, produce a float value.
1208
1209 * dired.c (make_uid, make_gid): New functions.
1210 (Ffile_attributes): Use them to avoid negative UID and GID.
1211
1212 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
1213
1214 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
1215 (syms_of_keyboard) <command-hook-internal, input-method-function>:
1216 Fix typos in docstrings.
1217
1218 2009-03-19 Kenichi Handa <handa@m17n.org>
1219
1220 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
1221 changed, use font_load_for_lface to get a new font object.
1222 Call free_realized_fontset after handling ASCII font change.
1223
1224 * frame.c (x_set_font): Handle the case that ARG is a cons.
1225
1226 2009-03-19 Glenn Morris <rgm@gnu.org>
1227
1228 * fileio.c (Fsubstitute_in_file_name): Doc fix.
1229
1230 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
1233
1234 2009-03-19 Kenichi Handa <handa@m17n.org>
1235
1236 * charset.c (load_charset_map_from_file): When a mapfile can't be
1237 loaded, signal an error.
1238
1239 2009-03-18 Eli Zaretskii <eliz@gnu.org>
1240
1241 * dired.c (Ffile_attributes): Make sure UID and GID are always
1242 positive, even if the value is too large for a positive EMACS_INT.
1243 Doc fix.
1244
1245 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
1246
1247 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1248
1249 * xmenu.c (xdialog_show): Move Fredisplay call ...
1250 (Fx_popup_dialog): ... here.
1251
1252 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * dired.c (file_name_completion): Disable the first optimization just
1255 installed, since it is not implemented correctly.
1256
1257 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * dired.c (file_name_completion): Check completion-ignored-extensions
1260 only if the entry can affect bestmatch.
1261 Stop the search early, as Ftry_completion already does.
1262
1263 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
1266
1267 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * keyboard.c (parse_menu_item): Don't display remappings as menu
1270 equivalent bindings (Bug#788).
1271
1272 2009-03-15 Jason Rumney <jasonr@gnu.org>
1273
1274 * w32term.h (WM_EMACS_PAINT): New message.
1275 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
1276 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
1277 before passing to lisp thread. (Bug#950)
1278
1279 2009-03-14 David Reitter <david.reitter@gmail.com>
1280
1281 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
1282 variable as it was never reset.
1283 (ns_term_init): Remove initialization of Lisp-settable defaults
1284 and ns_expand_space.
1285 (-setPanelFromDefaultValues): Remove ns_expand_space.
1286 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
1287 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
1288 i.e. no additional spacing, similar to Carbon port.
1289
1290 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
1291 * nsfns.m (ns-popup-prefs-panel): Remove.
1292
1293 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
1294
1295 * sound.c (alsa_configure): Remove call to deprecated
1296 snd_pcm_sw_params_set_xfer_align.
1297
1298 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
1299
1300 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
1301 after clicking in a detached tool bar.
1302 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
1303
1304 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
1307 int/Lisp_Object mixup).
1308
1309 2009-03-13 Kenichi Handa <handa@m17n.org>
1310
1311 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
1312 Handle NAME nil and t correctly. Callers changed.
1313 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
1314 (set_fontset_font): Change ARG to a vector. Handle range_list in
1315 ARG correctly.
1316 (Fset_fontset_font): Fix the case that TARGET is both a script
1317 name and charset name. Adjust the arg to set_fontset_font for
1318 the above change.
1319 (fontset_from_font): Fix previous change.
1320 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
1321 entry. If FONTSET is the default fontset, don't set the extra
1322 slot of the returning char-table.
1323
1324 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * nsfns.m (Fx_close_connection): Doc fix.
1327 (Fns_do_applescript): Reflow docstring.
1328 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
1329 (Fx_display_pixel_width, Fx_display_pixel_height)
1330 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
1331 Fix typos in docstrings.
1332 (Fns_set_alpha): Fix typos in error messages.
1333
1334 2009-03-12 David Reitter <david.reitter@gmail.com>
1335
1336 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
1337 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
1338 were used for such events.
1339
1340 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
1341 (toggleToolbar, performDragOperation, runHelp): Use it.
1342
1343 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
1344 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
1345
1346 2009-03-11 Kenichi Handa <handa@m17n.org>
1347
1348 * font.h (font_open_by_spec): Extern it.
1349
1350 * font.c (font_open_by_spec): New function.
1351 (font_open_by_name): Use font_open_by_spec.
1352
1353 * frame.c (x_set_font): When ARG is a font-object, don't alter the
1354 fontset of the frame.
1355
1356 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
1357 modify the default font of frames that use this fontset.
1358 (num_auto_fontsets): New variable.
1359 (fontset_from_font): Use num_auto_fontsets to decide a fontset
1360 name. Be sure to set FONTSET_ASCII to the correct font name.
1361 (update_auto_fontset_alist): New function.
1362
1363 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
1364
1365 * makefile.w32-in: Update dependencies.
1366
1367 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1368
1369 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
1370
1371 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
1374
1375 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * lread.c (Feval_buffer): Doc fix.
1378
1379 2009-03-09 Kenichi Handa <handa@m17n.org>
1380
1381 * charset.c (Qfile_name_handler_alist): Extern it.
1382 (load_charset_map_from_file): Temporarily bind
1383 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
1384
1385 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
1386
1387 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
1388 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
1389
1390 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1391
1392 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
1393 (x_set_window_size): Change back to calculated method of setting
1394 toolbar height under Cocoa. (Bug#2546)
1395 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
1396 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
1397
1398 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
1399
1400 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
1401 accelerator in parens under GNUstep.
1402
1403 2009-03-06 Kenichi Handa <handa@m17n.org>
1404
1405 These changes are to detect incorrect composition sequence without
1406 looking ahead the source. (Bug#2370)
1407
1408 * coding.h: Include "composite.h".
1409 (enum compisition_state): New enum.
1410 (struct compisition_status): New struct.
1411 (struct iso_2022_spec): New member cmp_status.
1412 (struct emacs_mule_spec): New struct.
1413 (struct coding_system): New members ctext_extended_segment_len and
1414 embedded_utf_8. Change the union member
1415 spec.emacs_mule_full_support to spec.emacs_mule.
1416
1417 * coding.c (CODING_ISO_CMP_STATUS): New macro.
1418 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
1419 (MAX_ANNOTATION_LENGTH): Define to 5.
1420 (ADD_COMPOSITION_DATA): New arg nbytes.
1421 (emacs_mule_char): New arg cmp_status.
1422 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
1423 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
1424 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
1425 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
1426 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
1427 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
1428 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
1429 (EMACS_MULE_COMPOSITION_END): New macro.
1430 (emacs_mule_finish_composition): New function.
1431 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
1432 (decode_coding_emacs_mule): Avoid long looking ahead while
1433 handling composition.
1434 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
1435 (ENCODE_COMPOSITION_RULE): New macro.
1436 (finish_composition): New function.
1437 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
1438 (DECODE_COMPOSITION_START): New implementation.
1439 (DECODE_COMPOSITION_END): Likewise.
1440 (STORE_COMPOSITION_RULE): New macro.
1441 (decode_coding_iso_2022): Avoid long looking ahead while handling
1442 composition, CTEXT extended segment, and embedded UTF-8.
1443 (setup_coding_system): For a coding of type iso-2022, reset
1444 CODING_ISO_EXTSEGMENT_LEN (coding) and
1445 CODING_ISO_EMBEDDED_UTF_8 (coding).
1446 (get_translation): Delete arguments last_block, from_nchars,
1447 to_nchars. Callers changed.
1448 (produce_chars): Don't modify charbuf. Adjusted for the change of
1449 get_translation.
1450 (produce_composition): Adjust for the new annotation sequence.
1451 (handle_composition_annotation): Likewise.
1452 (consume_chars): Adjust for the change of get_translation.
1453
1454 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1455
1456 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
1457
1458 2009-03-05 Kenichi Handa <handa@m17n.org>
1459
1460 * font.c (font_select_entity): New function.
1461 (font_find_for_lface): Use font_select_entity to select a font.
1462
1463 * fontset.c (fontset_find_font): If a font found without
1464 restricting to the characters C doesn't support C, try to find a
1465 font with C restriction.
1466
1467 2009-03-04 Nikolaj Schumacher <me@nschum.de>
1468
1469 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
1470
1471 2009-03-04 Jason Rumney <jasonr@gnu.org>
1472
1473 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
1474 characters that have already been read. (Bug#2569)
1475
1476 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
1477 Log an error message if check_image_size failed.
1478 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
1479 (gs_load): Mention max-image-size in size error message. (Bug#2560)
1480
1481 2009-03-02 Eli Zaretskii <eliz@gnu.org>
1482
1483 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
1484 when decoding process output.
1485
1486 2009-03-01 Richard M Stallman <rms@gnu.org>
1487
1488 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
1489
1490 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
1491
1492 2009-02-28 Eli Zaretskii <eliz@gnu.org>
1493
1494 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
1495 (decode_coding_emacs_mule, decode_coding_iso_2022)
1496 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
1497 (decode_coding_raw_text, decode_coding_charset)
1498 (setup_coding_system, decode_eol, decode_coding, consume_chars):
1499 Honor inhibit-eol-conversion. (Bug #2186)
1500
1501 2009-02-28 Jason Rumney <jasonr@gnu.org>
1502
1503 * coding.c (detect_coding_charset): If not checking latin extra,
1504 fail on characters between 0x80 and 0xA0. (Bug#2354)
1505
1506 2009-02-28 Eli Zaretskii <eliz@gnu.org>
1507
1508 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
1509 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
1510
1511 2009-02-27 Glenn Morris <rgm@gnu.org>
1512
1513 * callint.c (Finteractive): Doc fix.
1514
1515 2009-02-27 Kenichi Handa <handa@m17n.org>
1516
1517 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
1518
1519 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * font.c (font_style_to_value): Set value for unknown symbols to
1522 100 instead of 255.
1523 (weight_table, slant_table, width_table): Treat "unspecified" as
1524 the default value.
1525
1526 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
1527
1528 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
1529
1530 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * lread.c (Fload): Stop checking Vloads_in_progress and signal
1533 error as soon as a recursive load is detected.
1534
1535 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1536
1537 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
1538 before caching.
1539
1540 2009-02-24 Kenichi Handa <handa@m17n.org>
1541
1542 * fontset.c (fontset_find_font): Fix the condition for checking
1543 unavailable font.
1544
1545 2009-02-24 Glenn Morris <rgm@gnu.org>
1546
1547 * xfaces.c (Finternal_set_font_selection_order): Remove leading
1548 whitespace that confuses documentation.
1549
1550 2009-02-23 Miles Bader <miles@gnu.org>
1551
1552 * process.c (Flist_system_processes, Fprocess_attributes)
1553 (syms_of_process): Rename `system-process-attributes' to
1554 `process-attributes'.
1555
1556 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
1557
1558 * coding.h (struct coding_system): Make safe_charsets a pointer to
1559 unsigned char.
1560 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
1561 being 255.
1562 (SAFE_CHARSET_P): Likewise.
1563 (setup_iso_safe_charsets): Properly setup safe_charsets.
1564 (Fdefine_coding_system_internal): Likewise.
1565 (setup_coding_system): Likewise. Remove unneeded casts.
1566 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
1567 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
1568 unneeded casts.
1569
1570 * insdel.c (del_range_2): Don't modify gap contents when called
1571 from decode_coding_object. (Bug#1809)
1572
1573 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
1576 Qfont_object.
1577 (Ftype_of): Recognize font objects.
1578
1579 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
1580
1581 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
1582 moved to data.c.
1583
1584 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1585
1586 * nsterm.m (x_make_frame_invisible): Unset async_visible,
1587 async_iconified. Based on a patch by Christian Lynbech
1588 <christian.lynbech@tieto.com>.
1589 (EmacsView-windowDidMiniaturize:): Unset async_visible.
1590
1591 2009-02-20 Glenn Morris <rgm@gnu.org>
1592
1593 * syntax.c (Fskip_chars_forward): Fix doc typo.
1594
1595 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
1596
1597 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
1598
1599 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
1602
1603 2009-02-19 Kenichi Handa <handa@m17n.org>
1604
1605 * coding.c (detect_coding): Preserve coding->mode.
1606 Don't overflow coding->carryover. (Bug#2370)
1607
1608 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
1609
1610 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
1611
1612 2009-02-18 Kenichi Handa <handa@m17n.org>
1613
1614 * font.c (font_check_otf_features): Fix handling of `nil' element.
1615 (Ffont_spec): Describe :lang and :otf in the docstring.
1616
1617 2009-02-16 Andreas Schwab <schwab@suse.de>
1618
1619 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
1620 string.
1621
1622 2009-02-16 Kenichi Handa <handa@m17n.org>
1623
1624 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
1625 (Bug#1723)
1626
1627 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
1630
1631 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
1632 (handle_line_prefix): Suppress wrapping of wrap prefixes.
1633
1634 2009-02-14 Eli Zaretskii <eliz@gnu.org>
1635
1636 * msdos.c (MAX_SCREEN_BUF): New macro.
1637 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
1638 Encode the entire run of glyphs sharing the same face, instead of
1639 doing that one glyph at a time (fixes a bug with displaying
1640 double-size characters).
1641
1642 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1643
1644 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
1645
1646 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
1647 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
1648 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
1649
1650 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
1651 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
1652
1653 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
1656 invisible areas.
1657
1658 2009-02-12 Jason Rumney <jasonr@gnu.org>
1659
1660 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
1661 (add_font_entity_to_list): Call check_face_name even when family
1662 is unspecified.
1663
1664 * w32term.c (x_display_pixel_height, x_display_pixel_width):
1665 Release DC when finished. Use NULL window to refer to desktop.
1666 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
1667
1668 * w32font.c (add_font_entity_to_list): Fix check for substituted
1669 raster fonts. (Bug#2219)
1670
1671 2009-02-12 Kenichi Handa <handa@m17n.org>
1672
1673 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
1674 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
1675 (autocmp_chars): Use fast_looking_at. Don't compose more
1676 characters than MAX_COMPOSITION_COMPONENTS.
1677 (find_automatic_composition): While looking forward and backward,
1678 check static composition. Fix where to stop looking forward.
1679 (composition_adjust_point): Fix checking of static composition.
1680 (Fcomposition_get_gstring): Pay attention to
1681 MAX_COMPOSITION_COMPONENTS.
1682
1683 * lisp.h (fast_looking_at): Extern it.
1684
1685 * search.c (fast_looking_at): New function.
1686
1687 * term.c (encode_terminal_code): Adjust for the change of
1688 <struct glyph>.u.cmp.to.
1689 (append_composite_glyph): Likewise.
1690
1691 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
1692 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
1693 composition.
1694 (append_composite_glyph): Adjust for the change of
1695 <strcut glyph>.u.cmp.to.
1696
1697 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * casetab.c (init_casetab_once):
1700 * coding.c (ALLOC_CONVERSION_WORK_AREA):
1701 * font.c (font_update_lface):
1702 * fontset.c (Fnew_fontset):
1703 * ftfont.c (ftfont_drive_otf):
1704 * xfont.c (xfont_open):
1705 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
1706
1707 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * fileio.c (Fwrite_region): !NILP -> CONSP.
1710
1711 2009-02-10 Andreas Schwab <schwab@suse.de>
1712
1713 * process.c (send_process): Properly relocate pointer into data
1714 when using encoded data. (Bug#2272)
1715
1716 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
1717
1718 * coding.c (detect_coding_charset): Fix previous change.
1719
1720 2009-02-08 Jason Rumney <jasonr@gnu.org>
1721
1722 * w32fns.c (w32_hide_hourglass): Handle case where frame
1723 disappeared while hourglass was displayed. (Bug #2193)
1724
1725 2009-02-07 Andreas Schwab <schwab@suse.de>
1726
1727 * unexelf.c (unexec): Fix error message.
1728
1729 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
1730
1731 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
1732 when modal window is active. (Bug #2152)
1733 (applicationShouldTerminate:): Remove now-unneeded while loop
1734 around NSRunAlertPanel.
1735
1736 * nsmenu.m (popupSession): New file-global variable.
1737 (pop_down_menu): End the popupSession before closing dialog.
1738 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
1739 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
1740 don't query NSApp for events (just sleep instead).
1741
1742 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1743
1744 * coding.c (syms_of_coding) <translation-table-for-input>:
1745 Modify doc string to discourage use for character code unification.
1746
1747 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1748
1749 * atimer.c (run_timers): Update pending_atimers.
1750
1751 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * image.c (svg_load_image): Fix last change.
1754
1755 * xfns.c (Fx_create_frame): Signal an error if no font is
1756 found (Bug#2147).
1757
1758 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
1759
1760 * character.c (syms_of_character) <script-representative-chars>:
1761 Fix typo in docstring.
1762
1763 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1764
1765 * nsmenu.m (pop_down_menu): New function.
1766 (ns_popup_dialog): Call it on unwind.
1767 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
1768 call timer_check() (Bug#2154).
1769 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
1770 handling_signal is set.
1771 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
1772
1773 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G
1774
1775 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
1776
1777 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
1778
1779 * keyboard.c (poll_for_input_1, handle_async_input):
1780 Set handling_signal under HAVE_NS.
1781
1782 2009-02-04 Glenn Morris <rgm@gnu.org>
1783
1784 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
1785
1786 2009-02-04 Kenichi Handa <handa@m17n.org>
1787
1788 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
1789
1790 * charset.c (Fchar_charset): New optional arg restriction.
1791
1792 * coding.h (coding_system_charset_list): Extern it.
1793
1794 * coding.c (coding_system_charset_list): New function.
1795
1796 * composite.c: Include coding.h and termhooks.h.
1797 (composition_gstring_p): Fix for the terminal case.
1798 (composition_gstring_width): Likewise.
1799 (fill_gstring_body): Likewise.
1800 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
1801 the frame.
1802 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
1803 is within a composition.
1804 (Fcomposition_get_gstring): Fix the terminal case.
1805
1806 * term.c (encode_terminal_code): Fix handling of composition.
1807 (produce_composite_glyph): For static composition, get pixel_width
1808 from struct composition.
1809
1810 2009-02-02 Andreas Schwab <schwab@suse.de>
1811
1812 * unexelf.c (unexec): Handle unaligned bss offset.
1813
1814 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1815
1816 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
1817 XT,w32read_socket changes to ns_read_socket.
1818
1819 * keyboard.c (handle_interrupt): Don't call
1820 quit_throw_to_read_char() under NS.
1821
1822 * blockinput.h: Remove NS-specific code.
1823
1824 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
1825
1826 * dispnew.c (window_change_signal): Don't try to get the size of a
1827 suspended tty frame.
1828 * term.c (Fresume_tty): Resize if the size has changed while the
1829 tty was suspended.
1830
1831 * alloc.c (mark_stack): Properly conditionalize previous change.
1832
1833 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
1836 * w32term.c (w32_read_socket) [SYNC_INPUT]:
1837 Remove; this code is not used on Windows.
1838
1839 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1840
1841 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
1842 EOLs that also has stray ^M characters.
1843
1844 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * atimer.c (run_timers, alarm_signal_handler):
1847 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
1848 * w32inevt.c (w32_console_read_socket):
1849 * w32term.c (w32_read_socket):
1850 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
1851
1852 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
1853
1854 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
1855 Initialize it as a relative filename pattern.
1856 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
1857 (Fcall_process_region): Simplify temp file creation using
1858 temporary-file-directory.
1859
1860 2009-01-29 Eli Zaretskii <eliz@gnu.org>
1861
1862 * msdos.c: Rename pending_signals to msdos_pending_signals.
1863 (sig_suspender, sigprocmask): Adjust.
1864
1865 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * keyboard.c (pending_signals): New var.
1868 (poll_for_input, input_available_signal, init_keyboard): Set it.
1869 (process_pending_signals): New function.
1870
1871 * lisp.h (QUIT): Check pending_signals instead of
1872 interrupt_input_pending. Use process_pending_signals.
1873
1874 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
1875
1876 * process.c (wait_reading_process_output): Use process_pending_signals.
1877
1878 * sysdep.c (emacs_write): Use process_pending_signals.
1879
1880 * xterm.c (XTread_socket): Update pending_signals.
1881
1882 * w32term.c (w32_read_socket): Update pending_signals.
1883
1884 * w32inevt.c (w32_console_read_socket): Update pending_signals.
1885
1886 2009-01-29 Kenichi Handa <handa@m17n.org>
1887
1888 * xftfont.c (xftfont_has_char): New function.
1889 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
1890
1891 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1892
1893 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
1894 under GNUstep.
1895 (ns_query_color): New declaration.
1896
1897 * nsterm.m (ns_confirm_quit): New variable.
1898 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
1899 (EmacsApp-applicationShouldTerminate:): Use it.
1900 (EmacsPrefsController): Let user set it.
1901 (ns_query_color): New function.
1902 (ns_defined_color): Use it.
1903 (ns_initialize): Drop.
1904 (ns_term_init): Add two lines from ns_initialize(), and set
1905 input_interrupt_mode to nil.
1906
1907 * image.c (svg_load_image): Don't right-shift background RGB when
1908 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
1909
1910 2009-01-28 Kenichi Handa <handa@m17n.org>
1911
1912 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
1913 (fontset_get_font_group): Remember that no font-group is specified
1914 for C.
1915
1916 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * fns.c (concat): Check for string overflow (bug#1787).
1919
1920 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
1921 Quadruple undo limits (bug#1501).
1922
1923 2009-01-27 Kenichi Handa <handa@m17n.org>
1924
1925 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
1926 directly use GT_Get_Char_index.
1927
1928 * xftfont.c (struct xftfont_info): New member `index'.
1929
1930 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
1931 (Ffontset_font): Adjust for the change of fontset entry.
1932
1933 2009-01-26 Kenichi Handa <handa@m17n.org>
1934
1935 * fontset.c (fontset_find_font): Fix handling of non-cons return
1936 value of fontset_get_font_group.
1937 (fontset_font): Revert last change.
1938
1939 2009-01-26 Jason Rumney <jasonr@gnu.org>
1940
1941 * w32font.c (w32font_list_internal): Return quickly if registry is
1942 unknown. Simplify final return.
1943 (add_font_entity_to_list): Break complex logic down into more
1944 manageable chunks. Move unknown registry check to
1945 w32font_list_internal.
1946
1947 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1948
1949 Changes to remove Feval calls from GUI under NS.
1950
1951 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
1952 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
1953 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
1954
1955 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
1956 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
1957 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
1958 instead of NON_ASCII_KEYSTROKE_EVENT.
1959 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
1960 (EmacsApp-applicationShouldTerminate:): Query user.
1961 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
1962 instead of Feval.
1963
1964 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
1965
1966 * keyboard.c (kbd_buffer_get_event): Check for it.
1967 (keys_of_keyboard): Define lispy keys for
1968 ns-put/unput-working-text.
1969
1970 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
1971 versions.
1972 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
1973
1974 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
1977 setting current_buffer directly. (Bug#2044)
1978
1979 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * fontset.c (fontset_font): If we know there is no font, don't do
1982 any work. (Bug#1952, bug#1990).
1983
1984 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
1985
1986 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1987
1988 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
1989 (ns_no_defaults): New declaration.
1990 (main): Use it.
1991
1992 * nsterm.h (ns_no_defaults): New declaration.
1993
1994 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
1995
1996 * nsterm.m (ns_no_defaults): New variable.
1997 (ns_initialize): Don't read defaults when ns_no_defaults.
1998 (EmacsView-readSelectionFromPasteboard:)
1999 (writeSelectionToPasteboard:types:): New stubbed-out methods for
2000 NSServicesRequests protocol. (Bug#1435)
2001 (ns_dumpglyphs_stretch): New function.
2002 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
2003 of 2008-11-15 to other terms. (Bug#615)
2004
2005 * nsimage.m (setPixmapData:): Set to ignore image DPI.
2006
2007 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
2008
2009 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
2010 call for Sparc64.
2011
2012 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2013
2014 * nsfns.m:
2015 * nsgui.h:
2016 * nsmenu.m:
2017 * nsselect.m:
2018 * nsterm.h:
2019 * nsterm.m: Remove '23' comments that indicated code added during
2020 update from emacs-20 -> emacs-23.
2021
2022 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2023
2024 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
2025 ns_alternate_modifier. (Bug#1217)
2026
2027 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
2028 Display all shortcuts, including those w/o super modifier.
2029
2030 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
2031
2032 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * fileio.c (Vwrite_region_post_annotation_function)
2035 (Vwrite_region_annotation_buffers): New vars.
2036 (build_annotations_unwind): Just reset
2037 Vwrite_region_annotation_buffers.
2038 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
2039 Call write-region-post-annotation-function.
2040 (build_annotations): Add to Vwrite_region_annotation_buffers if
2041 buffer changes.
2042
2043 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2044
2045 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
2046 Tiger.
2047 * nsfns.m (ns_do_applescript):
2048 Conditionalize typeUTF16ExternalRepresentation on Tiger.
2049
2050 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2051
2052 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
2053
2054 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2055
2056 * nsmenu.m (NSMENUPROFILE): Change #if style.
2057
2058 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
2059
2060 * nsterm.m (x_set_frame_alpha): Add prototype.
2061 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
2062 handle Ctrl-tab. (Bug#1841)
2063 (ns_get_color): Use unsigned long long for scanned hex string value.
2064 (ns_term_shutdown): Abort on non SIGTERM signals.
2065 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
2066 (EmacsPrefsController-setPanelFromDefaultValues): New function.
2067 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
2068 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
2069 (ns_defined_color): Fix settings of the XColor variable fields:
2070 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
2071
2072 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
2073 DPI. (Bug#1316)
2074 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
2075 values in onTiger section.
2076
2077 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
2078
2079 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
2080 Check return value of font_spec_from_name.
2081 (Fx_list_fonts): Doc fix. (Bug#1951)
2082
2083 * font.c (font_spec_from_name): Return Qnil if font name could not
2084 be parsed.
2085 (font_parse_name): Treat a `?' character as part of an XLFD.
2086
2087 * fns.c (Fsubstring): Doc fix.
2088
2089 2009-01-19 Kenichi Handa <handa@m17n.org>
2090
2091 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
2092 (ftfont_list): Likewise.
2093
2094 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
2095
2096 * dbusbind.c (Fdbus_register_signal):
2097 * process.c (conv_sockaddr_to_lisp):
2098 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
2099
2100 * callproc.c (Fgetenv_internal): Doc fix.
2101
2102 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
2103
2104 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
2105 it is not even used.
2106
2107 2009-01-16 Glenn Morris <rgm@gnu.org>
2108
2109 * font.c (Ffont_variation_glyphs): Silence compiler.
2110
2111 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
2114 Reported by David Robinow <drobinow@gmail.com>.
2115
2116 2009-01-15 Kenichi Handa <handa@m17n.org>
2117
2118 * coding.c (detect_coding_system): Fix handling of null_byte_found.
2119
2120 2009-01-14 Jason Rumney <jasonr@gnu.org>
2121
2122 * frame.c (x_set_font): Always store a font to the font parameter,
2123 never a fontset. (Bug#1562)
2124
2125 2009-01-14 Kenichi Handa <handa@m17n.org>
2126
2127 * coding.c (TWO_MORE_BYTES): New macro.
2128 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
2129
2130 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * font.c (font_clear_prop): If clearing the family, clear the font
2133 width index too.
2134
2135 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
2136
2137 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
2140 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
2141 functions, use sizeof.
2142
2143 2009-01-12 Martin Rudalics <rudalics@gmx.at>
2144
2145 * keyboard.c (read_char): Fix case where last_nonmenu_event
2146 returned a bad value with submenus. (Bug#447)
2147
2148 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
2151 family, clear the font width index too.
2152
2153 2009-01-11 Jason Rumney <jasonr@gnu.org>
2154
2155 * keyboard.c (cmd_error_internal): Exit when errors occur before
2156 frame creation and not in daemon mode. (Bug#1836)
2157
2158 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
2161 of a display vector, backtrack.
2162 (try_window_reusing_current_matrix): Check glyph type before
2163 referencing charpos member.
2164
2165 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2166
2167 Fix Bug #876:
2168
2169 * coding.c (inhibit_null_byte_detection): New variable.
2170 (detect_coding, detect_coding_system): Don't pay attention to null
2171 bytes if inhibit_null_byte_detection is non-zero.
2172 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
2173 <inhibit-iso-escape-detection>: Doc fix.
2174
2175 2009-01-09 Jason Rumney <jasonr@gnu.org>
2176
2177 * w32font.c (add_font_entity_to_list): Don't report unknown
2178 Windows charset as any unrecognized registry. (Bug#1548)
2179 Only report Unicode Plane 2 fonts as unicode-sip.
2180
2181 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * xfaces.c (Fx_font_family_list): Delete function.
2184 Move compatibility version to faces.el.
2185
2186 * font.c (Ffont_family_list): Return a list of strings, not symbols.
2187
2188 2009-01-09 Martin Rudalics <rudalics@gmx.at>
2189
2190 * frame.c (x_set_frame_parameters): Remember requested value for
2191 fullscreen before it's reset by the parameter handler.
2192
2193 2009-01-09 Glenn Morris <rgm@gnu.org>
2194
2195 * keyboard.c (last_command_char): For clarity, rename to...
2196 (last_command_event): ... and update all users.
2197 (last_input_char): For clarity, rename to...
2198 (last_input_event): ... and update all users.
2199 (last-command-char, last-input-char): Move to subr.el as aliases.
2200 * cmds.c, commands.h: Update for last_command_char rename.
2201
2202 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * font.c (font_open_for_lface): Handle unspecified height attribute.
2205
2206 2009-01-08 Jason Rumney <jasonr@gnu.org>
2207
2208 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
2209 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
2210 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
2211 Don't declare.
2212 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
2213 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
2214
2215 2009-01-07 Kenichi Handa <handa@m17n.org>
2216
2217 * fileio.c (Finsert_file_contents): In the case of replace,
2218 remember the coding system used for decoding in
2219 coding_system (Bug#1039).
2220
2221 * coding.c (decode_coding_utf_8): Check byte_after_cr before
2222 breaking the loop. (Bug#870)
2223 (decode_coding_utf_16, decode_coding_emacs_mule)
2224 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
2225 (decode_coding_charset): Likewise.
2226
2227 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2228
2229 * frame.c (x_set_frame_parameters): Make sure height (width) get
2230 applied when fullwidth (fullheight) is set. (Bug#1522)
2231
2232 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2233
2234 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
2235 (utc_base): Declare as ULONGLONG, not long double.
2236 (convert_time_raw): Delete.
2237 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
2238 (initialize_utc_base): New function.
2239 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
2240 (convert_from_time_t): Use initialize_utc_base; compute result with
2241 64-bit arithmetic.
2242 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
2243
2244 2009-01-03 Eli Zaretskii <eliz@gnu.org>
2245
2246 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
2247 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
2248 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
2249 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
2250 [!subprocesses]: Define.
2251 (syms_of_process) [!subprocesses]: Intern and staticpro them.
2252 (Flist_system_processes, Fsystem_process_attributes)
2253 [!subprocesses]: Call list_system_processes and
2254 system_process_attributes instead of returning Qnil.
2255
2256 * dosfns.c (system_process_attributes, list_system_processes):
2257 New functions.
2258
2259 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
2260
2261 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
2262 Don't use the default (no-op) implementation.
2263
2264 2009-01-03 Jason Rumney <jasonr@gnu.org>
2265
2266 * keyboard.c (parse_modifiers_uncached): Wheel events are
2267 clicks (bug#687).
2268
2269 * w32term.c (x_query_colors, x_query_color): New functions.
2270
2271 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
2272 (svg_load_image): Cast returned pointers from dynamically loaded
2273 functions. Eliminate W32 specific code.
2274
2275 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
2276
2277 * nsfns.m (x_set_foreground_color, x_set_background_color)
2278 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
2279 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
2280 x_ prefix instead of ns_. Update references.
2281 (syms_of_nsfns): Add a FIXME comment.
2282
2283 * nsterm.m (x_set_cursor_type): New prototype.
2284 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
2285
2286 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
2287 for Solaris instead of incorrectly providing Qutime and Qcutime.
2288
2289 2009-01-02 Eli Zaretskii <eliz@gnu.org>
2290
2291 * w32.c (process_times): Compute sum of utime and stime.
2292 (system_process_attributes): Add Qtime to the alist.
2293
2294 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
2295 and add them to the alist.
2296
2297 * process.c (top level) <Qtime, Qctime>: New variables.
2298 (syms_of_process): staticpro them.
2299 (Fsystem_process_attributes): Add their documentation to the doc
2300 string.
2301
2302 * process.h: Declare Qtime and Qctime.
2303
2304 2009-01-02 Jason Rumney <jasonr@gnu.org>
2305
2306 * image.c (Qgobject): New symbol.
2307 (syms_of_image): Initialize it.
2308 (init_svg_functions): Load some functions from gobject library.
2309
2310 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
2311
2312 * frame.c (make_terminal_frame): Remove redundant code and useless
2313 block.
2314
2315 2009-01-01 Andreas Schwab <schwab@suse.de>
2316
2317 * process.c (conv_sockaddr_to_lisp): Add workaround for
2318 getsockname bug on BSD.
2319
2320 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * xfns.c (x_create_tip_frame): Set border width of the X window.
2323
2324 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
2325
2326 2009-01-01 Jason Rumney <jasonr@gnu.org>
2327
2328 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
2329 Don't block input, as per earlier xterm.c changes.
2330
2331 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
2332
2333 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
2334 (ns_appkit_version_int): New function.
2335 (x-server-version): Use ns_appkit_version_int and follow 21+
2336 convention of returning 3 integers.
2337
2338 2008-12-30 Kenichi Handa <handa@m17n.org>
2339
2340 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
2341 (CHAR_SURROGATE_PAIR_P): New macro.
2342
2343 * font.h (struct font_driver): New member get_variation_glyphs.
2344
2345 * font.c (font_range): Don't require a font for a variation selector.
2346 (Ffont_variation_glyphs): New function.
2347 (syms_of_font): Defsubr it.
2348
2349 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
2350 ftfont_variation_glyphs.
2351 (setup_otf_gstring): New function.
2352 (ftfont_drive_otf): Use it.
2353 (ftfont_shape_by_flt): Handle variation selector.
2354 (ftfont_variation_glyphs): New function.
2355
2356 2008-12-30 Martin Rudalics <rudalics@gmx.at>
2357
2358 * frame.c (Vemacs_iconified): Remove.
2359
2360 2008-12-30 Jason Rumney <jasonr@gnu.org>
2361
2362 * frame.c (store_frame_param, x_get_arg): Enable newer code on
2363 WINDOWSNT too, as related changes have already been synced. (Bug#117)
2364
2365 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * indent.c (Fvertical_motion): Don't advance iterator if we have
2368 reseated to the desired position.
2369
2370 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
2371 checking for pos match.
2372
2373 2008-12-30 Kenichi Handa <handa@m17n.org>
2374
2375 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
2376 just get the low 8-bit of the code.
2377
2378 * font.c (font_intern_prop): Validate str as multibyte.
2379
2380 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2381
2382 * dispextern.h (struct face): Move lface and hash from the middle
2383 of bitfields.
2384
2385 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
2386
2387 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2388
2389 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
2390 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
2391 instead of intervals.h.
2392
2393 2008-12-26 Andreas Schwab <schwab@suse.de>
2394
2395 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
2396 cons.
2397
2398 2008-12-26 Martin Rudalics <rudalics@gmx.at>
2399
2400 * textprop.c (Qminibuffer_prompt): New variable.
2401 (syms_of_textprop): Initialize it.
2402 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
2403 in minibuffer-prompt face. (Bug#1662)
2404
2405 2008-12-25 Jason Rumney <jasonr@gnu.org>
2406
2407 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
2408
2409 2008-12-24 Jason Rumney <jasonr@gnu.org>
2410
2411 * ralloc.c (r_alloc_reset_variable): New function.
2412
2413 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
2414 record of what points where. (Bug#716)
2415
2416 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * minibuf.c (read_minibuf): Follow the non-interactive case when
2419 running as a daemon, before detaching.
2420
2421 2008-12-22 Andreas Schwab <schwab@suse.de>
2422
2423 * buffer.c (init_buffer): Use realloc instead of xrealloc.
2424 * gtkutil.c (free_widget_value): Use xfree instead of free.
2425
2426 2008-12-22 Martin Rudalics <rudalics@gmx.at>
2427
2428 * frame.c (delete_frame): New function derived from
2429 Fdelete_frame to handle Qnoelisp value for FORCE argument.
2430 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
2431 (Fdelete_frame): Call delete_frame. Remove line from doc-string
2432 saying that FORCE non-nil doesn't run `delete-frame-functions'.
2433 * frame.h: Extern delete_frame.
2434 * window.c (window_loop):
2435 * terminal.c (delete_terminal):
2436 * xterm.c (x_connection_closed):
2437 * xfns.c (Fx_hide_tip):
2438 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
2439
2440 2008-12-21 Jason Rumney <jasonr@gnu.org>
2441
2442 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
2443 when character maps to .notdef character.
2444
2445 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
2448
2449 2008-12-20 Jason Rumney <jasonr@gnu.org>
2450
2451 * frame.c (Fmake_terminal_frame): Raise an error when called from
2452 a graphical frame on Windows. (Bug#1325)
2453
2454 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
2455
2456 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
2457
2458 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * minibuf.c (Fread_buffer): Doc fix.
2461
2462 2008-12-20 Jason Rumney <jasonr@gnu.org>
2463
2464 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
2465 server name in UNC paths. (Bug#719)
2466
2467 * coding.c (decode_coding): Clear chars_at_source flag when using
2468 charbuf. (Bug#1035)
2469
2470 2008-12-19 Daniel Engeler <engeler@gmail.com>
2471
2472 * sysdep.c (serial_configure): Fix typo.
2473
2474 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
2475
2476 * sysdep.c: Include alloca.h.
2477 (system_process_attributes): Add implementation for Solaris.
2478
2479 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
2480
2481 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
2482
2483 Reorganize implementation of Flist_system_processes and
2484 Fsystem_process_attributes. No functional changes.
2485 * process.c: Don't #include pwd.h, grp.h and limits.h.
2486 (Flist_system_processes): Just call list_system_processes.
2487 (Fsystem_process_attributes): Just call system_process_attributes.
2488 (procfs_list_system_processes, time_from_jiffies)
2489 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
2490 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
2491
2492 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
2493 (list_system_processes): Rename from
2494 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
2495 Provide a do nothing implementation.
2496 (system_process_attributes): Rename from
2497 procfs_list_system_processes.
2498 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
2499 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
2500
2501 * w32.c (list_system_processes): Rename from
2502 w32_list_system_processes.
2503 (system_process_attributes): Rename from
2504 w32_system_process_attributes.
2505
2506 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
2507
2508 * process.h (w32_list_system_processes)
2509 (w32_system_process_attributes): Remove.
2510 (list_system_processes, system_process_attributes): New
2511 prototypes.
2512
2513 2008-12-19 Kenichi Handa <handa@m17n.org>
2514
2515 * xfont.c (xfont_decode_coding_xlfd): New function.
2516 (xfont_encode_coding_xlfd): New function.
2517 (xfont_list_pattern): Decode XLFD by iso-8859-1.
2518 (xfont_list): Decode and encode XLFD by iso-8859-1.
2519 (xfont_match): Likewise.
2520 (xfont_list_family): Likewise.
2521 (xfont_open): Likewise.
2522
2523 * ftfont.c (ftfont_open): Generate a multibyte string if given
2524 names are utf-8.
2525
2526 * xftfont.c (xftfont_open): Generate a multibyte string if given
2527 names are utf-8.
2528
2529 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
2530
2531 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
2532 changed.
2533 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
2534 clicked on a detached tool bar button.
2535
2536 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2537
2538 * emacs.c (main): Print and error and exit when no data is read
2539 from the pipe.
2540
2541 2008-12-17 Jason Rumney <jasonr@gnu.org>
2542
2543 * w32font.c (w32font_has_char): Always return -1.
2544
2545 2008-12-16 Kenichi Handa <handa@m17n.org>
2546
2547 * font.c (font_open_entity): Fix previous change.
2548
2549 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
2550
2551 * process.c: Include <limits.h>.
2552
2553 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
2554
2555 * font.c (font_update_drivers): Fix mistake in reconstructing the
2556 driver list.
2557
2558 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * font.c (font_clear_cache): Fix format of font cache data.
2561
2562 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
2563
2564 * xftfont.c (xftfont_open): Free Xft font pattern if
2565 XftFontOpenPattern fails.
2566
2567 * xterm.c (x_free_frame_resources): Remove extraneous call to
2568 free_frame_faces.
2569
2570 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * xterm.c (x_delete_display): Move xim_close_dpy call to
2573 x_delete_terminal.
2574 (x_delete_terminal): Call xim_close_dpy.
2575
2576 2008-12-13 Jason Rumney <jasonr@gnu.org>
2577
2578 * w32font.c (intern_font_name): New function.
2579 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
2580 (w32font_open_internal, Fx_select_font): Decode font name.
2581 (fill_in_logfont, list_all_matching_fonts): Encode font name.
2582
2583 * w32font.h (intern_font_name): Declare new function.
2584
2585 * w32uniscribe.c (add_opentype_font_name_to_list):
2586 Use intern_font_name.
2587
2588 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * frame.c (Fdelete_frame): Call free_font_driver_list.
2591
2592 * font.c (free_font_driver_list): Implement missing function.
2593
2594 * w32term.c (w32_term_init): Don't initialize the image cache
2595 here; it will be done in init_frame_faces.
2596
2597 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
2598 (struct x_display_info): Remove unused member null_pixel. New
2599 member xim_callback_data.
2600
2601 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
2602 (xim_initialize): Save pointer to callback function data.
2603 (xim_close_dpy): Free callback function data. Call XCloseIM,
2604 reverting 2008-11-04 change by David Smith.
2605 (x_term_init): Don't initialize the image cache here; it will be
2606 done in init_frame_faces. Remove ancient "null_pixel" cruft.
2607 (x_delete_display): Free x_dnd_atoms member.
2608
2609 2008-12-13 Kenichi Handa <handa@m17n.org>
2610
2611 * font.c (font_rescale_ratio): Moved from xfaces.c.
2612 Argument type changed. Handle a font-spec too.
2613 (font_score): Check Vface_font_rescale_alist.
2614 (font_open_entity): Likewise. (Bug#1547)
2615
2616 * xfaces.c (font_rescale_ratio): Moved to font.c.
2617
2618 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
2621
2622 2008-12-12 Jason Rumney <jasonr@gnu.org>
2623
2624 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
2625 Vwindow_system_version to the real w32 major version.
2626
2627 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
2628
2629 * term.c (init_tty): Move setting the terminal name before the
2630 potential user: maybe_fatal.
2631
2632 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
2635 all callers changed. Call free_frame_faces to free the face cache.
2636
2637 2008-12-11 Jason Rumney <jasonr@gnu.org>
2638
2639 * w32font.c (fill_in_logfont): Don't assume symbol script means
2640 SYMBOL_CHARSET. (Bug#547)
2641
2642 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
2643 size for surrogates. (Bug#1096, bug#872)
2644
2645 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2646
2647 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
2648
2649 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2650
2651 * process.c (Fsystem_process_attributes, syms_of_process):
2652 Fix typo in name of Ssystem_process_attributes.
2653 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
2654
2655 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * syntax.c (Fmodify_syntax_entry): Doc fix.
2658
2659 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * font.c (Ffont_spec): Move usage to end of docstring.
2662
2663 2008-12-10 Jason Rumney <jasonr@gnu.org>
2664
2665 * w32font.c (Qcham): New symbol.
2666 (font_supported_scripts): Add cham, and comments for other new
2667 scripts in bitfield from OpenType spec.
2668 (add_font_entity_to_list): Limit unicode-sip fonts to those that
2669 contain characters beyond the bmp.
2670
2671 2008-12-10 Kenichi Handa <handa@m17n.org>
2672
2673 * ftfont.c (fc_charset_table): Add "unicode-sip".
2674 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
2675 Qunicode_sip.
2676
2677 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * coding.c (QCdefault_char): Rename from QCdefalut_char.
2680 (Fcoding_system_put): Use QCdefault_char.
2681 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
2682
2683 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * xftfont.c (syms_of_xftfont): Fix typo.
2686
2687 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
2688
2689 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2690
2691 * emacs.c (main): Close daemon_pipe on exec.
2692
2693 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
2694
2695 * termchar.h (struct tty): New members termcap_term_buffer and
2696 termcap_strings_buffer.
2697
2698 * term.c (encode_terminal_code): Free any previous memory blocks
2699 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
2700 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
2701 All callers changed.
2702 (init_tty): Store termcap data and string buffers in new struct
2703 tty members termcap_term_buffer and termcap_strings_buffer.
2704 (delete_tty): Free them.
2705 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
2706
2707 2008-12-07 Seiji Zenitani <zenitani@mac.com>
2708
2709 * nsfns.m (ns_set_background_color): Remove code duplication.
2710 It was a substitute for face-transparency on OS X 10.3.
2711
2712 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * coding.c (make_conversion_work_buffer): Disable buffer
2715 modification hooks in the work buffer.
2716
2717 2008-12-05 Eli Zaretskii <eliz@gnu.org>
2718
2719 * process.c (procfs_system_process_attributes): If `nread' has a
2720 negative value, assign zero to it.
2721
2722 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
2723
2724 * eval.c (Vdebug_on_error): Doc fix.
2725
2726 2008-12-05 Kenichi Handa <handa@m17n.org>
2727
2728 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
2729 second character is a combining character.
2730
2731 2008-12-05 Eli Zaretskii <eliz@gnu.org>
2732
2733 * process.c (procfs_system_process_attributes): Don't use cmd,
2734 cmdsize, and q without initializing them first.
2735
2736 2008-12-04 Jason Rumney <jasonr@gnu.org>
2737
2738 * w32font.c (w32font_draw): Initialize orig_clip before getting
2739 it, and delete it when finished.
2740
2741 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
2742
2743 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
2744 case when running as a daemon before detaching.
2745
2746 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2747
2748 * w32.c (init_environment): Don't unload library shell32.dll.
2749
2750 2008-12-03 Kenichi Handa <handa@m17n.org>
2751
2752 * font.c (font_at): Set `multibyte' at first.
2753
2754 * coding.c (decode_coding_charset): Check type of an element of
2755 vector VALIDS.
2756 (encode_coding_emacs_mule): Be sure to set `code'.
2757
2758 * fontset.c (face_for_char): Handle invalid charset property correctly.
2759 (font_for_char): Likewise.
2760
2761 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
2762
2763 * font.c (Fopen_font): Compute pixel size correctly.
2764 (font_update_lface): Handle fonts with corrupted size specs,
2765 i.e. non-int and non-float.
2766
2767 * ftfont.c (ftfont_match): Initialize entity variable.
2768 (ftfont_resolve_generic_family): Avoid using uninitialized var.
2769 (ftfont_list_family): Initialize list var earlier.
2770
2771 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
2772
2773 * xterm.c (x_draw_glyph_string): Fall back on
2774 underline_minimum_offset for underline position.
2775
2776 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2777
2778 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
2779
2780 * character.c (c_string_width): Specify the type for LEN.
2781
2782 2008-12-03 Kenichi Handa <handa@m17n.org>
2783
2784 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
2785 (decode_coding_utf_8): Likewise.
2786 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
2787 (produce_chars): Initialize consumed_chars to 0.
2788
2789 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * keyboard.c (make_lispy_position): Only use PT if the selected
2792 window is current.
2793
2794 2008-12-02 Andreas Schwab <schwab@suse.de>
2795
2796 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
2797
2798 * doprnt.c (doprnt1): Fix size of charbuf.
2799
2800 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * keyboard.c (timer_check): Revert last change.
2803
2804 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
2807
2808 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * makefile.w32-in: Update dependencies.
2811 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
2812
2813 2008-12-01 Andreas Schwab <schwab@suse.de>
2814
2815 * font.c (register_font_driver): Use xmalloc.
2816 (font_put_frame_data): Likewise.
2817
2818 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
2819
2820 * xfaces.c (realize_x_face): Make abort condition clearer.
2821
2822 * gtkutil.c (update_frame_tool_bar): Initialize variable.
2823
2824 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * keyboard.c (timer_check): After a timer runs, ensure that the
2827 selected window's buffer is current.
2828
2829 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
2832 It was accidentally restored by the Unicode merge.
2833
2834 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
2835
2836 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * w32proc.c: Include "coding.h".
2839 (Fw32_short_file_name): Encode filename passed to Windows API.
2840 (Fw32_long_file_name): Encode filename passed to Windows API and
2841 decode back the result. (Bug#1433)
2842
2843 2008-11-29 Kenichi Handa <handa@m17n.org>
2844
2845 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
2846 not before accessing it.
2847
2848 * charset.c (Fdefine_charset_internal): After calculating
2849 min_char, max_char, and fastmap, copy the charset structure again.
2850 (encode_char): Fix the previous change.
2851
2852 2008-11-28 Seiji Zenitani <zenitani@mac.com>
2853
2854 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
2855
2856 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
2857
2858 * nsterm.m (x_set_frame_alpha): New function.
2859
2860 2008-11-27 Eli Zaretskii <eliz@gnu.org>
2861
2862 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
2863
2864 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
2867 pointer to check_face_name.
2868
2869 2008-11-27 Kenichi Handa <handa@m17n.org>
2870
2871 * category.h (SET_CATEGORY_SET): Call set_category_set.
2872 (set_category_set): Extern it.
2873
2874 * category.c (hash_get_category_set): New function.
2875 (Fmodify_category_entry): Adjusted for the change of
2876 char_table_ref_and_range. Call hash_get_category_set to get a
2877 category set to store in the table.
2878
2879 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
2880 Funify_charset.
2881
2882 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
2883 (DECODE_CHAR): Check if the decoder vector is ready.
2884 (ENCODE_CHAR): Check if the encoder char-table is ready.
2885 (maybe_unify_char): Extern it.
2886
2887 * charset.c (Vchar_unified_charset_table): Delete it.
2888 (inhibit_load_charset_map): New variable.
2889 (temp_charset_work): New variable.
2890 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
2891 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
2892 New macros.
2893 (load_charset_map): Meaning of control_flag changed. If
2894 inhibit_load_charset_map is nonzero, setup a table in
2895 temp_charset_work.
2896 (load_charset): New argument control_flag.
2897 (map_charset_for_dump): New function.
2898 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
2899 map_charset_for_dump.
2900 (Fdefine_charset_internal): If the charset method is MAP, load
2901 mapping tables by calling load_charset.
2902 (Funify_charset): Don't load a mapping table but directly set
2903 Vchar_unify_table.
2904 (maybe_unify_char): New function.
2905 (decode_char): Don't handle the deleted method MAP_DEFERRED.
2906 Handle the case of inhibit_load_charset_map being nonzero.
2907 (encode_char): Don't handle the deleted method MAP_DEFERRED.
2908 Handle the case of inhibit_load_charset_map being nonzero.
2909 (Fclear_charset_maps): Just free temp_charset_work.
2910 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
2911 variable.
2912
2913 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
2914 change of char_table_ref_and_range.
2915 (char_table_ref_and_range): Change the meaning of argument FROM
2916 and TO. Now the caller must provide initial values for *FROM
2917 and *TO.
2918
2919 * fontset.c (fontset_add): Adjusted for the change of
2920 char_table_ref_and_range.
2921 (fontset_get_font_group): Likewise.
2922 (Ffontset_info): Likewise.
2923
2924 * keymap.c (describe_vector): Adjusted for the change of
2925 char_table_ref_and_range. For char-table, put boundary between
2926 non-ASCII and 8-bit characters.
2927
2928 * print.c (print_object): For bool-vector, delete unnecessary
2929 check of ASCII_BYTE_P.
2930
2931 2008-11-26 Jason Rumney <jasonr@gnu.org>
2932
2933 * w32font.c (w32font_open_internal): Don't include external
2934 leading in font height. (Bug#879)
2935
2936 2008-11-26 Glenn Morris <rgm@gnu.org>
2937
2938 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
2939 redefinition with ifdef. (Bug#1383)
2940
2941 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2942
2943 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
2944
2945 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2946
2947 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
2948 New EmacsView methods.
2949 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
2950 Fixes bug #1048,1357,1414.
2951
2952 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2953
2954 Fix bug #1362.
2955 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
2956 is not an indexed color.
2957 * nsterm.m (free_indexed_color): Add argument checking.
2958 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
2959
2960 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
2963 Document confirm-after-completion value for
2964 minibuffer-completion-confirm.
2965
2966 2008-11-24 Jason Rumney <jasonr@gnu.org>
2967
2968 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
2969 warning.
2970
2971 2008-11-23 Jason Rumney <jasonr@gnu.org>
2972
2973 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
2974 restored before returning.
2975
2976 * w32font.c (check_face_name): New function.
2977 (add_font_entity_to_list): Use it to filter out common substituted
2978 fonts. (Bug#642)
2979
2980 2008-11-22 Martin Rudalics <rudalics@gmx.at>
2981
2982 * buffer.c (Fswitch_to_buffer): Reword and mention new option
2983 confirm-nonexistent-file-or-buffer in doc-string.
2984
2985 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
2988 Fix copy/paste typo. Add checks.
2989
2990 2008-11-21 Kenichi Handa <handa@m17n.org>
2991
2992 * coding.c (detect_coding_iso_2022): Reject invalid composition
2993 sequence.
2994 (DECODE_COMPOSITION_START): If the current source is the last
2995 block, and the current composition doesn't end, regard this
2996 sequence as invalid.
2997 (decode_coding_iso_2022): Handle invalid composition sequence.
2998
2999 2008-11-20 Martin Rudalics <rudalics@gmx.at>
3000
3001 * window.c (coordinates_in_window): Don't return
3002 ON_VERTICAL_BORDER for the rightmost position of a mode/header
3003 line when the window is not the rightmost one. (Bug#1372)
3004
3005 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
3006
3007 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
3008
3009 2008-11-15 Eli Zaretskii <eliz@gnu.org>
3010
3011 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
3012 and bright_bg if noninteractive is non-zero.
3013
3014 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3015
3016 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
3017 x_draw_glyph_string_background.
3018
3019 * w32term.c (x_draw_glyph_string): Likewise.
3020
3021 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * xterm.c (x_draw_glyph_string): Stop drawing the background of
3024 the next glyph string once past the overhang width.
3025
3026 * nsterm.m (ns_draw_glyph_string): Likewise.
3027
3028 * w32term.c (x_draw_glyph_string): Likewise.
3029
3030 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
3031
3032 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
3033 double file close.
3034
3035 2008-11-14 Martin Rudalics <rudalics@gmx.at>
3036
3037 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
3038 dedicated status of window before attempting to display another
3039 buffer in it.
3040
3041 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
3042
3043 * msdos.c (Fmsdos_long_file_names):
3044 (syms_of_msdos) <dos-unsupported-char-glyph>:
3045 * dosfns.c (Fint86): Fix typos in docstrings.
3046
3047 2008-11-14 Eli Zaretskii <eliz@gnu.org>
3048
3049 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
3050
3051 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3052
3053 * puresize.h (BASE_PURESIZE): Increase to 1260000.
3054
3055 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
3056
3057 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
3058
3059 * frame.h: Negative alpha means "don't touch".
3060
3061 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
3062
3063 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
3064
3065 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3066
3067 * hftctl.c:
3068 * chpdef.h:
3069 * acldef.h: Remove files used only for systems no longer supported.
3070
3071 * Makefile.in: Fix .o alphabetical ordering.
3072 (hftctl.o): Remove dependency, file removed.
3073 (keymap.o, print.o): Depend on charset.h.
3074
3075 2008-11-10 Kenichi Handa <handa@m17n.org>
3076
3077 * character.c (Fget_byte): Fix and make it faster for unibyte target.
3078
3079 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * dired.c (file_name_completion): If completion_ignore_case is
3082 enabled, ignore case when checking completion-regexp-list.
3083
3084 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3085
3086 * vm-limit.c (get_lim_data): Fix last change.
3087
3088 2008-11-08 Kenichi Handa <handa@m17n.org>
3089
3090 * character.c (Fget_byte): New function.
3091 (syms_of_character): Defsubr Fget_byte.
3092
3093 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
3096 cursor position is valid after scrolling.
3097
3098 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
3099
3100 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
3101
3102 2008-11-06 Glenn Morris <rgm@gnu.org>
3103
3104 * xterm.c (handle_one_xevent): Don't let popup menus cause
3105 mouse-autoselect-window related window switching. (Bug#1261)
3106
3107 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
3108
3109 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
3110
3111 2008-11-04 Andreas Schwab <schwab@suse.de>
3112
3113 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
3114
3115 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * xfns.c (Fx_wm_set_size_hint): New function.
3118
3119 2008-11-03 Martin Rudalics <rudalics@gmx.at>
3120
3121 * textprop.c (Fprevious_single_char_property_change): Return 0
3122 when there's no change in a string. (Bug#1301)
3123
3124 2008-11-02 Martin Rudalics <rudalics@gmx.at>
3125
3126 * frame.c (do_switch_frame): New argument NORECORD passed to
3127 Fselect_window.
3128 (Fselect_frame): New argument NORECORD passed to
3129 do_switch_frame.
3130 (Fset_frame_selected_window): New argument NORECORD passed to
3131 Fselect_frame.
3132 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
3133 in call of do_switch_frame.
3134 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
3135 Handle NORECORD argument in call of Fselect_frame.
3136 * lisp.h (do_switch_frame, Fselect_frame)
3137 (Fset_frame_selected_window): Adjust declarations.
3138 * window.c (select_frame_norecord): New function.
3139 (run_window_configuration_change_hook): Use it and call
3140 Fselect_frame with NORECORD set.
3141 (Fselect_window): Pass NORECORD to Fselect_frame.
3142 (Fset_window_configuration): Handle NORECORD argument in call of
3143 do_switch_frame.
3144 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
3145 Fset_frame_selected_window.
3146 * keyboard.c (command_loop_1): Handle NORECORD in call of
3147 Fselect_frame (currently ifdefd).
3148
3149 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
3150
3151 * emacs.c (USAGE2): Untabify.
3152
3153 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * composite.c (fill_gstring_header): Fix copy/paste typo.
3156
3157 2008-10-31 Martin Rudalics <rudalics@gmx.at>
3158
3159 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
3160 (Fother_window): Rename argument and rewrite doc-string.
3161 (select_window_norecord): Fix return value. (Bug#1276)
3162
3163 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
3164
3165 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
3166 new frames overriding foreground for tooltips. Based on similar patch
3167 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
3168
3169 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * emacs.c (Fdaemon_initialized): Initialize nfd.
3172
3173 2008-10-29 Martin Rudalics <rudalics@gmx.at>
3174
3175 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
3176 (Fwindow_text_height): Clarify doc-strings.
3177 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
3178 doc-string of window-scroll-functions.
3179
3180 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3181
3182 * category.c (syms_of_category): Fix typo in docstring.
3183
3184 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
3187 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
3188 Fix typos in docstrings.
3189
3190 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3191
3192 * emacs.c (daemon_pipe): Make non-static.
3193 (IS_DAEMON): Move definition ...
3194 * lisp.h (IS_DAEMON): ... here.
3195 (daemon_pipe): Declare.
3196 (is_daemon): Remove.
3197 * dispnew.c (init_display): Use IS_DAEMON.
3198
3199 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
3202 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
3203
3204 * emacs.c (is_daemon): Remove.
3205 (main): Don't set is_daemon.
3206 (IS_DAEMON): New macro.
3207 (Fdaemonp, Fdaemon_initialized): Use it.
3208 (Fdaemon_initialized): Write a char into the pipe to make sure the
3209 parent exits.
3210 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
3211
3212 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
3215 over-sized glyph, draw it with the default glyph width.
3216
3217 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
3218 glyph, draw it with the default glyph width.
3219
3220 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
3221 glyph, draw it with the default glyph width.
3222
3223 * xdisp.c (try_scrolling): When computing the distance from the
3224 scroll margin to PT, try moving some distance past the window
3225 bottom before giving up.
3226
3227 2008-10-27 Martin Rudalics <rudalics@gmx.at>
3228
3229 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
3230 (Fset_window_buffer): Explain in doc-string that a window can be
3231 "strongly" dedicated to its buffer.
3232
3233 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3234
3235 * emacs.c (daemon_name): New variable.
3236 (main): Deal with --daemon=SERVER_NAME.
3237 (Fdaemonp): Return a name if one was passed to --daemon.
3238
3239 2008-10-26 Romain Francoise <romain@orebokech.com>
3240
3241 * emacs.c (daemon_pipe): New variable.
3242 (main): Create a pipe before forking, make the parent exit only after
3243 the child has closed its end of the pipe. Move closing the
3244 descriptors ...
3245 (Fdaemon_initialized): ... here. New function.
3246
3247 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
3250 the previous unoptimized table.
3251
3252 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
3253 the distinction between non-nil and non-t value of `dedicated'.
3254
3255 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
3258 read_char_minibuf_menu_text is large enough to hold the menu string.
3259
3260 2008-10-25 Martin Rudalics <rudalics@gmx.at>
3261
3262 * window.c (Fget_buffer_window, Fdelete_windows_on)
3263 (Freplace_buffer_in_windows): Make buffer argument optional and
3264 rename to buffer_or_name.
3265
3266 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * xdisp.c (handle_single_display_spec, handle_display_prop):
3269 Undo 2005-05-16 change.
3270 (handle_stop): Pop iterator if it's loaded with an empty string.
3271 (get_overlay_strings_1): Don't save iterator if it's loaded with
3272 an empty string (bug#1201).
3273
3274 2008-10-24 Kenichi Handa <handa@m17n.org>
3275
3276 * ftfont.c (ftfont_otf_features): Fix previous change.
3277 (ftfont_otf_capability): Check FeatureList.FeatureCount before
3278 calling ftfont_otf_features.
3279
3280 2008-10-24 Kenichi Handa <handa@m17n.org>
3281
3282 * font.c (font_match_p): Fix for the case that a vector of
3283 characters is in script-representative-chars.
3284
3285 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
3286
3287 * dbusbind.c (xd_in_read_queued_messages): New variable.
3288 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
3289 (xd_read_queued_messages): Catch Qdbus_error from the macros.
3290 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
3291 macro. (Bug#1186).
3292
3293 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3294
3295 * s/sol2-10.h: New file.
3296
3297 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * xdisp.c (fill_glyph_string): Fix typo in source (though the
3300 poor beast has survived 9+ years and the jump from xterm.c!).
3301
3302 2008-10-23 Martin Rudalics <rudalics@gmx.at>
3303
3304 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
3305 Reword doc-string.
3306 (Fbury_buffer): In doc-string say what happens to the buffer's window.
3307
3308 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * character.c (syms_of_character) <script-representative-chars>:
3311 <unicode-category-table>: Doc fixes.
3312
3313 2008-10-23 Noah Friedman <friedman@splode.com>
3314
3315 * coding.c (make_conversion_work_buffer): Check that
3316 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
3317 Fget_buffer_create.
3318
3319 2008-10-23 Kenichi Handa <handa@m17n.org>
3320
3321 * font.c (font_add_log): Check the values of extra properties.
3322
3323 2008-10-22 Martin Rudalics <rudalics@gmx.at>
3324
3325 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
3326 Reword doc-string.
3327 (Fset_window_parameter): Use NILP.
3328 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
3329 (Frecenter): Use "selected" instead of "current" window in doc-strings.
3330
3331 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
3334
3335 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3336
3337 * nsfns.m (ns_appkit_version): New function.
3338 (x-server-version): Use it.
3339 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
3340 (x-server-vendor): Don't check_ns().
3341
3342 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
3343
3344 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
3345
3346 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
3347 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
3348
3349 2008-10-22 Kenichi Handa <handa@m17n.org>
3350
3351 * syntax.c (scan_words): Call word_boundary_p instead of comparing
3352 scripts.
3353
3354 * category.c (word_boundary_p): Check scripts instead of charset.
3355 Handle nil value in word-separating-categories and
3356 word-combining-categories.
3357 (syms_of_category): Fix docstrings of word-separating-categories
3358 and word-combining-categories.
3359
3360 2008-10-21 Eli Zaretskii <eliz@gnu.org>
3361
3362 * coding.c (Fencode_coding_region, Fdecode_coding_region)
3363 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
3364
3365 2008-10-21 Martin Rudalics <rudalics@gmx.at>
3366
3367 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
3368 Rename arg "buffer" to "buffer_or_name".
3369 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
3370 it optional.
3371 (no_switch_window): Remove since the return value is not used.
3372 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
3373 Consider window as dedicated when Fwindow_dedicated_p returns a
3374 non-nil value.
3375 * lisp.h: Remove prototype for no_switch_window.
3376
3377 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
3378
3379 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
3380 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
3381
3382 2008-10-21 Kenichi Handa <handa@m17n.org>
3383
3384 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
3385 check Vlatin_extra_code_table.
3386
3387 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3388
3389 * fileio.c (Fset_file_modes): Doc fix.
3390
3391 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
3392
3393 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
3394 in arrays.
3395
3396 2008-10-19 Martin Rudalics <rudalics@gmx.at>
3397
3398 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
3399 Mention kill-buffer in doc-string.
3400 (Fset_window_buffer): Reinsert tem check removed in last commit.
3401 (Fenlarge_window, Fshrink_window): Have argument names and
3402 doc-string follow Elisp manual more closely.
3403
3404 2008-10-18 Eli Zaretskii <eliz@gnu.org>
3405
3406 * fileio.c (Fset_file_modes): Doc fix.
3407
3408 2008-10-18 Martin Rudalics <rudalics@gmx.at>
3409
3410 * window.c (Fwindow_width, Fset_window_start)
3411 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
3412 (Fdelete_windows_on, Freplace_buffer_in_windows):
3413 Make doc-strings follow code and Elisp manual more closely.
3414 (Fwindow_dedicated_p): Make window argument optional.
3415 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
3416 (Fset_window_buffer): Respect any non-nil dedicated value for
3417 window. Rename "buffer" argument to "buffer_or_name".
3418
3419 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
3420
3421 * m/sh3.h: New file, machine description for SuperH.
3422
3423 2008-10-17 Martin Rudalics <rudalics@gmx.at>
3424
3425 * window.c (Fsplit_window): Rename arg horflag to horizontal.
3426
3427 2008-10-17 Kenichi Handa <handa@m17n.org>
3428
3429 * ftfont.c (ftfont_otf_features): Fix indexing
3430 gsub_gpos->FeatureList.Feature. Check the validity of indices.
3431
3432 2008-10-16 Magnus Henoch <mange@freemail.hu>
3433
3434 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
3435 (Fdbus_call_method_asynchronously): Ditto.
3436 This change makes C-h f display the argument list.
3437
3438 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * fileio.c (Fexpand_file_name): Doc fix.
3441
3442 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
3443 of :foreground and :background equivalent to unspecified (20.x
3444 compatibility).
3445
3446 2008-10-15 Eli Zaretskii <eliz@gnu.org>
3447
3448 * buffer.c (syms_of_buffer): Doc fix.
3449
3450 2008-10-14 Kenichi Handa <handa@m17n.org>
3451
3452 * font.c (font_clear_prop): When clearing font width, clear the
3453 average width field too.
3454
3455 2008-10-12 Andreas Schwab <schwab@suse.de>
3456
3457 * ftfont.c (ftfont_shape_by_flt): Make static.
3458 * ftfont.h (ftfont_shape_by_flt): Don't declare.
3459
3460 * font.c: Don't include <m17n-flt.h>.
3461
3462 2008-10-10 Eli Zaretskii <eliz@gnu.org>
3463
3464 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
3465
3466 2008-10-09 Eli Zaretskii <eliz@gnu.org>
3467
3468 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
3469 away code.
3470
3471 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
3472
3473 * dispnew.c (update_text_area): Avoid looping due to large glyph
3474 overhangs (bug#1070).
3475
3476 2008-10-09 Kenichi Handa <handa@m17n.org>
3477
3478 * fontset.c (face_for_char): If face->fontset is negative, just
3479 return ascii_face.
3480
3481 * font.c (font_delete_unmatched): Fix previous change.
3482 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
3483
3484 2008-10-09 Martin Rudalics <rudalics@gmx.at>
3485
3486 * frame.c (Fraise_frame): On text-only terminals select frame in
3487 order to make it visible. (Bug#1061)
3488
3489 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * fontset.c (fontset_find_font): Check frame validity.
3492
3493 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * gtkutil.c (xg_display_open): Reset default display if none exists.
3496 (xg_display_close): Allow Emacs to close all displays (bug#985).
3497
3498 2008-10-06 Andreas Schwab <schwab@suse.de>
3499
3500 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
3501
3502 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
3505
3506 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
3507
3508 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
3509 during initialization.
3510
3511 2008-10-04 Eli Zaretskii <eliz@gnu.org>
3512
3513 * xdisp.c (redisplay_internal): If frame switched, redisplay the
3514 whole thing on MSDOS frames as well as on a TTY.
3515
3516 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
3517 well as for TTY.
3518 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
3519 well as on a TTY.
3520
3521 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
3522 as well as for TTY.
3523
3524 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
3525
3526 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
3527 MSDOS frames as well.
3528
3529 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3530
3531 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
3532 correct arguments.
3533 * menu.c (find_and_return_menu_selection): Add cast.
3534
3535 2008-10-03 Glenn Morris <rgm@gnu.org>
3536
3537 * emacs.c (USAGE1): Add --daemon.
3538
3539 2008-10-02 Eli Zaretskii <eliz@gnu.org>
3540
3541 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
3542 100, so it's in percents as advertised.
3543
3544 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3545
3546 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
3547 (ns_output.current_cursor, ns_output.desired_cursor)
3548 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
3549 (FRAME_NEW_CURSOR_COLOR): Remove.
3550
3551 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
3552 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
3553 enumeration (HOLLOW_BOX_CURSOR, etc.).
3554
3555 * nsterm.m (ns_frame_rehighlight): Remove commented code.
3556 (draw_window_cursor): Simplify code.
3557 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
3558 Don't change cursor type. In latter, call rehighlight instead of doing
3559 updates manually.
3560 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
3561 Use core Emacs cursor types.
3562
3563 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
3564
3565 2008-10-02 Martin Rudalics <rudalics@gmx.at>
3566
3567 * process.c (Faccept_process_output): Fix doc-string.
3568
3569 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3570
3571 * gmalloc.c (__sbrk): Also define for uClibc.
3572
3573 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
3574 for uClibc.
3575
3576 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3577
3578 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
3579 styles.
3580 (nsfont_open): Reenable the cache.
3581
3582 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3583
3584 * font.c (font_matching_entity): Reflect ATTRS in font selection.
3585 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
3586
3587 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
3590 a suspended terminal.
3591
3592 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
3593
3594 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
3595
3596 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3597
3598 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
3599
3600 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
3603 in a continued line coincides with a line beginning.
3604
3605 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3606
3607 * nsfont.m (nsfont_trait_distance): Fix bug.
3608 (nsfont_list): Return a list rather than a vector (syncs with Handa
3609 changes of 2008-05-14).
3610 (nsfont_open): Improve logging.
3611
3612 2008-09-29 Andreas Schwab <schwab@suse.de>
3613
3614 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3615
3616 2008-09-28 Martin Rudalics <rudalics@gmx.at>
3617
3618 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
3619 name as char-resolve-modifiers.
3620 Reported by: Markus Triska <markus.triska@gmx.at>
3621
3622 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3623
3624 * dispnew.c (init_display): Return earlier when running as a daemon.
3625
3626 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3627
3628 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
3629
3630 2008-09-27 Eli Zaretskii <eliz@gnu.org>
3631
3632 * composite.c (Fcomposition_get_gstring)
3633 (Fcompose_region_internal, Fcompose_string_internal)
3634 (Ffind_composition_internal): Doc fix.
3635 (syms_of_composite) <compose-chars-after-function>: Doc fix.
3636 (syms_of_composite) <auto-composition-function>: Doc fix.
3637 (syms_of_composite) <composition-function-table>: Doc fix.
3638
3639 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * search.c (wordify): New argument for lax word-ends.
3642 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
3643
3644 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3645
3646 * lisp.h (is_daemon): Declare.
3647 * dispnew.c (init_display): Do not try to initialize the terminal
3648 when running as a daemon.
3649
3650 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
3653 x_display_pixel_height.
3654
3655 2008-09-22 Martin Rudalics <rudalics@gmx.at>
3656
3657 * undo.c (record_point): Don't call Fundo_boundary for first
3658 change. (Bug#731)
3659
3660 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * emacs.c (Fdaemonp): Doc fix.
3663
3664 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3665
3666 * emacs.c (main): Place #ifdef in the proper place.
3667
3668 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3669
3670 * emacs.c (standard_args): Add --daemon.
3671 (main): Disconnect from the terminal when --daemon is passed.
3672 (is_daemon): New variable.
3673 (Fdaemonp): New function.
3674 (syms_of_emacs): Defsubr it.
3675
3676 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
3677
3678 * xdisp.c (get_next_display_element): Handle string display
3679 correctly when checking for the end of a box run.
3680
3681 2008-09-20 Glenn Morris <rgm@gnu.org>
3682
3683 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
3684 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
3685 (Frename_file): Avoid copying to trash if a rename involves
3686 a delete. (Bug#964).
3687
3688 2008-09-20 Eli Zaretskii <eliz@gnu.org>
3689
3690 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
3691 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
3692 frames as well as termcap frames.
3693 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
3694 get_named_tty.
3695
3696 2008-09-19 Eli Zaretskii <eliz@gnu.org>
3697
3698 * process.c (procfs_system_process_attributes): Fix cmdline in
3699 case /proc/PID/cmdline is empty.
3700
3701 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
3702 x_display_pixel_height.
3703
3704 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
3707
3708 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
3709 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
3710
3711 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * dispextern.h (struct it): Move line_wrap away from the middle of
3714 bitfields. Move voffset in struct iterator_stack_entry after the
3715 bitfields. Move tab_width near after another short.
3716
3717 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3718
3719 * frame.h (struct frame): Move alpha from the middle of bitfields.
3720
3721 * window.h (struct window): Move frozen_window_start_p after the
3722 rest of the bitfields to reduce padding.
3723
3724 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * xterm.h (x_display_info): Remove `height' and `width' members.
3727
3728 * nsterm.h (ns_display_info): Remove `height' and `width' members.
3729
3730 * w32term.h (w32_display_info): Remove `height', `width',
3731 `height_in', and `width_in' members.
3732
3733 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3734 New functions.
3735 (x_calc_absolute_position): Use them.
3736 (x_term_init): Omit removed `height' and `width' members.
3737
3738 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3739 New functions.
3740 (w32_read_socket, x_calc_absolute_position): Use them.
3741 (w32_initialize_display_info, w32_term_init): Omit removed members
3742 of w32_display_info.
3743
3744 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
3745 New functions.
3746 (ns_initialize_display_info): Omit removed members of ns_display_info.
3747
3748 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3749 New functions.
3750 (x_calc_absolute_position): Use them.
3751 (x_term_init): Omit removed `height' and `width' members.
3752
3753 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
3754 (compute_tip_xy):
3755 * frame.c (x_fullscreen_adjust):
3756 * xmenu.c (menu_position_func): Use x_display_pixel_height and
3757 x_display_pixel_width.
3758
3759 2008-09-18 Kenichi Handa <handa@m17n.org>
3760
3761 * composite.c (fill_gstring_header): Don't check FROM and TO here.
3762 (composition_compute_stop_pos): Fix handling of static composition.
3763 (Fcomposition_get_gstring): Check FROM and TO at first.
3764
3765 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
3768 mixup (YAILOM).
3769
3770 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * indent.c (Fvertical_motion): Use position reported by iterator
3773 instead of PT for determining screen motion (bug#943).
3774
3775 2008-09-17 Romain Francoise <romain@orebokech.com>
3776
3777 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
3778
3779 2008-09-17 Kenichi Handa <handa@m17n.org>
3780
3781 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
3782
3783 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
3784 if necessary.
3785
3786 2008-09-16 Kenichi Handa <handa@m17n.org>
3787
3788 * coding.c (make_conversion_work_buffer): Avoid calling
3789 Fget_buffer_create if it is not necessary.
3790
3791 2008-09-15 Martin Rudalics <rudalics@gmx.at>
3792
3793 * window.c (Fselect_window): Don't update window_select_count and
3794 use_time when norecord is not nil.
3795
3796 2008-09-14 Kenichi Handa <handa@m17n.org>
3797
3798 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
3799 specpdl_ptr.
3800
3801 2008-09-12 Kenichi Handa <handa@m17n.org>
3802
3803 * indent.c (scan_for_column): Don't handle automatic composition
3804 if the current buffer is not associated with a window.
3805
3806 * composite.c (composition_reseat_it): If the current buffer is
3807 not associated with a window, ignore the automatic composition.
3808 (find_automatic_composition): Likewise.
3809
3810 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
3813 (Fgpm_mouse_stop): Use it.
3814 * termhooks.h (close_gpm): Declare.
3815 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
3816 connection if Gpm_GetEvent fails.
3817
3818 * window.c (set_window_buffer): Always preserve current-buffer.
3819
3820 2008-09-12 Glenn Morris <rgm@gnu.org>
3821
3822 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
3823
3824 2008-09-11 Glenn Morris <rgm@gnu.org>
3825
3826 * charset.c (charset-map-path): Doc fix.
3827
3828 2008-09-10 Kenichi Handa <handa@m17n.org>
3829
3830 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
3831
3832 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
3833 compose a grapheme cluster with the preceding base glyph.
3834
3835 * composite.c (composition_compute_stop_pos): Fix previous change.
3836 Reset cmp_it->id to -1 at first.
3837
3838 2008-09-10 Glenn Morris <rgm@gnu.org>
3839
3840 * Makefile.in (character.o, chartab.o): Fix config.h typo.
3841
3842 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
3843
3844 * keyboard.c (read_key_sequence): Reapply translation maps when
3845 switching keyboards.
3846
3847 2008-09-09 Kenichi Handa <handa@m17n.org>
3848
3849 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
3850 characters.
3851
3852 * composite.c (FORWARD_CHAR): Fix calculation
3853 of (POSITION).pos_byte.
3854 (composition_compute_stop_pos): Limit the search of composition to
3855 at most 500 characters ahead. If we reach the limit or find a
3856 newline, set cmp_it->ch to -2 and return 0.
3857 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
3858
3859 2008-09-08 Kenichi Handa <handa@m17n.org>
3860
3861 * indent.c (Fvertical_motion): Be sure to set
3862 it_overshoot_expected if it.cmp_it.id is non-negative.
3863
3864 2008-09-07 Andreas Schwab <schwab@suse.de>
3865
3866 * callproc.c (Fcall_process): Don't hold references to string data
3867 across garbage collection. Move initialisation of new_argv down
3868 to avoid compiler bug.
3869
3870 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3871
3872 * process.c (Fsystem_process_attributes): Doc fix.
3873
3874 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * callproc.c (Fcall_process): Canonicalize current directory name.
3877
3878 * xdisp.c (move_it_to): When moving by vpos, ensure that the
3879 iterator advances to the next line if the current line ends in a
3880 continued tab.
3881
3882 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
3883
3884 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
3885 member to point to cmp_from.
3886
3887 * xdisp.c: Doc fix for references to gidx data member.
3888
3889 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
3892
3893 2008-09-07 Kenichi Handa <handa@m17n.org>
3894
3895 * composite.c (FORWARD_CHAR): Check STOP after
3896 incrementing (POSITION).pos.
3897
3898 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3899
3900 * process.c (Fsystem_process_attributes): Doc fix.
3901
3902 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * keyboard.c (Ftop_level): Doc fix.
3905
3906 2008-09-06 Eli Zaretskii <eliz@gnu.org>
3907
3908 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
3909 minibuffer, don't let lower part of menu invade the echo area.
3910
3911 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
3912 "char *q" to access menu text and advance through it. Revert the
3913 change that displayed ">" instead of ASCII character 0x10.
3914
3915 2008-09-05 Eli Zaretskii <eliz@gnu.org>
3916
3917 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
3918 toggle boxes and radio buttons on MS-DOS as well.
3919
3920 2008-09-05 Kenichi Handa <handa@m17n.org>
3921
3922 * composite.c (autocmp_chars): Check lookback count.
3923 (composition_compute_stop_pos): Set cmp_it->lookback.
3924 (composition_reseat_it): Check lookback count.
3925 (struct position_record): New struct.
3926 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
3927 (find_automatic_composition): New function.
3928 (composition_adjust_point): Use find_automatic_composition.
3929
3930 * dispextern.h (struct composition_it): New member lookback.
3931
3932 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
3935 if moving by a single line.
3936
3937 2008-09-02 Andreas Schwab <schwab@suse.de>
3938
3939 * xterm.c (x_delete_display): Fix merge error.
3940
3941 * fileio.c (Fexpand_file_name): Remove unused variables.
3942
3943 2008-09-02 Eli Zaretskii <eliz@gnu.org>
3944
3945 * fileio.c (Fexpand_file_name): Copy argument `name' into local
3946 storage on all platforms, not just on DOS_NT.
3947
3948 2008-09-02 Jason Rumney <jasonr@gnu.org>
3949
3950 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
3951 Ensure mouse is not grabbed after menu is finished.
3952
3953 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * xfaces.c (Finternal_set_alternative_font_family_alist)
3956 (Finternal_set_alternative_font_registry_alist): Properly copy
3957 entire alist structure.
3958
3959 2008-09-01 Kenichi Handa <handa@m17n.org>
3960
3961 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
3962 representative chars of the script is a vector.
3963 (ftfont_list): Handle the case where the representative chars of
3964 the script is a vector.
3965
3966 * character.c (syms_of_character): Docstring of
3967 script-representative-chars fixed.
3968
3969 2008-08-31 Eli Zaretskii <eliz@gnu.org>
3970
3971 * msdos.c (BUILD_CHAR_GLYPH): New macro.
3972 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
3973 the menu. Allocate larger buffer for `text', to account for
3974 possible ^C characters.
3975
3976 2008-08-31 Martin Rudalics <rudalics@gmx.at>
3977
3978 * xdisp.c (prepare_menu_bars): Don't call
3979 Vwindow_size_change_functions with arg Qt.
3980
3981 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * font.h (font_range):
3984 * fileio.c (report_file_error):
3985 * composite.c (composition_update_it): Yet another int/Lisp_Object
3986 mixup (YAILOM).
3987
3988 2008-08-30 Glenn Morris <rgm@gnu.org>
3989
3990 * data.c (Fmake_variable_frame_local): Doc fix.
3991
3992 * frame.c (Fmodify_frame_parameters): Doc fix.
3993
3994 2008-08-30 Eli Zaretskii <eliz@gnu.org>
3995
3996 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
3997 needed by GetTokenInformation.
3998 (w32_system_process_attributes): Check return values of all system
3999 APIs.
4000
4001 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
4002 only when the state changes.
4003 (IT_update_begin, IT_update_end): Add termscript trace.
4004
4005 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
4006 clipboard is unavailable. Set dst to NULL if it doesn't point to
4007 malloc'ed data.
4008 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
4009 passing random values to xfree.
4010
4011 * dispnew.c (init_display): Set `tty's association in frame's
4012 parameters alist to the name of the terminal device, if that is known.
4013
4014 2008-08-29 Jason Rumney <jasonr@gnu.org>
4015
4016 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
4017
4018 2008-08-29 Eli Zaretskii <eliz@gnu.org>
4019
4020 * composite.c (fill_gstring_body): Avoid compiler warnings.
4021
4022 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
4023 LGLYPH_SET_CODE to avoid compiler warnings.
4024
4025 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
4026
4027 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
4028
4029 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
4030 LGLYPH_SET_CODE.
4031
4032 2008-08-29 Kenichi Handa <handa@m17n.org>
4033
4034 * fileio.c (report_file_error): Don't downcase the first character
4035 of errstring if it is still unibyte.
4036
4037 2008-08-29 Kenichi Handa <handa@m17n.org>
4038
4039 These changes are to re-implement the automatic composition so
4040 that it doesn't use text properties.
4041
4042 * Makefile.in (ftfont.o): Depend on composite.h.
4043 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
4044
4045 * character.h (Vunicode_category_table): Extern it.
4046
4047 * character.c (Vunicode_category_table): New variable.
4048 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
4049
4050 * chartab.c (optimize_sub_char_table): Perform more greedy
4051 optimization.
4052
4053 * composite.h (enum composition_method):
4054 Delete COMPOSITION_WITH_GLYPH_STRING.
4055 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
4056 (Vcomposition_function_table): Extern it.
4057 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
4058 (composition_gstring_put_cache, composition_gstring_from_id)
4059 (composition_gstring_p, composition_gstring_width)
4060 (composition_compute_stop_pos, composition_reseat_it)
4061 (composition_update_it, composition_adjust_point): Extern them.
4062 (Fcomposition_get_gstring): EXFUN it.
4063
4064 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
4065 (Vcomposition_function_table)
4066 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
4067 (gstring_hash_table, gstring_work, gstring_work_headers):
4068 New variables.
4069 (gstring_lookup_cache, composition_gstring_put_cache)
4070 (composition_gstring_from_id, composition_gstring_p)
4071 (composition_gstring_width, fill_gstring_header)
4072 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
4073 (composition_reseat_it, composition_update_it)
4074 (composition_adjust_point, Fcomposition_get_gstring): New functions.
4075 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
4076 and gstring_work_headers. DEFVAR_LISP composition-function-table.
4077 Defsubr compostion_get_gstring.
4078
4079 * dispextern.h (struct glyph): New union u.cmp. Delete the member
4080 cmp_id.
4081 (struct glyph_string): Delete the member gidx. New members
4082 cmp_id, cmp_from, and cmp_to.
4083 (enum it_method): Delete GET_FROM_COMPOSITION.
4084 (struct composition_it): New struct.
4085 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
4086 Delete c, len, cmp_id, cmp_len in u.comp.
4087
4088 * font.h (enum lgstring_indices): Delete it.
4089 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
4090 (enum lglyph_indices): Likewise.
4091 (font_range): Adjust extern.
4092 (font_fill_lglyph_metrics): Extern it.
4093
4094 * font.c (QCf): New variable.
4095 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
4096 (font_prepare_composition): Delete this function.
4097 (font_range): Type and arguments changed.
4098 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
4099 (font_fill_lglyph_metrics): New function.
4100 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
4101 (syms_of_font): DEFSYM QCf. Delete defsubr for
4102 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
4103 Defsubr Sfont_shape_gstring.
4104
4105 * fontset.h (font_for_char): Extern it.
4106
4107 * fontset.c (font_for_char): New function.
4108
4109 * ftfont.c: Include composite.h.
4110 (ftfont_resolve_generic_family): Add langset "en" to pattern.
4111 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
4112
4113 * indent.c: Include composite.h and dispextern.h.
4114 (check_composition): Delete this function.
4115 (scan_for_column): Handle composition by
4116 composition_compute_stop_pos, composition_reseat_it, and
4117 composition_update_it.
4118 (compute_motion): Likewise.
4119 (Fvertical_motion): Fix checking of composition.
4120
4121 * keyboard.c (adjust_point_for_property): Check composition by
4122 composition_adjust_point.
4123
4124 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
4125 struct glyph_string.
4126
4127 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
4128 (append_composite_glyph): Adjust for the change of struct it and
4129 struct glyph.
4130 (produce_composite_glyph): Likewise.
4131
4132 * w32term.c (x_draw_composite_glyph_string_foreground):
4133 Adjust for the change of struct glyph_string.
4134 (x_draw_glyph_string): Likewise.
4135
4136 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
4137 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
4138
4139 * xdisp.c: Include font.h.
4140 (it_props): Delete the entry for Qauto_composed.
4141 (init_iterator): Initialize it->cmp_it.id to -1.
4142 (compute_stop_pos): Call composition_compute_stop_pos.
4143 (face_before_or_after_it_pos): Adjust for the change of struct it.
4144 (handle_auto_composed_prop): Delete it.
4145 (handle_composition_prop): Handle only static composition.
4146 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
4147 from xassert. Initialize it->cmp_it.stop_pos.
4148 (push_it): Adjust for the change of struct it.
4149 (pop_it): Likewise.
4150 (get_next_element): Delete next_element_from_composition.
4151 (CHAR_COMPOSED_P): New macro.
4152 (get_next_display_element): For automatic composition, get a face
4153 from the font in the glyph-string.
4154 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
4155 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
4156 (next_element_from_string): Check if the character at the current
4157 position is composed by CHAR_COMPOSED_P.
4158 (next_element_from_buffer): Likewise.
4159 (next_element_from_composition): Adjust for the change of struct it.
4160 Update it->cmp_it.
4161 (dump_glyph): Adjust for the change of struct glyph.
4162 (fill_composite_glyph_string): Adjust for the change of struct
4163 it and struct glyph. Don't handle automatic composition here.
4164 (fill_gstring_glyph_string): New function.
4165 (x_get_glyph_overhangs): Handle automatic composition.
4166 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
4167 (BUILD_GSTRING_GLYPH_STRING): New macro.
4168 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
4169 automatic composition.
4170 (append_composite_glyph): Adjust for the change of struct it and
4171 struct glyph.
4172 (x_produce_glyphs): Adjust for the change of struct it.
4173
4174 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
4175 the change of struct glyph_string.
4176 (x_draw_glyph_string): Likewise.
4177
4178 2008-08-29 Glenn Morris <rgm@gnu.org>
4179
4180 * buffer.c (word-wrap): Doc fix.
4181 * xdisp.c (truncate-partial-width-windows): Doc fix.
4182 Increase default to 50.
4183
4184 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
4185
4186 * xdisp.c (update_tool_bar_unwind): New function.
4187 (update_tool_bar): Temporarily set selected frame before building
4188 tool-bar items.
4189
4190 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
4191
4192 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
4193 snprintf, respectively.
4194 (xd_append_arg): Convert strings with Fstring_make_unibyte.
4195
4196 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
4199 LDFLAGS to GNUstep CC invocation.
4200
4201 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * indent.c (Fvertical_motion): Revert last change. Handle the
4204 general case where we are moving forward, and PT spans multiple
4205 screen lines.
4206
4207 * eval.c (find_handler_clause): Temporarily increase
4208 max-lisp-eval-depth while printing the backtrace buffer, to
4209 guarantee that help-mode code can run.
4210
4211 2008-08-27 Eli Zaretskii <eliz@gnu.org>
4212
4213 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
4214 colors under -rv.
4215 (IT_set_frame_parameters): Don't swap foreground and background
4216 colors if `(reverse . t)' is present in the frame properties.
4217 (internal_terminal_init): Call init_frame_faces only for the
4218 initial frame.
4219
4220 2008-08-27 Andreas Schwab <schwab@suse.de>
4221
4222 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
4223
4224 2008-08-27 Andreas Schwab <schwab@suse.de>
4225
4226 * search.c (search_buffer): Set char_base to zero only at the end.
4227
4228 2008-08-27 Kenichi Handa <handa@m17n.org>
4229
4230 * fileio.c (report_file_error): Fix handling of multibyte error string.
4231
4232 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
4233
4234 * xterm.c (x_term_init): Temporarily hide the partially
4235 initialized terminal while calling vendor-specific-keysyms.
4236
4237 2008-08-26 Eli Zaretskii <eliz@gnu.org>
4238
4239 * msdos.c (internal_terminal_init): Most initializations done only
4240 once, especially initial_screen_colors[] and termscript open.
4241
4242 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * eval.c (Fcondition_case): Doc fix.
4245
4246 * widgetprv.h (EmacsFramePart): Change font member to the new font
4247 struct.
4248
4249 * widget.c: Include character.h and font.h for XSETFONT.
4250 (setup_frame_gcs): Compute X font id from font struct, just once.
4251
4252 2008-08-26 Eli Zaretskii <eliz@gnu.org>
4253
4254 * term.c (get_named_tty): Fix last change.
4255
4256 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * indent.c (Fvertical_motion): If moving forward starting from a
4259 multi-line string, move the iterator to the last line of that string.
4260
4261 2008-08-25 Eli Zaretskii <eliz@gnu.org>
4262
4263 * frame.c (do_switch_frame): Mark previously displayed frame as
4264 obscured for FRAME_MSDOS_P frames as well.
4265
4266 2008-08-24 Eli Zaretskii <eliz@gnu.org>
4267
4268 * frame.c (make_terminal_frame): Initialize f->terminal,
4269 f->terminal->reference_count, and scroll bars on MS-DOS as well.
4270 Set the top frame to newly created frame.
4271 (Fmake_terminal_frame): Reuse the_only_display_info.
4272
4273 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
4274 estimating available memory.
4275
4276 2008-08-23 David Reitter <david.reitter@gmail.com>
4277
4278 * nsterm.m (ns_draw_window_cursor): Don't call
4279 NSDisableScreenUpdates and NSEnableScreenUpdates on
4280 non-NS_IMPL_COCOA systems.
4281
4282 2008-08-23 Andreas Schwab <schwab@suse.de>
4283
4284 * process.c (procfs_system_process_attributes): Fix use of
4285 uninitialized variables.
4286
4287 2008-08-23 Eli Zaretskii <eliz@gnu.org>
4288
4289 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
4290
4291 * dispnew.c (init_display): Remove MS-DOS specific conditions for
4292 calling tty-set-up-initial-frame-faces.
4293
4294 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
4295 Allow MSDOS frames along with X frames.
4296
4297 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
4298 addition to output_termcap.
4299
4300 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
4301
4302 * termchar.h (FRAME_TTY): Support output_msdos_raw.
4303 (struct tty_display_info) [MSDOS]: Add fields related to mouse
4304 highlight.
4305
4306 * process.c [!subprocesses]: Define QCname.
4307 (syms_of_process): Intern and staticpro it.
4308
4309 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
4310 Adjust for changes in encoding/decoding routines.
4311 Use encode_coding_object and decode_coding_object instead of
4312 encode_coding and decode_coding.
4313
4314 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
4315
4316 * dosfns.c: Include frame.h before termhooks.h.
4317 (dos_cleanup): Use CURTTY ()->termscript instead of a global
4318 variable termscript.
4319
4320 * s/msdos.h (USER_FULL_NAME): Define.
4321 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
4322
4323 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
4324 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
4325 pw->pw_gecos.
4326
4327 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
4328 SELECTED_FRAME as additional (1st) argument.
4329 (tty_read_avail_input): Handle output_msdos_raw in
4330 addition to output_termcap.
4331
4332 * msdos.c: Include frame.h before termhooks.h.
4333 (mouse_on, mouse_off, mouse_moveto, mouse_init)
4334 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
4335 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
4336 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
4337 (IT_set_terminal_modes, IT_reset_terminal_modes)
4338 (IT_set_frame_parameters): Use tty->termscript instead of a global
4339 variable termscript.
4340 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
4341 global variable terminal_coding. Don't refer to
4342 Vnonascii_translation_table.
4343 (internal_terminal_init): Set Vwindow_system in current_kboard.
4344 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
4345 Announce date and time of session start, if termscript is open.
4346 Don't zero out the_only_display_info (it is done in
4347 term.c:init_tty). Open termscript only of not already open.
4348 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
4349 here instead of dos_ttraw. Don't initialize display if this is an
4350 initial tty. Don't set FRAME_FONT.
4351 (Vwindow_system_version): Bump to 23.
4352 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
4353 is available, set up mouse_position_hook.
4354 (dos_ttraw, IT_set_terminal_modes): If called with initial
4355 terminal, do nothing.
4356 (IT_set_frame_parameters): Handle the Qtty_type frame
4357 parameter by calling internal_terminal_init.
4358 (dos_set_window_size, show_mouse_face)
4359 (clear_mouse_face, IT_note_mode_line_highlight)
4360 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
4361 (dos_rawgetc): Use tty_display_info instead of x_display_info.
4362 (initialize_msdos_display): New function.
4363 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
4364 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
4365 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
4366 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
4367 Accept additional argument: a pointer to a frame. Update all callers.
4368 (request_sigio, unrequest_sigio): Don't define, now defined on
4369 sysdep.c.
4370 (IT_write_glyphs): Rewrite to use encode_terminal_code.
4371
4372 * term.c [MSDOS]: Include msdos.h.
4373 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
4374 conditional to DOS_NT. Allow only one call to this function in a
4375 session. Don't allocate a new struct tty_display_info; instead,
4376 reuse the_only_display_info. Call get_tty_size to get screen
4377 dimensions. Call init_baud_rate to set bad_rate.
4378 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
4379 (Fsuspend_tty) [MSDOS]: Don't close input and output.
4380 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
4381 (get_tty_terminal, get_named_tty, Ftty_type)
4382 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
4383 output_termcap.
4384 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
4385 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
4386 only when subprocesses are supported.
4387
4388 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
4389 f->output_data.x.
4390 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
4391 terminal devices.
4392
4393 * msdos.h: Remove definition of struct x_display_info and struct
4394 x_output.
4395 (FRAME_FONT): Use output_data.tty.
4396 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
4397 (struct x_display_info): Rename from display_info. Update all users in
4398 msdos.c.
4399 (struct x_output): Remove background_pixel and foreground_pixel.
4400 (the_only_display_info): Rename from the_only_x_display.
4401 (dos_ttraw): Update prototype.
4402
4403 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
4404 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
4405
4406 2008-08-23 Jason Rumney <jasonr@gnu.org>
4407
4408 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
4409 (fn_TIFFSetDirectory): New library function used.
4410 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
4411 (tiff_load): Use :index to select among multiple images. Set count
4412 property when multiple images exist.
4413 (gif_format): Use :index, not :image.
4414
4415 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * xdisp.c (try_scrolling): Check INT_MAX instead of
4418 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
4419 to obtain INT_MAX.
4420
4421 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
4422
4423 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
4424
4425 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4426
4427 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
4428 GNUstep library location.
4429
4430 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * xfaces.c (x_update_menu_appearance): Check validity of menu font
4433 before using it.
4434
4435 * puresize.h (BASE_PURESIZE): Increase to 1250000.
4436
4437 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4438
4439 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
4440 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
4441 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
4442 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
4443 (EmacsApp-cursor_blink_handler): Remove declaration.
4444 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
4445 match 01 Feb 2008 changes in xterm.c.
4446 (ns_read_socket): Add cast to avoid warning.
4447 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
4448 GNUstep.
4449
4450 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
4451
4452 * xselect.c (x_get_foreign_selection): Return nil if desired
4453 selection could not be obtained, instead of signalling an error.
4454
4455 2008-08-20 David Reitter <david.reitter@gmail.com>
4456
4457 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
4458 * nsterm.m: Remove ns-specific code for cursor blinking.
4459 (ns_draw_window_cursor): Clear cursor properly rather than
4460 redrawing the area. Respect width of bar cursors.
4461 These changes enable the use of generic blink-cursor-mode and
4462 generic cursor types in NS and support smooth cursor movements (do
4463 not blink off after command).
4464 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
4465 Nextstep, too.
4466
4467 2008-08-19 Kenichi Handa <handa@m17n.org>
4468
4469 * font.c (Vfont_log_deferred): New variable.
4470 (font_add_log): Check Vfont_log_deferred.
4471 (font_deferred_log): New function.
4472
4473 * font.h (font_deferred_log): Extern it.
4474
4475 * fontset.c (reorder_font_vector): Use encoding charset of fonts
4476 for sorting.
4477 (face_for_char): Use deferred log.
4478
4479 2008-08-18 Kenichi Handa <handa@m17n.org>
4480
4481 * fontset.c (face_for_char): Add font log.
4482
4483 * font.c (font_add_log): Add the font properties :script, :lang,
4484 and :otf in the log.
4485
4486 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * xdisp.c: Remove dead code.
4489 (handle_invisible_prop, next_overlay_string): Defer call to
4490 setup_for_ellipsis.
4491 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
4492
4493 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * xfaces.c (lookup_derived_face): Properly handle possible zero
4496 return value of get_lface_attributes.
4497 (merge_faces): Don't tell lookup_derived_face to signal an error
4498 if face is not found.
4499
4500 * dired.c (Fdirectory_files): Doc fix.
4501
4502 * process.c (make_process): Initialize kill_without_query struct
4503 member.
4504
4505 2008-08-15 Eli Zaretskii <eliz@gnu.org>
4506
4507 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
4508 Alternative calculation of totphys for Visual Studio 6.
4509
4510 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
4511
4512 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
4513 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
4514 All users changed.
4515 (stat): Only root directory passed to GetDriveType. Allow RAM
4516 disk as well as local fixed disk when w32-get-true-file-attributes
4517 is set to `local'.
4518 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
4519 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
4520 (w32_cached_id, w32_add_to_cache): New functions.
4521 (get_name_and_id): Look account names in the cache before calling
4522 lookup_account_sid.
4523 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
4524 New initialization flags.
4525 (globals_of_w32): Initialize them to zero.
4526 (w32_system_process_attributes): Use w32_cached_id and
4527 w32_add_to_cache.
4528
4529 2008-08-14 Lawrence Mitchell <wence@gmx.li>
4530
4531 * lread.c (Fread_char, Fread_char_exclusive): If no character
4532 event is read before timeout is reached, return nil, rather than
4533 converting to a number.
4534
4535 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * fns.c (use_dialog_box): Doc fix.
4538
4539 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
4540 on OS X.
4541
4542 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * frame.c (Qns_parse_geometry): New var.
4545 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
4546
4547 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * xdisp.c (x_produce_glyphs): Handle the case when font has no
4550 space character in calculating tabs.
4551
4552 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
4553
4554 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
4555
4556 2008-08-10 Glenn Morris <rgm@gnu.org>
4557
4558 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
4559 silence gcc "limited range of data type" warnings in some
4560 make_fixnum_or_float calls.
4561
4562 2008-08-09 Eli Zaretskii <eliz@gnu.org>
4563
4564 * w32.c (w32_system_process_attributes): If the process does not
4565 exist, return nil.
4566
4567 * w32.c: Include thelp32.h, psapi.h and coding.h.
4568 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
4569 declarations.
4570 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
4571 (Process32Next_Proc): New typedefs.
4572 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
4573 (g_b_init_process32_next, g_b_init_open_thread_token)
4574 (g_b_init_impersonate_self, g_b_init_revert_to_self)
4575 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
4576 (g_b_init_get_process_working_set_size)
4577 (g_b_init_global_memory_status_ex): New static variables.
4578 (globals_of_w32): Initialize them.
4579 (create_toolhelp32_snapshot, process32_first, process32_next)
4580 (open_thread_token, impersonate_self, revert_to_self)
4581 (get_process_memory_info, get_process_working_set_size)
4582 (global_memory_status, global_memory_status_ex): New wrapper
4583 functions.
4584 (w32_list_system_processes, w32_system_process_attributes)
4585 (enable_privilege, restore_privilege, ltime, process_times):
4586 New functions.
4587 (convert_time_raw): New function.
4588 (convert_time): Remove conversion of FILETIME into time in 100
4589 nsec units, call convert_time_raw instead.
4590
4591 * process.h (w32_list_system_processes, w32_system_process_attributes):
4592 Add prototypes.
4593 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
4594 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
4595 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
4596 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
4597
4598 * process.c (Fsystem_process_attributes): Doc fix.
4599
4600 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
4603 a continued multi-char glyph; if so, advance to the actual glyph.
4604
4605 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4606
4607 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
4608
4609 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
4610 (.m.o): Use it.
4611 * config.in: Regenerate.
4612
4613 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * xdisp.c (redisplay_window): Revert last change.
4616 (try_window): Check bottom scroll margin too.
4617
4618 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4619
4620 * config.in: Regenerate.
4621
4622 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
4623 -list-load-path-shadows'.
4624 (nsgui.h): Reduce number of things depending on it.
4625
4626 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
4627
4628 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
4629 instead of window-end which does the wrong thing at eob.
4630 (try_cursor_movement): Minor optimization.
4631 (redisplay_window): If scroll margin is defined, don't assume
4632 window doesn't need scrolling.
4633
4634 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4635
4636 * config.in: Regenerate.
4637
4638 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
4639 (mostlyclean): Don't delete *.d under NS.
4640
4641 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
4642
4643 2008-08-06 Kenichi Handa <handa@m17n.org>
4644
4645 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
4646
4647 2008-08-06 Andreas Schwab <schwab@suse.de>
4648
4649 * config.in: Regenerate.
4650
4651 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4652
4653 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
4654 forcing a window start.
4655
4656 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
4657 (auto_save_1): Update modtime when auto-save-list-file-name is on.
4658
4659 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4660
4661 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
4662 argument.
4663
4664 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
4667 <scroll-down-aggressively, before-change-functions>:
4668 <after-change-functions>: Reflow docstrings.
4669
4670 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4671 Ken Raeburn <raeburn@gnu.org>
4672
4673 Dock menu customization, based on a patch by Ken Raeburn, plus some
4674 other fixes.
4675 * nsmenu.m (dockMenu): New variable.
4676 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
4677
4678 * nsterm.h (dockMenu): Declare.
4679
4680 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
4681 (ns_term_init): Initialize dockMenu.
4682 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
4683 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
4684 left.
4685
4686 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
4687
4688 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
4691
4692 * config.in: Regenerate.
4693
4694 2008-08-04 Seiji Zenitani <zenitani@mac.com>
4695
4696 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
4697
4698 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * nsterm.h (find_and_call_menu_selection): Fix prototype.
4701
4702 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4703
4704 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
4705
4706 * keyboard.h: Comment an #endif.
4707
4708 * lisp.h (have_menus_p): Adjust comment.
4709
4710 * menu.c (find_and_return_menu_selection): Fix comparison with
4711 client_data.
4712
4713 * nsmenu.m (popup_activated_flag): New variable.
4714 (popup_activated): New function.
4715 (menu-or-popup-active-p): New exported lisp definition.
4716 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
4717 when popup done.
4718 (ns_popup_dialog): Set popup_activated_flag.
4719
4720 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
4721 version for GNUstep (handled by conditional typedef in nsterm.m).
4722 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
4723 in rgb.txt).
4724
4725 * process.c (init_process): Use DARWIN_OS, not DARWIN.
4726
4727 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
4728
4729 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
4730
4731 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
4732 shortcircuit if popup_activated like GTK and X toolkit.
4733
4734 * m/inter386.h: Change DARWIN to DARWIN_OS.
4735
4736 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
4737 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
4738 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
4739 comment on NO_SOCK_SIGIO.
4740
4741 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
4742
4743 * nsterm.m (windowDidResize): Remove stopModal call.
4744
4745 2008-08-03 Andreas Schwab <schwab@suse.de>
4746
4747 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
4748 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
4749
4750 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
4753 Don't use uninitialized pointer variable when using getrlimit.
4754
4755 2008-08-02 Jason Rumney <jasonr@gnu.org>
4756
4757 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
4758
4759 2008-08-02 Eli Zaretskii <eliz@gnu.org>
4760
4761 * alloc.c (NSTATICS): Bump to 0x640.
4762
4763 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
4764
4765 * lisp.h: Add prototype for directory_files_internal.
4766
4767 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
4768 New functions.
4769 (syms_of_process): Defsubr them. Add initializations for various
4770 Q* symbols used in procfs_system_process_attributes.
4771 (procfs_list_system_processes, procfs_system_process_attributes)
4772 [HAVE_PROCFS]: New functions.
4773 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
4774 (procfs_get_total_memory): New functions.
4775
4776 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * xfaces.c (Fx_load_color_file): Fix previous change;
4779 it is #ifdef WINDOWSNT, not WINDOWS_NT.
4780
4781 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
4782
4783 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
4784
4785 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4786
4787 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
4788
4789 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
4792
4793 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
4794 define NSApplicationDelegateReplySuccess.
4795 (EmacsView -converstationIdentifier): Use long instead of
4796 NSInteger for GNUstep, since it doesn't have NSInteger.
4797
4798 * xmenu.c: Revert last change.
4799
4800 * keyboard.h: Fix last change.
4801
4802 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
4805 on Windows.
4806
4807 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4808
4809 Warning clearing and clean-up in NS port.
4810 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
4811 Add prototypes.
4812 * nsgui.h (FACE_DEFAULT): Remove, unused.
4813 (XGCValues): Change colors to unsigned long.
4814 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
4815 nsterm.m.
4816 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
4817 (ns_list_fonts): Remove, unused.
4818 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
4819 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
4820 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
4821 (nsfont_draw): Compare face colors to 0, not nil.
4822 * nsmenu.m (struct widget_value): Drop unneeded declaration.
4823 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
4824 (-addSubmenuWithTitle:): Use NSMenuItem class.
4825 (ns_popup_menu): Use NO, not NULL, for enabled setting.
4826 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
4827 (ns_clip_to_row): Make gc arg a BOOL.
4828 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
4829 ns_clip_to_row() call.
4830 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
4831 used). Cast FRAME_FONT assignments.
4832 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
4833 (ns_string_to_lispmod): Change arg to const char.
4834 (ns_term_init): Use NSMenuItem class.
4835 (EmacsApp -openFile:): Move to different section of file.
4836 (EmacsApp -application:openFiles:): Don't return a value, call
4837 -replyToOpenOrPrint:.
4838 (EmacsView -keyDown:): Fix up cast.
4839 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
4840 (EmacsView -menuDown:): Cast tag in call to
4841 find_and_call_menu_selection().
4842 (ns_list_fonts): Remove, unused.
4843 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
4844 (ns_fontname_to_xlfd): Make static.
4845 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
4846 Remove prototypes (now in keyboard.h).
4847 (next_menubar_widget_id): Remove, unused.
4848 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
4849 Remove prototypes (now in keyboard.h).
4850 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
4851
4852 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
4853
4854 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
4855 (floatfns.o): Depend on syssignal.h.
4856 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
4857
4858 * systty.h: Fix previous change that removed BSD_TERMIOS.
4859 Add comments to #ifdefs.
4860
4861 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4862
4863 * w32fns.c (w32-load-color-file): Remove.
4864 (x-open-connection): Use renamed Fx_load_color_file.
4865 * xfaces.c (x-load-color-file): Add.
4866 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
4867 Emacs.clr.
4868 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
4869
4870 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4871
4872 * dbusbind.c (Fdbus_call_method_asynchronously)
4873 (Fdbus_method_error_internal): New defuns.
4874 (xd_read_message): Handle also reply messages.
4875 (Vdbus_registered_functions_table): Extend docstring.
4876
4877 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * keyboard.c (gobble_input): Fix previous change.
4880
4881 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4882
4883 * bitmaps/README:
4884 * xfns.c:
4885 * termcap.c:
4886 * term.c:
4887 * syswait.h:
4888 * systty.h:
4889 * systime.h:
4890 * syssignal.h:
4891 * sysdep.c:
4892 * process.h:
4893 * process.c:
4894 * print.c:
4895 * ndir.h:
4896 * lread.c:
4897 * keyboard.c:
4898 * getpagesize.h:
4899 * floatfns.c:
4900 * fileio.c:
4901 * emacs.c:
4902 * doc.c:
4903 * dispnew.c:
4904 * dired.c:
4905 * data.c:
4906 * callproc.c:
4907 * buffer.c:
4908 * README:
4909 * Makefile.in:
4910 * s/template.h:
4911 * s/msdos.h:
4912 * m/vax.h: Remove VMS support.
4913 * s/vms.h:
4914 * vlimit.h:
4915 * uaf.h:
4916 * temacs.opt:
4917 * param.h:
4918 * ioctl.h: Remove file.
4919
4920 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4921
4922 * s/ms-w32.h (MULTI_KBOARD): Remove.
4923 * xterm.c:
4924 * xselect.c:
4925 * xfns.c:
4926 * window.c:
4927 * w32term.c:
4928 * w32fns.c:
4929 * terminal.c:
4930 * termhooks.h:
4931 * term.c:
4932 * sysdep.c:
4933 * keyboard.h:
4934 * keyboard.c:
4935 * frame.h:
4936 * frame.c:
4937 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
4938 * config.in: Regenerate.
4939
4940 2008-07-30 Jason Rumney <jasonr@gnu.org>
4941
4942 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
4943
4944 * w32font.c (w32font_encode_char): Leave as unicode if in range.
4945 (w32font_open_internal): Get unicode version of textmetrics.
4946 Don't enable or disable glyph indices here.
4947 (w32font_open): Disable use of glyph indices.
4948
4949 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
4950
4951 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * minibuf.c (Vread_buffer_function): Doc fix.
4954
4955 2008-07-30 John Paul Wallington <jpw@pobox.com>
4956
4957 * minibuf.c (read_buffer_completion_ignore_case): New var.
4958 (Fread_buffer): Use it.
4959
4960 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4961
4962 * systty.h (sensemode): Remove empty #if. Remove reference to
4963 BSD_TERMIOS, unused.
4964
4965 * sysdep.c: Remove reference to DGUX.
4966 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
4967
4968 * config.in: Regenerate.
4969
4970 2008-07-30 Jason Rumney <jasonr@gnu.org>
4971
4972 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
4973
4974 2008-07-29 Jason Rumney <jasonr@gnu.org>
4975
4976 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
4977 is populated.
4978 (uniscribe_encode_char): Always use uniscribe.
4979 Avoid using context if cache is populated.
4980
4981 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
4982
4983 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
4984 open menu.
4985
4986 * gtkutil.c (menu_nav_ended): Remove.
4987 (create_menus): Remove signal connect for menu_nav_ended.
4988
4989 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * xdisp.c (redisplay_window): Check return value of
4992 compute_window_start_on_continuation_line before forcing a window
4993 start.
4994
4995 2008-07-28 Jason Rumney <jasonr@gnu.org>
4996
4997 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
4998
4999 * w32term.c (w32_enable_unicode_output, cleartype_active):
5000 Remove obsolete display options.
5001 (x_draw_glyph_string_background): Don't use old cleartype_active
5002 workaround.
5003 (w32_initialize): Remove cleartype_active initialization.
5004 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
5005
5006 2008-07-28 Andreas Schwab <schwab@suse.de>
5007
5008 * lisp.h (init_weak_hash_tables, syms_of_font)
5009 (xd_read_queued_messages, syms_of_dbusbind): Declare.
5010 (remove_hash_entry): Don't declare.
5011 * eval.c (maybe_call_debugger): Make static and move before use.
5012 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
5013 * xdisp.c: Include "gtkutil.h" if USE_GTK.
5014 * xterm.h (x_set_frame_alpha): Declare.
5015
5016 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
5017
5018 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
5019 (create_menus): Connect selection-done to menu_nav_ended.
5020
5021 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5022
5023 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
5024 Set Vx_resource_name to a fallback. Replace read of 'buffered'
5025 parameter with read of 'alpha' one.
5026 (Qns_frame_parameter): Remove.
5027 * nsselect.m (selection-coding-system)
5028 (next-selection-coding-system, Vselection_coding_system)
5029 (Vnext_selection_coding_system): Drop.
5030
5031 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5032
5033 * nsfns.m (do-applescript, do_applescript): Rename to
5034 ns-do-applescript, ns_do_applescript, and move within file.
5035
5036 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5037
5038 Remove support for Mac Carbon.
5039 * mactoolbox.c:
5040 * macterm.h:
5041 * macterm.c:
5042 * macselect.c:
5043 * macmenu.c:
5044 * macgui.h:
5045 * macfns.c:
5046 * mac.c: Remove file.
5047 * s/darwin.h:
5048 * m/intel386.h:
5049 * xfaces.c:
5050 * xdisp.c:
5051 * window.c:
5052 * tparam.c:
5053 * termhooks.h:
5054 * termcap.c:
5055 * term.c:
5056 * syssignal.h:
5057 * sysselect.h:
5058 * sysdep.c:
5059 * process.c:
5060 * lread.c:
5061 * lisp.h:
5062 * keyboard.c:
5063 * image.c:
5064 * fringe.c:
5065 * frame.h:
5066 * frame.c:
5067 * fontset.c:
5068 * font.h:
5069 * font.c:
5070 * fns.c:
5071 * fileio.c:
5072 * emacs.c:
5073 * dispnew.c:
5074 * dispextern.h:
5075 * config.in:
5076 * atimer.c:
5077 * Makefile.in: Remove code for Carbon.
5078
5079 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5080
5081 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
5082
5083 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5084
5085 * macterm.h (kCGBitmapByteOrder32Host): New define for
5086 non-universal SDKs.
5087
5088 * image.c (mac_create_cg_image_from_image, image_load_image_io)
5089 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
5090
5091 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
5092 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
5093
5094 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
5095
5096 * w32inevt.c: Include dispextern.h.
5097
5098 2008-07-26 Andreas Schwab <schwab@suse.de>
5099
5100 * print.c (print_object): Fix off-by-one in last change.
5101
5102 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
5103
5104 * term.c (syms_of_term): Don't initialize default_orig_pair,
5105 default_set_foreground and default_set_background on Windows.
5106
5107 2008-07-25 Jason Rumney <jasonr@gnu.org>
5108
5109 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
5110 ScriptItemize. Clean up return value checking. Remove unused
5111 variables.
5112 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
5113 shaping engine.
5114
5115 * w32font.c (w32font_has_char): Handle the case where we can't
5116 determine the script for a character.
5117
5118 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * term.c (syms_of_term): Initialize default_orig_pair,
5121 default_set_foreground, and default_set_background.
5122
5123 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
5124 clash (bug#86).
5125 (getloadavg): Callers changed.
5126
5127 * image.c (svg_load_image): Fix last change.
5128 (svg_load_image): Use rsvg_handle_get_dimensions to check that
5129 image size is valid. Use g_object_unref instead of deprecated
5130 rsvg_handle_free to free rsvg handle.
5131 (x_from_xcolors): Don't initialize pixmap (silence compiler).
5132
5133 2008-07-25 Jason Rumney <jasonr@gnu.org>
5134
5135 * w32font.c (w32font_encode_char): Encode characters outside BMP as
5136 surrogates before looking up glyph index.
5137 (w32font_text_extents): Encode as surrogates if falling back to
5138 functions that need UTF-16 wide chars.
5139
5140 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
5141 BMP as surrogates before looking up glyph index.
5142
5143 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * image.c (svg_load_image): Check for failure in return value of
5146 rsvg_handle_get_pixbuf. Free rsvg handle when done.
5147
5148 2008-07-25 Jason Rumney <jasonr@gnu.org>
5149
5150 * w32font.c (Fx_select_font): Reverse sense of second arg.
5151
5152 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
5155 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
5156
5157 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
5158 (PURESIZE): Use it.
5159
5160 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5161
5162 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
5163 * m/alpha.h (TEXT_END):
5164 * m/ibmrs6000.h (TEXT_END):
5165 * m/macppc.h (TEXT_END):
5166 * s/darwin.h (TEXT_END):
5167 * s/msdos.h (TEXT_END): Remove, unused.
5168 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
5169 * s/cygwin.h: Remove comment.
5170
5171 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
5172 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
5173 * m/intel386.h (DOT_GLOBAL_START):
5174 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
5175 (USG): Remove, file not used on USG platforms.
5176
5177 * Makefile.in (HAVE_X11): Remove empty #else.
5178
5179 2008-07-24 Andreas Schwab <schwab@suse.de>
5180
5181 * fileio.c (Finsert_file_contents): Properly adjust undo list
5182 after format conversion.
5183
5184 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
5185
5186 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
5187 (menu_nav_ended): Remove.
5188 (create_menus): Remove signal connect for menu_nav_ended.
5189 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
5190 create_menus.
5191 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
5192
5193 2008-07-23 Jason Rumney <jasonr@gnu.org>
5194
5195 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
5196 with opened font.
5197 (w32font_open): Set font type to gdi.
5198
5199 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
5200
5201 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5202
5203 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
5204 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
5205 defines it.
5206 * unexec.c (ADDR_CORRECT): Define unconditionally.
5207
5208 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
5209
5210 * unexec.c: Remove code depending on !COFF and USG, the file is
5211 not used for such systems.
5212
5213 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
5214 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
5215 (LD_SWITCH_SYSTEM_1): Remove, update users.
5216
5217 * s/darwin.h (DATA_END):
5218 * m/intel386.h (DATA_END):
5219 * m/ibmrs6000.h (DATA_END):
5220 * m/alpha.h (DATA_END): Remove, unused.
5221
5222 * config.in: Regenerate.
5223 * s/ms-w32.h (subprocesses): Define unconditionally.
5224 * s/template.h (subprocesses): Update comment.
5225 * s/vms.h (subprocesses):
5226 * s/usg5-4.h (subprocesses):
5227 * s/hpux10-20.h (subprocesses):
5228 * s/gnu-linux.h (subprocesses):
5229 * s/cygwin.h (subprocesses):
5230 * s/bsd-common.h (subprocesses):
5231 * s/aix4-2.h (subprocesses):
5232 * s/darwin.h (subprocesses): Do not define, defined by default now.
5233
5234 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
5235 Remove all references.
5236 (temacs): Add GNUstep specific ld flags.
5237
5238 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
5239 similarly to what X does.
5240
5241 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5242
5243 * nsfns.m (x-list-fonts): Remove.
5244 (syms_of_nsfns): Drop the x-list-fonts declaration.
5245 * nsterm.m: Get rid of remaining "//" comments.
5246
5247 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
5250
5251 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
5252 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
5253 (Fns_own_selection_internal, Fx_disown_selection_internal)
5254 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
5255
5256 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
5257 ... */' style of docstrings. Doc fixes.
5258
5259 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5260
5261 * terminfo.c (UP, BC, PC): Undo previous change.
5262
5263 * nsfns.m: Rename ns prefixed functions/variables to the
5264 corresponding x versions. Update references.
5265
5266 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
5269
5270 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5271
5272 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
5273 Remove forwarding functions.
5274 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
5275 non-static.
5276 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
5277 non-static.
5278 (ns_frame_parm_handlers): Use the new names.
5279 (syms_of_nsfns): Move to the end of file.
5280
5281 * nsterm.m (syms_of_nsterm): Move to the end of file.
5282
5283 * dispnew.c (init_display): Remove code for X10.
5284
5285 2008-07-22 Jason Rumney <jasonr@gnu.org>
5286
5287 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
5288 bare drive.
5289
5290 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5291
5292 * nsterm.m (syms_of_nsterm): Remove debugging println.
5293
5294 2008-07-22 David Reitter <david.reitter@gmail.com>
5295
5296 * nsfns.m (do_applescript, F_do_applescript): NS version of the
5297 Carbon implementation of the same functionality: execute arbitrary
5298 AppleScript code.
5299
5300 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5301
5302 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
5303 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
5304 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5305 (Fx_display_mm_height, Fx_display_mm_width)
5306 (Fx_display_backing_store, Fx_display_visual_class)
5307 (Fx_display_save_under, Fx_open_connection)
5308 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
5309 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
5310 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
5311 (Fx_display_pixel_width, Fx_display_pixel_height)
5312 (Fx_display_usable_bounds, Fx_display_planes)
5313 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
5314 ... */' style of docstrings.
5315
5316 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5317
5318 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
5319 on this platform.
5320 (mips):
5321 * m/iris4d.h (mips): Do not define.
5322 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
5323
5324 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
5325
5326 * image.c:
5327 * nsfns.m:
5328 * nsselect.m:
5329 * nsterm.h:
5330 * nsterm.m: Rename ns prefixed functions/variables to the
5331 corresponding x versions. Update references.
5332
5333 * m/ibms390x.h (NO_REMAP): Do not undefine.
5334
5335 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
5336
5337 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
5340 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
5341 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
5342 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
5343 (Fns_display_mm_height, Fns_display_mm_width)
5344 (Fns_display_backing_store, Fns_display_visual_class)
5345 (Fns_display_save_under, Fns_open_connection)
5346 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
5347 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
5348 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
5349 (Fns_display_pixel_width, Fns_display_pixel_height)
5350 (Fns_display_usable_bounds, Fx_display_planes)
5351 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
5352
5353 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
5354
5355 * print.c (print_object): Check print_depth before searching for
5356 circularities.
5357
5358 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
5359
5360 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
5361 only sprintf.
5362
5363 2008-07-21 Kenichi Handa <handa@m17n.org>
5364
5365 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
5366
5367 2008-07-20 Andreas Schwab <schwab@suse.de>
5368
5369 * syntax.c (find_start_pos, find_start_value)
5370 (find_start_value_byte, find_start_begv, find_defun_start)
5371 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
5372
5373 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5374
5375 * s/sol2-3.h: Insert contents of s/sol2.h.
5376 (LD_SWITCH_SYSTEM): Remove redundant definition.
5377 * s/sol2.h: Remove, unused.
5378
5379 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5380
5381 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
5382
5383 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5384
5385 * Makefile.in (ns_appdir): Fix typo in find command.
5386
5387 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5388
5389 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
5390
5391 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
5392 added not supported anymore.
5393
5394 * s/usg5-4-2.h (LIBS_SYSTEM):
5395 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
5396
5397 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
5398 * s/lynxos.h (GETPGRP_NO_ARG):
5399 * s/hpux10-20.h (NO_SIOCTL_H):
5400 * s/gnu.h (GETPGRP_NO_ARG):
5401 * s/gnu-linux.h (NO_SIOCTL_H):
5402 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
5403 * s/cygwin.h (GETPGRP_NO_ARG):
5404 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
5405 (C_DEBUG_SWITCH): Remove duplicate definition.
5406
5407 * m/ibms390.h: Remove boilerplate comments.
5408
5409 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
5410
5411 * process.c (HAVE_SERIAL): Consolidate ifdefs.
5412 (wait_reading_process_output): Remove code for SunOS, platform not
5413 supported anymore. Use SOLARIS2 instead of sun.
5414
5415 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5416
5417 * font.c (font_open_by_name): Under NS, default lface height to zero.
5418 (font_open_for_lface): Under NS, set size based on frame fontsize.
5419 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
5420 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
5421
5422 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5423
5424 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
5425 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
5426 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
5427 YES/NO.
5428 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
5429 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
5430 * Makefile.in (clean): Clear out build destination dir.
5431
5432 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5433
5434 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
5435 xterm, xselect.
5436 * lisp.h: Remove declaration of hash_remove.
5437 * nsgui.h: Remove redefinitions of hash_remove.
5438 * fns.c (hash_remove): Rename to hash_remove_from_table.
5439
5440 2008-07-19 Seiji Zenitani <zenitani@mac.com>
5441
5442 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
5443 strdup() the family UTF8String before modifying it.
5444
5445 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5446
5447 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
5448 NS_FACE_BACKGROUND with 0 instead of nil.
5449 * nsfont.m (nsfont_draw): Same.
5450
5451 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
5452
5453 * nsfns.m (ns_set_background_color): Fix crash.
5454
5455 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
5458
5459 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
5460
5461 * puresize.h (BASE_PURESIZE): Increase to 1240000.
5462
5463 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5464
5465 * gtkutil.c: Include <config.h> instead of "config.h".
5466
5467 * lisp.h (Foverlay_buffer): Add EXFUN.
5468
5469 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
5470 child process to complete child_setup. Undo 2005-09-21 change.
5471
5472 * s/darwin.h: Mention setsid after vfork.
5473
5474 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5475
5476 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
5477 Depend on macgui.h.
5478
5479 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
5480 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
5481
5482 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
5483 and f19.
5484 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
5485
5486 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
5487 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
5488 Remove enumerators.
5489
5490 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
5491 Check if FACE_FROM_ID returns NULL.
5492
5493 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
5494
5495 * w32inevt.c (change_frame_size): Remove extern declaration.
5496 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
5497 change_frame_size.
5498
5499 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5500
5501 * getloadavg.c: Revert last change (2008-07-15).
5502
5503 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5504
5505 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
5506 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
5507 from configure.
5508
5509 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5510
5511 * s/sol2.h:
5512 * s/sol2-4.h: Reorganize conditionals.
5513
5514 * ecrt0.c: Remove code depending on m68000, not used anymore.
5515
5516 * fns.c (hash_remove): Make static.
5517 * lisp.h (hash_remove): Don't prototype.
5518
5519 * m/ibmrs6000.h:
5520 * m/ibms390x.h:
5521 * m/macppc.h: Remove boilerplate comments.
5522
5523 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
5524 Solaris, which does not need them.
5525
5526 * m/vax.h: Remove comments about unsupported systems.
5527
5528 * s/darwin.h: Reorganize ifdefs.
5529
5530 2008-07-17 Andreas Schwab <schwab@suse.de>
5531
5532 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
5533
5534 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 Use SDATA. Follow coding convention of placing operators at
5537 beginning of next line rather than end of previous line, and placing
5538 spaces around infix operators.
5539
5540 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
5541 in case it was defined already.
5542 USE @GNUSTEP_MAKEFILES@ rather than envvars.
5543 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
5544 ns_default.
5545 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
5546 Lisp_Objects.
5547 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
5548 (ns_defined_color, ns_color_to_lisp): Declare.
5549 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
5550 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
5551 it's accepted even with USE_LISP_UNION_TYPE.
5552 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
5553 (update_frame_tool_bar): Remove apparently obsolete tests for
5554 non-integerness of f->tool_bar_lines.
5555 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
5556 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
5557 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
5558 (nsfont_open): Don't confuse NULL for Qnil.
5559 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
5560 * menu.h (find_and_call_menu_selection):
5561 * menu.c (find_and_call_menu_selection): Use just int for vector size.
5562 (find_and_return_menu_selection): Always return something.
5563 * frame.h: Include dispextern.h for Display_Info.
5564 (display_x_get_resource): Declare.
5565
5566 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5567
5568 * syntax.c: Remove stdio.h include accidentally introduced in
5569 Emacs.app commit.
5570 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5571 NS_IMPL_COCOA.
5572 * keyboard.c (handle_async_input, input_available_signal): Remove
5573 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
5574
5575 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
5578 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
5579 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
5580 Use SDATA.
5581
5582 * keymap.c: Remove all NS-specific code.
5583 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
5584 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
5585 where_is_preferred_modifier, return a different value depending on how
5586 preferred is the binding.
5587 (where_is_internal): Adjust accordingly.
5588 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
5589 Adjust to new preferred_sequence_p.
5590 (syms_of_keymap): Declare `where-is-preferred-modifier'.
5591 * keyboard.c (parse_solitary_modifier): Not static any more.
5592 * keyboard.h (parse_solitary_modifier): Declare.
5593
5594 2008-07-16 Andreas Schwab <schwab@suse.de>
5595
5596 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
5597 of easymenu.
5598
5599 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
5600
5601 * xdisp.c (move_it_in_display_line): Account for word wrap, so
5602 that we don't move off the line.
5603
5604 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * keyboard.c (Qsuper): Remove.
5607 (parse_menu_item): Don't call where_is_internal specially for NS.
5608
5609 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5610
5611 * s/gnu-linux.h: Remove boilerplate comments.
5612
5613 * m/alpha.h (__ELF__): Consolidate conditions.
5614
5615 * m/m68k.h (linux): Use GNU_LINUX instead.
5616 Remove boilerplate comments.
5617
5618 * m/intel386.h: Undo refactoring from previous change.
5619 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
5620 too, remove dead code.
5621 (linux): Use GNU_LINUX instead.
5622
5623 2008-07-16 Jason Rumney <jasonr@gnu.org>
5624
5625 * w32gui.h: Repeat 26 June changes lost by last change.
5626
5627 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5628
5629 * systty.h: Remove code for Aix on 386, unsupported platform.
5630
5631 * s/ms-w32.h: Remove boilerplate comments.
5632 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
5633
5634 * s/gnu-linux.h (TERM): Remove support.
5635 (HAVE_SYSVIPC): Remove, unused.
5636 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
5637 for this system.
5638
5639 * process.c: Remove support for IRIS, unused.
5640 Remove support for TERM, not relevant anymore.
5641
5642 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
5643 used with the definition.
5644
5645 * s/aix4-2.h (static): Do not undef.
5646
5647 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
5648 only used on Aix.
5649 (HAVE_SYSVIPC): Remove, unused.
5650
5651 * m/hp800.h (CANNOT_DUMP): Do not undef.
5652
5653 * m/alpha.h: Fix comment.
5654
5655 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
5656 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
5657 used by this configuration.
5658 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
5659 * unexec.c: Remove code depending on HPUX and
5660 USG_SHARED_LIBRARIES, not used with this file. Remove code
5661 depending on IRIS, unused. Remove if 0-ed code.
5662
5663 * s/template.h: Remove comments about static.
5664
5665 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
5666 Remove if 0-ed code.
5667 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
5668 were the same as the default.
5669 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
5670 Remove boilerplate comments.
5671 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
5672 (HAVE_SYSVIPC): Remove, unused.
5673 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
5674
5675 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5676 Remove boilerplate comments.
5677 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5678 Remove boilerplate comments.
5679 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5680 Remove boilerplate comments.
5681 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
5682
5683 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
5684 USG systems which do not use DATA_SEG_BITS.
5685 Refactor code. Remove boilerplate comments.
5686
5687 * m/ibms390.h:
5688 * m/m68k.h:
5689 * s/bsd-common.h:
5690 * s/cygwin.h:
5691 * s/darwin.h:
5692 * s/freebsd.h:
5693 * s/gnu.h:
5694 * s/msdos.h: Remove boilerplate comments.
5695
5696 * m/iris4d.h: Remove boilerplate comments and code for systems that
5697 do not use this file.
5698 (IRIS_4D): Remove, unused.
5699
5700 * m/mips.h: Remove boilerplate comments and code for systems that
5701 do not use this file.
5702 (SIGN_EXTEND_CHAR):
5703 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
5704 * unexmips.c: Remove file, unused.
5705
5706 * editfns.c (Fuser_full_name): Replace the only use of
5707 USER_FULL_NAME with its value.
5708 * config.in: Regenerate.
5709
5710 2008-07-16 David Reitter <david.reitter@gmail.com>
5711
5712 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
5713 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
5714
5715 2008-07-16 Glenn Morris <rgm@gnu.org>
5716
5717 * emacs.c (system-type): Doc fix.
5718
5719 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
5722 If the cache doesn't work, let's fix it, rather than work around it.
5723
5724 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5725
5726 * Makefile.in: Correct additions for nsfont.o in last commit.
5727 * nsfont.m: New file (forgot last commit).
5728
5729 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5730
5731 * callproc.c (set_initial_environment): Initialize
5732 Vprocess_environment under CANNOT_DUMP (fixes crash when
5733 batch-compiling for bootstrap).
5734
5735 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5736 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5737
5738 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
5739 fix crash due to different init order.
5740
5741 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5742
5743 Changes and additions for NeXTstep windowing system (Cocoa and
5744 GNUstep) support.
5745
5746 * Makefile.in:
5747 * config.in: Support defines and build commands for NS port.
5748 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
5749 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
5750 * dispextern.h: Include nsgui.h and add needed typedefs under NS
5751 windowing.
5752 (struct face): Add synth_ital field.
5753 * dispnew.c: Include nsterm.h when compiling under NS windowing.
5754 (init_display): Initialize Vinitial_window_system to "ns" when so
5755 compiled.
5756 * emacs.c: Include GSConfig.h when compiling under GNUstep.
5757 (display_arg): Use under NS.
5758 (main): Under NS, allocate autorelease pool and handle command line
5759 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
5760 (standard_args): Add NS-specific args.
5761 (shut_down_emacs): Shut down NS terminal if compiled under NS.
5762 * font.c (DEFAULT_ENCODING): New variable.
5763 (font_find_for_lface): Use it.
5764 (syms_of_font): Load syms_of_nsfont under NS.
5765 * font.h: Declare nsfont_driver when compiled under NS.
5766 * fontset.c: When compiling under NS, include nsterm.h.
5767 (fontset_from_font): Autoconstruct fontset under NS.
5768 * frame.c (various): Under NS, include nsterm.h, add Qns window system
5769 symbol, document and use it.
5770 (do_switch_frame): When for_deletion under Cocoa, add
5771 Fraise_frame(Qnil).
5772 (x_set_frame_parameters): Ensure font attribute changes are picked up.
5773 (x_get_arg): Allow "yes" and "no" as boolean values.
5774 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
5775 Qright under Cocoa.
5776 (focus-follows-mouse): Default to 0 under NS.
5777 * frame.h (enum output_method): Add output_ns.
5778 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
5779 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
5780 (FRAME_WINDOW_P): NS-specific definition.
5781 * fringe.c (max_used_fringe_bitmap): Make public.
5782 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
5783 (getloadavg): Use NeXT code under descendant OS's.
5784 * image.c (includes and header section, x_create_bitmap_from_data)
5785 (x_create_bitmap_from_file, free_bitmap_record, image_background)
5786 (image_background_transparent, x_clear_image_1)
5787 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
5788 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
5789 (x_to_xcolors, x_from_xcolors, x_disable_image)
5790 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
5791 other GUIs, including XPM support using code originally written for
5792 Carbon GUI.
5793 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
5794 using NS API.
5795 (image_ascent): Use font metrics macros instead of direct struct field
5796 access.
5797 * keyboard.c (includes): Add nsterm.h when compiling under NS.
5798 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
5799 Also, handle NS as GTK for menu bar purposes.
5800 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
5801 toolkit where they differ.
5802 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
5803 use cachelist, still needed under NS.
5804 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
5805 (struct widget_value): Define it here for menu.c.
5806 * keymap.c (includes): Include modifier internals.
5807 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
5808 NS.
5809 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
5810 support for preferring sequences using certain modifiers, specified by
5811 the FIRSTONLY argument.
5812 * lisp.h (hash_remove): Rename to avoid name clash when compiling
5813 under NS GNUstep implementation.
5814 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
5815 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
5816 * menu.c: Include nsterm.h under NS.
5817 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
5818 (free_menubar_widget_tree_value, update_submenu_strings)
5819 (find_and_call_menu_selection): Treat NS as X and NT.
5820 (find_and_return_menu_selection): New function, used for popup menus.
5821 * nsgui.h:
5822 * nsterm.h:
5823 * nsfns.m:
5824 * nsimage.m:
5825 * nsmenu.m:
5826 * nsselect.m:
5827 * nsterm.m: New files.
5828 * process.c (wait_reading_process_output): Under NS, call ns_select()
5829 instead of plain select().
5830 * syntax.c (char_quoted): Under NS, avoid a crash when called near
5831 beginning of buffer.
5832 * sysselect.h (init_process): Rename when compiling under Cocoa to
5833 avoid name conflict.
5834 * termhooks.h (display_info): Add ns_display_info to union.
5835 * terminal.c (Fterminal_live_p): Add ns to terminal types.
5836 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
5837 COCOA environment.
5838 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
5839 unexec() signature. (Note, this will dump, but the resulting file
5840 crashes; unexosx is used instead; keeping around for reference and
5841 possible aid in getting dump working under GNUstep.)
5842 * w32gui.h (button_type, widget_value): Remove definitions (now in
5843 keyboard.h).
5844 * window.c: Include nsterm.h when compiling under NS.
5845 * xdisp.c (includes): Include nsterm.h when compiling under NS.
5846 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
5847 other GUI windowing systems.
5848 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
5849 GTK.
5850 (x_consider_frame_title): Under NS, set icon type and frame
5851 modified-state indicator; use ns_set_name_as_filename() when using
5852 formatted title.
5853 (update_window_cursor): Make public when compiling under NS.
5854 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
5855 (hourglass_atimer, Vhourglass_delay
5856 * xfaces.c (header section, init_frame_faces, clear_font_table)
5857 (defined_color, unload_color, x_face_list_fonts)
5858 (prepare_face_for_display): Add NS support parallel to other GUIs.
5859 Emulate GCs like other non-X GUIs.
5860 (split_font_name): Don't lowercase font name under NS.
5861 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
5862 under NS.
5863 * s/darwin.h: Add support for compilation under NS.
5864
5865 2008-07-15 Jason Rumney <jasonr@gnu.org>
5866
5867 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
5868 (w32_show_hourglass): Rename from show_hourglass.
5869 (w32_hide_hourglass): Rename from hide_hourglass.
5870 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
5871 (Vhourglass_delay): Declare extern.
5872 (hourglass_started): Remove.
5873
5874 * xdisp.c (Vhourglass_delay): Remove static.
5875 (hourglass_started, start_hourglass, cancel_hourglass):
5876 Don't include these versions on WINDOWSNT.
5877
5878 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5879
5880 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
5881 variables (formerly in xfns.c).
5882 (show_hourglass, hide_hourglass): New prototypes (same).
5883 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
5884 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
5885 in xfns.c).
5886 (syms_of_xdisp): Declare/initialize display-hourglass,
5887 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
5888 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
5889 formerly in xfns.c.
5890 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
5891 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
5892 (start_hourglass, cancel_hourglass): Remove.
5893 (show_hourglass, hide_hourglass): Remove prototypes and static
5894 modifiers.
5895 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
5896 hourglass_atimer, hourglass_shown_p declaration/initialization.
5897 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
5898 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
5899 (start_hourglass, cancel_hourglass): Remove.
5900 (show_hourglass, hide_hourglass): Remove prototypes and static
5901 modifiers.
5902 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
5903 hourglass_atimer, hourglass_shown_p declaration/initialization.
5904 * w32fns.c (display_hourglass_p, Vhourglass_delay)
5905 (DEFAULT_HOURGLASS_DELAY): Remove.
5906 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
5907 hourglass_shown_p declaration/initialization.
5908
5909 2008-07-14 Jason Rumney <jasonr@gnu.org>
5910
5911 * w32fns.c (w32_get_arg): Remove wrapper function.
5912 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
5913 directly.
5914 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
5915
5916 2008-07-14 Kenichi Handa <handa@m17n.org>
5917
5918 * xfont.c (xfont_open): Add workaround for X's bug.
5919
5920 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5921
5922 * fontset.c: Include <stdio.h> unconditionally.
5923
5924 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
5927 for filtering.
5928
5929 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5930
5931 * s/vms.h: Use __GNUC__ instead of _GNUC_.
5932
5933 * m/macppc.h:
5934 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
5935
5936 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
5937 (SPECIAL_EMACS_INT):
5938 * m/ia64.h (SPECIAL_EMACS_INT):
5939 * m/amdx86-64.h (SPECIAL_EMACS_INT):
5940 * s/gnu.h (NLIST_STRUCT):
5941 * s/aix4-2.h (X11R5_INHIBIT_I18N):
5942 * s/gnu-linux.h (LINUX):
5943 * s/msdos.h (HAVE_FACES):
5944 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
5945
5946 * systty.h:
5947 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
5948 anymore.
5949
5950 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5951
5952 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
5953 always defined as int.
5954
5955 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
5956 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
5957 * s/gnu-linux.h (HAVE_WAIT_HEADER):
5958 * s/freebsd.h (HAVE_WAIT_HEADER):
5959 * s/bsd-common.h (HAVE_UNION_WAIT):
5960 * s/aix4-2.h (HAVE_WAIT_HEADER):
5961 * m/mips.h (HAVE_UNION_WAIT):
5962 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
5963 (COFF, static): Do not define, they are undefined later in the file.
5964
5965 * process.c (update_status): Don't use a union.
5966 (status_convert):
5967 (sigchld_handler): Use int instead of WAITTYPE.
5968
5969 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * indent.c (Fvertical_motion): Restore hscroll before moving to
5972 goal column.
5973
5974 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5975
5976 * lisp.h: Remove left over code.
5977
5978 2008-07-11 Andreas Schwab <schwab@suse.de>
5979
5980 * lisp.h: Fix logic in last change.
5981
5982 * menu.h: New file.
5983 * menu.c: Include it.
5984 * xmenu.c: Likewise.
5985 * Makefile.in: Update dependencies.
5986
5987 2008-07-11 Kenichi Handa <handa@m17n.org>
5988
5989 * fontset.c (fontset_from_font): Cancel the previous change.
5990
5991 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5992
5993 * lisp.h:
5994 * w32heap.c:
5995 * emacs.c:
5996 * alloc.c: Replace all references of NO_UNION_TYPE with
5997 USE_LISP_UNION_TYPE.
5998
5999 * m/xtensa.h (NO_UNION_TYPE):
6000 * m/vax.h (NO_UNION_TYPE):
6001 * m/template.h (NO_UNION_TYPE):
6002 * m/sparc.h (NO_UNION_TYPE):
6003 * m/mips.h (NO_UNION_TYPE):
6004 * m/macppc.h (NO_UNION_TYPE):
6005 * m/m68k.h (NO_UNION_TYPE):
6006 * m/iris4d.h (NO_UNION_TYPE):
6007 * m/intel386.h (NO_UNION_TYPE):
6008 * m/ibms390x.h (NO_UNION_TYPE):
6009 * m/ibms390.h (NO_UNION_TYPE):
6010 * m/ibmrs6000.h (NO_UNION_TYPE):
6011 * m/ia64.h (NO_UNION_TYPE):
6012 * m/hp800.h (NO_UNION_TYPE):
6013 * m/arm.h (NO_UNION_TYPE):
6014 * m/amdx86-64.h (NO_UNION_TYPE):
6015 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
6016 defining it the same.
6017
6018 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
6019
6020 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
6021
6022 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6023
6024 * fileio.c:
6025 * sysdep.c
6026 * systty.h:
6027 * m/ibmrs6000.h:
6028 * m/iris4d.h:
6029 * s/aix4-2.h:
6030 * s/freebsd.h:
6031 * s/gnu-linux.h:
6032 * s/hpux10-20.h:
6033 * s/hpux11.h:
6034 * s/netbsd.h:
6035 * s/sol2-3.h:
6036 * s/sol2-4.h:
6037 * s/sol2.h:
6038 * s/usg5-4.h:
6039 * s/vms.h: Remove references to unused variables.
6040
6041 2008-07-10 Andreas Schwab <schwab@suse.de>
6042
6043 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
6044 pattern before matching the generic family.
6045
6046 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6047
6048 * unexec.c:
6049 * s/vms.h:
6050 * s/usg5-4-2.h:
6051 * s/sol2-5.h:
6052 * s/freebsd.h:
6053 * s/darwin.h: Remove dead code.
6054
6055 * m/template.h:
6056 * m/sparc.h:
6057 * m/mips.h:
6058 * m/m68k.h:
6059 * m/iris4d.h:
6060 * m/intel386.h:
6061 * m/ibms390x.h:
6062 * m/ibms390.h:
6063 * m/ia64.h:
6064 * m/hp800.h:
6065 * m/arm.h:
6066 * m/amdx86-64.h: Remove dead code and references to unused
6067 and compiler defined symbols.
6068
6069 * unexmips.c:
6070 * unexelf.c: Remove references to desupported systems.
6071
6072 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
6073
6074 * m/powermac.h: Remove boilerplate comments.
6075 (NO_REMAP): Remove unused definition.
6076
6077 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
6078 define them.
6079
6080 2008-07-10 Kenichi Handa <handa@m17n.org>
6081
6082 * xfont.c (xfont_open): Log the reason of failure.
6083
6084 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * fontset.c (fontset_get_font_group):
6087 * font.c (font_check_otf): Specify argument types.
6088
6089 2008-07-09 Kenichi Handa <handa@m17n.org>
6090
6091 * coding.c (detect_coding_utf_8): Set detect_info->found only when
6092 non-ASCII char is found.
6093
6094 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
6095 (reorder_font_vector): Change the arg preferred_family to font.
6096 Prefer the spec matching with font.
6097 (fontset_get_font_group): New function.
6098 (fontset_find_font): Change the format of an element of a realized
6099 fontset. Use fontset_get_font_group.
6100 (fontset_font): Try the current fontset, the default fontset, the
6101 fallbacks of the current fontset, and the fallbacks of the default
6102 fontset in this order.
6103 (face_for_char): Delete the shortcut to use the current font.
6104 (fontset_from_font): Don't set fonts for Latin in the fontset.
6105
6106 * font.h (font_make_object, font_match_p): Adjust prototypes.
6107
6108 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
6109
6110 * font.c (font_make_object): New arg entity and pixelsize.
6111 (font_check_otf_features, font_check_otf): New functions.
6112 (font_match_p): Check :lang, :script, and :otf properties.
6113
6114 * xfont.c (xfont_open): Adjust it for the change of
6115 font_make_object.
6116 (xfont_text_extents): Fix initial setting of metrics.
6117
6118 * ftfont.c (struct ftfont_info): New member index, delete member
6119 fc_charset_idx. Make the member order compatible with struct
6120 xftfont_info.
6121 (fc_charset_table): Change charset names to registry names.
6122 (ftfont_pattern_entity): Delete the args registry and
6123 fc_charset_idx. Change the value of :font-entity property
6124 to (FONTNAME . INDEX). Always set :registry property to
6125 `iso10646-1'.
6126 (struct ftfont_cache_data): New struct.
6127 (ftfont_lookup_cache): New arg for_face.
6128 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
6129 (ftfont_driver): Set the member otf_capability.
6130 (ftfont_get_charset): Adjust it for the change of
6131 fc_charset_table.
6132 (OTF_TAG_SYM): New macro.
6133 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
6134 for the change of fc_charset_table.
6135 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
6136 ftfont_pattern_entity. Add FC_INDEX to objset.
6137 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
6138 and ftfont_pattern_entity.
6139 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
6140 font_make_object, struct ftfont_info.
6141 (ftfont_has_char): Use ftfont_get_fc_charset.
6142 (ftfont_otf_features, ftfont_otf_capability): New functions.
6143 (ftfont_shape): Use ftfont_get_otf.
6144 (ftfont_text_extents): Fix initial setting of metrics.
6145
6146 * xftfont.c (struct xftfont_info): New member ft_size. Make the
6147 member order compatible with struct ftfont_info.
6148 (xftfont_open): Add FC_CHARSET to the pattern. Set
6149 xftfont_info->ft_size. Don't unlock the face. Check BDF
6150 properties if appropriate.
6151 (xftfont_close): Unlock the face.
6152 (xftfont_anchor_point, xftfont_shape): Deleted.
6153 (syms_of_xftfont): Don't set members anchor_point and shape of
6154 xftfont_driver.
6155
6156 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
6157 font_make_object.
6158
6159 * w32font.c (w32font_open): Adjust it for the change of
6160 font_make_object.
6161 (w32font_open_internal): Don't set properties of font_object here.
6162
6163 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * macfns.c (x_create_tip_frame):
6166 * w32fns.c (x_create_tip_frame):
6167 * xfns.c (x_create_tip_frame): Pass parameter argument to
6168 face-set-after-frame-default.
6169
6170 * xfaces.c (Finternal_merge_in_global_face): Save merged
6171 attributes for the default face back into the face vector.
6172
6173 2008-07-08 Andreas Schwab <schwab@suse.de>
6174
6175 * fontset.h: Declare fontset_from_font. Don't declare
6176 new_fontset_from_font and fontset_from_font_name.
6177 * xterm.c: Include "fontset.h".
6178 * Makefile.in (xterm.o): Update dependencies.
6179
6180 2008-07-08 Glenn Morris <rgm@gnu.org>
6181
6182 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
6183 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
6184
6185 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
6188 (x_set_frame_parameters): Don't bind it.
6189
6190 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * w32fns.c (map_w32_filename): Declare extern.
6193
6194 2008-07-07 Jason Rumney <jasonr@gnu.org>
6195
6196 * w32term.c (WS_EX_LAYERED): Define if not already.
6197
6198 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
6199
6200 * xfaces.c (set_font_frame_param): Don't try to set the font
6201 parameter if it is still unspecified in the lface.
6202
6203 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
6206 face if it didn't already exist.
6207
6208 * xdisp.c (try_window_id): Give up if word-wrapping is on.
6209
6210 2008-07-05 Andreas Schwab <schwab@suse.de>
6211
6212 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6213
6214 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
6215
6216 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
6217 word-wrapping.
6218 (IT_DISPLAYING_WHITESPACE): New macro.
6219 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
6220 when word-wrapping. Simplify word-wrapping logic. Use correct
6221 pixel positions when saving copies of the iterator.
6222 (display_line): Use proper wrap point if the last character on a
6223 line was preceded by whitespace.
6224
6225 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
6228
6229 2008-07-04 Kenichi Handa <handa@m17n.org>
6230
6231 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
6232
6233 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
6234
6235 2008-07-02 Jason Rumney <jasonr@gnu.org>
6236
6237 * xfns.c (syms_of_xfns): Only define x-select-font when both
6238 HAVE_FREETYPE and USE_GTK.
6239
6240 * xdisp.c (next_element_from_display_vector): Move assignment out
6241 of if statement.
6242
6243 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
6244
6245 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6246
6247 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
6248 (syms_of_fileio): Initialize and export them.
6249 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6250
6251 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
6252 (Fsystem_move_file_to_trash): New function.
6253 (syms_of_w32fns): Export it to lisp.
6254
6255 2008-07-01 Jason Rumney <jasonr@gnu.org>
6256
6257 * w32font.c (w32font_text_extents): Don't count overhang as part
6258 of width.
6259
6260 2008-06-30 Miles Bader <miles@gnu.org>
6261
6262 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
6263 Add `avoid_cursor_p' field.
6264
6265 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
6266 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
6267 (append_glyph, append_composite_glyph, produce_image_glyph)
6268 (append_stretch_glyph): Initialize avoid_cursor_p.
6269 (get_it_property): Rename from `get_line_height_property'.
6270 (x_produce_glyphs): Use get_it_property.
6271 (handle_line_prefix, push_display_prop): New functions.
6272 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
6273 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
6274 New variables.
6275 (syms_of_xdisp): Initialize them.
6276
6277 2008-06-30 Kenichi Handa <handa@m17n.org>
6278
6279 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
6280 XftDefaultSubstitute (they are called in XftFontMatch).
6281 (xftfont_open): Fix args to ftfont_font_format.
6282
6283 * ftfont.c (fc_charset_table): New member lang.
6284 (ftfont_resolve_generic_family): New arg pattern.
6285 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
6286 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
6287 (ftfont_open): Fix args to ftfont_font_format.
6288 (ftfont_font_format): New arg filename.
6289
6290 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * xfaces.c (Finternal_merge_in_global_face): If default face was
6293 modified, realize it again. Update the font face attribute.
6294
6295 2008-06-29 Jason Rumney <jasonr@gnu.org>
6296
6297 * w32term.c (x_set_frame_alpha): Fix logic.
6298
6299 2008-06-29 Kenichi Handa <handa@m17n.org>
6300
6301 * fontset.c (Finternal_char_font): Return font-object instead of
6302 font-name.
6303
6304 * composite.c (get_composition_id): Fix the width calculation for TAB.
6305
6306 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * indent.c (Fvertical_motion): Properly handle float column arg.
6309
6310 2008-06-28 Jason Rumney <jasonr@gnu.org>
6311
6312 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
6313 (pfnSetLayeredWindowAttributes): New function pointer.
6314 (w32_initialize): Initialize it when supported.
6315 (x_set_frame_alpha): New function.
6316
6317 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
6318 (w32_frame_parm_handlers): Set alpha handler.
6319
6320 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
6321
6322 2008-06-27 Jason Rumney <jasonr@gnu.org>
6323
6324 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
6325 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
6326 (w32_to_x_charset, x_to_w32_charset)
6327 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
6328 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
6329 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
6330 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
6331 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
6332 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
6333 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
6334 (Qw32_charset_unicode): Remove.
6335 (syms_of_w32fns): Update for above changes.
6336
6337 * w32font.c (w32_to_x_charset, x_to_w32_charset)
6338 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
6339 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
6340 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
6341 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
6342 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
6343 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
6344 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
6345 (syms_of_w32font): Update for above changes.
6346
6347 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
6348
6349 * s/usg5-4.h: Fix previous change: keep the correct branch of a
6350 removed #if.
6351 (USG_SHARED_LIBRARIES): Remove duplicate definition.
6352
6353 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
6354 Eli Zaretskii <eliz@gnu.org>
6355
6356 * makefile.w32-in (LOCAL_FLAGS):
6357 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
6358
6359 * sysdep.c (_spawnlp, _getpid):
6360 Declare with explicit _cdecl instead of _CRTAPI1.
6361
6362 * editfns.c (Fget_internal_run_time):
6363 Check for WINDOWSNT with #ifdef, not #if.
6364
6365 2008-06-26 Jason Rumney <jasonr@gnu.org>
6366
6367 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
6368
6369 * w32term.c (x_draw_glyph_string_foreground)
6370 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
6371 Use FONT_HANDLE macro.
6372 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
6373
6374 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
6375 (uniscribe_encode_char): Use FONT_HANDLE macro.
6376
6377 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
6378 (w32font_text_extents): Use precast w32_font.
6379 (w32font_close): Free cached metrics.
6380 (w32font_open_internal): Allocate space for name on stack.
6381
6382 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * xdisp.c (extend_face_to_end_of_line): Fix last change.
6385
6386 2008-06-26 Jason Rumney <jasonr@gnu.org>
6387
6388 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
6389 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
6390
6391 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
6392
6393 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
6394
6395 2008-06-26 Jason Rumney <jasonr@gnu.org>
6396
6397 * w32bdf.c, w32bdf.h: Remove obsolete files.
6398
6399 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
6400
6401 * w32gui.h: Don't include w32bdf.h.
6402 (XCharStruct, enum w32_char_font_type, W32FontStruct):
6403 Remove obsolete font support.
6404
6405 * w32font.h (struct w32font_info): Remove compat_w32_font.
6406 Add hfont member.
6407 (FONT_COMPAT): Remove obsolete macro.
6408
6409 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
6410 (w32font_encode_char, w32font_text_extents): Use new hfont member.
6411 (w32font_open_internal): Remove compat code. Set new hfont member.
6412 (Fx_select_font): Use new hfont member.
6413
6414 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
6415 (uniscribe_encode_char): Use new hfont member.
6416
6417 * w32term.c (x_draw_glyph_string_foreground)
6418 (x_draw_composite_glyph_string_foreground): Use new hfont member.
6419 (x_draw_glyph_string): Use metrics in w32font_info.
6420
6421 2008-06-26 Kenichi Handa <handa@m17n.org>
6422
6423 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
6424
6425 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6426
6427 * unexnext.c:
6428 * m/ews4800.h:
6429 * m/hp9000s300.h:
6430 * m/ibm370aix.h:
6431 * m/mips-siemens.h:
6432 * m/ncr386.h:
6433 * m/next.h:
6434 * m/pmax.h:
6435 * m/powerpcle.h:
6436 * m/tandem-s2.h:
6437 * s/386bsd.h:
6438 * s/bsd386.h:
6439 * s/bsd4-1.h:
6440 * s/bsd4-2.h:
6441 * s/bsdos2-1.h:
6442 * s/bsdos2.h:
6443 * s/bsdos3.h:
6444 * s/bsdos4.h:
6445 * s/nextstep.h:
6446 * s/ultrix4-3.h:
6447 * s/usg5-0.h:
6448 * s/usg5-2-2.h:
6449 * s/usg5-2.h:
6450 * s/usg5-4-3.h:
6451 * s/ux4800.h:
6452 * s/uxpds.h:
6453 * s/uxpv.h: Remove support for obsolete systems.
6454 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
6455 Remove, insert contents in s/hpux10-20.h.
6456 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
6457 Remove, insert contents in s/aix4-2.h.
6458 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
6459 * s/bsd4-3.h: Rename to ...
6460 * s/bsd-common.h: ... this.
6461 * data.c:
6462 * doc.c:
6463 * ecrt0.c:
6464 * emacs.c:
6465 * fileio.c:
6466 * floatfns.c:
6467 * keyboard.c:
6468 * mem-limits.h:
6469 * print.c:
6470 * process.c:
6471 * sysdep.c:
6472 * syssignal.h:
6473 * systty.h:
6474 * syswait.h:
6475 * term.c:
6476 * unexec.c:
6477 * unexelf.c:
6478 * unexhp9k800.c:
6479 * m/hp800.h:
6480 * m/ibmrs6000.h:
6481 * m/mips.h:
6482 * m/vax.h:
6483 * s/darwin.h:
6484 * s/freebsd.h:
6485 * s/gnu.h:
6486 * s/ms-w32.h:
6487 * s/msdos.h:
6488 * s/netbsd.h:
6489 * s/template.h: Remove references to obsolete variables.
6490
6491 * Makefile.in: Add dependencies for all unexec files.
6492 (admindir): Remove unused variable.
6493 (UNEXEC_SRC): Remove references.
6494
6495 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
6496
6497 * xfns.c (x_default_font_parameter): If Xft is available, first
6498 try Monospace-12 for the default font.
6499
6500 2008-06-25 Jason Rumney <jasonr@gnu.org>
6501
6502 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
6503
6504 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
6507
6508 * buffer.c (syms_of_buffer): Remove default-word-wrap.
6509
6510 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
6511
6512 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
6513 <scroll-conservatively>: Fix typo in docstring.
6514
6515 * xselect.c (Fx_send_client_event): Doc fix.
6516
6517 2008-06-25 Kenichi Handa <handa@m17n.org>
6518
6519 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
6520
6521 * font.c (font_parse_fcname): Remove unused variables.
6522 (font_sort_entites): Delete the arg SPEC. Caller changed.
6523 Fix for the case of ! best_only.
6524 (font_delete_unmatched): Check DPI and AVGWIDTH too.
6525
6526 * lisp.h (Fstring_to_unibyte): EXFUN it.
6527
6528 * character.h (str_to_unibyte): Extern it.
6529
6530 * character.c (str_to_unibyte): New function.
6531
6532 * fns.c (Fstring_to_unibyte): New function.
6533 (syms_of_fns): Defsubr it.
6534
6535 2008-06-24 Kenichi Handa <handa@m17n.org>
6536
6537 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
6538 DPI too.
6539 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
6540
6541 2008-06-24 Andreas Schwab <schwab@suse.de>
6542
6543 * Makefile.in (${lispsource}loaddefs.el): Rename from
6544 ../lisp/loaddefs.el.
6545 (bootstrap-clean): Do what distclean does but don't remove
6546 Makefile.
6547 (distclean): Depend on bootstrap-clean and remove Makefile.
6548
6549 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * buffer.h (struct buffer): New member word_wrap.
6552
6553 * buffer.c (syms_of_buffer): New variables default-word-wrap and
6554 word-wrap.
6555 (init_buffer_once): Initialize them.
6556
6557 * dispextern.h (struct it): Replace bool truncate_lines_p with a
6558 line_wrap enum possessing three possible values.
6559
6560 * termopts.h: Replace truncate_partial_width_windows with
6561 Vtruncate_partial_width_windows.
6562
6563 * dispnew.c (direct_output_for_insert): Avoid direct output when
6564 inserting a space with word wrap on.
6565
6566 * indent.c (compute_motion): Obey integer values of
6567 truncate-partial-width-windows.
6568
6569 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
6570 replacing truncate_partial_width_windows.
6571 (init_iterator): If Vtruncate_partial_width_windows is an integer,
6572 truncate only if the window width is below that integer.
6573 (start_display, resize_mini_window, produce_stretch_glyph)
6574 (display_string, move_it_in_display_line_to): Use line_wrap.
6575 (back_to_previous_visible_line_start, reseat_1): Reset
6576 string_from_display_prop_p.
6577 (display_line): Extend default face to end of line when wrapping.
6578
6579 2008-06-24 Kim F. Storm <storm@cua.dk>
6580
6581 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
6582 to wrap continued lines at word boundaries.
6583
6584 2008-06-24 Jason Rumney <jasonr@gnu.org>
6585
6586 * font.c (Ffont_face_attributes): Multiply pixel size before point
6587 conversion to avoid multiplying rounding error.
6588
6589 2008-06-23 Jason Rumney <jasonr@gnu.org>
6590
6591 * w32term.c (x_draw_glyph_string_background)
6592 (x_draw_glyph_string): Remove old bdf font code.
6593
6594 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
6595
6596 2008-06-22 Kenichi Handa <handa@m17n.org>
6597
6598 * font.c (font_find_for_lface): Try the adstyle specified in
6599 the property of LFACE_FONT of LFACE (if any).
6600
6601 2008-06-21 Seiji Zenitani <zenitani@mac.com>
6602 Ryo Yoshitake <ryo@shiftmode.net>
6603
6604 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
6605
6606 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
6609 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
6610 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
6611 (witness-emacs): Remove.
6612 (lisp, shortlisp): Move loaddefs.el earlier.
6613 (mostlyclean): Forget about witness-emacs.
6614
6615 2008-06-22 Glenn Morris <rgm@gnu.org>
6616
6617 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
6618 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
6619
6620 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * Makefile.in (PRECOMP): Remove.
6623 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
6624 (witness-emacs): Run `compile-first'.
6625 (.el.elc): Use the new compile-onefile target.
6626
6627 2008-06-21 Kenichi Handa <handa@m17n.org>
6628
6629 * xftfont.c (xftfont_open): Handle QCembolden only when
6630 FC_EMBOLDEN is defined.
6631
6632 2008-06-21 Andreas Schwab <schwab@suse.de>
6633
6634 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
6635 (.el.elc): Likewise.
6636
6637 2008-06-21 Miles Bader <miles@gnu.org>
6638
6639 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
6640 build dir, not the lisp source dir.
6641
6642 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
6645 (bootstrapclean): Remove.
6646 (.el.elc): New rule.
6647 (PRECOMP): New var.
6648 (../lisp/subdirs.el): Remove.
6649 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
6650 (witness-emacs): New target.
6651 (mostlyclean): Remove witness-emacs as well.
6652 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
6653 Add witness-emacs dependency.
6654
6655 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
6658 defined by the font.
6659
6660 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
6663 (bootstrap-clean): New target that keeps TAGS around.
6664 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
6665 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
6666
6667 2008-06-20 Jason Rumney <jasonr@gnu.org>
6668
6669 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
6670 Remove obsolete font code.
6671
6672 * w32font.c (font_matches_spec): Use csb bitfield from font signature
6673 to determine language support.
6674
6675 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * sysdep.c (cfsetspeed): New fun extracted from the code.
6678 (cfmakeraw): Move before first use.
6679
6680 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
6681
6682 * sysdep.c (cfmakeraw): Provide fallback implementation.
6683 (serial_configure): Provide fallback implementation of cfsetspeed.
6684
6685 2008-06-20 Kenichi Handa <handa@m17n.org>
6686
6687 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
6688 the pattern.
6689
6690 * fontset.c (fontset_from_font): Copy font_spec before changing
6691 the elements.
6692
6693 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
6694
6695 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
6698 for explicit `font' parameters.
6699
6700 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
6701
6702 2008-06-19 Kenichi Handa <handa@m17n.org>
6703
6704 * frame.c: Include <ctype.h>.
6705 (x_set_font_backend): Allow spacing characters in the X resource
6706 for FontBackend.
6707
6708 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6709
6710 * w32fns.c, xfns.c (Qfont_param): New var.
6711 (syms_of_w32fns): Initialize it.
6712 (x_default_font_parameter): Record explicit `font' into
6713 `font-parameter'.
6714
6715 2008-06-18 Kenichi Handa <handa@m17n.org>
6716
6717 * font.c (font_parse_xlfd): Fix previous change.
6718 (font_parse_fcname): Don't use :fc-unknown-spec.
6719 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
6720 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
6721 (font_add_log): Prepend the driver name to the resulting fonts.
6722
6723 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
6724 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
6725 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
6726
6727 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
6728 (QCembolden): New variables.
6729 (syms_of_xftfont): DEFSYM them.
6730 (xftfont_open): Call XftFontMatch. Don't trust the result of
6731 XftTextExtents8 if the pixel_size is less than 5.
6732
6733 2008-06-18 Andreas Schwab <schwab@suse.de>
6734
6735 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
6736 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
6737
6738 2008-06-18 Jason Rumney <jasonr@gnu.org>
6739
6740 * w32font.c (w32font_list, w32font_match): Add logging.
6741
6742 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
6743
6744 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * font.c (font_parse_fcname): Store divider characters for
6747 unknown-spec list. For known key symbols, intern using correct
6748 symbol name.
6749
6750 2008-06-17 Kenichi Handa <handa@m17n.org>
6751
6752 * xfaces.c (realize_default_face): If the frame is not on window
6753 system, set the fontset of face to nil.
6754
6755 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6756
6757 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
6758
6759 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
6760
6761 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
6762 (build_font_name_from_vector): Delete externs.
6763
6764 * xfaces.c (struct font_name): Don't declare.
6765
6766 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
6769
6770 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
6773
6774 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
6775
6776 * font.c (Ffont_spec): Fix usage in docstring.
6777 (Ffont_face_attributes): Doc fix.
6778
6779 2008-06-16 Andreas Schwab <schwab@suse.de>
6780
6781 * font.c (Ffont_face_attributes): Fix definition.
6782
6783 2008-06-16 Jason Rumney <jasonr@gnu.org>
6784
6785 * font.h (font_style_symbolic_from_value): Remove.
6786
6787 * font.c (font_style_symbolic_from_value): Remove.
6788 (font_style_symbolic): Revert to pre 2008-06-13 version.
6789
6790 * w32font.c (w32_to_fc_weight): New function.
6791 (w32font_full_name, logfont_to_fcname): Use it.
6792
6793 2008-06-16 Kenichi Handa <handa@m17n.org>
6794
6795 * font.c (font_check_object): Delete it.
6796 (font_clear_cache): Check if a font-object is alive.
6797 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
6798 font-object to nil.
6799 (font_close_object): Don't check FONT_CLOSE_OBJECT.
6800 (font_at): Don't call font_check_object.
6801 (Ffont_get): Return a symbol for :weight, :slant, and :width.
6802
6803 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6804
6805 * puresize.h (BASE_PURESIZE): Increase to 1230000.
6806
6807 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
6810
6811 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
6812
6813 * font.c (font_parse_fcname): Only one decimal point.
6814 (font_unparse_fcname): Handle data in family and foundry indices
6815 as symbols, not strings.
6816 (font_unparse_gtkname, Ffont_face_attributes): New functions.
6817
6818 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
6819
6820 * font.h (font_unparse_gtkname): Add prototype.
6821
6822 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6823
6824 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
6825
6826 2008-06-15 Andreas Schwab <schwab@suse.de>
6827
6828 * font.c (font_update_drivers): Fix crash when no drivers match.
6829
6830 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
6833 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
6834
6835 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
6838
6839 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * process.c (Fserial_process_configure, Fprocess_send_eof):
6842 Use EQ to compare Lisp_Objects.
6843
6844 2008-06-13 Jason Rumney <jasonr@gnu.org>
6845
6846 * w32fns.c (Fw32_select_font): Remove old font API function.
6847
6848 * w32font.c (logfont_to_fcname): New function.
6849 (Fx_select_font): New font dialog function compatible with
6850 GTK/fontconfig version.
6851
6852 * font.c (font_style_symbolic_from_value): New function.
6853 (font_style_symbolic): Use it.
6854
6855 * font.h (font_style_symbolic_from_value): Declare new function.
6856
6857 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
6858
6859 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
6860 <font-width-table>: Fix typos in docstrings.
6861
6862 2008-06-13 Daniel Engeler <engeler@gmail.com>
6863
6864 These changes add serial port access.
6865 * process.c: Add HAVE_SERIAL.
6866 (Fdelete_process, Fprocess_status, Fset_process_buffer)
6867 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
6868 (list_processes_1, select_wrapper, Fstop_process)
6869 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
6870 (status_notify): Modify to handle serial processes.
6871 [HAVE_SERIAL] (Fserial_process_configure)
6872 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
6873 New functions.
6874 * process.h (struct Lisp_Process): Add `type'.
6875 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
6876 New functions.
6877 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
6878 serial ports.
6879 (serial_open, serial_configure): New functions.
6880 * w32.h: Add FILE_SERIAL.
6881 (struct _child_process): Add ovl_read, ovl_write.
6882
6883 2008-06-13 Kenichi Handa <handa@m17n.org>
6884
6885 * dispextern.h (enum lface_attribute_index): New member
6886 LFACE_FOUNDRY_INDEX.
6887
6888 * font.c (font_score): Delete arg alternate_families. Check only
6889 weight, slant, width, and size. Ignore the difference of alias
6890 style symbols.
6891 (font_sort_entites): Adjust for the above change. Reflect the
6892 order of font-driver to scores.
6893 (font_list_entities): Don't check alternate_familes here.
6894 (font_clear_prop): Handle foundry.
6895 (font_update_lface): Don't parse "foundry-family" form here.
6896 Handle FONT_FOUNDRY_INDEX.
6897 (font_find_for_lface): Likewise. Handle alternate families here.
6898 If registry is nil, try iso8859-1 and ascii-0.
6899 (font_open_for_lface): Pay attention to size in ENTITY.
6900 (font_open_by_name): Simplify by calling font_load_for_lface.
6901 (free_font_driver_list): Delete it.
6902 (font_update_drivers): Preserve the order of backends.
6903 (syms_of_font): Setting of sort_shift_bits adjusted for the change
6904 of font_score and font_sort_entites.
6905 (font_update_sort_order): Likewise.
6906
6907 * xfaces.c (LFACE_FOUNDRY): New macro.
6908 (check_lface_attrs): Check foundry.
6909 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
6910 (merge_face_vectors): Check foundry.
6911 (merge_face_ref): Likewise.
6912 (Finternal_set_lisp_face_attribute): Likewise.
6913 (x_update_menu_appearance): Likewise.
6914 (Finternal_get_lisp_face_attribute): Likewise.
6915 (lface_hash): Likewise.
6916 (lface_same_font_attributes_p): Likewise.
6917 (x_supports_face_attributes_p): Likewise.
6918 (tty_supports_face_attributes_p): Likewise.
6919 (Finternal_set_alternative_font_family_alist): Intern strings.
6920 (Finternal_set_alternative_font_registry_alist): Downcase strings.
6921 (realize_default_face): Set LFACE_FOUNDRY (lface).
6922
6923 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
6924 font-driver at first.
6925
6926 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
6927
6928 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6929
6930 * lread.c (Fload): Use xfree, not free on saved_doc_string.
6931
6932 2008-06-12 Jim Meyering <meyering@redhat.com>
6933
6934 Make unexec_free handle NULL the same way free does.
6935 * unexmacosx.c (unexec_free): Ignore a NULL argument.
6936
6937 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * character.h (CHAR_TO_BYTE_SAFE): New macro.
6940 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
6941 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
6942 (WEAK_ALIAS): Simplify.
6943 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
6944 when searching a unibyte buffer.
6945
6946 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * xfns.c (Fx_select_font): Rename from x-font-dialog.
6949
6950 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * w32font.c: Include ctype.h.
6953
6954 2008-06-11 Jason Rumney <jasonr@gnu.org>
6955
6956 * w32font.c (w32font_encode_char): Detect missing glyphs that are
6957 misreported as space.
6958 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
6959 as aliases for registry iso10646-1.
6960
6961 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * buffer.c (clone_per_buffer_values): Skip `name'.
6964
6965 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * font.c (font_parse_fcname): Fix last change; accept decimal
6968 points in font size.
6969
6970 2008-06-10 Jason Rumney <jasonr@gnu.org>
6971
6972 * w32uniscribe.c (add_opentype_font_name_to_list):
6973 Skip non unicode fonts.
6974
6975 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * xfns.c (Fx_font_dialog): New function.
6978
6979 * gtkutil.c (xg_dialog_response_cb): Rename from
6980 xg_file_response_callback.
6981 (pop_down_dialog): Rename from pop_down_file_dialog.
6982 (xg_get_file_name): Callers changed.
6983 (xg_get_font_name): New function.
6984
6985 * gtkutil.h (xg_get_font_name): Insert prototype.
6986
6987 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
6990 x_underline_minimum_display_offset.
6991 (syms_of_xdisp): Declare it here rather than in xterm.c.
6992 * dispextern.h (underline_minimum_offset): Declare it.
6993 * w32term.c (x_draw_glyph_string): Use it.
6994 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
6995 (syms_of_xterm): Don't declare it any more.
6996 (x_draw_glyph_string): Adjust to the new name.
6997
6998 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6999
7000 * xterm.c (x_underline_minimum_display_offset): New var.
7001 (x_draw_glyph_string): Use it.
7002 (syms_of_xterm): Declare it.
7003
7004 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * font.c (font_parse_fcname): Accept GTK-style font names too.
7007
7008 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * dired.c (file_name_completion): Don't return t if the match is exact
7011 but with different capitalization.
7012 * minibuf.c (Ftry_completion): Simplify.
7013
7014 * window.c (Vwindow_point_insertion_type): New var.
7015 (set_window_buffer): Use it.
7016 (syms_of_window): Init and export it to Lisp.
7017
7018 2008-06-10 Kenichi Handa <handa@m17n.org>
7019
7020 * font.h (font_intern_prop): Prototype adjusted.
7021
7022 * font.c (font_intern_prop): New arg force_symbol.
7023 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
7024 Adjust for the change of font_intern_prop.
7025
7026 * ftfont.c (ftfont_pattern_entity):
7027 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
7028 (w32_registry):
7029 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
7030 the change of font_intern_prop.
7031
7032 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
7033
7034 * w32menu.c (digest_single_submenu): Declare extern.
7035
7036 2008-06-09 Jason Rumney <jasonr@gnu.org>
7037
7038 * w32term.c (x_make_frame_visible): Use alternate restore flags.
7039
7040 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
7041 (parse_single_submenu): Remove.
7042 (digest_single_submenu): Remove.
7043 (syms_of_w32menu): Don't initialise variables that have moved
7044 to menu.c.
7045 (set_frame_menubar): Sync with version in xmenu.c.
7046 (w32_menu_show): Sync with xmenu_show in xmenu.c.
7047
7048 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
7049 Make static again.
7050
7051 2008-06-09 Jason Rumney <jasonr@gnu.org>
7052
7053 Changes to w32 files related to the move of common menu code
7054 to menu.c on 2008-06-08 by Chong Yidong.
7055
7056 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
7057 defs to w32gui.h.
7058 (single_keymap_panes, push_menu_item, push_menu_pane):
7059 Make globally visible.
7060
7061 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
7062 (local_free, malloc_widget_value, free_widget_value)
7063 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
7064 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
7065 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
7066 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
7067 (menu_items, menu_items_allocated, menu_items_used)
7068 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
7069 (init_menu_items, finish_menu_items, discard_menu_items)
7070 (grow_menu_items, push_submenu_start, push_submenu_end)
7071 (push_left_right_boundary, push_menu_pane, push_menu_item)
7072 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
7073 (free_menubar_widget_tree_value, parse_single_submenu)
7074 (update_submenu_strings): Remove functions.
7075 (xmalloc_widget_value): Remove and declare extern.
7076
7077 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
7078 (OBJ1): Build it.
7079
7080 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
7081 (local_heap, local_alloc, local_free, malloc_widget_value)
7082 (free_widget_value): Define here.
7083
7084 2008-06-09 Kenichi Handa <handa@m17n.org>
7085
7086 * font.h (Qascii_0): Extern it.
7087
7088 * font.c (Qascii_0): New variable.
7089 (syms_of_font): DEFSYM it.
7090 (font_open_by_name): If the registry "iso8859-1" fails, try also
7091 "ascii-0".
7092
7093 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
7094
7095 2008-06-08 Kenichi Handa <handa@m17n.org>
7096
7097 * .gdbinit (xfont): New command.
7098
7099 2008-06-08 Andreas Schwab <schwab@suse.de>
7100
7101 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
7102 * Makefile.in (menu.o): Update dependencies.
7103
7104 * Makefile.in (obj): Always add menu.o.
7105 * emacs.c (main): Always call syms_of_menu.
7106 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
7107
7108 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
7109
7110 * Makefile.in: Compile menu.c.
7111
7112 * lisp.h: Declare syms_of_menu.
7113
7114 * emacs.c (main): Call syms_of_menu.
7115
7116 * keyboard.h: Relocate platform-independent menu definitions from
7117 xmenu.c.
7118
7119 * menu.c: New file. Relocate platform-independent menu
7120 definitions from xmenu.c. Suggested by Adrian Robert.
7121
7122 * xmenu.c: Remove platform-independent menu definitions.
7123 (menu_items menu_items_inuse, menu_items_allocated)
7124 (menu_items_used, menu_items_n_panes)
7125 (menu_items_submenu_depth): Move to keyboard.h.
7126 (init_menu_items, finish_menu_items, unuse_menu_items)
7127 (discard_menu_items, restore_menu_items, save_menu_items)
7128 (grow_menu_items, push_submenu_start, push_submenu_end)
7129 (push_left_right_boundary, push_menu_pane, push_menu_item)
7130 (keymap_panes, single_keymap_panes, single_menu_item)
7131 (list_of_panes, list_of_items, find_and_call_menu_selection)
7132 (xmalloc_widget_value, free_menubar_widget_value_tree)
7133 (parse_single_submenu, digest_single_submenu)
7134 (update_submenu_strings): Move to menu.c.
7135
7136 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
7139
7140 2008-06-06 Miles Bader <miles@gnu.org>
7141
7142 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
7143 face, not frame default.
7144
7145 2008-06-05 Martin Rudalics <rudalics@gmx.at>
7146
7147 * window.c (pop_up_windows, pop_up_frames)
7148 (display_buffer_reuse_frames, Vpop_up_frame_function)
7149 (Vdisplay_buffer_function, Veven_window_heights)
7150 (Vspecial_display_buffer_names, Vspecial_display_regexps)
7151 (Vspecial_display_function, Vsame_window_buffer_names)
7152 (Vsame_window_regexps, split_height_threshold)
7153 (Vsplit_window_preferred_function): Move those vars to window.el.
7154 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
7155 (Fdisplay_buffer): Move those functions to window.el.
7156 (syms_of_window): Remove corresponding declarations.
7157 (display_buffer): New function.
7158 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
7159 * dispnew.c (Flast_nonminibuf_frame): New function.
7160 * buffer.c (Fpop_to_buffer): Move to window.el.
7161
7162 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
7165
7166 2008-06-05 Kenichi Handa <handa@m17n.org>
7167
7168 * coding.c (detect_coding): Fix previous change.
7169 (detect_coding_system): Likewise.
7170
7171 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
7174
7175 * keymap.c (Vminibuffer_local_filename_must_match_map):
7176 Rename from Vminibuffer_local_must_match_filename_map.
7177 (syms_of_keymap):
7178 * minibuf.c (Fcompleting_read): Adjust accordingly.
7179 * commands.h: Rename declaration as well.
7180
7181 2008-06-05 Kenichi Handa <handa@m17n.org>
7182
7183 * font.c (Ffont_spec): Don't use font_parse_family_registry for
7184 family name.
7185 (Ffont_put): Likewise.
7186
7187 * fontset.c (fontset_find_font): Call font_open_for_lface with the
7188 current font-spec.
7189
7190 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
7191 is unspecified.
7192
7193 * xfaces.c (realize_x_face): If the font-related face attributes
7194 are the same as those of default face, realize a new fontset from
7195 default->fontset.
7196 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7197
7198 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
7201 (move_it_in_display_line): New wrapper.
7202
7203 * window.c (window_scroll_pixel_based_preserve_x)
7204 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
7205 (window_scroll_pixel_based, window_scroll_line_based):
7206 Use them to preserve column positions.
7207 (syms_of_window): Initialize them.
7208
7209 * indent.c (Fvertical_motion): Extend first arg to allow passing an
7210 (HPOS . VPOS) pair.
7211
7212 * dispextern.h (move_it_in_display_line): Declare.
7213
7214 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
7217 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
7218 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
7219
7220 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
7221
7222 * window.c (Fset_window_parameter): Doc fix.
7223 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
7224
7225 2008-06-04 Joakim Verona <joakim@verona.se>
7226
7227 * window.h (struct window): Add new member window_parameters.
7228
7229 * window.c (Fwindow_parameters, Fwindow_parameter)
7230 (Fset_window_parameter): New defuns.
7231 (syms_of_window): Defsubr the new defuns.
7232 (make_window): Initialize window_parameters to nil.
7233
7234 2008-06-04 John Paul Wallington <jpw@pobox.com>
7235
7236 * eval.c (Fdefmacro): Doc fix.
7237
7238 2008-06-04 Kenichi Handa <handa@m17n.org>
7239
7240 * coding.c (detect_coding): Fix handling of coding->head_ascii.
7241 Be sure to call setup_coding_system when we find a proper coding system.
7242 (detect_coding_system): Fix handling of coding->head_ascii.
7243
7244 2008-06-03 Andreas Schwab <schwab@suse.de>
7245
7246 * font.c (font_prop_validate_spacing): Fix last change.
7247
7248 2008-06-03 Kenichi Handa <handa@m17n.org>
7249
7250 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
7251 (font_parse_fcname): Fix handling of unknown key.
7252
7253 * xfont.c (xfont_list): Try an alias.
7254
7255 * charset.c (char_charset): Return NULL if the arg charset_list is
7256 specified and C doesn't belong to any of them.
7257
7258 2008-06-02 Chip Coldwell <coldwell@redhat.com>
7259
7260 * font.c (font_pixel_size): Don't take cdr of an integer.
7261
7262 2008-06-02 Jim Meyering <meyering@redhat.com>
7263
7264 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
7265 * alloc.c (xfree): Return right away for a NULL arg.
7266 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
7267 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
7268 * mac.c (create_apple_event_from_event_ref): Likewise.
7269 (create_apple_event_from_drag_ref, cfstring_create_normalized):
7270 Likewise.
7271 * doprnt.c (doprnt1): Likewise.
7272 * frame.c (frame): Likewise.
7273 * keyboard.c (wipe_kboard): Likewise.
7274 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
7275 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
7276 * term.c (tty_default_color_capabilities, maybe_fatal)
7277 (delete_tty): Likewise.
7278 * w16select.c (string): Likewise.
7279 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
7280 * w32bdf.c (w32_free_bdf_font): Likewise.
7281 * w32fns.c (w32_unload_font): Likewise.
7282 * w32font.c (w32font_close): Likewise.
7283 * window.c (size_window): Likewise.
7284 * xselect.c (receive_incremental_selection): Likewise.
7285 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
7286 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
7287 * w32.c (stat): Likewise.
7288
7289 Remove useless if-before-free tests.
7290 * editfns.c (Fset_time_zone_rule): Likewise.
7291 * lread.c (nosuffix): Likewise.
7292 * ralloc.c (get_bloc): Likewise.
7293 * regex.c (reg_free): Likewise.
7294 * xftfont.c (xftfont_open, xftfont_close): Likewise.
7295 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
7296 * xsmfns.c (smc_save_yourself_CB): Likewise.
7297
7298 2008-06-02 Kenichi Handa <handa@m17n.org>
7299
7300 * font.c (font_find_for_lface): Handle float font size.
7301 (font_open_for_lface): Likewise.
7302
7303 * xfaces.c (x_supports_face_attributes_p): Check face->font before
7304 comparing the properties.
7305
7306 2008-06-01 Jason Rumney <jasonr@gnu.org>
7307
7308 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
7309 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
7310 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
7311 Don't add empty script list.
7312 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
7313
7314 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7315
7316 * Makefile.in (dot, dotdot): Remove, update users.
7317 ".." has been used elsewhere in the file for a long time.
7318 (LIBXT_STATIC): Remove conditional based on unused variable.
7319
7320 2008-06-01 Miles Bader <miles@gnu.org>
7321
7322 * xfaces.c (Vface_remapping_alist): New variable.
7323 (syms_of_xfaces): Initialize it.
7324 (enum named_merge_point_kind): New type.
7325 (struct named_merge_point): Add `named_merge_point_kind' field.
7326 (push_named_merge_point): Make cycle detection respect different
7327 named-merge-point kinds.
7328 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
7329 Remove face-name alias resolution.
7330 (lface_from_face_name): New definition using
7331 `lface_from_face_name_no_resolve'.
7332 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
7333 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
7334 (get_lface_attributes): New definition that layers face-remapping on
7335 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
7336 (lookup_basic_face): New function.
7337 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
7338 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
7339 `get_lface_attributes'.
7340 (face_at_buffer_position): Use `lookup_basic_face' to lookup
7341 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
7342 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
7343
7344 * xdisp.c (init_iterator): Pass base_face_id through
7345 `lookup_basic_face' when we actually use it as a face-id.
7346 (handle_single_display_prop): Use `lookup_basic_face' to lookup
7347 DEFAULT_FACE_ID.
7348
7349 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
7350 lookup the initial face-id.
7351
7352 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
7353
7354 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
7355
7356 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
7357 (Fremove_text_properties): Fix typos in docstrings.
7358
7359 2008-05-31 Kenichi Handa <handa@m17n.org>
7360
7361 * font.c (font_list_entities): Fix the car part of data to be
7362 stored in the cache.
7363
7364 * ftfont.c (ftfont_font_format): Don't use strcasestr.
7365
7366 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
7369 Add a `test' argument so another predicate than `equal' can be used.
7370 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
7371 (map_char_table): Remove unused vars `c' and `i'.
7372 * lisp.h (Foptimize_char_table): Adjust declaration.
7373 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
7374
7375 2008-05-30 Kenichi Handa <handa@m17n.org>
7376
7377 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
7378 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
7379 defined.
7380
7381 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
7384 (Fmake_variable_frame_local): Disallow mixing buffer-local and
7385 frame-local settings for the same variable.
7386
7387 2008-05-30 Kenichi Handa <handa@m17n.org>
7388
7389 * fontset.c (Ffont_info): Move to font.c.
7390 (syms_of_fontset): Delete defsubr of Sfont_info.
7391
7392 * font.c (font_style_to_value, font_score): Delete casting of the
7393 args to xstcasecmp.
7394 (register_font_driver): Increment num_font_drivers only when
7395 registering the driver globally.
7396 (Ffont_info): Move from fontset.c. Handle a font object too.
7397 (syms_of_font): Defsubr Sfont_info.
7398
7399 2008-05-29 Kenichi Handa <handa@m17n.org>
7400
7401 * coding.h (enum define_coding_utf8_arg_index): New enum.
7402 (enum coding_attr_index): Change coding_attr_utf_16_bom to
7403 coding_attr_utf_bom.
7404 (enum utf_bom_type): Rename from utf_16_bom_type.
7405 (struct utf_16_spec): Adjust for the above change.
7406 (struct coding_system): Add utf_8_bom in `spec' union.
7407
7408 * coding.c (CODING_UTF_8_BOM): New macro.
7409 (enum coding_category): Delete coding_category_utf_8, add
7410 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
7411 coding_category_utf_8_sig.
7412 (CATEGORY_MASK_UTF_8): Delete it.
7413 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
7414 (CATEGORY_MASK_UTF_8_SIG): New macros.
7415 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
7416 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
7417 CATEGORY_MASK_UTF_8_SIG.
7418 (CATEGORY_MASK_UTF_8): New macro.
7419 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
7420 (detect_coding_utf_8): Check BOM.
7421 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
7422 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
7423 (encode_coding_utf_16): Likewise.
7424 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
7425 (detect_coding, detect_coding_system): Handle utf-8-auto.
7426 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
7427 (syms_of_coding): Fix setting up of Vcoding_category_table.
7428
7429 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * process.c (Faccept_process_output): If `millisec' is non-nil,
7432 `seconds' default to 0.
7433 (wait_reading_process_output): Also return non-nil if we read output
7434 from a non-running process.
7435
7436 2008-05-29 Jason Rumney <jasonr@gnu.org>
7437
7438 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
7439 `raster' specified.
7440 (add_font_entity_to_list): Allow non-opentype truetype fonts back
7441 in the uniscribe backend, but disallow any font that has no
7442 unicode subrange support.
7443
7444 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
7447 Fix typos in docstrings.
7448
7449 2008-05-29 Kenichi Handa <handa@m17n.org>
7450
7451 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
7452 (Fx_family_fonts): Set frame correctly.
7453
7454 2008-05-28 Jason Rumney <jasonr@gnu.org>
7455
7456 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
7457
7458 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
7461 calling build_annotations.
7462
7463 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
7464
7465 * coding.c (Fdecode_coding_region, Fencode_coding_region)
7466 (Fencode_coding_string):
7467 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
7468 <latin-extra-code-table>: Fix typos in docstrings.
7469 (syms_of_coding) <coding-system-alist>: Doc fix.
7470 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
7471
7472 2008-05-28 Kenichi Handa <handa@m17n.org>
7473
7474 * fontset.c (Ffont_info): Don't call font_close_object.
7475
7476 * font.c (font_parse_family_registry): Use Ffont_put to validate
7477 foundry and family.
7478 (font_delete_unmatched): Don't check spacing.
7479 (font_list_entities): Add spacing to the spec to list fonts.
7480
7481 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
7482 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
7483
7484 * coding.c (encode_coding_raw_text): Fix previous change.
7485 (encode_coding_object): When the dst_object is a buffer and is
7486 different from src_object, move gap to PT.
7487
7488 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
7491
7492 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * coding.c (encode_coding_raw_text): Set coding->produced_char for
7495 all branches. Compute it differently.
7496
7497 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
7498
7499 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
7500
7501 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
7502 into "else if () ... else ...".
7503
7504 2008-05-27 Jason Rumney <jasonr@gnu.org>
7505
7506 * w32font.c (w32font_open_internal): Determine if glyph indices
7507 are likely to work here.
7508
7509 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7510
7511 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
7512 draw overlap glyphs with appropriate highlighting.
7513
7514 2008-05-27 Kenichi Handa <handa@m17n.org>
7515
7516 * xfont.c (xfont_open): Fix calculation of font->average_width.
7517
7518 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * casefiddle.c (casify_object): Try to guess better whether the
7521 argument is a byte or a char.
7522
7523 2008-05-26 Andreas Schwab <schwab@suse.de>
7524
7525 * xselect.c (x_reply_selection_request): Properly handle format == 32.
7526 Always send multiples of format size.
7527
7528 * xterm.c (x_set_frame_alpha): Fix type mismatch.
7529
7530 2008-05-26 Jason Rumney <jasonr@gnu.org>
7531
7532 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
7533 (compute_metrics): Don't set failure if we just cleared the cache.
7534 (w32_weight_table): Remove unused variable.
7535 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
7536 backwards compatibility.
7537
7538 2008-05-25 Kenichi Handa <handa@m17n.org>
7539
7540 * w32term.c (x_draw_glyph_string):
7541 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
7542
7543 * xfaces.c: Delete unused function prototypes.
7544 (xstrlwr, font_frame): Delete them.
7545 (clear_face_cache): Delete unused variable.
7546
7547 * xftfont.c (xftfont_open): Delete unused variable.
7548 If underline_thickness is not 1, adjust underline_position.
7549
7550 * ftxfont.c (ftxfont_open): Delete unused variable.
7551
7552 * fontset.c (face_for_char): Optimize for the case of no charset
7553 property.
7554
7555 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
7556 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
7557 (otf_open, font_otf_capability, generate_otf_features)
7558 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
7559 Comment out by surrounding "#if 0" and "#endif" for the moment.
7560 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
7561 (syms_of_font): Codes for accessing above commented out.
7562
7563 2008-05-24 Eli Zaretskii <eliz@gnu.org>
7564
7565 * w32proc.c: Include dispextern.h.
7566
7567 * w32.c: Include dispextern.h.
7568
7569 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
7570
7571 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
7572 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
7573 Fix typos in docstrings.
7574
7575 2008-05-23 Jason Rumney <jasonr@gnu.org>
7576
7577 * xsmfns.c: Remove includes that are already included by config.h.
7578
7579 2008-05-23 Kenichi Handa <handa@m17n.org>
7580
7581 * charset.c (Qemacs, charset_emacs): New variables.
7582 (char_charset): Fix for non-Unicode characters.
7583 (syms_of_charset): Define charset_emacs.
7584
7585 * w32term.c (x_draw_glyph_string): Be sure to update
7586 s->underline_thickness and s->underline_position. Be sure to draw
7587 underline within the current line area.
7588
7589 * xterm.c (x_draw_glyph_string): Be sure to update
7590 s->underline_thickness and s->underline_position. Be sure to draw
7591 underline within the current line area.
7592
7593 * fontset.c: Delete unused variables and add casting for char *
7594 throughout the file.
7595 (fontset_font): Try the fallback fonts of the current fontset
7596 before consulting the default fontset.
7597
7598 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
7599
7600 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
7601
7602 2008-05-22 Jason Rumney <jasonr@gnu.org>
7603
7604 * font.c: Don't include strings.h.
7605
7606 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
7607
7608 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
7609 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
7610 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
7611 to call xstrcasecmp.
7612
7613 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
7614
7615 * fontset.c (fs_query_fontset): Use xstrcasecmp.
7616
7617 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
7618
7619 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
7620
7621 2008-05-22 Kenichi Handa <handa@m17n.org>
7622
7623 * puresize.h (BASE_PURESIZE): Increase to 1220000.
7624
7625 * font.c (font_prop_validate_style): Adjust for the format
7626 change of font_style_table.
7627
7628 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
7629 two args.
7630
7631 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
7632 two args.
7633
7634 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * minibuf.c (keys_of_minibuf): Delete.
7637 * lisp.h (keys_of_minibuf): Delete.
7638 * emacs.c (main): Don't call keys_of_minibuf.
7639
7640 2008-05-22 Kenichi Handa <handa@m17n.org>
7641
7642 * ftfont.c (ftfont_resolve_generic_family): Rename from
7643 ftfont_list_generic_family. Return a single family for each
7644 generic family.
7645 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
7646 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
7647 Call font_add_log.
7648 (ftfont_match): Call font_add_log.
7649
7650 * font.h (Ffont_xlfd_name): EXFUN adjusted.
7651 (FONT_DEBUG): Define it.
7652 (font_add_log): Extern it.
7653 (font_assert): Rename from xassert.
7654
7655 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
7656 (xfont_list_family): Call font_add_log.
7657 (xfont_match): Likewise.
7658 (memq_no_quit): Delete.
7659
7660 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
7661 call of Ffont_xlfd_name.
7662
7663 * xfaces.c (struct table_entry, slant_table, weight_table)
7664 (swidth_table): Move to font.c.
7665
7666 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
7667 xassert are changed to font_assert. Delete many unused variables.
7668 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
7669 New variables.
7670 (struct table_entry): Move from xfaces.c and modified.
7671 (weight_table, slant_table, width_table): Move from xfaces.c and
7672 contents adjusted for the change of struct table_entry.
7673 (font_style_to_value, font_style_symbolic): Adjust for the
7674 format change of font_style_table.
7675 (font_parse_family_registry): Don't overwrite existing foundry and
7676 family of font_spec.
7677 (font_score): Fix calculation of diff for sizes.
7678 (font_sort_entites): Call font_add_log.
7679 (font_delete_unmatched): Return a newly created list.
7680 (font_list_entities): Fix previous change. Call font_add_log.
7681 (font_matching_entity, font_open_entity, font_close_entity):
7682 Call font_add_log.
7683 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
7684 (Finternal_set_font_style_table): Delete.
7685 (BUILD_STYLE_TABLE): New macro.
7686 (build_style_table): New function.
7687 (Vfont_log, font_log_env_checked): New variables.
7688 (font_add_log): New function.
7689 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
7690 Declare Lisp variables "font-weight-table", "font-slant-table",
7691 "font-width-table", and "font-log". Initialize font_style_table.
7692
7693 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
7694
7695 * xterm.c (x_set_frame_alpha): Move declarations before statements.
7696
7697 2008-05-21 Seiji Zenitani <zenitani@mac.com>
7698 Ryo Yoshitake <ryo@shiftmode.net>
7699
7700 * frame.c (Qalpha): Add a new frame parameter `alpha'.
7701 (Vframe_alpha_lower_limit): New variable.
7702 (x_set_alpha): New function.
7703
7704 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
7705
7706 * xfns.c (x-create-frame, Qalpha):
7707 Initialize the frame parameter `alpha'.
7708 * xterm.c (OPAQUE, OPACITY): New.
7709 (x_set_frame_alpha): New function.
7710 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
7711
7712 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
7713 * w32fns.c (w32_frame_parm_handlers): Likewise.
7714
7715 2008-05-20 Jason Rumney <jasonr@gnu.org>
7716
7717 * w32font.c (add_font_entity_to_list): Don't add non-opentype
7718 truetype fonts to opentype list.
7719
7720 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
7721
7722 * fontset.c (Ffontset_info): Doc fix.
7723 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
7724 <ignore-relative-composition>: Fix typos in docstrings.
7725
7726 * font.c (syms-of-font) <font-encoding-alist>:
7727 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
7728 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
7729 (Ffont_otf_alternates): Doc fixes.
7730
7731 2008-05-20 Kenichi Handa <handa@m17n.org>
7732
7733 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
7734 font.h through out the file.
7735 (FONT_DRIVERS): Rename from FONTOBJ.
7736 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
7737 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
7738
7739 * emacs.c (main): Call syms_of_font unconditionally.
7740
7741 * font.h (find_font_encoding): Extern it.
7742
7743 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
7744 fontset.c.
7745 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
7746 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
7747 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
7748 only when HAVE_WINDOW_SYSTEM is defined.
7749 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
7750 when HAVE_WINDOW_SYSTEM is defined.
7751
7752 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
7753 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
7754
7755 * xfaces.c: Include font.h unconditionally.
7756 (merge_face_ref, merge_face_vectors)
7757 (Finternal_set_lisp_face_attribute): Cancel the previous change.
7758
7759 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
7762 indirect_variable.
7763 * eval.c (lisp_indirect_variable): New fun.
7764 (Fuser_variable_p): Use it.
7765
7766 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * lisp.h (indirect_variable):
7769 * data.c (indirect_variable, let_shadows_buffer_binding_p):
7770 Use Lisp_Symbol pointers rather than Lisp_Object.
7771 Adjust callers.
7772 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
7773 To this end, change calling-convention.
7774
7775 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
7776 if some non-hidden buffers are selected by string&pred.
7777
7778 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
7779
7780 * process.c (wait_reading_process_output): Always check status
7781 when in batch mode.
7782
7783 2008-05-19 Kenichi Handa <handa@m17n.org>
7784
7785 * font.c (font_list_entities): Fix handling of cache.
7786 (font_matching_entity): Likewise.
7787
7788 * ftfont.c (cs_iso8859_1): Delete.
7789 (ft_face_cache): New variable.
7790 (struct ftfont_info): New member fc_charset_idx.
7791 (ftfont_build_basic_charsets): Delete.
7792 (fc_charset_table): New variable.
7793 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
7794 . FC_CHARSET_IDX) as :font-entity property in the font entity.
7795 Callers changed.
7796 (ftfont_lookup_cache, ftfont_get_charset): New functions.
7797 (ftfont_spec_pattern): New argument fc_charset_idx.
7798 Check registry more rigidly. Change callers.
7799 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
7800 change of :font-entity property of the font.
7801
7802 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
7803 property of the font.
7804
7805 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
7806
7807 * coding.c (Fcoding_system_p): Rename argument to match docstring.
7808 (Funencodable_char_position, Fcheck_coding_systems_region)
7809 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
7810 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
7811 (Ffind_operation_coding_system, Fset_coding_system_priority)
7812 (Fcoding_system_eol_type): Doc fixes.
7813
7814 2008-05-17 Glenn Morris <rgm@gnu.org>
7815
7816 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
7817
7818 2008-05-16 Eli Zaretskii <eliz@gnu.org>
7819
7820 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
7821 and st_gid.
7822
7823 * frame.c (Fdelete_frame): Don't call font_update_drivers if
7824 HAVE_WINDOW_SYSTEM is not defined.
7825
7826 * xfaces.c (merge_face_ref, merge_face_vectors)
7827 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
7828 HAVE_WINDOW_SYSTEM is defined.
7829 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
7830
7831 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
7834
7835 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7836
7837 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
7838
7839 2008-05-15 Kenichi Handa <handa@m17n.org>
7840
7841 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
7842 preference.
7843
7844 2008-05-15 Glenn Morris <rgm@gnu.org>
7845
7846 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
7847
7848 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
7849
7850 * fns.c (init_fns): Don't initialize weak_hash_tables here.
7851 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
7852
7853 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
7854
7855 2008-05-15 Kenichi Handa <handa@m17n.org>
7856
7857 * ftfont.c (ftfont_list): Downcase family name to check generic
7858 families.
7859
7860 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
7861 font-spec for QCfont value.
7862
7863 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
7864 buffer. Check the return value of it.
7865
7866 2008-05-14 Jason Rumney <jasonr@gnu.org>
7867
7868 * w32term.c (w32_get_glyph_overhangs): Remove.
7869 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
7870
7871 2008-05-14 Kenichi Handa <handa@m17n.org>
7872
7873 * font.c (font_prop_validate): Make nil a valid value.
7874 (font_clear_cache): Check if the cached vector of entities is nil
7875 or not.
7876
7877 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7878
7879 * emacs.c (main_thread): Conditionalize on
7880 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
7881 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
7882
7883 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
7884 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
7885 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
7886
7887 2008-05-14 Kenichi Handa <handa@m17n.org>
7888
7889 * coding.c (detect_coding_iso_2022): Ignore a coding category that
7890 has no corresponding coding system.
7891
7892 2008-05-14 Jason Rumney <jasonr@gnu.org>
7893
7894 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
7895
7896 * w32font.h (w32font_open_internal): Update declaration.
7897
7898 * w32font.c (w32font_open_internal): Change last argument from
7899 w32font_info struct to font object. Fill in font object from
7900 font_entity. Get Outline metrics if possible. Use them to
7901 calculate underline position and thickness. Use xlfd name as name
7902 property. Don't set codepage.
7903 (w32font_open): Pass font_object to w32font_open_internal. Don't
7904 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
7905 (w32font_draw): Use s->font.
7906 (clear_cached_metrics): Don't clear non-existent blocks.
7907
7908 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
7909 font was not found.
7910 (x_draw_glyph_string): Use underline position and thickness from font.
7911
7912 * w32uniscribe.c (uniscribe_open): Pass font_object to
7913 w32font_open_internal.
7914
7915 2008-05-14 Kenichi Handa <handa@m17n.org>
7916
7917 These changes are to delete all legacy font-handling codes, and
7918 make Emacs use only font-backends.
7919
7920 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
7921 (frame.o, image.o, print.o): Depend on $(FONTSRC).
7922
7923 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
7924
7925 * charset.h (Vcharset_non_preferred_head)
7926 (Vcurrent_iso639_language): Extern them.
7927
7928 * charset.c (Vcharset_non_preferred_head): New variable.
7929 (Vcurrent_iso639_language): New variable.
7930 (syms_of_charset): Declare it as a Lisp variable.
7931 (char_charset): Don't check non preferred charsets. As a last
7932 resort, return charset_unicode.
7933 (Fset_charset_priority): Update Vcharset_non_preferred_head.
7934
7935 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
7936 conditionals. Don't check enable_font_backend. Delete all codes
7937 used only when USE_FONT_BACKEND is not defined.
7938
7939 * dispextern.h (struct glyph_string): Change type of `font' to
7940 `struct font *'.
7941 (struct glyph_string): New member underline_position and
7942 underline_thickness.
7943 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
7944 (struct face): Change type of `font' to `struct font *'. Remove
7945 members `font_name', `font_info_id'.
7946 (per_char_metric, encode_char): Delete externs.
7947 (calc_pixel_width_or_height): Adjust the prototype.
7948
7949 * emacs.c (enable_font_backend): Delete extern.
7950 (main): Don't set enable_font_backend. Don't check the command
7951 line argument "-disable-font-backend".
7952
7953 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
7954 (enum font_property_index): New members FONT_DPI_INDEX,
7955 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
7956 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
7957 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
7958 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
7959 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
7960 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
7961 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
7962 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
7963 (struct font_spec, struct font_entity): New structs.
7964 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
7965 (struct font): Many members from old "struct font_info" moved to
7966 here. Members font and entity deleted.
7967 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
7968 the new font-related objects.
7969 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
7970 (CHECK_FONT_GET_OBJECT): Likewise.
7971 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
7972 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
7973 (struct font_driver): New members case_sensitive anc check. Type
7974 of the member list and open changed.
7975 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
7976 (font_symbolic_width, font_find_object, font_get_spec)
7977 (font_set_lface_from_name): Delete extern.
7978 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
7979
7980 * font.c: Include <strings.h>.
7981 (enable_font_backend): Delete it.
7982 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
7983 (CHECK_VALIDATE_FONT_SPEC): Delete it.
7984 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
7985 (null_string): Delete it.
7986 (null_vector): Make it static.
7987 (font_family_alist): Delete it.
7988 (Qnormal): Extern it.
7989 (QCextra, QClanguage): Delete it.
7990 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
7991 (font_make_spec, font_make_entity, font_make_object)
7992 (font_intern_prop): Renamed from intern_downcase. Don't downcase
7993 the string. Callers changed.
7994 (font_pixel_size): Adjusted for the format change of font-related
7995 objects.
7996 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
7997 (font_style_to_value, font_style_symbolic): New function.
7998 (build_font_family_alist): Delete it.
7999 (font_registry_charsets): Use Fassoc_string instead of
8000 assq_no_quit.
8001 (font_prop_validate_symbol): Don't return null_string.
8002 (font_prop_validate_style): Adjusted for the change of
8003 style-related values in a font vector.
8004 (font_property_table): Delete entries for QClanguage and
8005 QCantialias, add entries for QCavgwidth.
8006 (get_font_prop_index): Delete the 2nd argument FROM.
8007 (font_prop_validate): Arguments changed.
8008 (font_put_extra): Adjusted for the change of font-related objects.
8009 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
8010 (font_parse_fcname, font_unparse_fcname)
8011 (font_prepare_composition): Likewise.
8012 (font_parse_family_registry): Renamed from font_merge_old_spec.
8013 (otf_open): Delete the 1st arg entity.
8014 (font_otf_capability): Adjusted for the above change.
8015 (font_score): New arg alternate_families. Adjusted for the change
8016 of font-related objects.
8017 (font_sort_entites): New arg best_only.
8018 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
8019 Delete them.
8020 (font_match_p): Check alternate families.
8021 (font_find_object): Delete it.
8022 (font_check_object): New function.
8023 (font_clear_cache): Adjusted for the change of font-related objects.
8024 (font_delete_unmatched): New arg.
8025 (font_list_entities): Call font_driver->list with a spec that
8026 doesn't specify style-related properties.
8027 (font_matching_entity): Arguments changed. Caller changed.
8028 (font_open_entity): Adjusted for the change of font-related objects.
8029 (font_close_object, font_has_char, font_encode_char)
8030 (font_get_name, font_get_spec): Likewise.
8031 (font_spec_from_name, font_clear_prop, font_update_lface):
8032 New functions.
8033 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
8034 (font_prepare_for_face, font_done_for_face, font_open_by_name)
8035 (font_at): Adjusted for the change of font-related objects.
8036 (font_range): New function.
8037 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
8038 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
8039 (Fcopy_font_spec, Fmerge_font_spec): New function.
8040 (Ffont_family_list): Renamed from list-families.
8041 (Finternal_set_font_style_table): Arguments changed.
8042 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
8043 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
8044 change of font-related objects.
8045 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
8046
8047 * fontset.h (struct font_info): Delete it. Most members go to
8048 struct font.
8049 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
8050 (enum FONT_SPEC_INDEX): Delete it.
8051 (font_info, list_fonts_func, load_font_func, query_font_func)
8052 (set_frame_fontset_func, find_ccl_program_func)
8053 (get_font_repertory_func, new_fontset_from_font_name): Delete
8054 externs.
8055 (fontset_from_font_name): Extern it.
8056 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
8057 (FONT_INFO_FROM_FACE): Deleted.
8058 (face_for_font): Adjust prototype.
8059
8060 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
8061 conditionals. Don't check enable_font_backend. Delete all codes
8062 used only when USE_FONT_BACKEND is not defined.
8063 (get_font_info_func, list_font_func, load_font_func)
8064 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
8065 (get_font_repertory_func): Delete them.
8066 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
8067 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
8068 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
8069 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
8070 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
8071 (fontset_compare_rfontdef): New function.
8072 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
8073 rfont-defs by qsort. Adjusted for the change of font-group vector.
8074 (load_font_get_repertory): Deleted.
8075 (fontset_find_font): Use new macros to ref/set elements of
8076 font-def and rfont-def.
8077 (fontset_font): Fix the timing of remembering that no font for C.
8078 (free_face_fontset): Do nothing if the face has no fontset.
8079 (face_suitable_for_char_p): Use new macros to ref/set elements of
8080 rfont-def.
8081 (face_for_char): Likewise. Call face_for_char with font_object.
8082 (fs_load_font): Delete. Delete #pragma surrounding it.
8083 (fs_query_fontset): Use strcasecmp instead of strcmp.
8084 (generate_ascii_font_name): Adjusted for the format change of
8085 font-spec.
8086 (Fset_fontset_font): Likewise. Use new macros to set elements of
8087 font-def.
8088 (Fnew_fontset): Use font_unparse_xlfd to generate
8089 FONTSET_ASCII (fontset).
8090 (new_fontset_from_font_name): Deleted.
8091 (fontset_from_font): Renamed from new_fontset_from_font. Check if
8092 a fontset is already created for the font. FIx updating of
8093 Vfontset_alias_alist.
8094 (fontset_ascii_font): Deleted.
8095 (Ffont_info): Adjusted for the format change of font-spec.
8096 (Finternal_char_font): Likewise.
8097 (Ffontset_info): Likewise.
8098 (syms_of_fontset): Don't check load_font_func.
8099
8100 * fns.c (internal_equal): Handle PREV_FONT.
8101
8102 * frame.h: Delete USE_FONT_BACKEND conditional.
8103
8104 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
8105 conditionals. Don't check enable_font_backend. Delete all codes
8106 used only when USE_FONT_BACKEND is not defined.
8107 (x_set_font): Call x_new_font, not x_new_fontset2.
8108 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
8109 already set for the frame.
8110
8111 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
8112 a font-entity by font_make_entity. Use font_intern_prop instead
8113 of intern_downcase. Use FONT_SET_STYLE to set a style-related
8114 font property. If a font is scalable, set avgwidth property to 0.
8115 Set font-entity property by font_put_extra.
8116 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
8117 (ffont_driver): Adjusted for the change of struct font_driver.
8118 (ftfont_spec_pattern): New function.
8119 (ftfont_list): Return a list, not vector.
8120 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
8121 (ftfont_list_family): Don't downcase names.
8122 (ftfont_free_entity): Deleted.
8123 (ftfont_open): Return a font-object. Adjusted for the change of
8124 struct font. Get underline_thickness and underline_position from
8125 font property. Don't update dpyinfo->smallest_font_height and
8126 dpyinfo->smallest_char_width.
8127 (ftfont_close): Don't free `struct font'.
8128 (ftfont_has_char): Adjusted for the format change of font-entity.
8129 (ftfont_encode_char, ftfont_text_extents): Likewise.
8130
8131 * ftxfont.c (ftxfont_list): Return a list, not vector.
8132 (ftxfont_open): Return a font-object. Adjusted for the change of
8133 struct font. Get underline_thickness and underline_position from
8134 font property. Don't update dpyinfo->smallest_font_height and
8135 dpyinfo->smallest_char_width.
8136 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
8137 (ftxfont_draw): Adjusted for the change of struct font.
8138
8139 * image.c (image_ascent): Don't include "charset.h". Include
8140 "character.h" and "font.h".
8141
8142 * lisp.h (enum pvec_type): New member PREV_FONT.
8143 (Fassoc_string): EXFUN it.
8144
8145 * print.c: Include font.h.
8146 (print_object): Handle font-related objects.
8147
8148 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
8149 conditionals. Don't check enable_font_backend. Delete all codes
8150 used only when USE_FONT_BACKEND is not defined.
8151 (handle_auto_composed_prop): Do nothing if it->f is not on a
8152 window system. Check how many following characters can be
8153 displayed by the same font.
8154 (calc_pixel_width_or_height): Type of the 4th arg is changed to
8155 'struct font *'.
8156 (get_char_face_and_encoding): Assign the whole encoding task to
8157 the `encode-char' method of a font driver.
8158 (fill_composite_glyph_string): Adjusted for the change of `struct
8159 face' and `struct glyph_string'.
8160 (fill_glyph_string): Likewise.
8161 (get_per_char_metric): Arguments changed.
8162 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
8163 and `struct glyph_string'.
8164 (produce_stretch_glyph, calc_line_height_property)
8165 (x_produce_glyphs): Likewise.
8166
8167 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
8168 conditionals. Don't check enable_font_backend. Delete all codes
8169 used only when USE_FONT_BACKEND is not defined. Use
8170 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
8171 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
8172 (Qp): Extern them.
8173 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
8174 Deleted.
8175 (struct font_name): Deleted.
8176 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
8177 (compare_fonts_by_sort_order): New function.
8178 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
8179 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
8180 Deleted.
8181 (Fx_family_fonts): Use font_list_entities, and sort fonts by
8182 compare_fonts_by_sort_order.
8183 (Fx_font_family_list): Call Ffont_family_list.
8184 (face_numeric_value, face_numeric_weight, face_numeric_slant)
8185 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
8186 (face_symbolic_slant, face_symbolic_swidth)
8187 (split_font_name_into_vector, build_font_name_from_vector)
8188 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
8189 (font_rescale_ratio, split_font_name, build_font_name)
8190 (free_font_names, sort_fonts, x_face_list_fonts)
8191 (face_font_available_p, sorted_font_list, cmp_font_names)
8192 (font_list_1, concat_font_list, font_list, remove_duplicates):
8193 Deleted.
8194 (Fx_list_fonts): Use Ffont_list.
8195 (LFACE_AVGWIDTH): Deleted.
8196 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
8197 by FONTP.
8198 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
8199 (set_lface_from_font_name): Delete it.
8200 (set_lface_from_font): Renamed from
8201 set_lface_from_font_and_fontset. Caller changed. Don't set
8202 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
8203 for face.
8204 (merge_face_vectors): Copy font-spec if necessary.
8205 Clear properties of the font-spec if necessary.
8206 (merge_face_ref): Clear properties of the font-spec if necessary.
8207 (Finternal_set_lisp_face_attribute): Likewise.
8208 (set_font_frame_param): Use font_load_for_lface to load a
8209 font-object, and call Fmodify_frame_parameters with it.
8210 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
8211 font name by Ffont_xlfd_name.
8212 (Finternal_lisp_face_attribute_values): Don't check QCweight,
8213 QCslant, and QCwidth.
8214 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
8215 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
8216 Compare fonts by EQ.
8217 (lookup_non_ascii_face): Deleted.
8218 (face_for_font): The 2nd argument changed.
8219 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
8220 Check atomic font properties by case insensitive.
8221 (realize_non_ascii_face): Set face->overstrike correctly.
8222 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
8223 (dump_realized_face): Get font name from
8224 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
8225
8226 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
8227 conditionals. Don't check enable_font_backend. Delete all codes
8228 used only when USE_FONT_BACKEND is not defined.
8229 (xic_create_xfontset): Original code deleted and renamed from
8230 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
8231 (x_make_gc): Don't set GCFont in GCs.
8232 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
8233 opened by "fixed".
8234 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
8235 find_ccl_program_func, query_font_func, set_frame_fontset_func,
8236 get_font_repertory_func.
8237
8238 * xfont.c: Include <stdlib.h> and "ccl.h".
8239 (struct xfont_info): New structure.
8240 (xfont_query_font): Deleted.
8241 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
8242 moved from xterm.c.
8243 (xfont_driver): Adjusted for the change of struct font_driver.
8244 (compare_font_names): New function.
8245 (xfont_list_pattern): Sort font names case insensitively. Make
8246 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
8247 (xfont_list): Return a list, not vector.
8248 (xfont_match): If the font doesn't have QCname property, generate
8249 a name from the other font properties.
8250 (xfont_open): Return a font-object. Adjusted for the change of
8251 struct font. Get underline_thickness and underline_position from
8252 font property. Don't update dpyinfo->smallest_font_height and
8253 dpyinfo->smallest_char_width.
8254 (xfont_close): Don't free struct font.
8255 (xfont_prepare_face): Adjusted for the change of struct font.
8256 (xfont_done_face): Deleted.
8257 (xfont_has_char): Adjusted for the change of struct font.
8258 (xfont_encode_char, xfont_draw): Likewise.
8259 (xfont_check): New function.
8260
8261 * xftfont.c (xftfont_list): Adjusted for the change of `list'
8262 callback function.
8263 (xftfont_match): Adjusted for the format change of font-entity.
8264 (xftfont_open): Adjusted for the format change of font-entity and
8265 font-object. Adjusted for the change of struct font. Return a
8266 font-object. Don't update dpyinfo->smallest_font_height and
8267 dpyinfo->smallest_char_width.
8268 (xftfont_close): Block input while calling XftFontClose.
8269 (xftfont_prepare_face): Don't block input while calling
8270 xftfont_get_colors. Adjusted for the change of struct font.
8271 (xftfont_shape): Return value of error case fixed.
8272
8273 * xrdb.c (x_load_resources): Don't setup a fontset resource.
8274
8275 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
8276 conditionals.
8277 (FONT_WIDTH): Return (f)->max_width.
8278 (struct x_display_info): Delete member `font'.
8279 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
8280 (x_find_ccl_program, x_get_font_repertory): Delete externs.
8281 (struct x_output): Change type of `font' to `struct font *'.
8282
8283 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
8284 conditionals. Don't check enable_font_backend. Delete all codes
8285 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
8286 (x_per_char_metric, x_encode_char): Deleted.
8287 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
8288 (x_compute_glyph_string_overhangs): Adjusted for the change of
8289 `struct face'.
8290 (x_draw_glyph_string_foreground)
8291 (x_draw_composite_glyph_string_foreground): Likewise.
8292 (x_draw_glyph_string): Likewise. Use font->underline_position and
8293 font->underline_thickness.
8294 (x_new_font): Renamed from x_new_fontset2.
8295 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
8296 (x_check_font): Call `check' method of a font driver.
8297 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
8298 (x_query_font, x_get_font_repertory): Deleted.
8299 (x_find_ccl_program): Renamed and moved to xfont.c.
8300 (x_redisplay_interface): Adjusted for the change of `struct
8301 redisplay_interface'.
8302
8303 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
8304 conditionals. Don't check enable_font_backend. Delete all codes
8305 used only when USE_FONT_BACKEND is not defined. Surround non-used
8306 code by "#ifdef OLD_FONT" and "endif".
8307 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
8308
8309 * w32font.h (struct w32font_info): New member.
8310 (FONT_COMPAT): New macro.
8311 (w32font_open_internal): Prototype adjusted.
8312
8313 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
8314 OLD_FONT" and "endif".
8315
8316 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
8317 conditionals. Don't check enable_font_backend. Delete all codes
8318 used only when USE_FONT_BACKEND is not defined.
8319 (w32font_open): Return a font-object. Make a font-object by
8320 font_make_object. Adjusted for the change of struct w32font_info.
8321 (w32font_close): Don't free struct font. Adjusted for the change
8322 of struct w32font_info.
8323 (w32font_encode_char, w32font_text_extents, w32font_draw):
8324 Adjusted for the change of struct w32font_info.
8325 (w32font_draw): Likewise.
8326 (w32font_list_internal): Return a list, not vector.
8327 (w32font_open_internal): Change the 4th arg to font-object.
8328 Adjusted for the change of struct w32font_info and font-object format.
8329 (add_font_name_to_list): Don't downcase names.
8330 (w32_enumfont_pattern_entity): Make a font-entity by
8331 font_make_entity. Adjusted for the format change of font-entity.
8332 Use FONT_SET_STYLE to set a style-related font property. If a
8333 font is scalable, set avgwidth property to 0. Set font-entity
8334 property by font_put_extra.
8335 (font_matches_spec): Adjusted for the format change of font-entity.
8336 (w32_weight_table, w32_decode_weight): New variables.
8337 (w32_encode_weight): New function.
8338 (fill_in_logfont): Adjusted for the format change of font-spec.
8339 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
8340 weight value.
8341 (w32font_driver): Adjusted for the change of struct font_driver.
8342
8343 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
8344 conditionals. Don't check enable_font_backend. Surround non-used
8345 code by "#ifdef OLD_FONT" and "endif".
8346 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
8347 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
8348
8349 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
8350 conditionals. Don't check enable_font_backend. Delete all codes
8351 used only when USE_FONT_BACKEND is not defined. Surround non-used
8352 code by "#ifdef OLD_FONT" and "endif".
8353
8354 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
8355 (uniscribe_open): Return value changed to font-object.
8356 Adjusted for the format change of font-object.
8357 (uniscribe_otf_capability): Adjusted for the change of struct font.
8358 (add_opentype_font_name_to_list): Don't downcase names.
8359 (uniscribe_font_driver): Adjusted for the change of struct
8360 font_driver.
8361
8362 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * dispnew.c (update_frame_1): Check if tty output is still valid
8365 before flushing it.
8366
8367 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
8368
8369 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
8370 to Gtk+ menus.
8371
8372 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * dired.c (file_name_completion): Tweak the code so as to always do it
8375 in a single pass. Tighten the scope of some variables.
8376
8377 * dired.c (Qdefault_directory): New var.
8378 (file_name_completion): Use it instead of Fexpand_file_name.
8379 (syms_of_dired): Initialize it.
8380
8381 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * fileio.c (double_dollars): Remove dead code.
8384
8385 2008-05-10 Eli Zaretskii <eliz@gnu.org>
8386
8387 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
8388 Mention w32-get-true-file-attributes in doc string.
8389
8390 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8391
8392 2008-05-09 Glenn Morris <rgm@gnu.org>
8393
8394 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
8395 2008-04-23.
8396
8397 2008-05-09 Eli Zaretskii <eliz@gnu.org>
8398
8399 Support for reporting owner and group of each file on MS-Windows:
8400 * dired.c (stat_uname, stat_gname): New functions, with special
8401 implementation for w32.
8402 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
8403
8404 * w32.c: Rename the_passwd_* to dflt_passwd_*.
8405 (dflt_group_name): New static variable.
8406 (dflt_group): Rename from the_group.
8407 (init_user_info): Init dflt_group fields. Get user's group name
8408 from LookupAccountSid.
8409 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
8410 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
8411 New initialization states.
8412 (globals_of_w32): Initialize them to zero. Initialize the default
8413 group name to "None".
8414 (GetFileSecurity_Name): New global var, the name of the function
8415 to call for GetFileSecurity.
8416 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
8417 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
8418 (get_file_security, get_security_descriptor_owner)
8419 (get_security_descriptor_group, is_valid_sid)
8420 (get_file_security_desc, get_rid, get_name_and_id)
8421 (get_file_owner_and_group): New functions.
8422 (stat): Use get_file_security_desc and get_file_owner_and_group to
8423 report the owner and primary group of each file. Don't ignore the
8424 high 32 bits of file's size, now that st_size is 64-bit wide.
8425 Fix test when to get true file attributes.
8426 (init_user_info): Use get_rid instead of equivalent inline code.
8427 (fstat): Don't ignore the high 32 bits of file's size.
8428
8429 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * image.c (png_load): Use correct bit-depth for setting background
8432 color.
8433
8434 2008-05-08 Eli Zaretskii <eliz@gnu.org>
8435
8436 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
8437 epa-hook.elc.
8438
8439 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * font.c (Ffont_match_p): Don't use `iff' in docstring.
8442
8443 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8444
8445 * macfns.c (Fx_create_frame): Make a copy of frame parameters
8446 because the original parameters are in pure storage now.
8447 (mac_window): Remove unused params. Update callers.
8448
8449 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * lread.c (substitute_object_recurse): Use lower-level primitives.
8452 Don't signal errors when traversing sub-char-tables.
8453 Don't loop over all the possible characters when traversing char-tables.
8454
8455 * print.c (print_preprocess): Add sub-char-tables to the print-table,
8456 just like we do in print.c.
8457
8458 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * minibuf.c (Ftry_completion): Remove code left over from when we used
8461 scmp instead of Fcompare_strings.
8462
8463 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
8464
8465 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
8466
8467 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8468
8469 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
8470 Create bitmap context in native byte order.
8471
8472 * macterm.c (XDrawLine)
8473 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
8474 context in native byte order.
8475
8476 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8477
8478 * config.in: Regenerate.
8479
8480 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
8481 New definitions for Image I/O support.
8482 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
8483 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
8484 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
8485 (mac_data_provider_release_data, image_load_image_io)
8486 [USE_MAC_IMAGE_IO]: New functions.
8487 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
8488 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
8489 (init_image_func_pointer) [MAC_OSX]: Remove function.
8490 (image_load_quartz2d) [MAC_OSX]: Check availability of
8491 CGImageCreateWithPNGDataProvider at compile time.
8492 Use lowercase `false' for boolean constant.
8493 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
8494 Use image_load_image_io.
8495 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
8496 Don't check MyCGImageCreateWithPNGDataProvider.
8497 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
8498 Don't call init_image_func_pointer.
8499
8500 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
8501
8502 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
8503 Make variable non-static.
8504 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
8505 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
8506
8507 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
8508 (RED_FROM_ULONG): Mask off higher bits.
8509 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
8510
8511 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
8512 Include AvailabilityMacros.h.
8513 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
8514 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
8515
8516 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * chartab.c (Fset_char_table_range): If range is t, really set all
8519 chars to that value.
8520
8521 2008-05-03 Eli Zaretskii <eliz@gnu.org>
8522
8523 * dired.c (Ffile_attributes): Don't allow the device number become
8524 negative.
8525
8526 2008-05-02 Daiki Ueno <ueno@unixuser.org>
8527
8528 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
8529
8530 2008-05-02 Juri Linkov <juri@jurta.org>
8531
8532 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
8533 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
8534 DEFAULT argument as a list of default values in docstrings.
8535
8536 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
8537
8538 * puresize.h (BASE_PURESIZE): Increase to 1210000.
8539
8540 2008-05-01 Martin Rudalics <rudalics@gmx.at>
8541
8542 * dispnew.c (change_frame_size_1): Preserve small windows when
8543 shrinking frames by calling set_window_height|width with third
8544 arg 2.
8545
8546 * window.h (struct window): Replace field too_small_ok by field
8547 resize_proportionally.
8548
8549 * window.c (make_window): Initialize resize_proportionally.
8550 (enlarge_window): Temporarily set resize_proportionally to make
8551 sure that shrink_windows does scale the window proportionally.
8552 (shrink_windows): When window has resize_proportionally set try
8553 to shrink it proportionally by stealing from other windows.
8554 (struct saved_window, Fset_window_configuration)
8555 (compare_window_configurations): Handle resize_proportionally.
8556 (WINDOW_TOTAL_SIZE): New macro.
8557 (window_min_size, shrink_windows, size_window): Use it.
8558 (check_min_window_sizes): Remove. Invalid values of
8559 window-min-height|width are handled by window_min_size_2 now.
8560 (size_window, Fsplit_window, enlarge_window)
8561 (adjust_window_trailing_edge, grow_mini_window): Don't call
8562 check_min_window_sizes.
8563 (window_min_size_2, window_min_size_1, window_min_size):
8564 New argument safe_p for retrieving "safe" minimum sizes.
8565 (Fdisplay_buffer, Fsplit_window, enlarge_window)
8566 (adjust_window_trailing_edge, grow_mini_window):
8567 Adjust arguments of window_min_size... functions.
8568 (shrink_windows): Argument min_size removed. New argument
8569 safe_p allows shrinking windows to their safe minimum sizes.
8570 Calculate minimum size and decide whether a window shall be
8571 deleted for each window individually.
8572 (size_window): When nodelete_p equals 2, tell shrink_windows to
8573 delete windows only if their new minimum size is no more safe.
8574 (shrink_window_lowest_first): Call window_min_size_1 to make
8575 sure to preserve modeline of bottom-most window when resizing
8576 the minibuffer.
8577 (Fset_window_configuration, Fcurrent_window_configuration)
8578 (compare_window_configurations): Do not handle
8579 window-min-height|width any more.
8580 (syms_of_window): Clarify window-min-height|width doc-strings.
8581
8582 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * dired.c (file_name_completion): Fix up the encoding/decoding issue
8585 some more. Copy some of the code from Ftry_completions.
8586 Remove special case code that dates back to initial revision when the
8587 slash was only added when necessary and that can't trigger nowadays.
8588
8589 2008-04-27 Kenichi Handa <handa@m17n.org>
8590
8591 * font.c (font_prop_validate): Signal `error' instead of `font'.
8592
8593 2008-04-29 Jason Rumney <jasonr@gnu.org>
8594
8595 * w32fns.c (Fw32_battery_status): New defun.
8596 (syms_of_w32fns): Defsubr it.
8597
8598 2008-04-28 Andreas Schwab <schwab@suse.de>
8599
8600 * dired.c (file_name_completion): Fix another mixing of encoded
8601 and decoded names.
8602
8603 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
8604
8605 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
8606
8607 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
8608
8609 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
8610
8611 2008-04-27 Andreas Schwab <schwab@suse.de>
8612
8613 * dired.c (file_name_completion): Fix inappropriate mixing of
8614 encoded and decoded names.
8615
8616 * xterm.c (XTread_socket): Fix use of uninitialized variable.
8617
8618 * puresize.h (BASE_PURESIZE): Increase to 1200000.
8619
8620 2008-04-26 Eli Zaretskii <eliz@gnu.org>
8621
8622 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
8623 2008-03-31, it's not needed anymore with `struct stat' definition
8624 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
8625 for the same reasons.
8626
8627 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
8628
8629 * m/sparc.h: Additional redefinitions for GNU/Linux.
8630
8631 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8632
8633 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
8634 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
8635 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
8636 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
8637 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
8638 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
8639 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
8640 Likewise.
8641
8642 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
8643 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
8644 (mac_ax_number_of_characters): Add externs.
8645 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
8646 [USE_MAC_TSM]: Likewise.
8647 (mac_handle_text_input_event) [MAC_OSX]:
8648 Handle kEventTextInputOffsetToPos for no active input area case.
8649 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
8650 (mac_handle_document_access_event)
8651 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
8652 (install_application_handler) [MAC_OSX]: Register handlers for
8653 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
8654 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
8655 Register mac_handle_document_access_event.
8656
8657 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
8658 Make functions non-static.
8659
8660 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
8663 (read_file_name_completion_ignore_case, insert_default_directory)
8664 (Qdefault_directory): Move to minibuffer.el.
8665 (Fread_file_name): Call the new `read-file-name' instead.
8666
8667 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8668
8669 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
8670 Make function non-static.
8671 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
8672 Remove function.
8673 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
8674 Move to mactoolbox.c.
8675 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
8676
8677 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
8678 (mac_rect_make): New macro.
8679
8680 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
8681 instead of float.
8682 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
8683 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
8684 (XSetBackground) [USE_CG_DRAWING]: Likewise.
8685 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
8686 CGRectMake.
8687 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
8688 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
8689 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
8690 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
8691 instead of WindowRef in argument type.
8692 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
8693 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
8694 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
8695 instead of DISPLAY. All uses changed.
8696 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
8697 (x_calc_absolute_position): Simplify so as not to use
8698 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
8699
8700 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
8701 instead of WindowRef in argument type.
8702 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
8703 [TARGET_API_MAC_CARBON]: Remove externs.
8704 (create_apple_event, mac_event_parameters_to_lisp)
8705 [TARGET_API_MAC_CARBON]: Add externs.
8706
8707 * mactoolbox.c (Vmac_ts_script_language_on_focus)
8708 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
8709 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
8710 is clicked.
8711 (x_activate_menubar): Remove extern for saved_menu_event_location.
8712 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
8713 Move from mac.c.
8714
8715 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8716
8717 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
8718 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
8719
8720 2008-04-23 Jason Rumney <jasonr@gnu.org>
8721
8722 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
8723 attributes only for local files.
8724
8725 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
8726 default to Qlocal.
8727
8728 2008-04-22 Juri Linkov <juri@jurta.org>
8729
8730 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
8731 read-buffer-to-switch instead of using the letter "B".
8732
8733 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * fileio.c (Qdefault_directory): New variable.
8736 (Fread_file_name): Use it to pass `dir' to the completion functions.
8737
8738 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
8741
8742 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * keyboard.c (Vpre_help_message): Remove.
8745 (show_help_echo): Remove default C code.
8746
8747 * dired.c (directory_files_internal, file_name_completion):
8748 Only call ENCODE_FILE if the string is indeed decoded.
8749
8750 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * Makefile.in (TOOLKIT_DEFINES): Remove.
8753 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
8754
8755 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8756
8757 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
8758 (mactoolbox.o): New target.
8759
8760 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
8761 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
8762
8763 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
8764 Use mac_set_frame_window_background instead of XSetWindowBackground.
8765 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
8766 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
8767 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
8768 instead of SetWindowTitleWithCFString.
8769 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
8770 Move function to mactoolbox.c.
8771 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
8772 Use mac_set_window_modified instead of SetWindowModified.
8773 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
8774 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
8775 (Fx_focus_frame): Use mac_front_non_floating_window instead of
8776 FrontNonFloatingWindow. Use mac_activate_window instead of
8777 ActivateWindow. Use mac_active_non_floating_window instead of
8778 ActiveNonFloatingWindow.
8779 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
8780 Use mac_show_hourglass and mac_hide_hourglass.
8781 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
8782 instead of GetGlobalMouse.
8783 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
8784 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
8785 Use mac_bring_window_to_front instead of BringToFront.
8786 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
8787 mactoolbox.c.
8788 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
8789 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
8790 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
8791 mactoolbox.c.
8792
8793 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
8794 (XtPointer): Move typedef from macmenu.c.
8795 (enum button_type): Move enum from macmenu.c.
8796 (widget_value): Move typedef from macmenu.c.
8797 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
8798 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
8799 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
8800 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
8801 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
8802 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
8803 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
8804 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
8805 (Selection): Move typedef from macselect.c.
8806 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
8807 macterm.c.
8808 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
8809 (mac_is_window_collapsed, mac_bring_window_to_front)
8810 (mac_send_window_behind, mac_hide_window, mac_show_window)
8811 (mac_collapse_window, mac_front_non_floating_window)
8812 (mac_active_non_floating_window, mac_activate_window)
8813 (mac_move_window_structure, mac_move_window, mac_size_window)
8814 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
8815
8816 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
8817 (enum mac_menu_kind): Move enum to mactoolbox.c.
8818 (min_menu_id): Move variable to mactoolbox.c.
8819 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
8820 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
8821 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
8822 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
8823 [TARGET_API_MAC_CARBON]: Likewise.
8824 (XtPointer): Move typedef to macgui.h.
8825 (enum button_type): Move enum to macgui.h.
8826 (widget_value): Move typedef to macgui.h.
8827 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
8828 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
8829 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
8830 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
8831 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
8832 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
8833 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
8834 (popup_activated_flag): Make variable non-static.
8835 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
8836 (add_menu_item, fill_menu, dispose_menus):
8837 Move functions to mactoolbox.c.
8838 (restore_show_help_function, menu_target_item_handler)
8839 (install_menu_target_item_handler, mac_handle_dialog_event)
8840 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
8841 [TARGET_API_MAC_CARBON]: Likewise.
8842 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
8843 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
8844 (find_and_call_menu_selection, name_is_separator): Make function
8845 non-static.
8846 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
8847 to mactoolbox.c.
8848 (set_frame_menubar): Don't call install_menu_quit_handler.
8849 (menu_item_selection): New variable.
8850 (mac_menu_show): Use create_and_show_popup_menu.
8851 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
8852 selection but set variable menu_item_selection. All uses changed.
8853 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
8854 Call install_menu_quit_handler. Move to mactoolbox.c.
8855
8856 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
8857 (Selection): Move typedef to macgui.h.
8858 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
8859 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
8860 Make variables non-static.
8861 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
8862 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
8863 Make functions non-static.
8864 (Vmac_service_selection) [MAC_OSX]: Likewise.
8865 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
8866 (mac_valid_selection_target_p, mac_clear_selection)
8867 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
8868 (mac_put_selection_value, mac_selection_has_target_p)
8869 (mac_get_selection_value, mac_get_selection_target_list)
8870 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
8871 Move functions to mactoolbox.c.
8872 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
8873 Likewise.
8874 (copy_scrap_flavor_data, mac_handle_service_event)
8875 (install_service_handler) [MAC_OSX]: Likewise.
8876 (syms_of_macselect) <Vmac_dnd_known_types>:
8877 Use mac_dnd_default_known_types.
8878
8879 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
8880 Move to mactoolbox.c.
8881 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
8882 (Fx_selection_owner_p): Add EXFUN.
8883 (install_window_handler, remove_window_handler, XSetWindowBackground):
8884 Remove externs.
8885 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
8886 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
8887 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
8888 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
8889 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
8890 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
8891 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
8892 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
8893 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
8894 (create_and_show_popup_menu, mac_get_selection_from_symbol)
8895 (mac_valid_selection_target_p, mac_clear_selection)
8896 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
8897 (mac_put_selection_value, mac_selection_has_target_p)
8898 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
8899 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
8900 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
8901 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
8902 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
8903 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
8904 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
8905 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
8906 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
8907
8908 * mactoolbox.c: New file.
8909
8910 2008-04-18 Jason Rumney <jasonr@gnu.org>
8911
8912 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
8913
8914 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * character.c (Fmultibyte_char_to_unibyte):
8917 Return latin1 chars unchanged.
8918
8919 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
8920 relocated if it points to `name'.
8921
8922 2008-04-17 Kenichi Handa <handa@m17n.org>
8923
8924 * data.c (Faset): Allow setting a multibyte character in an
8925 ASCII-only unibyte string.
8926
8927 * lisp.h (STRING_SET_MULTIBYTE): New macro.
8928
8929 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
8932 done in config.h.
8933
8934 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
8937 (Fchar_direction): Add usage in the docstring.
8938
8939 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
8940
8941 * keyboard.c (read_key_sequence): Remove always-true checks.
8942
8943 2008-04-14 Jason Rumney <jasonr@gnu.org>
8944
8945 * w32font.c (w32font_open_internal): Set max_bounds.descent in
8946 compatibility struct, for better underline positioning.
8947
8948 2008-04-13 David Hansen <david.hansen@gmx.net>
8949
8950 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
8951 string.
8952
8953 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8954
8955 * m/hp800.h (XUINT, XSET): Remove.
8956
8957 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
8958
8959 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
8960 previous change.
8961
8962 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
8965 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
8966
8967 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * keymap.h (map_keymap_canonical): Declare.
8970 * xmenu.c (single_keymap_panes): Use it.
8971
8972 2008-04-11 Glenn Morris <rgm@gnu.org>
8973
8974 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
8975 set the target's value to that of the alias.
8976
8977 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * term.c (set_tty_color_mode): Left over typo.
8980
8981 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
8984 only after check for file name handler functions. Signal, when
8985 native functionality is not supported.
8986 (syms_of_fileio): Declare it unconditionally.
8987
8988 2008-04-10 Jason Rumney <jasonr@gnu.org>
8989
8990 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
8991 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
8992
8993 * w32.c (logon_network_drive): Also logon to remote drives that
8994 are mapped to drive letters.
8995
8996 2008-04-10 Glenn Morris <rgm@gnu.org>
8997
8998 * xdisp.c (truncate-partial-width-windows): Doc fix.
8999
9000 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
9003 Move functions to minibuffer.el.
9004 (syms_of_fileio): Don't declare them.
9005
9006 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
9009 (syms_of_minibuf): Remove its initialization.
9010
9011 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
9012
9013 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
9014
9015 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
9016
9017 2008-04-09 Jason Rumney <jasonr@gnu.org>
9018
9019 * makefile.w32-in (distclean): Delete makefile too.
9020 (maintainer-clean): New target.
9021
9022 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
9023
9024 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
9025 for new font backend and composite cases.
9026
9027 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
9028
9029 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
9030 Most of the code moved to run_timers.
9031 (do_pending_atimers): Call run_timers.
9032 (run_timers): New function.
9033
9034 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
9035 run atimers.
9036
9037 * process.c (wait_reading_process_output): The same as above.
9038
9039 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * minibuf.c (last_exact_completion): Remove variable.
9042 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
9043 (complete_and_exit_1, complete_and_exit_2)
9044 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
9045 (Fdisplay_completion_list, display_completion_list_1)
9046 (Fminibuffer_completion_help, Fself_insert_and_exit)
9047 (Fexit_minibuffer, Fminibuffer_message): Move functions to
9048 minibuffer.el.
9049 (syms_of_minibuf): Remove corresponding initializations.
9050
9051 * keyboard.c (Qdeactivate_mark): New var.
9052 (command_loop_1): Use it to call `deactivate-mark'.
9053 (syms_of_keyboard): Initialize it.
9054
9055 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
9056 to another frame.
9057 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
9058 Don't call set_tty_color_mode.
9059 (store_frame_param): Reset previous_frame rather than call
9060 set_tty_color_mode.
9061 * term.c (set_tty_color_mode): Rewrite.
9062 * dispextern.h (set_tty_color_mode): New type.
9063 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
9064
9065 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
9068 for generic chars, which do not exist any more in emacs-unicode.
9069
9070 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
9071
9072 * coding.c (detect_coding_emacs_mule)
9073 (Ffind_operation_coding_system): Fix typo.
9074
9075 2008-04-08 Jason Rumney <jasonr@gnu.org>
9076
9077 * w32uniscribe.c (SNAME): Extract only symbol name.
9078
9079 * w32font.h (struct w32_metric_cache): New struct.
9080 (w32font_info): Use it.
9081 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
9082 (CACHE_BLOCKSIZE): New constants.
9083
9084 * w32font.c (Qja, Qko, Qzh): New symbols.
9085 (syms_of_w32font): Initialise them.
9086 (font_matches_spec): Use them to filter by language.
9087 (recompute_cached_metrics): Remove function.
9088 (compute_metrics, clear_cached_metrics): New functions.
9089 (w32font_encode_char): Use them to manage metric cache.
9090 (w32font_text_extents): Cache metrics for all glyphs on demand.
9091 Delay converting glyph indices to WORD until needed.
9092 (w32font_open_internal): Initialize metric cache to empty.
9093 (registry_to_w32_charset): Charset should always be a symbol.
9094 (fill_in_logfont, list_all_matching_fonts): Family should
9095 always be a symbol.
9096
9097 2008-04-06 Jason Rumney <jasonr@gnu.org>
9098
9099 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
9100 Give up if glyph indices not supported. Use uniscribe obtained
9101 ABC widths for individual metrics. Map glyph clusters back to
9102 characters using fClusterStart flag. Return number of glyphs
9103 produced, not chars processed.
9104 (uniscribe_shape): Map char at FROM to current glyph.
9105
9106 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9107
9108 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
9109 Use SetMenuItemHierarchicalMenu.
9110
9111 2008-04-05 Jason Rumney <jasonr@gnu.org>
9112
9113 * image.c (pbm_load): Allow color values up to 65535.
9114 Throw an error if max_color_idx is outside the supported range.
9115 Report an error when image size is invalid.
9116 Read two bytes at a time when raw images have max_color_idx above 255.
9117
9118 2008-04-05 Eli Zaretskii <eliz@gnu.org>
9119
9120 * w32.c (readdir): If FindFirstFile/FindNextFile return in
9121 cFileName a file name that includes `?' characters, use the 8+3
9122 alias in cAlternateFileName instead.
9123
9124 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
9125
9126 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
9127 append "CCL: Quitted" when the CCL program is quitted.
9128 (setup_ccl_program): Initialize ccl->quit_silently to zero.
9129
9130 * ccl.h (struct ccl_program): New member quit_silently.
9131
9132 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
9133
9134 * search.c (compile_pattern_1): Treat non-nil and non-string of
9135 search-spaces-regexp as nil.
9136
9137 * minibuf.c (Fassoc_string): Tweak docstring.
9138
9139 2008-04-05 Eli Zaretskii <eliz@gnu.org>
9140
9141 * dired.c (Ffile_attributes): Support inode numbers wider than 32
9142 bits. Remove ugly WINDOWSNT-specific kludge introduced on
9143 2008-03-14 to force inode be positive.
9144
9145 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
9146 _S_* ones, since we now use our own sys/stat.h.
9147 (stat, fstat): Don't mangle the inode number.
9148 (init_user_info): Don't restrict UID and GID to 0-60000 range.
9149
9150 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * frame.h (struct frame): Give one more bit to `visible' since we use
9153 values larger than 1 to indicate obscured frames on ttys.
9154
9155 * keymap.c (Qkeymap_canonicalize): New var.
9156 (Fmap_keymap_internal): New fun.
9157 (describe_map): Use keymap-canonicalize.
9158
9159 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
9160 (Fundo_boundary): Set them.
9161 (syms_of_undo): Initialize them.
9162 (record_point): Use them instead of last_point_position*.
9163 (last_undo_buffer): Change type.
9164
9165 2008-04-04 Jason Rumney <jasonr@gnu.org>
9166
9167 * w32font.c (w32font_text_extents): Use font's ascent and descent.
9168 (recompute_cached_metrics): Don't set ascent and descent per char.
9169
9170 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
9171 (uniscribe_check_otf): Add GC protection before consing.
9172 Rearrange loop for counting features.
9173
9174 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9175
9176 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
9177 buffer with byte-size of source buffer.
9178
9179 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
9180
9181 * callint.c (Fcall_interactively): Handle temporary region even
9182 when shift-select-mode is off.
9183
9184 2008-04-03 Jason Rumney <jasonr@gnu.org>
9185
9186 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
9187
9188 2008-04-03 Kenichi Handa <handa@m17n.org>
9189
9190 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
9191 (CATEGORY_MASK_UTF_16): Likewise.
9192 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
9193 binary file.
9194 (detect_coding): Add null-byte detection for a binary file.
9195 (detect_coding_system): Likewise.
9196
9197 2008-04-03 Jason Rumney <jasonr@gnu.org>
9198
9199 * w32uniscribe.c: New file.
9200
9201 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
9202
9203 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
9204
9205 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
9206 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
9207 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
9208 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
9209 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
9210 (Qphonetic): New symbols.
9211 (syms_of_w32font): Initialize them.
9212 (font_supported_scripts): Use them.
9213 (w32font_list_family): List all charsets.
9214 (w32font_text_extents, recompute_cached_metrics): Fix metric
9215 calculations.
9216 (w32_enumfont_pattern_entity): Make full_type a DWORD.
9217 Give opentype fonts their own format.
9218 (font_matches_spec): New arguments backend and logfont.
9219 Handle :otf spec for uniscribe backend.
9220 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
9221 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
9222
9223 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
9224 font backend.
9225 (globals_of_w32fns): Initialize uniscribe font backend.
9226
9227 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
9228 dependencies.
9229 (w32uniscribe.$(O)): New file to build.
9230 (FONT_OBJ): Include w32uniscribe.$(O).
9231 (LIBS): Add uniscribe libraries.
9232
9233 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
9234
9235 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * callint.c (Vshift_select_mode): New var.
9238 (Finteractive): Document new ^ spec.
9239 (Fcall_interactively): Call handle-shift-selection if the ^ spec
9240 is present.
9241
9242 * keyboard.c (Vthis_command_keys_shift_translated): New var.
9243 (command_loop_1): Avoid running the direct display versions of
9244 forward-char and backward-char if shift-selection may occur.
9245 (read_key_sequence): Set Vthis_command_keys_shift_translated if
9246 shift-translation takes place.
9247
9248 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
9249 avoid clobbering by define-minor-mode.
9250
9251 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
9252 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
9253
9254 * syntax.c (Fforward_word): Add ^ interactive spec.
9255
9256 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
9257 (Fscroll_right): Add ^ interactive spec.
9258
9259 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
9262
9263 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
9264
9265 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
9266
9267 2008-03-31 Juri Linkov <juri@jurta.org>
9268
9269 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
9270
9271 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
9272
9273 * gtkutil.c (xg_set_geometry): Fix indentation.
9274 (xg_resize_outer_widget): Remove.
9275 (x_wm_size_hint_off): Fix indentation.
9276 (xg_frame_set_char_size): Call flush_and_sync after
9277 gtk_window_resize.
9278 (x_wm_set_size_hint): Pass NULL as geometry window to
9279 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
9280 Add menu bar and tool bar height to base height.
9281 (xg_update_frame_menubar, free_frame_menubar)
9282 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
9283 (update_frame_tool_bar, free_frame_tool_bar):
9284 Change xg_resize_outer_widget to xg_frame_set_char_size.
9285
9286 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
9287
9288 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
9289 (Fdbus_call_method): New parameter TIMEOUT.
9290 (dbus-send-signal): Optimize UNGCPRO call.
9291
9292 2008-03-29 Juri Linkov <juri@jurta.org>
9293
9294 * window.c (Fdisplay_buffer): Move call to
9295 Vsplit_window_preferred_function out of conditions that check
9296 if window is eligible for vertical splitting.
9297 When Vsplit_window_preferred_function is non-nil, call it and use
9298 its non-nil return value as window. Otherwise, continue doing
9299 vertical splitting using Fsplit_window with arg horflag=nil.
9300 (syms_of_window) <Vsplit_window_preferred_function>: Change the
9301 default value from `split-window' to nil.
9302
9303 2008-03-29 Juri Linkov <juri@jurta.org>
9304
9305 * callint.c (Fcall_interactively): Revert 2008-03-16 change
9306 for interactive code letters 'b' and 'B'.
9307
9308 2008-03-29 Eli Zaretskii <eliz@gnu.org>
9309
9310 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
9311 multibyte string.
9312
9313 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * keyboard.c (pending_funcalls): New var.
9316 (timer_check): Run it.
9317 (syms_of_keyboard): Initialize it.
9318 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
9319 (Vdelete_terminal_functions): New vars.
9320 (syms_of_terminal): Initialize them.
9321 (Fdelete_terminal): Run delete-terminal-functions.
9322 * xdisp.c (safe_eval): Rewrite.
9323 (safe_call2): New fun.
9324 * frame.c (Qdelete_frame_functions): New var.
9325 (syms_of_frame): Initialize it.
9326 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
9327 * lisp.h (safe_call2, pending_funcalls): Declare.
9328
9329 2008-03-28 Andreas Schwab <schwab@suse.de>
9330
9331 * indent.c (Fmove_to_column): Move declaration before statements.
9332
9333 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
9336 (struct frame): Use bit fields for boolean vars.
9337
9338 * process.c (server_accept_connection): Simplify naming.
9339 (emacs_get_tty_pgrp): Use SDATA.
9340
9341 * coding.c (decode_coding_object): Fix last change.
9342
9343 2008-03-27 Jason Rumney <jasonr@gnu.org>
9344
9345 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
9346
9347 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
9348
9349 * charset.c (Fdefine_charset_internal): Change the way of
9350 registering charsets in Vcharset_order_list.
9351 (syms_of_charset): Make the charset `eight-bit' supplementary.
9352
9353 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
9354
9355 * regex.c (EXTEND_BUFFER): Change order of pointer addition
9356 operations, to avoid having the difference between pointers
9357 overflow.
9358
9359 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 * indent.c (check_display_width): New fun.
9362 (scan_for_column): Use it.
9363
9364 * data.c (syms_of_data): Mark most-positive-fixnum and
9365 most-negative-fixnum as constants.
9366
9367 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
9368
9369 * indent.c (scan_for_column): Extract from current_column_1.
9370 Merge with the same code from Fmove_to_column.
9371 (current_column_1, Fmove_to_column): Use it.
9372
9373 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * keymap.c (map_keymap_internal): New fun.
9376 (map_keymap): Use it.
9377 (Fmap_keymap_internal): New fun.
9378 (Fmap_keymap): Remove left-out test from before make_save_value.
9379
9380 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
9381
9382 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
9383 Use XCAR/XCDR.
9384
9385 * process.h (struct Lisp_Process): Remove filter_multibyte.
9386 * process.c (QCfilter_multibyte): Remove.
9387 (setup_process_coding_systems): Don't use filter_multibyte.
9388 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
9389 (read_process_output): Don't adjust multibyteness to filter_multibyte.
9390 (Fset_process_filter_multibyte): Change the coding-system to
9391 approximate the previous behavior.
9392 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
9393 coding-system.
9394
9395 * coding.c (decode_coding_object): When not decoding into a buffer,
9396 obey the coding system's preference of (uni|multi)byte.
9397
9398 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
9401 every char is changed and has a different byte-length.
9402 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
9403 Fix int -> EMACS_INT.
9404
9405 2008-03-23 David Hansen <david.hansen@gmx.net>
9406
9407 * dbusbind.c (xd_read_message): Remove extra copying of message
9408 strings. Check for NULL `interface' or `member'.
9409
9410 2008-03-22 Eli Zaretskii <eliz@gnu.org>
9411
9412 * w32.c (readdir): If FindFirstFile/FindNextFile return in
9413 cFileName a file name that includes `?' characters, use the 8+3
9414 alias in cAlternateFileName instead.
9415
9416 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
9419
9420 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
9423 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
9424 work on current_buffer only instead (that was already the case
9425 for some of the code anyway).
9426 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
9427 (temp_set_point, temp_set_point_both): Use EMACS_INT.
9428 (SET_PT, SET_PT_BOTH): Adjust.
9429 * intervals.h (set_point, temp_set_point, set_point_both)
9430 (temp_set_point_both): Remove redundant declarations.
9431
9432 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * fileio.c (Finsert_file_contents):
9435 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
9436 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
9437 when buffer != current_buffer anyway.
9438
9439 2008-03-20 Andreas Schwab <schwab@suse.de>
9440
9441 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
9442 as default.
9443
9444 2008-03-19 Jason Rumney <jasonr@gnu.org>
9445
9446 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
9447 (syms_of_w32fns): Initialize them.
9448 (HOURGLASS_ID): New constant.
9449 (x_window_to_frame): Don't check hourglass_window.
9450 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
9451 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
9452 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
9453 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
9454 Only change the cursor if hourglass is not active.
9455 (Fx_create_frame): Initialize frame's current_cursor.
9456 (hourglass_atimer): Remove.
9457 (hourglass_started): New function.
9458 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
9459 (show_hourglass): Adapt to w32, changing argument to frame.
9460
9461 * w32term.h (struct w32_output): Remove hourglass_window.
9462 Add current_cursor.
9463
9464 * eval.c (call_debugger, Fsignal):
9465 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
9466 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
9467 (Fexecute_extended_command, cancel_hourglass_unwind):
9468 * minibuf.c (read_minibuf):
9469 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
9470
9471 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * window.c (run_funs): New fun.
9474 (run_window_configuration_change_hook): Use it to run the buffer-local
9475 and the global part of the hook.
9476
9477 * xdisp.c (format_mode_line_unwind_data): Add window argument.
9478 (unwind_format_mode_line): Restore selected window.
9479 (x_consider_frame_title, Fformat_mode_line): Set selected window.
9480
9481 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * editfns.c (Fchar_equal): Check they are valid characters.
9484
9485 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
9486
9487 2008-03-17 Andreas Schwab <schwab@suse.de>
9488
9489 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
9490 against a charset.
9491
9492 * lisp.h (Fbuffer_list): Declare.
9493
9494 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
9495
9496 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
9497 handlebox_widget is != 0.
9498
9499 2008-03-16 Juri Linkov <juri@jurta.org>
9500
9501 * callint.c (Fcall_interactively): For interactive code letters
9502 'b' and 'B' put the buffer list into the list of default "future"
9503 values of the minibuffer.
9504
9505 2008-03-16 Andreas Schwab <schwab@suse.de>
9506
9507 * keyboard.c (read_key_sequence): Fix downcasing of letters with
9508 modifiers.
9509
9510 * regex.c (re_match_2_internal): Correct matching of a charset
9511 against latin-1 characters.
9512
9513 2008-03-16 Kenichi Handa <handa@m17n.org>
9514
9515 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
9516 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
9517 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
9518 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
9519 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
9520 CHAR_STRING_ADVANCE.
9521 (produce_chars): Fix for the case that the source and the
9522 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
9523 instead of CHAR_STRING_ADVANCE.
9524 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
9525 STRING_CHAR_ADVANCE.
9526
9527 2008-03-15 Andreas Schwab <schwab@suse.de>
9528
9529 * regex.c (re_match_2_internal): Correct matching of eight bit
9530 characters in unibyte strings.
9531
9532 2008-03-15 Martin Rudalics <rudalics@gmx.at>
9533
9534 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
9535 at end of range when it coincides with the end of the buffer.
9536
9537 2008-03-14 Eli Zaretskii <eliz@gnu.org>
9538
9539 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
9540
9541 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
9542
9543 2008-03-14 Jason Rumney <jasonr@gnu.org>
9544
9545 * editfns.c (initial_tz): New variable.
9546 (syms_of_editfns): Initialize it.
9547 (Fset_time_zone_rule): Set it when first called.
9548 Use it when TZSTRING is nil.
9549
9550 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
9551 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
9552 (monitor_from_point_fn, get_monitor_info_fn): New globals.
9553 (globals_of_w32fns): Initialize them.
9554 (compute_tip_xy): Use them to position tooltips.
9555
9556 2008-03-14 Glenn Morris <rgm@gnu.org>
9557
9558 * emacs.c (main): Revert previous change.
9559 (standard_args): Revert -internal-script back to -scriptload,
9560 and remove the long-option form.
9561
9562 2008-03-13 Glenn Morris <rgm@gnu.org>
9563
9564 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
9565 Remove option -enable-font-backend.
9566
9567 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
9570
9571 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
9572
9573 * xterm.c (x_connection_closed): For GTK: If this is the last
9574 terminal just exit without closing the display.
9575
9576 2008-03-11 Jason Rumney <jasonr@gnu.org>
9577
9578 * w32font.c (w32font_full_name): Use floor to round.
9579
9580 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9581
9582 * sound.c (alsa_configure): Declare vol at beginning of block.
9583
9584 * fontset.c (Ffontset_info): Remove extra semicolon.
9585
9586 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
9589 size of resulting string.
9590
9591 2008-03-10 Jason Rumney <jasonr@gnu.org>
9592
9593 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
9594
9595 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9596
9597 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
9598 Don't pretend as if characters with display property haven't been
9599 consumed for string-replacing-string case.
9600
9601 2008-03-08 Kim F. Storm <storm@cua.dk>
9602
9603 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
9604 (get_next_display_element, next_element_from_string)
9605 (next_element_from_ellipsis, next_element_from_buffer): Use it.
9606
9607 2008-03-08 Andreas Schwab <schwab@suse.de>
9608
9609 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
9610
9611 2008-03-06 Jason Rumney <jasonr@gnu.org>
9612
9613 * w32font.c (w32_registry): Take font_type argument. Use ANSI
9614 when charset not specified. Only translate ANSI to unicode when
9615 font_type is truetype.
9616 (w32font_coverage_ok): New function.
9617 (add_font_entity_to_list): Use it to filter unsuitable fonts.
9618
9619 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
9620
9621 * lread.c (Fread_char): Resolve modifiers.
9622 (Fread_char_exclusive): Likewise.
9623
9624 * character.c (char_resolve_modifier_mask): New function.
9625 (char_string): Use char_resolve_modifier_mask.
9626 (Fchar_resolve_modifiers): New function.
9627 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
9628 function.
9629
9630 2008-03-04 Jason Rumney <jasonr@gnu.org>
9631
9632 * makefile.w32-in: Always include w32font.c in the build.
9633 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
9634
9635 2008-03-04 Andreas Schwab <schwab@suse.de>
9636
9637 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
9638 (versionclean): Likewise.
9639
9640 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
9641
9642 * .cvsignore: Add oo.
9643
9644 2008-03-03 Andreas Schwab <schwab@suse.de>
9645
9646 * coding.c (decode_coding_object): Inhibit gap shrinking while
9647 decoding in place.
9648
9649 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
9650
9651 * w32term.c: Remove unused include "gnu.h".
9652 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
9653
9654 * gnu.h: Rename to ...
9655 * emacs-icon.h: ... this.
9656 * xterm.c: Use emacs-icon.h instead of gnu.h.
9657 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
9658
9659 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
9660
9661 * w32font.c: Include math.h.
9662
9663 2008-03-03 Jason Rumney <jasonr@gnu.org>
9664
9665 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
9666 Compute options separately.
9667 (w32font_open_internal): Set glyph_idx before caching metrics.
9668
9669 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
9670 Define if system headers don't.
9671 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
9672 (w32font_encode_char): Don't declare here.
9673
9674 * w32font.c (Quniscribe, QCformat): New symbols.
9675 (syms_of_w32font): Define them.
9676 (w32font_has_char): Indicate uncertainty.
9677 (w32font_encode_char): Encode as glyph point. Make static.
9678 (recompute_cached_metrics): New function.
9679 (w32font_open_internal): Use it. Set font to use glyph points
9680 initially. Set format based on type of font.
9681 (w32font_text_extents, w32font_draw): Optionally use glyph points.
9682 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
9683 on it. Set format based on information available here.
9684 (add_font_entity_to_list): Identify backend based on opentype_only.
9685
9686 2008-03-02 Andreas Schwab <schwab@suse.de>
9687
9688 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
9689
9690 * coding.c (decode_coding_big5, produce_chars):
9691 Fix typos in last change.
9692
9693 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
9694
9695 * gnu.h: New icon.
9696
9697 2008-03-02 Kenichi Handa <handa@m17n.org>
9698
9699 * coding.c (decode_coding_utf_8): When eol-type of CODING is
9700 `dos', don't decode '\r' if that is the last in the source.
9701 (decode_coding_utf_16, decode_coding_emacs_mule)
9702 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9703 (decode_coding_raw_text, decode_coding_charset): Likewise.
9704 (produce_chars): Don't decode EOL here. Use EMACS_INT.
9705
9706 2008-03-01 Jason Rumney <jasonr@gnu.org>
9707
9708 * w32font.c (w32font_full_name): Report point size for scalable fonts.
9709
9710 2008-03-01 Kim F. Storm <storm@cua.dk>
9711
9712 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
9713
9714 2008-03-01 Jason Rumney <jasonr@gnu.org>
9715
9716 * w32font.c (w32font_full_name): New function.
9717 (w32font_open_internal): Use it.
9718
9719 2008-03-01 Kim F. Storm <storm@cua.dk>
9720
9721 * dispnew.c (line_draw_cost): Fix invalid glyph check.
9722
9723 2008-03-01 Jason Rumney <jasonr@gnu.org>
9724
9725 * font.c (font_unparse_fcname): Increase len when style is a symbol.
9726
9727 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
9728
9729 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
9730 xg_frame_resized when the event is for the edit widget.
9731
9732 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
9733
9734 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
9735 set_char_size.
9736 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
9737 operations on widgets here. Just set frame size if needed.
9738 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
9739 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
9740 (x_wm_set_size_hint): Set size hints on the edit widget only, not
9741 the whole frame.
9742 (xg_create_tool_bar): Move attachment of the tool bar to
9743 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
9744 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
9745
9746 2008-03-01 Jason Rumney <jasonr@gnu.org>
9747
9748 * w32fns.c (w32_msg_pump): Disable debug code.
9749
9750 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9751
9752 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
9753
9754 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * xdisp.c (next_overlay_string): Don't set
9757 overlay_strings_at_end_processed_p if we're currently reading from
9758 a display string.
9759
9760 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * xdisp.c (get_overlay_strings_1): Fix typo.
9763
9764 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
9765
9766 * xdisp.c (get_overlay_strings_1): Add missing argument type.
9767
9768 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9769
9770 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
9771
9772 * xdisp.c (display_mode_element): Cancel the previous change.
9773 (decode_mode_spec): Likewise.
9774 (handle_auto_composed_prop): Don't make composition if it->string
9775 is a string.
9776
9777 2008-02-27 Kim F. Storm <storm@cua.dk>
9778
9779 * lisp.h (GLYPH): Change type from int to struct with separate char
9780 and face_id members.
9781 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
9782 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
9783 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
9784 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
9785 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
9786 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
9787 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
9788 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
9789 handle new Lisp glyph code encoding, either an integer or a cons.
9790
9791 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
9792 (GLYPH_ALIAS): Delete.
9793 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
9794 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
9795 (GLYPH_FROM_CHAR): Replace macro by ...
9796 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
9797
9798 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
9799 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
9800 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
9801 (GLYPH_INVALID_P): New macro.
9802 (spec_glyph_lookup_face): Update prototype.
9803
9804 * dispnew.c (line_draw_cost): Adapt to new glyph type.
9805 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
9806 new glyph code encoding.
9807 (spec_glyph_lookup_face): No return value; update passed glyph instead.
9808 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
9809
9810 * xdisp.c (get_next_display_element, next_element_from_display_vector):
9811 Adapt to new glyph type and new glyph code encoding.
9812
9813 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
9814
9815 * indent.c (current_column, current_column_1, Fmove_to_column)
9816 (compute_motion): Adapt to new glyph code encoding.
9817
9818 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
9819
9820 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
9821
9822 * process.c (wait_reading_process_output): Check for window
9823 changes caused by timers.
9824 Suggested by Johan Bockgård.
9825
9826 2008-02-27 Glenn Morris <rgm@gnu.org>
9827
9828 * emacs.c (USAGE1): Add `--disable-font-backend'.
9829
9830 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
9833 is made to the buffer.
9834
9835 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
9838 (face_at_string_position):
9839 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
9840 (face_at_string_position):
9841 * xdisp.c (display_string, next_overlay_change):
9842 * buffer.h (overlays_at):
9843 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
9844 Update callers.
9845
9846 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
9847
9848 * editfns.c (Fformat): Doc fix.
9849
9850 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
9851
9852 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
9853 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
9854 (Ffont_otf_alternates, Fquery_font): Doc fixes.
9855
9856 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * buffer.c (Fbuffer_swap_text): New function.
9859 (syms_of_buffer): Defsubr it.
9860
9861 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
9862
9863 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
9864
9865 2008-02-25 Jason Rumney <jasonr@gnu.org>
9866
9867 * w32font.c (w32font_draw): Draw one character at a time when padding.
9868
9869 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
9872 Handle a nil arg. Use run_window_configuration_change_hook.
9873 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
9874 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
9875 Use run_window_configuration_change_hook.
9876
9877 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9878
9879 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
9880 1-pixel width.
9881
9882 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9883
9884 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
9885 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
9886 if the glyph in the font is zero pixel with.
9887
9888 * dispextern.h (struct glyph_string): New member padding_p.
9889
9890 * w32font.c (w32font_draw): Pay attention to s->padding_p.
9891
9892 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
9893
9894 * xfont.c (xfont_draw): Pay attention to s->padding_p.
9895
9896 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
9897
9898 * font.c: If the font driver doesn't have `shape' function, return Qnil.
9899
9900 2008-02-25 Jason Rumney <jasonr@gnu.org>
9901
9902 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
9903
9904 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 Allow fine-grained image-cache flushing.
9907 * dispextern.h (struct image): Add `dependencies' field.
9908 (clear_image_caches): Change arg to Lisp_Object.
9909 * image.c (make_image): Initialize `dependencies' field.
9910 (clear_image_cache): Change arg to allow fine-grained flushing.
9911 Perform the flush even if image-cache-eviction-delay is nil.
9912 (clear_image_caches): Change arg to Lisp_Object.
9913 (Fclear_image_cache): Expand meaning of the argument.
9914 (mark_image): Mark `dependencies' field.
9915 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
9916 (lface_hash): Use XHASH rather than XFASTINT.
9917 (face_at_buffer_position): Fix int -> EMACS_INT position.
9918 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
9919 (select_frame_for_redisplay): Remove code duplication.
9920 (redisplay_internal): Adapt arg to call to clear_image_caches.
9921
9922 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9923
9924 * s/vms4-0.h:
9925 * s/vms4-2.h:
9926 * s/vms4-4.h:
9927 * s/vms5-5.h: Remove, unused.
9928
9929 * s/irix5-2.h:
9930 * s/irix6-0.h:
9931 * s/riscos5.h:
9932 * s/mach-bsd4-3.h:
9933 * m/mips4.h: Remove files for obsolete systems.
9934
9935 * Makefile.in:
9936 * filelock.c:
9937 * unexmips.c:
9938 * m/hp9000s300.h:
9939 * m/iris4d.h:
9940 * s/aix3-1.h:
9941 * s/hpux.h:
9942 * s/msdos.h:
9943 * s/usg5-0.h:
9944 * s/usg5-2-2.h:
9945 * s/usg5-2.h:
9946 * s/usg5-3.h: Remove references to obsolete variables.
9947
9948 * s/irix5-0.h: Remove, move all the contents ...
9949 * s/irix6-5.h: ... here. Simplify.
9950 * config.in: Regenerate.
9951
9952 2008-02-24 Jason Rumney <jasonr@gnu.org>
9953
9954 * w32term.c (x_draw_glyph_string_background): Clear the background
9955 manually when cleartype is in use.
9956 (x_draw_glyph_string_foreground): Draw text transparently when
9957 cleartype is in use.
9958
9959 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
9960 a font into it unless we have to.
9961
9962 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
9965 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
9966
9967 2008-02-18 Jason Rumney <jasonr@gnu.org>
9968
9969 * w32fns.c (Fw32_shell_execute): Encode parameters.
9970
9971 2008-02-09 Eli Zaretskii <eliz@gnu.org>
9972
9973 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
9974
9975 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
9976
9977 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
9978
9979 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
9980
9981 * xterm.c (x_set_offset): Don't change the gravity if
9982 CHANGE_GRAVITY is -1.
9983
9984 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
9985
9986 * fileio.c (auto_save_error_occurred): New var.
9987 (auto_save_error): Set it.
9988 (Fdo_auto_save): Don't overwrite the error message if an auto-save
9989 error occurred.
9990
9991 2008-02-23 Eli Zaretskii <eliz@gnu.org>
9992
9993 * w32.c (globals_of_w32): Add initializations for
9994 g_b_init_get_sid_sub_authority and
9995 g_b_init_get_sid_sub_authority_count.
9996
9997 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
10000 (font_parse_xlfd): Use them for sanity check.
10001 (Finternal_set_font_style_table): Make sure the table is bijective.
10002
10003 Consolidate the image_cache to the terminal struct.
10004 * termhooks.h (P_): Remove redundant def.
10005 (struct terminal): New field `image_cache'.
10006 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
10007 of FRAME_X_IMAGE_CACHE.
10008 * xterm.h (struct x_display_info): Remove image_cache field.
10009 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
10010 * w32term.h (struct w32_display_info): Remove image_cache field.
10011 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
10012 * macterm.h (struct mac_display_info): Remove image_cache field.
10013 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
10014 * xterm.c (x_term_init):
10015 * w32term.c (w32_term_init):
10016 * macterm.c (mac_term_init): Set the image_cache in the terminal.
10017 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
10018 Remove declarations.
10019 (clear_image_caches, mark_image_cache): New declarations.
10020 * xfaces.c (clear_face_cache):
10021 * xdisp.c (redisplay_internal): Use clear_image_caches.
10022 * image.c (clear_image_cache): Don't check that a frame is on
10023 a window-system before checking if it shares the same cache.
10024 (clear_image_caches): New function.
10025 (Fclear_image_cache): Use it.
10026 (mark_image): Move from allo.c.
10027 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
10028 * alloc.c (mark_image, mark_image_cache): Move to image.c.
10029 (mark_object): Don't call mark_image_cache for frames.
10030 (mark_terminals): Call mark_image_cache.
10031
10032 * lisp.h (Fdelete_terminal): Declare.
10033
10034 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
10035 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
10036 wrong_type_argument.
10037
10038 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
10039
10040 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
10041 malayalam.el, and tamil.el. Add sinhala.el.
10042
10043 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * xterm.c (x_connection_closed): Consolidate identical tests.
10046 (x_delete_terminal): Don't crash if called via x_connection_closed.
10047
10048 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
10049
10050 * xdisp.c (decode_mode_spec): New arg string.
10051 (display_mode_element): Adjust for the above change.
10052
10053 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * callint.c (Fcall_interactively): Use AREF.
10056
10057 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
10060
10061 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
10062
10063 * xfns.c (Fx_show_tip): Set string to " " if empty.
10064
10065 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10066
10067 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
10068 with Qt.
10069
10070 2008-02-17 Kenichi Handa <handa@m17n.org>
10071
10072 * ftfont.c (ftfont_shape): Return Lispy number.
10073
10074 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
10075 for GCs.
10076 (Finternal_set_font_selection_order): Call font_update_sort_order
10077 only when enable_font_backend is set.
10078 (realize_x_face): Set face->font_info to that of default face only
10079 when enable_font_backend is set.
10080
10081 * xdisp.c (handle_composition_prop): Set it->c to the fist
10082 character of the composed region.
10083 (fill_composite_glyph_string): Set base_face->font_info to
10084 s->font_info. Get a face for ascii from base_face->ascii_face.
10085 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
10086 with a face already decided.
10087 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
10088 non-negative.
10089 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
10090 call font_prepare_composition unconditionally.
10091
10092 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
10093
10094 * xterm.h (struct x_display_info): New member font.
10095
10096 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
10097 (x_set_mouse_face_gc, x_new_font): Likewise.
10098 (x_term_init): Setup display_info->font.
10099 (x_delete_terminal): Free display_info->font.
10100
10101 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
10102
10103 * ftxfont.c (ftxfont_default_fid): Delete it.
10104 (ftxfont_open): Set xfont->fid to 0.
10105 (ftxfont_end_for_frame): Clear data specific to the frame and the
10106 font-driver.
10107
10108 * xftfont.c (xftfont_default_fid): Delete it.
10109 (xftfont_open): Set xfont->fid to 0.
10110
10111 * fontset.c (FONTSET_OBJLIST): New macro.
10112 (fontset_find_font): Update font-object list of the fontset.
10113 (free_realized_fontset): New function.
10114 (free_face_fontset): Call free_realized_fontset.
10115 (Ffont_info): Call font_close_object only when enable_font_backend
10116 is set.
10117
10118 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
10119 [HAVE_NTGUI]: Include w32term.h.
10120 [MAC_OS]: Include macterm.ch.
10121 (font_otf_ValueRecord): Use make_number.
10122 (font_finish_cache): Fix handling of reference count.
10123 (font_clear_cache): Update num_fonts.
10124 (font_open_entity): Update smallest_char_width and
10125 smallest_font_height of the frame.
10126 (font_close_object): Update num_fonts.
10127 (Fclear_font_cache): Fix finding the target cache data.
10128
10129 2008-02-16 Glenn Morris <rgm@gnu.org>
10130
10131 * fontset.c (Finternal_char_font): Fix compilation warning.
10132
10133 2008-02-16 Eli Zaretskii <eliz@gnu.org>
10134
10135 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
10136 instead of char arrays. Enlarge the size of array passed to
10137 get_token_information.
10138
10139 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
10140 warnings.
10141
10142 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10143
10144 * .gdbinit: Don't set `args', it breaks gdb --args.
10145
10146 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
10149 within a narrowed buffer.
10150
10151 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
10152
10153 * coding.c (decode_coding_object, encode_coding_object):
10154 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
10155
10156 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * coding.c (coding_set_destination): Use BEG_BYTE rather than
10159 hardcoding 1.
10160 (detect_coding_system):
10161 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
10162 (string_char_to_byte, string_byte_to_char, insert_from_gap):
10163 * insdel.c (insert_from_gap):
10164 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
10165 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
10166 (string_to_multibyte):
10167 * character.c (chars_in_text, multibyte_chars_in_text):
10168 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
10169
10170 * character.h (FETCH_STRING_CHAR_ADVANCE)
10171 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
10172 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
10173 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
10174
10175 * casefiddle.c (casify_region): Only call after-change and composition
10176 functions on the part of the region that was changed.
10177
10178 * keyboard.c (read_avail_input):
10179 * frame.c (Fdelete_frame): Call Fdelete_terminal.
10180
10181 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
10184 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
10185
10186 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * w32menu.c (push_submenu_start, push_submenu_end)
10189 (push_left_right_boundary, push_menu_pane, push_menu_item):
10190 * keyboard.c (read_key_sequence): Don't pass args with side effects
10191 to AREF, it fails when compiling with -DENABLE_CHECKING.
10192
10193 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
10194
10195 * Makefile.in (${lispsource}international/charprop.el):
10196 Delete this target.
10197
10198 * search.c (boyer_moore): Fix incorrect synching of the trunk and
10199 emacs-unicode-2.
10200
10201 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * terminal.c (Fdelete_terminal): Clean up the `force' path.
10204
10205 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * frame.c (Qnoelisp): New symbol.
10208 (syms_of_frame): Initialize it.
10209 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
10210 harmless Elisp code, from a strong `force' from x_connection_closed.
10211 * frame.h (Qnoelisp): Declare.
10212 * xterm.c (x_connection_closed): Pass `noelisp'.
10213
10214 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
10215 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
10216 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
10217 rather than `int' for the type of `type'.
10218
10219 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10220
10221 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
10222
10223 * Makefile.in (GNUC): Remove support for gcc-1.x.
10224
10225 2008-02-10 Richard Stallman <rms@gnu.org>
10226
10227 * lisp.h (ASET): Use AREF, not ASLOT.
10228
10229 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * lisp.h (ASET): Check bounds.
10232
10233 2008-02-10 Glenn Morris <rgm@gnu.org>
10234
10235 * buffer.c (mode-name): Doc fix.
10236
10237 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10238
10239 * Makefile.in:
10240 * emacs.c:
10241 * gmalloc.c:
10242 * keyboard.c:
10243 * lisp.h:
10244 * m/ibm370aix.h:
10245 * process.c:
10246 * regex.c:
10247 * s/hpux.h:
10248 * sysdep.c:
10249 * sysselect.h:
10250 * systty.h:
10251 * unexec.c:
10252 * w32term.c:
10253 * xsmfns.c:
10254 * xterm.c: Remove code that deals with obsolete variables.
10255
10256 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
10257
10258 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
10259 nothing else needs it anymore.
10260
10261 2008-02-09 Eli Zaretskii <eliz@gnu.org>
10262
10263 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
10264 instead of unibyte_char_to_multibyte.
10265
10266 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10267
10268 * s/gnu-linux.h: Remove commented out code.
10269
10270 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
10271
10272 * Makefile.in: Update what RMS says about using autoconf.
10273 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
10274 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
10275 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
10276 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
10277
10278 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * keymap.c (Fkey_description): Move side effect outside of macro call.
10281
10282 * xfaces.c (Finternal_make_lisp_face):
10283 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
10284
10285 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
10286 (syms_of_fontset): Use ASET.
10287
10288 * fns.c (concat): Move side effect outside of macro call.
10289 (hash_clear): Use ASET.
10290
10291 2008-02-08 Richard Stallman <rms@gnu.org>
10292
10293 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
10294 If FORCE, and frame has a surrogate minibuffer for another frame,
10295 delete the other frame first.
10296
10297 2008-02-07 Timo Savola <timo.savola@iki.fi>
10298
10299 * xterm.c (x_detect_focus_change): Handle embed client message.
10300 (handle_one_xevent): Ditto.
10301 (handle_one_xevent): If embedded and we get a button press/release,
10302 request focus.
10303 (xembed_set_info, xembed_send_message): New functions.
10304 (x_make_frame_visible): Call xembed_set_info if embedded.
10305 (x_make_frame_invisible): Call xembed_set_info if embedded.
10306 (x_term_init): Initialize Xatom_XEMBED.
10307 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
10308 (x_iconify_frame): Ditto.
10309
10310 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
10311 (enum xembed_info, enum xembed_message, enum xembed_focus)
10312 (enum xembed_modifier, enum xembed_accelerator): New.
10313 (xembed_set_info, xembed_send_message): Declare.
10314 (FRAME_X_EMBEDDED_P): New.
10315
10316 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
10317 gtk_plug_new.
10318
10319 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
10320 window ID of a frame.
10321 (x_window): Reparent frame if embedded.
10322 (Fx_create_frame): Don't set border width if embedded.
10323
10324 * emacs.c (USAGE3): Add --parent-id.
10325 (standard_args): Ditto.
10326
10327 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
10328
10329 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
10330
10331 2008-02-07 Jim Meyering <meyering@redhat.com>
10332
10333 Use "do...while (0)", not "if (1)...else" in macro definitions.
10334 The latter provokes a warning from gcc about the empty else, when
10335 followed by ";". Also, without that trailing semicolon, it would
10336 silently swallow up any following statement.
10337 * syntax.h (SETUP_SYNTAX_TABLE)
10338 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
10339 * buffer.h (DECODE_POSITION): Likewise.
10340 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
10341 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
10342 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
10343 (FETCH_CHAR_ADVANCE): Likewise.
10344 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
10345
10346 2008-02-07 Jim Meyering <meyering@redhat.com>
10347
10348 * lread.c [lint]: Don't include <sys/inode.h>.
10349
10350 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * xselect.c (x_handle_dnd_message):
10353 * xmenu.c (digest_single_submenu, xmenu_show):
10354 * xdisp.c (with_echo_area_buffer_unwind_data)
10355 (format_mode_line_unwind_data, unwind_format_mode_line)
10356 (display_menu_bar):
10357 * eval.c (Ffetch_bytecode):
10358 * doc.c (store_function_docstring):
10359 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
10360 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
10361 * buffer.c (add_overlay_mod_hooklist): Use ASET.
10362
10363 2008-02-07 Kenichi Handa <handa@m17n.org>
10364
10365 * ftxfont.c (ftxfont_open): Don't set
10366 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
10367
10368 * ftfont.c (ftfont_open): Fix previous change.
10369
10370 2008-02-06 Jason Rumney <jasonr@gnu.org>
10371
10372 * w32font.c (w32font_text_extents): Fill in lbearing metric.
10373 Use cached metrics for ASCII characters.
10374 (w32font_open_internal): Don't set font's owning_frame.
10375 Cache metrics for ASCII characters.
10376
10377 * w32font.h (struct w32font_info): Add ascii_metrics.
10378 Remove owning_frame.
10379
10380 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
10381
10382 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
10383 to negative value.
10384
10385 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
10386
10387 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
10388
10389 * charset.c (syms_of_charset): Set QCtest and Qeq.
10390
10391 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * process.c (Fstart_process):
10394 * callproc.c (Fcall_process): Handle the case where
10395 Funhandled_file_name_directory returns nil.
10396
10397 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
10398 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
10399 * font.c (check_gstring): Use them and AREF to access the vector before
10400 we know it's really a gstring.
10401 (Ffont_shape_text): Fix typo.
10402 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
10403
10404 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
10405 Declare.
10406
10407 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
10408
10409 2008-02-05 Jason Rumney <jasonr@gnu.org>
10410
10411 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
10412 Set smallest_font_height and smallest_char_width in display info.
10413
10414 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
10415
10416 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
10417
10418 2008-02-05 Miles Bader <miles@gnu.org>
10419
10420 * xfaces.c (get_lface_attributes, merge_named_face)
10421 (lookup_named_face, lookup_derived_face, realize_named_face):
10422 Revert 2008-02-01 change by cyd@stupidchicken.com.
10423
10424 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
10425
10426 * fontset.c (Ffontset_info): Handle the case of inhibitting the
10427 fallback fonts.
10428 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
10429
10430 2008-02-04 Jason Rumney <jasonr@gnu.org>
10431
10432 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
10433 set full_name.
10434 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
10435
10436 2008-02-03 Jason Rumney <jasonr@gnu.org>
10437
10438 * makefile.w32-in (OBJ1): Include font.o here.
10439 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
10440
10441 2008-02-02 Jason Rumney <jasonr@gnu.org>
10442
10443 * makefile.w32-in (temacs): Bump EMHEAP to 21.
10444
10445 2008-02-01 Jason Rumney <jasonr@gnu.org>
10446
10447 * s/cygwin.h: Define VIRT_ADDR_VARIES.
10448
10449 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
10450
10451 2008-02-01 Andreas Schwab <schwab@suse.de>
10452
10453 * Makefile.in (shortlisp, lisp): Update for rename of
10454 ../lisp/language/myanmar.el.
10455
10456 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * xfaces.c (get_lface_attributes): Delete function.
10459 (merge_named_face, lookup_named_face, lookup_derived_face)
10460 (realize_named_face): Call lface_from_face_name directly, and use
10461 the fact that merge_face_vectors does not alter its FROM argument.
10462
10463 2008-02-01 Jason Rumney <jasonr@gnu.org>
10464
10465 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
10466 input in the default locale. Handle non-Unicode multibyte input.
10467
10468 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10469
10470 * fontset.c (reorder_font_vector): Exclude nil elements from the
10471 font group. Don't try multiple fonts.
10472 (fontset_font): Adjust for the above change.
10473 (Finternal_char_font): Return nil if the found font doesn't
10474 contain the character ch.
10475
10476 * Makefile.in (lisp, shortlisp): Add cham.el.
10477
10478 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10479
10480 * font.h (FONTP): Make it return 1 also for a font-object.
10481
10482 * .gdbinit (xfontset): New function.
10483
10484 * font.c (font_find_for_lface): Check if the character C is
10485 supported or not only for the first font.
10486
10487 * fontset.c (reorder_font_vector): Fix typo.
10488 (fontset_find_font): Don't add a font-spec specifying a script.
10489 Use 0 (not Qt) for the indication of empty font-group. Change the
10490 format of RFONT-DEF. Return Qt if no font in the font-group
10491 support the character.
10492 (fontset_font): Adjust for the above change. If no font was
10493 found the character, remember that.
10494 (face_for_char): Adjust for the change of RFONT-DEF.
10495 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
10496 no font for the target.
10497 (Finternal_char_font): Adjust for the change of RFONT-DEF.
10498
10499 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10500
10501 * font.c (font_load_for_face): Handle the case that the font in
10502 face->lface is a string.
10503
10504 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10505
10506 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
10507
10508 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10509
10510 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
10511 Fix previous change. If the frame is not on a window system,
10512 signal an error.
10513
10514 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10515
10516 * coding.c (decode_coding_object, encode_coding_object): Adjust
10517 marker positions after conversion.
10518
10519 * lisp.h (struct Lisp_Marker): New member need_adjustment.
10520
10521 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10522
10523 * font.c (font_find_for_lface): Fix the handling of the return
10524 value of font_has_char.
10525 (Ffont_shape_text): Fix previous change.
10526
10527 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
10528 (fontset_ref_and_range): Delete it.
10529 (fontset_find_font): Call char_table_ref_and_range instead of
10530 FONTSET_REF_AND_RANGE.
10531 (make_fontset): Don't setup font groups of Latin here.
10532 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
10533 (new_fontset_from_font): Make the specified font the default for
10534 all Latin characters.
10535
10536 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10537
10538 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
10539 is on a window system before accessing the fontset of the frame.
10540
10541 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10542
10543 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
10544
10545 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
10546 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
10547
10548 * font.c (Ffont_shape_text): If the font driver doesn't have a
10549 shaper function, make zero-width glyphs to have at least one-pixel
10550 width. Fix setting of `to' field of glyphs.
10551
10552 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10553
10554 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
10555 glyphs.
10556
10557 * font.h (struct font_driver): Improve docstring of member `shape'.
10558
10559 2008-02-01 Kenichi Handa <handa@m17n.org>
10560
10561 * composite.c (syms_of_composite): Fix docstring of
10562 auto-composition-function.
10563
10564 * font.h (LGLYPH_SIZE): New macro.
10565
10566 * font.c (Ffont_fill_gstring): Stop filling when a character not
10567 supported by the font is found.
10568 (Ffont_shape_text): When a shape callback function returns nil,
10569 try at most two more times with larger gstring.
10570 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
10571
10572 * xdisp.c (handle_auto_composed_prop): Change the argument to
10573 auto-composition-function.
10574
10575 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
10576 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
10577 Lispy glyph and store it in the lgstring.
10578
10579 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
10580
10581 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
10582
10583 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10584
10585 * font.c (Ffont_shape_text): Avoid unnecessary composition.
10586
10587 * fontset.c (Vfont_encoding_charset_alist): New variable.
10588 (syms_of_fontset): DEFVAR it.
10589 (reorder_font_vector, fontset_find_font): Optimize for the case of
10590 no need of reordering.
10591 (face_for_char): Map the charset property by
10592 Vfont_encoding_charset_alist.
10593
10594 2008-02-01 Jason Rumney <jasonr@gnu.org>
10595
10596 * w32font.c (logfonts_match): Don't check adstyle here.
10597 (font_matches_spec): Check here against physical font instead.
10598 (add_font_entity_to_list): Avoid some substitutions.
10599
10600 * font.c (font_parse_fcname): Default weight and slant to normal.
10601 (font_score): Prefer normal fonts if weight or slant unspecified.
10602 (font_score) [WINDOWSNT]: Scale weight difference down to closer
10603 match freetype scores.
10604
10605 2008-02-01 Jason Rumney <jasonr@gnu.org>
10606
10607 * w32font.c (w32font_text_extents): Don't use the frame stored in the
10608 font, as it may have been deleted.
10609 (w32_enumfont_pattern_entity): Map generic family to adstyle using
10610 most common hyphenless variation.
10611 (logfonts_match): Check generic family.
10612 (font_matches_spec): Don't check generic family here.
10613 (fill_in_logfont): Set generic family based on adstyle.
10614
10615 * w32font.h (w32font_get_cache): Update declaration.
10616
10617 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10618
10619 * ftfont.c (ftfont_get_cache): Adjust the argument type.
10620
10621 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
10622 If none of the new drivers are available, call font_update_drivers
10623 with the old drivers.
10624
10625 * w32font.c (w32font_get_cache): Adjust the argument type.
10626
10627 * xfont.c (xfont_get_cache): Adjust the argument type.
10628
10629 * font.h (struct font_driver): Change argument type of get_cache.
10630
10631 * xftfont.c (xftfont_start_for_frame): Delete prototype.
10632
10633 * font.c (Ffont_get): Fix arguments to Fassoc.
10634 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
10635 (font_clear_cache): New function.
10636 (font_list_entities, font_matching_entity): Use font_get_cache.
10637 (font_update_drivers): Call font_clear_cache when finishing a driver.
10638
10639 * fontset.c (fontset_find_font): Fix previous change.
10640
10641 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10642
10643 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
10644 dpyinfo->font_table.
10645 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
10646 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
10647
10648 * font.c (font_at): Handle the case that the arg C is negative.
10649 Handle the unibyte case.
10650 (Ffont_at): Call font_at with the arg C -1.
10651
10652 * xdisp.c (handle_auto_composed_prop): Don't get a character at
10653 the position here, and call font_at with the arg C -1.
10654 Don't check the range of the existing composition at the point.
10655
10656 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10657
10658 * fontset.c (fontset_add): New args charset_id and family.
10659 Change caller.
10660 (load_font_get_repertory, fontset_find_font): Assume that
10661 font_spec is always a font-spec object.
10662 (Fset_fontset_font): Always store a font-spec object in a fontset.
10663
10664 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
10665 instead of get_property_and_range.
10666
10667 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10668
10669 * xftfont.c (struct xftfont_info): Delete the member ft_face.
10670 (xftfont_open): Don't keep locking face.
10671 (xftfont_close): Don't unlock face.
10672 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
10673
10674 * fontset.c (fontset_find_font): Don't prefer a font of
10675 supplementary charset.
10676
10677 2008-02-01 Kenichi Handa <handa@m17n.org>
10678
10679 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
10680 script, langsys_tag to langsys, new member script.
10681 (OTF_TAG_STR): Terminate by '\0'.
10682 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
10683 listing to the script specified in that property. Fix arg to
10684 OTF_check_features.
10685
10686 2008-02-01 Jason Rumney <jasonr@gnu.org>
10687
10688 * w32font.h: New file.
10689
10690 * w32font.c: Include it.
10691 (struct w32font_info): Add owning_frame field. Move to w32font.h.
10692 (w32font_open): Set owning_frame.
10693 (w32font_text_extents): Use owning_frame.
10694 (struct font_callback_data): Add opentype_only field.
10695 (add_font_entity_to_list): Use it to filter fonts.
10696 Don't check against full name.
10697 (w32font_list_internal): New function.
10698 (w32font_list): Use it.
10699 (w32font_match_internal): New function.
10700 (w32font_match): Use it.
10701 (w32font_open_internal): New function.
10702 (w32font_open): Use it.
10703 (w32font_get_cache, w32font_close, w32font_has_char)
10704 (w32font_encode_char, w32font_text_extents, w32font_draw):
10705 Make non-static.
10706
10707 * makefile.w32-in (w32font.o): Depend on w32font.h.
10708
10709 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10710
10711 * charset.c (Fdefine_charset_internal): Record a supplementary
10712 charset at the tail of Vcharset_order_list.
10713
10714 * font.c (Ffont_shape_text): Fix the return value.
10715
10716 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
10717
10718 * xdisp.c (handle_auto_composed_prop): Fix previous change.
10719
10720 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10721
10722 * ftfont.c (struct OpenTypeSpec): New struct.
10723 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
10724 (ftfont_get_open_type_spec): New function.
10725 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
10726
10727 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
10728
10729 2008-02-01 Jason Rumney <jasonr@gnu.org>
10730
10731 * w32font.c (add_font_entity_to_list): Compare only the beginning
10732 of full name.
10733
10734 2008-02-01 Kenichi Handa <handa@m17n.org>
10735
10736 * xdisp.c (handle_auto_composed_prop): Simplify the code.
10737 Never return HANDLED_RECOMPUTE_PROPS.
10738
10739 2008-02-01 Kenichi Handa <handa@m17n.org>
10740
10741 * font.c (font_gstring_produce): Delete it.
10742
10743 * composite.h (COMPOSITION_METHOD):
10744 Handle COMPOSITION_WITH_GLYPH_STRING.
10745
10746 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10747
10748 * xfont.c (Qx): Delete.
10749 (syms_of_xfont): Don't initialize Qx.
10750
10751 * composite.h (enum composition_method):
10752 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
10753
10754 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10755
10756 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
10757 (choose_face_font): Accept new form of font-spec.
10758
10759 * frame.h (font_driver_list): Declare it unconditionally.
10760 (struct frame): Define members font_driver_list and font_data_list
10761 unconditionally.
10762
10763 * fontset.c: Include "font.h" unconditionally.
10764 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
10765 (Fset_fontset_font): Accept a font-spec object.
10766
10767 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
10768 PIXEL_SIZE part a wild card.
10769
10770 * dispextern.h (struct glyph_string): Define members clip and
10771 num_clips unconditionally.
10772 (struct face): Define members font_info and extra unconditionally.
10773
10774 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
10775 ftfont_info only when HAVE_LIBOTF is defined.
10776
10777 2008-02-01 Andreas Schwab <schwab@suse.de>
10778
10779 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
10780 and end.
10781
10782 2008-02-01 Jason Rumney <jasonr@gnu.org>
10783
10784 * w32font.c (w32font_driver): Add new fields.
10785
10786 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10787
10788 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
10789 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
10790 (LIBES): Add @M17N_FLT_CFLAGS@.
10791
10792 * composite.c (compose_text): Don't treat the new style
10793 composition specially.
10794
10795 * emacs.c (main): Call syms_of_font unconditionally.
10796
10797 * font.h (FONT_ENTITY_NOT_LOADABLE)
10798 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
10799 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
10800 (struct font_driver): New member shape.
10801 (font_registry_charsets): Extern it.
10802 (font_find_for_lface, font_prepare_composition): Adjust prototype.
10803 (font_otf_capability, font_drive_otf): Delete their externs.
10804
10805 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
10806 (font_charset_alist, font_registry_charsets): Move from xfont.c
10807 and rename.
10808 (font_prop_validate_otf): New function.
10809 (font_property_table): Register it for QCotf.
10810 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
10811 (font_drive_otf): Delete.
10812 (font_prepare_composition): New arg F. Adjust for the change of
10813 lispy gstring.
10814 (font_find_for_lface): New arg C.
10815 (font_load_for_face): Adjust for the change of font_find_for_lface.
10816 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
10817 lispy gstring.
10818 (Ffont_shape_text): New function.
10819 (Fopen_font): If the font size is not given, use 12-pixel.
10820 (Ffont_at): New arg STRING.
10821 (syms_of_font): Initalize font_charset_alist.
10822 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
10823 conditionally.
10824
10825 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
10826 fonts of the same font-spec. Change the format of RFONT-DEF.
10827 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
10828 Adjust for the change of RFONT-DEF.
10829 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
10830
10831 * ftfont.h: New file.
10832
10833 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
10834 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
10835 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
10836 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
10837 font_otf_capability and font_drive_otf, set ftfont_shape.
10838 (ftfont_list): Adjust for the change of :otf property value.
10839 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
10840 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
10841 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
10842 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
10843 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
10844 (otf_gstring, gstring, m17n_flt_initialized): New variables.
10845
10846 * w32term.c (x_draw_composite_glyph_string_foreground):
10847 Adjust for the change of lispy gstring.
10848
10849 * xdisp.c (handle_composition_prop): Adjust for the change of
10850 lispy gstring. Call a function for auto-composition with the
10851 third arg it->window.
10852 (fill_composite_glyph_string): Adjust for the change of lispy string.
10853 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
10854
10855 * xfaces.c (set_font_frame_param): Adjust for the change of
10856 font_find_for_lface.
10857
10858 * xfont.c (x_font_charset_alist): Move to font.c and rename.
10859 (xfont_registry_charsets): Likewise. Change caller.
10860 (syms_of_xfont): Don't handle x_font_charset_alist.
10861
10862 * xftfont.c: Include "ftfont.h".
10863 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
10864 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
10865 (xftfont_close) [HAVE_LIBOTF]: Close otf.
10866 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
10867 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
10868 Set xftfont_driver.shape to xftfont_shape.
10869
10870 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
10871 the change of lispy gstring.
10872
10873 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10874
10875 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
10876
10877 2008-02-01 Jason Rumney <jasonr@gnu.org>
10878
10879 * w32font.c (w32font_draw): Fill background manually.
10880
10881 2008-02-01 Jason Rumney <jasonr@gnu.org>
10882
10883 * font.c (Qfontp): Remove unused symbol.
10884 (QCantialias): New symbol.
10885 (syms_of_font): Define it.
10886 (font_property_table): Set a validator for QCantialias.
10887
10888 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
10889 Define if not already.
10890 (QCfamily): Share with xfaces.c.
10891 (Qstandard, Qsubpixel, Qnatural): New symbols.
10892 (syms_of_w32font): Define them. Don't define QCfamily here.
10893 (w32_antialias_type, lispy_antialias_type): New functions.
10894 (w32_enumfont_pattern_entity): New arg requested_font.
10895 Set antialias parameter if non-default was requested.
10896 (fill_in_logfont): Fill in lfQuality if :antialias specified.
10897
10898 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10899
10900 * lread.c (read1): Undo the previous change.
10901
10902 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
10903
10904 * frame.c (Fdelete_frame): Call font_update_drivers only when
10905 USE_FONT_BACKEND is defined.
10906
10907 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10908
10909 * font.h (struct font_bitmap): New member bits_per_pixel.
10910 (struct font_driver): New members start_for_frame and end_for_frame.
10911 (struct font_data_list): New struct.
10912 (font_put_frame_data, font_get_frame_data): Extern them.
10913
10914 * frame.h (struct frame): New member font_data_list.
10915
10916 * font.c (font_update_drivers): Call driver->start_for_frame and
10917 driver->end_for_frame at proper timings.
10918 (font_put_frame_data, font_get_frame_data): New functions.
10919 (Ffont_spec): Add usage in the docstring.
10920
10921 * frame.c (make_frame): Initialize f->font_data_list to NULL.
10922 (Fdelete_frame): Call font_update_drivers.
10923
10924 * xftfont.c (struct xftface_info): Delete the member xft_draw.
10925 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
10926 (xftfont_get_xft_draw): New function.
10927 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
10928 (xftfont_end_for_frame): New function.
10929 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
10930
10931 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
10932 Change argument. Cache GCs in the per-frame data.
10933 (struct ftxfont_frame_data): New struct.
10934 (ftxfont_draw_bitmap): New arg gc_fore and flush.
10935 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
10936 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
10937 (ftxfont_end_for_frame): New function.
10938 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
10939
10940 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
10941
10942 2008-02-01 Kenichi Handa <handa@m17n.org>
10943
10944 * xselect.c (Vselection_coding_system)
10945 (Vnext_selection_coding_system): Delete them.
10946 (syms_of_xselect): Don't declare selection-coding-system and
10947 next-selection-coding-system. They are declared in select.el.
10948
10949 2008-02-01 Jason Rumney <jasonr@gnu.org>
10950
10951 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
10952
10953 * w32fns.c: Include imm.h.
10954 (get_composition_string_fn, get_ime_context_fn): New optional
10955 system functions.
10956 (globals_of_w32fns): Load them from imm32.dll.
10957 (ignore_ime_char): New flag.
10958 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
10959 WM_IME_ENDCOMPOSITION messages.
10960
10961 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
10962 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
10963
10964 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10965
10966 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
10967 (READCHAR_REPORT_MULTIBYTE): New macro.
10968 (readchar): New 2nd arg MULTIBYTE.
10969 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
10970 Make symbol's name multibyte according to the multibyteness of the
10971 source.
10972
10973 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10974
10975 * xfaces.c (face_for_overlay_string): Call lookup_face with
10976 correct arguments (fix of synching with the trunk).
10977
10978 2008-02-01 Kenichi Handa <handa@m17n.org>
10979
10980 * font.c (font_prop_validate_symbol, font_prop_validate_style)
10981 (font_prop_validate_non_neg, font_prop_validate_spacing):
10982 Delete argument prop_index.
10983 (font_property_table): Change arguments to validater. Change Callers.
10984 (font_lispy_object): Delete.
10985 (font_at): Use font_find_object instead fo font_lispy_object.
10986
10987 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10988
10989 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
10990 and file names.
10991
10992 2008-02-01 Jason Rumney <jasonr@gnu.org>
10993
10994 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
10995 (font_matches_spec): Remove debug output.
10996 (add_font_entity_to_list): Avoid using substituted fonts.
10997
10998 2008-02-01 Jason Rumney <jasonr@gnu.org>
10999
11000 * doc.c (Fsnarf_documentation):
11001 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
11002
11003 2008-02-01 Miles Bader <miles@gnu.org>
11004
11005 * dispextern.h (struct glyph_row): Only define "clip" field if
11006 HAVE_WINDOW_SYSTEM is defined.
11007
11008 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 Fix up multi-tty merge.
11011
11012 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
11013 and indentation.
11014
11015 * xfaces.c (free_realized_face, clear_face_gcs):
11016 Include font_done_for_face in the input_blocked section, just in case.
11017
11018 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
11019 (get_char_face_and_encoding): Undo last change and remove the *other*
11020 duplicate definition (i.e. keep the one that's better scoped and that
11021 includes code for the font-backend).
11022
11023 * terminal.c (create_terminal): Default keyboard_coding to
11024 `no-conversion' and terminal_coding to `undecided'.
11025
11026 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
11027
11028 * fontset.c (free_realized_fontsets): Check that the table entry does
11029 contain a fontset before trying to compare it to `base'.
11030
11031 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
11032 syms_of_charset, and syms_of_coding earlier because init_window_once
11033 now needs Vcoding_system_hash_table to be setup.
11034
11035 * coding.h (default_buffer_file_coding): Remove.
11036
11037 * coding.c (default_buffer_file_coding): Remove.
11038 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
11039 than ->symbol, and use the terminal-local coding system.
11040 (syms_of_coding): Don't setup the coding-systems that are not
11041 terminal-local.
11042 (Fdefine_coding_system_internal): Use XCAR/XCDR.
11043
11044 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
11045 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
11046
11047 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
11048 in chartab.c and were re-added here by mistake.
11049 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
11050
11051 * doc.c (Fsnarf_documentation):
11052 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
11053 src to etc.
11054
11055 * ChangeLog.10: Add mistakenly removed entry.
11056
11057 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11058
11059 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
11060
11061 2008-02-01 Miles Bader <miles@gnu.org>
11062
11063 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
11064 Add extra args to FACE_FOR_CHAR.
11065
11066 2008-02-01 Kenichi Handa <handa@m17n.org>
11067
11068 * keymap.c (where_is_internal_1): If key is a cons, store the copy
11069 in sequence.
11070
11071 * chartab.c (map_sub_char_table, map_char_table): If the range
11072 contains just one character, call the function with that character
11073 even if the depth is not 3.
11074
11075 2008-02-01 Jason Rumney <jasonr@gnu.org>
11076
11077 * w32font.c (w32font_text_extents): Calculate metrics for the
11078 whole string.
11079
11080 2008-02-01 Jason Rumney <jasonr@gnu.org>
11081
11082 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
11083
11084 2008-02-01 Jason Rumney <jasonr@gnu.org>
11085
11086 * w32term.c (x_set_glyph_string_clipping): Use
11087 get_glyph_string_clip_rects.
11088 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
11089 Adjust for the change of struct glyph_string.
11090
11091 * w32font.c (w32font_draw): Do clipping here.
11092
11093 2008-02-01 Kenichi Handa <handa@m17n.org>
11094
11095 * xftfont.c (xftfont_draw): Adjust for the change of struct
11096 glyph_string.
11097
11098 * xterm.c (x_set_glyph_string_clipping): Use
11099 get_glyph_string_clip_rects.
11100 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
11101 Adjust for the change of struct glyph_string.
11102
11103 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
11104 the resulting clip(s}.
11105 (expose_overlaps): Add arg r. Change callers. Set it to
11106 row->clip temporarily.
11107 (expose_window): Redraw rows overlapping the exposed area.
11108
11109 * dispextern.h (struct glyph_row): New member clip.
11110 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
11111 clip_height, new member clip, and num_clips.
11112
11113 2008-02-01 Kenichi Handa <handa@m17n.org>
11114
11115 * data.c (Fchar_or_string_p): Fix docstring.
11116
11117 2008-02-01 Kenichi Handa <handa@m17n.org>
11118
11119 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
11120 create a temporary XftDraw object.
11121
11122 2008-02-01 Kenichi Handa <handa@m17n.org>
11123
11124 * font.c (Ffontp): Fix docstring.
11125
11126 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
11127 strong evidence of ISO-2022.
11128
11129 2008-02-01 Kenichi Handa <handa@m17n.org>
11130
11131 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
11132 SYNTAX_ENTRY_FOLLOW_PARENT.
11133
11134 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
11137 its type.
11138 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
11139 Update to the new type of weak_hash_tables and next_weak.
11140
11141 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
11142 a plain C pointer to Lisp_Hash_Table.
11143
11144 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
11145 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
11146 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
11147 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
11148 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
11149 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
11150 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
11151 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
11152 (GC_EQ): Remove since they've been identical to their non-GC_
11153 alter-egos ever since the markbit was eradicated.
11154
11155 * alloc.c:
11156 * buffer.c:
11157 * buffer.h:
11158 * data.c:
11159 * fileio.c:
11160 * filelock.c:
11161 * fns.c:
11162 * frame.h:
11163 * lisp.h:
11164 * macterm.c:
11165 * print.c:
11166 * process.c:
11167 * w32fns.c:
11168 * w32menu.c:
11169 * w32term.c:
11170 * xfns.c:
11171 * xmenu.c:
11172 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
11173
11174 2008-02-01 Kenichi Handa <handa@m17n.org>
11175
11176 * chartab.c (map_sub_char_table): Make it work for the top-level
11177 char-table. Fix handling of parent char-table.
11178 (map_char_table): Adjust for the above change.
11179
11180 2008-02-01 Jason Rumney <jasonr@gnu.org>
11181
11182 * w32font.c (Qgdi): Rename from Qw32.
11183
11184 2008-02-01 Jason Rumney <jasonr@gnu.org>
11185
11186 * w32bdf.c (get_quoted_string): Make function static.
11187
11188 2008-02-01 Kenichi Handa <handa@m17n.org>
11189
11190 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
11191 bigger ascent and descent than those of the font, use them as
11192 font's ascent and descent.
11193
11194 2008-02-01 Kenichi Handa <handa@m17n.org>
11195
11196 * Makefile.in (${lispsource}international/charprop.el): Move this
11197 target within "#ifdef HAVE_UNIDATA" and "#endif".
11198
11199 2008-02-01 Kenichi Handa <handa@m17n.org>
11200
11201 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
11202 (shortlisp): Add ../lisp/language/tai-viet.el.
11203
11204 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
11205
11206 * Makefile.in (${lispsource}international/charprop.el): Depend on
11207 temacs${EXEEXT}.
11208
11209 2008-02-01 Jason Rumney <jasonr@gnu.org>
11210
11211 * w32font.c (w32font_close): Delete the GDI font object.
11212
11213 * w32menu.c: Include character.h.
11214
11215 * w32proc.c: Likewise.
11216
11217 * w32select.c: Likewise.
11218
11219 * makefile.w32-in (w32proc.o): Depend on character.h.
11220
11221 2008-02-01 Jason Rumney <jasonr@gnu.org>
11222
11223 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
11224
11225 * w32menu.c (syms_of_w32menu): Likewise.
11226
11227 * w32proc.c (syms_of_ntproc): Likewise.
11228
11229 * w32select.c (syms_of_w32select): Likewise.
11230
11231 * w32term.c (syms_of_w32term): Likewise.
11232
11233 2008-02-01 Jason Rumney <jasonr@gnu.org>
11234
11235 * w32font.c (w32font_draw): Delete brush after using it.
11236
11237 2008-02-01 Jason Rumney <jasonr@gnu.org>
11238
11239 * w32font.c (w32font_open): Don't set font_idx.
11240 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
11241 to font settings.
11242 (w32font_draw): Fill background explicitly.
11243
11244 2008-02-01 Jason Rumney <jasonr@gnu.org>
11245
11246 * w32term.c (w32_initialize): Don't call w32font_initialize.
11247
11248 * w32font.c (w32font_info): Remove subranges.
11249 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
11250 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
11251 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
11252 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
11253 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
11254 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
11255 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
11256 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
11257 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
11258 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
11259 New symbols.
11260 (font_callback_data): New struct.
11261 (w32font_list, w32font_match): Use it.
11262 (w32font_open): Don't populate subranges.
11263 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
11264 (w32font_encode_char): Always return unicode code-point as-is.
11265 (w32font_text_extents): Supply a transformation matrix to
11266 GetGlyphOutline. Never look up by glyph index. Avoid looping
11267 twice. Use unicode version of GetTexExtentPoint32 instead of
11268 glyph index version.
11269 (set_fonts_frame): Remove.
11270 (w32_enumfont_pattern_entity): Add frame parameter, use it to
11271 set frame parameter. Use backward compatible fake foundries.
11272 Save generic family in extra slot under QCfamily. Make width slot
11273 constant. Save QCspacing value. Save list of scripts instead of
11274 binary subranges.
11275 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
11276 (add_font_entity_to_list): Use font_callback_data struct. Filter
11277 unwanted fonts.
11278 (add_one_font_entity_to_list): Use font_callback_data struct.
11279 (w32_registry): Default to iso10646_1.
11280 (fill_in_logfont): Use dpi from extra slot. Don't bother with
11281 string font registries. Don't fill in font name if it is a generic
11282 family name, fill family instead. Use spacing, family and script
11283 extra info to fill pitch, family and charset fields.
11284 (list_all_matching_fonts): Use font_callback_data struct.
11285 (unicode_range_for_char): Remove.
11286 (font_supported_scripts): New function.
11287 (w32font_initialize): Remove.
11288 (syms_of_w32font): Update which symbols are defined.
11289
11290 2008-02-01 Jason Rumney <jasonr@gnu.org>
11291
11292 * font.c (font_pixel_size): Reverse assq_no_quit args.
11293
11294 * w32term.h (FONT_WIDTH): Report max width, not average.
11295 (FONT_MAX_WIDTH): Remove.
11296 (FONT_AVG_WIDTH): New macro.
11297
11298 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
11299 redefinition of FONT_WIDTH.
11300
11301 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
11302 (w32_cache_char_metrics): Use FONT_WIDTH.
11303
11304 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
11305
11306 2008-02-01 Jason Rumney <jasonr@gnu.org>
11307
11308 * w32font.c (w32font_open): Make lfHeight negative.
11309
11310 * w32fns.c (x_default_font_parameter): Use new style font name.
11311 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
11312
11313 2008-02-01 Jason Rumney <jasonr@gnu.org>
11314
11315 * w32font.c (QCsubranges): New symbol.
11316 (w32font_open, w32font_has_char): Get subranges from subproperty
11317 of extra.
11318 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
11319 (syms_of_w32font): Define :subranges symbol.
11320
11321 * font.c (font_put_extra): Expose externally.
11322
11323 * font.h (font_put_extra): Move declaration from font.c.
11324
11325 * font.c (Ffont_get): Use font driver to determine otf capability.
11326 (adjust_anchor): Check if driver defines anchor_point before using.
11327
11328 * w32font.c (w32font_open): Handle size, height and pixel_size better.
11329 (w32font_draw): Use options.
11330 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
11331 Fix detection of truetype fonts.
11332 (registry_to_w32_charset): Handle charsets other than iso8859-1
11333 expressed as lisp symbols.
11334 (w32_registry): Express charset as lisp symbol.
11335 (fill_in_logfont): Reverse pixel and point height logic.
11336 Don't set width here. Set quality to default.
11337
11338 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
11339 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
11340
11341 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
11342 Remove redundant loop and allocation.
11343
11344 * makefile.w32-in (font.o, w32font.o): New objects.
11345 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
11346 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
11347
11348 * xdisp.c (fill_composite_glyph_string): Make the first arg to
11349 STORE_XCHARB a valid l-value.
11350
11351 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
11352 calculations for non-Truetype fonts.
11353 (x_draw_glyph_string): Sync with xterm.c.
11354 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
11355 Remove redundant code.
11356 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
11357
11358 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
11359 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
11360
11361 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
11362 (x_to_w32_charset, w32_to_x_charset): Expose externally.
11363
11364 * w32font.c: New file for w32 font backend.
11365
11366 2008-02-01 Kenichi Handa <handa@m17n.org>
11367
11368 * term.c: Don't include "buffer.h" twice.
11369
11370 2008-02-01 Kenichi Handa <handa@m17n.org>
11371
11372 * character.c (Funibyte_string): New function.
11373 (syms_of_character): Defsubr it.
11374
11375 2008-02-01 Jason Rumney <jasonr@gnu.org>
11376
11377 * w32term.c [USE_FONT_BACKEND]:
11378 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
11379 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
11380 (x_draw_glyph_string, x_draw_glyph_string_foreground)
11381 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
11382 (x_free_frame_resources): Sync with xterm.c.
11383
11384 2008-02-01 Andreas Schwab <schwab@suse.de>
11385
11386 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
11387 char-table size.
11388
11389 2008-02-01 Kenichi Handa <handa@m17n.org>
11390
11391 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
11392
11393 2008-02-01 Kenichi Handa <handa@m17n.org>
11394
11395 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
11396 font_otf_gpos, add font_drive_otf.
11397
11398 * fontset.c (fontset_find_font): Pay attention to font size
11399 specified for a font.
11400 (reorder_font_vector): Check contents of font_def.
11401
11402 * font.c (struct otf_list): Delete it.
11403 (otf_list): Make it a lisp variable.
11404 (otf_open): Use lispy otf_list.
11405 (generate_otf_features): Rename from parse_gsub_gpos_spec.
11406 (check_otf_features): New function.
11407 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11408 New functions.
11409 (font_drive_otf): New function merging font_otf_gsub and
11410 font_otf_gpos.
11411 (font_open_for_lface): New arg spec. Change argument order.
11412 (font_load_for_face): Adjust for the change of font_open_for_lface.
11413 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
11414 Ffont_otf_gpos.
11415 (syms_of_font): Staticpro otf_list. Delete defsubr of
11416 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
11417
11418 * xfaces.c (set_font_frame_param): Adjust for the change of
11419 font_open_for_lface.
11420
11421 * font.h (font_open_for_lface): Adjust prototype.
11422 (struct font_driver): Delete members otf_gsub and otf_gpos, add
11423 member otf_drive.
11424 (font_otf_gsub, font_otf_gpos): Delete externs.
11425 (font_drive_otf): Extern it.
11426
11427 2008-02-01 Kenichi Handa <handa@m17n.org>
11428
11429 * font.c (font_at): If the window W is not on a window system,
11430 return Qnil.
11431
11432 * coding.c (produce_chars, encode_coding): Don't call
11433 insert_from_gap if no characters to produce.
11434
11435 2008-02-01 Kenichi Handa <handa@m17n.org>
11436
11437 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
11438 Fclear_face_cache.
11439
11440 * xfaces.c (face_for_font): Check also face->font==font->font.font.
11441
11442 2008-02-01 Miles Bader <miles@gnu.org>
11443
11444 * emacs.c (main): Change default value of `enable_font_backend' to 1.
11445 Parse "--disable-font-backend" option.
11446 (standard_args): Add "--disable-font-backend" option.
11447
11448 2008-02-01 Kenichi Handa <handa@m17n.org>
11449
11450 * fontset.c (fontset_find_font): New function.
11451 (fontset_font): Use fontset_find_font.
11452 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
11453 Register the specified font for all Latin characters.
11454 (new_fontset_from_font): Register the specified font for all Latin
11455 characters.
11456 (dump_fontset): For a realized fontset, include the base fontset
11457 name in the returned vector.
11458
11459 2008-02-01 Kenichi Handa <handa@m17n.org>
11460
11461 * character.h (CHAR_STRING): Cast C to unsigned on calling
11462 char_string.
11463
11464 * character.c (char_string): Type of arg C changed to unsigned.
11465 Signal an error if C is an invalid character code.
11466
11467 * editfns.c (general_insert_function, Fchar_to_string):
11468 Use CHARACTERP, not INTEGERP.
11469
11470 2008-02-01 Kenichi Handa <handa@m17n.org>
11471
11472 * character.h (MIN_MULTIBYTE_LEADING_CODE)
11473 (MAX_MULTIBYTE_LEADING_CODE): New macros.
11474
11475 * regex.c (analyse_first): Fix for multibyte characters in "case
11476 charset:" and "case categoryspec:".
11477
11478 2008-02-01 Andreas Schwab <schwab@suse.de>
11479
11480 * Makefile.in (LIBES): Move standard libraries to the end.
11481
11482 2008-02-01 Kenichi Handa <handa@m17n.org>
11483
11484 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
11485 nonzero, don't shrink the buffer nextb.
11486
11487 * buffer.h (struct buffer_text): New member inhibit_shrinking.
11488
11489 * coding.c (coding_alloc_by_making_gap): New arg offset.
11490 (alloc_destination): Call coding_alloc_by_making_gap with the arg
11491 offset.
11492 (decode_coding_iso_2022): Update coding->safe_charsets.
11493 (decode_coding_gap): Temporarily set
11494 current_buffer->text->inhibit_shrinking to 1.
11495
11496 2008-02-01 Kenichi Handa <handa@m17n.org>
11497
11498 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
11499 indexing into elements of s->cmp and s->char2b.
11500
11501 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
11502
11503 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
11504
11505 2008-02-01 Kenichi Handa <handa@m17n.org>
11506
11507 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
11508 target_multibyte instead of multibyte.
11509 (re_match_2_internal): Call bcmp_translate with target_multibyte.
11510 (bcmp_translate): Change the argument name from multibyte to
11511 target_multibyte.
11512
11513 2008-02-01 Kenichi Handa <handa@m17n.org>
11514
11515 These changes are to compile a regexp into a pattern that can be
11516 used both for multibyte and unibyte targets.
11517
11518 * Makefile.in (search.o): Depend on charset.h.
11519
11520 * character.c (multibyte_char_to_unibyte_safe): New function.
11521
11522 * search.c: Include "charset.h".
11523 (compile_pattern_1): Delete argument multibyte. Don't set
11524 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
11525 (compile_pattern): Don't compare cp->buf.target_multibyte.
11526 Compare cp->buf.charset_unibyte.
11527 (compile_pattern): Set cp->buf.target_multibyte.
11528
11529 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
11530
11531 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
11532
11533 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
11534 multibyte. Change callers.
11535 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
11536 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
11537 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
11538 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
11539 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
11540 (regex_compile): Make the compiled pattern usable both for
11541 multibyte and unibyte targets.
11542 (analyse_first): Make the fastmap usable both for multibyte and
11543 unibyte targets.
11544 (TRANSLATE_VIA_MULTIBYTE): Delete.
11545 (re_match_2_internal): Pay attention to the case that the
11546 multibyteness of bufp and target may be different.
11547
11548 2008-02-01 Kenichi Handa <handa@m17n.org>
11549
11550 * xdisp.c (x_produce_glyphs): When a font is not found, make the
11551 empty box occupy at least one column width.
11552
11553 2008-02-01 Miles Bader <miles@gnu.org>
11554
11555 * Makefile.in: Remove redundant HAVE_XFT clause.
11556
11557 2008-02-01 Kenichi Handa <handa@m17n.org>
11558
11559 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
11560
11561 2008-02-01 Kenichi Handa <handa@m17n.org>
11562
11563 * fontset.c (Finternal_char_font): Fix for the case of POSITION
11564 being nil.
11565
11566 2008-02-01 Kenichi Handa <handa@m17n.org>
11567
11568 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
11569
11570 2008-02-01 Kenichi Handa <handa@m17n.org>
11571
11572 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
11573
11574 2008-02-01 Kenichi Handa <handa@m17n.org>
11575
11576 * search.c (simple_search): Fix previous change.
11577
11578 2008-02-01 Kenichi Handa <handa@m17n.org>
11579
11580 * xftfont.c (ftfont_font_format): Extern declaration.
11581
11582 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
11583
11584 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
11585 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
11586
11587 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
11588 (ftfont_font_format): Fix previous change.
11589
11590 * font.h (Ffont_xlfd_name): EXFUN it.
11591
11592 * font.c (font_parse_xlfd): Fix the array size of `f'.
11593 (register_font_driver): Use EQ to compare driver->type.
11594
11595 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
11596 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
11597 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
11598
11599 2008-02-01 Kenichi Handa <handa@m17n.org>
11600
11601 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
11602 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
11603
11604 2008-02-01 Kenichi Handa <handa@m17n.org>
11605
11606 * xfont.c (xfont_open): Set font->format.
11607
11608 * xftfont.c (xftfont_open): Set font->format.
11609
11610 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
11611 (ftfont_list): Include FC_FONTFORMAT in FcObject.
11612 (ftfont_open): Set font->format.
11613 (ftfont_font_format): New function.
11614
11615 * font.h (struct font): New member format.
11616
11617 * font.c (Qopentype): New variable.
11618 (syms_of_font): Defsym it.
11619 (Fquery_font): Change the format of the last element of the return
11620 value.
11621
11622 2008-02-01 Kenichi Handa <handa@m17n.org>
11623
11624 * xfns.c (xic_create_xfontset): Try the default fontset name as a
11625 last resort.
11626
11627 2008-02-01 Kenichi Handa <handa@m17n.org>
11628
11629 * coding.c (detect_coding_charset): Fix detection of multi-byte
11630 charset.
11631
11632 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
11633
11634 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
11635
11636 2008-02-01 Kenichi Handa <handa@m17n.org>
11637
11638 * xdisp.c (get_next_display_element): Set it->face_id for the
11639 first component of a composition.
11640 (x_produce_glyphs): Check if the font is changed or not for composition.
11641
11642 2008-02-01 Kenichi Handa <handa@m17n.org>
11643
11644 * fontset.c (Qlatin): New variable.
11645 (syms_of_fontset): Define it as a lisp symbol.
11646 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
11647
11648 2008-02-01 Kenichi Handa <handa@m17n.org>
11649
11650 * font.c (font_unparse_fcname): Pay attention to the case that
11651 some of font property is a null string.
11652
11653 2008-02-01 Kenichi Handa <handa@m17n.org>
11654
11655 * term.c: Include "composite.h".
11656 (encode_terminal_code): Output all components of composition.
11657 Check the size of encode_terminal_src.
11658 (produce_glyphs): For composition, call produce_composite_glyph.
11659 (append_composite_glyph, produce_composite_glyph): New functions.
11660
11661 * xdisp.c (x_produce_glyphs): In handling composition, if a font
11662 is not found, get font_info from the current ascii face.
11663
11664 2008-02-01 Kenichi Handa <handa@m17n.org>
11665
11666 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
11667 buffer-file-name to Qnil before calling insert_from_buffer.
11668
11669 * font.c (font_unparse_fcname): Pay attention to the case that
11670 foundry is a null string.
11671
11672 2008-02-01 Kenichi Handa <handa@m17n.org>
11673
11674 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
11675
11676 * font.c (Qunicode_sip): New variable.
11677 (syms_of_font): Declare it as a Lisp symbol.
11678
11679 * font.h (Qunicode_sip): Extern it.
11680
11681 2008-02-01 Kenichi Handa <handa@m17n.org>
11682
11683 * composite.c (get_composition_id): Pay attention to TAB component.
11684
11685 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
11686 TAB. Adjust for the change of s->char2b which always points to
11687 the first element of allocated memory.
11688
11689 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
11690
11691 * xdisp.c (handle_composition_prop): Set it->c to the first
11692 non-TAB component.
11693 (fill_composite_glyph_string): Change argument.
11694 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
11695 (x_produce_glyphs): Fix handling of left/right padding.
11696
11697 2008-02-01 Kenichi Handa <handa@m17n.org>
11698
11699 * coding.c (detect_coding_system): Fix for handling off
11700 inhibit_iso_escape_detection. Fix for the case that no coding
11701 system is defined for a specific coding category.
11702
11703 2008-02-01 Kenichi Handa <handa@m17n.org>
11704
11705 * font.c (font_matching_entity): Delete unused local var.
11706
11707 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
11708 opening a font.
11709
11710 * fileio.c (Finsert_file_contents): On recovering a file, assume
11711 Unix-like eol.
11712 (choose_write_coding_system): On auto-saving a file, force
11713 Unix-like eol.
11714
11715 * coding.c (setup_coding_system): Fix setting of
11716 coding->common_flags based on eol_type.
11717 (coding_inherit_eol_type): If PARENT is not nil, be sure to
11718 inherit from it.
11719
11720 2008-02-01 Kenichi Handa <handa@m17n.org>
11721
11722 * alloc.c (NSTATICS): Increas to 0x600.
11723
11724 2008-02-01 Kenichi Handa <handa@m17n.org>
11725
11726 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
11727 (ftfont_list): Don't check :name property.
11728 (ftfont_match): New function.
11729 (ftfont_pattern_entity): If the pattern doesn't contain
11730 FC_SPACING, don't assume FC_MONO.
11731
11732 * font.h (struct font_driver): New member `match'.
11733 (font_update_drivers): Adjust prototype.
11734
11735 * font.c (font_parse_fcname, font_parse_name): Don't change :name
11736 property of FONT.
11737 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
11738 them unconditionally.
11739 (font_matching_entity): New function.
11740 (font_open_by_name): Try font_matching_entity if exact match is
11741 not found.
11742 (font_update_drivers): Delete the arg FONT. Return a list of
11743 actually used backends. Don't free faces, font caches here.
11744 Don't store data in frame parameters. Don't call x_set_font.
11745 (Ffont_spec): Store :name property as is.
11746 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
11747 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
11748 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
11749 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
11750 Call font->driver->otf_gsub instead of font_otf_gsub.
11751
11752 * frame.c (x_set_font_backend): Do more works that were done in
11753 font_update_drivers before.
11754
11755 * xfont.c (xfont_match): New function.
11756 (xfont_driver): Set xfont_driver.match to xfont_match.
11757 (xfont_draw): Set font in GC if necessary.
11758
11759 * ftxfont.c (ftxfont_match): New function.
11760 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
11761
11762 * xftfont.c (xftfont_match): New function.
11763 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
11764
11765 2008-02-01 Kenichi Handa <handa@m17n.org>
11766
11767 * font.h (struct font): New member scalable.
11768 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
11769 (font_otf_gsub): Adjust prototype.
11770
11771 * font.c (font_otf_capability): Fix handling of the default langsys.
11772 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
11773 Check the contents of SPEC.
11774 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
11775 (check_gstring): New function.
11776 (REPLACEMENT_CHARACTER): New macro.
11777 (font_otf_gsub): New arg alternate_subst. Be sure to set all
11778 glyph codes of GSTRING.
11779 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
11780 (font_prepare_composition): Set cmp->glyph_len.
11781 (font_open_entity): Set font->scalable.
11782 (Ffont_get): Handle :otf property.
11783 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
11784 functions.
11785 (Fquery_font): Use font->font.full_name.
11786 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
11787 Sfont_otf_alternates.
11788
11789 * ftfont.c (ftfont_open): Set font->font.full_name and
11790 font->font.name properly. Fix calculation of font->font.height
11791 and font->min_width.
11792
11793 * ftxfont.c (ftxfont_create_gcs): New function.
11794 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
11795 (ftxfont_draw_backgrond): Fix filling region.
11796 (ftxfont_default_fid): New function.
11797 (ftxfont_open): Set xfont->fid to the return value of
11798 ftxfont_default_fid.
11799 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
11800 (ftxfont_done_face): Free only GCs that are created by
11801 ftxfont_create_gcs.
11802 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
11803
11804 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
11805 Clip to src->width, etc (not src->clip_XXX).
11806
11807 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
11808 FontBackend frame parameter.
11809
11810 2008-02-01 Kenichi Handa <handa@m17n.org>
11811
11812 * font.h (struct font_driver_list): New member `on'.
11813 (Fclear_font_cache): EXFUN it.
11814 (font_update_drivers): Extern it.
11815
11816 * font.c (font_unparse_fcname): Fix typo (swidth->width).
11817 (font_list_entities): Check driver_list->on.
11818 (register_font_driver): Initalize `on' member to 0.
11819 (font_update_drivers): New function.
11820 (Fclear_font_cache): Check driver_list->on.
11821
11822 * frame.h (Qfont_backend): Extern it.
11823 (x_set_font_backend): Extern it.
11824
11825 * frame.c (Qfont_backend): New variable.
11826 (frame_parms): New element for font-backend.
11827 (x_set_font_backend): New function.
11828
11829 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
11830 FontBackend frame parameter.
11831 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
11832 x_set_font_backend.
11833
11834 * xfont.c (xfont_list): Don't try listing by :name property if the
11835 name is not for XLFD.
11836
11837 2008-02-01 Kenichi Handa <handa@m17n.org>
11838
11839 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
11840 (LGLYPH_SET_TO): New macros.
11841 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
11842 element of G is vector or not.
11843 (font_at): Extern it.
11844
11845 * font.c: Include window.h.
11846 (font_lispy_object): New function.
11847 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
11848 end of valid glyph.
11849 (font_close_object): Fix getting (struct font *).
11850 (font_at): New function.
11851 (Ffont_get): If FONT is a font-object, get entity from it.
11852 (Ffont_make_gstring): Initialize elements of glyphs with nil.
11853 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
11854 range check.
11855 (Ffont_at): New function.
11856 (syms_of_font): Defsubr Sfont_at.
11857
11858 * xdisp.c (it_props): Move the entry for Qauto_composed to just
11859 before the entry for Qcomposition.
11860 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
11861 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
11862 the font in gstring.
11863 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
11864 LGLYPH_FORM (g) to detect the end of valid glyph.
11865 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
11866 we are composing with gstring.
11867
11868 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
11869 Check if adjustment is vector or not.
11870
11871 * Makefile.in (font.o): Make it depends on window.h.
11872
11873 2008-02-01 Kenichi Handa <handa@m17n.org>
11874
11875 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
11876 adjustment is vector or not.
11877
11878 2008-02-01 Miles Bader <miles@gnu.org>
11879
11880 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
11881
11882 2008-02-01 Kenichi Handa <handa@m17n.org>
11883
11884 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
11885 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
11886 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
11887
11888 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
11889 (DEVICE_DELTA): Fix typo.
11890 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
11891 LGLYPH format.
11892
11893 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
11894 the change of LGLYPH format.
11895
11896 2008-02-01 Kenichi Handa <handa@m17n.org>
11897
11898 * ftfont.c (ftfont_list): Fix typo.
11899 (ftfont_build_basic_charsets): Don't include letters with diacritics.
11900
11901 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
11902
11903 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
11904
11905 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
11906 xftface_info is non-NULL.
11907
11908 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
11909
11910 * ftfont.c (ftfont_list): Move misplaced #endif.
11911
11912 2008-02-01 Kenichi Handa <handa@m17n.org>
11913
11914 * ftfont.c (ftfont_list): Pay attention to the case that
11915 FC_CAPABILITY is not defined.
11916
11917 2008-02-01 Kenichi Handa <handa@m17n.org>
11918
11919 * xftfont.c (xftfont_open): Set charset related members to -1.
11920
11921 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
11922 QCname.
11923 (ftfont_open): Set charset related members to -1.
11924
11925 * fontset.c (Votf_script_alist): New variable.
11926 (syms_of_fontset): Initialize it.
11927 (fontset_font): Delete unused variable.
11928
11929 * fontset.h (Votf_script_alist): Extern it.
11930
11931 * font.c (font_find_for_lface): Optimize code.
11932
11933 * font.h (font_close_object, font_merge_old_spec): Extern them.
11934
11935 2008-02-01 Kenichi Handa <handa@m17n.org>
11936
11937 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
11938 (syms_of_font): Initialize them.
11939 (font_pixel_size): Allow float value in dpi.
11940 (font_prop_validate_type): Delete.
11941 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
11942 Change caller.
11943 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
11944 (font_prop_validate_extra): Delete.
11945 (font_prop_validate_spacing): New function.
11946 (font_property_table): Add elements for all known properties.
11947 (get_font_prop_index): Rename from check_font_prop_name. New
11948 argument FROM. Change caller.
11949 (font_prop_validate): Validate all known properties.
11950 (font_put_extra): Delete argument force. Change caller.
11951 (font_expand_wildcards): Make it static. Fix the way of shrinking
11952 the possible range.
11953 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
11954 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
11955 Change caller.
11956 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
11957 (font_parse_fcname): Delete argument merge. Fix parsing of point
11958 size. Don't validate properties values here. Change caller.
11959 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
11960 (font_open_by_name): Delete unused variable.
11961 (Ffont_spec): Likewise. Validate property values.
11962 (Ffont_match_p): New function.
11963
11964 * font.h (QCscalable): Extern it.
11965 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
11966
11967 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
11968
11969 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
11970 (xfont_list_pattern): New function.
11971 (xfont_list): Use xfont_list_pattern.
11972
11973 2008-02-01 Kenichi Handa <handa@m17n.org>
11974
11975 * font.h (Flist_fonts): EXFUN it.
11976
11977 2008-02-01 Jason Rumney <jasonr@gnu.org>
11978
11979 * w32term.c (w32_initialize): Add back smoothing_type and
11980 smoothing_enabled definitions.
11981
11982 2008-02-01 Kenichi Handa <handa@m17n.org>
11983
11984 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
11985 s->face->font on determining underline position.
11986
11987 2008-02-01 Kenichi Handa <handa@m17n.org>
11988
11989 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
11990 (font_has_char): Accept font-object too.
11991 (font_find_for_lface): Try at first with a size specified in face.
11992
11993 2008-02-01 Kenichi Handa <handa@m17n.org>
11994
11995 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
11996 font_open_by_name.
11997
11998 2008-02-01 Kenichi Handa <handa@m17n.org>
11999
12000 * font.h (QCspacing, QCdpi): Extern them.
12001 (enum font_spacing): New enum.
12002 (FONT_PIXEL_SIZE_QUANTUM): New macro.
12003
12004 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
12005 (QCspacing, QCdpi): New variables.
12006 (syms_of_font): Initialize them.
12007 (font_pixel_size): New function.
12008 (font_put_extra): New function.
12009 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
12010 in FONT_EXTRA.
12011 (font_parse_fcname): Handle enumerated values (e.g. bold).
12012 Fix handling font size. Add QCname property that contains only
12013 unknown properties.
12014 (font_score): Change argument. Change caller. Pay attention to
12015 FONT_PIXEL_SIZE_QUANTUM.
12016 (font_sort_entites, font_list_entities, font_find_for_lface)
12017 (font_open_for_lface, font_open_by_name): Fix handling of font size.
12018 (Ffont_spec): Add QCname property that contains only unknown properties.
12019
12020 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
12021 include weight in listing pattern, instead check weight of each
12022 listed font. Don't include scalable in pattern. Pay attention to
12023 FONT_PIXEL_SIZE_QUANTUM.
12024
12025 2008-02-01 Kenichi Handa <handa@m17n.org>
12026
12027 * font.c (font_parse_fcname): Fix parsing of point-size.
12028 (font_unparse_fcname): Produce symbolic names for style properties.
12029 (font_list_entities): Handle float size correctly.
12030 (font_open_by_name): Prefer `normal' property values if the name
12031 doesn't specify them.
12032
12033 * fontset.c (Finternal_char_font): Use font_get_name, not
12034 Ffont_xlfd_name.
12035
12036 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
12037 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
12038 pattern. Don't force scalable.
12039
12040 * xftfont.c (xftfont_open): For generating a name, start from
12041 96-byte buffer.
12042
12043 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
12044
12045 * frame.h (x_new_fontset2): Fix prototype.
12046
12047 2008-02-01 Kenichi Handa <handa@m17n.org>
12048
12049 * font.h (struct font_driver): Delete member parse_name.
12050 (font_match_p, font_get_spec, font_parse_fcname)
12051 (font_unparse_fcname): Extern them.
12052 (font_get_name): Adjust prototype.
12053
12054 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
12055 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
12056 (font_expand_wildcards): Fix handling ENCODING field. Avoid
12057 unnecessary checks for weight, slant, and swidth.
12058 (font_parse_fcname): New function.
12059 (font_unparse_fcname): New function.
12060 (font_parse_name): New function.
12061 (font_match_p): New function.
12062 (font_get_name): Change return value to Lisp string.
12063 (font_get_spec): New function.
12064 (Qunspecified, Qignore_defface): Don't extern them.
12065 (font_find_for_lface): Assume that LFACE is fully specified.
12066 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
12067 object, use it for FACE.
12068 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
12069 driver->parse_name.
12070 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
12071
12072 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
12073 prototype.
12074
12075 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
12076 argument F. Don't call Fnew_fontset. Instead, directly call
12077 make_fontset.
12078
12079 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
12080
12081 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
12082 of x_new_fontset2.
12083
12084 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
12085 (Qsans__serif): New variables.
12086 (ftfont_generic_family_list): New variable.
12087 (syms_of_ftfont): Initialize the above variables.
12088 (ftfont_pattern_entity): Delete argument NAME.
12089 (ftfont_list_generic_family): New function.
12090 (ftfont_parse_name): Delete this function.
12091 (ftfont_list): Try generic family only when FcFontList found no font.
12092 (ftfont_list_family): Fix args to FcObjectSetBuild.
12093
12094 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
12095 object in attrs[LFACE_FONT_INDEX].
12096 (set_lface_from_font_name): Cancel all changes for font-backend.
12097 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
12098 function.
12099 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
12100 font object in QCfont attribute.
12101 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
12102 (realize_default_face) [USE_FONT_BACKEND]: Call
12103 set_lface_from_font_and_fontset.
12104
12105 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
12106 "fixed", and signal error here if no suitable font was found.
12107
12108 * xfont.c (xfont_parse_name): Delete this function.
12109
12110 * xftfont.c (xftfont_open): Change coding style of error
12111 handling. Generate fontconfig's fontname pattern.
12112
12113 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
12114 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
12115
12116 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
12117 Both args FONTSET and FONT_OBJECT must be existing ones.
12118
12119 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12120
12121 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
12122
12123 2008-02-01 Kenichi Handa <handa@m17n.org>
12124
12125 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
12126
12127 * font.h (struct font): Fix typo.
12128
12129 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
12130 XLFD_XXX_INDEX.
12131 (enum xlfd_field_mask): New enum.
12132 (intern_font_field): Changed argument. Change caller. If digits
12133 are followed by non-digits, return a symbol.
12134 (font_expand_wildcards): New function.
12135 (font_parse_xlfd): Fix wildcard handling.
12136 (Ffont_spec): If :name is specified, reflect the info in the other
12137 properties.
12138
12139 * ftfont.c (ftfont_pattern_entity): Fix typo.
12140 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
12141 locale.
12142
12143 2008-02-01 Kenichi Handa <handa@m17n.org>
12144
12145 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
12146
12147 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
12148 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
12149 registry doesn't specify encoding part.
12150 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
12151 (font_open_by_name): At first try parsing the name.
12152 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
12153 as Lisp symbols.
12154
12155 * fontset.c (reorder_font_vector): Pay attention to the case that
12156 the 3rd element of font_def is nil.
12157 (fontset_font): For the default fontset, append one more fontset
12158 elements for a script-based font specification. Don't add script
12159 attribute on finding a font.
12160 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
12161 font name.
12162 (fontset_ascii_font): If a font can't be opened, return nil.
12163
12164 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
12165 (ftfont_pattern_entity): New function.
12166 (ftfont_get_cache): Assume that freetype_font_cache is already
12167 initialized.
12168 (ftfont_list): Handle the case that a file is specified in font
12169 name. Use ftfont_pattern_entity to generate entities.
12170 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
12171 (syms_of_ftfont): Initialize freetype_font_cache.
12172
12173 * xftfont.c (xftfont_open): Make the font name fontconfig's
12174 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
12175 (xftfont_close): Free font->font.name if not NULL.
12176
12177 * xfont.c (xfont_list): If script is specified for a font, return
12178 null_vector.
12179 (xfont_list_family): Declare argument type.
12180
12181 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
12182 name, set LFACE_FONT (lface) to nil.
12183
12184 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
12185 return Qnil.
12186
12187 2008-02-01 Kenichi Handa <handa@m17n.org>
12188
12189 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
12190 (standard_args): Add "-enable-font-backend".
12191
12192 2008-02-01 Kenichi Handa <handa@m17n.org>
12193
12194 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
12195 (struct xftdraw_list, xftdraw_list): Delete them.
12196 (register_xftdraw, check_xftdraw): Delete them.
12197 (xftfont_prepare_face): Don't call register_xftdraw.
12198 (xftfont_done_face): Don't call check_xftdraw.
12199 (xftfont_draw): Get background color only when with_background is
12200 nonzero.
12201
12202 * xfont.c (xfont_encode_char): Fix calculation of char2b.
12203
12204 2008-02-01 Kenichi Handa <handa@m17n.org>
12205
12206 These changes are for the new font handling codes.
12207
12208 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
12209 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
12210 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
12211 (FONTSRC, FONTOBJ): New variables.
12212 (obj): Add $(FONTOBJ).
12213 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
12214 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
12215 @LIBOTF_LIBS@.
12216 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
12217 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
12218
12219 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
12220
12221 * character.h (Vscript_representative_chars): Extern it.
12222
12223 * character.c (Vscript_representative_chars): New variable.
12224 (syms_of_character): Declare it as a Lisp variable.
12225
12226 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
12227 enable_font_backend is nonzero, accept the composition method
12228 COMPOSITION_WITH_GLYPH_STRING.
12229
12230 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
12231 enumeration COMPOSITION_WITH_GLYPH_STRING.
12232
12233 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
12234 members clip_x, clip_y, clip_width, and clip_height.
12235 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
12236
12237 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
12238 --enable-font-backend. Call syms_of_font.
12239
12240 * fns.c (assoc_no_quit): New function.
12241
12242 * fontset.h (FONT_INFO_FROM_FACE): New macro.
12243 (face_for_font, new_fontset_from_font)
12244 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
12245
12246 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
12247 (fontset_font, fontset_ascii, face_for_char)
12248 (make_fontset_for_ascii_face, Ffont_info)
12249 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
12250 is nonzero, use font-backend mechanism.
12251 (find_font_encoding): Make it non-static.
12252 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
12253 New functions.
12254
12255 * frame.h (struct frame): New members resx and resy.
12256 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
12257 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
12258
12259 * frame.c [USE_FONT_BACKEND]: Include "font.h".
12260 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
12261
12262 * lisp.h (assoc_no_quit): Extern it.
12263
12264 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
12265 Through out the file, use FONT_INFO_FROM_FACE instead of
12266 FONT_INFO_FROM_ID, use get_per_char_metric instead of
12267 rif->per_char_metric.
12268 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
12269 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
12270 (get_glyph_face_and_encoding, fill_composite_glyph_string)
12271 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
12272 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
12273 nonzero, use font-backend mechanism.
12274 (get_per_char_metric): New function.
12275
12276 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
12277 (set_lface_from_font_name)
12278 (set_font_frame_param, free_realized_face)
12279 (prepare_face_for_display, clear_face_gcs)
12280 (Finternal_set_font_selection_order, realize_x_face)
12281 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
12282 font-backend mechanism.
12283 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
12284 (load_face_font) [USE_FONT_BACKEND]: Abort.
12285 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
12286 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
12287
12288 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
12289 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
12290 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
12291 nonzero, register all available font drivers. Call
12292 x_default_font_parameter for deciding a font.
12293 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
12294
12295 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
12296 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
12297 (x_set_glyph_string_clipping_exactly)
12298 (x_compute_glyph_string_overhangs)
12299 (x_draw_glyph_string_foreground)
12300 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
12301 (x_free_frame_resources) [USE_FONT_BACKEND]: If
12302 enable_font_backend is nonzero, use font-backend mechanism.
12303 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
12304
12305 2008-02-01 Kenichi Handa <handa@m17n.org>
12306
12307 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
12308 system_eol_type.
12309 (syms_of_coding): Initialize system_eol_type.
12310
12311 * process.c (Fset_process_coding_system): Inherit system's eol
12312 format if necessary.
12313
12314 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12315
12316 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
12317
12318 2008-02-01 Kenichi Handa <handa@m17n.org>
12319
12320 * coding.c (decode_eol): Pay attention to buffer relocation in
12321 del_range_2.
12322 (decode_coding): Call decode_eol before restoring undo_list.
12323
12324 2008-02-01 Kenichi Handa <handa@m17n.org>
12325
12326 * charset.c (Fdefine_charset_internal): Fix setting of
12327 emacs_mule_bytes.
12328
12329 2008-02-01 Kenichi Handa <handa@m17n.org>
12330
12331 * keyboard.c (read_char): Check if C is a character or not before
12332 looking up Vkeyboard_translate_table.
12333
12334 2008-02-01 Kenichi Handa <handa@m17n.org>
12335
12336 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
12337 condition to terminate the loop.
12338
12339 2008-02-01 Kenichi Handa <handa@m17n.org>
12340
12341 * coding.c (produce_composition): Compare charbuf[i] instead of
12342 args[i] against 0.
12343 (Fterminal_coding_system): Use EQ to compare Lisp objects.
12344
12345 2008-02-01 Kenichi Handa <handa@m17n.org>
12346
12347 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
12348 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
12349 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
12350 detect_coding.
12351 (emacs_mule_char): Handle old style (Emacs 20) component character
12352 of a composition.
12353 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
12354 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
12355 composition rule.
12356 (decode_coding_emacs_mule): Handle invalid bytes correctly.
12357
12358 2008-02-01 Kenichi Handa <handa@m17n.org>
12359
12360 * coding.c (encode_coding_ccl): Allocate destination dynamically
12361 when necessary.
12362
12363 2008-02-01 Kenichi Handa <handa@m17n.org>
12364
12365 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
12366 the loop. When quitted, show a proper error message.
12367
12368 2008-02-01 Kenichi Handa <handa@m17n.org>
12369
12370 * xterm.c (x_set_glyph_string_clipping_exactly): Set
12371 src->clip_head and src->clip_tail temporarily instead of src->hl.
12372
12373 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
12374 character sequence.
12375 (Fccl_execute_on_string): Use ASET, not XSET.
12376
12377 2008-02-01 Kenichi Handa <handa@m17n.org>
12378
12379 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
12380
12381 2008-02-01 Kenichi Handa <handa@m17n.org>
12382
12383 * coding.c (decode_coding): Fix the condition of terminating the
12384 decoding loop.
12385
12386 2008-02-01 Kenichi Handa <handa@m17n.org>
12387
12388 * data.c (Faset): On setting a character bigger than 255 in a
12389 unibyte string, signal an error instead of make the string multibyte.
12390
12391 2008-02-01 Kenichi Handa <handa@m17n.org>
12392
12393 * charset.c (map_charset_chars): Fix for ascii-compatible charset
12394 made by a mapping table.
12395
12396 2008-02-01 Kenichi Handa <handa@m17n.org>
12397
12398 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
12399 not.
12400 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
12401 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
12402
12403 * xterm.c (x_draw_composite_glyph_string_foreground): Check
12404 s->face is NULL or not.
12405
12406 2008-02-01 Kenichi Handa <handa@m17n.org>
12407
12408 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
12409 (x_draw_glyph_string): Fix drawing of right_overhang and
12410 left_overhang around/on cursor.
12411
12412 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
12413
12414 2008-02-01 Kenichi Handa <handa@m17n.org>
12415
12416 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
12417
12418 2008-02-01 Kenichi Handa <handa@m17n.org>
12419
12420 * coding.c (Fdefine_coding_system_internal)
12421 (Fdefine_coding_system_alias): Avoid a duplicated element in
12422 Vcoding_system_alist.
12423
12424 2008-02-01 Kenichi Handa <handa@m17n.org>
12425
12426 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
12427
12428 * coding.c (Qcoding_system_define_form): New variable.
12429 (syms_of_coding): Intern and staticpro it.
12430 (Fcoding_system_p): Check Qcoding_system_define_form.
12431 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
12432
12433 * coding.h (CODING_SYSTEM_P): If ID is not available, call
12434 Fcoding_system_p.
12435 (CHECK_CODING_SYSTEM): If ID is not available, call
12436 Fcheck_coding_system.
12437 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
12438 Try also Fcheck_coding_system.
12439
12440 2008-02-01 Kenichi Handa <handa@m17n.org>
12441
12442 * coding.c (code_conversion_restore): GCPRO arg.
12443
12444 2008-02-01 Kenichi Handa <handa@m17n.org>
12445
12446 * character.c (lisp_string_width): Check multibyteness of STRING.
12447
12448 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12449
12450 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
12451 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
12452 (decode_mac_font_name): Use decode_coding_c_string instead of
12453 decode_coding.
12454 (x_load_font): Initialize fontp->fontset to -1. Set
12455 fontp->encoding_type.
12456
12457 2008-02-01 Kenichi Handa <handa@m17n.org>
12458
12459 * search.c (search_buffer): Give up BM search on case-fold-search
12460 if one of a target character has a case-equivalence of different
12461 byte length even if that target charcter is an ASCII.
12462 (simple_search): Fix calculation of byte length of matched text.
12463 (boyer_moore): Fix handling of case-equivalent multibyte characters.
12464
12465 2008-02-01 Kenichi Handa <handa@m17n.org>
12466
12467 * coding.c (decode_coding): Fix handling of invalid bytes.
12468
12469 2008-02-01 Kenichi Handa <handa@m17n.org>
12470
12471 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
12472 Unicode characters.
12473
12474 2008-02-01 Kenichi Handa <handa@m17n.org>
12475
12476 * coding.c (encode_coding_object): If a pre-write-conversion
12477 function makes a new buffer, kill it.
12478
12479 2008-02-01 Kenichi Handa <handa@m17n.org>
12480
12481 * coding.c (QCascii_compatible_p): New variable.
12482 (syms_of_coding): Initialize it.
12483 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
12484 calling string_char.
12485 (record_conversion_result): Add `default:' case.
12486 (coding_charset_list): Delete unused variable `coding_type'.
12487 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
12488 property in the plist of the coding system.
12489 (Fcoding_system_put): Check QCascii_compatible_p.
12490
12491 2008-02-01 Miles Bader <miles@gnu.org>
12492
12493 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
12494 removed calculation of frame `f', as it's now used.
12495
12496 2008-02-01 Kenichi Handa <handa@m17n.org>
12497
12498 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
12499 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
12500 (UNIDATA): New variable.
12501 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
12502 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
12503 $(RUN_TEMACS) unconditionally.
12504
12505 2008-02-01 Kenichi Handa <handa@m17n.org>
12506
12507 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
12508 (admindir): New variable.
12509 ($(lispsource)international/charprop.el): New target.
12510
12511 2008-02-01 Miles Bader <miles@gnu.org>
12512
12513 * character.c (chars-in-region): Remove obsolete function.
12514 (syms_of_character): Remove its initialization.
12515
12516 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
12517
12518 * w32select.c (validate_coding_system)
12519 (setup_windows_coding_system): New functions.
12520 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
12521 setup_windows_coding_system.
12522 (setup_config, Fw32_get_clipboard_data): Use
12523 validate_coding_system.
12524 (Fx_selection_exists): Move call to setup_config to a place
12525 where signals are allowed.
12526
12527 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
12528 (Fcheck_coding_system): Add declarations.
12529
12530 2008-02-01 Kenichi Handa <handa@m17n.org>
12531
12532 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
12533
12534 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12535
12536 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
12537 string as the second argument for x_new_fontset.
12538
12539 2008-02-01 Kenichi Handa <handa@m17n.org>
12540
12541 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
12542 (encode_coding_object): Use safe_call instead of call2.
12543
12544 2008-02-01 Kenichi Handa <handa@m17n.org>
12545
12546 * fontset.c (Fset_fontset_font): Check family element of a given vector.
12547
12548 * Makefile.in (lisp): Include charprop.el.
12549
12550 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12551
12552 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
12553 Not sure if it's unnecessary.
12554
12555 2008-02-01 Steven Tamm <steventamm@mac.com>
12556
12557 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
12558 some possibly unnecessary fontset checking code that crashed
12559 when creating a new frame.
12560
12561 2008-02-01 Kenichi Handa <handa@m17n.org>
12562
12563 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
12564 lookup_face.
12565
12566 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
12567
12568 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
12569
12570 2008-02-01 Kenichi Handa <handa@m17n.org>
12571
12572 * coding.c: Cancel the change done in HEAD on 2008-02-01.
12573 (coding_charset_list): New function.
12574
12575 * coding.h (coding_charset_list): Extern it.
12576
12577 2008-02-01 Kenichi Handa <handa@m17n.org>
12578
12579 * fontset.c (Fset_fontset_font): Call find_font_encoding with
12580 concatenation of family and registry.
12581
12582 2008-02-01 Kenichi Handa <handa@m17n.org>
12583
12584 * character.h (BYTE8_STRING): Fix typo.
12585
12586 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
12587 string to multibyte (sync to HEAD).
12588
12589 * casefiddle.c (casify_region): Handle changes in byte-length
12590 using replace_range_2 (sync to HEAD).
12591
12592 2008-02-01 Andreas Schwab <schwab@suse.de>
12593
12594 * chartab.c (map_char_table): GCPRO table and arg.
12595
12596 2008-02-01 Kenichi Handa <handa@m17n.org>
12597
12598 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
12599 already at limit.
12600
12601 2008-02-01 Kenichi Handa <handa@m17n.org>
12602
12603 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
12604 instead of fast_c_string_match_ignore_case.
12605 (find_font_encoding): Change argument to Lisp_Object. Use
12606 fast_string_match_ignore_case instead of
12607 fast_c_string_match_ignore_case. Change caller.
12608
12609 2008-02-01 Kenichi Handa <handa@m17n.org>
12610
12611 * xdisp.c (get_next_display_element): In unibyte case, decide to
12612 display in octal form by checking a character by
12613 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
12614
12615 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
12616
12617 * character.c (unibyte_has_multibyte_table): New variable.
12618
12619 * character.h (unibyte_has_multibyte_table): Extern it.
12620 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
12621
12622 2008-02-01 Kenichi Handa <handa@m17n.org>
12623
12624 * coding.c (encode_coding_iso_2022): Fix handling of charset
12625 annotation.
12626
12627 2008-02-01 Kenichi Handa <handa@m17n.org>
12628
12629 * coding.c (setup_coding_system): If coding_system is nil, use
12630 Qundecided.
12631 (Fterminal_coding_system): Return nil if terminal coding system is
12632 `undecided'.
12633 (syms_of_coding): Define coding-system `undecided' here. Setup
12634 terminal_coding as `undecided'.
12635
12636 2008-02-01 Kenichi Handa <handa@m17n.org>
12637
12638 * xdisp.c (message_dolog, set_message_1): Call
12639 unibyte_char_to_multibyte with arg type int.
12640
12641 * lread.c (read1): Fix reading of a char-table.
12642
12643 * print.c (print_object): Include sub char-table in circularities
12644 detection.
12645
12646 2008-02-01 Kenichi Handa <handa@m17n.org>
12647
12648 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
12649 Append the found sequences in car of ARGS instead of prepending.
12650
12651 2008-02-01 Kenichi Handa <handa@m17n.org>
12652
12653 * fileio.c (report_file_error): Make a unibyte string from
12654 strerror (errorno).
12655 (Fsubstitute_in_file_name): Fix the arg to
12656 unibyte_char_to_multibyte. It is evaluated twice.
12657
12658 2008-02-01 Kenichi Handa <handa@m17n.org>
12659
12660 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
12661
12662 2008-02-01 Kenichi Handa <handa@m17n.org>
12663
12664 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
12665 BOM is not found.
12666 (detect_coding, detect_coding_system): Optimization for ISO-2022
12667 when no 8-bit data is found.
12668
12669 2008-02-01 Jason Rumney <jasonr@gnu.org>
12670
12671 * w32fns.c (x_to_w32_font): Update to use new coding struct.
12672
12673 2008-02-01 Kenichi Handa <handa@m17n.org>
12674
12675 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
12676 CHARS.
12677
12678 2008-02-01 Steven Tamm <steventamm@mac.com>
12679
12680 * macterm.c (mac_encode_char): Add charset argument and update
12681 to use encoding_type.
12682 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
12683 switch to pure fontset.
12684 (decode_mac_font_name): Temporarily remove decoding.
12685 (x_font_name_to_mac_font_name): Temporarily remove encoding.
12686 (x_load_font): Temporarily remove encoding.
12687
12688 2008-02-01 Kenichi Handa <handa@m17n.org>
12689
12690 * xfaces.c (Fface_font): If frame is not on a window system,
12691 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
12692 refer to face->font.
12693 (split_font_name_into_vector, build_font_name_from_vector)
12694 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
12695 when HAVE_WINDOW_SYSTEM is defined.
12696
12697 2008-02-01 Kenichi Handa <handa@m17n.org>
12698
12699 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
12700 (x_produce_glyphs): Fix setting of members of cmp in case
12701 cmp->glyph_len is zero.
12702
12703 * fontset.c (Fset_fontset_font): Fix docstring.
12704 (Ffontset_info): Make it backward compatible. New arg ALL.
12705
12706 2008-02-01 Kim F. Storm <storm@cua.dk>
12707
12708 * process.c (read_process_output): Grow decoding_buf when needed;
12709 this could cause a crash in allocate_string and compact_small_strings.
12710
12711 2008-02-01 Kenichi Handa <handa@m17n.org>
12712
12713 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
12714
12715 2008-02-01 Kenichi Handa <handa@m17n.org>
12716
12717 * coding.c (setup_coding_system): Set coding->common_flags
12718 correctly for raw-text.
12719 (consume_chars): On encoding unibyte text by raw-text, don't check
12720 multibyte form.
12721 (encode_coding): On encoding by raw-text, never use translation tables.
12722
12723 * fileio.c (e_write): Short cut for the case of no encoding.
12724
12725 2008-02-01 Kenichi Handa <handa@m17n.org>
12726
12727 * coding.c (detect_coding, detect_coding_system): Delete unused
12728 variables.
12729
12730 2008-02-01 Kenichi Handa <handa@m17n.org>
12731
12732 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
12733 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
12734
12735 2008-02-01 Kenichi Handa <handa@m17n.org>
12736
12737 * coding.c (Ffind_coding_systems_region_internal): Include
12738 raw-text and no-conversion in the result.
12739
12740 2008-02-01 Kenichi Handa <handa@m17n.org>
12741
12742 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
12743 (load_font_get_repertory): Delete unnecessary check of ENCODING of
12744 FONT_DEF.
12745 (font_def_arg, add_arg, from_arg, to_arg): New args.
12746 (set_fontset_font): Change argument.
12747 (Fset_fontset_font): Fix for the case that TARGET is a script
12748 name and charset name.
12749 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
12750
12751 2008-02-01 Kenichi Handa <handa@m17n.org>
12752
12753 * fontset.c (fontset_font): Rename from fontset_face. Change return
12754 value.
12755 (face_suitable_for_char_p, face_for_char): Adjust for the change
12756 of fontset_font.
12757 (make_fontset_for_ascii_face): Fix setting of the fontset element
12758 for ASCII.
12759 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
12760 to get a font name.
12761 (Ffontset_info): Adjust for the change of fontset_font.
12762
12763 * coding.c (emacs_mule_char): Check invalid code more rigidly.
12764
12765 * character.h (LEADING_CODE_LATIN_1_MIN)
12766 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
12767
12768 2008-02-01 Kenichi Handa <handa@m17n.org>
12769
12770 * editfns.c (check_translation): New function.
12771 (Ftranslate_region_internal): Handle M:N mapping.
12772
12773 2008-02-01 Kenichi Handa <handa@m17n.org>
12774
12775 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
12776
12777 2008-02-01 Kenichi Handa <handa@m17n.org>
12778
12779 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
12780 goto invalid_code.
12781 (decode_coding_iso_2022): Fix handling of invalid designation.
12782
12783 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
12784 after calling code_conversion_save.
12785
12786 2008-02-01 Kenichi Handa <handa@m17n.org>
12787
12788 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
12789
12790 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
12791
12792 * fontset.c: Include "intervals.h".
12793 (fontset_face): Fix comparing of Lisp_Objects.
12794 (free_face_fontset, new_fontset_from_font_name): Fix
12795 Lisp_Object/int mixup.
12796
12797 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
12798
12799 * coding.c: Add many prototypes for static functions.
12800 (get_translation_table): Allow max_lookup to be NULL.
12801 (decode_coding, Ffind_coding_systems_region_internal)
12802 (Funencodable_char_position, Fcheck_coding_systems_region): Call
12803 get_translation_table with max_lookup NULL.
12804
12805 2008-02-01 Kenichi Handa <handa@m17n.org>
12806
12807 * coding.c (get_translation_table): Declare it as Lisp_Object.
12808 (LOOKUP_TRANSLATION_TABLE): New macro.
12809 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
12810 instead of CHAR_TABLE_REF.
12811
12812 2008-02-01 Kenichi Handa <handa@m17n.org>
12813
12814 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
12815 annotation data format.
12816 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
12817 Change arguments FROM and TO to single argument NCHARS. Change caller.
12818 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
12819 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12820 (decode_coding_ccl, decode_coding_charset): Pay attention to
12821 coding->charbuf_used.
12822 (get_translation): New function.
12823 (produce_chars): New arguments translation_table and last_block.
12824 Translate characters here. Return number of carryover chars.
12825 Change caller.
12826 (produce_composition): New argument pos. Change caller.
12827 Adjust for the change of annotation data format.
12828 (produce_charset, produce_annotation): Likewise.
12829 (decode_coding, encode_coding): Don't call translate_chars.
12830 (consume_chars): New arg translation_table. Change caller.
12831 (translate_chars): Delete.
12832 (syms_of_coding): Make translation-table's number of extra slots 2.
12833
12834 2008-02-01 Kenichi Handa <handa@m17n.org>
12835
12836 * search.c (simple_search): Fix setting this_pos_byte in backward
12837 search.
12838
12839 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
12840 byte sequence.
12841 (detect_coding_ccl): Fix setting of the variable valids.
12842
12843 2008-02-01 Kenichi Handa <handa@m17n.org>
12844
12845 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
12846
12847 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
12848
12849 * editfns.c (Ftranslate_region_internal): Rename from
12850 Ftranslate_region. Accept a char-table in TABLE.
12851 (syms_of_editfns): Defsubr Stranslate_region_internal.
12852
12853 * xfaces.c (set_lface_from_font_name): If a font is specified for
12854 a frame, generate a fontset from the font.
12855 (build_scalable_font_name): If the scalable font is requested for
12856 a specific size, don't change that size.
12857 (try_font_list): Try a scalable font also in the case that a
12858 pattern string is specified.
12859
12860 2008-02-01 Kenichi Handa <handa@m17n.org>
12861
12862 * xfaces.c (Fface_font): New optional arg CHARACTER.
12863
12864 2008-02-01 Kenichi Handa <handa@m17n.org>
12865
12866 * charset.h (CHARSET_OFFSET): New macro.
12867
12868 2008-02-01 Kenichi Handa <handa@m17n.org>
12869
12870 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
12871
12872 * fontset.c (fontset_face): Handle the case that repertory is a
12873 char-table.
12874 (find_font_encoding): Return nil for unknown encoding.
12875 (Fset_fontset_font): Ignore a font of unknown encoding.
12876
12877 2008-02-01 Kenichi Handa <handa@m17n.org>
12878
12879 * keymap.c (describe_vector): Handle default value of a char table.
12880
12881 * fontset.c (fontset_face): Handle fallback fonts correctly.
12882 (Ffontset_info): Return infomation about fallback fonts.
12883
12884 2008-02-01 Kenichi Handa <handa@m17n.org>
12885
12886 * fontset.c (FONTSET_DEFAULT): New macro.
12887 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
12888 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
12889 the case that it is nil.
12890 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
12891 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
12892
12893 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
12894 subset or superset.
12895
12896 2008-02-01 Kenichi Handa <handa@m17n.org>
12897
12898 * emacs.c (main): Call init_charset after syms_of_XXX.
12899
12900 * charset.c (Vcharset_map_directory): Delete.
12901 (Vcharset_map_path): New variable.
12902 (load_charset_map_from_file): Use Vcharset_map_path instead.
12903 (init_charset): Initialize Vcharset_map_path.
12904 (syms_of_charset): Delete declaration of "charset-map-directory",
12905 add declaration of "charset-map-path".
12906
12907 2008-02-01 Kenichi Handa <handa@m17n.org>
12908
12909 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
12910 ASCII only string.
12911
12912 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
12913
12914 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
12915 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
12916
12917 2008-02-01 Kenichi Handa <handa@m17n.org>
12918
12919 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
12920
12921 * coding.c (QCmnemonic, QCdefalut_char)
12922 (QCdecode_translation_table, QCencode_translation_table)
12923 (QCpost_read_conversion, QCpre_write_conversion): New variables.
12924 (get_translation_table): Return a list of translation tables if
12925 necessary.
12926 (decode_coding): Call get_translation_table with ENCODEP 0.
12927 (char_encodable_p): If translation_table is non-nil, always call
12928 translate_char.
12929 (Fdefine_coding_system_internal): Accept list of translation
12930 tables as :encode-translation-table and :decode-translation-table.
12931 (Fcoding_system_put): New function.
12932 (syms_of_coding): Declare new symbols. Defsubr
12933 Scoding_system_put.
12934 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
12935 typically JISX0212.
12936
12937 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
12938 when the charset is superset type.
12939
12940 * character.c (translate_char): Accept list of translation tables.
12941
12942 2008-02-01 Kenichi Handa <handa@m17n.org>
12943
12944 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
12945 (CODING_ATTR_TRANS_TBL): New macro.
12946
12947 * coding.c (get_translation_table): New function.
12948 (translate_chars): Fix the bug of skipping annotation data.
12949 (decode_coding, encode_coding): Utilize get_translation_table.
12950 (char_encodable_p, Funencodable_char_position): Translate char if
12951 necessary.
12952 (Ffind_coding_systems_region_internal)
12953 (Fcheck_coding_systems_region): Setup translation table for encode
12954 in a coding system attribute vector in advance.
12955 (Fdefine_coding_system_internal): Allow a symbol as translation
12956 table. For shift-jis type coding system, allow 4th charset.
12957
12958 2008-02-01 Kenichi Handa <handa@m17n.org>
12959
12960 * coding.c (decode_coding_sjis): Check the first byte rigidly.
12961
12962 * xdisp.c (get_next_display_element): Pass -1 as POS to
12963 FACE_FOR_CHAR if displaying a C-string.
12964
12965 2008-02-01 Kenichi Handa <handa@m17n.org>
12966
12967 * composite.c (get_composition_id): Handle xoff and yoff in a
12968 composition rule.
12969
12970 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
12971 (struct composition): New member lbearing and rbearing.
12972
12973 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
12974 (x_get_glyph_overhangs): Handle a composition glyph.
12975 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
12976
12977 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
12978 composition glyph.
12979
12980 2008-02-01 Kenichi Handa <handa@m17n.org>
12981
12982 * print.c: Include charset.h.
12983 (Vprint_charset_text_property): New variable.
12984 (Qdefault): Extern it.
12985 (PRINT_STRING_NON_CHARSET_FOUND)
12986 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
12987 (print_check_string_result): New variable.
12988 (print_check_string_charset_prop): New function.
12989 (print_prune_charset_plist): New variable.
12990 (print_prune_string_charset): New function.
12991 (print_object): Call print_prune_string_charset if
12992 Vprint_charset_text_property is not t.
12993 (print_interval): Print nothing if interval->plist is nil.
12994 (syms_of_print): Declare Vprint_charset_text_property as a lisp
12995 variable. Init and staticpro print_prune_charset_plist.
12996
12997 2008-02-01 Kenichi Handa <handa@m17n.org>
12998
12999 * fontset.c (new_fontset_from_font_name): Use the specified font
13000 for all characters in the new fontset.
13001
13002 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
13003 OBJECT args.
13004
13005 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
13006 OBJECT args for composition too.
13007
13008 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
13009 OBJECT args.
13010
13011 2008-02-01 Kenichi Handa <handa@m17n.org>
13012
13013 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
13014
13015 * fontset.c (reorder_font_vector): Adjust for the change of
13016 FONT_DEF format.
13017 (fontset_face): New arg id. Change caller.
13018 (face_for_char): New args pos and object.
13019 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
13020 (fs_query_fontset): Check NAME by Fassoc too.
13021 (Fset_fontset_font): Allow non-XLFD font name.
13022 (Ffontset_info): Adjust for the change of FONT_DEF format.
13023
13024 * fontset.h (face_for_char): Adjust prototype.
13025
13026 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
13027 (append_space, extend_face_to_end_of_line)
13028 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
13029 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
13030
13031 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
13032 POS and OBJECT args.
13033
13034 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
13035 POS and OBJECT args.
13036
13037 2008-02-01 Jason Rumney <jasonr@gnu.org>
13038
13039 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
13040 of GlobalAlloc'ed memory.
13041
13042 2008-02-01 Kenichi Handa <handa@m17n.org>
13043
13044 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
13045
13046 * charset.h (charset_table_used): Delete extern.
13047
13048 * charset.c (charset_table_used): Make it static.
13049 (map_charset_chars): Fix args to c_function with.
13050
13051 * chartab.c (map_sub_char_table_for_charset): Fix args to
13052 c_function with.
13053
13054 * coding.h (enum coding_result_code): Delete
13055 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
13056
13057 * coding.c (Qinsufficient_source, Qinconsistent_eol)
13058 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
13059 (Vlast_code_conversion_error): New variables.
13060 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
13061 (ONE_MORE_BYTE): Record error if any instead of signaling an
13062 error. If non-ASCII multibyte char is found, return the negative
13063 value of the code. All callers changed to check it.
13064 (ONE_MORE_BYTE_NO_CHECK): Likewise.
13065 (record_conversion_result): New function. Change all codes setting
13066 coding->result to call this function.
13067 (detect_coding_utf_8, decode_coding_utf_8)
13068 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
13069 Don't use the local variable incomplete.
13070 (emacs_mule_char): Change the second arg to `const'.
13071 (decode_coding): Fix of flushing out unprocessed data.
13072 (make_conversion_work_buffer): Fix making of a work buffer.
13073 (decode_coding_object): Return coding->dst_object.
13074
13075 * fontset.c (set_fontset_font): Fix args.
13076
13077 * lisp.h (CHARACTERBITS): Define as 22.
13078
13079 * process.c (send_process): Be sure to set coding->src_multibyte.
13080
13081 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
13082
13083 2008-02-01 Kenichi Handa <handa@m17n.org>
13084
13085 * xdisp.c (handle_auto_composed_prop): Give limit to
13086 Fnext_single_char_property_change.
13087
13088 2008-02-01 Kenichi Handa <handa@m17n.org>
13089
13090 * composite.c (syms_of_composite): Don't make the composition hash
13091 table weak.
13092
13093 * fontset.c (Fset_fontset_font): Fix docstring.
13094
13095 * lisp.h (detect_coding_system): Adjust prototype.
13096
13097 * fileio.c (kill_workbuf_unwind): Delete this function.
13098 (Finsert_file_contents): Adjust the call of detect_coding_system.
13099 Get conversion_buffer by code_conversion_save. Use the macro
13100 CODING_MAY_REQUIRE_DECODING. After decoding, update
13101 coding_system.
13102
13103 * coding.h (make_conversion_work_buffer): Delete extern.
13104 (code_conversion_save): Extern it.
13105
13106 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
13107 (CODING_GET_INFO): Delete argument eol_type. Change callers.
13108 (decode_coding_utf_8): Don't do eol converion.
13109 (detect_coding_utf_16): Check coding->src_chars, not
13110 coding->src_bytes. Add heuristics for those that have no signature.
13111 (decode_coding_emacs_mule, decode_coding_iso_2022)
13112 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
13113 Don't do eol converion.
13114 (adjust_coding_eol_type): Return a new coding system.
13115 (detect_coding): Don't detect eol. Fix for utf-16 detection.
13116 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
13117 each change.
13118 (decode_coding): Pay attention to undo_list. Do eol conversion for
13119 all types of coding-systems (if necessary).
13120 (Vcode_conversion_work_buf_list): Delete it.
13121 (Vcode_conversion_reused_workbuf): Rename from
13122 Vcode_conversion_reused_work_buf.
13123 (Vcode_conversion_workbuf_name): New variable.
13124 (reused_workbuf_in_use): New variable.
13125 (make_conversion_work_buffer): Delete the arg DEPTH.
13126 (code_conversion_restore): Change argument to cons.
13127 (code_conversion_save): Delete the argument BUFFER. Change callers.
13128 (detect_coding_system): New argument src_chars. Change callers.
13129 Fix for utf-16 detection.
13130 (init_coding_once): Don't use ISO_carriage_return.
13131 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
13132 reused_workbuf_in_use.
13133
13134 2008-02-01 Kenichi Handa <handa@m17n.org>
13135
13136 * keymap.c (store_in_keymap): Pay attention to the case that idx
13137 is a cons specifying a character range.
13138
13139 2008-02-01 Kenichi Handa <handa@m17n.org>
13140
13141 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
13142 HANDLED_RECOMPUTE_PROPS.
13143
13144 * coding.c (Fdefine_coding_system_internal): Fix checking of
13145 ascii compatibility.
13146
13147 2008-02-01 Kenichi Handa <handa@m17n.org>
13148
13149 * charset.c (find_charsets_in_text): Delete unused locale variable.
13150 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
13151
13152 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
13153 Resync charset_list to Vemacs_mule_charset_list.
13154
13155 * keymap.c (store_in_keymap): Pay attention to the case that idx
13156 is a cons specifying a character range.
13157
13158 2008-02-01 Kenichi Handa <handa@m17n.org>
13159
13160 * composite.c (update_compositions): Bind inhibit-read-only, etc
13161 to t before calling remove-list-of-text-properties.
13162
13163 * print.c (print_object): Always print ASCII chars as is.
13164
13165 2008-02-01 Kenichi Handa <handa@m17n.org>
13166
13167 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
13168
13169 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
13170 is a char table.
13171
13172 2008-02-01 Kenichi Handa <handa@m17n.org>
13173
13174 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
13175
13176 2008-02-01 Kenichi Handa <handa@m17n.org>
13177
13178 * xfaces.c (set_lface_from_font_name): Fix for the case that
13179 FONTNAME is not fontset name.
13180
13181 2008-02-01 Kenichi Handa <handa@m17n.org>
13182
13183 * fns.c (base64_encode_1): Fix previous change.
13184
13185 2008-02-01 Kenichi Handa <handa@m17n.org>
13186
13187 * fontset.c (set_fontset_font): New function.
13188 (Fset_fontset_font): If a font is specified for a charset, use
13189 map_charset_chars to store the font spec in a fontset.
13190
13191 2008-02-01 Kenichi Handa <handa@m17n.org>
13192
13193 * fontset.c (fontset_face): Create a fallback fontset on demand.
13194 (make_fontset): Don't create a fallback fontset here.
13195 (free_face_fontset): Free a fallback fontset (if any) too.
13196 (n_auto_fontsets): Delete this variable.
13197 (auto_fontset_alist): New variable.
13198 (new_fontset_from_font_name): Check auto_fontset_alist.
13199 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
13200 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
13201 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
13202 Defsubr Sfontset_list_all.
13203
13204 2008-02-01 Kenichi Handa <handa@m17n.org>
13205
13206 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
13207
13208 2008-02-01 Kenichi Handa <handa@m17n.org>
13209
13210 * fontset.c (Fnew_fontset): Check NAME more rigidly.
13211
13212 2008-02-01 Kenichi Handa <handa@m17n.org>
13213
13214 * editfns.c (Fgoto_char): Fix docstring.
13215
13216 2008-02-01 Kenichi Handa <handa@m17n.org>
13217
13218 * insdel.c (insert_from_gap): Adjust intervals correctly.
13219
13220 2008-02-01 Jason Rumney <jasonr@gnu.org>
13221
13222 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
13223 (pfnGetFontUnicodeRanges): New dynamically loaded function.
13224 (w32_initialize): Try to load it.
13225 (x_get_font_repertory): Use it if available.
13226 (w32_encode_char): Add shortcut for unicode output.
13227
13228 * w32fns.c (w32_load_system_font): Default charset to -1.
13229 (x_to_w32_charset): Match all fonts for unicode.
13230 (w32_to_x_charset): New parameter matching. Don't return partial
13231 or wildcard charsets.
13232 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
13233 (w32_codepage_for_font): Return CP_UNICODE for unicode.
13234 (w32_to_x_font): Match charset to real charset.
13235 (enum_font_cb2): Always list unicode versions.
13236
13237 * makefile.w32-in (temacs): Increase EMHEAP.
13238
13239 2008-02-01 Jason Rumney <jasonr@gnu.org>
13240
13241 * w32term.c (w32_encode_char): New charset parameter.
13242 font_info.encoding becomes encoding_type.
13243 (x_get_font_repertory): New function. Warning: stub only!
13244 (x_new_font): Return quickly if font already set.
13245 (x_new_fontset): fontsetname parameter is Lisp_Object.
13246 Use new fs_query_fontset. Try new_fontset_from_font_name.
13247 Use fontset_name for return value.
13248
13249 * w32term.h: Declare x_get_font_repertory.
13250
13251 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
13252 place of find_charset_in_text. Use encode_coding_object in place
13253 of encode_coding.
13254 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
13255 decode_coding.
13256
13257 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
13258 of x_new_fontset.
13259 (w32_load_system_font): Initialize charset as unicode.
13260 font_info.encoding becomes encoding_type.
13261 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
13262 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
13263 (syms_of_w32fns): Set get_font_repertory_func.
13264
13265 * w32console.c: Include character.h. Use terminal_encode_buffer
13266 from term.c.
13267 (write_glyphs): Use new version of encode_terminal_code. Use
13268 encode_coding_object in place of encode_coding.
13269
13270 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
13271 encoding becomes encoding_type.
13272
13273 * term.c (terminal_encode_buffer): Make externally visible.
13274
13275 * makefile.w32-in: Add character.h dependancies.
13276 (character.o, chartab.o): New targets.
13277
13278 2008-02-01 Kenichi Handa <handa@m17n.org>
13279
13280 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
13281 CODING_ID_EOL_TYPE.
13282
13283 2008-02-01 Andreas Schwab <schwab@suse.de>
13284
13285 * coding.c (produce_chars): Revert last change.
13286
13287 2008-02-01 Kenichi Handa <handa@m17n.org>
13288
13289 * charset.h (charset_unicode): Extern it.
13290
13291 * charset.c (string_xstring_p): Check by (C >= 0x100).
13292 (find_charsets_in_text): Change format of the arc CHARSETS. New
13293 arg MULTIBYTE.
13294 (Ffind_charset_region, Ffind_charset_string): Adjust for the
13295 change of find_charsets_in_text.
13296 (Fsplit_char): Fix doc. Never return unknown.
13297
13298 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
13299
13300 * coding.c (Fdefine_coding_system_alias): Update
13301 Vcoding_system_list.
13302
13303 * fontset.c (load_font_get_repertory): Pay attention to the case
13304 that ENCODING of a font is specified by a char-table.
13305
13306 * xterm.c (x_get_font_repertory): Handle the case that the
13307 encoding of font is other than Unicode.
13308
13309 2008-02-01 Kenichi Handa <handa@m17n.org>
13310
13311 * term.c (encode_terminal_code): Don't handle glyph-table. Check
13312 if a character is encodable by the terminal coding system. If
13313 not, produces proper number of `?'s. Update
13314 terminal_encode_buffer and terminal_encode_buf_size if necessary.
13315 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
13316
13317 2008-02-01 Kenichi Handa <handa@m17n.org>
13318
13319 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
13320 variables.
13321 (encode_terminal_code): Change argument. Encode multiple
13322 characters at once. Store the result of encoding in
13323 terminal_encode_buffer.
13324 (write_glyphs, insert_glyphs): Adjust for the change of
13325 encode_terminal_code.
13326 (term_init): Initialize terminal_encode_buffer and
13327 terminal_encode_buf_size.
13328
13329 * coding.c (consume_chars): If coding->src_object is nil, don't
13330 check annotation.
13331
13332 2008-02-01 Kenichi Handa <handa@m17n.org>
13333
13334 * character.c (char_string): Use ASCII_CHAR_P instead of
13335 SINGLE_BYTE_CHAR_P.
13336
13337 2008-02-01 Kenichi Handa <handa@m17n.org>
13338
13339 * xdisp.c (handle_auto_composed_prop): Check if the last
13340 characters of auto-composed region is newly composed with the
13341 following characters.
13342 (handle_composition_prop): Fix checking of point being inside
13343 composition.
13344
13345 2008-02-01 Kenichi Handa <handa@m17n.org>
13346
13347 * fns.c (concat): Don't change multibyteness of the result by
13348 concatenating an 8-bit character.
13349
13350 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
13351 multibyteness of the result when newelt is an 8-bit character.
13352
13353 2008-02-01 Dave Love <fx@gnu.org>
13354
13355 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
13356 EMACS_INT.
13357
13358 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
13359
13360 * xfaces.c (face_numeric_value): Declare dim size_t.
13361 (Finternal_lisp_face_equal_p): Remove unused f.
13362
13363 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
13364 (MATRIX_ROW): Remove unused vars.
13365 (draw_glyphs, x_insert_glyphs, fast_find_position)
13366 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
13367 byte/char counts.
13368
13369 * regex.c (regex_compile): Remove unused var.
13370
13371 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
13372
13373 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
13374 (Faccessible_keymaps, where_is_internal): Remove unused vars.
13375
13376 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
13377
13378 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
13379
13380 * fileio.c (Fwrite_region): Remove unused var.
13381
13382 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
13383 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
13384
13385 * composite.c (Fremove_list_of_text_properties): Declare.
13386
13387 * coding.c (inhibit_pre_post_conversion): Remove (unused).
13388 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
13389 (coding_inherit_eol_type): Remove unused attrs.
13390 (detect_coding): Cast arg of detect_eol.
13391
13392 * charset.c (syms_of_charset): Remove unused var p.
13393 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
13394 byte/char counts.
13395
13396 * casetab.c (set_case_table): Remove unused var.
13397
13398 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
13399 unused vars.
13400
13401 2008-02-01 Dave Love <fx@gnu.org>
13402
13403 * xterm.c (x_bitmap_mask): Declare.
13404
13405 2008-02-01 Dave Love <fx@gnu.org>
13406
13407 * xterm.c (x_term_init): Fix type error.
13408
13409 * lisp.h: Add Funibyte_char_to_multibyte.
13410
13411 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
13412 (Fset_coding_system_priority): Doc fix.
13413
13414 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
13415
13416 * indent.c (check_composition): Make start and end EMACS_INT.
13417
13418 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
13419
13420 * xdisp.c (handle_composition_prop, check_point_in_composition):
13421 Make buffer positions EMACS_INT.
13422
13423 * composite.c (find_composition, run_composition_function)
13424 (update_compositions, Ffind_composition_internal): Make buffer
13425 positions EMACS_INT.
13426
13427 * composite.h (find_composition, update_compositions): Make
13428 position args EMACS_INT.
13429
13430 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
13431
13432 * intervals.c (get_property_and_range):
13433 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
13434
13435 * unexalpha.c: Don't include varargs.h.
13436
13437 2008-02-01 Dave Love <fx@gnu.org>
13438
13439 * coding.h (ENCODE_UTF_8): New.
13440
13441 * Makefile.in (gtkutil.o): Depend on coding.h.
13442
13443 * coding.c (Fset_coding_system_priority): Doc fix.
13444
13445 2008-02-01 Kenichi Handa <handa@m17n.org>
13446
13447 * fileio.c (Finsert_file_contents): Call setup_coding_system in
13448 the case of auto saving.
13449
13450 2008-02-01 Andreas Schwab <schwab@suse.de>
13451
13452 * chartab.c (map_char_table, map_char_table_for_charset): Protect
13453 `range' from GC.
13454
13455 2008-02-01 Kenichi Handa <handa@m17n.org>
13456
13457 * coding.c (decode_coding_sjis): Check bytes more rigidly.
13458
13459 2008-02-01 Kenichi Handa <handa@m17n.org>
13460
13461 * fileio.c (choose_write_coding_system): Return a decided coding system.
13462 (Fwrite_region): Set Vlast_coding_system_used to the return value
13463 of choose_write_coding_system.
13464
13465 2008-02-01 Kenichi Handa <handa@m17n.org>
13466
13467 * charset.c (Fset_charset_priority): Pay attention to duplicated
13468 arguments.
13469
13470 * coding.c (QCcategory): New variable.
13471 (syms_of_coding): Defsym it. Set all elements of
13472 Vcoding_category_table and their symbol values.
13473 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
13474 coding-category-XXX, and coding-category-list.
13475 (Fdefine_coding_system_internal): Add category in the plist.
13476
13477 2008-02-01 Kenichi Handa <handa@m17n.org>
13478
13479 * callproc.c (Fcall_process): Handle carryover correctly.
13480
13481 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
13482 (raw_text_coding_system): Check NILP (coding_system).
13483 (coding_inherit_eol_type): Check NILP (coding_system) and
13484 NILP (parent).
13485 (consume_chars): Fix for the case of raw-text.
13486
13487 * process.c (read_process_output): Handle carryover correctly.
13488
13489 2008-02-01 Dave Love <fx@gnu.org>
13490
13491 * regex.c (re_search_2): Fix last change.
13492
13493 2008-02-01 Kenichi Handa <handa@m17n.org>
13494
13495 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
13496 target_multibyte. Even in a unibyte case, return a converted
13497 multibyte char.
13498 (GET_CHAR_AFTER): New macro.
13499 (PATFETCH): Translate via multibyte char.
13500 (HANDLE_UNIBYTE_RANGE): Delete this macro.
13501 (SETUP_MULTIBYTE_RANGE): New macro.
13502 (regex_compile): Setup compiled code so that its multibyteness
13503 matches that of a target. Fix the handling of "[X-YZ]" using
13504 SETUP_MULTIBYTE_RANGE.
13505 (analyse_first) <charset>: For filling fastmap for all multibyte
13506 characters, don't check by BASE_LEADING_CODE_P.
13507 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
13508 the same as RE_MULTIBYTE_P (bufp) now.
13509 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
13510 (TARGET_CHAR_AND_LENGTH): Delete this macro.
13511 (TRANSLATE_VIA_MULTIBYTE): New macro.
13512 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
13513 It is the same as RE_MULTIBYTE_P (bufp) now.
13514 <exactn>: Translate via multibyte.
13515 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
13516 translate it.
13517 <charset, charset_not>: Fetch a character by
13518 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
13519 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
13520 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
13521 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
13522 by GET_CHAR_AFTER.
13523 (bcmp_translate): Likewise.
13524
13525 * search.c (compile_pattern): Check the member target_multibyte,
13526 not the member multibyte of buf.
13527
13528 * lread.c (read1): While reading a string, set force_singlebyte
13529 and force_multibyte correctly.
13530
13531 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
13532 up of unibyte_to_multibyte_table.
13533
13534 2008-02-01 Kenichi Handa <handa@m17n.org>
13535
13536 * coding.c (setup_coding_system): If coding has
13537 post-read-conversion or pre-write-conversion, set
13538 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
13539 respectively.
13540 (decode_coding_gap): Run post-read-conversion if any.
13541
13542 * fileio.c (Finsert_file_contents): Even if we read into a
13543 unibyte buffer, check if we must decode the result or not.
13544
13545 2008-02-01 Kenichi Handa <handa@m17n.org>
13546
13547 * coding.c (make_conversion_work_buffer): Change the work buffer
13548 name to the same one as that of Emacs 21.
13549
13550 2008-02-01 Kenichi Handa <handa@m17n.org>
13551
13552 * coding.h (make_conversion_work_buffer): Adjust prototype.
13553 (code_conversion_restore): Don't extern it.
13554
13555 * coding.c (detected_mask): Delete unused variable.
13556 (decode_coding_iso_2022): Pay attention to the byte sequence of
13557 CTEXT extended segment, and retain those bytes as is.
13558 (decode_coding_ccl): Delete unused variable `valids'.
13559 (setup_coding_system): Delete unused variable `category'.
13560 (consume_chars): Delete unused variable `category'. Make it work
13561 for non-multibyte case.
13562 (make_conversion_work_buffer): Change argument.
13563 (saved_coding): Delete unused variable.
13564 (code_conversion_restore): Don't check saved_coding->destination.
13565 (code_conversion_save): New function.
13566 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
13567 instead of record_unwind_protect.
13568 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
13569 (detect_coding_system): Delete unused variable `mask'.
13570 (Fdefine_coding_system_internal): Delete unused variable id.
13571
13572 * fileio.c (kill_workbuf_unwind): New function.
13573 (Finsert_file_contents): On replacing, call
13574 make_conversion_work_buffer with correct args, and call
13575 record_unwind_protect with the first arg kill_workbuf_unwind.
13576
13577 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
13578
13579 2008-02-01 Kenichi Handa <handa@m17n.org>
13580
13581 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
13582 (fontset_add): Fix for the case that TO is less than TO1.
13583 (Ffontset_info): Don't use fallback fontset on checking the
13584 default fontset.
13585 (dump_fontset): New function for debugging.
13586
13587 * coding.c (Fdefine_coding_system_internal): Fix for the case that
13588 coding_type is Qcharset.
13589
13590 2008-02-01 Kenichi Handa <handa@m17n.org>
13591
13592 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
13593 (map_char_table): Don't inherit the value from the parent on
13594 initializing VAL. Adjust for the above change.
13595
13596 2008-02-01 Kenichi Handa <handa@m17n.org>
13597
13598 * coding.c (Qsignature, Qendian): Delete these variables.
13599 (syms_of_coding): Don't initialize them.
13600 (CATEGORY_MASK_UTF_16_AUTO): New macro.
13601 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
13602 detect_info->found.
13603 (decode_coding_utf_16): Don't detect BOM here.
13604 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
13605 is NOT utf_16_without_bom.
13606 (setup_coding_system): For a coding system of type utf-16, check
13607 if the attribute :endian is Qbig or not (not nil or not), and set
13608 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
13609 (detect_coding): If coding type is utf-16 and BOM detection is
13610 required, detect it.
13611 (Fdefine_coding_system_internal): For a coding system of type
13612 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
13613
13614 2008-02-01 Kenichi Handa <handa@m17n.org>
13615
13616 * coding.c (coding_set_source): Fix for the case that the current
13617 buffer is different from coding->src_object.
13618 (decode_coding_object): Don't use the conversion work buffer if
13619 DST_OBJECT is a buffer.
13620
13621 2008-02-01 Dave Love <fx@gnu.org>
13622
13623 * lread.c (read_emacs_mule_char) [len==2]: Index
13624 emacs_mule_charset correctly.
13625
13626 2008-02-01 Dave Love <fx@gnu.org>
13627
13628 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
13629 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
13630 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
13631 treated specially.)
13632 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
13633 (detected_mask): Remove Big5 bits.
13634
13635 2008-02-01 Kenichi Handa <handa@m17n.org>
13636
13637 The following changes are to make the font rescaling facility
13638 compatible with Emacs 21.
13639
13640 * xfaces.c (Vface_font_rescale_alist): Rename from
13641 Vface_resizing_fonts.
13642 (struct font_name): Rename member resizing_ratio to rescale_ratio.
13643 (font_rescale_ratio): Rename from font_resizing_ratio.
13644 (split_font_name): Set font->rescale_ratio.
13645 (better_font_p): Pay attention to font->rescale_ratio.
13646 (build_scalable_font_name): Likewise. Change RESX, and RESY
13647 fields.
13648 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
13649
13650 2008-02-01 Kenichi Handa <handa@m17n.org>
13651
13652 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
13653 (Qutf_16_le): Remove these variables.
13654 (syms_of_coding): Don't DEFSYM them.
13655 (decode_coding_utf_16): Fix handling of BOM.
13656 (encode_coding_utf_16): Fix handling of BOM.
13657
13658 2008-02-01 Kenichi Handa <handa@m17n.org>
13659
13660 * fileio.c (Finsert_file_contents): On replacing, before decoding
13661 the file into the work buffer, set point of the work buffer to the end.
13662
13663 2008-02-01 Dave Love <fx@gnu.org>
13664
13665 * coding.c (Fcheck_coding_systems_region): Fix type errors.
13666
13667 2008-02-01 Dave Love <fx@gnu.org>
13668
13669 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
13670 and fix C types.
13671
13672 2008-02-01 Kenichi Handa <handa@m17n.org>
13673
13674 * xdisp.c (SKIP_GLYPHS): New macro.
13675 (set_cursor_from_row): Pay attention to string display properties.
13676
13677 * category.c (copy_category_entry): Fix for the case that RANGE
13678 is an integer.
13679
13680 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
13681
13682 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
13683
13684 2008-02-01 Kenichi Handa <handa@m17n.org>
13685
13686 * charset.c (Fcharset_id_internal): New function.
13687 (syms_of_charset): Defsubr it.
13688
13689 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
13690 with the last arg charset_list acquired from coding.
13691 (Fdefine_coding_system_internal): For ccl-based coding system, fix
13692 the attribute coding_attr_ccl_valids.
13693
13694 * coding.h (enum define_coding_ccl_arg_index): Set the first
13695 member coding_arg_ccl_decoder to coding_arg_max.
13696
13697 * ccl.h (ccl_driver): Adjust prototype.
13698
13699 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
13700 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
13701 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
13702 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
13703 last arg Qnil.
13704
13705 2008-02-01 Kenichi Handa <handa@m17n.org>
13706
13707 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
13708 call encode_char.
13709
13710 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
13711
13712 2008-02-01 Dave Love <fx@gnu.org>
13713
13714 * composite.c (syms_of_composite): Make composition_hash_table weak.
13715
13716 2008-02-01 Kenichi Handa <handa@m17n.org>
13717
13718 * dispextern.h (check_face_attributes, generate_ascii_font_name)
13719 (font_name_registry): Don't extern them.
13720 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
13721
13722 * fontset.h (Qfontset): Don't extern it.
13723 (new_fontset_from_font_name): Extern it.
13724
13725 * fontset.c: Give 8 extra slots to fontset objects.
13726 (Qfontset_info): New variable.
13727 (syms_of_fontset): Defsym it.
13728 (FONTSET_FALLBACK): New macro.
13729 (fontset_face): Try also the default fontset.
13730 (make_fontset): Realize a fallback fontset from the default fontset.
13731 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
13732 using split_font_name_into_vector and build_font_name_from_vector.
13733 (Fset_fontset_font): Access the elements of font_spec by enum
13734 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
13735 name by using split_font_name_into_vector.
13736 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
13737 generate a proper font name from the fontset name. Update
13738 Vfontset_alias_alist.
13739 (n_auto_fontsets): New variable.
13740 (new_fontset_from_font_name): New function.
13741 (Ffont_info): Store the information about fonts generated from the
13742 default fontset in the first extra slot of the returned char-table.
13743
13744 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
13745 (font_name_registry): Delete function.
13746 (split_font_name_into_vector): New function.
13747 (build_font_name_from_vector): New function.
13748 (font_list): The argument REGISTRY is now a list of registry names.
13749 (choose_face_font): If we are choosing an ASCII font, and ATTRS
13750 specifies an explicit font name, return the name as is. Make a
13751 list of registy names.
13752
13753 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
13754 of x_new_fontset.
13755 (Fx_create_frame): Don't call x_new_fontset here. Just use
13756 x_list_fonts to check the existence of fonts.
13757
13758 * xterm.h (x_new_fontset): Adjust prototype.
13759
13760 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
13761 string. Use new_fontset_from_font_name to create a fontset from a
13762 font name.
13763
13764 2008-02-01 Kenichi Handa <handa@m17n.org>
13765
13766 * syntax.c (Vfind_word_boundary_function_table): New name for
13767 Vnext_word_boundary_function_table.
13768 (find-word-boundary-function-table): New name for
13769 next-word-boundary-function-table.
13770
13771 2008-02-01 Dave Love <fx@gnu.org>
13772
13773 * Makefile.in: Fix some dependencies.
13774
13775 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
13776 set it to nil before returning.
13777
13778 * composite.c (update_compositions): Fix type error.
13779
13780 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
13781
13782 2008-02-01 Kenichi Handa <handa@m17n.org>
13783
13784 * xterm.c (x_new_font): Optimize for the case that the font is
13785 already set for the frame.
13786
13787 2008-02-01 Kenichi Handa <handa@m17n.org>
13788
13789 * chartab.c (char_table_ascii): Check if the char table contents
13790 is sub-char-table or not.
13791 (char_table_set, char_table_set_range): Fix argument to
13792 char_table_ascii.
13793
13794 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
13795 (detect_coding_utf_8, detect_coding_utf_16)
13796 (detect_coding_emacs_mule, detect_coding_iso_2022)
13797 (detect_coding_sjis, detect_coding_big5)
13798 (detect_coding_ccl, detect_coding_charset): Change argument MASK
13799 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
13800 sequence is valid in this coding system. Change callers.
13801 (MAX_ANNOTATION_LENGTH): New macro.
13802 (ADD_ANNOTATION_DATA): New macro.
13803 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
13804 ADD_ANNOTATION_DATA. Change the format of annotation data.
13805 (ADD_CHARSET_DATA): New macro.
13806 (emacs_mule_char): New argument ID. Change callers.
13807 (decode_coding_emacs_mule, decode_coding_iso_2022)
13808 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
13809 Produce charset annotation data in coding->charbuf.
13810 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
13811 to charset annotation data in coding->charbuf.
13812 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
13813 coding->common_flags if the coding system is iso-2022 based and
13814 uses designation.
13815 (produce_composition): Adjust for the new annotation data format.
13816 (produce_charset): New function.
13817 (produce_annotation): Handle charset annotation.
13818 (handle_composition_annotation, handle_charset_annotation): New
13819 functions.
13820 (consume_chars): Handle charset annotation. Utilize the above two
13821 functions.
13822 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
13823 buffer, get the deleted text as a string and set
13824 coding->src_object to that string.
13825 (detect_coding, detect_coding_system): Use the new struct
13826 coding_detection_info.
13827
13828 * coding.h (struct coding_detection_info): New structure.
13829 (struct coding_system): Adjust prototype of the member `detector'.
13830 (CODING_ANNOTATE_CHARSET_MASK): New macro.
13831
13832 2008-02-01 Kenichi Handa <handa@m17n.org>
13833
13834 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
13835
13836 2008-02-01 Dave Love <fx@gnu.org>
13837
13838 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
13839 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
13840 to new local and nullify apropos_accumulate before returning.
13841 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
13842
13843 2008-02-01 Kenichi Handa <handa@m17n.org>
13844
13845 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
13846 correctly.
13847
13848 2008-02-01 Dave Love <fx@gnu.org>
13849
13850 * fns.c (Flanginfo): Call synchronize_system_time_locale.
13851
13852 2008-02-01 Kenichi Handa <handa@m17n.org>
13853
13854 The following changes are to make character composition happen
13855 automatically on displaying.
13856
13857 * Makefile.in (lisp, shortlisp): Add composite.elc.
13858
13859 * composite.h (Qauto_composed, Vauto_composition_function)
13860 (Qauto_composition_function): Extern them.
13861
13862 * composite.c (Vcomposition_function_table)
13863 (Qcomposition_function_table): Delete variables.
13864 (Qauto_composed, Vauto_composition_function)
13865 (Qauto_composition_function): New variables.
13866 (run_composition_function): Don't call
13867 compose-chars-after-function.
13868 (update_compositions): Clear `auto-composed' text property.
13869 (compose_chars_in_text): Delete this function.
13870 (syms_of_composite): Staticpro Qauto_composed and
13871 Qauto_composition_function. Declare Vauto_composition_function as
13872 a Lisp variable.
13873
13874 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
13875
13876 * xdisp.c (it_props): Add an entry for Qauto_composed.
13877 (handle_auto_composed_prop): New function.
13878
13879 * xselect.c (selection_data_to_lisp_data): Don't call
13880 compose_chars_in_text.
13881
13882 2008-02-01 Dave Love <fx@gnu.org>
13883
13884 * keyboard.c (read_char): Modify checking around use of
13885 Vkeyboard_translate_table.
13886
13887 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
13888 and fix C types.
13889
13890 2008-02-01 Kenichi Handa <handa@m17n.org>
13891
13892 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
13893 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13894 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
13895 the case that the last byte is '\r' correctly.
13896 (decode_coding): Flush out the unprocessed data correctly.
13897 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
13898
13899 2008-02-01 Dave Love <fx@gnu.org>
13900
13901 * xterm.c (XTread_socket): Fix changes for defined keysyms.
13902 Add XK_ISO... case.
13903 (xaw_scroll_callback): Revert last change.
13904
13905 2008-02-01 Kenichi Handa <handa@m17n.org>
13906
13907 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
13908
13909 2008-02-01 Kenichi Handa <handa@m17n.org>
13910
13911 * xfaces.c (Vface_resizing_fonts): New variable.
13912 (struct font_name): New member `resizing_ratio'.
13913 (font_resizing_ratio): New function.
13914 (split_font_name): Set font->resizing_ratio.
13915 (better_font_p): Pay attention to font->resizing_ratio.
13916 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
13917 RESX, and RESY fields.
13918 (try_alternative_families): Try scalable fonts if
13919 Vscalable_fonts_allowed is not Qt.
13920 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
13921
13922 2008-02-01 Dave Love <fx@gnu.org>
13923
13924 * xterm.c (xaw_scroll_callback): Cast correctly.
13925
13926 2008-02-01 Dave Love <fx@gnu.org>
13927
13928 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
13929 (lispy_kana_keys): Comment out.
13930 (make_lispy_event) [XK_kana_A]: Comment out.
13931
13932 * xterm.c (xaw_scroll_callback): Cast call_data.
13933 (XTread_socket): Deal with ASCII keysyms.
13934 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
13935
13936 2008-02-01 Dave Love <fx@gnu.org>
13937
13938 * xterm.c (Vx_keysym_table): New.
13939 (syms_of_xterm): Initialize it.
13940 (XTread_socket): Use it.
13941 From head: Eliminate incorrect optimization that tried to avoid
13942 decoding the output of X*LookupString.
13943 (x_get_font_repertory): Delete charset declaration.
13944
13945 2008-02-01 Kenichi Handa <handa@m17n.org>
13946
13947 * coding.c (detect_coding_charset): If only ASCII bytes are found,
13948 return 0.
13949 (Fdefine_coding_system_internal): Setup
13950 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
13951
13952 2008-02-01 Dave Love <fx@gnu.org>
13953
13954 * coding.c (Fcheck_coding_system): Doc fix.
13955
13956 * editfns.c (Finsert_byte): Return a proper value.
13957
13958 2008-02-01 Kenichi Handa <handa@m17n.org>
13959
13960 * coding.c (decode_coding): Fix args to translate_chars. Pay
13961 attention to Vstandard_translation_table_for_decode.
13962 (encode_coding): Fix args to translate_chars. Pay attention to
13963 Vstandard_translation_table_for_encode.
13964
13965 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
13966 SINGLE_BYTE_CHAR_P.
13967
13968 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
13969 not by SINGLE_BYTE_CHAR_P.
13970
13971 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
13972 SINGLE_BYTE_CHAR_P.
13973
13974 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
13975 SINGLE_BYTE_CHAR_P.
13976
13977 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
13978 by SINGLE_BYTE_CHAR_P.
13979
13980 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
13981 SINGLE_BYTE_CHAR_P.
13982
13983 2008-02-01 Dave Love <fx@gnu.org>
13984
13985 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
13986
13987 2008-02-01 Dave Love <fx@gnu.org>
13988
13989 * fns.c (Flanginfo): Fix typo.
13990
13991 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
13992
13993 2008-02-01 Kenichi Handa <handa@m17n.org>
13994
13995 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
13996 (detect_coding_emacs_mule, detect_coding_iso_2022)
13997 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
13998 incomplete byte sequence. Don't update *mask when correctly detected.
13999 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
14000 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
14001 (detect_coding, detect_coding_system): Adjust for the changes above.
14002
14003 2008-02-01 Kenichi Handa <handa@m17n.org>
14004
14005 * character.c (char_string): Rename from
14006 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
14007 (string_char): Rename from string_char.
14008
14009 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
14010 if C is greater than MAX_3_BYTE_CHAR.
14011 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
14012 string_char instead of string_char_with_unification.
14013
14014 2008-02-01 Dave Love <fx@gnu.org>
14015
14016 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
14017
14018 2008-02-01 Kenichi Handa <handa@m17n.org>
14019
14020 * keymap.c (push_key_description): Pay attention to force_multibyte.
14021
14022 * regex.c (re_search_2): Fix for the case of unibyte buffer.
14023
14024 2008-02-01 Dave Love <fx@gnu.org>
14025
14026 * charset.c (define_charset_internal): Rename `supprementary'.
14027
14028 * Makefile.in (lisp, shortlisp): Remove latin-N.
14029
14030 2008-02-01 Dave Love <fx@gnu.org>
14031
14032 * xfns.c (x_window, x_window): Use use_xim.
14033
14034 * xterm.c (use_xim): Initialize.
14035 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
14036 (x_term_init): Maybe set use_xim.
14037
14038 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
14039
14040 2008-02-01 Kenichi Handa <handa@m17n.org>
14041
14042 * search.c (search_buffer): Fix case-fold-search of multibyte
14043 characters.
14044 (boyer_moore): Rename the last argument to char_high_bits.
14045
14046 2008-02-01 Kenichi Handa <handa@m17n.org>
14047
14048 * xdisp.c (display_string): Fix for the case of zero width glyph.
14049
14050 * xfns.c (x_set_font): Change the error message of the case that
14051 x_new_fontset returns Qt.
14052
14053 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
14054 (Finternal_set_lisp_face_attribute): Use signal_error for the
14055 error of invalid fontset.
14056
14057 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
14058 fontset, return Qt.
14059
14060 2008-02-01 Dave Love <fx@gnu.org>
14061
14062 * unexelf.c (unexec): Make .got handling not SGI-specific.
14063
14064 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
14065
14066 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
14067
14068 * keyboard.c (read_key_sequence): Fix type error.
14069
14070 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
14071 type error.
14072
14073 * fontset.c (fontset_add): Return Lisp_Object.
14074
14075 2008-02-01 Dave Love <fx@gnu.org>
14076
14077 * charset.h (charset_ordered_list_tick): Declare extern.
14078
14079 2008-02-01 Kenichi Handa <handa@m17n.org>
14080
14081 The following changes (and some of 2008-02-01 changes of mine) are
14082 for handling syntax, category, and case conversion for unibyte
14083 characters by converting them to multibyte on the fly. With these
14084 changes, we don't have to setup syntax and case tables for unibyte
14085 characters in each language environment.
14086
14087 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
14088 multibyte if necessary.
14089
14090 * bytecode.c (Fbyte_code): Likewise.
14091
14092 * character.h (LEADING_CODE_LATIN_1_MIN)
14093 (LEADING_CODE_LATIN_1_MAX): New macros.
14094 (unibyte_to_multibyte_table): Extern it.
14095 (unibyte_char_to_multibyte): New macro.
14096 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
14097 (CHAR_LEADING_CODE): New macro.
14098 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
14099
14100 * character.c (unibyte_to_multibyte_table): New variable.
14101 (unibyte_char_to_multibyte): Move to character.h and define as macro.
14102 (multibyte_char_to_unibyte): If C is an eight-bit character,
14103 convert it to the corresponding byte value.
14104
14105 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
14106 not 1, signals an error. Update the elements of
14107 unibyte_to_multibyte_table.
14108 (init_charset_once): Initialize unibyte_to_multibyte_table.
14109 (syms_of_charset): Define the charset `iso-8859-1'.
14110
14111 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
14112 as is without converting it to unibyte. In a unibyte buffer,
14113 convert C to multibyte before checking the syntax.
14114
14115 * lisp.h (unibyte_char_to_multibyte): Delete extern.
14116
14117 * minibuf.c (Fminibuffer_complete_word): Use the macro
14118 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
14119
14120 * regex.h (struct re_pattern_buffer): New member target_multibyte.
14121
14122 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
14123 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
14124 that is zero, convert an eight-bit char to multibyte.
14125 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
14126 non-emacs case.
14127 (PATFETCH): Convert an eight-bit char to multibyte.
14128 (HANDLE_UNIBYTE_RANGE): New macro.
14129 (regex_compile): Setup the compiled pattern for multibyte chars
14130 even if the given regex string is unibyte. Use PATFETCH_RAW
14131 instead of PATFETCH in many places. To handle `charset'
14132 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
14133 only for ASCII chars.
14134 (analyse_first) <exactn>: Simplify because the compiled pattern
14135 is multibyte.
14136 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
14137 <charset>: Use CHAR_LEADING_CODE to get leading codes.
14138 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
14139 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
14140 multibyte always 1.
14141 (re_search_2): In emacs, set the locale variable multibyte to 1,
14142 otherwise to 0. New local variable target_multibyte. Check it
14143 to decide the multibyteness of STR1 and STR2. If
14144 target_multibyte is zero, convert unibyte chars to multibyte
14145 before translating and checking fastmap.
14146 (TARGET_CHAR_AND_LENGTH): New macro.
14147 (re_match_2_internal): In emacs, set the locale variable multibyte
14148 to 1, otherwise to 0. New local variable target_multibyte. Check
14149 it to decide the multibyteness of STR1 and STR2. Use
14150 TARGET_CHAR_AND_LENGTH to fetch a character from D.
14151 <charset, charset_not>: If multibyte is nonzero, check fastmap
14152 only for ASCII chars. Call bcmp_translate with
14153 target_multibyte, not with multibyte.
14154 <begline>: Declare the local variable C as `unsigned'.
14155 (bcmp_translate): Change the last arg name to target_multibyte.
14156
14157 * search.c (compile_pattern_1): Don't adjust the multibyteness of
14158 the regexp pattern and the matching target. Set cp->buf.multibyte
14159 to the multibyteness of the regexp pattern. Set
14160 cp->but.target_multibyte to the multibyteness of the matching target.
14161 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
14162 FETCH_STRING_CHAR_ADVANCE.
14163 (Freplace_match): Convert unibyte chars to multibyte.
14164
14165 * syntax.c (char_quoted, back_comment, scan_words)
14166 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
14167 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
14168 unibyte chars to multibyte.
14169 (skip_chars): Delete the arg syntaxp, and move the code for
14170 handling syntaxes to skip_syntaxes. Change callers.
14171 Fix the case that the multibyteness of STRING and the current
14172 buffer doesn't match.
14173 (skip_syntaxes): New function.
14174 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
14175 SINGLE_BYTE_CHAR_P.
14176
14177 2008-02-01 Kenichi Handa <handa@m17n.org>
14178
14179 * xfaces.c (QCfontset): New variable.
14180 (LFACE_FONTSET): New macro.
14181 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
14182 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
14183 (Finternal_set_lisp_face_attribute)
14184 (Finternal_get_lisp_face_attribute): Handle QCfontset.
14185 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
14186 check also LFACE_FONTSET_INDEX.
14187 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
14188 attrs[LFACE_FONT_INDEX].
14189 (syms_of_xfaces): Intern and staticpro QCfontset.
14190
14191 * dispextern.h (enum lface_attribute_index): New member
14192 LFACE_FONTSET_INDEX.
14193
14194 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
14195
14196 2008-02-01 Kenichi Handa <handa@m17n.org>
14197
14198 * coding.c (coding_set_destination): Fix coding->destination for
14199 the case converting a region.
14200 (encode_coding_utf_8): Encode eight-bit chars as single byte.
14201 (encode_coding_object): Fix coding->dst_pos and
14202 coding->dst_pos_byte for the case converting a region.
14203
14204 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
14205
14206 * character.h (BYTE8_STRING): New macro.
14207
14208 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
14209
14210 2008-02-01 Kenichi Handa <handa@m17n.org>
14211
14212 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
14213 characters by octal form.
14214
14215 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
14216
14217 * buffer.h (_fetch_multibyte_char_len): Delete extern.
14218 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
14219 _fetch_multibyte_char_len.
14220 (FETCH_CHAR_AS_MULTIBYTE): New macro.
14221
14222 * casetab.c (set_canon, set_identity, shuffle): Simplify.
14223
14224 * casefiddle.c (casify_object): Simplify. Handle the case that
14225 the case conversion change the byte length.
14226 (casify_region): Likewise.
14227
14228 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
14229
14230 * character.c (_fetch_multibyte_char_len): Delete this variable.
14231 (syms_of_character): Setup Vprintable_chars.
14232
14233 * editfns.c (Fchar_equal): Fix for the unibyte case.
14234 (Finsert_byte): New function.
14235 (syms_of_editfns): Defsubr it.
14236
14237 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
14238 of direct code 0x3ffff.
14239
14240 * search.c (Freplace_match): Fix for the unibyte case.
14241
14242 2008-02-01 Kenichi Handa <handa@m17n.org>
14243
14244 * lread.c (safe_to_load_p): Fix the logic.
14245
14246 * syntax.c (scan_words): Don't treat characters belonging to
14247 different scripts as constituting a word.
14248
14249 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14250
14251 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
14252
14253 * emacs.c (main): In the case of --unibyte, instead of aborting on
14254 finding non-empty buffer, make it unibyte.
14255
14256 2008-02-01 Kenichi Handa <handa@m17n.org>
14257
14258 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
14259 to create a fontset.
14260
14261 2008-02-01 Dave Love <fx@gnu.org>
14262
14263 * character.c (Funibyte_char_to_multibyte): Doc fix.
14264
14265 * xfns.c [HAVE_STDLIB_H]: Fix last change.
14266
14267 2008-02-01 Kenichi Handa <handa@m17n.org>
14268
14269 * fontset.c (fontset_add): Make the type `int'.
14270 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
14271
14272 * character.c (unibyte_char_to_multibyte)
14273 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
14274 charset_unibyte, not charset_primary.
14275
14276 * charset.h (charset_unibyte): Extern it instead of charset_primary.
14277
14278 * charset.c (charset_unibyte): Rename from charset_primary.
14279 (Funibyte_charset): Rename from Fprimary_charset.
14280 (Fset_unibyte_charset): Rename from Fset_primary_charset.
14281 (syms_of_charset): Adjust for the above changes.
14282
14283 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
14284 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
14285 it->multibyte_p is zero.
14286
14287 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
14288 Delete extern.
14289
14290 2008-02-01 Kenichi Handa <handa@m17n.org>
14291
14292 * coding.c (Fdefine_coding_system_internal): Fix category setting
14293 for a coding system of type iso-2022.
14294
14295 2008-02-01 Kenichi Handa <handa@m17n.org>
14296
14297 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
14298
14299 2008-02-01 Kenichi Handa <handa@m17n.org>
14300
14301 * syntax.c (Vnext_word_boundary_function_table): New variable.
14302 (next-word-boundary-function-table): Declare it as a Lisp variable
14303 in syms_of_syntax.
14304 (scan_words): Call functions in Vnext_word_boundary_function_table
14305 if any.
14306
14307 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
14308
14309 * fontset.c (fs_load_font): If fontp->charset is not negative,
14310 return fontp without setting its members.
14311
14312 2008-02-01 Dave Love <fx@gnu.org>
14313
14314 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
14315
14316 * m/sparc.h (HAVE_ALLOCA): Delete.
14317
14318 * s/irix6-5.h: Don't include strings.h.
14319 (bcopy, bzero, bcmp): Don't undef.
14320
14321 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
14322
14323 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
14324 (TIOCSIGSEND): Don't test IRIX6.
14325 (bcopy, bzero, bcmp): Define conditionally.
14326
14327 2008-02-01 Kenichi Handa <handa@m17n.org>
14328
14329 * buffer.c (Qas, Qmake, Qto): New variables.
14330 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
14331 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
14332
14333 * callproc.c (Fcall_process): Don't call insert_1_both directly if
14334 we are inserting a process output into a multibyte buffer.
14335
14336 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
14337 multibyte_char_to_unibyte.
14338
14339 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
14340 by the primary charset, make it eight-bit char.
14341 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
14342
14343 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
14344 (charset_8_bit__control, charset_8_bit_graphic)
14345 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
14346 (define_charset_internal): New function.
14347 (syms_of_charset): Call define_charset_internal for pre-defined
14348 charsets.
14349
14350 * charset.h (charset_8_bit): Extern it.
14351
14352 * coding.c (make_conversion_work_buffer): Adjust for the change
14353 of Fset_buffer_multibyte.
14354 (encode_coding_raw_text): Increment p0 in the loop.
14355
14356 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
14357
14358 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
14359 for the change of Fset_buffer_multibyte.
14360
14361 * fns.c (Fstring_to_multibyte): New function.
14362 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
14363
14364 2008-02-01 Dave Love <fx@gnu.org>
14365
14366 * xfns.c (x_put_x_image): Declare args.
14367
14368 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
14369 (try_font_list): Declare an arg.
14370
14371 * xdisp.c (message2_nolog, set_message): Declare an arg.
14372
14373 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
14374
14375 * syntax.c (scan_sexps_forward): Declare an arg.
14376
14377 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
14378 Declare an arg.
14379
14380 * lisp.h (Fnew_fontset): Declare.
14381
14382 * keymap.c (push_key_description): Call CHARACTERP correctly.
14383
14384 * fontset.c (fontset_add): Declare args. Call make_number correctly.
14385 (face_for_char): Delete unused vars.
14386 (Fset_fontset_font): Doc fix. Delete unused vars.
14387
14388 * doc.c (Fsubstitute_command_keys): Delete unused vars.
14389
14390 * composite.c (update_compositions): Declare arg.
14391
14392 * cm.c (calccost, cmgoto): Declare args.
14393
14394 * charset.c: Remove `emacs' conditional. Doc fixes.
14395 (map_char_table_for_charset): Declare.
14396
14397 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
14398
14399 * ccl.c: Remove `emacs' conditional.
14400
14401 2008-02-01 Kenichi Handa <handa@m17n.org>
14402
14403 The following changes are to allow specifying multiple font
14404 patterns for a character range (specified by script or charset).
14405
14406 * Makefile.in (abbrev.o): Depend on syntax.h.
14407 (xfaces.o): Depend on charset.h.
14408
14409 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
14410 SINGLE_BYTE_CHAR_P.
14411
14412 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
14413
14414 * character.h (Vchar_script_table): Extern it.
14415
14416 * character.c (Vscript_alist): Delete.
14417 (Vchar_script_table, Qchar_script_table): New variable.
14418 (syms_of_character): Declare Vchar_script_table as a lisp variable
14419 and initialize it.
14420
14421 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
14422 have property char-table-extra-slots, make no extra slot.
14423
14424 * dispextern.h (struct face): Delete member `charset'.
14425 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
14426 SINGLE_BYTE_CHAR_P.
14427 (choose_face_font, lookup_non_ascii_face, font_name_registry):
14428 Add prototypes.
14429 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
14430 (generate_ascii_font_name): Rename from generate_ascii_font.
14431
14432 * fontset.h (get_font_repertory_func): New prototype.
14433 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
14434 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
14435
14436 * fontset.c (Qprepend, Qappend): New variables.
14437 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
14438 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
14439 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
14440 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
14441 (fontset_ref_and_range, fontset_add, reorder_font_vector)
14442 (load_font_get_repertory): New functions.
14443 (fontset_set): Delete.
14444 (fontset_face): New arg FACE. Return face ID, not face.
14445 Complete re-write to handle new fontset structure. Change caller.
14446 (free_face_fontset): Use ASET istead of AREF (X) = Y.
14447 (face_for_char): Don't call lookup_face.
14448 (make_fontset_for_ascii_face): New arg FACE.
14449 (fs_load_font): New arg CHARSET_ID. Don't check
14450 Vfont_encoding_alist here.
14451 (find_font_encoding): New function.
14452 (list_fontsets): Use STRINGP, not ! NILP.
14453 (accumulate_script_ranges): New function.
14454 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
14455 re-written to handle new fontset structure.
14456 (Ffontset_font): Return a copy of element.
14457 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
14458 docstring of font-encoding-alist.
14459
14460 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
14461 (Fset_fotset_font): Fix arguments to 5.
14462
14463 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
14464
14465 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
14466 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14467 (highlight_trailing_whitespace): Adjust for the change of
14468 lookup_named_face.
14469
14470 * xfaces.c: Include charset.h.
14471 (load_face_font): Delete argument C. Change caller.
14472 (generate_ascii_font_name): Rename from generate_ascii_font.
14473 (font_name_registry): New function.
14474 (cache_face): Store ascii faces before non-ascii faces in buckets.
14475 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
14476 Lookup only ascii faces.
14477 (lookup_non_ascii_face): New function.
14478 (lookup_named_face): Delete argument C. Change caller.
14479 (lookup_derived_face): Delete argument C. Change caller.
14480 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
14481 a string, just call font_list with it.
14482 (choose_face_font): Delete arguments FACE and C. New arg
14483 FONT_SPEC. Change caller.
14484 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
14485 Change caller.
14486 (realize_non_ascii_face): New function.
14487 (realize_x_face): Call load_face_font here.
14488 (realize_tty_face): Delete argument C. Change caller.
14489 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
14490 get a face ID.
14491 (dump_realized_face): Don't print charset of FACE.
14492
14493 * xfns.c (x_set_font): Always call x_new_fontset and
14494 store_frame_parameter.
14495 (Fx_create_frame): Call x_new_fontset, not x_new_font.
14496 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
14497
14498 * xterm.h (x_get_font_repertory): Extern it.
14499
14500 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
14501 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
14502 it->multibyte_p is zero.
14503 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14504 (x_new_fontset): If FONTSETNAME doesn't match any existing
14505 fontsets, create a new one.
14506 (x_get_font_repertory): New function.
14507
14508 2008-02-01 Kenichi Handa <handa@m17n.org>
14509
14510 * coding.c (Ffind_coding_systems_region_internal): Detect an
14511 ASCII only string correctly.
14512
14513 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
14514 version is 0.
14515
14516 2008-02-01 Kenichi Handa <handa@m17n.org>
14517
14518 * lread.c: Include "coding.h".
14519 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
14520 (load_each_byte, unread_char): New variables.
14521 (readchar_backlog): Delete.
14522 (readchar): Return a character unless load_each_byte is nonzero.
14523 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
14524 cons. If unread_char is not -1, simply return it.
14525 (unreadchar): Handle the case that readcharfun is
14526 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
14527 (read_multibyte): Delete.
14528 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
14529 (read_emacs_mule_char): New functions.
14530 (Fload): Even if the file doesn't have the extension ".elc", if
14531 safe_to_load_p returns a positive version number, assume that the
14532 file contains bytecompiled code. If the version is less than 22,
14533 load the file while decoding multibyte sequences by emacs-mule.
14534 (readevalloop): Don't use readchar_backlog.
14535 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
14536 (Fread_from_string): Pay attention to the case that STREAM is a cons.
14537 (read_escape): Delete the arg BYTEREP.
14538 (read1): Set load_each_byte to 1 temporarily while handling
14539 #@NUMBER. Don't call read_multibyte.
14540 (read_vector): Call Fread with a cons. If readcharfun is
14541 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
14542 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
14543 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
14544 and Qload_force_doc_strings.
14545
14546 2008-02-01 Kenichi Handa <handa@m17n.org>
14547
14548 * xdisp.c (face_before_or_after_it_pos): Call
14549 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
14550
14551 2008-02-01 Kenichi Handa <handa@m17n.org>
14552
14553 * character.h (TRAILING_CODE_P): New macro.
14554 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
14555 (string_char_with_unification): Fix prototype.
14556 (Vscript_alist): Extern it.
14557
14558 * character.c (Vscript_alist): New variable.
14559 (string_char_with_unification, str_as_unibyte)
14560 (string_escape_byte8): Add `const' to local variables.
14561 (syms_of_character): Declare script-alist as a Lisp variable.
14562
14563 * charset.h (Vcharset_ordered_list): Extern it.
14564 (charset_ordered_list_tick): Extern it.
14565 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
14566 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
14567 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
14568 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
14569 (Funify_charset): Adjust for the change of Funify_charset.
14570
14571 * charset.c (charset_ordered_list_tick): New variable.
14572 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
14573 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
14574 deunify intead of unify a charset.
14575 (string_xstring_p): Add `const' to local variables.
14576 (find_charsets_in_text): Add `const' to arguments and local variables.
14577 (encode_char): Adjust for the change of Funify_charset. Fix
14578 detecting of invalid code.
14579 (Fset_charset_priority): Increment charset_ordered_list_tick.
14580 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
14581 and TO_CODE.
14582
14583 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
14584 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
14585 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
14586 (decode_coding_ccl, consume_chars)
14587 (Ffind_coding_systems_region_internal)
14588 (Fcheck_coding_systems_region): Add `const' to local variables.
14589
14590 * print.c (print_object): Use octal form for printing the
14591 contents of a bool vector.
14592
14593 2008-02-01 Dave Love <fx@gnu.org>
14594
14595 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
14596 <version == 20>: Refuse to load.
14597
14598 2008-02-01 Dave Love <fx@gnu.org>
14599
14600 * fns.c: Move coding.h.
14601 (Qcodeset, Qdays, Qmonths): New.
14602 (concat): Use CHARACTERP instead of INTEGERP.
14603 (Flocale_codeset): Delete.
14604 (Flanginfo): New function.
14605 (syms_of_fns): Change accordingly.
14606
14607 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
14608
14609 2008-02-01 Dave Love <fx@gnu.org>
14610
14611 * casetab.c (init_casetab_once, init_casetab_once): Fix
14612 CHAR_TABLE_SET call.
14613
14614 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
14615
14616 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
14617
14618 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
14619 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
14620 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
14621
14622 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
14623
14624 * coding.c (ENCODE_DESIGNATION, decode_eol)
14625 (make_conversion_work_buffer, code_conversion_restore)
14626 (Fdefine_coding_system_internal): Convert Lisp types.
14627 (code_conversion_restore): Use EQ, not ==.
14628 (Fencode_coding_string): Fix code_convert_string call.
14629
14630 * coding.h (code_convert_region): Fix prototype.
14631
14632 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
14633
14634 * fontset.c (fontset_ref, fontset_set, fs_load_font)
14635 (Ffontset_info): Convert Lisp types.
14636
14637 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
14638
14639 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
14640
14641 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
14642
14643 * chartab.c: Include "...h", not <...h> in some cases.
14644
14645 * callproc.c (Fcall_process): Remove unused variables.
14646
14647 2008-02-01 Dave Love <fx@gnu.org>
14648
14649 * coding.c (Fset_coding_system_priority): Allow null arg list.
14650
14651 2008-02-01 Dave Love <fx@gnu.org>
14652
14653 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
14654 (Fself_insert_and_exit): Use CHARACTERP.
14655
14656 * callproc.c (Fcall_process): Remove unused vars.
14657
14658 * xterm.c (XTread_socket): Add extra dead keysyms.
14659
14660 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
14661
14662 * dispextern.h: Remove prototypes for redraw_frame,
14663 redraw_garbaged_frames.
14664
14665 * cmds.c (Fself_insert_command): Use CHARACTERP.
14666
14667 * chartab.c (make_sub_char_table): Remove unused var.
14668 (Fset_char_table_default, Fmap_char_table): Doc fix.
14669
14670 * keymap.c (access_keymap): Remove generic char code.
14671 (push_key_description): Use CHARACTERP.
14672
14673 2008-02-01 Dave Love <fx@gnu.org>
14674
14675 * charset.c: Doc fixes.
14676 (Funify_charset): Extra checking.
14677
14678 2008-02-01 Dave Love <fx@gnu.org>
14679
14680 * lread.c: Remove some unused variables.
14681 (safe_to_load_p): If safe, return the magic number version byte.
14682 (Fload): Maybe use load-with-code-conversion.
14683
14684 2008-02-01 Kenichi Handa <handa@m17n.org>
14685
14686 * category.c (Fmodify_category_entry): Don't modify the contents
14687 of category_set for characters out of the range. Avoid
14688 unnecessary modification.
14689
14690 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
14691 Vchar_unify_table. The default value of the table is now nil.
14692
14693 * character.c (syms_of_character): Setup Vchar_width_table for
14694 eight-bit-control and raw-byte chars.
14695
14696 * charset.h (enum define_charset_arg_index): Delete
14697 charset_arg_parents and add charset_arg_subset and
14698 charset_arg_superset.
14699 (enum charset_attr_index): Delete charset_parents and add
14700 charset_subset and charset_superset.
14701 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
14702 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
14703 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
14704 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
14705 (CHARSET_SUPERSET): New macros.
14706 (charset_work): Extern it.
14707 (ENCODE_CHAR): Use charset_work.
14708 (CHAR_CHARSET_P): Adjust for the change of encoder format.
14709 (map_charset_chars): Extern it.
14710
14711 * charset.c (load_charset_map): Set the default value of encoder
14712 and deunifier char-tables to nil.
14713 (map_charset_chars): Change argument. Change callers. Use
14714 map_char_table_for_charset instead of map_char_table.
14715 (Fmap_charset_chars): New optional args from_code and to_code.
14716 (Fdefine_charset_internal): Adjust for the change of
14717 `define-charset' (:parents -> :subset or :superset).
14718 (charset_work): New variable.
14719 (encode_char, syms_of_charset): Adjust for the change of
14720 Fdefine_charset_internal.
14721 (Ffind_charset_string): Setup the vector `charsets' correctly.
14722
14723 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
14724 the previous change.
14725 (char_table_ref_and_range): Adjust for the above change.
14726 (map_sub_char_table_for_charset): New function.
14727 (map_char_table_for_charset): New function.
14728
14729 * keymap.c (describe_vector): Handle a char-table directly here.
14730 (describe_char_table): Delete.
14731
14732 * lisp.h (map_charset_chars): Delete.
14733
14734 2008-02-01 Dave Love <fx@gnu.org>
14735
14736 * fns.c (count_combining): Comment out (unused).
14737 (Flocale_codeset): New.
14738 (syms_of_fns): Defsubr it.
14739
14740 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
14741 (size_t): Remove.
14742
14743 2008-02-01 Dave Love <fx@gnu.org>
14744
14745 * Makefile.in (chartab.o): Depend on charset.h.
14746
14747 2008-02-01 Kenichi Handa <handa@m17n.org>
14748
14749 * character.c (syms_of_character): Set the default value of
14750 Vprintable_chars to Qnil.
14751
14752 2008-02-01 Dave Love <fx@gnu.org>
14753
14754 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
14755
14756 2008-02-01 Kenichi Handa <handa@m17n.org>
14757
14758 * charset.c (load_charset_map): Handle the case that from < to
14759 correctly.
14760
14761 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
14762 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
14763 Pay attention to raw-8-bit chars.
14764
14765 2008-02-01 Kenichi Handa <handa@m17n.org>
14766
14767 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
14768 It is not bytecompiled now.
14769
14770 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
14771 (charset_jisx0208): New variables.
14772 (Fdefine_charset_internal): Setup them if appropriate.
14773 (init_charset_once): Initialize them to -1.
14774
14775 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
14776 (charset_jisx0208): Extern them.
14777
14778 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
14779 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
14780 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
14781 (setup_iso_safe_charsets): Fix arguments to Fassq.
14782 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
14783 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
14784 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
14785 (encode_coding_iso_2022): Change the 1st arg to
14786 ENCODE_ISO_CHARACTER to a variable.
14787
14788 2008-02-01 Kenichi Handa <handa@m17n.org>
14789
14790 * charset.h (enum define_charset_arg_index): New enums
14791 charset_arg_min_code and charset_arg_max_code.
14792 (struct charset): New member char_index_offset.
14793
14794 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
14795 Take charset->char_index_offset into account.
14796 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
14797 args[charset_arg_max_code]. Setup charset.char_index_offset.
14798 (syms_of_charset): Fix args to Fdefine_charset_internal.
14799
14800 2008-02-01 Dave Love <fx@gnu.org>
14801
14802 * coding.c (decode_coding_utf_8): Reject overlong sequences.
14803
14804 2008-02-01 Dave Love <fx@gnu.org>
14805
14806 * coding.c: Doc fixes.
14807 (Fcoding_system_aliases): Fix return value.
14808 (Qmac): Remove (duplicated) definition.
14809
14810 2008-02-01 Dave Love <fx@gnu.org>
14811
14812 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
14813 functions.
14814
14815 * character.c (Fstring): Doc fix.
14816
14817 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
14818
14819 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
14820 ids.
14821 (font-encoding-alist): Doc fix.
14822
14823 2008-02-01 Dave Love <fx@gnu.org>
14824
14825 * term.c (costs_set): Declare static, non-initialized for pcc.
14826 (encode_terminal_code): Remove unused var.
14827
14828 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
14829 for K&R.
14830
14831 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
14832
14833 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
14834 (suffixes): Move out of make_subsidiaries for K&R.
14835
14836 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
14837
14838 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
14839
14840 2008-02-01 Dave Love <fx@gnu.org>
14841
14842 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
14843
14844 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
14845
14846 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
14847
14848 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
14849
14850 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
14851
14852 2008-02-01 Kenichi Handa <handa@m17n.org>
14853
14854 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
14855 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
14856
14857 2008-02-01 Kenichi Handa <handa@m17n.org>
14858
14859 * coding.c (decode_coding_charset): Adjust for the change of
14860 Fdefine_coding_system_internal.
14861 (Fdefine_coding_system_internal): For a coding system of
14862 `charset' type, store a list of charset IDs in
14863 `charset_attr_charset_valids' element of coding attributes.
14864
14865 2008-02-01 Kenichi Handa <handa@m17n.org>
14866
14867 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
14868 (emacs_mule_char): New arg src. Delete arg `composition'. Change
14869 caller. Handle 2-byte and 3-byte charsets correctly.
14870 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
14871 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
14872 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
14873 (DECODE_EMACS_MULE_21_COMPOSITION): Call
14874 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
14875 sequence.
14876 (decode_coding_emacs_mule): Handle composition correctly. Rewind
14877 `src' and `consumed_chars' correctly before calling emacs_mule_char.
14878 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
14879 and alt&rule composition.
14880 (decode_coding_iso_2022): Handle composition correctly.
14881 (init_coding_once): Setup emacs_mule_bytes for private charsets.
14882
14883 * charset.c (Fdefine_charset_internal): Fix bug for the case of
14884 re-defining a charset. If the charset has :emacs-mule-id, setup
14885 emacs_mule_bytes.
14886 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
14887
14888 2008-02-01 Kenichi Handa <handa@m17n.org>
14889
14890 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
14891 (encode_coding_big5, encode_coding_charset): If coding requires safe
14892 encoding, produce a character specified by
14893 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
14894
14895 2008-02-01 Dave Love <fx@gnu.org>
14896
14897 * xterm.c (XSetIMValues): Declare.
14898
14899 * process.c: Conditionally include sys/wait.h, pty.h.
14900
14901 * print.c (print_object): Fix print format for 64-bit systems.
14902
14903 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
14904
14905 * buffer.c (emacs_strerror): Declare.
14906
14907 * fontset.c (Fclear_face_cache): Declare.
14908 (accumulate_font_info): Comment-out (unused).
14909 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
14910 variables.
14911
14912 * character.h (string_escape_byte8): Declare.
14913
14914 * charset.c (load_charset_map, load_charset_map_from_file): Remove
14915 unused vars.
14916 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
14917 (Fmap_charset_chars): Doc fix.
14918
14919 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
14920 (Fset_coding_system_priority, Fset_coding_system_priority)
14921 (Fdefine_coding_system_internal): Doc fix.
14922
14923 2008-02-01 Dave Love <fx@gnu.org>
14924
14925 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
14926
14927 2008-02-01 Kenichi Handa <handa@m17n.org>
14928
14929 * character.c (string_escape_byte8): Make multibyte string with
14930 correct size.
14931
14932 * charset.c (Fmake_char): Delete unnecessary code.
14933
14934 2008-02-01 Kenichi Handa <handa@m17n.org>
14935
14936 * xfns.c (x_encode_text): Allocate coding.destination here, and
14937 call encode_coding_object with dst_object Qnil.
14938
14939 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
14940 multibyte form correctly.
14941
14942 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
14943 against Vfont_encoding_alist.
14944
14945 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
14946 handling of charset list.
14947 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
14948 (decode_coding_object): Move point to coding->dst_pos before
14949 calling post-read-conversion function.
14950 (encode_coding_object): Give correct arguments to
14951 pre-write-conversion. Ignore the return value of
14952 pre-write-conversion function. Pay attention to the case that
14953 pre-write-conversion changes the current buffer. If dst_object is
14954 Qt, even if coding->src_bytes is zero, allocate at least one byte
14955 to coding->destination.
14956
14957 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
14958
14959 * charset.c (Fmake_char): Make it more backward compatible.
14960 (Fmap_charset_chars): Fix docstring.
14961
14962 2008-02-01 Dave Love <fx@gnu.org>
14963
14964 * coding.c: Doc fixes.
14965 (Fdefine_coding_system_alias): Use names, not symbols, in
14966 coding-system-alist.
14967
14968 2008-02-01 Kenichi Handa <handa@m17n.org>
14969
14970 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
14971 of calling free_realized_face.
14972
14973 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
14974
14975 * charset.c (read_hex): Don't treat SPC as a comment starter.
14976 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
14977 (Fdecode_char): Fix typo.
14978
14979 2008-02-01 Kenichi Handa <handa@m17n.org>
14980
14981 * charset.h (struct charset): New member `code_space_mask'.
14982
14983 * coding.c (coding_set_source): Delete the local variable beg_byte.
14984 (encode_coding_charset, Fdefine_coding_system_internal):
14985 Delete the local variable charset.
14986 (Fdefine_coding_system_internal): Setup
14987 attrs[coding_attr_charset_valids] correctly.
14988
14989 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
14990 member to check if CODE is valid or not.
14991 (Fdefine_charset_internal): Initialize `code_space_mask' member.
14992 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
14993 is within the range of charset->min_code and carset->max_code.
14994
14995 2008-02-01 Dave Love <fx@gnu.org>
14996
14997 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
14998
14999 * dispextern.h (generate_ascii_font): Fix return type.
15000
15001 * xfaces.c (generate_ascii_font): Fix arg declaration.
15002
15003 * coding.c (coding_inherit_eol_type)
15004 (Fset_terminal_coding_system_internal)
15005 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
15006
15007 2008-02-01 Kenichi Handa <handa@m17n.org>
15008
15009 * coding.c (decode_coding_charset, encode_coding_charset): Handle
15010 multiple charsets correctly.
15011
15012 2008-02-01 Kenichi Handa <handa@m17n.org>
15013
15014 * search.c (boyer_moore): Fix handling of multibyte character
15015 translation.
15016
15017 * xdisp.c (display_mode_element): When the variable `elt' is
15018 changed, update `this' and `lisp_string'.
15019
15020 2008-02-01 Kenichi Handa <handa@m17n.org>
15021
15022 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
15023
15024 * callproc.c (Fcall_process): Be sure to give the current buffer
15025 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
15026
15027 * charset.c (struct charset_map_entries): New struct.
15028 (load_charset_map): Rename from parse_charset_map. New args
15029 entries and n_entries. Change caller.
15030 (load_charset_map_from_file): Rename from load_charset_map.
15031 Change caller. New arg control_flag. Call load_charset_map at
15032 the tail.
15033 (load_charset_map_from_vector): New function.
15034 (Fdefine_charset_internal): Setup charset.compact_codes_p.
15035 (encode_char): If the charset is compact, change a character index
15036 to a code point.
15037
15038 * coding.c (coding_alloc_by_making_gap): Check the case that the
15039 source and destination are the same correctly.
15040 (decode_coding_raw_text): Set coding->consumed_char and
15041 coding->consumed to 0.
15042 (produce_chars): If coding->chars_at_source is nonzero, update
15043 coding->consumed_char and coding->consumed before calling
15044 alloc_destination.
15045 (Fdefine_coding_system_alias): Register ALIAS in
15046 Vcoding_system_alist.
15047 (syms_of_coding): Define `no-conversion' coding system at the tail.
15048
15049 * fileio.c (Finsert_file_contents): Set coding_system instead of
15050 val. If the current buffer is multibyte, always call
15051 decode_coding_gap.
15052
15053 * xfaces.c (try_font_list): Give higher priority to fontset's
15054 family than face's family.
15055
15056 2008-02-01 Kenichi Handa <handa@m17n.org>
15057
15058 * callproc.c (Fcall_process): Be sure to give the current buffer
15059 to decode_coding_c_string.
15060
15061 * xfaces.c (try_font_list): Give a family specified in a fontset
15062 higher priority than a family specified in a face.
15063
15064 2008-02-01 Kenichi Handa <handa@m17n.org>
15065
15066 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
15067 Fix arguments to insert_from_buffer.
15068
15069 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
15070
15071 2008-02-01 Kenichi Handa <handa@m17n.org>
15072
15073 * coding.c (produce_chars): Set the variable `multibytep' correctly.
15074 (decode_coding_gap): Set coding->dst_multibyte correctly.
15075
15076 2008-02-01 Kenichi Handa <handa@m17n.org>
15077
15078 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
15079 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
15080 (encode_coding_utf_16): Substitute coding->default_char for
15081 non-Unicode characters.
15082 (decode_coding): Don't call record_insert here.
15083 (setup_coding_system): Initialize `surrogate' of
15084 coding->spec.utf_16 to 0.
15085 (EMIT_ONE_BYTE): Fix for multibyte case.
15086
15087 * insdel.c (insert_from_gap): Call record_insert.
15088
15089 2008-02-01 Kenichi Handa <handa@m17n.org>
15090
15091 * casefiddle.c (casify_region): Fix multibyte case.
15092
15093 * character.c (c_string_width): Add return type `int'.
15094 (char_string_with_unification): Delete arg ADVANCED.
15095
15096 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
15097 (CHAR_STRING): Adjust for the change of char_string_with_unification.
15098 (CHAR_STRING_ADVANCE): Make it do-while statement.
15099
15100 * chartab.c (sub_char_table_set_range): Optimize for the case
15101 DEPTH == 3. Add workaround code for a GCC optimization bug.
15102
15103 * charset.c (parse_charset_map): Remove an unused variable.
15104
15105 * coding.c: Delete unused variables.
15106
15107 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
15108 earlier. If inserted is zero and the coding system doesn't
15109 require flushing, don't call decode_coding_gap.
15110
15111 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
15112
15113 2008-02-01 Kenichi Handa <handa@m17n.org>
15114
15115 The following changes are for using Unicode as an internal
15116 character model, and use UTF-8 format for buffer/string
15117 representation.
15118
15119 * .gdbinit (xchartable): Adjust for the change of char table structure.
15120 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
15121
15122 * Makefile.in (obj): Add character.o and chartab.o.
15123 (lisp, shortlisp): Remove utf-8.elc.
15124 (*.o): For many files, change dependency on charset.h to
15125 character.h, and add dependency on character.h.
15126 (character.o, chartab.o): New targets.
15127
15128 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
15129 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
15130 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
15131 of "charset.h".
15132
15133 * dired.c, filelock.c: Include "character.h".
15134
15135 * alloc.c: Include "character.h" instead of "charset.h".
15136 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
15137 (syms_of_alloc): Remove defsubr for Smake_char_table.
15138
15139 * buffer.c: Include "character.h" instead of "charset.h", don't
15140 include "coding.h".
15141 (Fset_buffer_multibyte): Adjust for UTF-8.
15142
15143 * buffer.h: EXFUN Fbuffer_live_p.
15144
15145 * callproc.c: Include "character.h" instead of "charset.h".
15146 (Fcall_process): Big change for the new code-conversion APIs.
15147
15148 * casetab.c: Include "character.h" instead of "charset.h".
15149 (set_canon, set_identity, shuffle): Adjust for the new
15150 map_char_table spec.
15151 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
15152 accessing the char table structure.
15153
15154 * chartab.c: New file that implements char table.
15155
15156 * category.c: Include "character.h".
15157 (copy_category_entry): New function.
15158 (copy_category_table): Call map_char_table and copy_category_entry.
15159 (Fmake_category_table): Initialize all top-level slots.
15160 (char_category_set): New function.
15161 (modify_lower_category_set): Delete.
15162 (Fmodify_category_entry): Call char_table_ref_and_range.
15163
15164 * category.h (CATEGORY_SET): Just call char_category_set.
15165
15166 * ccl.c: Include "character.h".
15167 (Qccl, Qcclp): New variables.
15168 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
15169 it's less than 256.
15170 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
15171 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
15172 and DST type.
15173 (ccl_driver): Change types of argument, adjust code accordingly.
15174 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
15175 ccl_driver.
15176 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
15177
15178 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
15179 New members src_multibyte, dst_multibyte, consumed, and produced.
15180 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
15181 (CODING_SPEC_CCL_PROGRAM): New macro.
15182 (ccl_driver): Update prototype.
15183 (Qccl, Qcclp, Fccl_program_p): Extern them.
15184 (CHECK_CCL_PROGRAM): New macro.
15185
15186 * character.c, character.h, chartab.c: New files.
15187
15188 * charset.c: Mostly re-written. Move character and multibyte sequence
15189 handling codes to character.c.
15190
15191 * charset.h: Mostly re-written. Move character and multibyte sequence
15192 handling codes to character.h.
15193
15194 * coding.c, coding.h: Mostly re-written.
15195
15196 * composite.c: Include "character.h" instead of "charset.h".
15197 (CHAR_WIDTH): Move to character.h.
15198 (HASH_KEY, HASH_VALUE): Delete.
15199
15200 * composite.h (enum composition_method): Change order of enumeration
15201 symbols.
15202
15203 * data.c: Include "character.h" instead of "charset.h".
15204 (Faref): Call CHAR_TABLE_REF for a char table.
15205 (Faset): Call CHAR_TABLE_SET for a char table.
15206
15207 * dispextern.h (free_realized_face, check_face_attribytes)
15208 (generate_ascii_font): Extern them.
15209 (free_realized_multibyte_face): Delete extern.
15210
15211 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
15212 table structure.
15213
15214 * editfns.c: Include "character.h" instead of "charset.h".
15215 (Fchar_to_string): Always call CHAR_STRING.
15216
15217 * emacs.c (main): Call init_charset_once, init_charset,
15218 syms_of_chartab, and syms_of_character.
15219
15220 * fileio.c: Include "character.h" instead of "charset.h".
15221 (Finsert_file_contents): Big change for the new code-conversion API.
15222 (choose_write_coding_system, Fwrite_region): Likewise.
15223 (build_annotations_2): Delete.
15224 (e_write): Big change for the new code-conversion API.
15225
15226 * fns.c: Include "character.h" instead of "charset.h".
15227 (copy_sub_char_table): Move to chartab.c.
15228 (Fcopy_sequence): Call copy_char_table for a char table.
15229 (concat): Delete codes calling count_multibyte.
15230 (string_char_to_byte, string_byte_to_char): Adjust for the new
15231 multibyte form.
15232 (internal_equal): Adjust for the change of char table structure.
15233 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
15234 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
15235 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
15236 (char_table_translate, optimize_sub_char_table)
15237 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
15238 chartab.c.
15239 (char_table_ref_and_index): Delete.
15240 (HASH_KEY, HASH_VALUE): Move to lisp.h.
15241 (Fmd5): Call preferred_coding_system instead of accessing
15242 Vcoding_category_list. Adjust for the new code-conversion API.
15243 (syms_of_fns): Move defsubr for char table related functions to
15244 chartab.c.
15245
15246 * fontset.c: Mostly re-written.
15247
15248 * fontset.h (struct font_info): Change type of the member encoding_type.
15249 (enum FONT_SPEC_INDEX): New enum.
15250 (fontset_font_pattern, fs_load_font): Update prototype.
15251 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
15252
15253 * indent.c: Include "character.h" instead of "charset.h".
15254 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
15255
15256 * insdel.c: Include "character.h" instead of "charset.h".
15257 (copy_text): Don't refer to Vnonascii_translation_table.
15258 (insert_from_gap): New function.
15259
15260 * keyboard.c: Include "character.h" instead of "charset.h".
15261 (command_loop_1): Never call direct_output_forward_char before
15262 a non-ASCII character.
15263 (read_char): If Vkeyboard_translate_table is a char table, always
15264 translate a character.
15265
15266 * keymap.c: Include "character.h".
15267 (store_in_keymap): Handle the case that IDX is a cons.
15268 (Fdefine_key): Handle the case that KEY is a cons and the car part
15269 is also a cons (range).
15270 (push_key_description): Adjust for the new character code.
15271 (describe_vector): Call describe_char_table for a char table.
15272 (describe_char_table): New function.
15273
15274 * keymap.h (describe_char_table): Extern it.
15275
15276 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
15277 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
15278 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
15279 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
15280 Delete.
15281 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
15282 structure.
15283 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
15284 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
15285 (CHARTAB_SIZE_BITS_3): New macros.
15286 (chartab_size): Extern it.
15287 (struct Lisp_Char_Table): Re-design.
15288 (struct Lisp_Sub_Char_Table): New structure.
15289 (HASH_KEY, HASH_VALUE): Move from fns.c.
15290 (CHARACTERBITS): Define as 22.
15291 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
15292 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
15293 (GC_SUB_CHAR_TABLE_P): New macro.
15294 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
15295 (code_convert_string_norecord): Deleted extern.
15296 (init_character_once, syms_of_character, init_charset)
15297 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
15298
15299 * lread.c: Include "character.h".
15300 (read_multibyte): New arg NBYTES.
15301 (read_escape): Change the meaning of returned *BYTEREP.
15302 (to_multibyte): Delete.
15303 (read1): Adjust the handling of char table and string.
15304
15305 * print.c: Include "character.h" instead of "charset.h".
15306 (print_string): Convert 8-bit raw bytes to octal form by
15307 string_escape_byte8.
15308 (print_object): Adjust for the new multibyte form. Print 8-bit
15309 raw bytes always in octal form. Handle sub char table correctly.
15310
15311 * process.c: Include "character.h" instead of "charset.h".
15312 (read_process_output, send_process): Adjust for the new
15313 code-conversion API.
15314
15315 * puresize.h (BASE_PURESIZE): Increase.
15316
15317 * regex.c: Include "character.h" instead of "charset.h".
15318 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
15319 (regex_compile): Accept a range whose starting and ending
15320 character have different leading bytes.
15321 (analyse_first): Adjust for the above change.
15322
15323 * search.c: Include "character.h" instead of "charset.h".
15324 (search_buffer, boyer_moore): Adjust for the new multibyte form.
15325 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
15326
15327 * syntax.c: Include "character.h" instead of "charset.h".
15328 (syntax_parent_lookup): Delete.
15329 (Fmodify_syntax_entry): Accept a cons as CHAR.
15330 (skip_chars): Adjust for the new multibyte form.
15331 (init_syntax_once): Call char_table_set_range instead of directly
15332 accessing the structure of a char table.
15333
15334 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
15335 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
15336 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
15337 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
15338
15339 * term.c: Include "buffer.h" and "character.h".
15340 (encode_terminal_code, write_glyphs): Adjust for the new
15341 code-conversion API.
15342 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
15343
15344 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
15345
15346 * xdisp.c: Include "character.h".
15347 (get_next_display_element): Adjust for the new multibyte form.
15348 (disp_char_vector): Adjust for the new char table structure.
15349 (decode_mode_spec_coding): Adjust for the new structure of
15350 coding system.
15351 (decode_mode_spec): Adjust for the new code-conversion API.
15352
15353 * xfaces.c: Include "character.h" instead of "charset.h".
15354 (load_face_font): Adjust for the change of choose_face_font and
15355 FS_LOAD_FONT.
15356 (generate_ascii_font): New function.
15357 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
15358 (set_font_frame_param): Adjust for the change of choose_face_font.
15359 (free_realized_face): Make it public.
15360 (free_realized_faces_for_fontset): Rename from
15361 free_realized_multibyte_face. Free also faces realized for ASCII.
15362 (choose_face_font): Change arguments. Adjust for the change of
15363 fontset_font_pattern and FS_LOAD_FONT.
15364
15365 * xfns.c: Include "character.h".
15366 (x_encode_text): Adjust for the new code-conversion API.
15367
15368 * xselect.c: Don't include "charset.h".
15369 (selection_data_to_lisp_data): Adjust for the new code conversion API.
15370
15371 * xterm.c: Include "character.h".
15372 (x_encode_char): New argument CHARSET. Change caller.
15373 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
15374 Call ENCODE_CHAR instead of SPLIT_CHAR.
15375 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
15376 CHAR_WIDTH instead of CHARSET_WIDTH.
15377 (XTread_socket): Adjust for the new code-conversion API.
15378 (x_new_font): Adjust for the change of FS_LOAD_FONT.
15379 (x_load_font): Adjust for the change of struct font.
15380
15381 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * xfaces.c (face_at_buffer_position): Remove unused vars.
15384
15385 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15386
15387 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
15388 Fix overflow checking.
15389
15390 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15391
15392 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
15393 Cancel previous change.
15394
15395 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
15396
15397 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
15398 ccl->eight_bit_control. Fix check for buffer overflow.
15399 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
15400 (ccl_driver): Initialize extra_bytes to 0.
15401
15402 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
15403
15404 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
15405 return it ORed with ctrl_modifier.
15406
15407 2008-01-29 Miles Bader <miles@gnu.org>
15408
15409 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
15410
15411 2008-01-28 Jason Rumney <jasonr@gnu.org>
15412
15413 * w32.c (stat): Don't double check for networked drive.
15414
15415 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * window.c (run_window_configuration_change_hook): New function.
15418 Code extracted from set_window_buffer. Set the selected frame.
15419 (set_window_buffer): Use it.
15420 * window.h (run_window_configuration_change_hook): Declare.
15421 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
15422
15423 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
15424
15425 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
15426
15427 * Makefile.in: Remove references to unused macros.
15428
15429 2008-01-26 Eli Zaretskii <eliz@gnu.org>
15430
15431 * w32.c (g_b_init_get_sid_sub_authority)
15432 (g_b_init_get_sid_sub_authority_count): New static variables.
15433 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
15434 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
15435 (init_user_info): Use them to retrieve uid and gid.
15436 Use 500/513, the Windows defaults, as Administrator's uid/gid.
15437 (fstat): Use pw_uid and pw_gid from the_passwd structure for
15438 st_uid and st_gid of the file.
15439
15440 2008-01-26 Jason Rumney <jasonr@gnu.org>
15441
15442 * w32.c (logon_network_drive): New function.
15443 (stat): Use it.
15444
15445 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
15446
15447 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
15448 invisible text covered with an ellipsis.
15449
15450 2008-01-25 Richard Stallman <rms@gnu.org>
15451
15452 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
15453 jump back to beginning. Move some other initializations after that.
15454 (Qwindow_text_change_functions, Vwindow_text_change_functions):
15455 New variables.
15456 (syms_of_xdisp): Init them.
15457
15458 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
15459
15460 * buffer.c (reset_buffer_local_variables):
15461 Implement `permanent-local-hook'.
15462 (Qpermanent_local_hook): New variable.
15463 (syms_of_buffer): Init and staticpro it.
15464
15465 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
15466
15467 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
15468
15469 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
15470
15471 * fns.c (Fclrhash): Return TABLE.
15472
15473 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15474
15475 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
15476 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
15477 is set even without positional changes.
15478 (x_scroll_bar_clear): Set bar->redraw_needed_p.
15479
15480 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
15481
15482 2008-01-23 Jason Rumney <jasonr@gnu.org>
15483
15484 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
15485
15486 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
15487 the unicode range available in MULE by locale-coding-system.
15488 Improve dbcs lead byte detection. Set event timestamp and modifiers
15489 earlier.
15490
15491 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15492
15493 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
15494 [MAC_OSX] (init_mac_osx_environment): Initialize it.
15495 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
15496 when used on child processes.
15497
15498 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
15499
15500 * dbusbind.c (Fdbus_method_return_internal): Rename from
15501 Fdbus_method_return.
15502 (Fdbus_unregister_object): Move to dbus.el.
15503 (Fdbus_call_method, Fdbus_method_return_internal)
15504 (Fdbus_send_signal): Improve debug messages.
15505
15506 2008-01-20 Martin Rudalics <rudalics@gmx.at>
15507
15508 * undo.c (undo_inhibit_record_point): New variable.
15509 (syms_of_undo): Initialize it.
15510 (record_point): Don't record point when undo_inhibit_record_point
15511 is set.
15512
15513 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15514
15515 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
15516
15517 * xdisp.c (Qauto_hscroll_mode): New var.
15518 (syms_of_xdisp): Initialize it.
15519 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
15520 window's buffer.
15521 (hscroll_windows): Don't check automatic_hscrolling_p here.
15522
15523 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
15524 vscroll if we're setting window-buffer to the value it already has.
15525
15526 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
15527
15528 * m/intel386.h: Remove references to XENIX.
15529
15530 2008-01-17 Andreas Schwab <schwab@suse.de>
15531
15532 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
15533 instead of HAVE_X86_64_LIB64_DIR.
15534 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
15535
15536 2008-01-17 Glenn Morris <rgm@gnu.org>
15537
15538 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
15539 to HAVE_X86_64_LIB64_DIR.
15540
15541 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
15542
15543 * s/irix3-3.h:
15544 * s/irix4-0.h:
15545 * s/386-ix.h:
15546 * s/domain.h:
15547 * s/hpux9-x11r4.h:
15548 * s/hpux9shxr4.h: Remove files for systems no longer supported.
15549
15550 * sysdep.c: Remove code containing references to symbols defined
15551 by unsupported systems.
15552
15553 2008-01-16 Glenn Morris <rgm@gnu.org>
15554
15555 * coding.c (select-safe-coding-system-function): Doc fix.
15556
15557 2008-01-15 Glenn Morris <rgm@gnu.org>
15558
15559 * config.in: Revert 2008-01-13 change: this is a generated file.
15560
15561 2008-01-13 Tom Tromey <tromey@redhat.com>
15562
15563 * lisp.h: Fix typo.
15564
15565 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
15566
15567 * m/sequent-ptx.h:
15568 * m/sequent.h:
15569 * s/ptx.h:
15570 * s/ptx4-2.h:
15571 * s/ptx4.h: Remove files for systems no longer supported.
15572
15573 * callproc.c (Fcall_process): Fix previous change.
15574
15575 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
15576
15577 * unexsunos4.c: Remove file, system not supported anymore.
15578
15579 * m/mips.h:
15580 * m/intel386.h:
15581 * callproc.c:
15582 * config.in:
15583 * ecrt0.c:
15584 * emacs.c:
15585 * fileio.c:
15586 * frame.c:
15587 * getpagesize.h:
15588 * keyboard.c:
15589 * lread.c:
15590 * process.c:
15591 * puresize.h:
15592 * sysdep.c:
15593 * systty.h:
15594 * syswait.h:
15595 * unexec.c:
15596 * xdisp.c:
15597 * alloc.c: Remove code containing references to symbols defined by
15598 unsupported systems.
15599
15600 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
15601
15602 * coding.c (detect_coding_mask): Fix previous change.
15603
15604 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
15605
15606 * coding.c (detect_coding_iso2022): New arg
15607 latin_extra_code_state. Allow Latin extra codes only
15608 when *latin_extra_code_state is nonzero.
15609 (detect_coding_mask): If there is a NULL byte, detect the encoding
15610 as UTF-16 or binary. If Latin extra codes exist, detect the
15611 encoding as ISO-2022 only when there's no other proper encoding is
15612 found.
15613
15614 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15615
15616 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
15617 #ifdef MAC_OS.
15618
15619 2008-01-08 Richard Stallman <rms@gnu.org>
15620
15621 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
15622
15623 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
15624
15625 * keyboard.c (parse_menu_item): Don't enclose key bindings on
15626 menu bar in parentheses.
15627
15628 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
15629
15630 * m/7300.h:
15631 * m/acorn.h:
15632 * m/alliant-2800.h:
15633 * m/alliant.h:
15634 * m/alliant1.h:
15635 * m/alliant4.h:
15636 * m/altos.h:
15637 * m/amdahl.h:
15638 * m/apollo.h:
15639 * m/att3b.h:
15640 * m/aviion-intel.h:
15641 * m/aviion.h:
15642 * m/celerity.h:
15643 * m/clipper.h:
15644 * m/cnvrgnt.h:
15645 * m/convex.h:
15646 * m/cydra5.h:
15647 * m/delta88k.h:
15648 * m/dpx2.h:
15649 * m/dual.h:
15650 * m/elxsi.h:
15651 * m/f301.h:
15652 * m/gould-np1.h:
15653 * m/gould.h:
15654 * m/i860.h:
15655 * m/ibmps2-aix.h:
15656 * m/ibmrt-aix.h:
15657 * m/ibmrt.h:
15658 * m/irist.h:
15659 * m/is386.h:
15660 * m/isi-ov.h:
15661 * m/mega68.h:
15662 * m/mg1.h:
15663 * m/news-r6.h:
15664 * m/news-risc.h:
15665 * m/news.h:
15666 * m/nh3000.h:
15667 * m/nh4000.h:
15668 * m/ns16000.h:
15669 * m/ns32000.h:
15670 * m/nu.h:
15671 * m/orion.h:
15672 * m/orion105.h:
15673 * m/paragon.h:
15674 * m/pfa50.h:
15675 * m/plexus.h:
15676 * m/pyramid.h:
15677 * m/pyrmips.h:
15678 * m/sh3el.h:
15679 * m/sps7.h:
15680 * m/sr2k.h:
15681 * m/stride.h:
15682 * m/sun1.h:
15683 * m/sun2.h:
15684 * m/sun3-68881.h:
15685 * m/sun3-fpa.h:
15686 * m/sun3-soft.h:
15687 * m/sun3.h:
15688 * m/sun386.h:
15689 * m/symmetry.h:
15690 * m/tad68k.h:
15691 * m/tahoe.h:
15692 * m/targon31.h:
15693 * m/tek4300.h:
15694 * m/tekxd88.h:
15695 * m/tower32.h:
15696 * m/tower32v3.h:
15697 * m/ustation.h:
15698 * m/wicat.h:
15699 * m/xps100.h:
15700 * s/cxux.h:
15701 * s/cxux7.h:
15702 * s/dgux.h:
15703 * s/dgux4.h:
15704 * s/dgux5-4-3.h:
15705 * s/dgux5-4r2.h:
15706 * s/esix.h:
15707 * s/esix5r4.h:
15708 * s/hiuxmpp.h:
15709 * s/hiuxwe2.h:
15710 * s/iris3-5.h:
15711 * s/iris3-6.h:
15712 * s/isc2-2.h:
15713 * s/isc3-0.h:
15714 * s/isc4-0.h:
15715 * s/isc4-1.h:
15716 * s/newsos5.h:
15717 * s/newsos6.h:
15718 * s/osf1.h:
15719 * s/osf5-0.h:
15720 * s/riscix1-1.h:
15721 * s/riscix12.h:
15722 * s/sco4.h:
15723 * s/sco5.h:
15724 * s/sunos4-0.h:
15725 * s/sunos4-1.h:
15726 * s/sunos413.h:
15727 * s/sunos4shr.h:
15728 * s/umax.h:
15729 * s/unipl5-2.h:
15730 * s/xenix.h:
15731 * cxux-crt0.s:
15732 * unexapollo.c:
15733 * unexconvex.c:
15734 * unexenix.c:
15735 * unexsni.c: Remove files for systems no longer supported.
15736
15737 * m/intel386.h: Remove references to unsupported systems.
15738
15739 * w32.c (get_emacs_configuration): Remove reference to i860.
15740
15741 * sysdep.c: Remove dead code.
15742
15743 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
15744
15745 * s/rtu.h:
15746 * m/masscomp.h: Remove files. Platform is obsolete.
15747
15748 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
15749
15750 * dbusbind.c (Fdbus_method_return): New function.
15751 (xd_read_message): Add the serial number to the event.
15752 (Fdbus_register_method): Activate the function.
15753
15754 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * keyboard.c (read_key_sequence): Fix typo.
15757
15758 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
15759
15760 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
15761 (xd_signature, xd_append_arg): Handle element type detection for
15762 empty arrays.
15763 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
15764 SDATA () calls; this must be solved more general.
15765 (Fdbus_register_signal): Use SBYTES instead of strlen.
15766
15767 2008-01-03 Magnus Henoch <magnus@zemdatav>
15768
15769 * dbusbind.c (xd_append_arg): Use unsigned char instead of
15770 unsigned int for byte values (necessary for big-endian platform).
15771 (Fdbus_call_method): Handle the case of no returned arguments.
15772
15773 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15774
15775 * dbusbind.c (xd_read_message): Use non-static input_event struct.
15776
15777 2007-12-31 Magnus Henoch <mange@freemail.hu>
15778
15779 * dbusbind.c (xd_signature): Signature of variant is just "v".
15780
15781 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
15782
15783 * dbusbind.c: Fix several errors and compiler warnings.
15784 Reported by Tom Tromey <tromey@redhat.com>.
15785 (XD_ERROR, XD_DEBUG_MESSAGE)
15786 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
15787 (xd_append_arg): Part for basic D-Bus types rewritten.
15788 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
15789 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
15790 appropriate.
15791 (xd_read_message): Return Qnil. Don't signal an error; it is not
15792 useful during event reading.
15793 (Fdbus_register_signal): Signal an error if the check for
15794 FUNCTIONP fails.
15795 (Fdbus_register_method): New function. The implementation is not
15796 complete, the call of the function signals an error therefore.
15797 (Fdbus_unregister_object): New function, renamed from
15798 Fdbus_unregister_signal. The initial check signals an error, if
15799 the object is not well formed.
15800
15801 2007-12-30 Richard Stallman <rms@gnu.org>
15802
15803 * textprop.c (get_char_property_and_overlay):
15804 Signal error if POSITION is out of range in a buffer.
15805
15806 2007-12-29 Martin Rudalics <rudalics@gmx.at>
15807
15808 * w32fns.c (Fx_create_frame): Make copy of frame parameters
15809 because the original parameters are in pure storage now.
15810
15811 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15812
15813 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
15814
15815 2007-12-22 Eli Zaretskii <eliz@gnu.org>
15816
15817 * callint.c (syms_of_callint) <command-history>: Add reference to
15818 history-length in the doc string.
15819
15820 2007-12-17 Jason Rumney <jasonr@gnu.org>
15821
15822 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
15823 before passing as wParam.
15824
15825 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
15826
15827 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
15828 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
15829 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
15830 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
15831 as number.
15832 (Fdbus_call_method): Fix docstring.
15833
15834 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
15835
15836 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
15837 New macros.
15838 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
15839 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
15840 Simplify.
15841 (xd_signature): New function.
15842 (xd_append_arg): Compute also signatures. Major rewrite.
15843 (xd_retrieve_arg): Make debug messages friendly.
15844 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
15845 Check for signatures of arguments.
15846
15847 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
15848
15849 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
15850 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
15851 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
15852 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
15853 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
15854 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
15855 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
15856 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
15857 (xd_retrieve_value): Remove. Functionality included in ...
15858 (xd_append_arg): New function.
15859 (Fdbus_call_method, Fdbus_send_signal): Apply it.
15860
15861 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
15862
15863 * dbusbind.c (top): Include <stdio.h>.
15864 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
15865 dbus_message_new_method_call and dbus_message_new_signal.
15866 (Fdbus_register_signal): Rename unique_name to uname.
15867 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
15868 non-existing unique name. Fix typos in matching rule. Return an
15869 object which is useful in Fdbus_unregister_signal.
15870 (Fdbus_unregister_signal): Reimplementation, in order to remove
15871 only the corresponding entry.
15872 (Vdbus_registered_functions_table): Change the order of entries.
15873 Apply these changes in xd_read_message and Fdbus_register_signal.
15874
15875 2007-12-16 Andreas Schwab <schwab@suse.de>
15876
15877 * fileio.c (Finsert_file_contents): Fix overflow check to not
15878 depend on undefined integer overflow.
15879
15880 2007-12-14 Jason Rumney <jasonr@gnu.org>
15881
15882 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
15883 for characters above 127.
15884
15885 2007-12-13 Jason Rumney <jasonr@gnu.org>
15886
15887 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
15888 before dereferencing array.
15889 (lookup_vk_code): Remove zero comparison.
15890
15891 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
15892
15893 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
15894 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
15895 Use `unsigned int' instead of `uint'.
15896 (xd_read_message, Fdbus_register_signal): Split expressions into
15897 multiple lines before operators "&&" and "||", according to the
15898 GNU Coding Standards.
15899
15900 2007-12-14 Eli Zaretskii <eliz@gnu.org>
15901
15902 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
15903
15904 2007-12-12 Juri Linkov <juri@jurta.org>
15905
15906 * buffer.c (Frename_buffer): In interactive spec replace
15907 `read-buffer' with `read-string' that uses `buffer-name-history'
15908 as history, and the current buffer's name as default.
15909
15910 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
15911
15912 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
15913 manipulating the backtrace manually.
15914 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
15915 (struct backtrace, backtrace_list): Remove.
15916 (command_loop_1): Remove dead var `no_direct'.
15917
15918 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
15919 preserve non-built-in buffer-local variables.
15920 (Fkill_all_local_variables): Don't re-create&re-set permanent
15921 buffer-local variables.
15922
15923 2007-12-09 Juri Linkov <juri@jurta.org>
15924
15925 * buffer.c (Frename_buffer): Change interactive spec from "s" to
15926 Lisp code that uses `read-buffer' with current buffer as default.
15927
15928 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
15929
15930 * dbusbind.c (xd_read_message): Generate an event for every
15931 registered handler. There might be several handlers registered
15932 for the same signal.
15933 (Fdbus_register_signal): Don't overwrite a registration for the
15934 same signal. Add a new registration if handlers are different.
15935 (Vdbus_registered_functions_table): Rework doc string.
15936
15937 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
15938
15939 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
15940 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
15941 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
15942 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
15943 Unify argument lists.
15944 (xd_read_message, Fdbus_register_signal): Reorder and extend event
15945 arguments and hash table keys. Use unique name for service.
15946 (Fdbus_unregister_signal): Remove checks.
15947 (Vdbus_registered_functions_table): Fix doc string.
15948
15949 2007-12-05 Magnus Henoch <mange@freemail.hu>
15950
15951 * process.c (make_process): Initialize pty_flag to 0.
15952
15953 2007-12-05 Jason Rumney <jasonr@gnu.org>
15954
15955 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
15956 specified XBMs.
15957
15958 2007-12-05 Richard Stallman <rms@gnu.org>
15959
15960 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
15961
15962 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15963
15964 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
15965 New variable.
15966 (mac_try_close_socket) [MAC_OSX]: New function.
15967 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
15968 Update cfsockets_for_select. Replace invalid CFRunLoop source.
15969
15970 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
15971 Use mac_try_close_socket.
15972
15973 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15974
15975 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
15976 reloc_base.
15977 (copy_dysymtab): Compute relocation base here.
15978 (rebase_reloc_address) [__ppc64__]: New function.
15979 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
15980 changed.
15981
15982 2007-12-05 Jason Rumney <jasonr@gnu.org>
15983
15984 * w32proc.c (sys_spawnve): Quote args with wildcards.
15985
15986 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15987
15988 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
15989 __objc_* sections.
15990 (unrelocate) [_LP64]: Set relocation base to address of data segment.
15991
15992 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
15993
15994 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
15995 Move check for Vdbus_registered_functions_table to
15996 xd_read_queued_messages.
15997 (xd_read_queued_messages): Protect xd_read_message calls by
15998 internal_condition_case_1.
15999
16000 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
16001
16002 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
16003 Qdbus_system_bus and Qdbus_session_bus, respectively.
16004 (Vdbus_intern_symbols): Remove.
16005 (Vdbus_registered_functions_table): New hash table.
16006 (XD_SYMBOL_INTERN_SYMBOL): Remove.
16007 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
16008 Rewrite in order to manage registered functions by hash table
16009 Vdbus_registered_functions_table.
16010
16011 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
16012
16013 * xterm.c: Update URL to Window Manager Specification in comment.
16014
16015 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
16016
16017 * config.in (HAVE_DBUS): Add.
16018
16019 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
16020 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
16021 (obj): Add $(DBUS_OBJ).
16022 (LIBES): Add $(DBUS_LIBS).
16023 (dbusbind.o): New target.
16024
16025 * dbusbind.c: New file.
16026
16027 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
16028
16029 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
16030 (Qdbus_event): New Lisp symbol.
16031 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
16032 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
16033 (keys_of_keyboard): Define dbus-event.
16034
16035 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
16036
16037 2007-12-01 Richard Stallman <rms@gnu.org>
16038
16039 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
16040
16041 2007-11-30 Jason Rumney <jasonr@gnu.org>
16042
16043 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
16044 (w32con_reset_terminal_modes): Clear screen buffer.
16045 (w32_face_attributes): Don't use color indexes that are out of range.
16046 Only reverse the default colors.
16047
16048 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
16049 WINDOWSNT.
16050
16051 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
16052
16053 2007-11-29 Jason Rumney <jasonr@gnu.org>
16054
16055 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
16056 (w32_face_attributes): Use Vtty_defined_color_alist to determine
16057 if the terminal colors are initialized.
16058 (unspecified_fg, unspecified_bg): Remove unused declarations.
16059
16060 2007-11-29 Andreas Schwab <schwab@suse.de>
16061
16062 * keyboard.c (apply_modifiers): Fix typo.
16063
16064 2007-11-29 Richard Stallman <rms@gnu.org>
16065
16066 * keymap.c (Fcurrent_local_map): Doc fix.
16067
16068 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
16069
16070 * s/gnu-kfreebsd.h: New file.
16071
16072 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16073
16074 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
16075 Don't cast redundantly.
16076
16077 * keyboard.c (KEY_TO_CHAR): New macro.
16078 (parse_modifiers, apply_modifiers): Accept integer arguments.
16079 (read_key_sequence): Use them to unify the "shift->unshift" mapping
16080 for chars and symbol keys.
16081 After doing such remapping, apply function-key-map again.
16082
16083 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
16084
16085 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
16086 compiled anymore.
16087
16088 2007-11-26 Andreas Schwab <schwab@suse.de>
16089
16090 * process.c (list_processes_1): Fix indentation level of the
16091 command column.
16092
16093 2007-11-23 Andreas Schwab <schwab@suse.de>
16094
16095 * editfns.c (Fformat): Handle %c specially since it requires the
16096 argument to be of type int.
16097
16098 2007-11-23 Markus Triska <markus.triska@gmx.at>
16099
16100 * emacs.c (main): Call init_editfns before init_process, since
16101 init_process sets Vprocess_connection_type depending on OS release.
16102
16103 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16104
16105 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
16106 (find_symbol_value): Use do_symval_forwarding.
16107
16108 * data.c (set_internal): Set the value in the `cons-cell' (for
16109 Buffer_Local_values) not only for frame-local variables.
16110
16111 2007-11-22 Andreas Schwab <schwab@suse.de>
16112
16113 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
16114 values to sprintf.
16115 * keymap.c (Fsingle_key_description): Likewise.
16116 * print.c (print_object): Likewise.
16117
16118 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
16119
16120 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
16121 file for image is nil.
16122
16123 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
16124
16125 * term.c: Include stdarg.h.
16126 (fatal): Implement using varargs.
16127 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
16128
16129 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16130
16131 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
16132 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
16133 Update call to buffer_slot_type_mismatch.
16134 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
16135 (buffer_slot_type_mismatch): Update.
16136 * buffer.c (buffer_local_types): Remove.
16137 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
16138 (defvar_per_buffer): Set the type in the buffer_objfwd.
16139
16140 2007-11-21 Jason Rumney <jasonr@gnu.org>
16141
16142 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
16143 CreateFileMapping returns NULL on failure.
16144
16145 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16146
16147 * search.c (Fset_match_data): Remove the `evaporate' feature.
16148 (unwind_set_match_data): Don't use the `evaporate' feature.
16149
16150 2007-11-21 Jason Rumney <jasonr@gnu.org>
16151
16152 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
16153
16154 * w32console.c (w32con_write_glyphs): Remove unused variables.
16155
16156 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16157
16158 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
16159
16160 * s/darwin.h (MULTI_KBOARD): Remove.
16161
16162 * macfns.c (x_create_tip_frame, Fx_create_frame)
16163 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
16164
16165 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * buffer.c (Fbuffer_local_value): Remove redundant test.
16168 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
16169 than in `current-buffer' to match the comment.
16170 Do the swap using swap_in_global_binding.
16171
16172 * data.c (store_symval_forwarding, set_internal):
16173 * eval.c (specbind): Remove dead code.
16174
16175 * coding.c (detect_coding, Fupdate_coding_systems_internal):
16176 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
16177 Since we do not want to see internal Lisp_*fwd objects here.
16178
16179 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
16180
16181 * sysdep.c (init_system_name): Use getaddrinfo if available.
16182
16183 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
16184 (x_scroll_bar_note_movement): start, end, with, height in struct
16185 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
16186
16187 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
16188
16189 * puresize.h (BASE_PURESIZE): Increase to 1190000.
16190
16191 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
16194 This undoes Richard's change of 14-Oct-2002.
16195
16196 * alloc.c (allocate_other_vector):
16197 * lisp.h (allocate_other_vector): Remove.
16198
16199 * window.c (struct save_window_data): Move non-lisp data to the end
16200 and make it `int' rather than Lisp_Object.
16201 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
16202 Done wrap/unwrap integer values.
16203 (Fset_window_configuration, compare_window_configurations):
16204 Update use of fields to their new types.
16205
16206 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
16207 Turn integer fields into `int'. Merge x_window_low and x_window_high.
16208 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
16209 (SET_SCROLL_BAR_X_WINDOW): Remove.
16210 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
16211 Access the new x_window field directly.
16212 * xterm.c (x_scroll_bar_create): Use a pseudovector.
16213 Don't wrap/unwrap integers into Lisp_Objects.
16214 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
16215 (x_scroll_bar_report_motion):
16216 Don't wrap/unwrap integers into Lisp_Objects.
16217 (x_term_init): Use SDATA.
16218 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
16219 (x_scroll_bar_set_handle, x_scroll_bar_remove)
16220 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
16221 (x_scroll_bar_report_motion, x_scroll_bar_clear):
16222 * xfns.c (x_set_background_color):
16223 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
16224 Access the new x_window field directly.
16225
16226 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
16227 (allocate_pseudovector): Make non-static.
16228
16229 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
16230 (allocate_pseudovector): Declare.
16231 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
16232
16233 2007-11-15 Andreas Schwab <schwab@suse.de>
16234
16235 * editfns.c (Fformat): Correctly format EMACS_INT values.
16236 Also take precision into account when formatting an integer.
16237
16238 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
16239
16240 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16241
16242 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
16243 (syms_of_keyboard): Defsubr it.
16244
16245 * data.c (swap_in_global_binding): Fix longstanding bug where
16246 store_symval_forwarding was not called with the right second argument,
16247 thus causing objfwd-ing from being dropped.
16248
16249 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
16250
16251 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
16252 (Fx_display_pixel_height, Fx_display_planes)
16253 (Fx_display_color_cells, Fx_server_max_request_size)
16254 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
16255 (Fx_display_visual_class, Fx_display_save_under):
16256 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
16257 (Fx_display_pixel_height, Fx_display_planes)
16258 (Fx_display_color_cells, Fx_server_max_request_size)
16259 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
16260 (Fx_display_mm_height, Fx_display_mm_width)
16261 (Fx_display_backing_store, Fx_display_visual_class)
16262 (Fw32_select_font, Fx_display_save_under):
16263 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
16264 (Fx_display_pixel_height, Fx_display_planes)
16265 (Fx_display_color_cells, Fx_server_max_request_size)
16266 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
16267 (Fx_display_save_under): Fix typos in docstrings.
16268
16269 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
16270
16271 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
16272 corresponding to deleted entries; they are an implementation detail.
16273 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
16274 Remove variables.
16275 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
16276 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
16277 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
16278 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
16279 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
16280 (Fw32_define_rgb_color, Fw32_load_color_file)
16281 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
16282 Fix typos in docstrings.
16283 (Fx_server_version): Reflow docstring.
16284 (Fw32_shell_execute): Doc fixes.
16285
16286 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
16287
16288 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
16289 if w32_parse_hot_key returned nil.
16290
16291 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
16294
16295 2007-11-09 Jason Rumney <jasonr@gnu.org>
16296
16297 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
16298
16299 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
16300
16301 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
16302 Remove W32_SCROLL_BAR_CLICK_EVENT.
16303
16304 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
16305 Add MULTIMEDIA_KEY_EVENT.
16306
16307 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
16308 (lispy_multimedia_keys) [WINDOWSNT]: New array.
16309 (make_lispy_event) [WINDOWSNT]: Use it to translate
16310 MULTIMEDIA_KEY_EVENT.
16311
16312 * w32term.h (WM_APPCOMMAND): Define if not already.
16313 (GET_APPCOMMAND_LPARAM): Likewise.
16314
16315 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
16316 WM_APPCOMMAND.
16317
16318 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
16319 (syms_of_w32fns): Export and initialize it.
16320 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
16321
16322 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
16323
16324 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
16325 twice.
16326
16327 * xdisp.c (handle_face_prop): Fix last change.
16328
16329 2007-11-09 Richard Stallman <rms@gnu.org>
16330
16331 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
16332 not just for after-strings and before-strings.
16333 Call face_for_overlay_string and pass the overlay to it.
16334 (handle_display_prop): Determine whether property came from an overlay.
16335 Pass OVERLAY arg to handle_single_display_spec.
16336 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
16337 (load_overlay_strings): Fill in it->string_overlays.
16338 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
16339
16340 * xfaces.c (face_for_overlay_string): Function renamed from
16341 face_at_buffer_position_no_overlays, and add arg OVERLAY.
16342
16343 * dispextern.h (struct it): New elt string_overlays.
16344 New elt from_overlay, also in stack.
16345 Rearrange a few elements.
16346 (face_for_overlay_string): Decl renamed from
16347 face_at_buffer_position_no_overlays, and add argument.
16348
16349 2007-11-09 Richard Stallman <rms@gnu.org>
16350
16351 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
16352 to get the base face for an overlay string.
16353
16354 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
16355
16356 * xfaces.c (face_at_buffer_position_no_overlays): New function.
16357
16358 * xdisp.c (handle_stop): Move some code out of loop.
16359
16360 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16361
16362 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
16363 Fix conversion from Lisp object to ATSUFontID.
16364
16365 2007-11-09 Jason Rumney <jasonr@gnu.org>
16366
16367 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
16368
16369 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16370
16371 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
16372 Don't assume regions are aligned to page boundary.
16373 (print_load_command_name): Add LC_UUID if defined.
16374
16375 2007-11-09 Richard Stallman <rms@gnu.org>
16376
16377 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
16378
16379 2007-11-07 Jason Rumney <jasonr@gnu.org>
16380
16381 * s/windows95.h: Remove.
16382
16383 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
16384
16385 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
16386 abort with a message on unhandled store_type values.
16387
16388 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
16389
16390 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
16391 Remove HAVE_X11R5 and HAVE_X11R4.
16392
16393 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
16394
16395 * Makefile.in: Remove references to sunfns.c and sunfns.o.
16396
16397 2007-11-01 Johan Bockgård <bojohan@gnu.org>
16398
16399 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
16400 Don't set s->stippled_p here, since it has already been set by
16401 x_set_glyph_string_gc from x_draw_glyph_string.
16402
16403 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
16404
16405 * sunfns.c: Remove file.
16406
16407 * m/sun386.h:
16408 * m/sun2.h:
16409 * m/sparc.h: Remove Sun windows code.
16410
16411 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
16414 (init_keyboard): Set current_kboard's window-system to nil.
16415 (tty_read_avail_input): Typo.
16416 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
16417
16418 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
16419
16420 * s/usg5-4.h:
16421 * s/usg5-3.h:
16422 * s/ptx.h:
16423 * m/is386.h:
16424 * m/ibmps2-aix.h:
16425 * Makefile.in: Remove all mentions of X10.
16426
16427 * dispnew.c (syms_of_display): Don't mention version 10.
16428
16429 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
16430
16431 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
16432 ($(BLD)/abbrev.$(O)): Remove.
16433
16434 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16435
16436 Rewrite abbrev.c in Elisp.
16437 * image.c (Qcount): Don't declare as extern.
16438 (syms_of_image): Initialize and staticpro `Qcount'.
16439 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
16440 * emacs.c (main): Don't call syms_of_abbrev.
16441 * Makefile.in (obj): Remove abbrev.o.
16442 (abbrev.o): Remove.
16443 * abbrev.c: Remove.
16444
16445 2007-10-26 Martin Rudalics <rudalics@gmx.at>
16446
16447 * window.c (window_min_size_2): Don't count header-line.
16448
16449 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16450
16451 * frame.h (struct frame): Move all bit fields after the first bit
16452 field to take advantage of the available space. Group all the
16453 chars together to reduce wasted space due to padding.
16454
16455 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
16456
16457 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
16458
16459 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
16460 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
16461 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
16462 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
16463 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
16464 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
16465 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
16466 (last_marked, mark_object_loop_halt): Make static.
16467
16468 * frame.c (syms_of_frame) <delete-frame-functions>:
16469 Fix typo in docstring.
16470
16471 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
16472
16473 * w32.c (init_environment): Fix tiny memory leak.
16474 (w32_get_resource): Remove unused variable `ok'.
16475
16476 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16477
16478 Make `window-system' into a keyboard-local variable (rather than
16479 frame-local as done originally by multi-tty).
16480
16481 * keyboard.h (struct kboard): Add Vwindow_system.
16482 * keyboard.c (init_kboard): Set a default for Vwindow_system.
16483 (mark_kboards): Mark Vwindow_system.
16484
16485 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
16486 (init_display): Don't set the obsolete `window-system' frame-param.
16487
16488 * xterm.c (x_term_init):
16489 * w32term.c (w32_create_terminal):
16490 * term.c (init_tty): Set Vwindow_system.
16491 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
16492 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
16493
16494 * xfns.c (Fx_create_frame, x_create_tip_frame):
16495 * w32fns.c (Fx_create_frame, x_create_tip_frame):
16496 * macfns.c (Fx_create_frame):
16497 Don't set the obsolete `window-system' frame-param.
16498
16499 * frame.h (Qwindow_system): Remove.
16500 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
16501 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
16502
16503 2007-10-24 Richard Stallman <rms@gnu.org>
16504
16505 * frame.c (x_figure_window_size): For fullscreen case,
16506 set USPosition | PPosition without clobbering rest of window_prompting.
16507
16508 * keyboard.c (Fcurrent_idle_time): Doc fix.
16509
16510 * print.c (Fwith_output_to_temp_buffer): Doc fix.
16511
16512 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16513
16514 * process.c (unwind_request_sigio): Only define if __ultrix__.
16515
16516 * callproc.c (child_setup): Remove spurious *.
16517
16518 * lisp.h (Fget_text_property): Declare.
16519 (have_menus_p): Declare it here rather than in sys-dep header files.
16520 * macterm.h (have_menus_p):
16521 * msdos.h (have_menus_p):
16522 * xterm.h (have_menus_p): Remove.
16523
16524 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16525 (Fmake_variable_frame_local): Just check the variable's const-ness
16526 rather than checking nil or t.
16527
16528 2007-10-22 Jason Rumney <jasonr@gnu.org>
16529
16530 * w32fns.c: Include math.h.
16531 (w32_abort): Declaration moved to nt/config.nt.
16532
16533 * s/ms-w32.h (HAVE_STDLIB_H): Define.
16534 (abort): Redefinition moved to nt/config.nt.
16535
16536 * m/windowsnt.h: Remove.
16537
16538 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
16539
16540 * emacs.c (Fdump_emacs): Fix typo in message.
16541 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
16542 <installation-directory>: Reflow docstring.
16543
16544 2007-10-22 Juri Linkov <juri@jurta.org>
16545
16546 * minibuf.c: Allow minibuffer default to be a list of default values.
16547 With empty input use the first element of this list as returned default.
16548 (string_to_object)
16549 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
16550 (read_minibuf): If defalt is cons, set histstring to its car.
16551 (Fread_string): If default_value is cons, set val to its car.
16552 (Fread_buffer): If def is cons, use its car.
16553 (Fcompleting_read): If defalt is cons, set val to its car.
16554
16555 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
16556
16557 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
16558
16559 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
16560
16561 * doc.c (Fdocumentation): Check for advice in all cases.
16562
16563 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
16564
16565 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
16566
16567 2007-10-19 Richard Stallman <rms@gnu.org>
16568
16569 * doc.c (Fdocumentation): Check for and handle an advised function.
16570
16571 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16572
16573 * process.c (Fset_process_filter): Doc fix.
16574
16575 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16576
16577 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
16578 which caused key-translation-map to applied repeatedly (thus breaking
16579 double-mode).
16580
16581 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * xselect.c (x_own_selection, x_handle_selection_clear)
16584 (x_clear_frame_selections):
16585 * w32menu.c (list_of_panes, list_of_items):
16586 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
16587 * textprop.c (validate_plist, interval_has_all_properties)
16588 (interval_has_some_properties, interval_has_some_properties_list)
16589 (add_properties, text_property_list):
16590 * process.c (Fget_buffer_process, list_processes_1, status_notify):
16591 * minibuf.c (Fassoc_string):
16592 * macselect.c (x_own_selection, x_clear_frame_selections)
16593 (Fx_disown_selection_internal):
16594 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
16595 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
16596
16597 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
16598
16599 * process.c: Link to libs for calling res_init() if available.
16600 (Fmake_network_process): Call res_init() before getaddrinfo or
16601 gethostbyname, if possible.
16602
16603 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * lread.c (read1): Set pvectype for char_tables.
16606
16607 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
16608 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
16609 Add type checks.
16610 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
16611
16612 * alloc.c (free_misc): Use XMISCTYPE.
16613 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
16614
16615 2007-10-17 Glenn Morris <rgm@gnu.org>
16616
16617 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
16618 (syms_of_minibuf): Add Qcompletion_ignore_case.
16619 * dired.c (Qcompletion_ignore_case): Change to external.
16620 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
16621 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
16622 (Fread_file_name): Use it rather than intern'ing.
16623
16624 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
16625 (Fread_coding_system): Ignore case of user input.
16626
16627 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16628
16629 * xdisp.c (handle_display_prop): Ignore display specs after
16630 replacing one when string text is being replaced.
16631 (handle_single_display_spec): Pretend as if characters with display
16632 property haven't been consumed only when buffer text is being replaced.
16633
16634 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16635
16636 * xfns.c (Fx_create_frame, Fx_display_list):
16637 * window.c (window_fixed_size_p, enlarge_window)
16638 (shrink_window_lowest_first):
16639 * macterm.c (init_font_name_table):
16640 * macfns.c (Fx_create_frame, Fx_display_list):
16641 * lread.c (close_load_descs):
16642 * keyboard.c (read_char_x_menu_prompt):
16643 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
16644 * coding.c (code_convert_region_unwind): Test the type of an object
16645 rather than just !NILP before extracting data from it.
16646
16647 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
16648
16649 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
16650 (XMISCANY): New macro.
16651 (XMISCTYPE): Use it.
16652 (struct Lisp_Misc_Any): New type.
16653 (union Lisp_Misc): Use it.
16654 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
16655 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
16656 (find_symbol_value, set_internal, default_value, Fset_default)
16657 (Fmake_variable_buffer_local, Fmake_local_variable)
16658 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
16659 (Flocal_variable_if_set_p, Fvariable_binding_locus):
16660 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
16661 * alloc.c (allocate_buffer): Set the size and tag.
16662 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
16663 Use XMISCANY.
16664 (die): Follow the GNU convention for error messages.
16665 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
16666 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
16667 tag any more.
16668 (set_buffer_internal_1):
16669 * frame.c (store_frame_param):
16670 * eval.c (specbind):
16671 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
16672
16673 * doc.c (Fsnarf_documentation): Simplify.
16674
16675 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
16676
16677 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
16678 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
16679
16680 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
16683
16684 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
16685
16686 * eval.c (do_autoload): Don't save autoloads.
16687
16688 * data.c (Ffset): Save autoload of the function being set.
16689
16690 2007-10-07 John Paul Wallington <jpw@pobox.com>
16691
16692 * xfns.c (x_create_tip_frame): Set the `display-type' frame
16693 parameter before setting up faces.
16694
16695 2007-10-13 Eli Zaretskii <eliz@gnu.org>
16696
16697 * ccl.c (Fregister_code_conversion_map):
16698 * keyboard.c (append_tool_bar_item): Reformat last change.
16699
16700 * lisp.h (eabs): Rename from `abs'. All callers changed.
16701
16702 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
16703
16704 * buffer.c (add_overlay_mod_hooklist):
16705 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
16706 * fontset.c (make_fontset):
16707 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
16708 (append_tool_bar_item):
16709 * macmenu.c (grow_menu_items):
16710 * w32menu.c (grow_menu_items):
16711 * xmenu.c (grow_menu_items): Use larger_vector.
16712
16713 2007-10-13 Eli Zaretskii <eliz@gnu.org>
16714
16715 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
16716 selected frame'' on MSDOS).
16717
16718 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16719
16720 * frame.c (Qexplicit_name): New variable.
16721 (x_report_frame_params): Report it in parameter alist.
16722 (syms_of_frame): Intern and staticpro it.
16723
16724 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
16725
16726 * macfns.c (x_create_tip_frame): Set terminal for frame.
16727
16728 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16729
16730 * frame.c (Qenvironment): Remove.
16731 (syms_of_frame) <Qenvironment>: Don't initialize.
16732 (Fdelete_frame): Don't treat the `environment' param specially.
16733 * frame.h (Qenvironment): Don't declare.
16734 * callproc.c (set_initial_environment): Don't set unused frame param.
16735
16736 * frame.c (Fframe_with_environment): Remove.
16737 (syms_of_frame) <Sframe_with_environment>: Don't declare.
16738
16739 * lisp.h (Fframe_with_environment): Don't declare.
16740
16741 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
16742
16743 * indent.c (indent_tabs_mode, last_known_column)
16744 (last_known_column_modified): Make static.
16745 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
16746
16747 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
16748
16749 * puresize.h (BASE_PURESIZE): Increase to 1170000.
16750
16751 2007-10-09 Jason Rumney <jasonr@gnu.org>
16752
16753 * w32term.c (x_set_window_size): Disable code that attempts to tell
16754 Lisp code about a size change before it actually happens.
16755
16756 2007-10-09 Richard Stallman <rms@gnu.org>
16757
16758 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
16759 return HANDLED_RETURN.
16760
16761 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16762
16763 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
16764 when there's an unread command event.
16765
16766 * frame.c (focus_follows_mouse): Move here from frame.el to allow
16767 window autoselection act appropriately when leaving selected frame.
16768 (syms_of_frame): Initialize focus_follows_mouse.
16769 * frame.h (focus_follows_mouse): Extern it.
16770 * macterm.c (XTread_socket): When focus_follows_mouse is nil
16771 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
16772 * msdos.c (dos_rawgetc): Likewise.
16773 * w32term.c (w32_read_socket): Likewise.
16774 * xterm.c (handle_one_xevent): Likewise.
16775 * xdisp.c (syms_of_xdisp): In doc-string of
16776 mouse-autoselect-window mention focus-follows-mouse.
16777
16778 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16779
16780 * macterm.c (mac_load_query_font): Fix missing return value.
16781 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
16782 Add BLOCK_INPUT.
16783
16784 2007-10-08 Richard Stallman <rms@gnu.org>
16785
16786 * xdisp.c (get_window_cursor_type): Implement documented behavior
16787 for cursor-in-non-selected-windows = t.
16788
16789 2007-10-08 Jason Rumney <jasonr@gnu.org>
16790
16791 * w32.c (w32_get_resource): Always close registry keys.
16792
16793 2007-10-08 Jason Rumney <jasonr@gnu.org>
16794
16795 * makefile.w32-in (LIBS): Add COMCTL32.
16796
16797 * w32fns.c (globals_of_w32fns): Init common controls.
16798
16799 2007-10-08 Richard Stallman <rms@gnu.org>
16800
16801 * image.c (our_memory_buffer): Rename from omfib_buffer.
16802
16803 2007-10-08 Richard Stallman <rms@gnu.org>
16804
16805 * buffer.c (Foverlays_at): Doc fix.
16806
16807 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16808
16809 * fns.c (Fplist_put): Preserve uneven tail data.
16810
16811 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
16812
16813 * termhooks.h (enum event_kind): Remove trailing comma.
16814
16815 * frame.h (enum): Remove trailing comma.
16816
16817 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
16818
16819 * w32proc.c (delete_child): Don't terminate threads of zombies.
16820
16821 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16822
16823 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
16824
16825 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
16826 last-repeatable-command.
16827 (init_kboard): Initialize Vlast_repeatable_command.
16828 (command_loop_1): Set it to real_this_command unless that was
16829 bound to an input event.
16830 (mark_kboards): Mark it.
16831
16832 2007-10-08 Richard Stallman <rms@gnu.org>
16833
16834 * eval.c (condition-case): Doc fix.
16835
16836 2007-10-08 Masatake YAMATO <jet@gyve.org>
16837
16838 * xfaces.c (tty_supports_face_attributes_p): Fix code
16839 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
16840 was copied and not edited.
16841
16842 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16843
16844 Add new `input-decode-map' keymap and use it for terminal
16845 escape sequences.
16846 * keyboard.h (struct kboard): Add Vinput_decode_map.
16847 Remove Vlocal_key_translation_map.
16848 * keyboard.c (read_key_sequence): Add support for input-decode-map.
16849 (init_kboard): Init input-decode-map.
16850 Replace local-key-translation-map back with key-translation-map.
16851 (syms_of_keyboard): Declare input-decode-map.
16852 Remove local-key-translation-map. Update docstrings.
16853 (mark_kboards): Mark Vinput_decode_map.
16854 Don't mark Vlocal_key_translation_map.
16855 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
16856 Replace local-key-translation-map back with key-translation-map.
16857 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
16858 Bind in input-decode-map rather than function-key-map.
16859
16860 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
16861 This was made redundant by the previous introduction of XSETPVECTYPE.
16862
16863 2007-10-09 Richard Stallman <rms@gnu.org>
16864
16865 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
16866
16867 2007-09-29 Richard Stallman <rms@gnu.org>
16868
16869 * eval.c (internal_condition_case_2, internal_condition_case_1)
16870 (internal_condition_case): Reenable abort if x_catching_errors ()
16871 to see if that really happens and why.
16872
16873 2007-10-06 Andreas Schwab <schwab@suse.de>
16874
16875 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
16876
16877 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16878
16879 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
16880
16881 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
16884
16885 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16886
16887 * window.h (struct window):
16888 * window.c (struct save_window_data, struct saved_window):
16889 * termhooks.h (struct terminal):
16890 * process.h (struct Lisp_Process):
16891 * frame.h (struct frame):
16892 * buffer.h (struct buffer):
16893 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
16894 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
16895 The size field of (pseudo)vectors is now unsigned.
16896 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
16897
16898 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
16899 Turn `count' into an integer.
16900
16901 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
16902 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
16903 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
16904 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
16905 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
16906
16907 * alloc.c (allocate_pseudovector): New fun.
16908 (ALLOCATE_PSEUDOVECTOR): New macro.
16909 (allocate_window, allocate_terminal, allocate_frame)
16910 (allocate_process): Use it.
16911 (mark_vectorlike): New function.
16912 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
16913 (mark_terminals): Use it.
16914 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
16915 (Fmake_byte_code): Use XSETPVECTYPE.
16916
16917 * frame.c (Fframe_parameters): Minor simplification.
16918
16919 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
16920
16921 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
16922
16923 * buffer.c (Fget_buffer_create, init_buffer_once):
16924 * lread.c (defsubr):
16925 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
16926
16927 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
16928 defined differently in the m/*.h files.
16929 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
16930 (XSETPVECTYPE): New macro.
16931 (XSETPSEUDOVECTOR): Use it.
16932
16933 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
16934 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
16935
16936 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
16937 * lread.c (defvar_per_buffer):
16938 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
16939
16940 * window.c (candidate_window_p): Only consider as visible frames that
16941 are on the same terminal.
16942
16943 * m/ibms390x.h (MARKBIT): Remove unused macro.
16944
16945 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
16946
16947 * lread.c (Fload): Fix typo in docstring.
16948
16949 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
16950
16951 * floatfns.c (Fexpt): Manually check for overflows, so that a power
16952 of a non-zero value can't yield zero.
16953
16954 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16955
16956 * term.c (term_clear_mouse_face, term_mouse_highlight)
16957 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
16958
16959 * print.c (safe_debug_print): Use XHASH.
16960
16961 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
16962 Lisp elements such as tags.
16963 (XHASH): New macro.
16964 (EQ): Use it.
16965 (SREF, SSET, STRING_COPYIN): Use SDATA.
16966 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
16967
16968 * alloc.c (mark_terminal): Remove left-over declaration.
16969 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
16970 (allocate_vectorlike): Remove type argument. Adjust callers.
16971 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
16972 Only handle the one remaining MEM_TYPE_VECTORLIKE.
16973
16974 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
16975 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
16976 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
16977 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
16978 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
16979 Use them.
16980
16981 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
16982 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
16983 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
16984
16985 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16986
16987 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
16988 loaded by default.
16989
16990 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
16993 on this tty.
16994 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
16995
16996 * term.c (mouse_face_window): Rename from Qmouse_face_window.
16997 Update all users.
16998 (handle_one_term_event): Use Gpm_DrawPointer.
16999 (Fgpm_mouse_start): Rename from Fterm_open_connection.
17000 Signal errors instead of returning nil. Always return nil.
17001 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
17002 Make it a noop if gpm-mouse was not activated.
17003 (syms_of_term): Update names.
17004
17005 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
17006
17007 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
17008 (init_sys_modes): Check that gpm_tty is the current tty.
17009
17010 * alloc.c (allocate_terminal): Set the vector size to only count the
17011 lisp fields. Initialize those to nil.
17012 (mark_object): Don't treat terminals specially.
17013 (mark_terminal): Remove.
17014 (mark_terminals): Use mark_object instead.
17015
17016 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
17017 the GC to the beginning.
17018
17019 * indent.h:
17020 * indent.c: Use EMACS_INT for ints coming from Elisp data.
17021
17022 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
17023
17024 2007-09-25 Jason Rumney <jasonr@gnu.org>
17025
17026 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
17027
17028 * w32console.c (create_w32cons_output): Remove.
17029
17030 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
17031
17032 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
17033 (reset_sys_modes): Use reset_terminal_modes_hook.
17034
17035 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17036
17037 * eval.c (do_autoload): Don't output any message.
17038
17039 2007-09-24 Juri Linkov <juri@jurta.org>
17040
17041 * emacs.c (standard_args): Change priority of "--no-splash"
17042 from 40 to 3. Add "--no-desktop" with the same priority.
17043
17044 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
17045
17046 * alloc.c (gc_sweep): Check cons cell mark bits word by word
17047 and optimize the case where they are all 1.
17048
17049 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
17050
17051 * lisp.h (abs): Define if not defined.
17052 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
17053 Don't define `abs', since it's defined in lisp.h.
17054
17055 2007-09-22 Eli Zaretskii <eliz@gnu.org>
17056
17057 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
17058 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
17059 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
17060 (init_tty): Use DEV_TTY instead of "/dev/tty".
17061 [WINDOWSNT]: No need to protect from NAME arg being null.
17062
17063 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17064
17065 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
17066 up the tty state.
17067
17068 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17069
17070 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
17071 (gpm_tty): Change its type.
17072 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
17073 (gpm_tty): Change its type and initialize it.
17074 (Fterm_open_connection): Check the frame is indeed a tty.
17075 Use the new gpm_tty.
17076 (Fterm_close_connection): Use the new gpm_tty.
17077 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
17078 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
17079
17080 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
17081
17082 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
17083 underline_color, to draw strike-through.
17084
17085 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17086
17087 * lisp.h (allocate_terminal): Declare.
17088
17089 * window.c (candidate_window_p): Consider frames that are being placed
17090 by the user as somewhere between visible and iconified.
17091 (window_loop): Prefer windows on the current frame.
17092 (Fselect_window): Move the use of select-frame to the beginning so we
17093 can just delegate all the work (it'll call us back anyway).
17094
17095 * frame.c (Qdisplay_environment_variable):
17096 * frame.h (Qdisplay_environment_variable): Delete.
17097
17098 * .gdbinit (xbacktrace): Print the arg's address rather than the value
17099 of the first arg, since that value may be a union.
17100
17101 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
17102 parameter rather than Qdisplay_environment_variable. If all else
17103 fails, look for DISPLAY in initial-environment.
17104
17105 2007-09-21 Glenn Morris <rgm@gnu.org>
17106
17107 * Makefile.in (emacstool): Remove target.
17108 (lisp, shortlisp): Remove termdev.elc.
17109
17110 2007-09-21 Markus Triska <markus.triska@gmx.at>
17111
17112 * xterm.c (x_delete_display): Compile session management conditionally.
17113
17114 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * callproc.c (getenv_internal_1): New function.
17117 (getenv_internal): Use it.
17118 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
17119
17120 * terminal.c (get_terminal): Don't accept ints to represent terminals.
17121 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
17122 (Fset_terminal_parameter): Work with dead terminals as well.
17123 (Fmodify_terminal_parameters): Remove.
17124
17125 * terminal.c (get_terminal): Handle terminals.
17126 Make sure the terminal returned is live.
17127 (create_terminal): Use allocate_terminal.
17128 (mark_terminals): Move to alloc.c.
17129 (delete_terminal): Use terminal->name as liveness status.
17130 NULL out fields after freeing their contents.
17131 Don't deallocate the object.
17132 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
17133 rather than an int.
17134 (Fterminal_live_p): Accept non-integer arguments.
17135 (Fterminal_list): Return terminal objects rather than an ints.
17136
17137 * alloc.c (enum mem_type): New member for `terminal' objects.
17138 (allocate_terminal): New function.
17139 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
17140 Handle terminals.
17141 (mark_terminal): New fun.
17142 (mark_terminals): Move from terminal.c.
17143
17144 * term.c (get_tty_terminal): Don't treat output_initial specially.
17145 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
17146 (delete_tty): Use terminal->name as liveness status.
17147
17148 * termhooks.h (struct terminal): Make it into a pseudovector.
17149 Remove `deleted' replaced by checking `name's nullness.
17150
17151 * print.c (print_object): Handle terminals.
17152
17153 * lisp.h (enum pvec_type): New `terminal' pseudovector.
17154 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
17155
17156 * frame.c (make_terminal_frame):
17157 * keyboard.c (tty_read_avail_input):
17158 * w32term.c (x_delete_terminal):
17159 * xfns.c (Fx_create_frame, x_create_tip_frame):
17160 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
17161
17162 2007-09-20 Glenn Morris <rgm@gnu.org>
17163
17164 * process.c (Fmake_network_process): Doc fix.
17165
17166 2007-09-19 Jason Rumney <jasonr@gnu.org>
17167
17168 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
17169
17170 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17171
17172 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
17173 Fix a C warning regarding variable constness.
17174
17175 * xterm.c (handle_one_xevent): Fix a C warning.
17176
17177 2007-09-18 Jason Rumney <jasonr@gnu.org>
17178
17179 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
17180
17181 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
17182
17183 * gtkutil.c (gdpy_def): New variable.
17184 (xg_initialize): Initialize gdpy_def.
17185 (xg_display_close): If no other display exists, set gdpy_def to a
17186 new connection.
17187
17188 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
17189
17190 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
17191 when we have no file name for the icon.
17192 (xg_tool_bar_expose_callback): Remove.
17193 (xg_create_tool_bar): Don't connect expose signal to
17194 xg_tool_bar_expose_callback.
17195 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
17196
17197 2007-09-16 Andreas Schwab <schwab@suse.de>
17198
17199 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
17200 values instead of zapping them.
17201
17202 2007-09-14 Glenn Morris <rgm@gnu.org>
17203
17204 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
17205 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
17206 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
17207 scope and rename to omfib_buffer for clarity.
17208 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
17209
17210 2007-09-14 Kenichi Handa <handa@m17n.org>
17211
17212 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
17213
17214 2007-09-13 Jason Rumney <jasonr@gnu.org>
17215
17216 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
17217
17218 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
17219
17220 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
17221 (mac_term_init): Call here instead, passing rif.
17222
17223 2007-09-13 Glenn Morris <rgm@gnu.org>
17224
17225 * s/hpux.h: No longer define `static' as nothing.
17226
17227 2007-09-13 Johan Bockgård <bojohan@gnu.org>
17228
17229 * callint.c (Fcall_interactively): Remove unused var `fun'.
17230
17231 2007-09-12 Romain Francoise <romain@orebokech.com>
17232
17233 * window.c (prefer_window_split_horizontally, display_buffer):
17234 Revert 2007-09-08 change.
17235
17236 2007-09-12 Glenn Morris <rgm@gnu.org>
17237
17238 * alloca.c: Remove file.
17239 * Makefile.in (alloca): Do not undef.
17240 (allocaobj, alloca.o): Remove.
17241 (otherobj): Remove allocaobj.
17242 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
17243 * regex.c (C_ALLOCA): Remove all references and code that was only
17244 used when this was defined.
17245 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
17246 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
17247 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
17248
17249 * Makefile.in (SOURCES, unlock, relock): Delete.
17250
17251 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
17252 (menu_grab_callback): All uses changed.
17253
17254 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
17255 (x_reply_selection_request): All uses changed.
17256
17257 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17258
17259 * lread.c (load_warn_old_style_backquotes): Change message to look
17260 better when it appears in the middle of byte-compiler messages.
17261
17262 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
17263
17264 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
17265
17266 * xterm.c (x_create_terminal): Add comment.
17267
17268 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
17269
17270 2007-09-10 Richard Stallman <rms@gnu.org>
17271
17272 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
17273
17274 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17275
17276 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
17277 (DEFUN): Document `intspec', use it instead of `prompt'.
17278
17279 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
17280
17281 * data.c (Finteractive_form): If the interactive specification starts
17282 with a `(', use it as a Lisp form.
17283
17284 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
17285 name and file modes.
17286
17287 * callint.c (Fcall_interactively): Comment fixes.
17288
17289 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17290
17291 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
17292 and compiled functions.
17293
17294 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17295
17296 * window.c (prefer_window_split_horizontally): New variable.
17297 (display_buffer): Consider splitting window horizontally depending
17298 on prefer_window_split_horizontally.
17299
17300 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17301
17302 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
17303
17304 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17305
17306 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
17307
17308 * frame.c (x_set_frame_parameters): Check number is positive before
17309 using XFASTINT.
17310
17311 * window.c (freeze_window_start): Don't presume selected_window holds
17312 a window object.
17313 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
17314
17315 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
17316
17317 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
17318
17319 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * window.c (Vsplit_window_preferred_function): New var.
17322 (Fdisplay_buffer): Use it.
17323 (syms_of_window): Export, and initialize it.
17324
17325 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
17326
17327 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
17328
17329 2007-09-06 Glenn Morris <rgm@gnu.org>
17330
17331 * gtkutil.c (menu_grab_callback) <cnt>:
17332 * xselect.c (x_reply_selection_request) <cnt>: Move static
17333 variable to file scope.
17334
17335 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17336
17337 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
17338 consistent values of selected_frame and selected_window.
17339
17340 2007-09-04 Jason Rumney <jasonr@gnu.org>
17341
17342 * w32console.c (initialize_w32_display): Zero unused hooks.
17343
17344 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17345
17346 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
17347 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
17348
17349 2007-09-04 Jason Rumney <jasonr@gnu.org>
17350
17351 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
17352 in w32console.c. Set up input. Remove XXX comments that have been
17353 confirmed as correct.
17354
17355 * s/ms-w32.h (MULTI_KBOARD): Define.
17356
17357 * w32console.c (one_and_only_w32cons): Remove.
17358 (initialize_w32_display): Take terminal argument.
17359
17360 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
17361 initialize_w32_display.
17362 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
17363
17364 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
17365
17366 * keyboard.c (discard_mouse_events): Discard it.
17367 (make_lispy_event): Translate it to a lisp event.
17368 (lispy_wheel_names): Add wheel-left and right events.
17369 (syms_of_keyboard): Enlarge wheel_syms.
17370
17371 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
17372 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
17373
17374 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
17375
17376 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
17377 from WM_MOUSEHWHEEL.
17378 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
17379
17380 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
17381 terminal.
17382
17383 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
17384 keyboard for the terminal.
17385
17386 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17387
17388 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
17389 (Vresume_tty_hook): Rename from Vresume_tty_functions.
17390 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
17391 and resume-tty-function to resume-tty-hook.
17392 (Fsuspend_tty, Fresume_tty): Use new names.
17393
17394 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17395
17396 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
17397 if it starts with "n:".
17398
17399 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17400
17401 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
17402
17403 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17404
17405 * frame.h:
17406 * frame.c (Qterm_environment_variable): Remove.
17407 (syms_of_frame): Don't init and staticpro it.
17408
17409 * callproc.c (getenv_internal): Remove special case for $TERM.
17410
17411 * callproc.c (Vinitial_environment): New variable.
17412 (set_initial_environment): Initialize it.
17413 (syms_of_callproc): Declare it.
17414 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
17415 TERM under which a process runs is never related to the TERM in which
17416 Emacs is running.
17417
17418 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17419
17420 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
17421 * s/darwin.h: ... do it here.
17422
17423 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17424
17425 * lisp.h (set_initial_environment): Rename from set_global_environment.
17426
17427 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
17428 removed by mistake on the multi-tty branch.
17429
17430 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
17431 (Fmodify_frame_parameters): Return a value.
17432
17433 * image.c (png_load): Comment-out var only used in commented-out code.
17434
17435 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
17436 before passing it to mark_object.
17437
17438 * xfaces.c (internal_resolve_face_name): Return a value.
17439 (internal_resolve_face_name, resolve_face_name_error): Comment out.
17440
17441 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
17442 (x_icon): Comment-out var only used in commented-out code.
17443
17444 2007-08-29 Romain Francoise <romain@orebokech.com>
17445
17446 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
17447 QUIT hasn't been provided.
17448
17449 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17450
17451 * callproc.c (child_setup, getenv_internal): Use the
17452 display-environment-variable and term-environment-variable frame params.
17453 (set_initial_environment): Initialise Vprocess_environment.
17454
17455 * config.in: Disable multi-keyboard support on a mac.
17456
17457 * frame.c (Qterm_environment_variable)
17458 (Qdisplay_environment_variable): New variables.
17459 (syms_of_frame): Intern and staticpro them.
17460 (Fmake_terminal_frame): Disable output method test.
17461
17462 * frame.h: Declare them here.
17463
17464 * macfns.c (x_set_mouse_color): Get rif from the frame.
17465 (x_set_tool_bar_lines): Don't use updating_frame.
17466 (mac_window): Add 2 new parameters for consistency with other systems.
17467 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
17468 frame parameters following what is done in X11 and w32. Don't use
17469 FRAME_MAC_DISPLAY_INFO.
17470 (Fx_open_connection, start_hourglass): Remove window-system check.
17471 (x_create_tip_frame): Get the keyboard from the terminal.
17472
17473 * macmenu.c: Reorder includes.
17474 (Fx_popup_menu): Use terminal specific mouse_position_hook.
17475
17476 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
17477 terminal parameter.
17478 (x_clear_frame): Add a frame parameter.
17479 (note_mouse_movement): Get rif from the frame.
17480 (mac_term_init): Initialize the terminal.
17481 (mac_initialize): Make static and move terminal initialization ...
17482 (mac_create_terminal): ... to this new function.
17483
17484 * macterm.h (struct mac_display_info): Add terminal.
17485 (mac_initialize): Delete declaration.
17486
17487 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
17488
17489 * sysdep.c: Comment out text after #endif.
17490
17491 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
17492 is defined. Better initialize ttys in windows. Use terminal
17493 specific mouse_position_hook.
17494
17495 * termhooks.h (union display_info): Add mac_display_info.
17496
17497 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
17498 Set the default minibuffer frame, window_system and the rest of the
17499 frame parameters following what is done in X11.
17500
17501 * w32term.c (w32_initialize): Make static.
17502
17503 * xselect.c (x_handle_selection_clear): Only access
17504 terminal->kboard when MULTI_KBOARD is defined.
17505
17506 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
17507 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
17508
17509 2007-08-29 Jason Rumney <jasonr@gnu.org>
17510
17511 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
17512 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
17513
17514 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
17515 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
17516
17517 * keyboard.c (restore_kboard_configuration): Only define when
17518 MULTI_KBOARD defined.
17519
17520 * makefile.w32-in: Update dependancies from Makefile.in.
17521 (OBJ1): Add terminal.$(O)
17522
17523 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
17524 Don't define function body.
17525 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
17526
17527 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
17528
17529 * w32.c (request_sigio, unrequest_sigio): Remove.
17530
17531 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
17532 (w32con_clear_frame, w32con_clear_end_of_line)
17533 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
17534 (w32con_delete_glyphs, w32con_set_terminal_window)
17535 (scroll_line, w32_sys_ring_bell): Add frame arg.
17536 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
17537 Add terminal arg.
17538 (PICK_FRAME): Remove.
17539 (w32con_write_glyphs): Use frame specific terminal coding.
17540 (one_and_only_w32cons): New global variable.
17541 (initialize_w32_display): Use it for storing hooks.
17542 (create_w32cons_output): New function.
17543
17544 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
17545 arg a frame.
17546
17547 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
17548 Set window_system.
17549 (x_set_tool_bar_lines): Don't use updating_frame.
17550 (Fx_create_frame): Set terminal and ref count.
17551 (Fx_open_connection): Remove window-system check.
17552
17553 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
17554
17555 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
17556 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
17557 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
17558 Add frame arg.
17559 (x_delete_terminal, w32_create_terminal): New functions.
17560 (w32_term_init): Create a terminal.
17561 (w32_initialize): Move terminal specific initialization to
17562 w32_create_terminal.
17563
17564 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
17565 (w32_clear_rect, w32_clear_area): Use background from frame.
17566 (w32_display_info): Add terminal.
17567 (w32_sys_ring_bell, x_delete_display): Declare here.
17568
17569 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
17570
17571 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
17572
17573 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
17574
17575 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
17576 Fix get_named_tty calls for the controlling tty.
17577
17578 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17579
17580 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
17581
17582 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
17583
17584 * term.c (tty_insert_glyphs): Add missing first parameter.
17585
17586 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
17587
17588 * buffer.c (Fbuffer_list, Fbury_buffer):
17589 Take frame->buried_buffer_list into account.
17590
17591 * cm.c (current_tty): New variable, for cmputc().
17592 (cmputc): Use it.
17593 (cmcheckmagic): Add tty parameter, look up terminal streams there.
17594 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
17595 (cmgoto): Add tty parameter. Pass it on to calccost().
17596 Use emacs_tputs() instead of tputs().
17597
17598 * cm.h (emacs_tputs): New macro to set current_tty, and then call
17599 tputs().
17600 (current_tty): New variable, for cmputc().
17601 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
17602
17603 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
17604 (internal_condition_case, internal_condition_case_1)
17605 (internal_condition_case_2): Don't abort when x_catching_errors.
17606
17607 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
17608 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
17609 prevent crashes caused by bogus longjmps in read_char.
17610
17611 * keymap.h (Fset_keymap_parent): Add EXFUN.
17612
17613 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
17614 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
17615 Remove redundant definition.
17616
17617 * macfns.c (x_set_mouse_color, x_make_gc):
17618 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17619
17620 * w32term.c (x_free_frame_resources):
17621 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17622 (w32_initialize): Use the accessor macros for terminal characteristics.
17623
17624 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
17625 Use the accessor macros for terminal characteristics.
17626 * msdos.c (internal_terminal_init): Use the accessor macros for
17627 terminal characteristics.
17628 (ScreenVisualBell, internal_terminal_init):
17629 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17630
17631 * termopts.h (no_redraw_on_reenter): Declare.
17632
17633 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
17634 (mark_terminals, mark_ttys): Declare.
17635 (Fgarbage_collect): Call them.
17636 (mark_object): Mark buried_buffer_list.
17637
17638 * prefix-args.c: Include stdlib.h for exit.
17639
17640 * syssignal.h: Add comment.
17641
17642 * indent.c: Include stdio.h.
17643
17644 * window.h (Vinitial_window_system): Declare.
17645 (Vwindow_system): Delete declaration.
17646
17647 * fontset.c (Finternal_char_font): Use FRAME_RIF.
17648
17649 * image.c (lookup_image): Don't initialize `c' until the xasserts
17650 have been run.
17651
17652 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
17653 FRAME_FOREGROUND_PIXEL.
17654
17655 * print.c (print_preprocess): Don't lose print_depth levels while
17656 iterating.
17657
17658 * widget.c (update_from_various_frame_slots):
17659 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17660
17661 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
17662 frames.
17663 (window_internal_height): Remove bogus make_number call.
17664 (init_window_once): Call make_terminal_frame with two zero parameters.
17665
17666 * fileio.c (Fread_file_name): Update comment.
17667
17668 * callint.c (Fcall_interactively):
17669 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
17670 Make sure it is correctly unwound.
17671
17672 * xsmfns.c (x_session_close): New function.
17673
17674 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
17675 Delete declarations.
17676
17677 * xterm.h: Remove declaration for x_fully_uncatch_errors.
17678 (x_output): Remove background_pixel and foreground_pixel fields.
17679 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
17680 (x_delete_device, x_session_close): Declare.
17681
17682 * lread.c: Include setjmp.h. Update declaration of `read_char'.
17683 (read_filtered_event): Call `read_char' with a local
17684 `wrong_kboard_jmpbuf'.
17685
17686 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
17687 Don't call single_kboard_state. Use FRAME_RIF.
17688
17689 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
17690 systems.
17691
17692 * lisp.h (set_process_environment): Rename to `set_global_environment'.
17693 (Fframe_with_environment, Fset_input_meta_mode)
17694 (Fset_quit_char): EXFUN.
17695 (x_create_device, tty_output, terminal, tty_display_info): Declare.
17696 (init_sys_modes, reset_sys_modes): Update prototypes.
17697 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
17698
17699 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
17700 Vlocal_key_translation_map, and Vkeyboard_translate_table.
17701 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
17702 Delete declarations.
17703 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
17704 (temporarily_switch_to_single_kboard, tty_read_avail_input):
17705 New declarations.
17706
17707 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
17708 already does that during init_display(). Call syms_of_keymap
17709 before syms_of_keyboard. Call `syms_of_terminal'.
17710 Call set_initial_environment, not set_process_environment.
17711 (shut_down_emacs): Call reset_all_sys_modes() instead of
17712 reset_sys_modes().
17713
17714 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
17715 (internal_resolve_face_name, resolve_face_name_error): New functions.
17716 (resolve_face_name): Protect against loops and errors thrown by Fget.
17717 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
17718 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
17719
17720 * scroll.c: Replace CURTTY() with local variables throughout the
17721 file (where applicable).
17722 (calculate_scrolling, calculate_direct_scrolling)
17723 (scrolling_1, scroll_cost): Use the accessor macros for terminal
17724 characteristics.
17725
17726 * keymap.c (Vfunction_key_map): Remove.
17727 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
17728 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
17729 (Vkey_translation_map): Remove.
17730 (syms_of_keymap): Remove DEFVAR for key-translation-map.
17731 (Fdescribe_buffer_bindings)
17732 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
17733 Update for terminal-local key-translation-map.
17734
17735 * Makefile.in (callproc.o): Update dependencies.
17736 (lisp, shortlisp): Add termdev.elc.
17737 (obj): Add terminal.o.
17738 (terminal.o): Add dependencies.
17739 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
17740 (data.o, fns.o): Add termhooks.h dependency.
17741 (SOME_MACHINE_LISP): Add dnd.elc.
17742 (minibuf.o): Fix typo.
17743 Update dependencies.
17744
17745 * data.c (do_symval_forwarding, store_symval_forwarding)
17746 (find_symbol_value): Use the selected frame's keyboard, not
17747 current_kboard.
17748
17749 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
17750 Vwindow_system.
17751
17752 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
17753 Fmenu_bar_open.
17754 (syms_of_xmenu): Update defsubr.
17755 (mouse_position_for_popup, Fx_popup_menu)
17756 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
17757 (set_frame_menubar, free_frame_menubar)
17758 (create_and_show_popup_menu, xmenu_show)
17759 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
17760 an X frame.
17761
17762 * xselect.c (x_own_selection): Abort if not an X frame.
17763 (some_frame_on_display): Check if it is an X frame.
17764 (x_handle_selection_clear): Deal with MULTI_KBOARD.
17765
17766 * coding.c: Include frame.h and termhooks.h.
17767 (terminal_coding, keyboard_coding): Delete.
17768 (Fset_terminal_coding_system_internal)
17769 (Fset_keyboard_coding_system_internal)
17770 (Fkeyboard_coding_system)
17771 (Fterminal_coding_system): Add a terminal parameter.
17772 Get terminal_coding from the terminal.
17773 (init_coding_once): Don't call setup_coding_system here.
17774
17775 * dispextern.h (set_scroll_region, turn_off_insert)
17776 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
17777 (tty_clear_end_of_line, tty_setup_colors)
17778 (delete_tty, updating_frame)
17779 (produce_special_glyphs, produce_glyphs, write_glyphs)
17780 (insert_glyphs): Remove.
17781 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
17782 (tty_turn_off_highlight, get_tty_size): Add declaration.
17783 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
17784
17785 * frame.h (enum output_method): Add output_initial.
17786 (struct x_output): Delete.
17787 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
17788 Access foreground_pixel and background_pixel directly from the frame.
17789 (tty_display): Delete.
17790 (struct frame): Add buried_buffer_list, foreground_pixel,
17791 background_pixel and terminal. Delete kboard.
17792 (union output_data): Add tty.
17793 (FRAME_KBOARD): Get the kboard from the terminal.
17794 (FRAME_INITIAL_P): New macro.
17795 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
17796 (Qterm_environment_variable, Qdisplay_environment_variable)
17797 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
17798 New declarations.
17799
17800 * termchar.h (tty_output, tty_display_info): New structures.
17801 (tty_list): Declare.
17802 (FRAME_TTY, CURTTY): New macros.
17803 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
17804 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
17805 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
17806 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
17807
17808 * callproc.c: Include frame.h and termhooks.h, for terminal
17809 parameters.
17810 (add_env): New function.
17811 (child_setup): Use it.
17812 (child_setup, getenv_internal): Handle the new Vprocess_environment.
17813 (getenv_internal): Fix get_terminal_param call.
17814 (Fgetenv_internal, egetenv): Update doc.
17815 (syms_of_callproc): Initialize Vprocess_environment to nil.
17816 Register and initialize them. Remove obsolete defvars. Update doc
17817 strings.
17818 (child_setup): Handle Vlocal_environment_variables.
17819 (getenv_internal): Add terminal parameter.
17820 Handle Vlocal_environment_variables.
17821 (Fgetenv_internal): Add terminal parameter.
17822 (child_setup, getenv_internal, Fgetenv_internal): Store the local
17823 environment in a frame (not terminal) parameter. Update doc strings.
17824 (set_initial_environment): Rename from set_global_environment.
17825 Store Emacs environment in initial frame parameter.
17826
17827 * xdisp.c (redisplay_internal): Update references to
17828 `previous_terminal_frame'.
17829 (display_mode_line, Fformat_mode_line): Replace calls to
17830 `push_frame_kboard' with `push_kboard'.
17831 (get_glyph_string_clip_rects): Add extra parentheses and
17832 braces to prevent compiler warnings.
17833 (calc_pixel_width_or_height): Add xassert to check that the
17834 frame is alive. Don't call `lookup_image' on a termcap frame.
17835 (message2_nolog, message3_nolog, redisplay_internal)
17836 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
17837 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
17838 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
17839 (Fx_display_pixel_width, Fx_display_pixel_height)
17840 (Fx_display_planes, Fx_display_color_cells)
17841 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
17842 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
17843 (Fx_display_backing_store, Fx_display_visual_class)
17844 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
17845 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
17846
17847 * xfns.c (x_set_foreground_color x_set_background_color)
17848 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
17849 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17850 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
17851 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
17852 terminal that is being deleted.
17853 (Fx_create_frame): Use `store_frame_param' to set `window-system'
17854 frame parameter, and make sure it overrides any user-supplied setting.
17855 (Fx_close_connection, Fx_synchronize): Unify argument names with
17856 the rest of the DEFUNs.
17857
17858 * dispnew.c (Fsend_string_to_terminal): Update call to
17859 `get_tty_terminal'.
17860 (Fredraw_frame, Fsend_string_to_terminal)
17861 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
17862 FRAME_TERMCAP_P and FRAME_TTY.
17863 (window_change_signal): Don't believe width/height values that are
17864 impossibly small.
17865 (Vinitial_window_system): Rename from Vwindow_system.
17866 (termscript, Wcm, rif): Delete.
17867
17868 * termhooks.h (struct terminal): New struct containing the
17869 previously global text display hooks and new members NAME,
17870 DELETED and PARAM_ALIST.
17871 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
17872 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
17873 (FRAME_RIF): New macros.
17874 (get_terminal_param, get_device): New declarations.
17875 (termscript): Delete declaration.
17876
17877 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
17878 (XTflash, x_free_frame_resources, x_scroll_bar_create)
17879 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
17880 FRAME_FOREGROUND_PIXEL.
17881 (x_fully_uncatch_errors): Disable definition.
17882 (x_scroll_bar_expose): Fix reference to foreground pixel.
17883 (XTread_socket): Disable loop on all X displays.
17884 (x_delete_terminal): Don't set terminal->deleted and let
17885 delete_terminal delete the frames on the terminal.
17886 (x_delete_display): Doc update to reflect changes in
17887 delete_terminal.
17888 (x_display_info) <terminal>: Move member earlier in the struct.
17889 (deleting_tty): Remove old variable.
17890 (Fsuspend_tty): Call clear_tty_hooks.
17891 (Fresume_tty, init_tty): Call set_tty_hooks.
17892 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
17893 errors on X frames.
17894 (x_catch_errors_unwind): Abort if x_error_message is NULL.
17895 (handle_one_xevent): Initialize `f' to NULL.
17896 (x_delete_terminal, x_create_terminal): New functions.
17897 (XTset_terminal_modes, XTreset_terminal_modes)
17898 (XTread_socket, x_connection_closed, x_term_init)
17899 (x_term_init, x_delete_display): Add terminal parameter.
17900 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
17901 X connections.
17902
17903 * frame.c: Include termchar.h.
17904 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
17905 (Qwindow_system, Qenvironment, Qterm_environment_variable)
17906 (Qdisplay_environment_variable): New vars.
17907 (Fframep): Deal with output_initial.
17908 (Fframe-live-p): Doc fix.
17909 (Fwindow-system): New function.
17910 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
17911 (make_terminal_frame): Don't create frames on a terminal that is
17912 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17913 (store_frame_param): Check for found_for_frame before calling XFRAME.
17914 (Fmake_terminal_frame): Handle NULL tty names correctly.
17915 (syms_of_frame): Enhance doc string of `default-frame-alist'.
17916 (Fdelete_frame): Remove unused variable `count'. Don't allow other
17917 frames to refer to a deleted frame in their 'environment parameter.
17918 (Fframe_with_environment): New function.
17919 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
17920 (get_future_frame_param): New function.
17921 (Fmake_terminal_frame): Use it.
17922 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
17923
17924 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
17925 * sysdep.c (reset_sys_modes): Update for renames.
17926
17927 * keyboard.c (tty_read_avail_input): New function.
17928 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
17929 (syms_of_keyboard): Defsubr them.
17930 (Fset_input_meta_mode, Fset_quit_char): New functions.
17931 (Fset_input_mode): Split to above functions.
17932 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
17933 parameter. Use it in call to `read_char'.
17934 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
17935 Set wrong_kboard_jmpbuf correctly in recursive calls.
17936 Use current_kboard to access Vkeyboard_translate_table.
17937 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
17938 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
17939 Update longjmp invocations. Remember the original current_kboard,
17940 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
17941 changes it. Comment out unnecessary calls to
17942 `record_single_kboard_state' and `any_kboard_state'.
17943 Update recursive calls.
17944 (wrong_kboard_jmpbuf): Remove global variable.
17945 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
17946 Handle deleted interrupted_kboards correctly; that is a legal
17947 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
17948 and read_char calls. Abort if interrupted_kboard died in read_char.
17949 (any_kboard_state, single_kboard_state)
17950 (push_frame_kboard): Remove function.
17951 (pop_kboard): Switch out of single_kboard mode if the kboard has
17952 been deleted. Remove unused variable. Help debugging by not
17953 changing current_kboard unnecessarily. Set current_kboard to the
17954 kboard of the selected frame when the stored kboard object has
17955 been deleted before pop_kboard.
17956 (temporarily_switch_to_single_kboard): Change first parameter to a
17957 frame pointer. Throw an error when caller wants to change kboards
17958 while in single_kboard mode. Don't push_kboard if we weren't in
17959 single kboard state. Don't pop_kboard if we popped into any
17960 kboard state.
17961 (restore_kboard_configuration): Abort if pop_kboard changed the
17962 kboard in single_kboard mode. Call pop_kboard only after setting
17963 up single_kboard mode.
17964 (Frecursive_edit): Switch to single_kboard mode only in nested
17965 command loops.
17966 (cmd_error, command_loop, command_loop_1, timer_check):
17967 Comment out unnecessary call to `any_kboard_state' and
17968 `record_single_kboard_state'.
17969 (delete_kboard): Exit single_kboard mode if we have just deleted
17970 that kboard. Use FRAME_KBOARD.
17971 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
17972 `fatal_error_signal'.
17973 (record_single_kboard_state): Don't push_kboard if we weren't in
17974 single kboard state. Don't pop_kboard if we popped into any
17975 kboard state.
17976 (push_frame_kboard): Rename to push_kboard.
17977 (kbd_buffer_get_event): Use FRAME_TERMINAL.
17978 (read_avail_input): Read input from all terminals.
17979 (mark_kboards): Also mark Vkeyboard_translate_table.
17980 (kbd_buffer_store_event_hold): Simplify condition.
17981 (read_key_sequence): Reinitialize fkey and keytran at each replay.
17982 (Vkeyboard_translate_table): Move to struct kboard.
17983 (init_kboard): Initialize Vkeyboard_translate_table.
17984 (syms_of_keyboard): Use DEFVAR_KBOARD to define
17985 Vkeyboard_translate_table. Update doc strings. Update docs of
17986 local-function-key-map and function-key-map.
17987
17988 * terminal.c: New file.
17989
17990 * term.c: Include errno.h.
17991 (Vring_bell_function, device_list, initial_device)
17992 (next_device_id, ring_bell, update_begin, update_end)
17993 (set_terminal_window, cursor_to, raw_cursor_to)
17994 (clear_to_end, clear_frame, clear_end_of_line)
17995 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
17996 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
17997 (syms_of_term): Move their initialization to terminal.c.
17998 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
17999 (Ftty_display_color_cells)
18000 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
18001 (clear_tty_hooks, set_tty_hooks)
18002 (init_tty, maybe_fatal): New functions.
18003 (Ftty_type): Return nil if terminal is not on a tty instead of
18004 throwing an error. Doc update.
18005 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
18006 Doc update. Initialize new subrs and variables.
18007 (delete_tty): Use terminal->deleted.
18008 (tty_set_terminal_modes): Rename from set_terminal_modes.
18009 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
18010 (set_scroll_region): Rename to `tty_set_scroll_region'.
18011 (turn_on_insert): Rename to `tty_turn_on_insert'.
18012 (turn_off_insert): Rename to `tty_turn_off_insert'.
18013 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
18014 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
18015 (toggle_highligh): Rename to `tty_toggle_highlight'.
18016 (background_highlight): Rename to `tty_background_highlight'.
18017 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
18018 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
18019 (tty_set_scroll_region, tty_background_highlight)
18020 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
18021 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
18022 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
18023 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
18024 Add static modifier.
18025 (tty_reset_terminal_modes, tty_set_terminal_window)
18026 (tty_set_scroll_region, tty_background_highlight)
18027 (tty_highlight_if_desired, tty_cursor_to)
18028 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
18029 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
18030 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
18031 renames.
18032
18033 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18034
18035 * keyboard.c: Qrtl is new.
18036 (parse_tool_bar_item): Handle :rtl keyword.
18037 (syms_of_keyboard): Intern :rtl keyword.
18038
18039 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
18040
18041 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
18042 so no Lisp code is executed.
18043 (file_for_image, find_rtl_image): New functions.
18044 (xg_get_image_for_pixmap): Use file_for_image.
18045 (update_frame_tool_bar): If direction is RTL, use RTL image if
18046 defined. Use Gtk stock images if defined.
18047
18048 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18049
18050 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
18051 for nonexistent or zero-width glyph in composition glyph.
18052
18053 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
18054
18055 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
18056
18057 * xdisp.c (Finvisible_p): New function.
18058 (syms_of_xdisp): defsubr it.
18059
18060 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
18061
18062 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
18063 Doc fixes.
18064
18065 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18066
18067 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
18068
18069 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18070
18071 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
18072 whether decoding has modified buffer contents.
18073
18074 2007-08-24 Jason Rumney <jasonr@gnu.org>
18075
18076 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
18077 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
18078 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
18079 (init_svg_functions) [HAVE_NTGUI]: New function.
18080 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
18081 (svg_load_image): Use them.
18082 (svg_load_image) [HAVE_NTGUI]: Implement background.
18083
18084 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18085
18086 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
18087 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
18088 (LIBX): Remove @RSVG_LIBS@.
18089 (LIBES): Add $(RSVG_LIBS).
18090
18091 * image.c (svg_load_image): Blend with specified background if exists.
18092 Use IMAGE_BACKGROUND. Add Mac OS Support.
18093
18094 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
18095 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
18096 Remove macros.
18097 [MAC_OSX] (socket_callback): Do nothing.
18098 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
18099 ReceiveNextEvent.
18100 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
18101 socket_callback.
18102 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
18103
18104 2007-08-22 Glenn Morris <rgm@gnu.org>
18105
18106 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
18107
18108 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18109
18110 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
18111
18112 * image.c: Add support for SVG images. Some additional comments
18113 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
18114 (svg_image_p): New function to test for SVG image.
18115 (svg_load): New function to load SVG image.
18116 (svg_load_image): New function, helper for svg_load.
18117 (Qsvg): New Lisp_object.
18118 (svg_keyword_index): New enum.
18119 (svg_format): New static `image_keyword' struct.
18120 (svg_type): New static `image_type' struct.
18121 (librsvg/rsvg.h): Include it.
18122
18123 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18124
18125 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
18126
18127 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18128
18129 * lread.c (Qold_style_backquotes): New var.
18130 (syms_of_lread): Init and staticpro it.
18131 (load_warn_old_style_backquotes): New fun.
18132 (Fload): Use them to warn about old style backquotes.
18133 (end_of_file_error, Fload): Remove unused vars.
18134
18135 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
18136
18137 * lread.c (Vold_style_backquotes): New var.
18138 (syms_of_lread): Init and export it to Elisp.
18139 (read1): Set it when we find an old-style (back)quote.
18140
18141 2007-08-22 Jason Rumney <jasonr@gnu.org>
18142
18143 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
18144
18145 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18146
18147 * puresize.h (BASE_PURESIZE): Increase to 1140000.
18148
18149 2007-08-19 Richard Stallman <rms@gnu.org>
18150
18151 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
18152
18153 2007-08-19 Andreas Schwab <schwab@suse.de>
18154
18155 * alloc.c (pure): Round PURESIZE up.
18156
18157 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
18158
18159 * xterm.c (handle_one_xevent): Remove check that mouse click is in
18160 active frame.
18161
18162 2007-08-16 Richard Stallman <rms@gnu.org>
18163
18164 * eval.c (Fcommandp): Add parens to clarify.
18165
18166 * minibuf.c (Fall_completions): Use enum for type of table.
18167
18168 * emacs.c (USAGE2): Improve text.
18169
18170 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
18171
18172 * term.c (tty_default_color_capabilities): Declare static
18173 variables in file scope, to avoid HPUX compiler problem.
18174
18175 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
18176
18177 * gtkutil.c (update_frame_tool_bar): Use -1 as index
18178 to gtk_toolbar_insert.
18179
18180 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
18183
18184 * insdel.c (reset_var_on_error): New fun.
18185 (signal_before_change, signal_after_change):
18186 Use it to reset (after|before)-change-functions to nil in case of error.
18187 Bind inhibit-modification-hooks to t.
18188 Don't bind (after|before)-change-functions to nil while they run.
18189
18190 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18191
18192 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
18193 filling pixmap with stippled background.
18194
18195 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18196
18197 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
18198 Don't use invisible frame as parent window for repositioning.
18199
18200 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * print.c (new_backquote_output): Rename from old_backquote_output.
18203 (print): Inverse its logic (according to its name) so as to match the
18204 behavior of new_backquote_flag in lread.c.
18205
18206 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18207
18208 * gmalloc.c (posix_memalign): New function.
18209
18210 * macterm.c (frame_highlight, frame_unhighlight): Don't call
18211 ActivateControl/DeactivateControl here.
18212 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
18213 frame-notice-user-settings is non-nil.
18214 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
18215 for kEventParamFMFontStyle.
18216 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
18217 mac_pass_command_to_system and mac_pass_control_to_system here.
18218 (XTread_socket): Call ActivateControl/DeactivateControl here.
18219 (XTread_socket) [TARGET_API_MAC_CARBON]:
18220 Check mac_pass_command_to_system and mac_pass_control_to_system here.
18221 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
18222 for window repositioning.
18223
18224 2007-08-08 Glenn Morris <rgm@gnu.org>
18225
18226 * Replace `iff' in doc-strings and comments.
18227
18228 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
18229
18230 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
18231
18232 2007-08-07 Martin Rudalics <rudalics@gmx.at>
18233
18234 * fileio.c (Finsert_file_contents): Run format-decode and
18235 after_insert_file_functions on entire buffer when REPLACE is
18236 non-nil and inhibit modification_hooks and point_motion_hooks.
18237 For consistency, run after_insert_file_functions iff something
18238 got inserted. Move signal_after_change and update_compositions
18239 after code running after_insert_file_functions. Make sure that
18240 undo_list doesn't record intermediate steps of the decoding process.
18241
18242 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18243
18244 * emacs.c (main)
18245 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
18246 Call malloc_enable_thread on interactive startup.
18247
18248 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
18249 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
18250 [USE_PTHREAD]: Conditionalize with it.
18251 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
18252 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
18253 New functions.
18254
18255 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
18256
18257 * xdisp.c (redisplay_window): When restoring original buffer
18258 position, make sure it is still valid.
18259
18260 * image.c (png_load): Ignore png-supplied background color.
18261
18262 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18263
18264 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
18265 Use kCFAbsoluteTimeIntervalSince1970.
18266
18267 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
18268 New variable.
18269 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
18270 event loop should be quit.
18271 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
18272 Quit dialog event loop if quit_dialog_event_loop is set.
18273
18274 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
18275 (Selection): New typedef. Use instead of ScrapRef.
18276 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
18277 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
18278 (mac_clear_selection): Rename from clear_scrap.
18279 (get_flavor_type_from_symbol): New argument SEL and subsume function of
18280 scrap_has_target_type. All uses changed.
18281 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
18282 (mac_selection_has_target_p): New functions.
18283 (mac_put_selection_value): Rename from put_scrap_string.
18284 (mac_get_selection_value): Rename from get_scrap_string.
18285 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
18286 (put_scrap_private_timestamp, scrap_has_target_type)
18287 (get_scrap_private_timestamp): Remove functions.
18288 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
18289 (x_own_selection, x_get_local_selection):
18290 Use mac_valid_selection_value_p.
18291 (x_own_selection): Don't use put_scrap_private_timestamp.
18292 Record OWNERSHIP-INFO into Vselection_alist instead.
18293 (x_get_local_selection): Don't check type if request is local.
18294 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
18295 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
18296
18297 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
18298
18299 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
18300 add comment explaining why.
18301
18302 2007-08-03 Richard Stallman <rms@gnu.org>
18303
18304 * fileio.c (Fvisited_file_modtime): Use make_time.
18305
18306 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
18307
18308 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
18309 build.
18310
18311 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
18312
18313 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
18314
18315 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
18316
18317 * puresize.h (BASE_PURESIZE): Increase to 1130000.
18318
18319 2007-07-30 Richard Stallman <rms@gnu.org>
18320
18321 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
18322
18323 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
18324
18325 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
18326
18327 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
18328
18329 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
18330 remote default-directory.
18331
18332 * buffer.c (mode-line-format): Update doc string.
18333
18334 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18335
18336 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
18337 scroll bar gap.
18338 (x_scroll_bar_create): Set bar->fringe_extended_p.
18339 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
18340 on frame edge. Check fringe background extension. Don't clear
18341 extended fringe background area.
18342
18343 * w32term.h (struct scroll_bar): New member fringe_extended_p.
18344 (w32_fill_area): Enclose multiple statements with do ... while (0).
18345
18346 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
18347 Extend fringe background to scroll bar gap.
18348 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
18349 Set bar->fringe_extended_p.
18350 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
18351 Put leftmost/rightmost scroll bars on frame edge. Check fringe
18352 background extension. Don't clear extended fringe background area.
18353
18354 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
18355 New member fringe_extended_p.
18356
18357 2007-07-25 Glenn Morris <rgm@gnu.org>
18358
18359 * Relicense all FSF files to GPLv3 or later.
18360
18361 * COPYING: Switch to GPLv3.
18362
18363 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
18364
18365 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
18366
18367 * data.c (Finteractive_form): Check for the presence of an
18368 `interactive-form' symbol property more thoroughly.
18369
18370 * data.c (Finteractive_form): Use an `interactive-form' property if
18371 present, analogous to the function-documentation property.
18372
18373 2007-07-24 Jason Rumney <jasonr@gnu.org>
18374
18375 * w32fns.c (x_real_positions): Get real position from OS instead of
18376 calculating it.
18377
18378 2007-07-23 Jason Rumney <jasonr@gnu.org>
18379
18380 * filelock.c (current_lock_owner): Allow for @ sign in username.
18381
18382 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
18383
18384 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
18385 remote default-directory.
18386
18387 * buffer.c (mode-line-format): Describe above case in doc string.
18388
18389 2007-07-20 Eli Zaretskii <eliz@gnu.org>
18390
18391 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
18392 Define if not defined.
18393
18394 2007-07-18 Jason Rumney <jasonr@gnu.org>
18395
18396 * w32proc.c (w32_executable_type): Handle 64 bit executables.
18397
18398 2007-07-18 Richard Stallman <rms@gnu.org>
18399
18400 * data.c (Fsetq_default): Doc fix.
18401
18402 * eval.c (Fsetq): Doc fix.
18403
18404 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
18405
18406 * coding.c (Ffind_operation_coding_system):
18407 * eval.c (For, Fand): Doc fixes.
18408 Reported by Johan Bockgård.
18409
18410 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
18411
18412 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
18413
18414 * xterm.h: Declare x_ewmh_activate_frame.
18415
18416 * xterm.c (x_ewmh_activate_frame): New function.
18417 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
18418
18419 2007-07-17 Martin Rudalics <rudalics@gmx.at>
18420
18421 * window.c (Fdisplay_buffer): If largest or LRU window is the
18422 only window, split it even if it is not eligible for splitting.
18423 This restores the original behavior broken by the 2007-07-15
18424 change.
18425
18426 2007-07-17 Glenn Morris <rgm@gnu.org>
18427
18428 * abbrev.c (abbrev_check_chars): New function.
18429 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
18430 Call abbrev_check_chars to check abbrev characters are word
18431 constituents. Doc fix.
18432
18433 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * process.c (Fstart_process, Fmake_network_process)
18436 (read_process_output): Fix up last changes.
18437
18438 2007-07-16 Eli Zaretskii <eliz@gnu.org>
18439
18440 * makefile.w32-in (clean): Don't delete *~.
18441
18442 2007-07-16 Andreas Schwab <schwab@suse.de>
18443
18444 * window.c (Fdisplay_buffer): Use NILP.
18445 (Fset_window_scroll_bars): Likewise.
18446
18447 2007-07-15 Martin Rudalics <rudalics@gmx.at>
18448
18449 * window.c (window_min_size_2): New function.
18450 (window_min_size_1, size_window, Fdisplay_buffer)
18451 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
18452 windows without mode- or header-lines when window-min-height is
18453 too small.
18454 (size_window): Reset nodelete_p after testing it, following an
18455 earlier note by Kim F. Storm.
18456 (display_buffer): Do not set split_height_threshold to twice the
18457 value of window_min_height to avoid changing the value of a
18458 customizable variable. Rather explicitly check whether the
18459 height of the window that shall be splitted is at least as large
18460 as split_height_threshold.
18461 (Fwindow_full_width_p): New defun.
18462 (syms_of_window): Defsubr it.
18463
18464 * window.h: Add EXFUN for Fwindow_full_width_p.
18465
18466 2007-07-14 Jason Rumney <jasonr@gnu.org>
18467
18468 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
18469
18470 2007-07-14 Richard Stallman <rms@gnu.org>
18471
18472 * eval.c (maybe_call_debugger): New function.
18473 (find_handler_clause): Use maybe_call_debugger.
18474 Call it when the handler says `debug'.
18475 Eliminate DEBUGGER_VALUE_PTR.
18476 (Fsignal): Eliminate debugger_value.
18477 (Qdebug): New variable.
18478 (syms_of_eval): Initialize it.
18479
18480 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
18481
18482 * eval.c (Fprogn):
18483 * keyboard.c (Ftrack_mouse):
18484 * print.c (Fwith_output_to_temp_buffer):
18485 * window.c (Fsave_window_excursion): Doc fix.
18486
18487 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
18490
18491 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
18492
18493 * process.h (struct Lisp_Process): Turn slots infd, outfd,
18494 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
18495 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
18496 read_output_delay, and read_output_skip from Lisp_Objects to ints.
18497 Remove unused encoding_carryover.
18498 * process.c: Adjust all functions accordingly.
18499
18500 2007-07-12 Richard Stallman <rms@gnu.org>
18501
18502 * term.c: Include unistd.h only if HAVE_UNISTD_H.
18503
18504 2007-07-11 Jason Rumney <jasonr@gnu.org>
18505
18506 * makefile.w32-in (LIBS): Include OLE32.
18507
18508 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
18509 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
18510
18511 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
18512
18513 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
18514 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
18515 from a Lisp_Object into a bare pointer.
18516 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
18517 Adjust the code correspondingly.
18518
18519 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
18520
18521 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
18522 (term_show_mouse_face): Remove unused var `j'.
18523 (handle_one_term_event): Remove unused vars `i' and `j'.
18524 Don't cast return value of ttyname since it's not necessary.
18525
18526 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18527
18528 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
18529 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
18530
18531 * fns.c (map_char_table): Use an array of int for `indices' rather than
18532 an array of Lisp_Objects (which are only ever integers anyway).
18533 (Fmap_char_table): Update caller.
18534 * lisp.h: Update prototype.
18535 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
18536 * fontset.c (Ffontset_info):
18537 * casetab.c (set_case_table): Update callers.
18538
18539 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
18540
18541 * keymap.c (struct accessible_keymaps_data)
18542 (struct where_is_internal_data): New structures.
18543 (accessible_keymaps_1, where_is_internal_1): Use them to change
18544 interface to adhere to the one used by map_keymap.
18545 (Faccessible_keymaps, where_is_internal): Use map_keymap.
18546 (accessible_keymaps_char_table, where_is_internal_2): Remove.
18547
18548 * keymap.h (map_keymap_function_t): More informative prototype.
18549
18550 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
18551
18552 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
18553 (looking_at_1): Don't change search_regs and last_thing_searched
18554 if `inhibit-changing-match-data' is non-nil.
18555 (string_match_1, search_buffer, set_search_regs): Likewise.
18556 (syms_of_search): Add Lisp level definition for
18557 `inhibit-changing-match-data' and set it to nil.
18558 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
18559 start and end of the match, instead of using values in search_regs.
18560
18561 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * minibuf.c (Fcompleting_read): New value `confirm-only'
18564 for `require-match'.
18565
18566 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
18567
18568 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
18569 part of the 2007-06-27 change to syms_of_fileio.
18570
18571 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18572
18573 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
18574 Check WINDOWP before using XWINDOW. Consolidate return statements.
18575
18576 2007-06-27 Richard Stallman <rms@gnu.org>
18577
18578 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
18579
18580 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
18581
18582 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
18583
18584 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18585
18586 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
18587 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
18588 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
18589 (_free_internal, memalign): Use them.
18590 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
18591 Initialize to PTHREAD_MUTEX_INITIALIZER.
18592 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
18593 (morecore_nolock): Rename from morecore. All uses changed.
18594 Use only nolock versions of internal allocation functions.
18595 (_malloc_internal_nolock, _realloc_internal_nolock)
18596 (_free_internal_nolock): New functions created from
18597 _malloc_internal, _realloc_internal, and _free_internal.
18598 (_malloc_internal, _realloc_internal, _free_internal): Use them.
18599 Copy hook value to automatic variable before its use.
18600 (memalign): Copy hook value to automatic variable before its use.
18601
18602 2007-06-26 Kenichi Handa <handa@m17n.org>
18603
18604 * coding.c (Ffind_operation_coding_system): Docstring improved.
18605 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
18606
18607 2007-06-25 David Kastrup <dak@gnu.org>
18608
18609 * keymap.c (Fcurrent_active_maps): Add `position' argument.
18610 (Fwhere_is_internal): Adjust call to `current-active-maps' to
18611 cater for additional parameter.
18612
18613 * keymap.h: Adjust number of parameters to `current-active-maps'.
18614
18615 * doc.c (Fsubstitute_command_keys): Adjust call of
18616 `current-active-maps'.
18617
18618 2007-06-25 David Kastrup <dak@gnu.org>
18619
18620 * callint.c (Fcall_interactively): Make the parsing of interactive
18621 specs somewhat more readable.
18622
18623 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18624
18625 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
18626 to scroll bar gap also when bitmap fills fringe. Draw only foreground
18627 if extended background has already been filled.
18628
18629 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18630
18631 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
18632 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
18633
18634 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
18635 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
18636 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
18637 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
18638 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
18639 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
18640 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
18641 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
18642 Run timers during dialog popup.
18643 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
18644
18645 2007-06-21 Jason Rumney <jasonr@gnu.org>
18646
18647 * image.c (convert_mono_to_color_image): Swap fore and background.
18648
18649 2007-06-20 Jason Rumney <jasonr@gnu.org>
18650
18651 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
18652 (w32_free_bdf_font): Unmap memory not handle.
18653
18654 2007-06-20 Sam Steingold <sds@gnu.org>
18655
18656 * gmalloc.c (__morecore): Fix the declaration to comply with the
18657 definition.
18658
18659 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
18660
18661 * w32term.c (w32_delete_display): Remove leftover declaration.
18662 (w32_define_cursor, w32_initialize): Make static.
18663
18664 * w32.c (_wsa_errlist): Fix typo in error message.
18665 (init_environment): Ignore any environment variable from the
18666 registry having a null value.
18667
18668 2007-06-20 Glenn Morris <rgm@gnu.org>
18669
18670 * Makefile.in (LIBGIF): Default to -lgif.
18671
18672 2007-06-17 Jason Rumney <jasonr@gnu.org>
18673
18674 * w32menu.c (add_menu_item): Don't use multibyte string functions on
18675 unicode strings.
18676
18677 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
18678
18679 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
18680 Fix typo in docstring.
18681
18682 2007-06-16 Eli Zaretskii <eliz@gnu.org>
18683
18684 * w32menu.c (add_menu_item): Escape `&' characters in menu items
18685 and their keybindings.
18686
18687 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
18688
18689 * composite.c (update_compositions): Fix last fix.
18690
18691 2007-06-14 Jason Rumney <jasonr@gnu.org>
18692
18693 * w32.c (get_process_times_fn): New function pointer.
18694 (globals_of_w32): Intialize it if present in kernel32.dll.
18695 (w32_get_internal_run_time): New function.
18696
18697 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
18698
18699 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
18700
18701 * composite.c (update_compositions): Check the validness of
18702 compositions.
18703
18704 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18705
18706 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
18707 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
18708
18709 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
18710 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
18711
18712 * macgui.h (USE_MAC_TOOLBAR): New define.
18713
18714 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
18715 Return immediately unless popup is activated.
18716
18717 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
18718 background to scroll bar gap.
18719 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
18720 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
18721 scroll bars on frame edge. Check fringe background extension.
18722 Don't clear extended fringe background area.
18723 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
18724 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
18725 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
18726 [USE_MAC_TOOLBAR]: New macros.
18727 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
18728 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
18729 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
18730 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
18731 [USE_MAC_TOOLBAR]: New functions.
18732 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
18733 manually if previous repositioning has failed.
18734 (mac_handle_keyboard_event): Use precomputed event kind.
18735 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
18736 as tool bar item click. Handle mouse movement over tool bar items.
18737
18738 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
18739 toolbar_win_gravity.
18740 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
18741 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
18742 Add externs.
18743
18744 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
18745 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
18746
18747 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
18748
18749 * image.c (search_image_cache): Remove unused variable.
18750
18751 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
18752
18753 * xfns.c, xmenu.c: Link to xaw3d if available.
18754
18755 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18756
18757 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
18758 frame_foreground and frame_background.
18759
18760 * image.c (lookup_image): Save frame foreground and background colors.
18761 (search_image_cache): Check if saved and current frame colors match.
18762
18763 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * regex.c (regex_compile): Remove the `regnum' counter.
18766 Use bufp->re_nsub instead. Add support for \(?N:RE\).
18767
18768 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * term.c: Include intervals.h to declare Fget_text_property.
18771
18772 2007-06-10 Jason Rumney <jasonr@gnu.org>
18773
18774 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
18775
18776 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
18777
18778 * callint.c (Fcall_interactively):
18779 * editfns.c (Fdelete_and_extract_region):
18780 * fileio.c (Fread_file_name):
18781 * fns.c (Fmapconcat):
18782 * keyboard.c (cmd_error_internal):
18783 * keymap.c (Fkey_description):
18784 * lread.c (openp):
18785 * minibuf.c (read_minibuf):
18786 * search.c (wordify):
18787 * sunfns.c (sel_read):
18788 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
18789 * xfns.c (x_default_scroll_bar_color_parameter):
18790 * xmenu.c (menu_help_callback):
18791 * xselect.c (Fx_get_atom_name):
18792 * xterm.c (x_term_init): Use empty_unibyte_string.
18793
18794 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
18795
18796 * alloc.c (init_strings): Initialize canonical empty strings.
18797 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
18798 canonical empty string when the requested size is 0.
18799
18800 * emacs.c (empty_unibyte_string): Rename from empty_string.
18801 (empty_multibyte_string): New canonical empty string.
18802 (syms_of_emacs): Don't initialize empty_string.
18803
18804 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
18805 string, if appropriate.
18806 (empty_unibyte_string, empty_multibyte_string): New externs.
18807 (empty_string): Remove extern.
18808
18809 * lread.c (syms_of_lread): Use empty_unibyte_string.
18810
18811 2007-06-07 Jason Rumney <jasonr@gnu.org>
18812
18813 * s/ms-w32.h: Don't define HAVE_TZNAME.
18814
18815 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
18816
18817 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18818
18819 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
18820
18821 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
18822 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
18823
18824 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
18825 Don't call next handler.
18826 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
18827 Remove argument. Install handler to application.
18828 (set_frame_menubar): Don't change deep_p.
18829 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
18830 FRAME_OUTER_TO_INNER_DIFF_Y.
18831 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
18832 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
18833 [HAVE_DIALOGS]: New macros.
18834 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
18835 Use them.
18836 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
18837
18838 * macselect.c [MAC_OSX] (install_service_handler): Rename from
18839 init_service_handler. All callers changed. Return OSStatus value.
18840
18841 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
18842 All callers changed so as not to call SetPortWindowPort.
18843 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
18844 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
18845 mac_draw_string_common.
18846 (mac_draw_image_string_qd): Likewise.
18847 (mac_draw_string_common): Use them. Add INLINE.
18848 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
18849 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
18850 GetGlobalMouse.
18851 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
18852 and FRAME_OUTER_TO_INNER_DIFF_Y.
18853 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
18854 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
18855 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
18856 repositioning window to mac_handle_window_event.
18857 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
18858 saving window location to mac_handle_window_event
18859 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
18860 (install_menu_target_item_handler): Remove argument in extern.
18861 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
18862 Also accept command events.
18863 (do_keystroke): New function created from XTread_socket.
18864 (init_command_handler): Remove functions.
18865 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
18866 and save window location by kEventWindowShowing and kEventWindowHiding
18867 handlers here. Don't call next handler for window state change and
18868 focus events.
18869 (mac_handle_application_event, mac_handle_keyboard_event)
18870 [TARGET_API_MAC_CARBON]: New functions.
18871 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
18872 kEventWindowShowing and kEventWindowHiding events. Move installation
18873 of mouse, font, text input and menu target item handlers to
18874 install_application_handler.
18875 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
18876 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18877 New function.
18878 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18879 Register it.
18880 (XTread_socket) [TARGET_API_MAC_CARBON]:
18881 Consolidate SendEventToEventTarget calls.
18882 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
18883 Move application activation handler to mac_handle_application_event.
18884 Move keyboard handler to mac_handle_keyboard_event.
18885 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
18886 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
18887 init_command_handler. Call install_application_handler.
18888
18889 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
18890 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
18891
18892 2007-06-07 Glenn Morris <rgm@gnu.org>
18893
18894 * emacs.c (main): Use `emacs-copyright' in --version output.
18895
18896 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
18897
18898 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
18899
18900 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18901
18902 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
18903
18904 * macgui.h: Replace WindowPtr with WindowRef.
18905
18906 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
18907 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
18908 Replace ControlHandle with ControlRef.
18909 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
18910
18911 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
18912 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
18913 Replace ControlHandle with ControlRef.
18914 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
18915 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
18916
18917 * macterm.h (struct scroll_bar): Rename member control_handle_low
18918 and control_handle_high to control_ref_low and control_ref_high.
18919 All uses changed.
18920 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
18921 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
18922 respectively. All uses changed.
18923 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
18924 (install_window_handler, remove_window_handler): Replace WindowPtr
18925 with WindowRef in externs.
18926
18927 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
18928
18929 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
18930
18931 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
18932
18933 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
18934
18935 * frame.c (Fmouse_position, Fmouse_pixel_position):
18936 Condition on HAVE_GPM too.
18937
18938 * term.c (term_mouse_highlight): Remove unused variables.
18939 (Fterm_open_connection): Set gpm_zerobased to 1.
18940 (term_mouse_movement, term_mouse_click, handle_one_term_event):
18941 Use zero based co-ordinates.
18942 (handle_one_term_event): Report a drag as mouse movement too.
18943
18944 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
18945
18946 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
18947
18948 * image.c (search_image_cache): New function. Require background
18949 color match if background color is unspecified in the image spec.
18950 (uncache_image, lookup_image): Use it.
18951
18952 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
18953
18954 * window.c (Fshrink_window): Reflow docstring.
18955
18956 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
18957
18958 * Version 22.1 released.
18959
18960 2007-06-01 Richard Stallman <rms@gnu.org>
18961
18962 * xfns.c (x_encode_text): Add GCPRO.
18963
18964 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18965
18966 * xfns.c (x_set_name_internal): Save encoded name before
18967 x_encode_text in case string data is relocated.
18968
18969 2007-05-31 Richard Stallman <rms@gnu.org>
18970
18971 * buffer.c (syms_of_buffer): Doc fix.
18972
18973 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
18974
18975 * sysdep.c (init_sys_modes): Add rather than replace with
18976 O_NONBLOCK.
18977
18978 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
18979 term_mouse_moveto.
18980
18981 * termhooks.h (term_mouse_moveto): New extern.
18982
18983 * term.c (mouse_face_window): Rename...
18984 (Qmouse_face_window): ...to this.
18985 (term_show_mouse_face, term_clear_mouse_face)
18986 (term_mouse_highlight): Use Qmouse_face_window.
18987 (term_mouse_moveto): New function.
18988 (term_mouse_position): Make it work.
18989 (syms_of_term): Uncomment assignment to mouse_position_hook.
18990 Staticpro Qmouse_face_window.
18991
18992 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18993
18994 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
18995 around current_column call.
18996
18997 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
18998
18999 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
19000 * xdisp.c (next_element_from_buffer):
19001 * window.c (delete_window):
19002 * term.c (term_mouse_highlight):
19003 * msdos.c (getdefdir):
19004 * macterm.c (mac_create_bitmap_from_bitmap_data)
19005 (init_font_name_table):
19006 * fns.c (Fsxhash):
19007 * data.c (Fmake_local_variable):
19008 * ccl.c (ccl_driver): Likewise.
19009
19010 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19011
19012 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
19013 Call mac_wakeup_from_rne on window size change.
19014
19015 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
19016
19017 * image.c (uncache_image): Fix typo.
19018
19019 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
19020
19021 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
19022
19023 2007-05-22 Richard Stallman <rms@gnu.org>
19024
19025 * xterm.c (x_connection_closed): Remove NO_RETURN.
19026
19027 2007-05-22 Martin Rudalics <rudalics@gmx.at>
19028
19029 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
19030
19031 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
19032
19033 * image.c (uncache_image): New function.
19034 (Fimage_refresh): New function.
19035
19036 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
19037
19038 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
19039
19040 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
19041
19042 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
19043 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
19044
19045 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
19046
19047 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
19048 conditional on [HAVE_GPM_H].
19049
19050 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * syntax.c (skip_chars): Update syntax-table only after we checked that
19053 the new location is valid.
19054
19055 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19056
19057 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
19058 mac_get_window_bounds.
19059
19060 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
19061
19062 * Makefile.in (LIBGPM): Allow it to be set from configure.
19063 If set then link Emacs with it.
19064
19065 * config.in: Regenerate.
19066
19067 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
19068 New externs.
19069
19070 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
19071 Include gpm.h.
19072 (handle_one_term_event, term_gpm): New externs.
19073
19074 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
19075 and allow it to be interrupted by SIGIO.
19076
19077 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
19078 (wait_reading_process_output): Wait on gpm_fd too.
19079 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
19080 (add_gpm_wait_descriptor_called_flag): New variable.
19081 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
19082
19083 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
19084 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
19085 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
19086 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
19087 (make_lispy_event): Add case GPM_CLICK_EVENT.
19088 (read_avail_input): Handle mouse input.
19089
19090 * term.c (write_glyphs_with_face): New function.
19091 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
19092 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
19093 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
19094 (mouse_face_face_id, term_gpm, pos_x, pos_y)
19095 (last_mouse_x, last_mouse_y): New variables.
19096 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
19097 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
19098 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
19099 (Fterm_close_connection): New functions.
19100 (term_init): Initialise mouse_face_window.
19101
19102 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
19103
19104 * xdisp.c (redisplay_window): If first window line is a
19105 continuation line, recompute the new window start instead of
19106 recentering.
19107
19108 2007-05-18 Glenn Morris <rgm@gnu.org>
19109
19110 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
19111 Suggested by Alfred M. Szmidt <ams@gnu.org>.
19112
19113 2007-05-17 Glenn Morris <rgm@gnu.org>
19114
19115 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
19116
19117 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19118
19119 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
19120 dead key repeat and up events.
19121
19122 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
19123
19124 * image.c (pbm_load): Check image size for monochrome pbm.
19125
19126 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
19127
19128 * xterm.c (XTread_socket): Revert last change.
19129
19130 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
19131
19132 * image.c (pbm_load): Correctly check image size for greyscale pbm.
19133
19134 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
19135
19136 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19137
19138 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
19139 mixup (YAILOM).
19140
19141 2007-05-07 Andreas Schwab <schwab@suse.de>
19142
19143 * keymap.c (Flookup_key): Fix typo in last change.
19144
19145 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19146
19147 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
19148 mapping for unibyte strings.
19149
19150 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19151
19152 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
19153 (Fx_popup_dialog) [MAC_OSX]: Likewise.
19154
19155 2007-04-29 Richard Stallman <rms@gnu.org>
19156
19157 * insdel.c (replace_range): For undo, record insertion first.
19158
19159 2007-04-29 Andreas Schwab <schwab@suse.de>
19160
19161 * lisp.h (VECSIZE): Use OFFSETOF.
19162
19163 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19164
19165 * xdisp.c (try_window_reusing_current_matrix): Fix number of
19166 disabled lines.
19167
19168 2007-04-28 Richard Stallman <rms@gnu.org>
19169
19170 * lread.c (read_escape): In a string, \s is always space.
19171
19172 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
19173
19174 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
19175
19176 * gtkutil.c (xg_update_menubar, create_menus): Create empty
19177 submenu for menu bar items.
19178
19179 See ChangeLog.10 for earlier changes.
19180
19181 ;; Local Variables:
19182 ;; coding: utf-8
19183 ;; add-log-time-zone-rule: t
19184 ;; End:
19185
19186 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
19187
19188 This file is part of GNU Emacs.
19189
19190 GNU Emacs is free software: you can redistribute it and/or modify
19191 it under the terms of the GNU General Public License as published by
19192 the Free Software Foundation, either version 3 of the License, or
19193 (at your option) any later version.
19194
19195 GNU Emacs is distributed in the hope that it will be useful,
19196 but WITHOUT ANY WARRANTY; without even the implied warranty of
19197 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19198 GNU General Public License for more details.
19199
19200 You should have received a copy of the GNU General Public License
19201 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19202
19203 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40