(detect_coding_sjis): Handle shift_jis-2004 correctly.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
0f3f018c
CY
12009-07-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
4 (Fexpand_file_name): Copy string data properly (Bug#3772).
5
fcaf6f3a
JD
62009-07-07 Jan Djärv <jan.h.d@swipnet.se>
7
8 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
9 first MapNotify.
10
6809ca75
KH
112009-07-07 Kenichi Handa <handa@m17n.org>
12
13 * character.h (unibyte_has_multibyte_table): Delete extern.
14 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
15
16 * charset.c (Fset_charset_priority): Update charset_unibyte.
17 (syms_of_charset): Initialize charset_unibyte.
18
19 * character.c (unibyte_has_multibyte_table): Delete it.
20 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
21 charset_unibyte.
22 (multibyte_char_to_unibyte_safe): Likewise.
23 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
24
25 * xdisp.c (get_next_display_element): Decode it->c by
26 charset_unibyte.
27 (x_produce_glyphs): Likewise.
28
29 * .gdbinit (xcharset): Fix the treating $arg0.
30
ad9e2d54
EZ
312009-07-04 Eli Zaretskii <eliz@gnu.org>
32
33 Emulation of `getloadavg' on MS-Windows.
34 * w32.c: Include float.h
35 (g_b_init_get_native_system_info, g_b_init_get_system_times)
36 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
37 (get_native_system_info, get_system_times): New functions.
38 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
39 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
40 (globals_of_w32): Initialize g_b_init_get_native_system_info,
41 g_b_init_get_system_times, and num_of_processors.
42
0a3472c7
JR
432009-07-03 Jason Rumney <jasonr@gnu.org>
44
45 * w32term.c (w32_initialize): Use standard types.
46
80904120
EZ
472009-07-03 Eli Zaretskii <eliz@gnu.org>
48
49 * dired.c (Ffile_attributes): Decode user and group names by the
50 locale's encoding. (Bug#3443)
51
6978862d
DN
522009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
53
f8d23104
DN
54 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
55 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
56
57 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
58
59 * term.c (init_tty): Remove spurious #ifdef.
60
6978862d
DN
61 * m/mips.h: Mention this file is also used for netbsd.
62 * m/pmax.h: Remove file.
63
e044e4fc
JD
642009-07-03 Jan Djärv <jan.h.d@swipnet.se>
65
66 * xterm.h (struct x_display_info): Add invisible_cursor.
67 (struct x_output): Add current_cursor.
68
69 * xterm.c (XTtoggle_invisible_pointer): New function.
70 (x_define_frame_cursor): Don't define cursor if invisible or the
71 same as before. Set current_cursor.
72 (x_create_terminal): Set toggle_invisible_pointer_hook.
73
74 * xfns.c (make_invisible_cursor): New function.
75 (x_set_mouse_color): Call make_invisible_cursor.
76 Set current_cursor.
77 (x_window): Set current_cursor.
78
79 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
80
81 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
82 inserting a character.
83 (read_avail_input): Call frame_make_pointer_visible.
84
85 * frame.c (Vmake_pointer_invisible): New variable.
86 (frame_make_pointer_invisible, frame_make_pointer_visible): New
87 functions.
88 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
89
90 * frame.h: Declare frame_make_pointer_invisible and
91 frame_make_pointer_visible.
92 (struct frame): Add pointer_invisible.
93
574c8efa
JD
942009-07-02 Jan Djärv <jan.h.d@swipnet.se>
95
7b507248
JD
96 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
97 frame isn't visible.
98 (xg_frame_resized): If width/height is -1, get size of window
99 from X server.
100
101 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
102 for MapNotify.
103
835bdaa7
JD
104 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
105 here or call change_frame_size. Just call flush_and_sync.
106 (flush_and_sync): Reintroduced.
574c8efa 107
3f1c6666 1082009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 109
acd51077
JD
110 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky
111
112 * xterm.c (x_handle_net_wm_state): Also look for sticky.
113 (x_term_init): Initialize Xatom_net_wm_state_sticky.
114
115 * frame.h: Declare Qsticky.
116
cad9ef74
JD
117 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
118
119 * nsfns.m (ns_frame_parm_handlers): Ditto.
120
121 * frame.c: Declare Qsticky.
122 (frame_parms): Add sticky.
123
124 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
125
126 * xterm.h: Declare x_set_sticky.
127
128 * xterm.c (x_set_sticky): New function.
129
69b16610
JD
130 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
131 (xg_tool_bar_menu_proxy): Attach enter/leave events to
132 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
133
134 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
135
136 * frame.c: Qmaximized is new.
137 (x_set_frame_parameters): Do not handle fullscreen specially.
138 Only set width and height if explicitly set.
139 (x_set_fullscreen): Handle Qmaximized.
140 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
141 (syms_of_frame): Initialize Qmaximized.
142
143 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. Declare
144 Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
145
146 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
147 for Expose event. Add call to x_check_fullscreen for MapNotify event.
148 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
149 set gravity to NorthWestGravity when USE_GTK.
150 (set_wm_state): New function.
151 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
152 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
153 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
154 or the case when no window manager is running. That means remove calls
155 to x_real_positions and x_fullscreen_adjust.
156
157 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
158 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
159 flush_and_sync.
160 (xg_height_changed): New function.
161 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
162 and gtk_window_set_policy. Set frame gravity after parsing the geometry
163 string.
164 (xg_update_frame_menubar, free_frame_menubar)
165 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
166 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
167 Remove calls to xg_frame_set_char_size.
168
fd503d99
KH
1692009-07-01 Kenichi Handa <handa@m17n.org>
170
171 * keyboard.c (decode_keyboard_code): New function.
172 (tty_read_avail_input): Decode the input bytes if necessary.
173
174 * coding.c (setup_coding_system): Initialize
175 coding->carryover_bytes to 0.
176 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
177 use Qno_conversion.
178
24ed93fb
YM
1792009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
180
181 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
182
99061dfc
CY
1832009-06-30 Chong Yidong <cyd@stupidchicken.com>
184
185 * xftfont.c (xftfont_open): Avoid passing NULL argument to
186 XftLockFace.
187
ff90fbde
JR
1882009-06-30 Jason Rumney <jasonr@gnu.org>
189
190 * w32term.c (w32_initialize): Use GetModuleHandle for library that
191 is already loaded.
192 Set user model ID if supported (bug#1849).
193
5f445726
JM
1942009-06-29 Jim Meyering <meyering@redhat.com>
195
196 Remove useless if-before-xfree test.
197 * nsfont.m (nsfont_close): Remove useless test.
198 * term.c (delete_tty): Likewise.
199 * w32.c (system_process_attributes): Likewise.
200 * w32font.c (w32font_close): Likewise.
201 * xfaces.c (x_free_gc): Likewise.
202 * xselect.c (buffer): Likewise.
203
b9607587
AS
2042009-06-28 Andreas Schwab <schwab@linux-m68k.org>
205
206 * process.c (send_process): Keep decoded string in a local
207 variable and protect it from GC. (Bug#3521)
208
89ba96f4
EZ
2092009-06-28 Eli Zaretskii <eliz@gnu.org>
210
211 * term.c (create_tty_output) [MSDOS]: #ifdef away.
212 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
213
098a1589
CY
2142009-06-28 Chong Yidong <cyd@stupidchicken.com>
215
485422be
CY
216 * xdisp.c (start_display, handle_face_prop)
217 (move_it_vertically_backward, cursor_row_fully_visible_p)
218 (redisplay_window, try_window_id, produce_image_glyph): Delete
219 some #ifdef-ed out code chunks that are now obsolete.
220
098a1589
CY
221 * xterm.c (x_update_window_begin, x_new_focus_frame)
222 (x_scroll_bar_handle_click, handle_one_xevent)
223 (handle_one_xevent, XTread_socket, x_focus_on_frame)
224 (x_make_frame_visible, x_make_frame_invisible)
225 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
226 code chunks that are now obsolete.
227
78c38319
MA
2282009-06-28 Michael Albinus <michael.albinus@gmx.de>
229
230 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
231 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
232 for hours, when optimzation is enabled.
233 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
234 (xd_read_message): Make them static.
235
4189ed40
CY
2362009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
237
238 * term.c (turn_on_face): Allow simultaneously bold and dim
239 terminal faces (Bug#3530).
240
cd9b5e16
CY
2412009-06-27 Chong Yidong <cyd@stupidchicken.com>
242
4e23bedb
CY
243 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
244
cd9b5e16
CY
245 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
246 truncation glyphs (Bug#3686).
247
07cc3c35
GM
2482009-06-27 Glenn Morris <rgm@gnu.org>
249
250 * m/pmax.h: Restore file, with only netbsd portions.
251
25c5550f
DR
2522009-06-26 David Reitter <david.reitter@gmail.com>
253
cd9b5e16 254 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 255
42d4a64f
KH
2562009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
257
258 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
259 the arg FORCE_SYMBOL.
260
930fe55b 2612009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
262
263 * fontset.c (fontset_find_font): When a usable rfont_def is found
264 in a fallback font-group, make it the first element of the group.
265
57ebc3fd
CY
2662009-06-24 Chong Yidong <cyd@stupidchicken.com>
267
268 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
269
f084f942
KH
2702009-06-24 Kenichi Handa <handa@m17n.org>
271
272 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
273 set for C.
274 (fontset_font): Record the availability of a font for C both in
275 the realized fontsets of the current one and the default one.
276
2f686c87
DN
2772009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
280 conditional, it is always defined on AIX.
281
666e158e
MB
2822009-06-23 Miles Bader <miles@gnu.org>
283
284 * window.c (Vrecenter_redisplay): New variable.
285 (syms_of_window): Initialize it.
286 (Qtty): New extern declaration.
287 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
288
c6da7cd2
JM
2892009-06-23 Jim Meyering <meyering@redhat.com>
290
632c2030
CY
291 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
292 xmalloc and xrealloc (not malloc and realloc), so subsequent heap
293 pointer dereferences are guaranteed to be valid.
c6da7cd2 294
678dca3d
KH
2952009-06-23 Kenichi Handa <handa@m17n.org>
296
74d75424
KH
297 * emacs.c (main): Call init_font ().
298
299 * font.h (Vfont_log): Extern it.
300 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
301
302 * font.c (font_sort_entities, font_list_entities)
303 (font_matching_entity, font_open_entity)
304 (font_close_object): Change font_add_log to FONT_ADD_LOG.
305 (Vfont_log): Delete static.
306 (font_log_env_checked): Delete this variable.
307 (font_add_log): Don't check font_log_env_checked.
308 (font_deferred_log): Check Vfont_log.
309 (init_font): New function.
310
678dca3d
KH
311 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
312
313 * w32font.c: Change font_add_log to FONT_ADD_LOG.
314
315 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
316
317 * xfont.c: Change font_add_log to FONT_ADD_LOG.
318
319 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
320 (face_for_char): Don't call font_deferred_log here.
321 (font_for_char): Likewise.
322
8a668709
CY
3232009-06-22 Chong Yidong <cyd@stupidchicken.com>
324
9a01ee33
CY
325 * w32term.c (x_draw_glyph_string): Use the glyph string's width
326 rather than its background_width for drawing the overline and
327 underline (Bug#489).
328
329 * xterm.c (x_draw_glyph_string): Use the glyph string's width
330 rather than its background_width for drawing the overline and
331 underline (Bug#489).
ec7c9926
CY
332 (xg_default_icon_file): New variable.
333 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
334 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 335
8a668709
CY
336 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
337 (load_overlay_strings): Remove externs.
338 (fast_find_position): Function deleted.
339 (mouse_face_from_buffer_pos): New function, based on
340 fast_find_position. Correctly handle before-strings,
341 display-strings, and after-strings (Bug#1220).
342 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
343
4d4c02d8
CY
3442009-06-21 Chong Yidong <cyd@stupidchicken.com>
345
346 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
347 !HAVE_WINDOW_SYSTEM.
348 (move_it_in_display_line_to, move_it_in_display_line_to)
349 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
350
70243478
CY
3512009-06-21 Chong Yidong <cyd@stupidchicken.com>
352
353 * Branch for 23.1.
354
13087e59
JR
3552009-06-21 Jason Rumney <jasonr@gnu.org>
356
357 * w32term.c (keyboard_codepage): New static variable.
358 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
359 (w32_read_socket) [WM_CHAR]: Use it to decode character
360 input (bug#3237).
361 (w32_initialize): Initialize it.
362 (codepage_for_locale): New function.
363
4735b74e
KR
3642009-06-20 Ken Raeburn <raeburn@raeburn.org>
365
366 * process.c (status_message): Pass Faset index argument as a lisp
367 object, so as to work with USE_LISP_UNION_TYPE.
368
0e727afa
YM
3692009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
370
371 * coding.c (Ffind_coding_systems_region_internal):
372 Cache checked characters.
373
cf299835
KH
3742009-06-18 Kenichi Handa <handa@m17n.org>
375
376 * coding.c (decode_coding_iso_2022): Check MSB of bytes more
377 rigidly.
378
90f20d94
AS
3792009-06-18 Andreas Schwab <aschwab@redhat.com>
380
381 * xdisp.c (redisplay_internal): Check that the frame is still
382 live after redisplay of its windows.
383 (redisplay_windows): Check that the window is still live.
384
7f1faf1c
KH
3852009-06-17 Andreas Schwab <schwab@linux-m68k.org>
386
387 * coding.c (detect_coding_utf_16): Fix previous change.
388
cc13543e
KH
3892009-06-16 Kenichi Handa <handa@m17n.org>
390
391 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
392 UTF-16 by checking the dispersion of Eth and Oth bytes.
393
977b85f4
AS
3942009-06-15 Andreas Schwab <schwab@linux-m68k.org>
395
396 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
397
66bd43d1
KH
3982009-06-15 Kenichi Handa <handa@m17n.org>
399
400 * process.c (status_message): Fix previous change. Be sure to
401 decode a localized string.
402
cb5ca9c5
YM
4032009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
404
405 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
406 add comment explaining why.
407
ec7709ba 4082009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 409
ec7709ba 410 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 411
4b7f335c
AR
4122009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
413
414 * nsfont.m (ns_attribute_value): Remove.
415 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
416 (ns_has_attribute): Shrink the normal range.
417 (ns_findfonts): Don't worry about requested spec in determining
418 need for synthItal.
e41820ee 419 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 420
73b26103
SZ
4212009-06-14 Seiji Zenitani <zenitani@mac.com>
422
423 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
424
5753e4da
KH
4252009-06-11 Kenichi Handa <handa@m17n.org>
426
427 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
428 overhang for the static composition case.
429
3561b671
KH
4302009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
431
5753e4da
KH
432 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
433 overhang for the automatic composition case.
434
3561b671
KH
435 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
436 composition case.
437
852bbd41
CY
4382009-06-10 Chong Yidong <cyd@stupidchicken.com>
439
440 * xdisp.c (get_next_display_element): When handling wrap-prefix
441 and line-prefix, treat \n as a control character (bug#3502).
442
9903d1e6
KH
4432009-06-10 Kenichi Handa <handa@m17n.org>
444
445 * font.c (font_parse_family_registry): Fix for one-char foundry.
446 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
447
0bcbaaaa
CY
4482009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
449
450 * process.c (status_message): Fix handling of multibyte signal
451 string (Bug#3499).
452
40aa3f13
JM
4532009-06-09 Jim Meyering <meyering@redhat.com>
454
1f80c7e2
CY
455 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
456 color name is missing.
40aa3f13 457
72d51285
KH
4582009-06-09 Kenichi Handa <handa@m17n.org>
459
460 * charset.c (Fmap_charset_chars): In docstring, state clearly that
461 FROM-CODE and TO-CODE are codepoints of CHARSET.
462
c1d04d84
AR
4632009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
464
465 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
466
4672009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
468
469 Changes to support :script/:lang/:otf in NS font driver.
470 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
471 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
472 indicate not part of font driver interface, and change callers.
473 (ns_get_family): Remove pointless null check.
474 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
475 ns_spec_to_descriptor, ns_descriptor_to_entity.
476 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
477 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
478 (ns_spec_to_descriptor, ns_descriptor_to_entity)
479 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
480 (ns_get_req_script, ns_accumulate_script_ranges)
481 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
482 New functions.
483 (nsfont_list, nsfont_match): Use ns_findfonts.
484 (nsfont_open): Use font descriptor instead of traits.
485 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
486 (dump_glyphstring): Rename to ns_dump_glyphstring.
487
c7eb9816
AR
488 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
489
c1d04d84
AR
490 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
491
492 * fontset.c (fontset_from_font): Remove NS-specific code.
493
ec7709ba 4942009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
495
496 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
497 nonactive windows.
498
4992009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
500
501 * nsterm.m (ns_init_paths): Append path separator to INFOPATH
502 variable.
503
68852c13 5042009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
505
506 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
507
6756cd1d
CY
5082009-06-07 Chong Yidong <cyd@stupidchicken.com>
509
510 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
511 account for the overflowing of newlines into the last glyph on the
512 display line (Bug#3482).
513
28bf482a
DR
5142009-06-05 David Reitter <david.reitter@gmail.com>
515
ec7709ba
JB
516 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
517 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
518 Fns_selection_exists_p, Fns_selection_owner_p.
519
fdb55376
JR
5202009-06-03 Jason Rumney <jasonr@gnu.org>
521
522 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
523 available. (Bug#3379)
524
05129fbe
KH
5252009-05-29 Kenichi Handa <handa@m17n.org>
526
527 * coding.c (get_translation_table): Check
528 Venable_character_translation.
529
ec7709ba 5302009-05-26 David Reitter <david.reitter@gmail.com>
15891144 531
ec7709ba
JB
532 * nsterm.m (ns_raise_frame): Only raise frame if visible.
533 (x_make_frame_visible): Move frame to front rather than calling
15891144 534 ns_raise_frame().
ec7709ba 535 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 536 isn't key window.
ec7709ba 537 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
538 drawRect may be called by NSView even if the frame is hidden.
539
ec7709ba
JB
540 * nsfns.m (Fx_create_frame): Follow other ports in
541 determining visibility; default to t. Ensure async_visible is set.
15891144 542
21f73755
EZ
5432009-05-23 Eli Zaretskii <eliz@gnu.org>
544
545 * dired.c (Ffile_attributes): Doc fix.
546
34001e41
CY
5472009-05-22 Chong Yidong <cyd@stupidchicken.com>
548
549 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
550
46306a17
SM
5512009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
554 and xfont_scratch_props.
555 (syms_of_xfont): Do it here instead.
556 (xfont_find_ccl_program): Delete, unused.
557 (xfont_open): Delete unused var `i'.
558
ef6e0694
KH
5592009-05-21 Kenichi Handa <handa@m17n.org>
560
561 * fontset.c (Qlatin): Don't make it static.
562
46306a17
SM
563 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
564 New functions.
ef6e0694
KH
565 (xfont_scripts_cache, xfont_scratch_props): New variables.
566 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
567 (xfont_list_pattern): Argument changed. Callers changed.
568 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
569 (xfont_list): Don't reject a font spec with :script property.
570 (xfont_has_char): Fix setting of encoding.
571 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
572 xfont_scratch_props.
573
5742009-05-19 Kenichi Handa <handa@m17n.org>
575
46306a17 576 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
577 Callers changed.
578
5792009-05-18 Kenichi Handa <handa@m17n.org>
580
581 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
582
ac71ced7
SM
5832009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
586 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
587
1c6d1051
YM
5882009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
589
590 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
591 (x_delete_terminal): Dissociate resource database from display and
592 then call XrmDestroyDatabase before closing display.
593
9b9b779c
AR
5942009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
595
596 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
597 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
598 whether selected frame is viable before raising it (based on patch
599 by David Reitter), and improve commentary.
600 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 601
cccd42d5
KH
6022009-05-15 Kenichi Handa <handa@m17n.org>
603
604 * font.c (Ffont_spec): Check arguments.
605
337fbd17
CY
6062009-05-14 Chong Yidong <cyd@stupidchicken.com>
607
608 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
609 weight when testing attributes (Bug#3282).
610
47a6002f
JD
6112009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
612
613 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
614 what we expect to get in the next ConfigureNotify event.
615
9cb363db
YM
616 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
617 before Xft one (Bug#1696).
618
b9126609
CY
6192009-05-07 David Reitter <david.reitter@gmail.com>
620
621 * nsfns.m (Fx_display_planes): Compute bitplanes using
622 NSBitsPerPixelFromDepth (Bug#3207).
623
27a69fd9
CY
6242009-05-10 Chong Yidong <cyd@stupidchicken.com>
625
626 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
627
00f37552
TTN
6282009-05-10 Ulrich Mueller <ulm@gentoo.org>
629
630 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
631
2d82a920
DR
6322009-05-07 David Reitter <david.reitter@gmail.com>
633
ec7709ba
JB
634 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
635 Respect mouse face background.
2d82a920 636
46b0d52d
DR
6372009-05-07 David Reitter <david.reitter@gmail.com>
638
ec7709ba
JB
639 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
640 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
641 in ns_update_begin and ns_update_end.
642
ce1b23bb
SM
6432009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
644
5996e1b7
SM
645 * nsfns.m (ns_get_screen): Rewrite.
646 Don't presume selected-frame is of type `ns'.
647
ba98e3a0
SM
648 * font.c (font_update_drivers): Sanity fallback to avoid disabling
649 all drivers.
650
ce1b23bb
SM
651 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
652
bcda200f
YM
6532009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
654
655 * keyboard.h (add_user_signal): Fix typo in extern.
656
657 * lisp.h (add_user_signal): Remove extern.
658
659 * unexelf.c (unexec): Consider a section to precede the .bss section
660 if its addresses overlap that of .bss.
661 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
662 instead of dumping process.
663
864660a2
SM
6642009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
667
50da4e56
SM
6682009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
671
51520a1a
DN
6722009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
673
674 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
675 any statements.
676
409ea3a1
AS
6772009-05-02 Andreas Schwab <schwab@linux-m68k.org>
678
59c4c60f
AS
679 * process.c (read_process_output): Make sure the current buffer is
680 always restored.
681
409ea3a1
AS
682 * coding.c (record_conversion_result): Don't modify
683 Vlast_code_conversion_error for successful result.
684 (alloc_destination): Don't clobber conversion result. (Bug#1650)
685
56f00ed2
KH
6862009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
687
688 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 689 (load_charset_map): Remove unnecessary code.
56f00ed2 690
4491c9d2
DR
6912009-04-30 David Reitter <david.reitter@gmail.com>
692
35f5b128 693 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
694 through f24.
695
6970f632
CY
6962009-04-30 Chong Yidong <cyd@stupidchicken.com>
697
698 * xfaces.c (face_at_buffer_position): New arg base_face_id.
699
700 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
701 face_at_buffer_position.
702 (face_before_or_after_it_pos, get_next_display_element)
703 (note_mouse_highlight): Update face_at_buffer_position call.
704
705 * term.c (term_mouse_highlight):
706 * msdos.c (IT_note_mouse_highlight):
707 * fontset.c (Finternal_char_font):
35f5b128 708 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
709
710 * dispextern.h (face_at_buffer_position): Update prototype.
711
0c616f63
KH
7122009-04-30 Kenichi Handa <handa@m17n.org>
713
35f5b128 714 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 715
ad3aaf33
AS
7162009-04-29 Andreas Schwab <schwab@linux-m68k.org>
717
718 * callproc.c (Fcall_process): Fix GC protection. Make sure
719 current buffer is always restored.
720
c3c963a0
YM
7212009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
722
723 * atimer.c (init_atimer): Also clear stopped_atimers.
724
725 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
726
7e3386cb
YM
727 * process.c (create_process): Clean up merger residues of
728 2008-07-17 change.
729
91f68422
CY
7302009-04-29 Ulrich Mueller <ulm@gentoo.org>
731
732 * lread.c (Vread_circle): New variable.
733 (read1): Disable recursive read if Vread_circle is nil.
734
24b34550
KH
7352009-04-29 Kenichi Handa <handa@m17n.org>
736
737 * fontset.h (set_default_ascii_font): Delete extern.
738
739 * fontset.c (set_default_ascii_font): Delete this unused function.
740
741 * frame.c (x_set_font): When ARG is a font-object, check if the
742 font-object matches with the ASCII font-spec of the frame's
9c358bda 743 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 744
77bf07e1
AS
7452009-04-28 Andreas Schwab <schwab@linux-m68k.org>
746
747 * fns.c (Flocale_info): Protect vector from GC during decoding.
748
749 * process.c (Fstart_process): Protect argv strings from GC during
750 encoding.
751
2c55aacf
AS
7522009-04-27 Andreas Schwab <schwab@linux-m68k.org>
753
754 * sysdep.c: Include <ctype.h>.
755
b892d3c9
DR
7562009-04-27 David Reitter <david.reitter@gmail.com>
757
35f5b128 758 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
759 Remove commented-out code.
760
9d0644c4
JB
7612009-04-26 Johan Bockgård <bojohan@gnu.org>
762
763 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
764
b7053016
JR
7652009-04-25 Jason Rumney <jasonr@gnu.org>
766
767 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
768
4e8231f3
YM
7692009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
770
771 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
772 Swap bytes in short integer if fringe bitmap width > 8.
773
493dcf2c
KH
7742009-04-23 Kenichi Handa <handa@m17n.org>
775
776 * xfaces.c (Fx_list_fonts): If a font size is specified in
777 PATTERN, set it in returned scalable fonts.
778
401e9e57
CY
7792009-04-22 Chong Yidong <cyd@stupidchicken.com>
780
708e05dc
CY
781 * keyboard.c (Fset_input_meta_mode): Doc fix.
782
783 * dispnew.c (Fsend_string_to_terminal): Doc fix.
784
785 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
786 fixes.
787
788 * coding.c (Fterminal_coding_system): Doc fix.
789
790 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
791 (Fx_display_pixel_height, Fx_display_planes)
792 (Fx_display_color_cells, Fx_server_max_request_size)
793 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
794 (Fx_display_mm_height, Fx_display_mm_width)
795 (Fx_display_backing_store, Fx_display_visual_class)
796 (Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
797 fixes, replacing "terminal id" with "terminal object".
798 (check_x_display_info): Handle terminal objects instead of
799 terminal ids.
800
401e9e57
CY
801 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
802 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
fdc496e7
CY
803 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions): Doc
804 fixes, replacing "terminal id" with "terminal object".
401e9e57 805
df80c7f0
KH
8062009-04-21 Kenichi Handa <handa@m17n.org>
807
5a8f12af 808 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 809 (font_score): Check AVGWIDTH too.
908567ef 810
df80c7f0
KH
811 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
812 worst case.
813 (decode_coding_emacs_mule, decode_coding_iso_2022)
814 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
815 Likewise.
816
705af33f
JR
8172009-04-19 Jason Rumney <jasonr@gnu.org>
818
819 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 820 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
821
822 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
823 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
824 get_phys_cursor_geometry.
825
b71ac3dd 826 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
827 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
828 using get_phys_cursor_geometry.
829
830 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
831 correctly calculated.
832
dc2933eb
JD
8332009-04-19 Jan Djärv <jan.h.d@swipnet.se>
834
835 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use
836 G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
837 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
838 is deprecated.
839
973e7849
AS
8402009-04-18 Andreas Schwab <schwab@linux-m68k.org>
841
842 * font.c (font_put_frame_data): Use xfree instead of free.
843
314d66f4
JB
8442009-04-17 Juanma Barranquero <lekktu@gmail.com>
845
846 * w32font.c (Qja, Qko): Remove declarations.
847 (syms_of_w32font): Don't DEFSYM them.
848
cf702558
CY
8492009-04-17 Chong Yidong <cyd@stupidchicken.com>
850
851 * font.c (Qja, Qko): Move definitions here from ftfont.c.
852
853 * font.h (Qja, Qko): Extern them.
854
855 * ftfont.c (Qja, Qko): Remove declarations.
856
857 * xfont.c (Qja, Qko): Remove declarations.
858
b50504f5
KH
8592009-04-17 Kenichi Handa <handa@m17n.org>
860
bde25748
KH
861 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
862 string from a vector to handle Latin-1 characters correctly.
863
b50504f5
KH
864 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
865 entity even if the cache hits.
866
f4646fff
AS
8672009-04-16 Andreas Schwab <schwab@linux-m68k.org>
868
869 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 870 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 871
e7deaab0
AS
872 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
873 * lisp.h: Adjust prototypes.
874
0a0e7d49
CY
8752009-04-16 Chong Yidong <cyd@stupidchicken.com>
876
877 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
878 change (Bug#3003).
879
3c908a57
KH
8802009-04-16 Kenichi Handa <handa@m17n.org>
881
bd0af90d
KH
882 * xfont.c (xfont_has_char): Special handling of `ja' and `ko'
883 adstyle.
884
885 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
886 adstyle.
887
888 * ftfont.c (Qja, Qko): Don't make them static.
889 (enum ftfont_cache_for): New enum.
890 (fc_charset_table): Undo the previous change.
891 (ftfont_get_latin1_charset): Delete it.
892 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache. Set
893 FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
894 non-scarable font, try to get AVERAGE_WIDTH.
895 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
896 Change ft_face_cache from a list of a hash-table. Don't check
897 `ja' and `ko' adstyle here.
898 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
899 FTFONT_CACHE_FOR_CHARET.
900 (ftfont_get_charset): Undo the previous change.
901 (ftfont_open): Call ftfont_lookup_cache with
902 FTFONT_CACHE_FOR_FACE.
903 (ftfont_close): Likewise.
904 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
905
906 * font.c (font_sort_entites): Change the meaning of the arg
907 BEST-ONLY. Don't optimize for VEC of lenght 1.
908 (font_select_entity): Just return the value of font_sort_entites.
909
910 * xfaces.c (merge_face_vectors): Reflect font properties in
911 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
912 font_clear_prop if a face attribute doesn't change.
913
3c908a57
KH
914 * charset.h (charset_ksc5601): Extern it.
915
916 * charset.c (charset_ksc5601): New variable.
917 (Fdefine_charset_internal): Set charset_ksc5601.
918 (init_charset_once): Initialize charset_ksc5601 to -1.
919
d65859c3
DN
9202009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * fileio.c (history_delete_duplicates): Remove unused declaration.
923
924 * callint.c (history_delete_duplicates): New declaration.
925 (Fcall_interactively): Remove command history duplicates when
926 history_delete_duplicates is true.
927
3ba010e5
EZ
9282009-04-14 Eli Zaretskii <eliz@gnu.org>
929
930 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
931
06f19b91
KH
9322009-04-14 Kenichi Handa <handa@m17n.org>
933
934 * font.c (Ffont_info): Fix docstring. Fix the second element of
935 the returned value (bug#2949).
936
2cce8bfc
CY
9372009-04-14 Chong Yidong <cyd@stupidchicken.com>
938
939 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
940
d156542d
KH
9412009-04-14 Kenichi Handa <handa@m17n.org>
942
943 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
944 encoding charset is ascii_compatible.
945
946 * charset.c (Fdefine_charset_internal): Make charset
947 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
948 code_offset is 0, and covers all ASCII characters.
949
86fa089e
SM
9502009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
953 (ns_string_to_pasteboard_internal):
954 * nsmenu.m (process_dialog):
955 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
956 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
957 * lisp.h (Fx_load_color_file): Declare.
958
a8a3728b
KH
9592009-04-13 Kenichi Handa <handa@m17n.org>
960
961 * font.c (font_delete_unmatched): Preserve the order of list
962 elements.
963 (font_select_entity): Suppress the code to optimize for the same
964 kind of fonts.
965 (font_load_for_lface): Get a font that supports at least ASCII
966 characters.
967
968 * ftfont.c (Qja, Qko): New variables.
969 (fc_charset_table): Delete uniquifier data for iso8859-1.
970 (ftfont_get_latin1_charset): New function.
971 (get_adstyle_property): New function.
972 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
973 bitmap fonts.
974 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
975 Delete iso-8859-1 range from the charset of fonts whose adstyle is
976 `ko' or `ja'.
977 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
978 (ftfont_get_charset): For iso8859-1, call
979 ftfont_get_latin1_charset.
980 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
981 property.
982 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
983 (syms_of_ftfont): DEFSYM Qja and Qko.
984
483670b5
KH
9852009-04-09 Kenichi Handa <handa@m17n.org>
986
12b55765
KH
987 * charset.c (map_charset_chars): For a charset of `superset'
988 method, fix calculation of code range.
989
483670b5
KH
990 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
991 from the list of extra properties.
992 (font_clear_prop): Be sure to delete `:name' font property.
993
57d3b93b
KH
9942009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
995
b4b2c2ca
YM
996 * dispnew.c (redraw_overlapping_rows): Fix detection of
997 overlapping for topmost and bottommost rows.
998
57d3b93b
KH
999 * ftfont.c (ftfont_text_extents): Fix calculation of
1000 metrics->descent.
1001
472c3609
JR
10022009-04-06 Jason Rumney <jasonr@gnu.org>
1003
1004 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
1005
ab193662
KH
10062009-04-06 Kenichi Handa <handa@m17n.org>
1007
1008 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
1009
1010 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
1011
0c26f026
KH
10122009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1013
1014 * ftfont.c (ftfont_open): Fix checking of the return value of
1015 FT_Load_Char. Fix setting font->underline_thickness.
1016
e173bbce
CY
10172009-04-04 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
1020 (Fterminal_parameters, Fterminal_parameter)
1021 (Fset_terminal_parameter): In doc string, refer to terminal
1022 objects rather than terminal ids.
1023
693a2698
EZ
10242009-04-04 Eli Zaretskii <eliz@gnu.org>
1025
1026 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
1027 ret_lim_data. (Bug#2867)
1028
d5221487
CY
10292009-04-03 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
1032 so they don't get wider than the window, matching 2006-01-23
1033 change to the partner function in xdisp.c (Bug#2800).
1034
223509a3
KH
10352009-04-03 Kenichi Handa <handa@m17n.org>
1036
1037 * print.c (print_object): Make each lowest sub_char_table start a
1038 new line (Bug#2866).
1039
74fcd0b1
KH
10402009-04-02 Kenichi Handa <handa@m17n.org>
1041
1042 * fontset.c (fontset_font): Record no-font when a fontset
1043 explicitly tells not to try another font-specs.
1044
c542407d
SM
10452009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
1046
1047 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
1048
e3869731
KH
10492009-03-30 Kenichi Handa <handa@m17n.org>
1050
d8d2f142
KH
1051 * fontset.c (fontset_from_font): Specify only registry in a
1052 font-spec for all characters supported by that registry.
1053
e3869731
KH
1054 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
1055 even if HAVE_M17N_FLT is not defined.
1056
5da5f805
CY
10572009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
1058
1059 * ftfont.c: Conditionalize prototyping and use of
1060 ftfont_variation_glyphs.
1061
ab226c50
SM
10622009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1063
9628fed7
SM
1064 * frame.c (delete_frame): Work around compiler bug.
1065
1066 * editfns.c (general_insert_function): Adjust to insdel.c changes.
1067 * insdel.c (prepare_to_modify_buffer, signal_before_change):
1068 Some more EMACS_INT.
1069 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
1070
1071 * xdisp.c (dump_glyph): Fix typo.
1072
ae19ba7c
SM
1073 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
1074 (adjust_markers_gap_motion, adjust_markers_for_delete)
1075 (adjust_markers_for_insert, adjust_point)
1076 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
1077 (make_gap, copy_text, count_size_as_multibyte, insert)
1078 (insert_and_inherit, insert_before_markers)
1079 (insert_before_markers_and_inherit, insert_1)
1080 (count_combining_before, count_combining_after, insert_1_both)
1081 (insert_from_string, insert_from_string_before_markers)
1082 (insert_from_string_1, insert_from_gap, insert_from_buffer)
1083 (insert_from_buffer_1, adjust_after_replace)
1084 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
1085 (replace_range_2, del_range, del_range_1, del_range_byte)
1086 (del_range_both, del_range_2, modify_region)
1087 (prepare_to_modify_buffer, signal_before_change)
1088 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
1089 for buffer positions and sizes.
1090 * lisp.h: Adjust prototypes accordingly.
1091
1092 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
1093 (non_regular_inserted, non_regular_nbytes, read_non_regular)
1094 (Finsert_file_contents): Use EMACS_INT for buffer positions.
1095
ab226c50
SM
1096 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
1097
46dfb8fb
JD
10982009-03-27 Jan Djärv <jan.h.d@swipnet.se>
1099
1100 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
1101 lines and columns so we keep the same pixel height and width.
1102
1103 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
1104 the property _NET_WM_STATE has changed.
46dfb8fb
JD
1105 (x_handle_net_wm_state): New function to update frame parameter
1106 fullscreen.
1107 (x_term_init): Initialize atoms for _NET_WM_STATE.
1108
1109 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
1110
d347e494
SM
11112009-03-27 Kevin Ryde <user42@zip.com.au>
1112
1113 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
1114 Gpm_GetEvent as an error that justifies closing the filedescriptor.
1115 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
1116 (Fgpm_mouse_stop): Pass that new parameter.
1117 * termhooks.h (close_gpm): Adjust prototype.
1118
84db11d6
SM
11192009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1120
c95a5008
SM
1121 * lisp.h (Fx_focus_frame): Declare.
1122
84db11d6
SM
1123 * callint.c (Fcall_interactively): For '^' just delegate the work to
1124 handle-shift-selection.
1125 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
1126
0a1958d6
CY
11272009-03-24 Chong Yidong <cyd@stupidchicken.com>
1128
0bfdff23
CY
1129 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
1130
0a1958d6
CY
1131 * data.c (Qinteractive_form): New variable.
1132 (Finteractive_form): Use it.
1133
1134 * eval.c (Fcommandp): Use Qinteractive_form.
1135
58aec0d6
JR
11362009-03-24 Jason Rumney <jasonr@gnu.org>
1137
1138 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
1139 Calculate total size precisely. Decode environment variables
1140 before substituting. (Bug#38)
1141
553dd618
KH
11422009-03-24 Kenichi Handa <handa@m17n.org>
1143
1144 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 1145 encoding (Bug#2722).
553dd618 1146
c39ea606
JD
11472009-03-23 Jan Djärv <jan.h.d@swipnet.se>
1148
1149 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
1150 that gdpy is set.
1151
bc9b2b5e
AM
11522009-03-22 Alan Mackenzie <acm@muc.de>
1153
1154 * callint.c (Finteractive): Clarify the doc string - even
1155 promptless elements need \n separators.
1156
9f995a76
JR
11572009-03-22 Jason Rumney <jasonr@gnu.org>
1158
1159 * w32term.c (syms_of_w32term): Doc fix for
1160 x-use-underline-position-properties.
1161
22749e9a
EZ
11622009-03-21 Eli Zaretskii <eliz@gnu.org>
1163
1164 * w32.c (getpwuid): Change argument type to unsigned.
1165 (struct w32_id): Change type of `rid' member to unsigned.
1166 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
1167 argument ID to unsigned. All callers changed.
1168 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
1169
e00553bf
EZ
11702009-03-20 Eli Zaretskii <eliz@gnu.org>
1171
1172 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
1173 negative, produce a float value.
1174
1175 * dired.c (make_uid, make_gid): New functions.
1176 (Ffile_attributes): Use them to avoid negative UID and GID.
1177
f761d6b6
JB
11782009-03-20 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
1181 (syms_of_keyboard) <command-hook-internal, input-method-function>:
1182 Fix typos in docstrings.
1183
d507f8d7
KH
11842009-03-19 Kenichi Handa <handa@m17n.org>
1185
1186 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
1187 changed, use font_load_for_lface to get a new font object.
1188 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
1189
1190 * frame.c (x_set_font): Handle the case that ARG is a cons.
1191
c68845e0
GM
11922009-03-19 Glenn Morris <rgm@gnu.org>
1193
1194 * fileio.c (Fsubstitute_in_file_name): Doc fix.
1195
bfa49dd1
CY
11962009-03-19 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
1199
8458d4c1
KH
12002009-03-19 Kenichi Handa <handa@m17n.org>
1201
1202 * charset.c (load_charset_map_from_file): When a mapfile can't be
1203 loaded, signal an error.
1204
78e7d1fe
EZ
12052009-03-18 Eli Zaretskii <eliz@gnu.org>
1206
1207 * dired.c (Ffile_attributes): Make sure UID and GID are always
1208 positive, even if the value is too large for a positive EMACS_INT.
1209 Doc fix.
1210
1211 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
1212
5da9fdfa
YM
12132009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1214
1215 * xmenu.c (xdialog_show): Move Fredisplay call ...
1216 (Fx_popup_dialog): ... here.
1217
7519c40d
SM
12182009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * dired.c (file_name_completion): Disable the first optimization just
1221 installed, since it is not implemented correctly.
1222
2cd298e2
SM
12232009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 1226 only if the entry can affect bestmatch.
2cd298e2
SM
1227 Stop the search early, as Ftry_completion already does.
1228
48d37adf
CY
12292009-03-17 Chong Yidong <cyd@stupidchicken.com>
1230
e10c9c93 1231 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 1232
9286b16a
CY
12332009-03-15 Chong Yidong <cyd@stupidchicken.com>
1234
1235 * keyboard.c (parse_menu_item): Don't display remappings as menu
1236 equivalent bindings (Bug#788).
1237
f7b146dc
JR
12382009-03-15 Jason Rumney <jasonr@gnu.org>
1239
1240 * w32term.h (WM_EMACS_PAINT): New message.
1241 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
1242 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
1243 before passing to lisp thread. (Bug#950)
1244
f761d6b6 12452009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 1246
d93f9575
CY
1247 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
1248 variable as it was never reset.
1249 (ns_term_init): Remove initialization of Lisp-settable defaults
1250 and ns_expand_space.
1251 (-setPanelFromDefaultValues): Remove ns_expand_space.
1252 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
1253 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
1254 i.e. no additional spacing, similar to Carbon port.
1255
d93f9575
CY
1256 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
1257 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 1258
305018ec
JD
12592009-03-14 Jan Djärv <jan.h.d@swipnet.se>
1260
1261 * sound.c (alsa_configure): Remove call to deprecated
1262 snd_pcm_sw_params_set_xfer_align.
1263
f761d6b6 12642009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
1265
1266 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
1267 after clicking in a detached tool bar.
1268 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
1269
46e722a9
SM
12702009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1271
348db3dd
SM
1272 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
1273 int/Lisp_Object mixup).
46e722a9 1274
a3d16f39
KH
12752009-03-13 Kenichi Handa <handa@m17n.org>
1276
1277 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 1278 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
1279 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
1280 (set_fontset_font): Change ARG to a vector. Handle range_list in
1281 ARG correctly.
1282 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 1283 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
1284 the above change.
1285 (fontset_from_font): Fix previous change.
fe24f56a 1286 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
1287 entry. If FONTSET is the default fontset, don't set the extra
1288 slot of the returning char-table.
1289
b066e6b6
JB
12902009-03-12 Juanma Barranquero <lekktu@gmail.com>
1291
1292 * nsfns.m (Fx_close_connection): Doc fix.
1293 (Fns_do_applescript): Reflow docstring.
1294 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
1295 (Fx_display_pixel_width, Fx_display_pixel_height)
1296 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
1297 Fix typos in docstrings.
1298 (Fns_set_alpha): Fix typos in error messages.
1299
d472514e 13002009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 1301
d472514e 1302 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
1303 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
1304 were used for such events.
1305
d472514e
JB
1306 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
1307 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 1308
d472514e 1309 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
1310 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
1311
fb930676
KH
13122009-03-11 Kenichi Handa <handa@m17n.org>
1313
ff85581a
KH
1314 * font.h (font_open_by_spec): Extern it.
1315
c50b7e98
KH
1316 * font.c (font_open_by_spec): New function.
1317 (font_open_by_name): Use font_open_by_spec.
1318
fb930676
KH
1319 * frame.c (x_set_font): When ARG is a font-object, don't alter the
1320 fontset of the frame.
1321
1322 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
1323 modify the default font of frames that use this fontset.
1324 (num_auto_fontsets): New variable.
1325 (fontset_from_font): Use num_auto_fontsets to decide a fontset
1326 name. Be sure to set FONTSET_ASCII to the correct font name.
1327 (update_auto_fontset_alist): New function.
1328
df4e8455
JB
13292009-03-11 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * makefile.w32-in: Update dependencies.
1332
0a375797
AR
13332009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1334
1335 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
1336
61313fa3
SM
13372009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
1340
b55103fb
CY
13412009-03-10 Chong Yidong <cyd@stupidchicken.com>
1342
1343 * lread.c (Feval_buffer): Doc fix.
1344
dde2559c
KH
13452009-03-09 Kenichi Handa <handa@m17n.org>
1346
1347 * charset.c (Qfile_name_handler_alist): Extern it.
1348 (load_charset_map_from_file): Temporarily bind
1349 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
1350
df4e8455 13512009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 1352
47f588bb
GM
1353 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
1354 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 1355
4ddf94bd
AR
13562009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1357
4c9bdfc2
AR
1358 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
1359 (x_set_window_size): Change back to calculated method of setting
1360 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
1361 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
1362 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
1363
fe41ae9e
AR
1364 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
1365
4c9bdfc2
AR
1366 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
1367 accelerator in parens under GNUstep.
1368
825d0875
KH
13692009-03-06 Kenichi Handa <handa@m17n.org>
1370
1371 These changes are to detect incorrect composition sequence without
f3b3be74 1372 looking ahead the source. (Bug#2370)
825d0875
KH
1373
1374 * coding.h: Include "composite.h".
1375 (enum compisition_state): New enum.
1376 (struct compisition_status): New struct.
1377 (struct iso_2022_spec): New member cmp_status.
1378 (struct emacs_mule_spec): New struct.
1379 (struct coding_system): New members ctext_extended_segment_len and
1380 embedded_utf_8. Change the union member
1381 spec.emacs_mule_full_support to spec.emacs_mule.
1382
1383 * coding.c (CODING_ISO_CMP_STATUS): New macro.
1384 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 1385 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
1386 (ADD_COMPOSITION_DATA): New arg nbytes.
1387 (emacs_mule_char): New arg cmp_status.
1388 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
1389 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
1390 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
1391 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
1392 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
1393 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
1394 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
1395 (EMACS_MULE_COMPOSITION_END): New macro.
1396 (emacs_mule_finish_composition): New function.
1397 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
1398 (decode_coding_emacs_mule): Avoid long looking ahead while
1399 handling composition.
1400 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
1401 (ENCODE_COMPOSITION_RULE): New macro.
1402 (finish_composition): New function.
1403 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
1404 (DECODE_COMPOSITION_START): New implementation.
1405 (DECODE_COMPOSITION_END): Likewise.
1406 (STORE_COMPOSITION_RULE): New macro.
1407 (decode_coding_iso_2022): Avoid long looking ahead while handling
1408 composition, CTEXT extended segment, and embedded UTF-8.
1409 (setup_coding_system): For a coding of type iso-2022, reset
1410 CODING_ISO_EXTSEGMENT_LEN (coding) and
1411 CODING_ISO_EMBEDDED_UTF_8 (coding).
1412 (get_translation): Delete arguments last_block, from_nchars,
1413 to_nchars. Callers changed.
1414 (produce_chars): Don't modify charbuf. Adjusted for the change of
1415 get_translation.
98a326f7 1416 (produce_composition): Adjust for the new annotation sequence.
825d0875 1417 (handle_composition_annotation): Likewise.
98a326f7 1418 (consume_chars): Adjust for the change of get_translation.
825d0875 1419
ccbc4452
AR
14202009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1421
4ddf94bd 1422 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 1423
988a7ddb
KH
14242009-03-05 Kenichi Handa <handa@m17n.org>
1425
1426 * font.c (font_select_entity): New function.
1427 (font_find_for_lface): Use font_select_entity to select a font.
1428
1429 * fontset.c (fontset_find_font): If a font found without
a8a3728b 1430 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
1431 font with C restriction.
1432
98a326f7 14332009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 1434
be1bce46 1435 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 1436
10ea2b82
JR
14372009-03-04 Jason Rumney <jasonr@gnu.org>
1438
2c93b248 1439 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 1440 characters that have already been read. (Bug#2569)
2c93b248 1441
10ea2b82
JR
1442 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
1443 Log an error message if check_image_size failed.
1444 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 1445 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 1446
71a0c011
EZ
14472009-03-02 Eli Zaretskii <eliz@gnu.org>
1448
1449 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
1450 when decoding process output.
1451
2f63bba8
RS
14522009-03-01 Richard M Stallman <rms@gnu.org>
1453
1454 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
1455
1456 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
1457
0a9564cb
EZ
14582009-02-28 Eli Zaretskii <eliz@gnu.org>
1459
1460 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
1461 (decode_coding_emacs_mule, decode_coding_iso_2022)
1462 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
1463 (decode_coding_raw_text, decode_coding_charset)
1464 (setup_coding_system, decode_eol, decode_coding, consume_chars):
1465 Honor inhibit-eol-conversion. (Bug #2186)
1466
449148b3
JR
14672009-02-28 Jason Rumney <jasonr@gnu.org>
1468
1469 * coding.c (detect_coding_charset): If not checking latin extra,
1470 fail on characters between 0x80 and 0xA0. (Bug#2354)
1471
a4aee864
EZ
14722009-02-28 Eli Zaretskii <eliz@gnu.org>
1473
1474 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 1475 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 1476
d88bee5a
GM
14772009-02-27 Glenn Morris <rgm@gnu.org>
1478
1479 * callint.c (Finteractive): Doc fix.
1480
a808f22d
KH
14812009-02-27 Kenichi Handa <handa@m17n.org>
1482
1483 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
1484
caf8d60c
CY
14852009-02-27 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * font.c (font_style_to_value): Set value for unknown symbols to
1488 100 instead of 255.
b61137ea
CY
1489 (weight_table, slant_table, width_table): Treat "unspecified" as
1490 the default value.
caf8d60c 1491
1a0de25c
JB
14922009-02-26 Juanma Barranquero <lekktu@gmail.com>
1493
1494 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
1495
8fc45744
JB
14962009-02-25 Juanma Barranquero <lekktu@gmail.com>
1497
107bd7d1
JB
1498 * lread.c (Fload): Stop checking Vloads_in_progress and signal
1499 error as soon as a recursive load is detected.
8fc45744 1500
f097e223
AR
15012009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1502
1503 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
1504 before caching.
1505
8810a12f
KH
15062009-02-24 Kenichi Handa <handa@m17n.org>
1507
1508 * fontset.c (fontset_find_font): Fix the condition for checking
1509 unavailable font.
1510
2c7d1565
GM
15112009-02-24 Glenn Morris <rgm@gnu.org>
1512
1513 * xfaces.c (Finternal_set_font_selection_order): Remove leading
1514 whitespace that confuses documentation.
1515
a20878b6
MB
15162009-02-23 Miles Bader <miles@gnu.org>
1517
1518 * process.c (Flist_system_processes, Fprocess_attributes)
1519 (syms_of_process): Rename `system-process-attributes' to
1520 `process-attributes'.
1521
b3b58c01
AS
15222009-02-22 Andreas Schwab <schwab@linux-m68k.org>
1523
1b3b981b
AS
1524 * coding.h (struct coding_system): Make safe_charsets a pointer to
1525 unsigned char.
1526 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
1527 being 255.
1528 (SAFE_CHARSET_P): Likewise.
1529 (setup_iso_safe_charsets): Properly setup safe_charsets.
1530 (Fdefine_coding_system_internal): Likewise.
1531 (setup_coding_system): Likewise. Remove unneeded casts.
1532 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
1533 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
1534 unneeded casts.
1535
b3b58c01
AS
1536 * insdel.c (del_range_2): Don't modify gap contents when called
1537 from decode_coding_object. (Bug#1809)
1538
0b6f228c
CY
15392009-02-21 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
1542 Qfont_object.
1543 (Ftype_of): Recognize font objects.
1544
1545 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
1546
1547 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
1548 moved to data.c.
1549
52f8870b
AR
15502009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1551
1552 * nsterm.m (x_make_frame_invisible): Unset async_visible,
1553 async_iconified. Based on a patch by Christian Lynbech
1554 <christian.lynbech@tieto.com>.
1555 (EmacsView-windowDidMiniaturize:): Unset async_visible.
1556
7087d5e9
GM
15572009-02-20 Glenn Morris <rgm@gnu.org>
1558
1559 * syntax.c (Fskip_chars_forward): Fix doc typo.
1560
41d2ceef
CY
15612009-02-20 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
1564
1a3b7ca6
CY
15652009-02-19 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
1568
73cce38d
KH
15692009-02-19 Kenichi Handa <handa@m17n.org>
1570
1571 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 1572 Don't overflow coding->carryover. (Bug#2370)
73cce38d 1573
a51092ee
DN
15742009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
1575
1576 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
1577
c423ecca
KH
15782009-02-18 Kenichi Handa <handa@m17n.org>
1579
1580 * font.c (font_check_otf_features): Fix handling of `nil' element.
1581 (Ffont_spec): Describe :lang and :otf in the docstring.
1582
4c1958f4
AS
15832009-02-16 Andreas Schwab <schwab@suse.de>
1584
1585 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
1586 string.
1587
5704f39a
KH
15882009-02-16 Kenichi Handa <handa@m17n.org>
1589
1590 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 1591 (Bug#1723)
5704f39a 1592
8f0085aa
CY
15932009-02-14 Chong Yidong <cyd@stupidchicken.com>
1594
a057d86a 1595 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
1596
1597 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
1598 (handle_line_prefix): Suppress wrapping of wrap prefixes.
1599
aff01dd9
EZ
16002009-02-14 Eli Zaretskii <eliz@gnu.org>
1601
1602 * msdos.c (MAX_SCREEN_BUF): New macro.
1603 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
1604 Encode the entire run of glyphs sharing the same face, instead of
1605 doing that one glyph at a time (fixes a bug with displaying
1606 double-size characters).
1607
ba301db3
AR
16082009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1609
1610 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
1611
1612 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
1613 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 1614 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
1615
1616 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 1617 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 1618
51d861de
SM
16192009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
1622 invisible areas.
1623
7fed8996
JR
16242009-02-12 Jason Rumney <jasonr@gnu.org>
1625
631ea4fb
JR
1626 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
1627 (add_font_entity_to_list): Call check_face_name even when family
1628 is unspecified.
1629
cb4a3e42
JR
1630 * w32term.c (x_display_pixel_height, x_display_pixel_width):
1631 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 1632 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 1633
7fed8996 1634 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 1635 raster fonts. (Bug#2219)
7fed8996 1636
895416e3
KH
16372009-02-12 Kenichi Handa <handa@m17n.org>
1638
1639 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
1640 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
1641 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 1642 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
1643 (find_automatic_composition): While looking forward and backward,
1644 check static composition. Fix where to stop looking forward.
1645 (composition_adjust_point): Fix checking of static composition.
1646 (Fcomposition_get_gstring): Pay attention to
1dacf998 1647 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
1648
1649 * lisp.h (fast_looking_at): Extern it.
1650
1651 * search.c (fast_looking_at): New function.
1652
51d861de 1653 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
1654 <struct glyph>.u.cmp.to.
1655 (append_composite_glyph): Likewise.
1656
51d861de 1657 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
1658 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
1659 composition.
51d861de 1660 (append_composite_glyph): Adjust for the change of
895416e3
KH
1661 <strcut glyph>.u.cmp.to.
1662
8510724d
JB
16632009-02-11 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * casetab.c (init_casetab_once):
1666 * coding.c (ALLOC_CONVERSION_WORK_AREA):
1667 * font.c (font_update_lface):
1668 * fontset.c (Fnew_fontset):
1669 * ftfont.c (ftfont_drive_otf):
1670 * xfont.c (xfont_open):
1671 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
1672
294fa707
SM
16732009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * fileio.c (Fwrite_region): !NILP -> CONSP.
1676
b5bfebec
AS
16772009-02-10 Andreas Schwab <schwab@suse.de>
1678
1679 * process.c (send_process): Properly relocate pointer into data
adab88bd 1680 when using encoded data. (Bug#2272)
b5bfebec 1681
cb84a2be
KH
16822009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
1683
1684 * coding.c (detect_coding_charset): Fix previous change.
1685
89e09428
JR
16862009-02-08 Jason Rumney <jasonr@gnu.org>
1687
1688 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 1689 disappeared while hourglass was displayed. (Bug #2193)
89e09428 1690
4470a277
AS
16912009-02-07 Andreas Schwab <schwab@suse.de>
1692
1693 * unexelf.c (unexec): Fix error message.
1694
3175b12a
AR
16952009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
1696
1697 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 1698 when modal window is active. (Bug #2152)
3175b12a
AR
1699 (applicationShouldTerminate:): Remove now-unneeded while loop
1700 around NSRunAlertPanel.
1701
1702 * nsmenu.m (popupSession): New file-global variable.
1703 (pop_down_menu): End the popupSession before closing dialog.
1704 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
1705 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
1706 don't query NSApp for events (just sleep instead).
1707
8434d0b8
EZ
17082009-02-07 Eli Zaretskii <eliz@gnu.org>
1709
51d861de
SM
1710 * coding.c (syms_of_coding) <translation-table-for-input>:
1711 Modify doc string to discourage use for character code unification.
8434d0b8 1712
aa82edfd
CY
17132009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1714
1715 * atimer.c (run_timers): Update pending_atimers.
1716
2d283c7c
CY
17172009-02-06 Chong Yidong <cyd@stupidchicken.com>
1718
eb306cab
CY
1719 * image.c (svg_load_image): Fix last change.
1720
2d283c7c
CY
1721 * xfns.c (Fx_create_frame): Signal an error if no font is
1722 found (Bug#2147).
1723
4d8e170e
JB
17242009-02-05 Juanma Barranquero <lekktu@gmail.com>
1725
1726 * character.c (syms_of_character) <script-representative-chars>:
1727 Fix typo in docstring.
1728
c96169a0
AR
17292009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1730
1731 * nsmenu.m (pop_down_menu): New function.
1732 (ns_popup_dialog): Call it on unwind.
1733 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
1734 call timer_check() (Bug#2154).
1735 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
1736 handling_signal is set.
1737 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
1738
1739 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G
1740
1741 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
1742
1743 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
1744
51d861de
SM
1745 * keyboard.c (poll_for_input_1, handle_async_input):
1746 Set handling_signal under HAVE_NS.
c96169a0 1747
aacd8ba1
GM
17482009-02-04 Glenn Morris <rgm@gnu.org>
1749
1750 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
1751
4cb75c4b
KH
17522009-02-04 Kenichi Handa <handa@m17n.org>
1753
1754 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
1755
1756 * charset.c (Fchar_charset): New optional arg restriction.
1757
1758 * coding.h (coding_system_charset_list): Extern it.
1759
1760 * coding.c (coding_system_charset_list): New function.
1761
1762 * composite.c: Include coding.h and termhooks.h.
1763 (composition_gstring_p): Fix for the terminal case.
1764 (composition_gstring_width): Likewise.
1765 (fill_gstring_body): Likewise.
1766 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
1767 the frame.
1768 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
1769 is within a composition.
867d4bb3 1770 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
1771
1772 * term.c (encode_terminal_code): Fix handling of composition.
1773 (produce_composite_glyph): For static composition, get pixel_width
1774 from struct composition.
1775
826ba17e
AS
17762009-02-02 Andreas Schwab <schwab@suse.de>
1777
1778 * unexelf.c (unexec): Handle unaligned bss offset.
1779
8ad093db
AR
17802009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1781
1782 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
1783 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 1784
8ad093db
AR
1785 * keyboard.c (handle_interrupt): Don't call
1786 quit_throw_to_read_char() under NS.
d0a76a6e 1787
8ad093db
AR
1788 * blockinput.h: Remove NS-specific code.
1789
4d18a7a2
DN
17902009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
1791
db878925
DN
1792 * dispnew.c (window_change_signal): Don't try to get the size of a
1793 suspended tty frame.
1794 * term.c (Fresume_tty): Resize if the size has changed while the
1795 tty was suspended.
1796
4d18a7a2
DN
1797 * alloc.c (mark_stack): Properly conditionalize previous change.
1798
8984df7c
JB
17992009-01-30 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
1802 * w32term.c (w32_read_socket) [SYNC_INPUT]:
1803 Remove; this code is not used on Windows.
1804
75f4f1ac
EZ
18052009-01-30 Eli Zaretskii <eliz@gnu.org>
1806
1807 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
1808 EOLs that also has stray ^M characters.
1809
07a1e794
JB
18102009-01-30 Juanma Barranquero <lekktu@gmail.com>
1811
1812 * atimer.c (run_timers, alarm_signal_handler):
1813 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
1814 * w32inevt.c (w32_console_read_socket):
1815 * w32term.c (w32_read_socket):
1816 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
1817
a8b11cc9
CY
18182009-01-30 Chong Yidong <cyd@stupidchicken.com>
1819
1820 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
1821 Initialize it as a relative filename pattern.
1822 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
1823 (Fcall_process_region): Simplify temp file creation using
1824 temporary-file-directory.
1825
c279587b
EZ
18262009-01-29 Eli Zaretskii <eliz@gnu.org>
1827
1828 * msdos.c: Rename pending_signals to msdos_pending_signals.
1829 (sig_suspender, sigprocmask): Adjust.
1830
a8fe3242
CY
18312009-01-29 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * keyboard.c (pending_signals): New var.
1834 (poll_for_input, input_available_signal, init_keyboard): Set it.
1835 (process_pending_signals): New function.
1836
1837 * lisp.h (QUIT): Check pending_signals instead of
1838 interrupt_input_pending. Use process_pending_signals.
1839
51d861de 1840 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 1841
51d861de 1842 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
1843
1844 * sysdep.c (emacs_write): Use process_pending_signals.
1845
1846 * xterm.c (XTread_socket): Update pending_signals.
1847
1848 * w32term.c (w32_read_socket): Update pending_signals.
1849
1850 * w32inevt.c (w32_console_read_socket): Update pending_signals.
1851
6570a1c4
KH
18522009-01-29 Kenichi Handa <handa@m17n.org>
1853
1854 * xftfont.c (xftfont_has_char): New function.
1855 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
1856
d72a4afa
AR
18572009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1858
1859 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
1860 under GNUstep.
1861 (ns_query_color): New declaration.
1862
1863 * nsterm.m (ns_confirm_quit): New variable.
1864 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
1865 (EmacsApp-applicationShouldTerminate:): Use it.
1866 (EmacsPrefsController): Let user set it.
1867 (ns_query_color): New function.
1868 (ns_defined_color): Use it.
1869 (ns_initialize): Drop.
1870 (ns_term_init): Add two lines from ns_initialize(), and set
1871 input_interrupt_mode to nil.
1872
1873 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 1874 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 1875
9fe78804
KH
18762009-01-28 Kenichi Handa <handa@m17n.org>
1877
1878 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
1879 (fontset_get_font_group): Remember that no font-group is specified
1880 for C.
9fe78804 1881
fa57de36
CY
18822009-01-27 Chong Yidong <cyd@stupidchicken.com>
1883
930600e9
CY
1884 * fns.c (concat): Check for string overflow (bug#1787).
1885
fa57de36
CY
1886 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
1887 Quadruple undo limits (bug#1501).
1888
7179ce7b
KH
18892009-01-27 Kenichi Handa <handa@m17n.org>
1890
1891 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
1892 directly use GT_Get_Char_index.
1893
1894 * xftfont.c (struct xftfont_info): New member `index'.
1895
1896 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 1897 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 1898
5be8fcc0
CY
18992009-01-26 Kenichi Handa <handa@m17n.org>
1900
1901 * fontset.c (fontset_find_font): Fix handling of non-cons return
1902 value of fontset_get_font_group.
1903 (fontset_font): Revert last change.
1904
19ae3e61
JR
19052009-01-26 Jason Rumney <jasonr@gnu.org>
1906
1907 * w32font.c (w32font_list_internal): Return quickly if registry is
1908 unknown. Simplify final return.
1909 (add_font_entity_to_list): Break complex logic down into more
1910 manageable chunks. Move unknown registry check to
1911 w32font_list_internal.
1912
8612b71a
AR
19132009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1914
1915 Changes to remove Feval calls from GUI under NS.
1916
d8038940
JB
1917 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
1918 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
1919 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
1920
1921 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
1922 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
1923 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
1924 instead of NON_ASCII_KEYSTROKE_EVENT.
1925 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
1926 (EmacsApp-applicationShouldTerminate:): Query user.
1927 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
1928 instead of Feval.
1929
1930 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
1931
1932 * keyboard.c (kbd_buffer_get_event): Check for it.
1933 (keys_of_keyboard): Define lispy keys for
1934 ns-put/unput-working-text.
1935
1936 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
1937 versions.
1938 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
1939
6288ae55
CY
19402009-01-25 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 1943 setting current_buffer directly. (Bug#2044)
6288ae55 1944
289e7f8f
CY
19452009-01-24 Chong Yidong <cyd@stupidchicken.com>
1946
5ce87308 1947 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 1948 any work. (Bug#1952, bug#1990).
5ce87308 1949
64cc3cf6 1950 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 1951
b3243e6f
AR
19522009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1953
1954 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
1955 (ns_no_defaults): New declaration.
1956 (main): Use it.
e0d2e69a 1957
d900b2af 1958 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 1959
d900b2af 1960 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 1961
d900b2af
AR
1962 * nsterm.m (ns_no_defaults): New variable.
1963 (ns_initialize): Don't read defaults when ns_no_defaults.
1964 (EmacsView-readSelectionFromPasteboard:)
1965 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 1966 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
1967 (ns_dumpglyphs_stretch): New function.
1968 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 1969 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 1970
e0d2e69a
AR
1971 * nsimage.m (setPixmapData:): Set to ignore image DPI.
1972
3ac71f5d
CY
19732009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
1974
1975 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
1976 call for Sparc64.
1977
3fe53a83
AR
19782009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1979
1980 * nsfns.m:
1981 * nsgui.h:
1982 * nsmenu.m:
1983 * nsselect.m:
1984 * nsterm.h:
1985 * nsterm.m: Remove '23' comments that indicated code added during
1986 update from emacs-20 -> emacs-23.
1987
10f87c6f 19882009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
1989
1990 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 1991 ns_alternate_modifier. (Bug#1217)
a3b53a85 1992
c7cef62d
AR
1993 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
1994 Display all shortcuts, including those w/o super modifier.
1995
575fb8bd
AR
1996 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
1997
918b848b
CY
19982009-01-22 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * fileio.c (Vwrite_region_post_annotation_function)
2001 (Vwrite_region_annotation_buffers): New vars.
2002 (build_annotations_unwind): Just reset
2003 Vwrite_region_annotation_buffers.
2004 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
2005 Call write-region-post-annotation-function.
2006 (build_annotations): Add to Vwrite_region_annotation_buffers if
2007 buffer changes.
2008
a39e2539
AR
20092009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2010
2011 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
2012 Tiger.
51d861de
SM
2013 * nsfns.m (ns_do_applescript):
2014 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 2015
35ed44db
AR
20162009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2017
2018 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
2019
cbe0b5bf
AR
20202009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2021
2022 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 2023
6049d3a0
AR
2024 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
2025
2026 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
2027 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
2028 handle Ctrl-tab. (Bug#1841)
2029 (ns_get_color): Use unsigned long long for scanned hex string value.
2030 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 2031 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 2032 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 2033 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 2034 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 2035 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 2036 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 2037
d3810c21 2038 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 2039 DPI. (Bug#1316)
d3810c21
AR
2040 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
2041 values in onTiger section.
4c7077c3 2042
e301e634
CY
20432009-01-19 Chong Yidong <cyd@stupidchicken.com>
2044
7f82490b
CY
2045 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
2046 Check return value of font_spec_from_name.
64cc3cf6 2047 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
2048
2049 * font.c (font_spec_from_name): Return Qnil if font name could not
2050 be parsed.
2051 (font_parse_name): Treat a `?' character as part of an XLFD.
2052
e301e634
CY
2053 * fns.c (Fsubstring): Doc fix.
2054
1c0db158
KH
20552009-01-19 Kenichi Handa <handa@m17n.org>
2056
51d861de 2057 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
2058 (ftfont_list): Likewise.
2059
acf20901
JB
20602009-01-18 Juanma Barranquero <lekktu@gmail.com>
2061
fff4e459
JB
2062 * dbusbind.c (Fdbus_register_signal):
2063 * process.c (conv_sockaddr_to_lisp):
2064 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
2065
acf20901
JB
2066 * callproc.c (Fgetenv_internal): Doc fix.
2067
e7abcdfb
CY
20682009-01-16 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
2071 it is not even used.
2072
b60861e6
GM
20732009-01-16 Glenn Morris <rgm@gnu.org>
2074
2075 * font.c (Ffont_variation_glyphs): Silence compiler.
2076
8db52afe
JB
20772009-01-15 Juanma Barranquero <lekktu@gmail.com>
2078
2079 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
2080 Reported by David Robinow <drobinow@gmail.com>.
2081
4cddb209
KH
20822009-01-15 Kenichi Handa <handa@m17n.org>
2083
51d861de 2084 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 2085
f247f67b
JR
20862009-01-14 Jason Rumney <jasonr@gnu.org>
2087
2088 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 2089 never a fontset. (Bug#1562)
f247f67b 2090
f56a4450
KH
20912009-01-14 Kenichi Handa <handa@m17n.org>
2092
2093 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 2094 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 2095
4e99855e
CY
20962009-01-13 Chong Yidong <cyd@stupidchicken.com>
2097
2098 * font.c (font_clear_prop): If clearing the family, clear the font
2099 width index too.
2100
fff4e459 2101 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 2102
24f01470
JB
21032009-01-12 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
2106 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
2107 functions, use sizeof.
2108
a41240a3
MR
21092009-01-12 Martin Rudalics <rudalics@gmx.at>
2110
2111 * keyboard.c (read_char): Fix case where last_nonmenu_event
2112 returned a bad value with submenus. (Bug#447)
2113
944636b8
CY
21142009-01-12 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
2117 family, clear the font width index too.
2118
0dad7c6f
JR
21192009-01-11 Jason Rumney <jasonr@gnu.org>
2120
2121 * keyboard.c (cmd_error_internal): Exit when errors occur before
2122 frame creation and not in daemon mode. (Bug#1836)
2123
7c2363af
CY
21242009-01-10 Chong Yidong <cyd@stupidchicken.com>
2125
2126 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
2127 of a display vector, backtrack.
2128 (try_window_reusing_current_matrix): Check glyph type before
2129 referencing charpos member.
2130
97b1b294
EZ
21312009-01-10 Eli Zaretskii <eliz@gnu.org>
2132
2133 Fix Bug #876:
2134
2135 * coding.c (inhibit_null_byte_detection): New variable.
2136 (detect_coding, detect_coding_system): Don't pay attention to null
2137 bytes if inhibit_null_byte_detection is non-zero.
51d861de 2138 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
2139 <inhibit-iso-escape-detection>: Doc fix.
2140
4624b6e3
JR
21412009-01-09 Jason Rumney <jasonr@gnu.org>
2142
2143 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 2144 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
2145 Only report Unicode Plane 2 fonts as unicode-sip.
2146
323b840c
CY
21472009-01-09 Chong Yidong <cyd@stupidchicken.com>
2148
51d861de
SM
2149 * xfaces.c (Fx_font_family_list): Delete function.
2150 Move compatibility version to faces.el.
323b840c 2151
51d861de 2152 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 2153
eba7400d
MR
21542009-01-09 Martin Rudalics <rudalics@gmx.at>
2155
2156 * frame.c (x_set_frame_parameters): Remember requested value for
2157 fullscreen before it's reset by the parameter handler.
2158
4b09796d
GM
21592009-01-09 Glenn Morris <rgm@gnu.org>
2160
2161 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 2162 (last_command_event): ... and update all users.
4b09796d
GM
2163 (last_input_char): For clarity, rename to...
2164 (last_input_event): ... and update all users.
2165 (last-command-char, last-input-char): Move to subr.el as aliases.
2166 * cmds.c, commands.h: Update for last_command_char rename.
2167
14ccea62
CY
21682009-01-08 Chong Yidong <cyd@stupidchicken.com>
2169
51d861de 2170 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 2171
5f004711
JR
21722009-01-08 Jason Rumney <jasonr@gnu.org>
2173
2174 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
2175 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
2176 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
2177 Don't declare.
fff4e459 2178 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
2179 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
2180
b71f6f73
KH
21812009-01-07 Kenichi Handa <handa@m17n.org>
2182
50b06221 2183 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 2184 remember the coding system used for decoding in
50b06221
KH
2185 coding_system (Bug#1039).
2186
b71f6f73 2187 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 2188 breaking the loop. (Bug#870)
b71f6f73
KH
2189 (decode_coding_utf_16, decode_coding_emacs_mule)
2190 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
2191 (decode_coding_charset): Likewise.
2192
56f668f7
MR
21932009-01-05 Martin Rudalics <rudalics@gmx.at>
2194
2195 * frame.c (x_set_frame_parameters): Make sure height (width) get
2196 applied when fullwidth (fullheight) is set. (Bug#1522)
2197
5da9424d
JB
21982009-01-04 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
2201 (utc_base): Declare as ULONGLONG, not long double.
2202 (convert_time_raw): Delete.
2203 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
2204 (initialize_utc_base): New function.
2205 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
2206 (convert_from_time_t): Use initialize_utc_base; compute result with
2207 64-bit arithmetic.
2208 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
2209
c4605e09
EZ
22102009-01-03 Eli Zaretskii <eliz@gnu.org>
2211
9acef61c 2212 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
2213 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
2214 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
2215 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
2216 [!subprocesses]: Define.
2217 (syms_of_process) [!subprocesses]: Intern and staticpro them.
2218 (Flist_system_processes, Fsystem_process_attributes)
2219 [!subprocesses]: Call list_system_processes and
2220 system_process_attributes instead of returning Qnil.
2221
9acef61c
JB
2222 * dosfns.c (system_process_attributes, list_system_processes):
2223 New functions.
c4605e09
EZ
2224
2225 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
2226
2227 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
2228 Don't use the default (no-op) implementation.
2229
8b7d0a16
JR
22302009-01-03 Jason Rumney <jasonr@gnu.org>
2231
a6d46bc1
JR
2232 * keyboard.c (parse_modifiers_uncached): Wheel events are
2233 clicks (bug#687).
2234
8b7d0a16
JR
2235 * w32term.c (x_query_colors, x_query_color): New functions.
2236
2237 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
2238 (svg_load_image): Cast returned pointers from dynamically loaded
2239 functions. Eliminate W32 specific code.
2240
bfe11752
DN
22412009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
2242
89e2438a
DN
2243 * nsfns.m (x_set_foreground_color, x_set_background_color)
2244 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
2245 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
2246 x_ prefix instead of ns_. Update references.
2247 (syms_of_nsfns): Add a FIXME comment.
2248
2249 * nsterm.m (x_set_cursor_type): New prototype.
2250 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
2251
bfe11752
DN
2252 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
2253 for Solaris instead of incorrectly providing Qutime and Qcutime.
2254
031da700
EZ
22552009-01-02 Eli Zaretskii <eliz@gnu.org>
2256
2257 * w32.c (process_times): Compute sum of utime and stime.
2258 (system_process_attributes): Add Qtime to the alist.
2259
2260 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
2261 and add them to the alist.
2262
2263 * process.c (top level) <Qtime, Qctime>: New variables.
2264 (syms_of_process): staticpro them.
2265 (Fsystem_process_attributes): Add their documentation to the doc
2266 string.
2267
2268 * process.h: Declare Qtime and Qctime.
2269
df23bf08
JR
22702009-01-02 Jason Rumney <jasonr@gnu.org>
2271
9acef61c 2272 * image.c (Qgobject): New symbol.
df23bf08
JR
2273 (syms_of_image): Initialize it.
2274 (init_svg_functions): Load some functions from gobject library.
2275
5bbdf7aa
DN
22762009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
2277
2278 * frame.c (make_terminal_frame): Remove redundant code and useless
2279 block.
2280
63136da6
AS
22812009-01-01 Andreas Schwab <schwab@suse.de>
2282
2283 * process.c (conv_sockaddr_to_lisp): Add workaround for
2284 getsockname bug on BSD.
2285
9ef69046
CY
22862009-01-01 Chong Yidong <cyd@stupidchicken.com>
2287
d6fafbe0
CY
2288 * xfns.c (x_create_tip_frame): Set border width of the X window.
2289
51d861de 2290 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 2291
f9c34147
JR
22922009-01-01 Jason Rumney <jasonr@gnu.org>
2293
9acef61c 2294 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
2295 Don't block input, as per earlier xterm.c changes.
2296
f5497e45
AR
22972008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
2298
2299 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
2300 (ns_appkit_version_int): New function.
2301 (x-server-version): Use ns_appkit_version_int and follow 21+
2302 convention of returning 3 integers.
2303
c19cab20
KH
23042008-12-30 Kenichi Handa <handa@m17n.org>
2305
2306 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
2307 (CHAR_SURROGATE_PAIR_P): New macro.
2308
2309 * font.h (struct font_driver): New member get_variation_glyphs.
2310
9acef61c 2311 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
2312 (Ffont_variation_glyphs): New function.
2313 (syms_of_font): Defsubr it.
2314
2315 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
2316 ftfont_variation_glyphs.
2317 (setup_otf_gstring): New function.
2318 (ftfont_drive_otf): Use it.
2319 (ftfont_shape_by_flt): Handle variation selector.
2320 (ftfont_variation_glyphs): New function.
2321
28cd591f
MR
23222008-12-30 Martin Rudalics <rudalics@gmx.at>
2323
2324 * frame.c (Vemacs_iconified): Remove.
2325
7f714baf
JR
23262008-12-30 Jason Rumney <jasonr@gnu.org>
2327
2328 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 2329 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 2330
9d2d22ab
CY
23312008-12-30 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * indent.c (Fvertical_motion): Don't advance iterator if we have
2334 reseated to the desired position.
2335
2336 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
2337 checking for pos match.
2338
545312c2
KH
23392008-12-30 Kenichi Handa <handa@m17n.org>
2340
1ede3eb6
KH
2341 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
2342 just get the low 8-bit of the code.
2343
545312c2
KH
2344 * font.c (font_intern_prop): Validate str as multibyte.
2345
bd7bbf29
DN
23462008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2347
31e0750e
DN
2348 * dispextern.h (struct face): Move lface and hash from the middle
2349 of bitfields.
2350
bd7bbf29
DN
2351 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
2352
b5672e7c
DN
23532008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2354
2355 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
2356 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
2357 instead of intervals.h.
2358
d704470f
AS
23592008-12-26 Andreas Schwab <schwab@suse.de>
2360
2361 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
2362 cons.
2363
54b33868
MR
23642008-12-26 Martin Rudalics <rudalics@gmx.at>
2365
2366 * textprop.c (Qminibuffer_prompt): New variable.
2367 (syms_of_textprop): Initialize it.
2368 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
2369 in minibuffer-prompt face. (Bug#1662)
2370
40b615d6
JR
23712008-12-25 Jason Rumney <jasonr@gnu.org>
2372
2373 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
2374
baae5c2d
JR
23752008-12-24 Jason Rumney <jasonr@gnu.org>
2376
2377 * ralloc.c (r_alloc_reset_variable): New function.
2378
2379 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 2380 record of what points where. (Bug#716)
baae5c2d 2381
a9051c88
DN
23822008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 * minibuf.c (read_minibuf): Follow the non-interactive case when
2385 running as a daemon, before detaching.
2386
8b146312
AS
23872008-12-22 Andreas Schwab <schwab@suse.de>
2388
2389 * buffer.c (init_buffer): Use realloc instead of xrealloc.
2390 * gtkutil.c (free_widget_value): Use xfree instead of free.
2391
56f2de10
MR
23922008-12-22 Martin Rudalics <rudalics@gmx.at>
2393
2394 * frame.c (delete_frame): New function derived from
2395 Fdelete_frame to handle Qnoelisp value for FORCE argument.
2396 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
2397 (Fdelete_frame): Call delete_frame. Remove line from doc-string
2398 saying that FORCE non-nil doesn't run `delete-frame-functions'.
2399 * frame.h: Extern delete_frame.
2400 * window.c (window_loop):
2401 * terminal.c (delete_terminal):
2402 * xterm.c (x_connection_closed):
2403 * xfns.c (Fx_hide_tip):
9acef61c 2404 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 2405
1fc200d6
JR
24062008-12-21 Jason Rumney <jasonr@gnu.org>
2407
2408 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
2409 when character maps to .notdef character.
2410
5e252df2
SM
24112008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
2414
99b72cc4
JR
24152008-12-20 Jason Rumney <jasonr@gnu.org>
2416
2417 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 2418 a graphical frame on Windows. (Bug#1325)
99b72cc4 2419
acc49a52
JD
24202008-12-20 Jan Djärv <jan.h.d@swipnet.se>
2421
2422 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
2423
6ea15123
CY
24242008-12-20 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * minibuf.c (Fread_buffer): Doc fix.
2427
b2dab6c8
JR
24282008-12-20 Jason Rumney <jasonr@gnu.org>
2429
54ea0c87 2430 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 2431 server name in UNC paths. (Bug#719)
54ea0c87 2432
b2dab6c8 2433 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 2434 charbuf. (Bug#1035)
b2dab6c8 2435
6d1921be
DN
24362008-12-19 Daniel Engeler <engeler@gmail.com>
2437
2438 * sysdep.c (serial_configure): Fix typo.
2439
53934c98
DN
24402008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
2441
2442 * sysdep.c: Include alloca.h.
f4f634e8
DN
2443 (system_process_attributes): Add implementation for Solaris.
2444
2445 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 2446
06e111a6
DN
24472008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
2448
2449 Reorganize implementation of Flist_system_processes and
2450 Fsystem_process_attributes. No functional changes.
2451 * process.c: Don't #include pwd.h, grp.h and limits.h.
2452 (Flist_system_processes): Just call list_system_processes.
2453 (Fsystem_process_attributes): Just call system_process_attributes.
2454 (procfs_list_system_processes, time_from_jiffies)
2455 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
2456 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
2457
2458 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
2459 (list_system_processes): Rename from
2460 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
2461 Provide a do nothing implementation.
2462 (system_process_attributes): Rename from
2463 procfs_list_system_processes.
2464 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 2465 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
2466
2467 * w32.c (list_system_processes): Rename from
2468 w32_list_system_processes.
2469 (system_process_attributes): Rename from
2470 w32_system_process_attributes.
2471
2472 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
2473
2474 * process.h (w32_list_system_processes)
2475 (w32_system_process_attributes): Remove.
2476 (list_system_processes, system_process_attributes): New
2477 prototypes.
2478
6a705b23
KH
24792008-12-19 Kenichi Handa <handa@m17n.org>
2480
2481 * xfont.c (xfont_decode_coding_xlfd): New function.
2482 (xfont_encode_coding_xlfd): New function.
2483 (xfont_list_pattern): Decode XLFD by iso-8859-1.
2484 (xfont_list): Decode and encode XLFD by iso-8859-1.
2485 (xfont_match): Likewise.
2486 (xfont_list_family): Likewise.
2487 (xfont_open): Likewise.
2488
d66c0241 2489 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
2490 names are utf-8.
2491
d66c0241 2492 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
2493 names are utf-8.
2494
5a130941
JD
24952008-12-18 Jan Djärv <jan.h.d@swipnet.se>
2496
2497 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
2498 changed.
bfd20325
JD
2499 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
2500 clicked on a detached tool bar button.
5a130941 2501
fd95644b
DN
25022008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2503
2504 * emacs.c (main): Print and error and exit when no data is read
2505 from the pipe.
2506
e6eee6ae
JR
25072008-12-17 Jason Rumney <jasonr@gnu.org>
2508
2509 * w32font.c (w32font_has_char): Always return -1.
2510
a35dd56b
KH
25112008-12-16 Kenichi Handa <handa@m17n.org>
2512
2513 * font.c (font_open_entity): Fix previous change.
2514
0e3635c2
DN
25152008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
2516
2517 * process.c: Include <limits.h>.
2518
d4835507 25192008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
2520
2521 * font.c (font_update_drivers): Fix mistake in reconstructing the
2522 driver list.
2523
25242008-12-16 Chong Yidong <cyd@stupidchicken.com>
2525
2526 * font.c (font_clear_cache): Fix format of font cache data.
2527
e2cbc401
CY
25282008-12-15 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * xftfont.c (xftfont_open): Free Xft font pattern if
2531 XftFontOpenPattern fails.
2532
2533 * xterm.c (x_free_frame_resources): Remove extraneous call to
2534 free_frame_faces.
2535
b131d535
CY
25362008-12-13 Chong Yidong <cyd@stupidchicken.com>
2537
2538 * xterm.c (x_delete_display): Move xim_close_dpy call to
2539 x_delete_terminal.
2540 (x_delete_terminal): Call xim_close_dpy.
2541
e6df5336
JR
25422008-12-13 Jason Rumney <jasonr@gnu.org>
2543
2544 * w32font.c (intern_font_name): New function.
2545 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
2546 (w32font_open_internal, Fx_select_font): Decode font name.
2547 (fill_in_logfont, list_all_matching_fonts): Encode font name.
2548
2549 * w32font.h (intern_font_name): Declare new function.
2550
2551 * w32uniscribe.c (add_opentype_font_name_to_list):
2552 Use intern_font_name.
2553
20d68145
CY
25542008-12-13 Chong Yidong <cyd@stupidchicken.com>
2555
9f2554de
CY
2556 * frame.c (Fdelete_frame): Call free_font_driver_list.
2557
3d9bec9a
CY
2558 * font.c (free_font_driver_list): Implement missing function.
2559
20d68145
CY
2560 * w32term.c (w32_term_init): Don't initialize the image cache
2561 here; it will be done in init_frame_faces.
2562
2563 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
2564 (struct x_display_info): Remove unused member null_pixel. New
2565 member xim_callback_data.
2566
2567 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
2568 (xim_initialize): Save pointer to callback function data.
2569 (xim_close_dpy): Free callback function data. Call XCloseIM,
2570 reverting 2008-11-04 change by David Smith.
2571 (x_term_init): Don't initialize the image cache here; it will be
2572 done in init_frame_faces. Remove ancient "null_pixel" cruft.
2573 (x_delete_display): Free x_dnd_atoms member.
2574
96f9306b
KH
25752008-12-13 Kenichi Handa <handa@m17n.org>
2576
6dec9044
JB
2577 * font.c (font_rescale_ratio): Moved from xfaces.c.
2578 Argument type changed. Handle a font-spec too.
96f9306b 2579 (font_score): Check Vface_font_rescale_alist.
6dec9044 2580 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
2581
2582 * xfaces.c (font_rescale_ratio): Moved to font.c.
2583
8d5b4964
CY
25842008-12-13 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
2587
e6df5336
JR
25882008-12-12 Jason Rumney <jasonr@gnu.org>
2589
2590 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
2591 Vwindow_system_version to the real w32 major version.
2592
97c6058a
DN
25932008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
2594
2595 * term.c (init_tty): Move setting the terminal name before the
2596 potential user: maybe_fatal.
2597
ec4e88d7
CY
25982008-12-11 Chong Yidong <cyd@stupidchicken.com>
2599
d4835507
JB
2600 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
2601 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 2602
b4233ec9
JR
26032008-12-11 Jason Rumney <jasonr@gnu.org>
2604
8ec71e23 2605 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 2606 SYMBOL_CHARSET. (Bug#547)
8ec71e23 2607
b4233ec9 2608 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 2609 size for surrogates. (Bug#1096, bug#872)
b4233ec9 2610
011a0143
JB
26112008-12-11 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
2614
3c309f34
JB
26152008-12-11 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * process.c (Fsystem_process_attributes, syms_of_process):
2618 Fix typo in name of Ssystem_process_attributes.
2619 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
2620
fedc6ab5
JB
26212008-12-11 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * syntax.c (Fmodify_syntax_entry): Doc fix.
2624
ba3de0e8
JB
26252008-12-10 Juanma Barranquero <lekktu@gmail.com>
2626
2627 * font.c (Ffont_spec): Move usage to end of docstring.
2628
174f1c74
JR
26292008-12-10 Jason Rumney <jasonr@gnu.org>
2630
2631 * w32font.c (Qcham): New symbol.
2632 (font_supported_scripts): Add cham, and comments for other new
2633 scripts in bitfield from OpenType spec.
9d32f818
JR
2634 (add_font_entity_to_list): Limit unicode-sip fonts to those that
2635 contain characters beyond the bmp.
174f1c74 2636
7b649478
KH
26372008-12-10 Kenichi Handa <handa@m17n.org>
2638
2639 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 2640 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
2641 Qunicode_sip.
2642
2133e2d1
JB
26432008-12-10 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * coding.c (QCdefault_char): Rename from QCdefalut_char.
2646 (Fcoding_system_put): Use QCdefault_char.
2647 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
2648
9af886ee
CY
26492008-12-09 Chong Yidong <cyd@stupidchicken.com>
2650
74d819eb
CY
2651 * xftfont.c (syms_of_xftfont): Fix typo.
2652
4ccfa1c0 2653 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 2654
7c19d3ae
DN
26552008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2656
2657 * emacs.c (main): Close daemon_pipe on exec.
2658
567826bb
CY
26592008-12-08 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * termchar.h (struct tty): New members termcap_term_buffer and
2662 termcap_strings_buffer.
2663
2664 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 2665 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
2666 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
2667 All callers changed.
2668 (init_tty): Store termcap data and string buffers in new struct
2669 tty members termcap_term_buffer and termcap_strings_buffer.
2670 (delete_tty): Free them.
4ccfa1c0 2671 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 2672
aa96c42b
SZ
26732008-12-07 Seiji Zenitani <zenitani@mac.com>
2674
2675 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 2676 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 2677
b7e1d896
CY
26782008-12-06 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * coding.c (make_conversion_work_buffer): Disable buffer
2681 modification hooks in the work buffer.
2682
b5ec91a5
EZ
26832008-12-05 Eli Zaretskii <eliz@gnu.org>
2684
2685 * process.c (procfs_system_process_attributes): If `nread' has a
2686 negative value, assign zero to it.
2687
a5d2a52b
CY
26882008-12-05 Chong Yidong <cyd@stupidchicken.com>
2689
68c5540b 2690 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 2691
7bf1bb21
KH
26922008-12-05 Kenichi Handa <handa@m17n.org>
2693
2694 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
2695 second character is a combining character.
2696
2fdc7d00
EZ
26972008-12-05 Eli Zaretskii <eliz@gnu.org>
2698
2699 * process.c (procfs_system_process_attributes): Don't use cmd,
2700 cmdsize, and q without initializing them first.
2701
bf6bfba8
JR
27022008-12-04 Jason Rumney <jasonr@gnu.org>
2703
2704 * w32font.c (w32font_draw): Initialize orig_clip before getting
2705 it, and delete it when finished.
2706
a3b1a468
DN
27072008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
2708
2709 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
2710 case when running as a daemon before detaching.
2711
8b8be8eb
JB
27122008-12-03 Juanma Barranquero <lekktu@gmail.com>
2713
805f2638 2714 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 2715
b1bde622
KH
27162008-12-03 Kenichi Handa <handa@m17n.org>
2717
e500c47d
KH
2718 * font.c (font_at): Set `multibyte' at first.
2719
ca516334
KH
2720 * coding.c (decode_coding_charset): Check type of an element of
2721 vector VALIDS.
7bf1bb21 2722 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 2723
4ccfa1c0 2724 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
2725 (font_for_char): Likewise.
2726
1e5ecd37
CY
27272008-12-03 Chong Yidong <cyd@stupidchicken.com>
2728
d5b01609 2729 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
2730 (font_update_lface): Handle fonts with corrupted size specs,
2731 i.e. non-int and non-float.
d5b01609 2732
11e3a6e4 2733 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 2734 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 2735 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 2736
ab06788b
CY
2737 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
2738
1e5ecd37 2739 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 2740 underline_minimum_offset for underline position.
1e5ecd37 2741
63c125ab
DN
27422008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2743
2744 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
2745
2746 * character.c (c_string_width): Specify the type for LEN.
2747
3a8406e1
KH
27482008-12-03 Kenichi Handa <handa@m17n.org>
2749
4ccfa1c0 2750 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 2751 (decode_coding_utf_8): Likewise.
4ccfa1c0 2752 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 2753 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 2754
651df7d9
CY
27552008-12-02 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * keyboard.c (make_lispy_position): Only use PT if the selected
2758 window is current.
2759
1f625c6c
AS
27602008-12-02 Andreas Schwab <schwab@suse.de>
2761
f7741ce9
AS
2762 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
2763
1f625c6c
AS
2764 * doprnt.c (doprnt1): Fix size of charbuf.
2765
92bc2678
CY
27662008-12-02 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * keyboard.c (timer_check): Revert last change.
2769
93b9e8cc
JB
27702008-12-02 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
2773
fd7a37d5
JB
27742008-12-01 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * makefile.w32-in: Update dependencies.
2777 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
2778
c115043b
AS
27792008-12-01 Andreas Schwab <schwab@suse.de>
2780
2781 * font.c (register_font_driver): Use xmalloc.
2782 (font_put_frame_data): Likewise.
2783
f5668d2a
CY
27842008-12-01 Chong Yidong <cyd@stupidchicken.com>
2785
860d96be
CY
2786 * xfaces.c (realize_x_face): Make abort condition clearer.
2787
f5668d2a
CY
2788 * gtkutil.c (update_frame_tool_bar): Initialize variable.
2789
379c17e7
CY
27902008-11-30 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * keyboard.c (timer_check): After a timer runs, ensure that the
2793 selected window's buffer is current.
2794
35f36d65
JB
27952008-11-30 Juanma Barranquero <lekktu@gmail.com>
2796
f952c61c
JB
2797 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
2798 It was accidentally restored by the Unicode merge.
2799
35f36d65
JB
2800 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
2801
b23077df
JB
28022008-11-29 Juanma Barranquero <lekktu@gmail.com>
2803
2804 * w32proc.c: Include "coding.h".
2805 (Fw32_short_file_name): Encode filename passed to Windows API.
2806 (Fw32_long_file_name): Encode filename passed to Windows API and
2807 decode back the result. (Bug#1433)
2808
b8ebe9dd
KH
28092008-11-29 Kenichi Handa <handa@m17n.org>
2810
8cc53f96
KH
2811 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
2812 not before accessing it.
2813
b8ebe9dd
KH
2814 * charset.c (Fdefine_charset_internal): After calculating
2815 min_char, max_char, and fastmap, copy the charset structure again.
2816 (encode_char): Fix the previous change.
2817
59bc82c0
SZ
28182008-11-28 Seiji Zenitani <zenitani@mac.com>
2819
2820 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
2821
2822 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
2823
2824 * nsterm.m (x_set_frame_alpha): New function.
2825
32247e3d
EZ
28262008-11-27 Eli Zaretskii <eliz@gnu.org>
2827
2828 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
2829
b003e5ff
JB
28302008-11-27 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
2833 pointer to check_face_name.
2834
708550f5
KH
28352008-11-27 Kenichi Handa <handa@m17n.org>
2836
2837 * category.h (SET_CATEGORY_SET): Call set_category_set.
2838 (set_category_set): Extern it.
2839
2840 * category.c (hash_get_category_set): New function.
2841 (Fmodify_category_entry): Adjusted for the change of
2842 char_table_ref_and_range. Call hash_get_category_set to get a
2843 category set to store in the table.
2844
2845 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
2846 Funify_charset.
2847
2ae37cf0 2848 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
2849 (DECODE_CHAR): Check if the decoder vector is ready.
2850 (ENCODE_CHAR): Check if the encoder char-table is ready.
2851 (maybe_unify_char): Extern it.
2852
2853 * charset.c (Vchar_unified_charset_table): Delete it.
2854 (inhibit_load_charset_map): New variable.
2855 (temp_charset_work): New variable.
2856 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
2857 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
2858 New macros.
2859 (load_charset_map): Meaning of control_flag changed. If
2860 inhibit_load_charset_map is nonzero, setup a table in
2861 temp_charset_work.
2862 (load_charset): New argument control_flag.
2863 (map_charset_for_dump): New function.
2864 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
2865 map_charset_for_dump.
2866 (Fdefine_charset_internal): If the charset method is MAP, load
2867 mapping tables by calling load_charset.
2868 (Funify_charset): Don't load a mapping table but directly set
2869 Vchar_unify_table.
2870 (maybe_unify_char): New function.
2871 (decode_char): Don't handle the deleted method MAP_DEFERRED.
2872 Handle the case of inhibit_load_charset_map being nonzero.
2873 (encode_char): Don't handle the deleted method MAP_DEFERRED.
2874 Handle the case of inhibit_load_charset_map being nonzero.
2875 (Fclear_charset_maps): Just free temp_charset_work.
2876 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
2877 variable.
2878
2879 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
2880 change of char_table_ref_and_range.
2881 (char_table_ref_and_range): Change the meaning of argument FROM
2882 and TO. Now the caller must provide initial values for *FROM
2883 and *TO.
2884
2885 * fontset.c (fontset_add): Adjusted for the change of
2886 char_table_ref_and_range.
2887 (fontset_get_font_group): Likewise.
2888 (Ffontset_info): Likewise.
2889
2890 * keymap.c (describe_vector): Adjusted for the change of
2891 char_table_ref_and_range. For char-table, put boundary between
2892 non-ASCII and 8-bit characters.
2893
2894 * print.c (print_object): For bool-vector, delete unnecessary
2895 check of ASCII_BYTE_P.
2896
9196133b
JR
28972008-11-26 Jason Rumney <jasonr@gnu.org>
2898
2899 * w32font.c (w32font_open_internal): Don't include external
9acef61c 2900 leading in font height. (Bug#879)
9196133b 2901
9f688acf
GM
29022008-11-26 Glenn Morris <rgm@gnu.org>
2903
2904 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
2905 redefinition with ifdef. (Bug#1383)
2906
90d19aff
AR
29072008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2908
2909 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
2910
4ccfa1c0 29112008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
2912
2913 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
2914 New EmacsView methods.
2915 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
2916 Fixes bug #1048,1357,1414.
2917
29182008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2919
2920 Fix bug #1362.
2921 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
2922 is not an indexed color.
2923 * nsterm.m (free_indexed_color): Add argument checking.
2924 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
2925
e7d5ecb3
CY
29262008-11-24 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
2929 Document confirm-after-completion value for
2930 minibuffer-completion-confirm.
2931
c285743c
JR
29322008-11-24 Jason Rumney <jasonr@gnu.org>
2933
2934 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
2935 warning.
2936
b0857706
JR
29372008-11-23 Jason Rumney <jasonr@gnu.org>
2938
2939 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
2940 restored before returning.
2941
2942 * w32font.c (check_face_name): New function.
2943 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 2944 fonts. (Bug#642)
b0857706 2945
ee50ff07
MR
29462008-11-22 Martin Rudalics <rudalics@gmx.at>
2947
2948 * buffer.c (Fswitch_to_buffer): Reword and mention new option
2949 confirm-nonexistent-file-or-buffer in doc-string.
2950
b8ff72fa
SM
29512008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
2954 Fix copy/paste typo. Add checks.
2955
cee53ed4
KH
29562008-11-21 Kenichi Handa <handa@m17n.org>
2957
2958 * coding.c (detect_coding_iso_2022): Reject invalid composition
2959 sequence.
2960 (DECODE_COMPOSITION_START): If the current source is the last
2961 block, and the current composition doesn't end, regard this
2962 sequence as invalid.
2963 (decode_coding_iso_2022): Handle invalid composition sequence.
2964
f6ef1e65
MR
29652008-11-20 Martin Rudalics <rudalics@gmx.at>
2966
2967 * window.c (coordinates_in_window): Don't return
2968 ON_VERTICAL_BORDER for the rightmost position of a mode/header
2969 line when the window is not the rightmost one. (Bug#1372)
2970
e08b1705
MR
29712008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
2972
2973 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
2974
ad98e89f
EZ
29752008-11-15 Eli Zaretskii <eliz@gnu.org>
2976
2977 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
2978 and bright_bg if noninteractive is non-zero.
2979
fb098a4b
CY
29802008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2981
2982 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
2983 x_draw_glyph_string_background.
2984
2985 * w32term.c (x_draw_glyph_string): Likewise.
2986
ce952b6e
CY
29872008-11-15 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * xterm.c (x_draw_glyph_string): Stop drawing the background of
2990 the next glyph string once past the overhang width.
2991
2992 * nsterm.m (ns_draw_glyph_string): Likewise.
2993
2994 * w32term.c (x_draw_glyph_string): Likewise.
2995
26ea7079
CY
29962008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
2997
2998 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
2999 double file close.
3000
1c33c906
MR
30012008-11-14 Martin Rudalics <rudalics@gmx.at>
3002
3003 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
3004 dedicated status of window before attempting to display another
3005 buffer in it.
3006
8fc29035
JB
30072008-11-14 Juanma Barranquero <lekktu@gmail.com>
3008
3009 * msdos.c (Fmsdos_long_file_names):
3010 (syms_of_msdos) <dos-unsupported-char-glyph>:
3011 * dosfns.c (Fint86): Fix typos in docstrings.
3012
55fb4286
EZ
30132008-11-14 Eli Zaretskii <eliz@gnu.org>
3014
3015 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
3016
3fda0315
KY
30172008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * puresize.h (BASE_PURESIZE): Increase to 1260000.
3020
7e849c17
CY
30212008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
3022
3023 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
3024
3025 * frame.h: Negative alpha means "don't touch".
3026
3027 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
3028
3029 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
3030
b9fd67bd
DN
30312008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3032
3033 * hftctl.c:
3034 * chpdef.h:
3035 * acldef.h: Remove files used only for systems no longer supported.
3036
3037 * Makefile.in: Fix .o alphabetical ordering.
3038 (hftctl.o): Remove dependency, file removed.
3039 (keymap.o, print.o): Depend on charset.h.
3040
d5998e03
KH
30412008-11-10 Kenichi Handa <handa@m17n.org>
3042
2ae37cf0 3043 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 3044
be70e183
CY
30452008-11-08 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * dired.c (file_name_completion): If completion_ignore_case is
3048 enabled, ignore case when checking completion-regexp-list.
3049
7cf94eac
EZ
30502008-11-08 Eli Zaretskii <eliz@gnu.org>
3051
3052 * vm-limit.c (get_lim_data): Fix last change.
3053
ee107a89
KH
30542008-11-08 Kenichi Handa <handa@m17n.org>
3055
3056 * character.c (Fget_byte): New function.
3057 (syms_of_character): Defsubr Fget_byte.
3058
5fd15622
CY
30592008-11-07 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
3062 cursor position is valid after scrolling.
3063
13d62fad
JB
30642008-11-06 Juanma Barranquero <lekktu@gmail.com>
3065
3066 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
3067
a1dd2936
GM
30682008-11-06 Glenn Morris <rgm@gnu.org>
3069
3070 * xterm.c (handle_one_xevent): Don't let popup menus cause
3071 mouse-autoselect-window related window switching. (Bug#1261)
3072
860cd236
CY
30732008-11-04 David Smith <davidsmith@acm.org> (tiny change)
3074
3075 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
3076
653a3150
AS
30772008-11-04 Andreas Schwab <schwab@suse.de>
3078
3079 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
3080
870f5cac
CY
30812008-11-03 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * xfns.c (Fx_wm_set_size_hint): New function.
3084
1e02f3cb
MR
30852008-11-03 Martin Rudalics <rudalics@gmx.at>
3086
3087 * textprop.c (Fprevious_single_char_property_change): Return 0
3088 when there's no change in a string. (Bug#1301)
3089
e630dfc6
MR
30902008-11-02 Martin Rudalics <rudalics@gmx.at>
3091
3092 * frame.c (do_switch_frame): New argument NORECORD passed to
3093 Fselect_window.
3094 (Fselect_frame): New argument NORECORD passed to
3095 do_switch_frame.
3096 (Fset_frame_selected_window): New argument NORECORD passed to
3097 Fselect_frame.
3098 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
3099 in call of do_switch_frame.
3100 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
3101 Handle NORECORD argument in call of Fselect_frame.
3102 * lisp.h (do_switch_frame, Fselect_frame)
3103 (Fset_frame_selected_window): Adjust declarations.
3104 * window.c (select_frame_norecord): New function.
3105 (run_window_configuration_change_hook): Use it and call
3106 Fselect_frame with NORECORD set.
3107 (Fselect_window): Pass NORECORD to Fselect_frame.
3108 (Fset_window_configuration): Handle NORECORD argument in call of
3109 do_switch_frame.
3110 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
3111 Fset_frame_selected_window.
3112 * keyboard.c (command_loop_1): Handle NORECORD in call of
3113 Fselect_frame (currently ifdefd).
3114
9020b223
GM
31152008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
3116
3117 * emacs.c (USAGE2): Untabify.
3118
793ffee8
SM
31192008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * composite.c (fill_gstring_header): Fix copy/paste typo.
3122
ab6d1131
MR
31232008-10-31 Martin Rudalics <rudalics@gmx.at>
3124
3125 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
3126 (Fother_window): Rename argument and rewrite doc-string.
3127 (select_window_norecord): Fix return value. (Bug#1276)
3128
601a9cf1
JB
31292008-10-30 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
3132 new frames overriding foreground for tooltips. Based on similar patch
3133 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
3134
813b0652
CY
31352008-10-29 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * emacs.c (Fdaemon_initialized): Initialize nfd.
3138
4414f58f
MR
31392008-10-29 Martin Rudalics <rudalics@gmx.at>
3140
3141 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
3142 (Fwindow_text_height): Clarify doc-strings.
3143 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
3144 doc-string of window-scroll-functions.
3145
ecdcaa09
RS
31462008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3147
3148 * category.c (syms_of_category): Fix typo in docstring.
3149
23fe745a
JB
31502008-10-28 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
3153 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
3154 Fix typos in docstrings.
3155
ff808935
DN
31562008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3157
3158 * emacs.c (daemon_pipe): Make non-static.
3159 (IS_DAEMON): Move definition ...
3160 * lisp.h (IS_DAEMON): ... here.
3161 (daemon_pipe): Declare.
3162 (is_daemon): Remove.
3163 * dispnew.c (init_display): Use IS_DAEMON.
3164
fc012771
SM
31652008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
3168 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
3169
3170 * emacs.c (is_daemon): Remove.
3171 (main): Don't set is_daemon.
3172 (IS_DAEMON): New macro.
3173 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 3174 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
3175 parent exits.
3176 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
3177
d8bdbe6f
CY
31782008-10-27 Chong Yidong <cyd@stupidchicken.com>
3179
d1a072bf
CY
3180 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
3181 over-sized glyph, draw it with the default glyph width.
3182
e2e325aa
CY
3183 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
3184 glyph, draw it with the default glyph width.
3185
3186 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
3187 glyph, draw it with the default glyph width.
3188
d8bdbe6f
CY
3189 * xdisp.c (try_scrolling): When computing the distance from the
3190 scroll margin to PT, try moving some distance past the window
3191 bottom before giving up.
3192
7bfac547
MR
31932008-10-27 Martin Rudalics <rudalics@gmx.at>
3194
3195 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
3196 (Fset_window_buffer): Explain in doc-string that a window can be
3197 "strongly" dedicated to its buffer.
3198
4ff029f6
DN
31992008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * emacs.c (daemon_name): New variable.
3202 (main): Deal with --daemon=SERVER_NAME.
3203 (Fdaemonp): Return a name if one was passed to --daemon.
3204
5790ef40
DN
32052008-10-26 Romain Francoise <romain@orebokech.com>
3206
f9bd0df9 3207 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
3208 (main): Create a pipe before forking, make the parent exit only after
3209 the child has closed its end of the pipe. Move closing the
3210 descriptors ...
3211 (Fdaemon_initialized): ... here. New function.
3212
f5385255
SM
32132008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3214
4d632321
SM
3215 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
3216 the previous unoptimized table.
3217
f5385255
SM
3218 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
3219 the distinction between non-nil and non-t value of `dedicated'.
3220
6c56a0f3
CY
32212008-10-25 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 3224 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 3225
fec89261
MR
32262008-10-25 Martin Rudalics <rudalics@gmx.at>
3227
3228 * window.c (Fget_buffer_window, Fdelete_windows_on)
3229 (Freplace_buffer_in_windows): Make buffer argument optional and
3230 rename to buffer_or_name.
3231
34fcddd0
CY
32322008-10-24 Chong Yidong <cyd@stupidchicken.com>
3233
f5385255
SM
3234 * xdisp.c (handle_single_display_spec, handle_display_prop):
3235 Undo 2005-05-16 change.
34fcddd0
CY
3236 (handle_stop): Pop iterator if it's loaded with an empty string.
3237 (get_overlay_strings_1): Don't save iterator if it's loaded with
3238 an empty string (bug#1201).
3239
064766f2
KH
32402008-10-24 Kenichi Handa <handa@m17n.org>
3241
3242 * ftfont.c (ftfont_otf_features): Fix previous change.
3243 (ftfont_otf_capability): Check FeatureList.FeatureCount before
3244 calling ftfont_otf_features.
3245
f9bd0df9 32462008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
3247
3248 * font.c (font_match_p): Fix for the case that a vector of
3249 characters is in script-representative-chars.
3250
1dae9197
MA
32512008-10-24 Michael Albinus <michael.albinus@gmx.de>
3252
3253 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 3254 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
3255 (xd_read_queued_messages): Catch Qdbus_error from the macros.
3256 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
3257 macro. (Bug#1186).
3258
f9bd0df9 32592008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
3260
3261 * s/sol2-10.h: New file.
3262
878a4584
JB
32632008-10-23 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * xdisp.c (fill_glyph_string): Fix typo in source (though the
3266 poor beast has survived 9+ years and the jump from xterm.c!).
3267
cd265ca6
MR
32682008-10-23 Martin Rudalics <rudalics@gmx.at>
3269
3270 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
3271 Reword doc-string.
f5385255 3272 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 3273
472a4dc9
JB
32742008-10-23 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * character.c (syms_of_character) <script-representative-chars>:
3277 <unicode-category-table>: Doc fixes.
3278
159bd5a2
NF
32792008-10-23 Noah Friedman <friedman@splode.com>
3280
3281 * coding.c (make_conversion_work_buffer): Check that
3282 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
3283 Fget_buffer_create.
3284
49f9c344
KH
32852008-10-23 Kenichi Handa <handa@m17n.org>
3286
3287 * font.c (font_add_log): Check the values of extra properties.
3288
12bb3111
MR
32892008-10-22 Martin Rudalics <rudalics@gmx.at>
3290
3291 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
3292 Reword doc-string.
3293 (Fset_window_parameter): Use NILP.
3294 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 3295 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 3296
bbeb4e99
JB
32972008-10-22 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
3300
33012008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
3302
3303 * nsfns.m (ns_appkit_version): New function.
3304 (x-server-version): Use it.
3305 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
3306 (x-server-vendor): Don't check_ns().
3307
3308 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
3309
a9b555d3
JB
33102008-10-22 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
3313 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
3314
4626499f
KH
33152008-10-22 Kenichi Handa <handa@m17n.org>
3316
e3681952
KH
3317 * syntax.c (scan_words): Call word_boundary_p instead of comparing
3318 scripts.
3319
4626499f
KH
3320 * category.c (word_boundary_p): Check scripts instead of charset.
3321 Handle nil value in word-separating-categories and
3322 word-combining-categories.
3323 (syms_of_category): Fix docstrings of word-separating-categories
3324 and word-combining-categories.
3325
1560f91a
EZ
33262008-10-21 Eli Zaretskii <eliz@gnu.org>
3327
3328 * coding.c (Fencode_coding_region, Fdecode_coding_region)
3329 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
3330
f4668441
MR
33312008-10-21 Martin Rudalics <rudalics@gmx.at>
3332
3333 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
3334 Rename arg "buffer" to "buffer_or_name".
3335 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
3336 it optional.
3337 (no_switch_window): Remove since the return value is not used.
a9b555d3 3338 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
3339 Consider window as dedicated when Fwindow_dedicated_p returns a
3340 non-nil value.
3341 * lisp.h: Remove prototype for no_switch_window.
3342
fd75ddb2
JD
33432008-10-21 Jan Djärv <jan.h.d@swipnet.se>
3344
3345 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 3346 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 3347
07295713
KH
33482008-10-21 Kenichi Handa <handa@m17n.org>
3349
3350 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
3351 check Vlatin_extra_code_table.
3352
712adc82
EZ
33532008-10-20 Eli Zaretskii <eliz@gnu.org>
3354
3355 * fileio.c (Fset_file_modes): Doc fix.
3356
f549eb0b
MA
33572008-10-19 Michael Albinus <michael.albinus@gmx.de>
3358
3359 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
3360 in arrays.
3361
aac0c6e3
MR
33622008-10-19 Martin Rudalics <rudalics@gmx.at>
3363
3364 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
3365 Mention kill-buffer in doc-string.
3366 (Fset_window_buffer): Reinsert tem check removed in last commit.
3367 (Fenlarge_window, Fshrink_window): Have argument names and
3368 doc-string follow Elisp manual more closely.
3369
33702008-10-18 Eli Zaretskii <eliz@gnu.org>
3371
3372 * fileio.c (Fset_file_modes): Doc fix.
3373
33742008-10-18 Martin Rudalics <rudalics@gmx.at>
3375
3376 * window.c (Fwindow_width, Fset_window_start)
3377 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
3378 (Fdelete_windows_on, Freplace_buffer_in_windows):
3379 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
3380 (Fwindow_dedicated_p): Make window argument optional.
3381 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
3382 (Fset_window_buffer): Respect any non-nil dedicated value for
3383 window. Rename "buffer" argument to "buffer_or_name".
3384
33852008-10-18 Ulrich Mueller <ulm@gentoo.org>
3386
3387 * m/sh3.h: New file, machine description for SuperH.
3388
33892008-10-17 Martin Rudalics <rudalics@gmx.at>
3390
3391 * window.c (Fsplit_window): Rename arg horflag to horizontal.
3392
33932008-10-17 Kenichi Handa <handa@m17n.org>
3394
3395 * ftfont.c (ftfont_otf_features): Fix indexing
3396 gsub_gpos->FeatureList.Feature. Check the validity of indices.
3397
33982008-10-16 Magnus Henoch <mange@freemail.hu>
3399
3400 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
3401 (Fdbus_call_method_asynchronously): Ditto.
3402 This change makes C-h f display the argument list.
3403
34042008-10-16 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * fileio.c (Fexpand_file_name): Doc fix.
3407
3408 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
3409 of :foreground and :background equivalent to unspecified (20.x
3410 compatibility).
3411
34122008-10-15 Eli Zaretskii <eliz@gnu.org>
3413
3414 * buffer.c (syms_of_buffer): Doc fix.
3415
34162008-10-14 Kenichi Handa <handa@m17n.org>
3417
3418 * font.c (font_clear_prop): When clearing font width, clear the
3419 average width field too.
3420
34212008-10-12 Andreas Schwab <schwab@suse.de>
3422
3423 * ftfont.c (ftfont_shape_by_flt): Make static.
3424 * ftfont.h (ftfont_shape_by_flt): Don't declare.
3425
3426 * font.c: Don't include <m17n-flt.h>.
3427
34282008-10-10 Eli Zaretskii <eliz@gnu.org>
3429
3430 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
3431
34322008-10-09 Eli Zaretskii <eliz@gnu.org>
3433
3434 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
3435 away code.
3436
34372008-10-09 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * dispnew.c (update_text_area): Avoid looping due to large glyph
3440 overhangs (bug#1070).
3441
34422008-10-09 Kenichi Handa <handa@m17n.org>
3443
3444 * fontset.c (face_for_char): If face->fontset is negative, just
3445 return ascii_face.
3446
f5385255
SM
3447 * font.c (font_delete_unmatched): Fix previous change.
3448 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
3449
34502008-10-09 Martin Rudalics <rudalics@gmx.at>
3451
3452 * frame.c (Fraise_frame): On text-only terminals select frame in
3453 order to make it visible. (Bug#1061)
3454
34552008-10-08 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * fontset.c (fontset_find_font): Check frame validity.
3458
34592008-10-07 Chong Yidong <cyd@stupidchicken.com>
3460
a9b555d3 3461 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
3462 (xg_display_close): Allow Emacs to close all displays (bug#985).
3463
34642008-10-06 Andreas Schwab <schwab@suse.de>
3465
f5385255 3466 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
3467
34682008-10-06 Chong Yidong <cyd@stupidchicken.com>
3469
f5385255 3470 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 3471
a9b555d3 3472 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
3473
3474 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
3475 during initialization.
3476
34772008-10-04 Eli Zaretskii <eliz@gnu.org>
3478
3479 * xdisp.c (redisplay_internal): If frame switched, redisplay the
3480 whole thing on MSDOS frames as well as on a TTY.
3481
3482 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
3483 well as for TTY.
3484 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
3485 well as on a TTY.
3486
3487 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
3488 as well as for TTY.
3489
3490 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
3491
3492 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
3493 MSDOS frames as well.
3494
34952008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3496
3497 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
3498 correct arguments.
b71ac3dd 3499 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
3500
35012008-10-03 Glenn Morris <rgm@gnu.org>
3502
3503 * emacs.c (USAGE1): Add --daemon.
3504
35052008-10-02 Eli Zaretskii <eliz@gnu.org>
3506
3507 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
3508 100, so it's in percents as advertised.
3509
35102008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3511
3512 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
3513 (ns_output.current_cursor, ns_output.desired_cursor)
3514 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
3515 (FRAME_NEW_CURSOR_COLOR): Remove.
3516
3517 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 3518 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
3519 enumeration (HOLLOW_BOX_CURSOR, etc.).
3520
3521 * nsterm.m (ns_frame_rehighlight): Remove commented code.
3522 (draw_window_cursor): Simplify code.
f5385255
SM
3523 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
3524 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 3525 updates manually.
a9b555d3
JB
3526 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
3527 Use core Emacs cursor types.
aac0c6e3 3528
b8ff72fa 3529 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
3530
35312008-10-02 Martin Rudalics <rudalics@gmx.at>
3532
3533 * process.c (Faccept_process_output): Fix doc-string.
3534
35352008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3536
3537 * gmalloc.c (__sbrk): Also define for uClibc.
3538
3539 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
3540 for uClibc.
3541
35422008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3543
3544 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
3545 styles.
3546 (nsfont_open): Reenable the cache.
3547
35482008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3549
3550 * font.c (font_matching_entity): Reflect ATTRS in font selection.
3551 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
3552
35532008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
3556 a suspended terminal.
3557
35582008-09-30 Michael Albinus <michael.albinus@gmx.de>
3559
3560 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
3561
35622008-09-30 Eli Zaretskii <eliz@gnu.org>
3563
3564 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
3565
35662008-09-30 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
3569 in a continued line coincides with a line beginning.
3570
35712008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3572
3573 * nsfont.m (nsfont_trait_distance): Fix bug.
3574 (nsfont_list): Return a list rather than a vector (syncs with Handa
3575 changes of 2008-05-14).
3576 (nsfont_open): Improve logging.
3577
35782008-09-29 Andreas Schwab <schwab@suse.de>
3579
3580 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3581
35822008-09-28 Martin Rudalics <rudalics@gmx.at>
3583
3584 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
3585 name as char-resolve-modifiers.
3586 Reported by: Markus Triska <markus.triska@gmx.at>
3587
35882008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3589
3590 * dispnew.c (init_display): Return earlier when running as a daemon.
3591
35922008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3593
3594 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
3595
35962008-09-27 Eli Zaretskii <eliz@gnu.org>
3597
3598 * composite.c (Fcomposition_get_gstring)
3599 (Fcompose_region_internal, Fcompose_string_internal)
3600 (Ffind_composition_internal): Doc fix.
3601 (syms_of_composite) <compose-chars-after-function>: Doc fix.
3602 (syms_of_composite) <auto-composition-function>: Doc fix.
3603 (syms_of_composite) <composition-function-table>: Doc fix.
3604
36052008-09-25 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * search.c (wordify): New argument for lax word-ends.
3608 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
3609
36102008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3611
3612 * lisp.h (is_daemon): Declare.
3613 * dispnew.c (init_display): Do not try to initialize the terminal
3614 when running as a daemon.
3615
36162008-09-22 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
3619 x_display_pixel_height.
3620
36212008-09-22 Martin Rudalics <rudalics@gmx.at>
3622
3623 * undo.c (record_point): Don't call Fundo_boundary for first
3624 change. (Bug#731)
3625
36262008-09-22 Juanma Barranquero <lekktu@gmail.com>
3627
3628 * emacs.c (Fdaemonp): Doc fix.
3629
36302008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3631
3632 * emacs.c (main): Place #ifdef in the proper place.
3633
36342008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3635
3636 * emacs.c (standard_args): Add --daemon.
3637 (main): Disconnect from the terminal when --daemon is passed.
3638 (is_daemon): New variable.
3639 (Fdaemonp): New function.
3640 (syms_of_emacs): Defsubr it.
3641
36422008-09-20 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * xdisp.c (get_next_display_element): Handle string display
3645 correctly when checking for the end of a box run.
3646
36472008-09-20 Glenn Morris <rgm@gnu.org>
3648
3649 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
3650 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
3651 (Frename_file): Avoid copying to trash if a rename involves
3652 a delete. (Bug#964).
3653
36542008-09-20 Eli Zaretskii <eliz@gnu.org>
3655
3656 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
3657 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
3658 frames as well as termcap frames.
3659 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
3660 get_named_tty.
3661
36622008-09-19 Eli Zaretskii <eliz@gnu.org>
3663
3664 * process.c (procfs_system_process_attributes): Fix cmdline in
3665 case /proc/PID/cmdline is empty.
3666
3667 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
3668 x_display_pixel_height.
3669
36702008-09-19 Juanma Barranquero <lekktu@gmail.com>
3671
3672 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
3673
3674 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
3675 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
3676
36772008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
3678
3679 * dispextern.h (struct it): Move line_wrap away from the middle of
3680 bitfields. Move voffset in struct iterator_stack_entry after the
3681 bitfields. Move tab_width near after another short.
3682
36832008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3684
3685 * frame.h (struct frame): Move alpha from the middle of bitfields.
3686
3687 * window.h (struct window): Move frozen_window_start_p after the
3688 rest of the bitfields to reduce padding.
3689
36902008-09-18 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * xterm.h (x_display_info): Remove `height' and `width' members.
3693
3694 * nsterm.h (ns_display_info): Remove `height' and `width' members.
3695
3696 * w32term.h (w32_display_info): Remove `height', `width',
3697 `height_in', and `width_in' members.
3698
b8ff72fa
SM
3699 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3700 New functions.
aac0c6e3
MR
3701 (x_calc_absolute_position): Use them.
3702 (x_term_init): Omit removed `height' and `width' members.
3703
b8ff72fa
SM
3704 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3705 New functions.
aac0c6e3
MR
3706 (w32_read_socket, x_calc_absolute_position): Use them.
3707 (w32_initialize_display_info, w32_term_init): Omit removed members
3708 of w32_display_info.
3709
b8ff72fa
SM
3710 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
3711 New functions.
3712 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 3713
b8ff72fa
SM
3714 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3715 New functions.
aac0c6e3
MR
3716 (x_calc_absolute_position): Use them.
3717 (x_term_init): Omit removed `height' and `width' members.
3718
3719 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
3720 (compute_tip_xy):
3721 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
3722 * xmenu.c (menu_position_func): Use x_display_pixel_height and
3723 x_display_pixel_width.
3724
37252008-09-18 Kenichi Handa <handa@m17n.org>
3726
3727 * composite.c (fill_gstring_header): Don't check FROM and TO here.
3728 (composition_compute_stop_pos): Fix handling of static composition.
3729 (Fcomposition_get_gstring): Check FROM and TO at first.
3730
37312008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3732
46e722a9 3733 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
3734 mixup (YAILOM).
3735
37362008-09-17 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * indent.c (Fvertical_motion): Use position reported by iterator
3739 instead of PT for determining screen motion (bug#943).
3740
37412008-09-17 Romain Francoise <romain@orebokech.com>
3742
3743 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
3744
37452008-09-17 Kenichi Handa <handa@m17n.org>
3746
3747 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
3748
3749 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
3750 if necessary.
3751
37522008-09-16 Kenichi Handa <handa@m17n.org>
3753
3754 * coding.c (make_conversion_work_buffer): Avoid calling
3755 Fget_buffer_create if it is not necessary.
3756
37572008-09-15 Martin Rudalics <rudalics@gmx.at>
3758
3759 * window.c (Fselect_window): Don't update window_select_count and
3760 use_time when norecord is not nil.
3761
37622008-09-14 Kenichi Handa <handa@m17n.org>
3763
3764 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
3765 specpdl_ptr.
3766
37672008-09-12 Kenichi Handa <handa@m17n.org>
3768
3769 * indent.c (scan_for_column): Don't handle automatic composition
3770 if the current buffer is not associated with a window.
3771
3772 * composite.c (composition_reseat_it): If the current buffer is
3773 not associated with a window, ignore the automatic composition.
3774 (find_automatic_composition): Likewise.
3775
37762008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
3779 (Fgpm_mouse_stop): Use it.
3780 * termhooks.h (close_gpm): Declare.
3781 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
3782 connection if Gpm_GetEvent fails.
3783
3784 * window.c (set_window_buffer): Always preserve current-buffer.
3785
37862008-09-12 Glenn Morris <rgm@gnu.org>
3787
3788 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
3789
37902008-09-11 Glenn Morris <rgm@gnu.org>
3791
3792 * charset.c (charset-map-path): Doc fix.
3793
37942008-09-10 Kenichi Handa <handa@m17n.org>
3795
3796 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
3797
3798 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
3799 compose a grapheme cluster with the preceding base glyph.
3800
3801 * composite.c (composition_compute_stop_pos): Fix previous change.
3802 Reset cmp_it->id to -1 at first.
3803
38042008-09-10 Glenn Morris <rgm@gnu.org>
3805
3806 * Makefile.in (character.o, chartab.o): Fix config.h typo.
3807
38082008-09-09 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * keyboard.c (read_key_sequence): Reapply translation maps when
3811 switching keyboards.
3812
38132008-09-09 Kenichi Handa <handa@m17n.org>
3814
3815 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
3816 characters.
3817
3818 * composite.c (FORWARD_CHAR): Fix calculation
3819 of (POSITION).pos_byte.
3820 (composition_compute_stop_pos): Limit the search of composition to
3821 at most 500 characters ahead. If we reach the limit or find a
3822 newline, set cmp_it->ch to -2 and return 0.
3823 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
3824
38252008-09-08 Kenichi Handa <handa@m17n.org>
3826
3827 * indent.c (Fvertical_motion): Be sure to set
3828 it_overshoot_expected if it.cmp_it.id is non-negative.
3829
38302008-09-07 Andreas Schwab <schwab@suse.de>
3831
3832 * callproc.c (Fcall_process): Don't hold references to string data
3833 across garbage collection. Move initialisation of new_argv down
3834 to avoid compiler bug.
3835
38362008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3837
3838 * process.c (Fsystem_process_attributes): Doc fix.
3839
38402008-09-07 Chong Yidong <cyd@stupidchicken.com>
3841
3842 * callproc.c (Fcall_process): Canonicalize current directory name.
3843
3844 * xdisp.c (move_it_to): When moving by vpos, ensure that the
3845 iterator advances to the next line if the current line ends in a
3846 continued tab.
3847
38482008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
3849
3850 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
3851 member to point to cmp_from.
3852
3853 * xdisp.c: Doc fix for references to gidx data member.
3854
38552008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
3858
38592008-09-07 Kenichi Handa <handa@m17n.org>
3860
3861 * composite.c (FORWARD_CHAR): Check STOP after
3862 incrementing (POSITION).pos.
3863
38642008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3865
3866 * process.c (Fsystem_process_attributes): Doc fix.
3867
38682008-09-06 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * keyboard.c (Ftop_level): Doc fix.
3871
38722008-09-06 Eli Zaretskii <eliz@gnu.org>
3873
3874 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
3875 minibuffer, don't let lower part of menu invade the echo area.
3876
3877 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
3878 "char *q" to access menu text and advance through it. Revert the
3879 change that displayed ">" instead of ASCII character 0x10.
3880
38812008-09-05 Eli Zaretskii <eliz@gnu.org>
3882
3883 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
3884 toggle boxes and radio buttons on MS-DOS as well.
3885
38862008-09-05 Kenichi Handa <handa@m17n.org>
3887
3888 * composite.c (autocmp_chars): Check lookback count.
3889 (composition_compute_stop_pos): Set cmp_it->lookback.
3890 (composition_reseat_it): Check lookback count.
3891 (struct position_record): New struct.
3892 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
3893 (find_automatic_composition): New function.
3894 (composition_adjust_point): Use find_automatic_composition.
3895
3896 * dispextern.h (struct composition_it): New member lookback.
3897
38982008-09-02 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
3901 if moving by a single line.
3902
39032008-09-02 Andreas Schwab <schwab@suse.de>
3904
3905 * xterm.c (x_delete_display): Fix merge error.
3906
3907 * fileio.c (Fexpand_file_name): Remove unused variables.
3908
39092008-09-02 Eli Zaretskii <eliz@gnu.org>
3910
3911 * fileio.c (Fexpand_file_name): Copy argument `name' into local
3912 storage on all platforms, not just on DOS_NT.
3913
39142008-09-02 Jason Rumney <jasonr@gnu.org>
3915
b8ff72fa
SM
3916 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
3917 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
3918
39192008-09-01 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * xfaces.c (Finternal_set_alternative_font_family_alist)
3922 (Finternal_set_alternative_font_registry_alist): Properly copy
3923 entire alist structure.
3924
39252008-09-01 Kenichi Handa <handa@m17n.org>
3926
d66c0241 3927 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 3928 representative chars of the script is a vector.
d66c0241
JB
3929 (ftfont_list): Handle the case where the representative chars of
3930 the script is a vector.
aac0c6e3
MR
3931
3932 * character.c (syms_of_character): Docstring of
3933 script-representative-chars fixed.
3934
39352008-08-31 Eli Zaretskii <eliz@gnu.org>
3936
3937 * msdos.c (BUILD_CHAR_GLYPH): New macro.
3938 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
3939 the menu. Allocate larger buffer for `text', to account for
3940 possible ^C characters.
3941
39422008-08-31 Martin Rudalics <rudalics@gmx.at>
3943
3944 * xdisp.c (prepare_menu_bars): Don't call
3945 Vwindow_size_change_functions with arg Qt.
3946
39472008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * font.h (font_range):
3950 * fileio.c (report_file_error):
46e722a9
SM
3951 * composite.c (composition_update_it): Yet another int/Lisp_Object
3952 mixup (YAILOM).
aac0c6e3
MR
3953
39542008-08-30 Glenn Morris <rgm@gnu.org>
3955
3956 * data.c (Fmake_variable_frame_local): Doc fix.
3957
3958 * frame.c (Fmodify_frame_parameters): Doc fix.
3959
39602008-08-30 Eli Zaretskii <eliz@gnu.org>
3961
3962 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
3963 needed by GetTokenInformation.
3964 (w32_system_process_attributes): Check return values of all system
3965 APIs.
3966
3967 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
3968 only when the state changes.
3969 (IT_update_begin, IT_update_end): Add termscript trace.
3970
3971 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
3972 clipboard is unavailable. Set dst to NULL if it doesn't point to
3973 malloc'ed data.
3974 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
3975 passing random values to xfree.
3976
3977 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 3978 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
3979
39802008-08-29 Jason Rumney <jasonr@gnu.org>
3981
3982 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
3983
39842008-08-29 Eli Zaretskii <eliz@gnu.org>
3985
3986 * composite.c (fill_gstring_body): Avoid compiler warnings.
3987
3988 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
3989 LGLYPH_SET_CODE to avoid compiler warnings.
3990
2ae37cf0 3991 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
3992
3993 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
3994
3995 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
3996 LGLYPH_SET_CODE.
3997
39982008-08-29 Kenichi Handa <handa@m17n.org>
3999
4000 * fileio.c (report_file_error): Don't downcase the first character
4001 of errstring if it is still unibyte.
4002
40032008-08-29 Kenichi Handa <handa@m17n.org>
4004
4005 These changes are to re-implement the automatic composition so
4006 that it doesn't use text properties.
4007
4008 * Makefile.in (ftfont.o): Depend on composite.h.
4009 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
4010
4011 * character.h (Vunicode_category_table): Extern it.
4012
4013 * character.c (Vunicode_category_table): New variable.
4014 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
4015
4016 * chartab.c (optimize_sub_char_table): Perform more greedy
4017 optimization.
4018
b8ff72fa
SM
4019 * composite.h (enum composition_method):
4020 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
4021 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
4022 (Vcomposition_function_table): Extern it.
4023 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
4024 (composition_gstring_put_cache, composition_gstring_from_id)
4025 (composition_gstring_p, composition_gstring_width)
4026 (composition_compute_stop_pos, composition_reseat_it)
4027 (composition_update_it, composition_adjust_point): Extern them.
4028 (Fcomposition_get_gstring): EXFUN it.
4029
d66c0241 4030 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
4031 (Vcomposition_function_table)
4032 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
4033 (gstring_hash_table, gstring_work, gstring_work_headers):
4034 New variables.
aac0c6e3
MR
4035 (gstring_lookup_cache, composition_gstring_put_cache)
4036 (composition_gstring_from_id, composition_gstring_p)
4037 (composition_gstring_width, fill_gstring_header)
4038 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
4039 (composition_reseat_it, composition_update_it)
b8ff72fa 4040 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
4041 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
4042 and gstring_work_headers. DEFVAR_LISP composition-function-table.
4043 Defsubr compostion_get_gstring.
4044
4045 * dispextern.h (struct glyph): New union u.cmp. Delete the member
4046 cmp_id.
4047 (struct glyph_string): Delete the member gidx. New members
4048 cmp_id, cmp_from, and cmp_to.
4049 (enum it_method): Delete GET_FROM_COMPOSITION.
4050 (struct composition_it): New struct.
4051 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
4052 Delete c, len, cmp_id, cmp_len in u.comp.
4053
4054 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 4055 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 4056 (enum lglyph_indices): Likewise.
b8ff72fa 4057 (font_range): Adjust extern.
aac0c6e3
MR
4058 (font_fill_lglyph_metrics): Extern it.
4059
4060 * font.c (QCf): New variable.
4061 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
4062 (font_prepare_composition): Delete this function.
4063 (font_range): Type and arguments changed.
4064 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
4065 (font_fill_lglyph_metrics): New function.
b8ff72fa 4066 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 4067 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
4068 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
4069 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
4070
4071 * fontset.h (font_for_char): Extern it.
4072
4073 * fontset.c (font_for_char): New function.
4074
4075 * ftfont.c: Include composite.h.
4076 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 4077 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
4078
4079 * indent.c: Include composite.h and dispextern.h.
4080 (check_composition): Delete this function.
4081 (scan_for_column): Handle composition by
4082 composition_compute_stop_pos, composition_reseat_it, and
4083 composition_update_it.
4084 (compute_motion): Likewise.
4085 (Fvertical_motion): Fix checking of composition.
4086
4087 * keyboard.c (adjust_point_for_property): Check composition by
4088 composition_adjust_point.
4089
b8ff72fa 4090 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
4091 struct glyph_string.
4092
b8ff72fa
SM
4093 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
4094 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
4095 struct glyph.
4096 (produce_composite_glyph): Likewise.
4097
b8ff72fa
SM
4098 * w32term.c (x_draw_composite_glyph_string_foreground):
4099 Adjust for the change of struct glyph_string.
aac0c6e3
MR
4100 (x_draw_glyph_string): Likewise.
4101
4102 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
4103 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
4104
4105 * xdisp.c: Include font.h.
4106 (it_props): Delete the entry for Qauto_composed.
4107 (init_iterator): Initialize it->cmp_it.id to -1.
4108 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 4109 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
4110 (handle_auto_composed_prop): Delete it.
4111 (handle_composition_prop): Handle only static composition.
4112 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
4113 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 4114 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
4115 (pop_it): Likewise.
4116 (get_next_element): Delete next_element_from_composition.
4117 (CHAR_COMPOSED_P): New macro.
4118 (get_next_display_element): For automatic composition, get a face
4119 from the font in the glyph-string.
4120 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 4121 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
4122 (next_element_from_string): Check if the character at the current
4123 position is composed by CHAR_COMPOSED_P.
4124 (next_element_from_buffer): Likewise.
d66c0241
JB
4125 (next_element_from_composition): Adjust for the change of struct it.
4126 Update it->cmp_it.
b8ff72fa
SM
4127 (dump_glyph): Adjust for the change of struct glyph.
4128 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
4129 it and struct glyph. Don't handle automatic composition here.
4130 (fill_gstring_glyph_string): New function.
4131 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 4132 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
4133 (BUILD_GSTRING_GLYPH_STRING): New macro.
4134 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
4135 automatic composition.
b8ff72fa 4136 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 4137 struct glyph.
b8ff72fa 4138 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 4139
b8ff72fa 4140 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
4141 the change of struct glyph_string.
4142 (x_draw_glyph_string): Likewise.
4143
41442008-08-29 Glenn Morris <rgm@gnu.org>
4145
4146 * buffer.c (word-wrap): Doc fix.
4147 * xdisp.c (truncate-partial-width-windows): Doc fix.
4148 Increase default to 50.
4149
41502008-08-29 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * xdisp.c (update_tool_bar_unwind): New function.
4153 (update_tool_bar): Temporarily set selected frame before building
4154 tool-bar items.
4155
41562008-08-28 Michael Albinus <michael.albinus@gmx.de>
4157
4158 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
4159 snprintf, respectively.
4160 (xd_append_arg): Convert strings with Fstring_make_unibyte.
4161
41622008-08-28 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
4165 LDFLAGS to GNUstep CC invocation.
4166
41672008-08-27 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * indent.c (Fvertical_motion): Revert last change. Handle the
4170 general case where we are moving forward, and PT spans multiple
4171 screen lines.
4172
4173 * eval.c (find_handler_clause): Temporarily increase
4174 max-lisp-eval-depth while printing the backtrace buffer, to
4175 guarantee that help-mode code can run.
4176
41772008-08-27 Eli Zaretskii <eliz@gnu.org>
4178
4179 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
4180 colors under -rv.
4181 (IT_set_frame_parameters): Don't swap foreground and background
4182 colors if `(reverse . t)' is present in the frame properties.
4183 (internal_terminal_init): Call init_frame_faces only for the
4184 initial frame.
4185
41862008-08-27 Andreas Schwab <schwab@suse.de>
4187
4188 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
4189
41902008-08-27 Andreas Schwab <schwab@suse.de>
4191
4192 * search.c (search_buffer): Set char_base to zero only at the end.
4193
41942008-08-27 Kenichi Handa <handa@m17n.org>
4195
b8ff72fa 4196 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
4197
41982008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
4199
4200 * xterm.c (x_term_init): Temporarily hide the partially
4201 initialized terminal while calling vendor-specific-keysyms.
4202
42032008-08-26 Eli Zaretskii <eliz@gnu.org>
4204
4205 * msdos.c (internal_terminal_init): Most initializations done only
4206 once, especially initial_screen_colors[] and termscript open.
4207
42082008-08-26 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * eval.c (Fcondition_case): Doc fix.
4211
4212 * widgetprv.h (EmacsFramePart): Change font member to the new font
4213 struct.
4214
4215 * widget.c: Include character.h and font.h for XSETFONT.
4216 (setup_frame_gcs): Compute X font id from font struct, just once.
4217
42182008-08-26 Eli Zaretskii <eliz@gnu.org>
4219
4220 * term.c (get_named_tty): Fix last change.
4221
42222008-08-26 Chong Yidong <cyd@stupidchicken.com>
4223
4224 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 4225 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
4226
42272008-08-25 Eli Zaretskii <eliz@gnu.org>
4228
4229 * frame.c (do_switch_frame): Mark previously displayed frame as
4230 obscured for FRAME_MSDOS_P frames as well.
4231
42322008-08-24 Eli Zaretskii <eliz@gnu.org>
4233
4234 * frame.c (make_terminal_frame): Initialize f->terminal,
4235 f->terminal->reference_count, and scroll bars on MS-DOS as well.
4236 Set the top frame to newly created frame.
4237 (Fmake_terminal_frame): Reuse the_only_display_info.
4238
4239 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
4240 estimating available memory.
4241
b97439ce 42422008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
4243
4244 * nsterm.m (ns_draw_window_cursor): Don't call
4245 NSDisableScreenUpdates and NSEnableScreenUpdates on
4246 non-NS_IMPL_COCOA systems.
4247
42482008-08-23 Andreas Schwab <schwab@suse.de>
4249
4250 * process.c (procfs_system_process_attributes): Fix use of
4251 uninitialized variables.
4252
42532008-08-23 Eli Zaretskii <eliz@gnu.org>
4254
4255 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
4256
4257 * dispnew.c (init_display): Remove MS-DOS specific conditions for
4258 calling tty-set-up-initial-frame-faces.
4259
b8ff72fa
SM
4260 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
4261 Allow MSDOS frames along with X frames.
aac0c6e3
MR
4262
4263 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
4264 addition to output_termcap.
4265
4266 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
4267
4268 * termchar.h (FRAME_TTY): Support output_msdos_raw.
4269 (struct tty_display_info) [MSDOS]: Add fields related to mouse
4270 highlight.
4271
4272 * process.c [!subprocesses]: Define QCname.
4273 (syms_of_process): Intern and staticpro it.
4274
4275 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
4276 Adjust for changes in encoding/decoding routines.
4277 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
4278 encode_coding and decode_coding.
4279
b8ff72fa 4280 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
4281
4282 * dosfns.c: Include frame.h before termhooks.h.
4283 (dos_cleanup): Use CURTTY ()->termscript instead of a global
4284 variable termscript.
4285
4286 * s/msdos.h (USER_FULL_NAME): Define.
4287 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
4288
4289 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
4290 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
4291 pw->pw_gecos.
4292
4293 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
4294 SELECTED_FRAME as additional (1st) argument.
4295 (tty_read_avail_input): Handle output_msdos_raw in
4296 addition to output_termcap.
4297
4298 * msdos.c: Include frame.h before termhooks.h.
4299 (mouse_on, mouse_off, mouse_moveto, mouse_init)
4300 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
4301 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
4302 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
4303 (IT_set_terminal_modes, IT_reset_terminal_modes)
4304 (IT_set_frame_parameters): Use tty->termscript instead of a global
4305 variable termscript.
4306 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
4307 global variable terminal_coding. Don't refer to
4308 Vnonascii_translation_table.
4309 (internal_terminal_init): Set Vwindow_system in current_kboard.
4310 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
4311 Announce date and time of session start, if termscript is open.
4312 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
4313 term.c:init_tty). Open termscript only of not already open.
4314 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
4315 here instead of dos_ttraw. Don't initialize display if this is an
4316 initial tty. Don't set FRAME_FONT.
4317 (Vwindow_system_version): Bump to 23.
4318 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
4319 is available, set up mouse_position_hook.
4320 (dos_ttraw, IT_set_terminal_modes): If called with initial
4321 terminal, do nothing.
4322 (IT_set_frame_parameters): Handle the Qtty_type frame
4323 parameter by calling internal_terminal_init.
4324 (dos_set_window_size, show_mouse_face)
4325 (clear_mouse_face, IT_note_mode_line_highlight)
4326 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
4327 (dos_rawgetc): Use tty_display_info instead of x_display_info.
4328 (initialize_msdos_display): New function.
4329 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
4330 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
4331 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
4332 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 4333 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
4334 (request_sigio, unrequest_sigio): Don't define, now defined on
4335 sysdep.c.
4336 (IT_write_glyphs): Rewrite to use encode_terminal_code.
4337
4338 * term.c [MSDOS]: Include msdos.h.
4339 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
4340 conditional to DOS_NT. Allow only one call to this function in a
4341 session. Don't allocate a new struct tty_display_info; instead,
4342 reuse the_only_display_info. Call get_tty_size to get screen
4343 dimensions. Call init_baud_rate to set bad_rate.
4344 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
4345 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 4346 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
4347 (get_tty_terminal, get_named_tty, Ftty_type)
4348 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
4349 output_termcap.
b8ff72fa
SM
4350 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
4351 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 4352 only when subprocesses are supported.
aac0c6e3
MR
4353
4354 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
4355 f->output_data.x.
4356 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
4357 terminal devices.
4358
5582fbc7 4359 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
4360 x_output.
4361 (FRAME_FONT): Use output_data.tty.
4362 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
4363 (struct x_display_info): Rename from display_info. Update all users in
4364 msdos.c.
aac0c6e3 4365 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 4366 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
4367 (dos_ttraw): Update prototype.
4368
4369 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
4370 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
4371
43722008-08-23 Jason Rumney <jasonr@gnu.org>
4373
4374 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
4375 (fn_TIFFSetDirectory): New library function used.
4376 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
4377 (tiff_load): Use :index to select among multiple images. Set count
4378 property when multiple images exist.
4379 (gif_format): Use :index, not :image.
4380
43812008-08-23 Chong Yidong <cyd@stupidchicken.com>
4382
4383 * xdisp.c (try_scrolling): Check INT_MAX instead of
4384 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
4385 to obtain INT_MAX.
4386
43872008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
4388
4389 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
4390
43912008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4392
4393 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
4394 GNUstep library location.
4395
43962008-08-21 Chong Yidong <cyd@stupidchicken.com>
4397
4398 * xfaces.c (x_update_menu_appearance): Check validity of menu font
4399 before using it.
4400
4401 * puresize.h (BASE_PURESIZE): Increase to 1250000.
4402
44032008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4404
4405 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
4406 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
4407 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
4408 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
4409 (EmacsApp-cursor_blink_handler): Remove declaration.
4410 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
4411 match 01 Feb 2008 changes in xterm.c.
4412 (ns_read_socket): Add cast to avoid warning.
4413 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
4414 GNUstep.
4415
44162008-08-20 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * xselect.c (x_get_foreign_selection): Return nil if desired
4419 selection could not be obtained, instead of signalling an error.
4420
44212008-08-20 David Reitter <david.reitter@gmail.com>
4422
4423 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
4424 * nsterm.m: Remove ns-specific code for cursor blinking.
4425 (ns_draw_window_cursor): Clear cursor properly rather than
4426 redrawing the area. Respect width of bar cursors.
4427 These changes enable the use of generic blink-cursor-mode and
4428 generic cursor types in NS and support smooth cursor movements (do
4429 not blink off after command).
4430 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
4431 Nextstep, too.
4432
44332008-08-19 Kenichi Handa <handa@m17n.org>
4434
4435 * font.c (Vfont_log_deferred): New variable.
4436 (font_add_log): Check Vfont_log_deferred.
4437 (font_deferred_log): New function.
4438
4439 * font.h (font_deferred_log): Extern it.
4440
4441 * fontset.c (reorder_font_vector): Use encoding charset of fonts
4442 for sorting.
4443 (face_for_char): Use deferred log.
4444
44452008-08-18 Kenichi Handa <handa@m17n.org>
4446
4447 * fontset.c (face_for_char): Add font log.
4448
4449 * font.c (font_add_log): Add the font properties :script, :lang,
4450 and :otf in the log.
4451
44522008-08-17 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * xdisp.c: Remove dead code.
4455 (handle_invisible_prop, next_overlay_string): Defer call to
4456 setup_for_ellipsis.
4457 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
4458
44592008-08-15 Chong Yidong <cyd@stupidchicken.com>
4460
4461 * xfaces.c (lookup_derived_face): Properly handle possible zero
4462 return value of get_lface_attributes.
4463 (merge_faces): Don't tell lookup_derived_face to signal an error
4464 if face is not found.
4465
4466 * dired.c (Fdirectory_files): Doc fix.
4467
4468 * process.c (make_process): Initialize kill_without_query struct
4469 member.
4470
44712008-08-15 Eli Zaretskii <eliz@gnu.org>
4472
4473 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
4474 Alternative calculation of totphys for Visual Studio 6.
4475
4476 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
4477
4478 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
4479 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
4480 All users changed.
4481 (stat): Only root directory passed to GetDriveType. Allow RAM
4482 disk as well as local fixed disk when w32-get-true-file-attributes
4483 is set to `local'.
4484 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
4485 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
4486 (w32_cached_id, w32_add_to_cache): New functions.
4487 (get_name_and_id): Look account names in the cache before calling
4488 lookup_account_sid.
4489 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
4490 New initialization flags.
4491 (globals_of_w32): Initialize them to zero.
4492 (w32_system_process_attributes): Use w32_cached_id and
4493 w32_add_to_cache.
4494
44952008-08-14 Lawrence Mitchell <wence@gmx.li>
4496
4497 * lread.c (Fread_char, Fread_char_exclusive): If no character
4498 event is read before timeout is reached, return nil, rather than
4499 converting to a number.
4500
45012008-08-14 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * fns.c (use_dialog_box): Doc fix.
4504
4505 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
4506 on OS X.
4507
45082008-08-13 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * frame.c (Qns_parse_geometry): New var.
4511 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
4512
45132008-08-11 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * xdisp.c (x_produce_glyphs): Handle the case when font has no
4516 space character in calculating tabs.
4517
45182008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
4519
4520 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
4521
45222008-08-10 Glenn Morris <rgm@gnu.org>
4523
4524 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
4525 silence gcc "limited range of data type" warnings in some
4526 make_fixnum_or_float calls.
4527
45282008-08-09 Eli Zaretskii <eliz@gnu.org>
4529
4530 * w32.c (w32_system_process_attributes): If the process does not
4531 exist, return nil.
4532
4533 * w32.c: Include thelp32.h, psapi.h and coding.h.
4534 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
4535 declarations.
4536 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
4537 (Process32Next_Proc): New typedefs.
4538 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
4539 (g_b_init_process32_next, g_b_init_open_thread_token)
4540 (g_b_init_impersonate_self, g_b_init_revert_to_self)
4541 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
4542 (g_b_init_get_process_working_set_size)
4543 (g_b_init_global_memory_status_ex): New static variables.
4544 (globals_of_w32): Initialize them.
4545 (create_toolhelp32_snapshot, process32_first, process32_next)
4546 (open_thread_token, impersonate_self, revert_to_self)
4547 (get_process_memory_info, get_process_working_set_size)
4548 (global_memory_status, global_memory_status_ex): New wrapper
4549 functions.
4550 (w32_list_system_processes, w32_system_process_attributes)
4551 (enable_privilege, restore_privilege, ltime, process_times):
4552 New functions.
4553 (convert_time_raw): New function.
4554 (convert_time): Remove conversion of FILETIME into time in 100
4555 nsec units, call convert_time_raw instead.
4556
4557 * process.h (w32_list_system_processes, w32_system_process_attributes):
4558 Add prototypes.
4559 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
4560 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
4561 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
4562 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
4563
4564 * process.c (Fsystem_process_attributes): Doc fix.
4565
45662008-08-08 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
4569 a continued multi-char glyph; if so, advance to the actual glyph.
4570
45712008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4572
4573 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
4574
4575 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
4576 (.m.o): Use it.
4577 * config.in: Regenerate.
4578
45792008-08-07 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * xdisp.c (redisplay_window): Revert last change.
4582 (try_window): Check bottom scroll margin too.
4583
45842008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4585
4586 * config.in: Regenerate.
4587
4588 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
4589 -list-load-path-shadows'.
4590 (nsgui.h): Reduce number of things depending on it.
4591
45922008-08-06 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
4595 instead of window-end which does the wrong thing at eob.
4596 (try_cursor_movement): Minor optimization.
4597 (redisplay_window): If scroll margin is defined, don't assume
4598 window doesn't need scrolling.
4599
46002008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4601
4602 * config.in: Regenerate.
4603
4604 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
4605 (mostlyclean): Don't delete *.d under NS.
4606
4607 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
4608
46092008-08-06 Kenichi Handa <handa@m17n.org>
4610
4611 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
4612
46132008-08-06 Andreas Schwab <schwab@suse.de>
4614
4615 * config.in: Regenerate.
4616
46172008-08-05 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
4620 forcing a window start.
4621
4622 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
4623 (auto_save_1): Update modtime when auto-save-list-file-name is on.
4624
46252008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4626
4627 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
4628 argument.
4629
46302008-08-05 Juanma Barranquero <lekktu@gmail.com>
4631
4632 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
4633 <scroll-down-aggressively, before-change-functions>:
4634 <after-change-functions>: Reflow docstrings.
4635
46362008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4637 Ken Raeburn <raeburn@gnu.org>
4638
4639 Dock menu customization, based on a patch by Ken Raeburn, plus some
4640 other fixes.
4641 * nsmenu.m (dockMenu): New variable.
4642 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
4643
4644 * nsterm.h (dockMenu): Declare.
4645
4646 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
4647 (ns_term_init): Initialize dockMenu.
4648 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
4649 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
4650 left.
4651
4652 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
4653
46542008-08-04 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
4657
4658 * config.in: Regenerate.
4659
46602008-08-04 Seiji Zenitani <zenitani@mac.com>
4661
4662 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
4663
46642008-08-04 Chong Yidong <cyd@stupidchicken.com>
4665
4666 * nsterm.h (find_and_call_menu_selection): Fix prototype.
4667
46682008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4669
4670 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
4671
4672 * keyboard.h: Comment an #endif.
4673
4674 * lisp.h (have_menus_p): Adjust comment.
4675
4676 * menu.c (find_and_return_menu_selection): Fix comparison with
4677 client_data.
4678
4679 * nsmenu.m (popup_activated_flag): New variable.
4680 (popup_activated): New function.
4681 (menu-or-popup-active-p): New exported lisp definition.
4682 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
4683 when popup done.
4684 (ns_popup_dialog): Set popup_activated_flag.
4685
4686 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
4687 version for GNUstep (handled by conditional typedef in nsterm.m).
4688 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
4689 in rgb.txt).
4690
4691 * process.c (init_process): Use DARWIN_OS, not DARWIN.
4692
4693 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
4694
4695 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
4696
4697 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
4698 shortcircuit if popup_activated like GTK and X toolkit.
4699
4700 * m/inter386.h: Change DARWIN to DARWIN_OS.
4701
4702 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
4703 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
4704 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
4705 comment on NO_SOCK_SIGIO.
4706
47072008-08-03 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * nsterm.m (windowDidResize): Remove stopModal call.
4710
47112008-08-03 Andreas Schwab <schwab@suse.de>
4712
4713 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
4714 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
4715
47162008-08-02 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
4719 Don't use uninitialized pointer variable when using getrlimit.
4720
47212008-08-02 Jason Rumney <jasonr@gnu.org>
4722
4723 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
4724
47252008-08-02 Eli Zaretskii <eliz@gnu.org>
4726
4727 * alloc.c (NSTATICS): Bump to 0x640.
4728
4729 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
4730
4731 * lisp.h: Add prototype for directory_files_internal.
4732
4733 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
4734 New functions.
4735 (syms_of_process): Defsubr them. Add initializations for various
4736 Q* symbols used in procfs_system_process_attributes.
4737 (procfs_list_system_processes, procfs_system_process_attributes)
4738 [HAVE_PROCFS]: New functions.
4739 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
4740 (procfs_get_total_memory): New functions.
4741
47422008-08-01 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * xfaces.c (Fx_load_color_file): Fix previous change;
4745 it is #ifdef WINDOWSNT, not WINDOWS_NT.
4746
47472008-08-01 Michael Albinus <michael.albinus@gmx.de>
4748
4749 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
4750
47512008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4752
4753 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
4754
47552008-08-01 Chong Yidong <cyd@stupidchicken.com>
4756
4757 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
4758
4759 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
4760 define NSApplicationDelegateReplySuccess.
4761 (EmacsView -converstationIdentifier): Use long instead of
4762 NSInteger for GNUstep, since it doesn't have NSInteger.
4763
4764 * xmenu.c: Revert last change.
4765
4766 * keyboard.h: Fix last change.
4767
47682008-08-01 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
4771 on Windows.
4772
47732008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4774
4775 Warning clearing and clean-up in NS port.
4776 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
4777 Add prototypes.
4778 * nsgui.h (FACE_DEFAULT): Remove, unused.
4779 (XGCValues): Change colors to unsigned long.
4780 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
4781 nsterm.m.
4782 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
4783 (ns_list_fonts): Remove, unused.
4784 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
4785 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
4786 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
4787 (nsfont_draw): Compare face colors to 0, not nil.
4788 * nsmenu.m (struct widget_value): Drop unneeded declaration.
4789 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
4790 (-addSubmenuWithTitle:): Use NSMenuItem class.
4791 (ns_popup_menu): Use NO, not NULL, for enabled setting.
4792 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
4793 (ns_clip_to_row): Make gc arg a BOOL.
4794 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
4795 ns_clip_to_row() call.
4796 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
4797 used). Cast FRAME_FONT assignments.
4798 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
4799 (ns_string_to_lispmod): Change arg to const char.
4800 (ns_term_init): Use NSMenuItem class.
4801 (EmacsApp -openFile:): Move to different section of file.
4802 (EmacsApp -application:openFiles:): Don't return a value, call
4803 -replyToOpenOrPrint:.
4804 (EmacsView -keyDown:): Fix up cast.
4805 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
4806 (EmacsView -menuDown:): Cast tag in call to
4807 find_and_call_menu_selection().
4808 (ns_list_fonts): Remove, unused.
4809 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
4810 (ns_fontname_to_xlfd): Make static.
4811 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
4812 Remove prototypes (now in keyboard.h).
4813 (next_menubar_widget_id): Remove, unused.
4814 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
4815 Remove prototypes (now in keyboard.h).
4816 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
4817
48182008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
4819
4820 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
4821 (floatfns.o): Depend on syssignal.h.
4822 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
4823
4824 * systty.h: Fix previous change that removed BSD_TERMIOS.
4825 Add comments to #ifdefs.
4826
48272008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4828
4829 * w32fns.c (w32-load-color-file): Remove.
4830 (x-open-connection): Use renamed Fx_load_color_file.
4831 * xfaces.c (x-load-color-file): Add.
4832 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
4833 Emacs.clr.
4834 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
4835
48362008-07-31 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * dbusbind.c (Fdbus_call_method_asynchronously)
4839 (Fdbus_method_error_internal): New defuns.
4840 (xd_read_message): Handle also reply messages.
4841 (Vdbus_registered_functions_table): Extend docstring.
4842
48432008-07-31 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * keyboard.c (gobble_input): Fix previous change.
4846
48472008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4848
4849 * bitmaps/README:
4850 * xfns.c:
4851 * termcap.c:
4852 * term.c:
4853 * syswait.h:
4854 * systty.h:
4855 * systime.h:
4856 * syssignal.h:
4857 * sysdep.c:
4858 * process.h:
4859 * process.c:
4860 * print.c:
4861 * ndir.h:
4862 * lread.c:
4863 * keyboard.c:
4864 * getpagesize.h:
4865 * floatfns.c:
4866 * fileio.c:
4867 * emacs.c:
4868 * doc.c:
4869 * dispnew.c:
4870 * dired.c:
4871 * data.c:
4872 * callproc.c:
4873 * buffer.c:
4874 * README:
4875 * Makefile.in:
4876 * s/template.h:
4877 * s/msdos.h:
4878 * m/vax.h: Remove VMS support.
4879 * s/vms.h:
4880 * vlimit.h:
4881 * uaf.h:
4882 * temacs.opt:
4883 * param.h:
4884 * ioctl.h: Remove file.
4885
48862008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4887
4888 * s/ms-w32.h (MULTI_KBOARD): Remove.
4889 * xterm.c:
4890 * xselect.c:
4891 * xfns.c:
4892 * window.c:
4893 * w32term.c:
4894 * w32fns.c:
4895 * terminal.c:
4896 * termhooks.h:
4897 * term.c:
4898 * sysdep.c:
4899 * keyboard.h:
4900 * keyboard.c:
4901 * frame.h:
4902 * frame.c:
4903 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
4904 * config.in: Regenerate.
4905
49062008-07-30 Jason Rumney <jasonr@gnu.org>
4907
4908 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
4909
4910 * w32font.c (w32font_encode_char): Leave as unicode if in range.
4911 (w32font_open_internal): Get unicode version of textmetrics.
4912 Don't enable or disable glyph indices here.
4913 (w32font_open): Disable use of glyph indices.
4914
4915 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
4916
49172008-07-30 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * minibuf.c (Vread_buffer_function): Doc fix.
4920
49212008-07-30 John Paul Wallington <jpw@pobox.com>
4922
4923 * minibuf.c (read_buffer_completion_ignore_case): New var.
4924 (Fread_buffer): Use it.
4925
49262008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4927
4928 * systty.h (sensemode): Remove empty #if. Remove reference to
4929 BSD_TERMIOS, unused.
4930
4931 * sysdep.c: Remove reference to DGUX.
4932 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
4933
4934 * config.in: Regenerate.
4935
49362008-07-30 Jason Rumney <jasonr@gnu.org>
4937
4938 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
4939
49402008-07-29 Jason Rumney <jasonr@gnu.org>
4941
4942 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
4943 is populated.
4944 (uniscribe_encode_char): Always use uniscribe.
4945 Avoid using context if cache is populated.
4946
49472008-07-29 Jan Djärv <jan.h.d@swipnet.se>
4948
4949 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
4950 open menu.
4951
4952 * gtkutil.c (menu_nav_ended): Remove.
4953 (create_menus): Remove signal connect for menu_nav_ended.
4954
49552008-07-28 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * xdisp.c (redisplay_window): Check return value of
4958 compute_window_start_on_continuation_line before forcing a window
4959 start.
4960
49612008-07-28 Jason Rumney <jasonr@gnu.org>
4962
4963 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
4964
4965 * w32term.c (w32_enable_unicode_output, cleartype_active):
4966 Remove obsolete display options.
4967 (x_draw_glyph_string_background): Don't use old cleartype_active
4968 workaround.
4969 (w32_initialize): Remove cleartype_active initialization.
4970 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
4971
49722008-07-28 Andreas Schwab <schwab@suse.de>
4973
4974 * lisp.h (init_weak_hash_tables, syms_of_font)
4975 (xd_read_queued_messages, syms_of_dbusbind): Declare.
4976 (remove_hash_entry): Don't declare.
4977 * eval.c (maybe_call_debugger): Make static and move before use.
4978 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
4979 * xdisp.c: Include "gtkutil.h" if USE_GTK.
4980 * xterm.h (x_set_frame_alpha): Declare.
4981
49822008-07-28 Jan Djärv <jan.h.d@swipnet.se>
4983
4984 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
4985 (create_menus): Connect selection-done to menu_nav_ended.
4986
49872008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4988
4989 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
4990 Set Vx_resource_name to a fallback. Replace read of 'buffered'
4991 parameter with read of 'alpha' one.
4992 (Qns_frame_parameter): Remove.
5582fbc7 4993 * nsselect.m (selection-coding-system)
aac0c6e3
MR
4994 (next-selection-coding-system, Vselection_coding_system)
4995 (Vnext_selection_coding_system): Drop.
4996
49972008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4998
4999 * nsfns.m (do-applescript, do_applescript): Rename to
5000 ns-do-applescript, ns_do_applescript, and move within file.
5001
50022008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5003
5004 Remove support for Mac Carbon.
5005 * mactoolbox.c:
5006 * macterm.h:
5007 * macterm.c:
5008 * macselect.c:
5009 * macmenu.c:
5010 * macgui.h:
5011 * macfns.c:
5012 * mac.c: Remove file.
5013 * s/darwin.h:
5014 * m/intel386.h:
5015 * xfaces.c:
5016 * xdisp.c:
5017 * window.c:
5018 * tparam.c:
5019 * termhooks.h:
5020 * termcap.c:
5021 * term.c:
5022 * syssignal.h:
5023 * sysselect.h:
5024 * sysdep.c:
5025 * process.c:
5026 * lread.c:
5027 * lisp.h:
5028 * keyboard.c:
5029 * image.c:
5030 * fringe.c:
5031 * frame.h:
5032 * frame.c:
5033 * fontset.c:
5034 * font.h:
5035 * font.c:
5036 * fns.c:
5037 * fileio.c:
5038 * emacs.c:
5039 * dispnew.c:
5040 * dispextern.h:
5041 * config.in:
5042 * atimer.c:
2ae37cf0 5043 * Makefile.in: Remove code for Carbon.
aac0c6e3 5044
f0131492 50452008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
5046
5047 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
5048
50492008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5050
5051 * macterm.h (kCGBitmapByteOrder32Host): New define for
5052 non-universal SDKs.
5053
5054 * image.c (mac_create_cg_image_from_image, image_load_image_io)
5055 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
5056
5057 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
5058 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
5059
50602008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
5061
5062 * w32inevt.c: Include dispextern.h.
5063
50642008-07-26 Andreas Schwab <schwab@suse.de>
5065
5066 * print.c (print_object): Fix off-by-one in last change.
5067
50682008-07-25 Juanma Barranquero <lekktu@gmail.com>
5069
5070 * term.c (syms_of_term): Don't initialize default_orig_pair,
5071 default_set_foreground and default_set_background on Windows.
5072
50732008-07-25 Jason Rumney <jasonr@gnu.org>
5074
5075 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
5076 ScriptItemize. Clean up return value checking. Remove unused
5077 variables.
5078 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
5079 shaping engine.
5080
5081 * w32font.c (w32font_has_char): Handle the case where we can't
5082 determine the script for a character.
5083
50842008-07-25 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * term.c (syms_of_term): Initialize default_orig_pair,
5087 default_set_foreground, and default_set_background.
5088
5089 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
5090 clash (bug#86).
5091 (getloadavg): Callers changed.
5092
5093 * image.c (svg_load_image): Fix last change.
5094 (svg_load_image): Use rsvg_handle_get_dimensions to check that
5095 image size is valid. Use g_object_unref instead of deprecated
5096 rsvg_handle_free to free rsvg handle.
5097 (x_from_xcolors): Don't initialize pixmap (silence compiler).
5098
50992008-07-25 Jason Rumney <jasonr@gnu.org>
5100
5101 * w32font.c (w32font_encode_char): Encode characters outside BMP as
5102 surrogates before looking up glyph index.
5103 (w32font_text_extents): Encode as surrogates if falling back to
5104 functions that need UTF-16 wide chars.
5105
5106 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
5107 BMP as surrogates before looking up glyph index.
5108
51092008-07-25 Chong Yidong <cyd@stupidchicken.com>
5110
5111 * image.c (svg_load_image): Check for failure in return value of
5112 rsvg_handle_get_pixbuf. Free rsvg handle when done.
5113
51142008-07-25 Jason Rumney <jasonr@gnu.org>
5115
5116 * w32font.c (Fx_select_font): Reverse sense of second arg.
5117
51182008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
5121 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
5122
5123 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
5124 (PURESIZE): Use it.
5125
51262008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5127
5128 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
5129 * m/alpha.h (TEXT_END):
5130 * m/ibmrs6000.h (TEXT_END):
5131 * m/macppc.h (TEXT_END):
5132 * s/darwin.h (TEXT_END):
5133 * s/msdos.h (TEXT_END): Remove, unused.
5134 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
5135 * s/cygwin.h: Remove comment.
5136
5137 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
5138 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
5139 * m/intel386.h (DOT_GLOBAL_START):
5140 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
5141 (USG): Remove, file not used on USG platforms.
5142
5143 * Makefile.in (HAVE_X11): Remove empty #else.
5144
51452008-07-24 Andreas Schwab <schwab@suse.de>
5146
5147 * fileio.c (Finsert_file_contents): Properly adjust undo list
5148 after format conversion.
5149
51502008-07-24 Jan Djärv <jan.h.d@swipnet.se>
5151
5152 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
5153 (menu_nav_ended): Remove.
5154 (create_menus): Remove signal connect for menu_nav_ended.
5155 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
5156 create_menus.
5157 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
5158
51592008-07-23 Jason Rumney <jasonr@gnu.org>
5160
5161 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
5162 with opened font.
5163 (w32font_open): Set font type to gdi.
5164
5165 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
5166
51672008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5168
5169 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
5170 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
5171 defines it.
5172 * unexec.c (ADDR_CORRECT): Define unconditionally.
5173
5174 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
5175
5176 * unexec.c: Remove code depending on !COFF and USG, the file is
5177 not used for such systems.
5178
5179 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
5180 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
5181 (LD_SWITCH_SYSTEM_1): Remove, update users.
5182
5183 * s/darwin.h (DATA_END):
5184 * m/intel386.h (DATA_END):
5185 * m/ibmrs6000.h (DATA_END):
5186 * m/alpha.h (DATA_END): Remove, unused.
5187
5188 * config.in: Regenerate.
5189 * s/ms-w32.h (subprocesses): Define unconditionally.
5190 * s/template.h (subprocesses): Update comment.
5191 * s/vms.h (subprocesses):
5192 * s/usg5-4.h (subprocesses):
5193 * s/hpux10-20.h (subprocesses):
5194 * s/gnu-linux.h (subprocesses):
5195 * s/cygwin.h (subprocesses):
5196 * s/bsd-common.h (subprocesses):
5197 * s/aix4-2.h (subprocesses):
5198 * s/darwin.h (subprocesses): Do not define, defined by default now.
5199
5200 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
5201 Remove all references.
5202 (temacs): Add GNUstep specific ld flags.
5203
5204 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
5205 similarly to what X does.
5206
52072008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5208
5209 * nsfns.m (x-list-fonts): Remove.
5210 (syms_of_nsfns): Drop the x-list-fonts declaration.
5211 * nsterm.m: Get rid of remaining "//" comments.
5212
52132008-07-22 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
5216
5217 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
5218 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
5219 (Fns_own_selection_internal, Fx_disown_selection_internal)
5220 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
5221
5222 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
5223 ... */' style of docstrings. Doc fixes.
5224
52252008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5226
5227 * terminfo.c (UP, BC, PC): Undo previous change.
5228
5229 * nsfns.m: Rename ns prefixed functions/variables to the
5230 corresponding x versions. Update references.
5231
52322008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
5235
52362008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5237
5238 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
5239 Remove forwarding functions.
5240 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
5241 non-static.
5242 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
5243 non-static.
5244 (ns_frame_parm_handlers): Use the new names.
5245 (syms_of_nsfns): Move to the end of file.
5246
5247 * nsterm.m (syms_of_nsterm): Move to the end of file.
5248
5249 * dispnew.c (init_display): Remove code for X10.
5250
52512008-07-22 Jason Rumney <jasonr@gnu.org>
5252
5253 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
5254 bare drive.
5255
52562008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5257
5258 * nsterm.m (syms_of_nsterm): Remove debugging println.
5259
52602008-07-22 David Reitter <david.reitter@gmail.com>
5261
5262 * nsfns.m (do_applescript, F_do_applescript): NS version of the
5263 Carbon implementation of the same functionality: execute arbitrary
5264 AppleScript code.
5265
52662008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5267
5268 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
5269 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
5270 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5271 (Fx_display_mm_height, Fx_display_mm_width)
5272 (Fx_display_backing_store, Fx_display_visual_class)
5273 (Fx_display_save_under, Fx_open_connection)
5274 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
5275 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
5276 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
5277 (Fx_display_pixel_width, Fx_display_pixel_height)
5278 (Fx_display_usable_bounds, Fx_display_planes)
5279 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
5280 ... */' style of docstrings.
5281
52822008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5283
5284 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
5285 on this platform.
5286 (mips):
5287 * m/iris4d.h (mips): Do not define.
5288 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
5289
5290 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
5291
5292 * image.c:
5293 * nsfns.m:
5294 * nsselect.m:
5295 * nsterm.h:
5296 * nsterm.m: Rename ns prefixed functions/variables to the
5297 corresponding x versions. Update references.
5298
5299 * m/ibms390x.h (NO_REMAP): Do not undefine.
5300
5301 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
5302
53032008-07-21 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
5306 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
5307 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
5308 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
5309 (Fns_display_mm_height, Fns_display_mm_width)
5310 (Fns_display_backing_store, Fns_display_visual_class)
5311 (Fns_display_save_under, Fns_open_connection)
5312 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
5313 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
5314 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
5315 (Fns_display_pixel_width, Fns_display_pixel_height)
5316 (Fns_display_usable_bounds, Fx_display_planes)
5317 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
5318
53192008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
5320
5321 * print.c (print_object): Check print_depth before searching for
5322 circularities.
5323
53242008-07-21 Michael Albinus <michael.albinus@gmx.de>
5325
5326 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
5327 only sprintf.
5328
53292008-07-21 Kenichi Handa <handa@m17n.org>
5330
5331 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
5332
53332008-07-20 Andreas Schwab <schwab@suse.de>
5334
5335 * syntax.c (find_start_pos, find_start_value)
5336 (find_start_value_byte, find_start_begv, find_defun_start)
5337 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
5338
53392008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5340
5341 * s/sol2-3.h: Insert contents of s/sol2.h.
5342 (LD_SWITCH_SYSTEM): Remove redundant definition.
5343 * s/sol2.h: Remove, unused.
5344
53452008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5346
5347 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
5348
53492008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5350
5351 * Makefile.in (ns_appdir): Fix typo in find command.
5352
53532008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5354
5355 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
5356
5357 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
5358 added not supported anymore.
5359
5360 * s/usg5-4-2.h (LIBS_SYSTEM):
5361 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
5362
5363 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
5364 * s/lynxos.h (GETPGRP_NO_ARG):
5365 * s/hpux10-20.h (NO_SIOCTL_H):
5366 * s/gnu.h (GETPGRP_NO_ARG):
5367 * s/gnu-linux.h (NO_SIOCTL_H):
5368 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
5369 * s/cygwin.h (GETPGRP_NO_ARG):
5370 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
5371 (C_DEBUG_SWITCH): Remove duplicate definition.
5372
5373 * m/ibms390.h: Remove boilerplate comments.
5374
5375 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
5376
5377 * process.c (HAVE_SERIAL): Consolidate ifdefs.
5378 (wait_reading_process_output): Remove code for SunOS, platform not
5379 supported anymore. Use SOLARIS2 instead of sun.
5380
53812008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5382
5383 * font.c (font_open_by_name): Under NS, default lface height to zero.
5384 (font_open_for_lface): Under NS, set size based on frame fontsize.
5385 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
5386 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
5387
53882008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5389
5390 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
5391 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
5392 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
5393 YES/NO.
5394 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
5395 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
5396 * Makefile.in (clean): Clear out build destination dir.
5397
53982008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5399
5400 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
5401 xterm, xselect.
5402 * lisp.h: Remove declaration of hash_remove.
5403 * nsgui.h: Remove redefinitions of hash_remove.
5404 * fns.c (hash_remove): Rename to hash_remove_from_table.
5405
54062008-07-19 Seiji Zenitani <zenitani@mac.com>
5407
5408 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
5409 strdup() the family UTF8String before modifying it.
5410
54112008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5412
5413 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
5414 NS_FACE_BACKGROUND with 0 instead of nil.
5415 * nsfont.m (nsfont_draw): Same.
5416
54172008-07-19 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * nsfns.m (ns_set_background_color): Fix crash.
5420
54212008-07-18 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
5424
54252008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
5426
5427 * puresize.h (BASE_PURESIZE): Increase to 1240000.
5428
54292008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5430
5431 * gtkutil.c: Include <config.h> instead of "config.h".
5432
5433 * lisp.h (Foverlay_buffer): Add EXFUN.
5434
5435 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
5436 child process to complete child_setup. Undo 2005-09-21 change.
5437
5438 * s/darwin.h: Mention setsid after vfork.
5439
54402008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5441
5442 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
5443 Depend on macgui.h.
5444
5445 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
5446 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
5447
5448 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
5449 and f19.
5450 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
5451
5452 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
5453 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
5454 Remove enumerators.
5455
5456 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
5457 Check if FACE_FROM_ID returns NULL.
5458
54592008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
5460
5461 * w32inevt.c (change_frame_size): Remove extern declaration.
5462 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
5463 change_frame_size.
5464
54652008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5466
5467 * getloadavg.c: Revert last change (2008-07-15).
5468
54692008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5470
5471 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
5472 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
5473 from configure.
5474
54752008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5476
5477 * s/sol2.h:
5478 * s/sol2-4.h: Reorganize conditionals.
5479
5480 * ecrt0.c: Remove code depending on m68000, not used anymore.
5481
5482 * fns.c (hash_remove): Make static.
5483 * lisp.h (hash_remove): Don't prototype.
5484
5485 * m/ibmrs6000.h:
5486 * m/ibms390x.h:
5487 * m/macppc.h: Remove boilerplate comments.
5488
5489 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
5490 Solaris, which does not need them.
5491
5492 * m/vax.h: Remove comments about unsupported systems.
5493
5494 * s/darwin.h: Reorganize ifdefs.
5495
54962008-07-17 Andreas Schwab <schwab@suse.de>
5497
5498 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
5499
55002008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 Use SDATA. Follow coding convention of placing operators at
5503 beginning of next line rather than end of previous line, and placing
5504 spaces around infix operators.
5505
5506 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
5507 in case it was defined already.
5508 USE @GNUSTEP_MAKEFILES@ rather than envvars.
5509 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
5510 ns_default.
5511 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
5512 Lisp_Objects.
5513 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
5514 (ns_defined_color, ns_color_to_lisp): Declare.
5515 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
5516 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
5517 it's accepted even with USE_LISP_UNION_TYPE.
5518 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
5519 (update_frame_tool_bar): Remove apparently obsolete tests for
5520 non-integerness of f->tool_bar_lines.
5521 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
5522 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
5523 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
5524 (nsfont_open): Don't confuse NULL for Qnil.
5525 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
5526 * menu.h (find_and_call_menu_selection):
5527 * menu.c (find_and_call_menu_selection): Use just int for vector size.
5528 (find_and_return_menu_selection): Always return something.
5529 * frame.h: Include dispextern.h for Display_Info.
5530 (display_x_get_resource): Declare.
5531
55322008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5533
5534 * syntax.c: Remove stdio.h include accidentally introduced in
5535 Emacs.app commit.
5536 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5537 NS_IMPL_COCOA.
5538 * keyboard.c (handle_async_input, input_available_signal): Remove
5539 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
5540
55412008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
5544 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
5545 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
5546 Use SDATA.
5547
5548 * keymap.c: Remove all NS-specific code.
5549 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
5550 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
5551 where_is_preferred_modifier, return a different value depending on how
5552 preferred is the binding.
5553 (where_is_internal): Adjust accordingly.
5554 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
5555 Adjust to new preferred_sequence_p.
5556 (syms_of_keymap): Declare `where-is-preferred-modifier'.
5557 * keyboard.c (parse_solitary_modifier): Not static any more.
5558 * keyboard.h (parse_solitary_modifier): Declare.
5559
55602008-07-16 Andreas Schwab <schwab@suse.de>
5561
5562 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
5563 of easymenu.
5564
55652008-07-16 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * xdisp.c (move_it_in_display_line): Account for word wrap, so
5568 that we don't move off the line.
5569
55702008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * keyboard.c (Qsuper): Remove.
5573 (parse_menu_item): Don't call where_is_internal specially for NS.
5574
55752008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5576
5577 * s/gnu-linux.h: Remove boilerplate comments.
5578
5579 * m/alpha.h (__ELF__): Consolidate conditions.
5580
5581 * m/m68k.h (linux): Use GNU_LINUX instead.
5582 Remove boilerplate comments.
5583
5584 * m/intel386.h: Undo refactoring from previous change.
5585 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
5586 too, remove dead code.
5587 (linux): Use GNU_LINUX instead.
5588
55892008-07-16 Jason Rumney <jasonr@gnu.org>
5590
5591 * w32gui.h: Repeat 26 June changes lost by last change.
5592
55932008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5594
5595 * systty.h: Remove code for Aix on 386, unsupported platform.
5596
5597 * s/ms-w32.h: Remove boilerplate comments.
5598 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
5599
5600 * s/gnu-linux.h (TERM): Remove support.
5601 (HAVE_SYSVIPC): Remove, unused.
5602 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
5603 for this system.
5604
5605 * process.c: Remove support for IRIS, unused.
5606 Remove support for TERM, not relevant anymore.
5607
5608 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
5609 used with the definition.
5610
5611 * s/aix4-2.h (static): Do not undef.
5612
5613 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
5614 only used on Aix.
5615 (HAVE_SYSVIPC): Remove, unused.
5616
5617 * m/hp800.h (CANNOT_DUMP): Do not undef.
5618
5619 * m/alpha.h: Fix comment.
5620
5621 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
5622 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
5623 used by this configuration.
5624 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
5625 * unexec.c: Remove code depending on HPUX and
5626 USG_SHARED_LIBRARIES, not used with this file. Remove code
5627 depending on IRIS, unused. Remove if 0-ed code.
5628
5629 * s/template.h: Remove comments about static.
5630
5631 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
5632 Remove if 0-ed code.
5633 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
5634 were the same as the default.
5635 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
5636 Remove boilerplate comments.
5637 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
5638 (HAVE_SYSVIPC): Remove, unused.
5639 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
5640
5641 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5642 Remove boilerplate comments.
5643 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5644 Remove boilerplate comments.
5645 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
5646 Remove boilerplate comments.
5647 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
5648
5649 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
5650 USG systems which do not use DATA_SEG_BITS.
5651 Refactor code. Remove boilerplate comments.
5652
5653 * m/ibms390.h:
5654 * m/m68k.h:
5655 * s/bsd-common.h:
5656 * s/cygwin.h:
5657 * s/darwin.h:
5658 * s/freebsd.h:
5659 * s/gnu.h:
5660 * s/msdos.h: Remove boilerplate comments.
5661
5662 * m/iris4d.h: Remove boilerplate comments and code for systems that
5663 do not use this file.
5664 (IRIS_4D): Remove, unused.
5665
5666 * m/mips.h: Remove boilerplate comments and code for systems that
5667 do not use this file.
5668 (SIGN_EXTEND_CHAR):
5669 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
5670 * unexmips.c: Remove file, unused.
5671
5672 * editfns.c (Fuser_full_name): Replace the only use of
5673 USER_FULL_NAME with its value.
5674 * config.in: Regenerate.
5675
56762008-07-16 David Reitter <david.reitter@gmail.com>
5677
5678 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
5679 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
5680
56812008-07-16 Glenn Morris <rgm@gnu.org>
5682
5683 * emacs.c (system-type): Doc fix.
5684
56852008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
5688 If the cache doesn't work, let's fix it, rather than work around it.
5689
56902008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5691
5692 * Makefile.in: Correct additions for nsfont.o in last commit.
5693 * nsfont.m: New file (forgot last commit).
5694
56952008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5696
5697 * callproc.c (set_initial_environment): Initialize
5698 Vprocess_environment under CANNOT_DUMP (fixes crash when
5699 batch-compiling for bootstrap).
5700
57012008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5702 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5703
5704 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
5705 fix crash due to different init order.
5706
57072008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5708
5709 Changes and additions for NeXTstep windowing system (Cocoa and
5710 GNUstep) support.
5711
5712 * Makefile.in:
5713 * config.in: Support defines and build commands for NS port.
5714 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
5715 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
5716 * dispextern.h: Include nsgui.h and add needed typedefs under NS
5717 windowing.
5718 (struct face): Add synth_ital field.
5719 * dispnew.c: Include nsterm.h when compiling under NS windowing.
5720 (init_display): Initialize Vinitial_window_system to "ns" when so
5721 compiled.
5722 * emacs.c: Include GSConfig.h when compiling under GNUstep.
5723 (display_arg): Use under NS.
5724 (main): Under NS, allocate autorelease pool and handle command line
5725 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
5726 (standard_args): Add NS-specific args.
5727 (shut_down_emacs): Shut down NS terminal if compiled under NS.
5728 * font.c (DEFAULT_ENCODING): New variable.
5729 (font_find_for_lface): Use it.
5730 (syms_of_font): Load syms_of_nsfont under NS.
5731 * font.h: Declare nsfont_driver when compiled under NS.
5732 * fontset.c: When compiling under NS, include nsterm.h.
5733 (fontset_from_font): Autoconstruct fontset under NS.
5734 * frame.c (various): Under NS, include nsterm.h, add Qns window system
5735 symbol, document and use it.
5736 (do_switch_frame): When for_deletion under Cocoa, add
5737 Fraise_frame(Qnil).
5738 (x_set_frame_parameters): Ensure font attribute changes are picked up.
5739 (x_get_arg): Allow "yes" and "no" as boolean values.
5740 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
5741 Qright under Cocoa.
5742 (focus-follows-mouse): Default to 0 under NS.
5743 * frame.h (enum output_method): Add output_ns.
5744 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
5745 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
5746 (FRAME_WINDOW_P): NS-specific definition.
5747 * fringe.c (max_used_fringe_bitmap): Make public.
5748 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
5749 (getloadavg): Use NeXT code under descendant OS's.
5750 * image.c (includes and header section, x_create_bitmap_from_data)
5751 (x_create_bitmap_from_file, free_bitmap_record, image_background)
5752 (image_background_transparent, x_clear_image_1)
5753 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
5754 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
5755 (x_to_xcolors, x_from_xcolors, x_disable_image)
5756 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
5757 other GUIs, including XPM support using code originally written for
5758 Carbon GUI.
5759 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
5760 using NS API.
5761 (image_ascent): Use font metrics macros instead of direct struct field
5762 access.
5763 * keyboard.c (includes): Add nsterm.h when compiling under NS.
5764 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
5765 Also, handle NS as GTK for menu bar purposes.
5766 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
5767 toolkit where they differ.
5768 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
5769 use cachelist, still needed under NS.
5770 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
5771 (struct widget_value): Define it here for menu.c.
5772 * keymap.c (includes): Include modifier internals.
5773 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
5774 NS.
5775 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
5776 support for preferring sequences using certain modifiers, specified by
5777 the FIRSTONLY argument.
5778 * lisp.h (hash_remove): Rename to avoid name clash when compiling
5779 under NS GNUstep implementation.
5780 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
5781 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
5782 * menu.c: Include nsterm.h under NS.
5783 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
5784 (free_menubar_widget_tree_value, update_submenu_strings)
5785 (find_and_call_menu_selection): Treat NS as X and NT.
5786 (find_and_return_menu_selection): New function, used for popup menus.
5787 * nsgui.h:
5788 * nsterm.h:
5789 * nsfns.m:
5790 * nsimage.m:
5791 * nsmenu.m:
5792 * nsselect.m:
5793 * nsterm.m: New files.
5794 * process.c (wait_reading_process_output): Under NS, call ns_select()
5795 instead of plain select().
5796 * syntax.c (char_quoted): Under NS, avoid a crash when called near
5797 beginning of buffer.
5798 * sysselect.h (init_process): Rename when compiling under Cocoa to
5799 avoid name conflict.
5800 * termhooks.h (display_info): Add ns_display_info to union.
5801 * terminal.c (Fterminal_live_p): Add ns to terminal types.
5802 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
5803 COCOA environment.
5804 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
5805 unexec() signature. (Note, this will dump, but the resulting file
5806 crashes; unexosx is used instead; keeping around for reference and
5807 possible aid in getting dump working under GNUstep.)
5808 * w32gui.h (button_type, widget_value): Remove definitions (now in
5809 keyboard.h).
5810 * window.c: Include nsterm.h when compiling under NS.
5811 * xdisp.c (includes): Include nsterm.h when compiling under NS.
5812 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
5813 other GUI windowing systems.
5814 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
5815 GTK.
5816 (x_consider_frame_title): Under NS, set icon type and frame
5817 modified-state indicator; use ns_set_name_as_filename() when using
5818 formatted title.
5819 (update_window_cursor): Make public when compiling under NS.
5820 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
5821 (hourglass_atimer, Vhourglass_delay
5822 * xfaces.c (header section, init_frame_faces, clear_font_table)
5823 (defined_color, unload_color, x_face_list_fonts)
5824 (prepare_face_for_display): Add NS support parallel to other GUIs.
5825 Emulate GCs like other non-X GUIs.
5826 (split_font_name): Don't lowercase font name under NS.
5827 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
5828 under NS.
5829 * s/darwin.h: Add support for compilation under NS.
5830
58312008-07-15 Jason Rumney <jasonr@gnu.org>
5832
5833 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
5834 (w32_show_hourglass): Rename from show_hourglass.
5835 (w32_hide_hourglass): Rename from hide_hourglass.
5836 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
5837 (Vhourglass_delay): Declare extern.
5838 (hourglass_started): Remove.
5839
5840 * xdisp.c (Vhourglass_delay): Remove static.
5841 (hourglass_started, start_hourglass, cancel_hourglass):
5842 Don't include these versions on WINDOWSNT.
5843
58442008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5845
5846 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
5847 variables (formerly in xfns.c).
5848 (show_hourglass, hide_hourglass): New prototypes (same).
5849 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
5850 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
5851 in xfns.c).
5852 (syms_of_xdisp): Declare/initialize display-hourglass,
5853 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
5854 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
5855 formerly in xfns.c.
5856 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
5857 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
5858 (start_hourglass, cancel_hourglass): Remove.
5859 (show_hourglass, hide_hourglass): Remove prototypes and static
5860 modifiers.
5861 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
5862 hourglass_atimer, hourglass_shown_p declaration/initialization.
5863 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
5864 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
5865 (start_hourglass, cancel_hourglass): Remove.
5866 (show_hourglass, hide_hourglass): Remove prototypes and static
5867 modifiers.
5868 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
5869 hourglass_atimer, hourglass_shown_p declaration/initialization.
5870 * w32fns.c (display_hourglass_p, Vhourglass_delay)
5871 (DEFAULT_HOURGLASS_DELAY): Remove.
5872 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
5873 hourglass_shown_p declaration/initialization.
5874
58752008-07-14 Jason Rumney <jasonr@gnu.org>
5876
5877 * w32fns.c (w32_get_arg): Remove wrapper function.
5878 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
5879 directly.
5880 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
5881
58822008-07-14 Kenichi Handa <handa@m17n.org>
5883
5884 * xfont.c (xfont_open): Add workaround for X's bug.
5885
58862008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5887
5888 * fontset.c: Include <stdio.h> unconditionally.
5889
58902008-07-13 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
5893 for filtering.
5894
58952008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5896
5897 * s/vms.h: Use __GNUC__ instead of _GNUC_.
5898
5899 * m/macppc.h:
5900 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
5901
5902 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
5903 (SPECIAL_EMACS_INT):
5904 * m/ia64.h (SPECIAL_EMACS_INT):
5905 * m/amdx86-64.h (SPECIAL_EMACS_INT):
5906 * s/gnu.h (NLIST_STRUCT):
5907 * s/aix4-2.h (X11R5_INHIBIT_I18N):
5908 * s/gnu-linux.h (LINUX):
5909 * s/msdos.h (HAVE_FACES):
5910 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
5911
5912 * systty.h:
5913 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
5914 anymore.
5915
59162008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5917
5918 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
5919 always defined as int.
5920
5921 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
5922 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
5923 * s/gnu-linux.h (HAVE_WAIT_HEADER):
5924 * s/freebsd.h (HAVE_WAIT_HEADER):
5925 * s/bsd-common.h (HAVE_UNION_WAIT):
5926 * s/aix4-2.h (HAVE_WAIT_HEADER):
5927 * m/mips.h (HAVE_UNION_WAIT):
5928 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
5929 (COFF, static): Do not define, they are undefined later in the file.
5930
5931 * process.c (update_status): Don't use a union.
5932 (status_convert):
5933 (sigchld_handler): Use int instead of WAITTYPE.
5934
59352008-07-12 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * indent.c (Fvertical_motion): Restore hscroll before moving to
5938 goal column.
5939
59402008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5941
5942 * lisp.h: Remove left over code.
5943
59442008-07-11 Andreas Schwab <schwab@suse.de>
5945
5946 * lisp.h: Fix logic in last change.
5947
5948 * menu.h: New file.
5949 * menu.c: Include it.
5950 * xmenu.c: Likewise.
5951 * Makefile.in: Update dependencies.
5952
59532008-07-11 Kenichi Handa <handa@m17n.org>
5954
5955 * fontset.c (fontset_from_font): Cancel the previous change.
5956
59572008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5958
5959 * lisp.h:
5960 * w32heap.c:
5961 * emacs.c:
5962 * alloc.c: Replace all references of NO_UNION_TYPE with
5963 USE_LISP_UNION_TYPE.
5964
5965 * m/xtensa.h (NO_UNION_TYPE):
5966 * m/vax.h (NO_UNION_TYPE):
5967 * m/template.h (NO_UNION_TYPE):
5968 * m/sparc.h (NO_UNION_TYPE):
5969 * m/mips.h (NO_UNION_TYPE):
5970 * m/macppc.h (NO_UNION_TYPE):
5971 * m/m68k.h (NO_UNION_TYPE):
5972 * m/iris4d.h (NO_UNION_TYPE):
5973 * m/intel386.h (NO_UNION_TYPE):
5974 * m/ibms390x.h (NO_UNION_TYPE):
5975 * m/ibms390.h (NO_UNION_TYPE):
5976 * m/ibmrs6000.h (NO_UNION_TYPE):
5977 * m/ia64.h (NO_UNION_TYPE):
5978 * m/hp800.h (NO_UNION_TYPE):
5979 * m/arm.h (NO_UNION_TYPE):
5980 * m/amdx86-64.h (NO_UNION_TYPE):
5981 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
5982 defining it the same.
5983
59842008-07-10 Chong Yidong <cyd@stupidchicken.com>
5985
5986 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
5987
59882008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5989
5990 * fileio.c:
5991 * sysdep.c
5992 * systty.h:
5993 * m/ibmrs6000.h:
5994 * m/iris4d.h:
5995 * s/aix4-2.h:
5996 * s/freebsd.h:
5997 * s/gnu-linux.h:
5998 * s/hpux10-20.h:
5999 * s/hpux11.h:
6000 * s/netbsd.h:
6001 * s/sol2-3.h:
6002 * s/sol2-4.h:
6003 * s/sol2.h:
6004 * s/usg5-4.h:
6005 * s/vms.h: Remove references to unused variables.
6006
60072008-07-10 Andreas Schwab <schwab@suse.de>
6008
6009 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
6010 pattern before matching the generic family.
6011
60122008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6013
6014 * unexec.c:
6015 * s/vms.h:
6016 * s/usg5-4-2.h:
6017 * s/sol2-5.h:
6018 * s/freebsd.h:
6019 * s/darwin.h: Remove dead code.
6020
6021 * m/template.h:
6022 * m/sparc.h:
6023 * m/mips.h:
6024 * m/m68k.h:
6025 * m/iris4d.h:
6026 * m/intel386.h:
6027 * m/ibms390x.h:
6028 * m/ibms390.h:
6029 * m/ia64.h:
6030 * m/hp800.h:
6031 * m/arm.h:
6032 * m/amdx86-64.h: Remove dead code and references to unused
6033 and compiler defined symbols.
6034
6035 * unexmips.c:
6036 * unexelf.c: Remove references to desupported systems.
6037
6038 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
6039
6040 * m/powermac.h: Remove boilerplate comments.
6041 (NO_REMAP): Remove unused definition.
6042
6043 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
6044 define them.
6045
60462008-07-10 Kenichi Handa <handa@m17n.org>
6047
6048 * xfont.c (xfont_open): Log the reason of failure.
6049
60502008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * fontset.c (fontset_get_font_group):
6053 * font.c (font_check_otf): Specify argument types.
6054
60552008-07-09 Kenichi Handa <handa@m17n.org>
6056
6057 * coding.c (detect_coding_utf_8): Set detect_info->found only when
6058 non-ASCII char is found.
6059
6060 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
6061 (reorder_font_vector): Change the arg preferred_family to font.
6062 Prefer the spec matching with font.
6063 (fontset_get_font_group): New function.
6064 (fontset_find_font): Change the format of an element of a realized
6065 fontset. Use fontset_get_font_group.
6066 (fontset_font): Try the current fontset, the default fontset, the
6067 fallbacks of the current fontset, and the fallbacks of the default
6068 fontset in this order.
6069 (face_for_char): Delete the shortcut to use the current font.
6070 (fontset_from_font): Don't set fonts for Latin in the fontset.
6071
6072 * font.h (font_make_object, font_match_p): Adjust prototypes.
6073
6074 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
6075
6076 * font.c (font_make_object): New arg entity and pixelsize.
6077 (font_check_otf_features, font_check_otf): New functions.
6078 (font_match_p): Check :lang, :script, and :otf properties.
6079
6080 * xfont.c (xfont_open): Adjust it for the change of
6081 font_make_object.
6082 (xfont_text_extents): Fix initial setting of metrics.
6083
6084 * ftfont.c (struct ftfont_info): New member index, delete member
6085 fc_charset_idx. Make the member order compatible with struct
6086 xftfont_info.
6087 (fc_charset_table): Change charset names to registry names.
6088 (ftfont_pattern_entity): Delete the args registry and
6089 fc_charset_idx. Change the value of :font-entity property
6090 to (FONTNAME . INDEX). Always set :registry property to
6091 `iso10646-1'.
6092 (struct ftfont_cache_data): New struct.
6093 (ftfont_lookup_cache): New arg for_face.
6094 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
6095 (ftfont_driver): Set the member otf_capability.
6096 (ftfont_get_charset): Adjust it for the change of
6097 fc_charset_table.
6098 (OTF_TAG_SYM): New macro.
6099 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
6100 for the change of fc_charset_table.
6101 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
6102 ftfont_pattern_entity. Add FC_INDEX to objset.
6103 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
6104 and ftfont_pattern_entity.
6105 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
6106 font_make_object, struct ftfont_info.
6107 (ftfont_has_char): Use ftfont_get_fc_charset.
6108 (ftfont_otf_features, ftfont_otf_capability): New functions.
6109 (ftfont_shape): Use ftfont_get_otf.
6110 (ftfont_text_extents): Fix initial setting of metrics.
6111
6112 * xftfont.c (struct xftfont_info): New member ft_size. Make the
6113 member order compatible with struct ftfont_info.
6114 (xftfont_open): Add FC_CHARSET to the pattern. Set
6115 xftfont_info->ft_size. Don't unlock the face. Check BDF
6116 properties if appropriate.
6117 (xftfont_close): Unlock the face.
6118 (xftfont_anchor_point, xftfont_shape): Deleted.
6119 (syms_of_xftfont): Don't set members anchor_point and shape of
6120 xftfont_driver.
6121
6122 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
6123 font_make_object.
6124
6125 * w32font.c (w32font_open): Adjust it for the change of
6126 font_make_object.
6127 (w32font_open_internal): Don't set properties of font_object here.
6128
61292008-07-08 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * macfns.c (x_create_tip_frame):
6132 * w32fns.c (x_create_tip_frame):
6133 * xfns.c (x_create_tip_frame): Pass parameter argument to
6134 face-set-after-frame-default.
6135
6136 * xfaces.c (Finternal_merge_in_global_face): Save merged
6137 attributes for the default face back into the face vector.
6138
61392008-07-08 Andreas Schwab <schwab@suse.de>
6140
6141 * fontset.h: Declare fontset_from_font. Don't declare
6142 new_fontset_from_font and fontset_from_font_name.
6143 * xterm.c: Include "fontset.h".
6144 * Makefile.in (xterm.o): Update dependencies.
6145
61462008-07-08 Glenn Morris <rgm@gnu.org>
6147
6148 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
6149 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
6150
61512008-07-07 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
6154 (x_set_frame_parameters): Don't bind it.
6155
61562008-07-07 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * w32fns.c (map_w32_filename): Declare extern.
6159
61602008-07-07 Jason Rumney <jasonr@gnu.org>
6161
6162 * w32term.c (WS_EX_LAYERED): Define if not already.
6163
61642008-07-06 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * xfaces.c (set_font_frame_param): Don't try to set the font
6167 parameter if it is still unspecified in the lface.
6168
61692008-07-05 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
6172 face if it didn't already exist.
6173
6174 * xdisp.c (try_window_id): Give up if word-wrapping is on.
6175
61762008-07-05 Andreas Schwab <schwab@suse.de>
6177
6178 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6179
61802008-07-05 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
6183 word-wrapping.
6184 (IT_DISPLAYING_WHITESPACE): New macro.
6185 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
6186 when word-wrapping. Simplify word-wrapping logic. Use correct
6187 pixel positions when saving copies of the iterator.
6188 (display_line): Use proper wrap point if the last character on a
6189 line was preceded by whitespace.
6190
61912008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
6194
61952008-07-04 Kenichi Handa <handa@m17n.org>
6196
6197 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
6198
6199 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
6200
62012008-07-02 Jason Rumney <jasonr@gnu.org>
6202
6203 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 6204 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
6205
6206 * xdisp.c (next_element_from_display_vector): Move assignment out
6207 of if statement.
6208
62092008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
6210
6211 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6212
6213 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
6214 (syms_of_fileio): Initialize and export them.
6215 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6216
6217 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
6218 (Fsystem_move_file_to_trash): New function.
6219 (syms_of_w32fns): Export it to lisp.
6220
62212008-07-01 Jason Rumney <jasonr@gnu.org>
6222
6223 * w32font.c (w32font_text_extents): Don't count overhang as part
6224 of width.
6225
62262008-06-30 Miles Bader <miles@gnu.org>
6227
6228 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
6229 Add `avoid_cursor_p' field.
6230
6231 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
6232 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
6233 (append_glyph, append_composite_glyph, produce_image_glyph)
6234 (append_stretch_glyph): Initialize avoid_cursor_p.
6235 (get_it_property): Rename from `get_line_height_property'.
6236 (x_produce_glyphs): Use get_it_property.
6237 (handle_line_prefix, push_display_prop): New functions.
6238 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
6239 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
6240 New variables.
6241 (syms_of_xdisp): Initialize them.
6242
62432008-06-30 Kenichi Handa <handa@m17n.org>
6244
6245 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
6246 XftDefaultSubstitute (they are called in XftFontMatch).
6247 (xftfont_open): Fix args to ftfont_font_format.
6248
6249 * ftfont.c (fc_charset_table): New member lang.
6250 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 6251 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
6252 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
6253 (ftfont_open): Fix args to ftfont_font_format.
6254 (ftfont_font_format): New arg filename.
6255
62562008-06-30 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * xfaces.c (Finternal_merge_in_global_face): If default face was
6259 modified, realize it again. Update the font face attribute.
6260
62612008-06-29 Jason Rumney <jasonr@gnu.org>
6262
6263 * w32term.c (x_set_frame_alpha): Fix logic.
6264
62652008-06-29 Kenichi Handa <handa@m17n.org>
6266
6267 * fontset.c (Finternal_char_font): Return font-object instead of
6268 font-name.
6269
6270 * composite.c (get_composition_id): Fix the width calculation for TAB.
6271
62722008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * indent.c (Fvertical_motion): Properly handle float column arg.
6275
62762008-06-28 Jason Rumney <jasonr@gnu.org>
6277
6278 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
6279 (pfnSetLayeredWindowAttributes): New function pointer.
6280 (w32_initialize): Initialize it when supported.
6281 (x_set_frame_alpha): New function.
6282
6283 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
6284 (w32_frame_parm_handlers): Set alpha handler.
6285
6286 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
6287
62882008-06-27 Jason Rumney <jasonr@gnu.org>
6289
6290 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
6291 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
6292 (w32_to_x_charset, x_to_w32_charset)
6293 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
6294 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
6295 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
6296 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
6297 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
6298 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
6299 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
6300 (Qw32_charset_unicode): Remove.
6301 (syms_of_w32fns): Update for above changes.
6302
6303 * w32font.c (w32_to_x_charset, x_to_w32_charset)
6304 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
6305 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
6306 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
6307 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
6308 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
6309 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
6310 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
6311 (syms_of_w32font): Update for above changes.
6312
63132008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
6314
6315 * s/usg5-4.h: Fix previous change: keep the correct branch of a
6316 removed #if.
6317 (USG_SHARED_LIBRARIES): Remove duplicate definition.
6318
63192008-06-26 Juanma Barranquero <lekktu@gmail.com>
6320 Eli Zaretskii <eliz@gnu.org>
6321
6322 * makefile.w32-in (LOCAL_FLAGS):
6323 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
6324
6325 * sysdep.c (_spawnlp, _getpid):
6326 Declare with explicit _cdecl instead of _CRTAPI1.
6327
6328 * editfns.c (Fget_internal_run_time):
6329 Check for WINDOWSNT with #ifdef, not #if.
6330
63312008-06-26 Jason Rumney <jasonr@gnu.org>
6332
6333 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
6334
6335 * w32term.c (x_draw_glyph_string_foreground)
6336 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
6337 Use FONT_HANDLE macro.
6338 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
6339
6340 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
6341 (uniscribe_encode_char): Use FONT_HANDLE macro.
6342
6343 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
6344 (w32font_text_extents): Use precast w32_font.
6345 (w32font_close): Free cached metrics.
6346 (w32font_open_internal): Allocate space for name on stack.
6347
63482008-06-26 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * xdisp.c (extend_face_to_end_of_line): Fix last change.
6351
63522008-06-26 Jason Rumney <jasonr@gnu.org>
6353
6354 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
6355 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
6356
63572008-06-26 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
6360
63612008-06-26 Jason Rumney <jasonr@gnu.org>
6362
6363 * w32bdf.c, w32bdf.h: Remove obsolete files.
6364
6365 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
6366
6367 * w32gui.h: Don't include w32bdf.h.
6368 (XCharStruct, enum w32_char_font_type, W32FontStruct):
6369 Remove obsolete font support.
6370
6371 * w32font.h (struct w32font_info): Remove compat_w32_font.
6372 Add hfont member.
6373 (FONT_COMPAT): Remove obsolete macro.
6374
6375 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
6376 (w32font_encode_char, w32font_text_extents): Use new hfont member.
6377 (w32font_open_internal): Remove compat code. Set new hfont member.
6378 (Fx_select_font): Use new hfont member.
6379
6380 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
6381 (uniscribe_encode_char): Use new hfont member.
6382
6383 * w32term.c (x_draw_glyph_string_foreground)
6384 (x_draw_composite_glyph_string_foreground): Use new hfont member.
6385 (x_draw_glyph_string): Use metrics in w32font_info.
6386
63872008-06-26 Kenichi Handa <handa@m17n.org>
6388
6389 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
6390
63912008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6392
6393 * unexnext.c:
6394 * m/ews4800.h:
6395 * m/hp9000s300.h:
6396 * m/ibm370aix.h:
6397 * m/mips-siemens.h:
6398 * m/ncr386.h:
6399 * m/next.h:
6400 * m/pmax.h:
6401 * m/powerpcle.h:
6402 * m/tandem-s2.h:
6403 * s/386bsd.h:
6404 * s/bsd386.h:
6405 * s/bsd4-1.h:
6406 * s/bsd4-2.h:
6407 * s/bsdos2-1.h:
6408 * s/bsdos2.h:
6409 * s/bsdos3.h:
6410 * s/bsdos4.h:
6411 * s/nextstep.h:
6412 * s/ultrix4-3.h:
6413 * s/usg5-0.h:
6414 * s/usg5-2-2.h:
6415 * s/usg5-2.h:
6416 * s/usg5-4-3.h:
6417 * s/ux4800.h:
6418 * s/uxpds.h:
6419 * s/uxpv.h: Remove support for obsolete systems.
6420 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 6421 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
6422 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
6423 Remove, insert contents in s/aix4-2.h.
6424 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
6425 * s/bsd4-3.h: Rename to ...
6426 * s/bsd-common.h: ... this.
6427 * data.c:
6428 * doc.c:
6429 * ecrt0.c:
6430 * emacs.c:
6431 * fileio.c:
6432 * floatfns.c:
6433 * keyboard.c:
6434 * mem-limits.h:
6435 * print.c:
6436 * process.c:
6437 * sysdep.c:
6438 * syssignal.h:
6439 * systty.h:
6440 * syswait.h:
6441 * term.c:
6442 * unexec.c:
6443 * unexelf.c:
6444 * unexhp9k800.c:
6445 * m/hp800.h:
6446 * m/ibmrs6000.h:
6447 * m/mips.h:
6448 * m/vax.h:
6449 * s/darwin.h:
6450 * s/freebsd.h:
6451 * s/gnu.h:
6452 * s/ms-w32.h:
6453 * s/msdos.h:
6454 * s/netbsd.h:
6455 * s/template.h: Remove references to obsolete variables.
6456
6457 * Makefile.in: Add dependencies for all unexec files.
6458 (admindir): Remove unused variable.
6459 (UNEXEC_SRC): Remove references.
6460
64612008-06-25 Chong Yidong <cyd@stupidchicken.com>
6462
6463 * xfns.c (x_default_font_parameter): If Xft is available, first
6464 try Monospace-12 for the default font.
6465
64662008-06-25 Jason Rumney <jasonr@gnu.org>
6467
6468 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
6469
64702008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
6473
6474 * buffer.c (syms_of_buffer): Remove default-word-wrap.
6475
64762008-06-25 Juanma Barranquero <lekktu@gmail.com>
6477
6478 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
6479 <scroll-conservatively>: Fix typo in docstring.
6480
6481 * xselect.c (Fx_send_client_event): Doc fix.
6482
64832008-06-25 Kenichi Handa <handa@m17n.org>
6484
6485 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
6486
6487 * font.c (font_parse_fcname): Remove unused variables.
6488 (font_sort_entites): Delete the arg SPEC. Caller changed.
6489 Fix for the case of ! best_only.
6490 (font_delete_unmatched): Check DPI and AVGWIDTH too.
6491
6492 * lisp.h (Fstring_to_unibyte): EXFUN it.
6493
6494 * character.h (str_to_unibyte): Extern it.
6495
6496 * character.c (str_to_unibyte): New function.
6497
6498 * fns.c (Fstring_to_unibyte): New function.
6499 (syms_of_fns): Defsubr it.
6500
65012008-06-24 Kenichi Handa <handa@m17n.org>
6502
6503 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
6504 DPI too.
6505 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
6506
65072008-06-24 Andreas Schwab <schwab@suse.de>
6508
6509 * Makefile.in (${lispsource}loaddefs.el): Rename from
6510 ../lisp/loaddefs.el.
6511 (bootstrap-clean): Do what distclean does but don't remove
6512 Makefile.
6513 (distclean): Depend on bootstrap-clean and remove Makefile.
6514
65152008-06-24 Chong Yidong <cyd@stupidchicken.com>
6516
6517 * buffer.h (struct buffer): New member word_wrap.
6518
6519 * buffer.c (syms_of_buffer): New variables default-word-wrap and
6520 word-wrap.
6521 (init_buffer_once): Initialize them.
6522
6523 * dispextern.h (struct it): Replace bool truncate_lines_p with a
6524 line_wrap enum possessing three possible values.
6525
6526 * termopts.h: Replace truncate_partial_width_windows with
6527 Vtruncate_partial_width_windows.
6528
6529 * dispnew.c (direct_output_for_insert): Avoid direct output when
6530 inserting a space with word wrap on.
6531
6532 * indent.c (compute_motion): Obey integer values of
6533 truncate-partial-width-windows.
6534
6535 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
6536 replacing truncate_partial_width_windows.
6537 (init_iterator): If Vtruncate_partial_width_windows is an integer,
6538 truncate only if the window width is below that integer.
6539 (start_display, resize_mini_window, produce_stretch_glyph)
6540 (display_string, move_it_in_display_line_to): Use line_wrap.
6541 (back_to_previous_visible_line_start, reseat_1): Reset
6542 string_from_display_prop_p.
6543 (display_line): Extend default face to end of line when wrapping.
6544
65452008-06-24 Kim F. Storm <storm@cua.dk>
6546
6547 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
6548 to wrap continued lines at word boundaries.
6549
65502008-06-24 Jason Rumney <jasonr@gnu.org>
6551
6552 * font.c (Ffont_face_attributes): Multiply pixel size before point
6553 conversion to avoid multiplying rounding error.
6554
65552008-06-23 Jason Rumney <jasonr@gnu.org>
6556
6557 * w32term.c (x_draw_glyph_string_background)
6558 (x_draw_glyph_string): Remove old bdf font code.
6559
6560 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
6561
65622008-06-22 Kenichi Handa <handa@m17n.org>
6563
6564 * font.c (font_find_for_lface): Try the adstyle specified in
6565 the property of LFACE_FONT of LFACE (if any).
6566
65672008-06-21 Seiji Zenitani <zenitani@mac.com>
6568 Ryo Yoshitake <ryo@shiftmode.net>
6569
6570 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
6571
65722008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
6575 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
6576 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
6577 (witness-emacs): Remove.
6578 (lisp, shortlisp): Move loaddefs.el earlier.
6579 (mostlyclean): Forget about witness-emacs.
6580
65812008-06-22 Glenn Morris <rgm@gnu.org>
6582
6583 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
6584 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
6585
65862008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * Makefile.in (PRECOMP): Remove.
6589 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
6590 (witness-emacs): Run `compile-first'.
6591 (.el.elc): Use the new compile-onefile target.
6592
65932008-06-21 Kenichi Handa <handa@m17n.org>
6594
6595 * xftfont.c (xftfont_open): Handle QCembolden only when
6596 FC_EMBOLDEN is defined.
6597
65982008-06-21 Andreas Schwab <schwab@suse.de>
6599
6600 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
6601 (.el.elc): Likewise.
6602
66032008-06-21 Miles Bader <miles@gnu.org>
6604
6605 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
6606 build dir, not the lisp source dir.
6607
66082008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
6611 (bootstrapclean): Remove.
6612 (.el.elc): New rule.
6613 (PRECOMP): New var.
6614 (../lisp/subdirs.el): Remove.
6615 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
6616 (witness-emacs): New target.
6617 (mostlyclean): Remove witness-emacs as well.
6618 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
6619 Add witness-emacs dependency.
6620
66212008-06-20 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
6624 defined by the font.
6625
66262008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
6629 (bootstrap-clean): New target that keeps TAGS around.
6630 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
6631 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
6632
66332008-06-20 Jason Rumney <jasonr@gnu.org>
6634
6635 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
6636 Remove obsolete font code.
6637
6638 * w32font.c (font_matches_spec): Use csb bitfield from font signature
6639 to determine language support.
6640
66412008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6642
6643 * sysdep.c (cfsetspeed): New fun extracted from the code.
6644 (cfmakeraw): Move before first use.
6645
66462008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
6647
6648 * sysdep.c (cfmakeraw): Provide fallback implementation.
6649 (serial_configure): Provide fallback implementation of cfsetspeed.
6650
66512008-06-20 Kenichi Handa <handa@m17n.org>
6652
6653 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
6654 the pattern.
6655
6656 * fontset.c (fontset_from_font): Copy font_spec before changing
6657 the elements.
6658
6659 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
6660
66612008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
6664 for explicit `font' parameters.
6665
6666 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
6667
66682008-06-19 Kenichi Handa <handa@m17n.org>
6669
6670 * frame.c: Include <ctype.h>.
6671 (x_set_font_backend): Allow spacing characters in the X resource
6672 for FontBackend.
6673
66742008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * w32fns.c, xfns.c (Qfont_param): New var.
6677 (syms_of_w32fns): Initialize it.
6678 (x_default_font_parameter): Record explicit `font' into
6679 `font-parameter'.
6680
66812008-06-18 Kenichi Handa <handa@m17n.org>
6682
6683 * font.c (font_parse_xlfd): Fix previous change.
6684 (font_parse_fcname): Don't use :fc-unknown-spec.
6685 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
6686 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
6687 (font_add_log): Prepend the driver name to the resulting fonts.
6688
6689 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
6690 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
6691 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
6692
6693 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
6694 (QCembolden): New variables.
6695 (syms_of_xftfont): DEFSYM them.
6696 (xftfont_open): Call XftFontMatch. Don't trust the result of
6697 XftTextExtents8 if the pixel_size is less than 5.
6698
66992008-06-18 Andreas Schwab <schwab@suse.de>
6700
6701 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
6702 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
6703
67042008-06-18 Jason Rumney <jasonr@gnu.org>
6705
6706 * w32font.c (w32font_list, w32font_match): Add logging.
6707
6708 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
6709
67102008-06-17 Chong Yidong <cyd@stupidchicken.com>
6711
6712 * font.c (font_parse_fcname): Store divider characters for
6713 unknown-spec list. For known key symbols, intern using correct
6714 symbol name.
6715
67162008-06-17 Kenichi Handa <handa@m17n.org>
6717
6718 * xfaces.c (realize_default_face): If the frame is not on window
6719 system, set the fontset of face to nil.
6720
67212008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6722
6723 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
6724
67252008-06-16 Juanma Barranquero <lekktu@gmail.com>
6726
6727 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
6728 (build_font_name_from_vector): Delete externs.
6729
6730 * xfaces.c (struct font_name): Don't declare.
6731
67322008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
6735
67362008-06-16 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
6739
67402008-06-16 Juanma Barranquero <lekktu@gmail.com>
6741
6742 * font.c (Ffont_spec): Fix usage in docstring.
6743 (Ffont_face_attributes): Doc fix.
6744
67452008-06-16 Andreas Schwab <schwab@suse.de>
6746
6747 * font.c (Ffont_face_attributes): Fix definition.
6748
67492008-06-16 Jason Rumney <jasonr@gnu.org>
6750
6751 * font.h (font_style_symbolic_from_value): Remove.
6752
6753 * font.c (font_style_symbolic_from_value): Remove.
6754 (font_style_symbolic): Revert to pre 2008-06-13 version.
6755
6756 * w32font.c (w32_to_fc_weight): New function.
6757 (w32font_full_name, logfont_to_fcname): Use it.
6758
67592008-06-16 Kenichi Handa <handa@m17n.org>
6760
6761 * font.c (font_check_object): Delete it.
6762 (font_clear_cache): Check if a font-object is alive.
6763 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
6764 font-object to nil.
6765 (font_close_object): Don't check FONT_CLOSE_OBJECT.
6766 (font_at): Don't call font_check_object.
6767 (Ffont_get): Return a symbol for :weight, :slant, and :width.
6768
67692008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6770
6771 * puresize.h (BASE_PURESIZE): Increase to 1230000.
6772
67732008-06-16 Chong Yidong <cyd@stupidchicken.com>
6774
6775 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
6776
67772008-06-15 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * font.c (font_parse_fcname): Only one decimal point.
6780 (font_unparse_fcname): Handle data in family and foundry indices
6781 as symbols, not strings.
6782 (font_unparse_gtkname, Ffont_face_attributes): New functions.
6783
6784 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
6785
6786 * font.h (font_unparse_gtkname): Add prototype.
6787
67882008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6789
6790 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
6791
67922008-06-15 Andreas Schwab <schwab@suse.de>
6793
6794 * font.c (font_update_drivers): Fix crash when no drivers match.
6795
67962008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
6799 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
6800
68012008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
6804
68052008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * process.c (Fserial_process_configure, Fprocess_send_eof):
6808 Use EQ to compare Lisp_Objects.
6809
68102008-06-13 Jason Rumney <jasonr@gnu.org>
6811
6812 * w32fns.c (Fw32_select_font): Remove old font API function.
6813
6814 * w32font.c (logfont_to_fcname): New function.
6815 (Fx_select_font): New font dialog function compatible with
6816 GTK/fontconfig version.
6817
6818 * font.c (font_style_symbolic_from_value): New function.
6819 (font_style_symbolic): Use it.
6820
6821 * font.h (font_style_symbolic_from_value): Declare new function.
6822
68232008-06-13 Juanma Barranquero <lekktu@gmail.com>
6824
6825 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
6826 <font-width-table>: Fix typos in docstrings.
6827
68282008-06-13 Daniel Engeler <engeler@gmail.com>
6829
6830 These changes add serial port access.
6831 * process.c: Add HAVE_SERIAL.
6832 (Fdelete_process, Fprocess_status, Fset_process_buffer)
6833 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
6834 (list_processes_1, select_wrapper, Fstop_process)
6835 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
6836 (status_notify): Modify to handle serial processes.
6837 [HAVE_SERIAL] (Fserial_process_configure)
6838 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
6839 New functions.
6840 * process.h (struct Lisp_Process): Add `type'.
6841 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
6842 New functions.
6843 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
6844 serial ports.
b71ac3dd 6845 (serial_open, serial_configure): New functions.
aac0c6e3
MR
6846 * w32.h: Add FILE_SERIAL.
6847 (struct _child_process): Add ovl_read, ovl_write.
6848
68492008-06-13 Kenichi Handa <handa@m17n.org>
6850
6851 * dispextern.h (enum lface_attribute_index): New member
6852 LFACE_FOUNDRY_INDEX.
6853
6854 * font.c (font_score): Delete arg alternate_families. Check only
6855 weight, slant, width, and size. Ignore the difference of alias
6856 style symbols.
6857 (font_sort_entites): Adjust for the above change. Reflect the
6858 order of font-driver to scores.
6859 (font_list_entities): Don't check alternate_familes here.
6860 (font_clear_prop): Handle foundry.
6861 (font_update_lface): Don't parse "foundry-family" form here.
6862 Handle FONT_FOUNDRY_INDEX.
6863 (font_find_for_lface): Likewise. Handle alternate families here.
6864 If registry is nil, try iso8859-1 and ascii-0.
6865 (font_open_for_lface): Pay attention to size in ENTITY.
6866 (font_open_by_name): Simplify by calling font_load_for_lface.
6867 (free_font_driver_list): Delete it.
6868 (font_update_drivers): Preserve the order of backends.
6869 (syms_of_font): Setting of sort_shift_bits adjusted for the change
6870 of font_score and font_sort_entites.
6871 (font_update_sort_order): Likewise.
6872
6873 * xfaces.c (LFACE_FOUNDRY): New macro.
6874 (check_lface_attrs): Check foundry.
6875 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
6876 (merge_face_vectors): Check foundry.
6877 (merge_face_ref): Likewise.
6878 (Finternal_set_lisp_face_attribute): Likewise.
6879 (x_update_menu_appearance): Likewise.
6880 (Finternal_get_lisp_face_attribute): Likewise.
6881 (lface_hash): Likewise.
6882 (lface_same_font_attributes_p): Likewise.
6883 (x_supports_face_attributes_p): Likewise.
6884 (tty_supports_face_attributes_p): Likewise.
6885 (Finternal_set_alternative_font_family_alist): Intern strings.
6886 (Finternal_set_alternative_font_registry_alist): Downcase strings.
6887 (realize_default_face): Set LFACE_FOUNDRY (lface).
6888
6889 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
6890 font-driver at first.
6891
6892 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
6893
68942008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6895
6896 * lread.c (Fload): Use xfree, not free on saved_doc_string.
6897
68982008-06-12 Jim Meyering <meyering@redhat.com>
6899
6900 Make unexec_free handle NULL the same way free does.
6901 * unexmacosx.c (unexec_free): Ignore a NULL argument.
6902
69032008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * character.h (CHAR_TO_BYTE_SAFE): New macro.
6906 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
6907 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
6908 (WEAK_ALIAS): Simplify.
6909 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
6910 when searching a unibyte buffer.
6911
69122008-06-12 Chong Yidong <cyd@stupidchicken.com>
6913
6914 * xfns.c (Fx_select_font): Rename from x-font-dialog.
6915
69162008-06-12 Juanma Barranquero <lekktu@gmail.com>
6917
6918 * w32font.c: Include ctype.h.
6919
69202008-06-11 Jason Rumney <jasonr@gnu.org>
6921
6922 * w32font.c (w32font_encode_char): Detect missing glyphs that are
6923 misreported as space.
6924 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
6925 as aliases for registry iso10646-1.
6926
69272008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * buffer.c (clone_per_buffer_values): Skip `name'.
6930
69312008-06-11 Chong Yidong <cyd@stupidchicken.com>
6932
6933 * font.c (font_parse_fcname): Fix last change; accept decimal
6934 points in font size.
6935
69362008-06-10 Jason Rumney <jasonr@gnu.org>
6937
6938 * w32uniscribe.c (add_opentype_font_name_to_list):
6939 Skip non unicode fonts.
6940
69412008-06-10 Chong Yidong <cyd@stupidchicken.com>
6942
6943 * xfns.c (Fx_font_dialog): New function.
6944
6945 * gtkutil.c (xg_dialog_response_cb): Rename from
6946 xg_file_response_callback.
6947 (pop_down_dialog): Rename from pop_down_file_dialog.
6948 (xg_get_file_name): Callers changed.
6949 (xg_get_font_name): New function.
6950
6951 * gtkutil.h (xg_get_font_name): Insert prototype.
6952
69532008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
6956 x_underline_minimum_display_offset.
6957 (syms_of_xdisp): Declare it here rather than in xterm.c.
6958 * dispextern.h (underline_minimum_offset): Declare it.
6959 * w32term.c (x_draw_glyph_string): Use it.
6960 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
6961 (syms_of_xterm): Don't declare it any more.
6962 (x_draw_glyph_string): Adjust to the new name.
6963
69642008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6965
6966 * xterm.c (x_underline_minimum_display_offset): New var.
6967 (x_draw_glyph_string): Use it.
6968 (syms_of_xterm): Declare it.
6969
69702008-06-10 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * font.c (font_parse_fcname): Accept GTK-style font names too.
6973
69742008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * dired.c (file_name_completion): Don't return t if the match is exact
6977 but with different capitalization.
6978 * minibuf.c (Ftry_completion): Simplify.
6979
6980 * window.c (Vwindow_point_insertion_type): New var.
6981 (set_window_buffer): Use it.
6982 (syms_of_window): Init and export it to Lisp.
6983
69842008-06-10 Kenichi Handa <handa@m17n.org>
6985
6986 * font.h (font_intern_prop): Prototype adjusted.
6987
6988 * font.c (font_intern_prop): New arg force_symbol.
6989 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
6990 Adjust for the change of font_intern_prop.
6991
6992 * ftfont.c (ftfont_pattern_entity):
6993 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
6994 (w32_registry):
6995 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
6996 the change of font_intern_prop.
6997
69982008-06-09 Juanma Barranquero <lekktu@gmail.com>
6999
7000 * w32menu.c (digest_single_submenu): Declare extern.
7001
70022008-06-09 Jason Rumney <jasonr@gnu.org>
7003
7004 * w32term.c (x_make_frame_visible): Use alternate restore flags.
7005
7006 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
7007 (parse_single_submenu): Remove.
7008 (digest_single_submenu): Remove.
7009 (syms_of_w32menu): Don't initialise variables that have moved
7010 to menu.c.
7011 (set_frame_menubar): Sync with version in xmenu.c.
7012 (w32_menu_show): Sync with xmenu_show in xmenu.c.
7013
7014 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
7015 Make static again.
7016
70172008-06-09 Jason Rumney <jasonr@gnu.org>
7018
7019 Changes to w32 files related to the move of common menu code
7020 to menu.c on 2008-06-08 by Chong Yidong.
7021
7022 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
7023 defs to w32gui.h.
7024 (single_keymap_panes, push_menu_item, push_menu_pane):
7025 Make globally visible.
7026
7027 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
7028 (local_free, malloc_widget_value, free_widget_value)
7029 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
7030 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
7031 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
7032 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
7033 (menu_items, menu_items_allocated, menu_items_used)
7034 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
7035 (init_menu_items, finish_menu_items, discard_menu_items)
7036 (grow_menu_items, push_submenu_start, push_submenu_end)
7037 (push_left_right_boundary, push_menu_pane, push_menu_item)
7038 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
7039 (free_menubar_widget_tree_value, parse_single_submenu)
7040 (update_submenu_strings): Remove functions.
7041 (xmalloc_widget_value): Remove and declare extern.
7042
7043 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
7044 (OBJ1): Build it.
7045
7046 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
7047 (local_heap, local_alloc, local_free, malloc_widget_value)
7048 (free_widget_value): Define here.
7049
70502008-06-09 Kenichi Handa <handa@m17n.org>
7051
7052 * font.h (Qascii_0): Extern it.
7053
7054 * font.c (Qascii_0): New variable.
7055 (syms_of_font): DEFSYM it.
7056 (font_open_by_name): If the registry "iso8859-1" fails, try also
7057 "ascii-0".
7058
7059 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
7060
70612008-06-08 Kenichi Handa <handa@m17n.org>
7062
7063 * .gdbinit (xfont): New command.
7064
70652008-06-08 Andreas Schwab <schwab@suse.de>
7066
7067 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
7068 * Makefile.in (menu.o): Update dependencies.
7069
7070 * Makefile.in (obj): Always add menu.o.
7071 * emacs.c (main): Always call syms_of_menu.
7072 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
7073
70742008-06-08 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * Makefile.in: Compile menu.c.
7077
7078 * lisp.h: Declare syms_of_menu.
7079
7080 * emacs.c (main): Call syms_of_menu.
7081
7082 * keyboard.h: Relocate platform-independent menu definitions from
7083 xmenu.c.
7084
7085 * menu.c: New file. Relocate platform-independent menu
7086 definitions from xmenu.c. Suggested by Adrian Robert.
7087
7088 * xmenu.c: Remove platform-independent menu definitions.
7089 (menu_items menu_items_inuse, menu_items_allocated)
7090 (menu_items_used, menu_items_n_panes)
7091 (menu_items_submenu_depth): Move to keyboard.h.
7092 (init_menu_items, finish_menu_items, unuse_menu_items)
7093 (discard_menu_items, restore_menu_items, save_menu_items)
7094 (grow_menu_items, push_submenu_start, push_submenu_end)
7095 (push_left_right_boundary, push_menu_pane, push_menu_item)
7096 (keymap_panes, single_keymap_panes, single_menu_item)
7097 (list_of_panes, list_of_items, find_and_call_menu_selection)
7098 (xmalloc_widget_value, free_menubar_widget_value_tree)
7099 (parse_single_submenu, digest_single_submenu)
7100 (update_submenu_strings): Move to menu.c.
7101
71022008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
7105
71062008-06-06 Miles Bader <miles@gnu.org>
7107
7108 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
7109 face, not frame default.
7110
71112008-06-05 Martin Rudalics <rudalics@gmx.at>
7112
7113 * window.c (pop_up_windows, pop_up_frames)
7114 (display_buffer_reuse_frames, Vpop_up_frame_function)
7115 (Vdisplay_buffer_function, Veven_window_heights)
7116 (Vspecial_display_buffer_names, Vspecial_display_regexps)
7117 (Vspecial_display_function, Vsame_window_buffer_names)
7118 (Vsame_window_regexps, split_height_threshold)
7119 (Vsplit_window_preferred_function): Move those vars to window.el.
7120 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
7121 (Fdisplay_buffer): Move those functions to window.el.
7122 (syms_of_window): Remove corresponding declarations.
7123 (display_buffer): New function.
7124 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
7125 * dispnew.c (Flast_nonminibuf_frame): New function.
7126 * buffer.c (Fpop_to_buffer): Move to window.el.
7127
71282008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
7131
71322008-06-05 Kenichi Handa <handa@m17n.org>
7133
7134 * coding.c (detect_coding): Fix previous change.
7135 (detect_coding_system): Likewise.
7136
71372008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
7140
7141 * keymap.c (Vminibuffer_local_filename_must_match_map):
7142 Rename from Vminibuffer_local_must_match_filename_map.
7143 (syms_of_keymap):
7144 * minibuf.c (Fcompleting_read): Adjust accordingly.
7145 * commands.h: Rename declaration as well.
7146
71472008-06-05 Kenichi Handa <handa@m17n.org>
7148
7149 * font.c (Ffont_spec): Don't use font_parse_family_registry for
7150 family name.
7151 (Ffont_put): Likewise.
7152
7153 * fontset.c (fontset_find_font): Call font_open_for_lface with the
7154 current font-spec.
7155
7156 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
7157 is unspecified.
7158
7159 * xfaces.c (realize_x_face): If the font-related face attributes
7160 are the same as those of default face, realize a new fontset from
7161 default->fontset.
7162 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7163
71642008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
7167 (move_it_in_display_line): New wrapper.
7168
7169 * window.c (window_scroll_pixel_based_preserve_x)
7170 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
7171 (window_scroll_pixel_based, window_scroll_line_based):
7172 Use them to preserve column positions.
7173 (syms_of_window): Initialize them.
7174
7175 * indent.c (Fvertical_motion): Extend first arg to allow passing an
7176 (HPOS . VPOS) pair.
7177
7178 * dispextern.h (move_it_in_display_line): Declare.
7179
71802008-06-05 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
7183 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
7184 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
7185
71862008-06-04 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * window.c (Fset_window_parameter): Doc fix.
7189 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
7190
71912008-06-04 Joakim Verona <joakim@verona.se>
7192
7193 * window.h (struct window): Add new member window_parameters.
7194
7195 * window.c (Fwindow_parameters, Fwindow_parameter)
7196 (Fset_window_parameter): New defuns.
7197 (syms_of_window): Defsubr the new defuns.
7198 (make_window): Initialize window_parameters to nil.
7199
72002008-06-04 John Paul Wallington <jpw@pobox.com>
7201
7202 * eval.c (Fdefmacro): Doc fix.
7203
72042008-06-04 Kenichi Handa <handa@m17n.org>
7205
7206 * coding.c (detect_coding): Fix handling of coding->head_ascii.
7207 Be sure to call setup_coding_system when we find a proper coding system.
7208 (detect_coding_system): Fix handling of coding->head_ascii.
7209
72102008-06-03 Andreas Schwab <schwab@suse.de>
7211
7212 * font.c (font_prop_validate_spacing): Fix last change.
7213
72142008-06-03 Kenichi Handa <handa@m17n.org>
7215
7216 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
7217 (font_parse_fcname): Fix handling of unknown key.
7218
7219 * xfont.c (xfont_list): Try an alias.
7220
7221 * charset.c (char_charset): Return NULL if the arg charset_list is
7222 specified and C doesn't belong to any of them.
7223
72242008-06-02 Chip Coldwell <coldwell@redhat.com>
7225
7226 * font.c (font_pixel_size): Don't take cdr of an integer.
7227
72282008-06-02 Jim Meyering <meyering@redhat.com>
7229
7230 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
7231 * alloc.c (xfree): Return right away for a NULL arg.
7232 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
7233 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
7234 * mac.c (create_apple_event_from_event_ref): Likewise.
7235 (create_apple_event_from_drag_ref, cfstring_create_normalized):
7236 Likewise.
7237 * doprnt.c (doprnt1): Likewise.
7238 * frame.c (frame): Likewise.
7239 * keyboard.c (wipe_kboard): Likewise.
7240 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
7241 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
7242 * term.c (tty_default_color_capabilities, maybe_fatal)
7243 (delete_tty): Likewise.
7244 * w16select.c (string): Likewise.
7245 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
7246 * w32bdf.c (w32_free_bdf_font): Likewise.
7247 * w32fns.c (w32_unload_font): Likewise.
7248 * w32font.c (w32font_close): Likewise.
7249 * window.c (size_window): Likewise.
7250 * xselect.c (receive_incremental_selection): Likewise.
7251 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
7252 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
7253 * w32.c (stat): Likewise.
7254
7255 Remove useless if-before-free tests.
7256 * editfns.c (Fset_time_zone_rule): Likewise.
7257 * lread.c (nosuffix): Likewise.
7258 * ralloc.c (get_bloc): Likewise.
7259 * regex.c (reg_free): Likewise.
7260 * xftfont.c (xftfont_open, xftfont_close): Likewise.
7261 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
7262 * xsmfns.c (smc_save_yourself_CB): Likewise.
7263
72642008-06-02 Kenichi Handa <handa@m17n.org>
7265
7266 * font.c (font_find_for_lface): Handle float font size.
7267 (font_open_for_lface): Likewise.
7268
7269 * xfaces.c (x_supports_face_attributes_p): Check face->font before
7270 comparing the properties.
7271
72722008-06-01 Jason Rumney <jasonr@gnu.org>
7273
7274 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
7275 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
7276 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
7277 Don't add empty script list.
7278 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
7279
72802008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7281
7282 * Makefile.in (dot, dotdot): Remove, update users.
7283 ".." has been used elsewhere in the file for a long time.
7284 (LIBXT_STATIC): Remove conditional based on unused variable.
7285
72862008-06-01 Miles Bader <miles@gnu.org>
7287
7288 * xfaces.c (Vface_remapping_alist): New variable.
7289 (syms_of_xfaces): Initialize it.
7290 (enum named_merge_point_kind): New type.
7291 (struct named_merge_point): Add `named_merge_point_kind' field.
7292 (push_named_merge_point): Make cycle detection respect different
7293 named-merge-point kinds.
7294 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
7295 Remove face-name alias resolution.
7296 (lface_from_face_name): New definition using
7297 `lface_from_face_name_no_resolve'.
7298 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
7299 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
7300 (get_lface_attributes): New definition that layers face-remapping on
7301 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
7302 (lookup_basic_face): New function.
7303 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
7304 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
7305 `get_lface_attributes'.
7306 (face_at_buffer_position): Use `lookup_basic_face' to lookup
7307 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
7308 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
7309
7310 * xdisp.c (init_iterator): Pass base_face_id through
7311 `lookup_basic_face' when we actually use it as a face-id.
7312 (handle_single_display_prop): Use `lookup_basic_face' to lookup
7313 DEFAULT_FACE_ID.
7314
7315 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
7316 lookup the initial face-id.
7317
7318 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
7319
73202008-06-01 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
7323 (Fremove_text_properties): Fix typos in docstrings.
7324
73252008-05-31 Kenichi Handa <handa@m17n.org>
7326
7327 * font.c (font_list_entities): Fix the car part of data to be
7328 stored in the cache.
7329
7330 * ftfont.c (ftfont_font_format): Don't use strcasestr.
7331
73322008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
7335 Add a `test' argument so another predicate than `equal' can be used.
7336 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
7337 (map_char_table): Remove unused vars `c' and `i'.
7338 * lisp.h (Foptimize_char_table): Adjust declaration.
7339 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
7340
73412008-05-30 Kenichi Handa <handa@m17n.org>
7342
7343 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
7344 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
7345 defined.
7346
73472008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
7350 (Fmake_variable_frame_local): Disallow mixing buffer-local and
7351 frame-local settings for the same variable.
7352
73532008-05-30 Kenichi Handa <handa@m17n.org>
7354
7355 * fontset.c (Ffont_info): Move to font.c.
7356 (syms_of_fontset): Delete defsubr of Sfont_info.
7357
7358 * font.c (font_style_to_value, font_score): Delete casting of the
7359 args to xstcasecmp.
7360 (register_font_driver): Increment num_font_drivers only when
7361 registering the driver globally.
7362 (Ffont_info): Move from fontset.c. Handle a font object too.
7363 (syms_of_font): Defsubr Sfont_info.
7364
73652008-05-29 Kenichi Handa <handa@m17n.org>
7366
7367 * coding.h (enum define_coding_utf8_arg_index): New enum.
7368 (enum coding_attr_index): Change coding_attr_utf_16_bom to
7369 coding_attr_utf_bom.
7370 (enum utf_bom_type): Rename from utf_16_bom_type.
7371 (struct utf_16_spec): Adjust for the above change.
7372 (struct coding_system): Add utf_8_bom in `spec' union.
7373
7374 * coding.c (CODING_UTF_8_BOM): New macro.
7375 (enum coding_category): Delete coding_category_utf_8, add
7376 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
7377 coding_category_utf_8_sig.
7378 (CATEGORY_MASK_UTF_8): Delete it.
7379 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
7380 (CATEGORY_MASK_UTF_8_SIG): New macros.
7381 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
7382 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
7383 CATEGORY_MASK_UTF_8_SIG.
7384 (CATEGORY_MASK_UTF_8): New macro.
7385 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
7386 (detect_coding_utf_8): Check BOM.
7387 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
7388 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
7389 (encode_coding_utf_16): Likewise.
7390 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
7391 (detect_coding, detect_coding_system): Handle utf-8-auto.
7392 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
7393 (syms_of_coding): Fix setting up of Vcoding_category_table.
7394
73952008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * process.c (Faccept_process_output): If `millisec' is non-nil,
7398 `seconds' default to 0.
7399 (wait_reading_process_output): Also return non-nil if we read output
7400 from a non-running process.
7401
74022008-05-29 Jason Rumney <jasonr@gnu.org>
7403
7404 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
7405 `raster' specified.
7406 (add_font_entity_to_list): Allow non-opentype truetype fonts back
7407 in the uniscribe backend, but disallow any font that has no
7408 unicode subrange support.
7409
74102008-05-29 Juanma Barranquero <lekktu@gmail.com>
7411
7412 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
7413 Fix typos in docstrings.
7414
74152008-05-29 Kenichi Handa <handa@m17n.org>
7416
7417 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
7418 (Fx_family_fonts): Set frame correctly.
7419
74202008-05-28 Jason Rumney <jasonr@gnu.org>
7421
7422 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
7423
74242008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
7427 calling build_annotations.
7428
74292008-05-28 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * coding.c (Fdecode_coding_region, Fencode_coding_region)
7432 (Fencode_coding_string):
7433 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
7434 <latin-extra-code-table>: Fix typos in docstrings.
7435 (syms_of_coding) <coding-system-alist>: Doc fix.
7436 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
7437
74382008-05-28 Kenichi Handa <handa@m17n.org>
7439
7440 * fontset.c (Ffont_info): Don't call font_close_object.
7441
7442 * font.c (font_parse_family_registry): Use Ffont_put to validate
7443 foundry and family.
7444 (font_delete_unmatched): Don't check spacing.
7445 (font_list_entities): Add spacing to the spec to list fonts.
7446
7447 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
7448 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
7449
7450 * coding.c (encode_coding_raw_text): Fix previous change.
7451 (encode_coding_object): When the dst_object is a buffer and is
7452 different from src_object, move gap to PT.
7453
74542008-05-27 Chong Yidong <cyd@stupidchicken.com>
7455
7456 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
7457
74582008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * coding.c (encode_coding_raw_text): Set coding->produced_char for
7461 all branches. Compute it differently.
7462
7463 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
7464
74652008-05-27 Juanma Barranquero <lekktu@gmail.com>
7466
7467 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
7468 into "else if () ... else ...".
7469
74702008-05-27 Jason Rumney <jasonr@gnu.org>
7471
7472 * w32font.c (w32font_open_internal): Determine if glyph indices
7473 are likely to work here.
7474
74752008-05-27 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
7478 draw overlap glyphs with appropriate highlighting.
7479
74802008-05-27 Kenichi Handa <handa@m17n.org>
7481
7482 * xfont.c (xfont_open): Fix calculation of font->average_width.
7483
74842008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * casefiddle.c (casify_object): Try to guess better whether the
7487 argument is a byte or a char.
7488
74892008-05-26 Andreas Schwab <schwab@suse.de>
7490
7491 * xselect.c (x_reply_selection_request): Properly handle format == 32.
7492 Always send multiples of format size.
7493
7494 * xterm.c (x_set_frame_alpha): Fix type mismatch.
7495
74962008-05-26 Jason Rumney <jasonr@gnu.org>
7497
7498 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
7499 (compute_metrics): Don't set failure if we just cleared the cache.
7500 (w32_weight_table): Remove unused variable.
7501 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
7502 backwards compatibility.
7503
75042008-05-25 Kenichi Handa <handa@m17n.org>
7505
7506 * w32term.c (x_draw_glyph_string):
7507 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
7508
7509 * xfaces.c: Delete unused function prototypes.
7510 (xstrlwr, font_frame): Delete them.
7511 (clear_face_cache): Delete unused variable.
7512
7513 * xftfont.c (xftfont_open): Delete unused variable.
7514 If underline_thickness is not 1, adjust underline_position.
7515
7516 * ftxfont.c (ftxfont_open): Delete unused variable.
7517
7518 * fontset.c (face_for_char): Optimize for the case of no charset
7519 property.
7520
7521 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
7522 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
7523 (otf_open, font_otf_capability, generate_otf_features)
7524 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
7525 Comment out by surrounding "#if 0" and "#endif" for the moment.
7526 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
7527 (syms_of_font): Codes for accessing above commented out.
7528
75292008-05-24 Eli Zaretskii <eliz@gnu.org>
7530
7531 * w32proc.c: Include dispextern.h.
7532
7533 * w32.c: Include dispextern.h.
7534
75352008-05-23 Juanma Barranquero <lekktu@gmail.com>
7536
7537 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
7538 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
7539 Fix typos in docstrings.
7540
75412008-05-23 Jason Rumney <jasonr@gnu.org>
7542
7543 * xsmfns.c: Remove includes that are already included by config.h.
7544
75452008-05-23 Kenichi Handa <handa@m17n.org>
7546
7547 * charset.c (Qemacs, charset_emacs): New variables.
7548 (char_charset): Fix for non-Unicode characters.
7549 (syms_of_charset): Define charset_emacs.
7550
7551 * w32term.c (x_draw_glyph_string): Be sure to update
7552 s->underline_thickness and s->underline_position. Be sure to draw
7553 underline within the current line area.
7554
7555 * xterm.c (x_draw_glyph_string): Be sure to update
7556 s->underline_thickness and s->underline_position. Be sure to draw
7557 underline within the current line area.
7558
7559 * fontset.c: Delete unused variables and add casting for char *
7560 throughout the file.
7561 (fontset_font): Try the fallback fonts of the current fontset
7562 before consulting the default fontset.
7563
7564 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
7565
7566 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
7567
75682008-05-22 Jason Rumney <jasonr@gnu.org>
7569
7570 * font.c: Don't include strings.h.
7571
7572 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
7573
7574 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
7575 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
7576 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
7577 to call xstrcasecmp.
7578
7579 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
7580
7581 * fontset.c (fs_query_fontset): Use xstrcasecmp.
7582
7583 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
7584
7585 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
7586
75872008-05-22 Kenichi Handa <handa@m17n.org>
7588
7589 * puresize.h (BASE_PURESIZE): Increase to 1220000.
7590
7591 * font.c (font_prop_validate_style): Adjust for the format
7592 change of font_style_table.
7593
7594 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
7595 two args.
7596
7597 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
7598 two args.
7599
76002008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * minibuf.c (keys_of_minibuf): Delete.
7603 * lisp.h (keys_of_minibuf): Delete.
7604 * emacs.c (main): Don't call keys_of_minibuf.
7605
76062008-05-22 Kenichi Handa <handa@m17n.org>
7607
7608 * ftfont.c (ftfont_resolve_generic_family): Rename from
7609 ftfont_list_generic_family. Return a single family for each
7610 generic family.
7611 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
7612 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
7613 Call font_add_log.
7614 (ftfont_match): Call font_add_log.
7615
7616 * font.h (Ffont_xlfd_name): EXFUN adjusted.
7617 (FONT_DEBUG): Define it.
7618 (font_add_log): Extern it.
7619 (font_assert): Rename from xassert.
7620
7621 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
7622 (xfont_list_family): Call font_add_log.
7623 (xfont_match): Likewise.
7624 (memq_no_quit): Delete.
7625
7626 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
7627 call of Ffont_xlfd_name.
7628
7629 * xfaces.c (struct table_entry, slant_table, weight_table)
7630 (swidth_table): Move to font.c.
7631
7632 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
7633 xassert are changed to font_assert. Delete many unused variables.
7634 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
7635 New variables.
7636 (struct table_entry): Move from xfaces.c and modified.
7637 (weight_table, slant_table, width_table): Move from xfaces.c and
7638 contents adjusted for the change of struct table_entry.
7639 (font_style_to_value, font_style_symbolic): Adjust for the
7640 format change of font_style_table.
7641 (font_parse_family_registry): Don't overwrite existing foundry and
7642 family of font_spec.
7643 (font_score): Fix calculation of diff for sizes.
7644 (font_sort_entites): Call font_add_log.
7645 (font_delete_unmatched): Return a newly created list.
7646 (font_list_entities): Fix previous change. Call font_add_log.
7647 (font_matching_entity, font_open_entity, font_close_entity):
7648 Call font_add_log.
7649 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
7650 (Finternal_set_font_style_table): Delete.
7651 (BUILD_STYLE_TABLE): New macro.
7652 (build_style_table): New function.
7653 (Vfont_log, font_log_env_checked): New variables.
7654 (font_add_log): New function.
7655 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
7656 Declare Lisp variables "font-weight-table", "font-slant-table",
7657 "font-width-table", and "font-log". Initialize font_style_table.
7658
76592008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
7660
7661 * xterm.c (x_set_frame_alpha): Move declarations before statements.
7662
76632008-05-21 Seiji Zenitani <zenitani@mac.com>
7664 Ryo Yoshitake <ryo@shiftmode.net>
7665
7666 * frame.c (Qalpha): Add a new frame parameter `alpha'.
7667 (Vframe_alpha_lower_limit): New variable.
7668 (x_set_alpha): New function.
7669
7670 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
7671
7672 * xfns.c (x-create-frame, Qalpha):
7673 Initialize the frame parameter `alpha'.
7674 * xterm.c (OPAQUE, OPACITY): New.
7675 (x_set_frame_alpha): New function.
7676 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
7677
7678 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
7679 * w32fns.c (w32_frame_parm_handlers): Likewise.
7680
76812008-05-20 Jason Rumney <jasonr@gnu.org>
7682
7683 * w32font.c (add_font_entity_to_list): Don't add non-opentype
7684 truetype fonts to opentype list.
7685
76862008-05-20 Juanma Barranquero <lekktu@gmail.com>
7687
7688 * fontset.c (Ffontset_info): Doc fix.
7689 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
7690 <ignore-relative-composition>: Fix typos in docstrings.
7691
7692 * font.c (syms-of-font) <font-encoding-alist>:
7693 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
7694 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
7695 (Ffont_otf_alternates): Doc fixes.
7696
76972008-05-20 Kenichi Handa <handa@m17n.org>
7698
7699 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
7700 font.h through out the file.
7701 (FONT_DRIVERS): Rename from FONTOBJ.
7702 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
7703 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
7704
7705 * emacs.c (main): Call syms_of_font unconditionally.
7706
7707 * font.h (find_font_encoding): Extern it.
7708
7709 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
7710 fontset.c.
7711 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
7712 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
7713 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
7714 only when HAVE_WINDOW_SYSTEM is defined.
7715 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
7716 when HAVE_WINDOW_SYSTEM is defined.
7717
7718 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
7719 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
7720
7721 * xfaces.c: Include font.h unconditionally.
7722 (merge_face_ref, merge_face_vectors)
7723 (Finternal_set_lisp_face_attribute): Cancel the previous change.
7724
77252008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
7728 indirect_variable.
7729 * eval.c (lisp_indirect_variable): New fun.
7730 (Fuser_variable_p): Use it.
7731
77322008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * lisp.h (indirect_variable):
7735 * data.c (indirect_variable, let_shadows_buffer_binding_p):
7736 Use Lisp_Symbol pointers rather than Lisp_Object.
7737 Adjust callers.
7738 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
7739 To this end, change calling-convention.
7740
7741 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
7742 if some non-hidden buffers are selected by string&pred.
7743
77442008-05-19 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * process.c (wait_reading_process_output): Always check status
7747 when in batch mode.
7748
77492008-05-19 Kenichi Handa <handa@m17n.org>
7750
7751 * font.c (font_list_entities): Fix handling of cache.
7752 (font_matching_entity): Likewise.
7753
7754 * ftfont.c (cs_iso8859_1): Delete.
7755 (ft_face_cache): New variable.
7756 (struct ftfont_info): New member fc_charset_idx.
7757 (ftfont_build_basic_charsets): Delete.
7758 (fc_charset_table): New variable.
7759 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
7760 . FC_CHARSET_IDX) as :font-entity property in the font entity.
7761 Callers changed.
7762 (ftfont_lookup_cache, ftfont_get_charset): New functions.
7763 (ftfont_spec_pattern): New argument fc_charset_idx.
7764 Check registry more rigidly. Change callers.
7765 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
7766 change of :font-entity property of the font.
7767
7768 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
7769 property of the font.
7770
77712008-05-18 Juanma Barranquero <lekktu@gmail.com>
7772
7773 * coding.c (Fcoding_system_p): Rename argument to match docstring.
7774 (Funencodable_char_position, Fcheck_coding_systems_region)
7775 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
7776 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
7777 (Ffind_operation_coding_system, Fset_coding_system_priority)
7778 (Fcoding_system_eol_type): Doc fixes.
7779
77802008-05-17 Glenn Morris <rgm@gnu.org>
7781
7782 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
7783
77842008-05-16 Eli Zaretskii <eliz@gnu.org>
7785
7786 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
7787 and st_gid.
7788
7789 * frame.c (Fdelete_frame): Don't call font_update_drivers if
7790 HAVE_WINDOW_SYSTEM is not defined.
7791
7792 * xfaces.c (merge_face_ref, merge_face_vectors)
7793 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
7794 HAVE_WINDOW_SYSTEM is defined.
7795 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
7796
77972008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
7800
78012008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7802
7803 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
7804
78052008-05-15 Kenichi Handa <handa@m17n.org>
7806
7807 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
7808 preference.
7809
78102008-05-15 Glenn Morris <rgm@gnu.org>
7811
7812 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
7813
78142008-05-15 Chong Yidong <cyd@stupidchicken.com>
7815
7816 * fns.c (init_fns): Don't initialize weak_hash_tables here.
7817 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
7818
7819 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
7820
78212008-05-15 Kenichi Handa <handa@m17n.org>
7822
7823 * ftfont.c (ftfont_list): Downcase family name to check generic
7824 families.
7825
7826 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
7827 font-spec for QCfont value.
7828
7829 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
7830 buffer. Check the return value of it.
7831
78322008-05-14 Jason Rumney <jasonr@gnu.org>
7833
7834 * w32term.c (w32_get_glyph_overhangs): Remove.
7835 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
7836
78372008-05-14 Kenichi Handa <handa@m17n.org>
7838
7839 * font.c (font_prop_validate): Make nil a valid value.
7840 (font_clear_cache): Check if the cached vector of entities is nil
7841 or not.
7842
78432008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7844
7845 * emacs.c (main_thread): Conditionalize on
7846 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
7847 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
7848
7849 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
7850 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
7851 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
7852
78532008-05-14 Kenichi Handa <handa@m17n.org>
7854
7855 * coding.c (detect_coding_iso_2022): Ignore a coding category that
7856 has no corresponding coding system.
7857
78582008-05-14 Jason Rumney <jasonr@gnu.org>
7859
7860 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
7861
7862 * w32font.h (w32font_open_internal): Update declaration.
7863
7864 * w32font.c (w32font_open_internal): Change last argument from
7865 w32font_info struct to font object. Fill in font object from
7866 font_entity. Get Outline metrics if possible. Use them to
7867 calculate underline position and thickness. Use xlfd name as name
7868 property. Don't set codepage.
7869 (w32font_open): Pass font_object to w32font_open_internal. Don't
7870 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
7871 (w32font_draw): Use s->font.
7872 (clear_cached_metrics): Don't clear non-existent blocks.
7873
7874 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
7875 font was not found.
7876 (x_draw_glyph_string): Use underline position and thickness from font.
7877
7878 * w32uniscribe.c (uniscribe_open): Pass font_object to
7879 w32font_open_internal.
7880
78812008-05-14 Kenichi Handa <handa@m17n.org>
7882
7883 These changes are to delete all legacy font-handling codes, and
7884 make Emacs use only font-backends.
7885
7886 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
7887 (frame.o, image.o, print.o): Depend on $(FONTSRC).
7888
7889 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
7890
7891 * charset.h (Vcharset_non_preferred_head)
7892 (Vcurrent_iso639_language): Extern them.
7893
7894 * charset.c (Vcharset_non_preferred_head): New variable.
7895 (Vcurrent_iso639_language): New variable.
7896 (syms_of_charset): Declare it as a Lisp variable.
7897 (char_charset): Don't check non preferred charsets. As a last
7898 resort, return charset_unicode.
7899 (Fset_charset_priority): Update Vcharset_non_preferred_head.
7900
7901 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
7902 conditionals. Don't check enable_font_backend. Delete all codes
7903 used only when USE_FONT_BACKEND is not defined.
7904
7905 * dispextern.h (struct glyph_string): Change type of `font' to
7906 `struct font *'.
7907 (struct glyph_string): New member underline_position and
7908 underline_thickness.
7909 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
7910 (struct face): Change type of `font' to `struct font *'. Remove
7911 members `font_name', `font_info_id'.
7912 (per_char_metric, encode_char): Delete externs.
7913 (calc_pixel_width_or_height): Adjust the prototype.
7914
7915 * emacs.c (enable_font_backend): Delete extern.
7916 (main): Don't set enable_font_backend. Don't check the command
7917 line argument "-disable-font-backend".
7918
7919 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
7920 (enum font_property_index): New members FONT_DPI_INDEX,
7921 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
7922 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
7923 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
7924 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
7925 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
7926 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
7927 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
7928 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
7929 (struct font_spec, struct font_entity): New structs.
7930 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
7931 (struct font): Many members from old "struct font_info" moved to
7932 here. Members font and entity deleted.
7933 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
7934 the new font-related objects.
7935 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
7936 (CHECK_FONT_GET_OBJECT): Likewise.
7937 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
7938 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
7939 (struct font_driver): New members case_sensitive anc check. Type
7940 of the member list and open changed.
7941 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
7942 (font_symbolic_width, font_find_object, font_get_spec)
7943 (font_set_lface_from_name): Delete extern.
7944 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
7945
7946 * font.c: Include <strings.h>.
7947 (enable_font_backend): Delete it.
7948 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
7949 (CHECK_VALIDATE_FONT_SPEC): Delete it.
7950 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
7951 (null_string): Delete it.
7952 (null_vector): Make it static.
7953 (font_family_alist): Delete it.
7954 (Qnormal): Extern it.
7955 (QCextra, QClanguage): Delete it.
7956 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
7957 (font_make_spec, font_make_entity, font_make_object)
7958 (font_intern_prop): Renamed from intern_downcase. Don't downcase
7959 the string. Callers changed.
7960 (font_pixel_size): Adjusted for the format change of font-related
7961 objects.
7962 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
7963 (font_style_to_value, font_style_symbolic): New function.
7964 (build_font_family_alist): Delete it.
7965 (font_registry_charsets): Use Fassoc_string instead of
7966 assq_no_quit.
7967 (font_prop_validate_symbol): Don't return null_string.
7968 (font_prop_validate_style): Adjusted for the change of
7969 style-related values in a font vector.
7970 (font_property_table): Delete entries for QClanguage and
7971 QCantialias, add entries for QCavgwidth.
7972 (get_font_prop_index): Delete the 2nd argument FROM.
7973 (font_prop_validate): Arguments changed.
7974 (font_put_extra): Adjusted for the change of font-related objects.
7975 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
7976 (font_parse_fcname, font_unparse_fcname)
7977 (font_prepare_composition): Likewise.
7978 (font_parse_family_registry): Renamed from font_merge_old_spec.
7979 (otf_open): Delete the 1st arg entity.
7980 (font_otf_capability): Adjusted for the above change.
7981 (font_score): New arg alternate_families. Adjusted for the change
7982 of font-related objects.
7983 (font_sort_entites): New arg best_only.
7984 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
7985 Delete them.
7986 (font_match_p): Check alternate families.
7987 (font_find_object): Delete it.
7988 (font_check_object): New function.
7989 (font_clear_cache): Adjusted for the change of font-related objects.
7990 (font_delete_unmatched): New arg.
7991 (font_list_entities): Call font_driver->list with a spec that
7992 doesn't specify style-related properties.
7993 (font_matching_entity): Arguments changed. Caller changed.
7994 (font_open_entity): Adjusted for the change of font-related objects.
7995 (font_close_object, font_has_char, font_encode_char)
7996 (font_get_name, font_get_spec): Likewise.
7997 (font_spec_from_name, font_clear_prop, font_update_lface):
7998 New functions.
7999 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
8000 (font_prepare_for_face, font_done_for_face, font_open_by_name)
8001 (font_at): Adjusted for the change of font-related objects.
8002 (font_range): New function.
8003 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
8004 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
8005 (Fcopy_font_spec, Fmerge_font_spec): New function.
8006 (Ffont_family_list): Renamed from list-families.
8007 (Finternal_set_font_style_table): Arguments changed.
8008 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
8009 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
8010 change of font-related objects.
8011 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
8012
8013 * fontset.h (struct font_info): Delete it. Most members go to
8014 struct font.
8015 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
8016 (enum FONT_SPEC_INDEX): Delete it.
8017 (font_info, list_fonts_func, load_font_func, query_font_func)
8018 (set_frame_fontset_func, find_ccl_program_func)
8019 (get_font_repertory_func, new_fontset_from_font_name): Delete
8020 externs.
8021 (fontset_from_font_name): Extern it.
8022 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
8023 (FONT_INFO_FROM_FACE): Deleted.
8024 (face_for_font): Adjust prototype.
8025
8026 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
8027 conditionals. Don't check enable_font_backend. Delete all codes
8028 used only when USE_FONT_BACKEND is not defined.
8029 (get_font_info_func, list_font_func, load_font_func)
8030 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
8031 (get_font_repertory_func): Delete them.
8032 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
8033 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
8034 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
8035 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
8036 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
8037 (fontset_compare_rfontdef): New function.
8038 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
8039 rfont-defs by qsort. Adjusted for the change of font-group vector.
8040 (load_font_get_repertory): Deleted.
8041 (fontset_find_font): Use new macros to ref/set elements of
8042 font-def and rfont-def.
8043 (fontset_font): Fix the timing of remembering that no font for C.
8044 (free_face_fontset): Do nothing if the face has no fontset.
8045 (face_suitable_for_char_p): Use new macros to ref/set elements of
8046 rfont-def.
8047 (face_for_char): Likewise. Call face_for_char with font_object.
8048 (fs_load_font): Delete. Delete #pragma surrounding it.
8049 (fs_query_fontset): Use strcasecmp instead of strcmp.
8050 (generate_ascii_font_name): Adjusted for the format change of
8051 font-spec.
8052 (Fset_fontset_font): Likewise. Use new macros to set elements of
8053 font-def.
8054 (Fnew_fontset): Use font_unparse_xlfd to generate
8055 FONTSET_ASCII (fontset).
8056 (new_fontset_from_font_name): Deleted.
8057 (fontset_from_font): Renamed from new_fontset_from_font. Check if
8058 a fontset is already created for the font. FIx updating of
8059 Vfontset_alias_alist.
8060 (fontset_ascii_font): Deleted.
8061 (Ffont_info): Adjusted for the format change of font-spec.
8062 (Finternal_char_font): Likewise.
8063 (Ffontset_info): Likewise.
8064 (syms_of_fontset): Don't check load_font_func.
8065
8066 * fns.c (internal_equal): Handle PREV_FONT.
8067
8068 * frame.h: Delete USE_FONT_BACKEND conditional.
8069
8070 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
8071 conditionals. Don't check enable_font_backend. Delete all codes
8072 used only when USE_FONT_BACKEND is not defined.
8073 (x_set_font): Call x_new_font, not x_new_fontset2.
8074 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
8075 already set for the frame.
8076
8077 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
8078 a font-entity by font_make_entity. Use font_intern_prop instead
8079 of intern_downcase. Use FONT_SET_STYLE to set a style-related
8080 font property. If a font is scalable, set avgwidth property to 0.
8081 Set font-entity property by font_put_extra.
8082 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
8083 (ffont_driver): Adjusted for the change of struct font_driver.
8084 (ftfont_spec_pattern): New function.
8085 (ftfont_list): Return a list, not vector.
8086 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
8087 (ftfont_list_family): Don't downcase names.
8088 (ftfont_free_entity): Deleted.
8089 (ftfont_open): Return a font-object. Adjusted for the change of
8090 struct font. Get underline_thickness and underline_position from
8091 font property. Don't update dpyinfo->smallest_font_height and
8092 dpyinfo->smallest_char_width.
8093 (ftfont_close): Don't free `struct font'.
8094 (ftfont_has_char): Adjusted for the format change of font-entity.
8095 (ftfont_encode_char, ftfont_text_extents): Likewise.
8096
8097 * ftxfont.c (ftxfont_list): Return a list, not vector.
8098 (ftxfont_open): Return a font-object. Adjusted for the change of
8099 struct font. Get underline_thickness and underline_position from
8100 font property. Don't update dpyinfo->smallest_font_height and
8101 dpyinfo->smallest_char_width.
8102 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
8103 (ftxfont_draw): Adjusted for the change of struct font.
8104
8105 * image.c (image_ascent): Don't include "charset.h". Include
8106 "character.h" and "font.h".
8107
8108 * lisp.h (enum pvec_type): New member PREV_FONT.
8109 (Fassoc_string): EXFUN it.
8110
8111 * print.c: Include font.h.
8112 (print_object): Handle font-related objects.
8113
8114 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
8115 conditionals. Don't check enable_font_backend. Delete all codes
8116 used only when USE_FONT_BACKEND is not defined.
8117 (handle_auto_composed_prop): Do nothing if it->f is not on a
8118 window system. Check how many following characters can be
8119 displayed by the same font.
8120 (calc_pixel_width_or_height): Type of the 4th arg is changed to
8121 'struct font *'.
8122 (get_char_face_and_encoding): Assign the whole encoding task to
8123 the `encode-char' method of a font driver.
8124 (fill_composite_glyph_string): Adjusted for the change of `struct
8125 face' and `struct glyph_string'.
8126 (fill_glyph_string): Likewise.
8127 (get_per_char_metric): Arguments changed.
8128 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
8129 and `struct glyph_string'.
8130 (produce_stretch_glyph, calc_line_height_property)
8131 (x_produce_glyphs): Likewise.
8132
8133 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
8134 conditionals. Don't check enable_font_backend. Delete all codes
8135 used only when USE_FONT_BACKEND is not defined. Use
8136 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
8137 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
8138 (Qp): Extern them.
8139 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
8140 Deleted.
8141 (struct font_name): Deleted.
8142 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
8143 (compare_fonts_by_sort_order): New function.
8144 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
8145 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
8146 Deleted.
8147 (Fx_family_fonts): Use font_list_entities, and sort fonts by
8148 compare_fonts_by_sort_order.
8149 (Fx_font_family_list): Call Ffont_family_list.
8150 (face_numeric_value, face_numeric_weight, face_numeric_slant)
8151 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
8152 (face_symbolic_slant, face_symbolic_swidth)
8153 (split_font_name_into_vector, build_font_name_from_vector)
8154 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
8155 (font_rescale_ratio, split_font_name, build_font_name)
8156 (free_font_names, sort_fonts, x_face_list_fonts)
8157 (face_font_available_p, sorted_font_list, cmp_font_names)
8158 (font_list_1, concat_font_list, font_list, remove_duplicates):
8159 Deleted.
8160 (Fx_list_fonts): Use Ffont_list.
8161 (LFACE_AVGWIDTH): Deleted.
8162 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
8163 by FONTP.
8164 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
8165 (set_lface_from_font_name): Delete it.
8166 (set_lface_from_font): Renamed from
8167 set_lface_from_font_and_fontset. Caller changed. Don't set
8168 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
8169 for face.
8170 (merge_face_vectors): Copy font-spec if necessary.
8171 Clear properties of the font-spec if necessary.
8172 (merge_face_ref): Clear properties of the font-spec if necessary.
8173 (Finternal_set_lisp_face_attribute): Likewise.
8174 (set_font_frame_param): Use font_load_for_lface to load a
8175 font-object, and call Fmodify_frame_parameters with it.
8176 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
8177 font name by Ffont_xlfd_name.
8178 (Finternal_lisp_face_attribute_values): Don't check QCweight,
8179 QCslant, and QCwidth.
8180 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
8181 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
8182 Compare fonts by EQ.
8183 (lookup_non_ascii_face): Deleted.
8184 (face_for_font): The 2nd argument changed.
8185 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
8186 Check atomic font properties by case insensitive.
8187 (realize_non_ascii_face): Set face->overstrike correctly.
8188 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
8189 (dump_realized_face): Get font name from
8190 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
8191
8192 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
8193 conditionals. Don't check enable_font_backend. Delete all codes
8194 used only when USE_FONT_BACKEND is not defined.
8195 (xic_create_xfontset): Original code deleted and renamed from
8196 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
8197 (x_make_gc): Don't set GCFont in GCs.
8198 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
8199 opened by "fixed".
8200 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
8201 find_ccl_program_func, query_font_func, set_frame_fontset_func,
8202 get_font_repertory_func.
8203
8204 * xfont.c: Include <stdlib.h> and "ccl.h".
8205 (struct xfont_info): New structure.
8206 (xfont_query_font): Deleted.
8207 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
8208 moved from xterm.c.
8209 (xfont_driver): Adjusted for the change of struct font_driver.
8210 (compare_font_names): New function.
8211 (xfont_list_pattern): Sort font names case insensitively. Make
8212 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
8213 (xfont_list): Return a list, not vector.
8214 (xfont_match): If the font doesn't have QCname property, generate
8215 a name from the other font properties.
8216 (xfont_open): Return a font-object. Adjusted for the change of
8217 struct font. Get underline_thickness and underline_position from
8218 font property. Don't update dpyinfo->smallest_font_height and
8219 dpyinfo->smallest_char_width.
8220 (xfont_close): Don't free struct font.
8221 (xfont_prepare_face): Adjusted for the change of struct font.
8222 (xfont_done_face): Deleted.
8223 (xfont_has_char): Adjusted for the change of struct font.
8224 (xfont_encode_char, xfont_draw): Likewise.
8225 (xfont_check): New function.
8226
8227 * xftfont.c (xftfont_list): Adjusted for the change of `list'
8228 callback function.
8229 (xftfont_match): Adjusted for the format change of font-entity.
8230 (xftfont_open): Adjusted for the format change of font-entity and
8231 font-object. Adjusted for the change of struct font. Return a
8232 font-object. Don't update dpyinfo->smallest_font_height and
8233 dpyinfo->smallest_char_width.
8234 (xftfont_close): Block input while calling XftFontClose.
8235 (xftfont_prepare_face): Don't block input while calling
8236 xftfont_get_colors. Adjusted for the change of struct font.
8237 (xftfont_shape): Return value of error case fixed.
8238
8239 * xrdb.c (x_load_resources): Don't setup a fontset resource.
8240
8241 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
8242 conditionals.
8243 (FONT_WIDTH): Return (f)->max_width.
8244 (struct x_display_info): Delete member `font'.
8245 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
8246 (x_find_ccl_program, x_get_font_repertory): Delete externs.
8247 (struct x_output): Change type of `font' to `struct font *'.
8248
8249 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
8250 conditionals. Don't check enable_font_backend. Delete all codes
8251 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
8252 (x_per_char_metric, x_encode_char): Deleted.
8253 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
8254 (x_compute_glyph_string_overhangs): Adjusted for the change of
8255 `struct face'.
8256 (x_draw_glyph_string_foreground)
8257 (x_draw_composite_glyph_string_foreground): Likewise.
8258 (x_draw_glyph_string): Likewise. Use font->underline_position and
8259 font->underline_thickness.
8260 (x_new_font): Renamed from x_new_fontset2.
8261 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
8262 (x_check_font): Call `check' method of a font driver.
8263 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
8264 (x_query_font, x_get_font_repertory): Deleted.
8265 (x_find_ccl_program): Renamed and moved to xfont.c.
8266 (x_redisplay_interface): Adjusted for the change of `struct
8267 redisplay_interface'.
8268
8269 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
8270 conditionals. Don't check enable_font_backend. Delete all codes
8271 used only when USE_FONT_BACKEND is not defined. Surround non-used
8272 code by "#ifdef OLD_FONT" and "endif".
8273 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
8274
8275 * w32font.h (struct w32font_info): New member.
8276 (FONT_COMPAT): New macro.
8277 (w32font_open_internal): Prototype adjusted.
8278
8279 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
8280 OLD_FONT" and "endif".
8281
8282 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
8283 conditionals. Don't check enable_font_backend. Delete all codes
8284 used only when USE_FONT_BACKEND is not defined.
8285 (w32font_open): Return a font-object. Make a font-object by
8286 font_make_object. Adjusted for the change of struct w32font_info.
8287 (w32font_close): Don't free struct font. Adjusted for the change
8288 of struct w32font_info.
8289 (w32font_encode_char, w32font_text_extents, w32font_draw):
8290 Adjusted for the change of struct w32font_info.
8291 (w32font_draw): Likewise.
8292 (w32font_list_internal): Return a list, not vector.
8293 (w32font_open_internal): Change the 4th arg to font-object.
8294 Adjusted for the change of struct w32font_info and font-object format.
8295 (add_font_name_to_list): Don't downcase names.
8296 (w32_enumfont_pattern_entity): Make a font-entity by
8297 font_make_entity. Adjusted for the format change of font-entity.
8298 Use FONT_SET_STYLE to set a style-related font property. If a
8299 font is scalable, set avgwidth property to 0. Set font-entity
8300 property by font_put_extra.
8301 (font_matches_spec): Adjusted for the format change of font-entity.
8302 (w32_weight_table, w32_decode_weight): New variables.
8303 (w32_encode_weight): New function.
8304 (fill_in_logfont): Adjusted for the format change of font-spec.
8305 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
8306 weight value.
8307 (w32font_driver): Adjusted for the change of struct font_driver.
8308
8309 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
8310 conditionals. Don't check enable_font_backend. Surround non-used
8311 code by "#ifdef OLD_FONT" and "endif".
8312 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
8313 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
8314
8315 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
8316 conditionals. Don't check enable_font_backend. Delete all codes
8317 used only when USE_FONT_BACKEND is not defined. Surround non-used
8318 code by "#ifdef OLD_FONT" and "endif".
8319
8320 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
8321 (uniscribe_open): Return value changed to font-object.
8322 Adjusted for the format change of font-object.
8323 (uniscribe_otf_capability): Adjusted for the change of struct font.
8324 (add_opentype_font_name_to_list): Don't downcase names.
8325 (uniscribe_font_driver): Adjusted for the change of struct
8326 font_driver.
8327
83282008-05-13 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * dispnew.c (update_frame_1): Check if tty output is still valid
8331 before flushing it.
8332
83332008-05-13 Jan Djärv <jan.h.d@swipnet.se>
8334
8335 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
8336 to Gtk+ menus.
8337
83382008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * dired.c (file_name_completion): Tweak the code so as to always do it
8341 in a single pass. Tighten the scope of some variables.
8342
8343 * dired.c (Qdefault_directory): New var.
8344 (file_name_completion): Use it instead of Fexpand_file_name.
8345 (syms_of_dired): Initialize it.
8346
83472008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * fileio.c (double_dollars): Remove dead code.
8350
83512008-05-10 Eli Zaretskii <eliz@gnu.org>
8352
8353 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
8354 Mention w32-get-true-file-attributes in doc string.
8355
8356 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8357
83582008-05-09 Glenn Morris <rgm@gnu.org>
8359
8360 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
8361 2008-04-23.
8362
83632008-05-09 Eli Zaretskii <eliz@gnu.org>
8364
8365 Support for reporting owner and group of each file on MS-Windows:
8366 * dired.c (stat_uname, stat_gname): New functions, with special
8367 implementation for w32.
8368 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
8369
8370 * w32.c: Rename the_passwd_* to dflt_passwd_*.
8371 (dflt_group_name): New static variable.
8372 (dflt_group): Rename from the_group.
8373 (init_user_info): Init dflt_group fields. Get user's group name
8374 from LookupAccountSid.
8375 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
8376 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
8377 New initialization states.
8378 (globals_of_w32): Initialize them to zero. Initialize the default
8379 group name to "None".
8380 (GetFileSecurity_Name): New global var, the name of the function
8381 to call for GetFileSecurity.
8382 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
8383 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
8384 (get_file_security, get_security_descriptor_owner)
8385 (get_security_descriptor_group, is_valid_sid)
8386 (get_file_security_desc, get_rid, get_name_and_id)
8387 (get_file_owner_and_group): New functions.
8388 (stat): Use get_file_security_desc and get_file_owner_and_group to
8389 report the owner and primary group of each file. Don't ignore the
8390 high 32 bits of file's size, now that st_size is 64-bit wide.
8391 Fix test when to get true file attributes.
8392 (init_user_info): Use get_rid instead of equivalent inline code.
8393 (fstat): Don't ignore the high 32 bits of file's size.
8394
83952008-05-09 Chong Yidong <cyd@stupidchicken.com>
8396
8397 * image.c (png_load): Use correct bit-depth for setting background
8398 color.
8399
84002008-05-08 Eli Zaretskii <eliz@gnu.org>
8401
8402 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
8403 epa-hook.elc.
8404
84052008-05-08 Juanma Barranquero <lekktu@gmail.com>
8406
8407 * font.c (Ffont_match_p): Don't use `iff' in docstring.
8408
84092008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8410
8411 * macfns.c (Fx_create_frame): Make a copy of frame parameters
8412 because the original parameters are in pure storage now.
8413 (mac_window): Remove unused params. Update callers.
8414
84152008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * lread.c (substitute_object_recurse): Use lower-level primitives.
8418 Don't signal errors when traversing sub-char-tables.
8419 Don't loop over all the possible characters when traversing char-tables.
8420
8421 * print.c (print_preprocess): Add sub-char-tables to the print-table,
8422 just like we do in print.c.
8423
84242008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * minibuf.c (Ftry_completion): Remove code left over from when we used
8427 scmp instead of Fcompare_strings.
8428
84292008-05-04 Juanma Barranquero <lekktu@gmail.com>
8430
8431 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
8432
84332008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8434
8435 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
8436 Create bitmap context in native byte order.
8437
8438 * macterm.c (XDrawLine)
8439 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
8440 context in native byte order.
8441
84422008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8443
8444 * config.in: Regenerate.
8445
8446 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
8447 New definitions for Image I/O support.
8448 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
8449 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
8450 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
8451 (mac_data_provider_release_data, image_load_image_io)
8452 [USE_MAC_IMAGE_IO]: New functions.
8453 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
8454 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
8455 (init_image_func_pointer) [MAC_OSX]: Remove function.
8456 (image_load_quartz2d) [MAC_OSX]: Check availability of
8457 CGImageCreateWithPNGDataProvider at compile time.
8458 Use lowercase `false' for boolean constant.
8459 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
8460 Use image_load_image_io.
8461 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
8462 Don't check MyCGImageCreateWithPNGDataProvider.
8463 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
8464 Don't call init_image_func_pointer.
8465
8466 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
8467
8468 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
8469 Make variable non-static.
8470 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
8471 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
8472
8473 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
8474 (RED_FROM_ULONG): Mask off higher bits.
8475 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
8476
8477 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
8478 Include AvailabilityMacros.h.
8479 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
8480 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
8481
84822008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * chartab.c (Fset_char_table_range): If range is t, really set all
8485 chars to that value.
8486
84872008-05-03 Eli Zaretskii <eliz@gnu.org>
8488
8489 * dired.c (Ffile_attributes): Don't allow the device number become
8490 negative.
8491
84922008-05-02 Daiki Ueno <ueno@unixuser.org>
8493
8494 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
8495
84962008-05-02 Juri Linkov <juri@jurta.org>
8497
8498 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
8499 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
8500 DEFAULT argument as a list of default values in docstrings.
8501
85022008-05-01 Chong Yidong <cyd@stupidchicken.com>
8503
8504 * puresize.h (BASE_PURESIZE): Increase to 1210000.
8505
85062008-05-01 Martin Rudalics <rudalics@gmx.at>
8507
8508 * dispnew.c (change_frame_size_1): Preserve small windows when
8509 shrinking frames by calling set_window_height|width with third
8510 arg 2.
8511
8512 * window.h (struct window): Replace field too_small_ok by field
8513 resize_proportionally.
8514
8515 * window.c (make_window): Initialize resize_proportionally.
8516 (enlarge_window): Temporarily set resize_proportionally to make
8517 sure that shrink_windows does scale the window proportionally.
8518 (shrink_windows): When window has resize_proportionally set try
8519 to shrink it proportionally by stealing from other windows.
8520 (struct saved_window, Fset_window_configuration)
8521 (compare_window_configurations): Handle resize_proportionally.
8522 (WINDOW_TOTAL_SIZE): New macro.
8523 (window_min_size, shrink_windows, size_window): Use it.
8524 (check_min_window_sizes): Remove. Invalid values of
8525 window-min-height|width are handled by window_min_size_2 now.
8526 (size_window, Fsplit_window, enlarge_window)
8527 (adjust_window_trailing_edge, grow_mini_window): Don't call
8528 check_min_window_sizes.
8529 (window_min_size_2, window_min_size_1, window_min_size):
8530 New argument safe_p for retrieving "safe" minimum sizes.
8531 (Fdisplay_buffer, Fsplit_window, enlarge_window)
8532 (adjust_window_trailing_edge, grow_mini_window):
8533 Adjust arguments of window_min_size... functions.
8534 (shrink_windows): Argument min_size removed. New argument
8535 safe_p allows shrinking windows to their safe minimum sizes.
8536 Calculate minimum size and decide whether a window shall be
8537 deleted for each window individually.
8538 (size_window): When nodelete_p equals 2, tell shrink_windows to
8539 delete windows only if their new minimum size is no more safe.
8540 (shrink_window_lowest_first): Call window_min_size_1 to make
8541 sure to preserve modeline of bottom-most window when resizing
8542 the minibuffer.
8543 (Fset_window_configuration, Fcurrent_window_configuration)
8544 (compare_window_configurations): Do not handle
8545 window-min-height|width any more.
8546 (syms_of_window): Clarify window-min-height|width doc-strings.
8547
85482008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * dired.c (file_name_completion): Fix up the encoding/decoding issue
8551 some more. Copy some of the code from Ftry_completions.
8552 Remove special case code that dates back to initial revision when the
8553 slash was only added when necessary and that can't trigger nowadays.
8554
85552008-04-27 Kenichi Handa <handa@m17n.org>
8556
8557 * font.c (font_prop_validate): Signal `error' instead of `font'.
8558
85592008-04-29 Jason Rumney <jasonr@gnu.org>
8560
8561 * w32fns.c (Fw32_battery_status): New defun.
8562 (syms_of_w32fns): Defsubr it.
8563
85642008-04-28 Andreas Schwab <schwab@suse.de>
8565
8566 * dired.c (file_name_completion): Fix another mixing of encoded
8567 and decoded names.
8568
85692008-04-28 Juanma Barranquero <lekktu@gmail.com>
8570
8571 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
8572
85732008-04-27 Juanma Barranquero <lekktu@gmail.com>
8574
8575 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
8576
85772008-04-27 Andreas Schwab <schwab@suse.de>
8578
8579 * dired.c (file_name_completion): Fix inappropriate mixing of
8580 encoded and decoded names.
8581
8582 * xterm.c (XTread_socket): Fix use of uninitialized variable.
8583
8584 * puresize.h (BASE_PURESIZE): Increase to 1200000.
8585
85862008-04-26 Eli Zaretskii <eliz@gnu.org>
8587
8588 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
8589 2008-03-31, it's not needed anymore with `struct stat' definition
8590 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
8591 for the same reasons.
8592
85932008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
8594
8595 * m/sparc.h: Additional redefinitions for GNU/Linux.
8596
85972008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8598
8599 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
8600 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
8601 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
8602 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
8603 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
8604 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
8605 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
8606 Likewise.
8607
8608 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
8609 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
8610 (mac_ax_number_of_characters): Add externs.
8611 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
8612 [USE_MAC_TSM]: Likewise.
8613 (mac_handle_text_input_event) [MAC_OSX]:
8614 Handle kEventTextInputOffsetToPos for no active input area case.
8615 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
8616 (mac_handle_document_access_event)
8617 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
8618 (install_application_handler) [MAC_OSX]: Register handlers for
8619 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
8620 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
8621 Register mac_handle_document_access_event.
8622
8623 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
8624 Make functions non-static.
8625
86262008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
8629 (read_file_name_completion_ignore_case, insert_default_directory)
8630 (Qdefault_directory): Move to minibuffer.el.
8631 (Fread_file_name): Call the new `read-file-name' instead.
8632
86332008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8634
8635 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
8636 Make function non-static.
8637 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
8638 Remove function.
8639 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
8640 Move to mactoolbox.c.
8641 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
8642
8643 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
8644 (mac_rect_make): New macro.
8645
8646 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
8647 instead of float.
8648 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
8649 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
8650 (XSetBackground) [USE_CG_DRAWING]: Likewise.
8651 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
8652 CGRectMake.
8653 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
8654 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
8655 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
8656 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
8657 instead of WindowRef in argument type.
8658 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
8659 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
8660 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
8661 instead of DISPLAY. All uses changed.
8662 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
8663 (x_calc_absolute_position): Simplify so as not to use
8664 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
8665
8666 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
8667 instead of WindowRef in argument type.
8668 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
8669 [TARGET_API_MAC_CARBON]: Remove externs.
8670 (create_apple_event, mac_event_parameters_to_lisp)
8671 [TARGET_API_MAC_CARBON]: Add externs.
8672
8673 * mactoolbox.c (Vmac_ts_script_language_on_focus)
8674 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
8675 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
8676 is clicked.
8677 (x_activate_menubar): Remove extern for saved_menu_event_location.
8678 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
8679 Move from mac.c.
8680
86812008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8682
8683 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
8684 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
8685
86862008-04-23 Jason Rumney <jasonr@gnu.org>
8687
8688 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
8689 attributes only for local files.
8690
8691 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
8692 default to Qlocal.
8693
86942008-04-22 Juri Linkov <juri@jurta.org>
8695
8696 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
8697 read-buffer-to-switch instead of using the letter "B".
8698
86992008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8700
8701 * fileio.c (Qdefault_directory): New variable.
8702 (Fread_file_name): Use it to pass `dir' to the completion functions.
8703
87042008-04-20 Chong Yidong <cyd@stupidchicken.com>
8705
8706 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
8707
87082008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * keyboard.c (Vpre_help_message): Remove.
8711 (show_help_echo): Remove default C code.
8712
8713 * dired.c (directory_files_internal, file_name_completion):
8714 Only call ENCODE_FILE if the string is indeed decoded.
8715
87162008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * Makefile.in (TOOLKIT_DEFINES): Remove.
8719 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
8720
87212008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8722
8723 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
8724 (mactoolbox.o): New target.
8725
8726 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
8727 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
8728
8729 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
8730 Use mac_set_frame_window_background instead of XSetWindowBackground.
8731 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
8732 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
8733 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
8734 instead of SetWindowTitleWithCFString.
8735 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
8736 Move function to mactoolbox.c.
8737 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
8738 Use mac_set_window_modified instead of SetWindowModified.
8739 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
8740 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
8741 (Fx_focus_frame): Use mac_front_non_floating_window instead of
8742 FrontNonFloatingWindow. Use mac_activate_window instead of
8743 ActivateWindow. Use mac_active_non_floating_window instead of
8744 ActiveNonFloatingWindow.
8745 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
8746 Use mac_show_hourglass and mac_hide_hourglass.
8747 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
8748 instead of GetGlobalMouse.
8749 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
8750 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
8751 Use mac_bring_window_to_front instead of BringToFront.
8752 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
8753 mactoolbox.c.
8754 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
8755 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
8756 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
8757 mactoolbox.c.
8758
8759 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
8760 (XtPointer): Move typedef from macmenu.c.
8761 (enum button_type): Move enum from macmenu.c.
8762 (widget_value): Move typedef from macmenu.c.
8763 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
8764 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
8765 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
8766 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
8767 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
8768 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
8769 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
8770 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
8771 (Selection): Move typedef from macselect.c.
8772 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
8773 macterm.c.
8774 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
8775 (mac_is_window_collapsed, mac_bring_window_to_front)
8776 (mac_send_window_behind, mac_hide_window, mac_show_window)
8777 (mac_collapse_window, mac_front_non_floating_window)
8778 (mac_active_non_floating_window, mac_activate_window)
8779 (mac_move_window_structure, mac_move_window, mac_size_window)
8780 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
8781
8782 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
8783 (enum mac_menu_kind): Move enum to mactoolbox.c.
8784 (min_menu_id): Move variable to mactoolbox.c.
8785 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
8786 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
8787 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
8788 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
8789 [TARGET_API_MAC_CARBON]: Likewise.
8790 (XtPointer): Move typedef to macgui.h.
8791 (enum button_type): Move enum to macgui.h.
8792 (widget_value): Move typedef to macgui.h.
8793 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
8794 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
8795 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
8796 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
8797 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
8798 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
8799 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
8800 (popup_activated_flag): Make variable non-static.
8801 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
8802 (add_menu_item, fill_menu, dispose_menus):
8803 Move functions to mactoolbox.c.
8804 (restore_show_help_function, menu_target_item_handler)
8805 (install_menu_target_item_handler, mac_handle_dialog_event)
8806 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
8807 [TARGET_API_MAC_CARBON]: Likewise.
8808 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
8809 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
8810 (find_and_call_menu_selection, name_is_separator): Make function
8811 non-static.
8812 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
8813 to mactoolbox.c.
8814 (set_frame_menubar): Don't call install_menu_quit_handler.
8815 (menu_item_selection): New variable.
8816 (mac_menu_show): Use create_and_show_popup_menu.
8817 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
8818 selection but set variable menu_item_selection. All uses changed.
8819 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
8820 Call install_menu_quit_handler. Move to mactoolbox.c.
8821
8822 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
8823 (Selection): Move typedef to macgui.h.
8824 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
8825 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
8826 Make variables non-static.
8827 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
8828 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
8829 Make functions non-static.
8830 (Vmac_service_selection) [MAC_OSX]: Likewise.
8831 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
8832 (mac_valid_selection_target_p, mac_clear_selection)
8833 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
8834 (mac_put_selection_value, mac_selection_has_target_p)
8835 (mac_get_selection_value, mac_get_selection_target_list)
8836 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
8837 Move functions to mactoolbox.c.
8838 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
8839 Likewise.
8840 (copy_scrap_flavor_data, mac_handle_service_event)
8841 (install_service_handler) [MAC_OSX]: Likewise.
8842 (syms_of_macselect) <Vmac_dnd_known_types>:
8843 Use mac_dnd_default_known_types.
8844
8845 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
8846 Move to mactoolbox.c.
8847 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
8848 (Fx_selection_owner_p): Add EXFUN.
8849 (install_window_handler, remove_window_handler, XSetWindowBackground):
8850 Remove externs.
8851 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
8852 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
8853 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
8854 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
8855 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
8856 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
8857 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
8858 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
8859 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
8860 (create_and_show_popup_menu, mac_get_selection_from_symbol)
8861 (mac_valid_selection_target_p, mac_clear_selection)
8862 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
8863 (mac_put_selection_value, mac_selection_has_target_p)
8864 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
8865 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
8866 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
8867 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
8868 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
8869 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
8870 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
8871 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
8872 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
8873
8874 * mactoolbox.c: New file.
8875
88762008-04-18 Jason Rumney <jasonr@gnu.org>
8877
8878 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
8879
88802008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * character.c (Fmultibyte_char_to_unibyte):
8883 Return latin1 chars unchanged.
8884
8885 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
8886 relocated if it points to `name'.
8887
88882008-04-17 Kenichi Handa <handa@m17n.org>
8889
8890 * data.c (Faset): Allow setting a multibyte character in an
8891 ASCII-only unibyte string.
8892
8893 * lisp.h (STRING_SET_MULTIBYTE): New macro.
8894
88952008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
8898 done in config.h.
8899
89002008-04-16 Juanma Barranquero <lekktu@gmail.com>
8901
8902 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
8903 (Fchar_direction): Add usage in the docstring.
8904
89052008-04-15 Chong Yidong <cyd@stupidchicken.com>
8906
8907 * keyboard.c (read_key_sequence): Remove always-true checks.
8908
89092008-04-14 Jason Rumney <jasonr@gnu.org>
8910
8911 * w32font.c (w32font_open_internal): Set max_bounds.descent in
8912 compatibility struct, for better underline positioning.
8913
89142008-04-13 David Hansen <david.hansen@gmx.net>
8915
8916 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
8917 string.
8918
89192008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8920
8921 * m/hp800.h (XUINT, XSET): Remove.
8922
89232008-04-12 Juanma Barranquero <lekktu@gmail.com>
8924
8925 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
8926 previous change.
8927
89282008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
8931 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
8932
89332008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * keymap.h (map_keymap_canonical): Declare.
8936 * xmenu.c (single_keymap_panes): Use it.
8937
89382008-04-11 Glenn Morris <rgm@gnu.org>
8939
8940 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
8941 set the target's value to that of the alias.
8942
89432008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * term.c (set_tty_color_mode): Left over typo.
8946
89472008-04-10 Michael Albinus <michael.albinus@gmx.de>
8948
8949 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
8950 only after check for file name handler functions. Signal, when
8951 native functionality is not supported.
8952 (syms_of_fileio): Declare it unconditionally.
8953
89542008-04-10 Jason Rumney <jasonr@gnu.org>
8955
8956 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
8957 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
8958
8959 * w32.c (logon_network_drive): Also logon to remote drives that
8960 are mapped to drive letters.
8961
89622008-04-10 Glenn Morris <rgm@gnu.org>
8963
8964 * xdisp.c (truncate-partial-width-windows): Doc fix.
8965
89662008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
8969 Move functions to minibuffer.el.
8970 (syms_of_fileio): Don't declare them.
8971
89722008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
8975 (syms_of_minibuf): Remove its initialization.
8976
8977 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
8978
89792008-04-09 Juanma Barranquero <lekktu@gmail.com>
8980
8981 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
8982
89832008-04-09 Jason Rumney <jasonr@gnu.org>
8984
8985 * makefile.w32-in (distclean): Delete makefile too.
8986 (maintainer-clean): New target.
8987
8988 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
8989
8990 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
8991 for new font backend and composite cases.
8992
89932008-04-09 Jan Djärv <jan.h.d@swipnet.se>
8994
8995 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
8996 Most of the code moved to run_timers.
8997 (do_pending_atimers): Call run_timers.
8998 (run_timers): New function.
8999
9000 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
9001 run atimers.
9002
9003 * process.c (wait_reading_process_output): The same as above.
9004
90052008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * minibuf.c (last_exact_completion): Remove variable.
9008 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
9009 (complete_and_exit_1, complete_and_exit_2)
9010 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
9011 (Fdisplay_completion_list, display_completion_list_1)
9012 (Fminibuffer_completion_help, Fself_insert_and_exit)
9013 (Fexit_minibuffer, Fminibuffer_message): Move functions to
9014 minibuffer.el.
9015 (syms_of_minibuf): Remove corresponding initializations.
9016
9017 * keyboard.c (Qdeactivate_mark): New var.
9018 (command_loop_1): Use it to call `deactivate-mark'.
9019 (syms_of_keyboard): Initialize it.
9020
9021 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
9022 to another frame.
9023 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
9024 Don't call set_tty_color_mode.
9025 (store_frame_param): Reset previous_frame rather than call
9026 set_tty_color_mode.
9027 * term.c (set_tty_color_mode): Rewrite.
9028 * dispextern.h (set_tty_color_mode): New type.
9029 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
9030
90312008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
9034 for generic chars, which do not exist any more in emacs-unicode.
9035
90362008-04-08 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * coding.c (detect_coding_emacs_mule)
9039 (Ffind_operation_coding_system): Fix typo.
9040
90412008-04-08 Jason Rumney <jasonr@gnu.org>
9042
9043 * w32uniscribe.c (SNAME): Extract only symbol name.
9044
9045 * w32font.h (struct w32_metric_cache): New struct.
9046 (w32font_info): Use it.
9047 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
9048 (CACHE_BLOCKSIZE): New constants.
9049
9050 * w32font.c (Qja, Qko, Qzh): New symbols.
9051 (syms_of_w32font): Initialise them.
9052 (font_matches_spec): Use them to filter by language.
9053 (recompute_cached_metrics): Remove function.
9054 (compute_metrics, clear_cached_metrics): New functions.
9055 (w32font_encode_char): Use them to manage metric cache.
9056 (w32font_text_extents): Cache metrics for all glyphs on demand.
9057 Delay converting glyph indices to WORD until needed.
9058 (w32font_open_internal): Initialize metric cache to empty.
9059 (registry_to_w32_charset): Charset should always be a symbol.
9060 (fill_in_logfont, list_all_matching_fonts): Family should
9061 always be a symbol.
9062
90632008-04-06 Jason Rumney <jasonr@gnu.org>
9064
9065 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
9066 Give up if glyph indices not supported. Use uniscribe obtained
9067 ABC widths for individual metrics. Map glyph clusters back to
9068 characters using fClusterStart flag. Return number of glyphs
9069 produced, not chars processed.
9070 (uniscribe_shape): Map char at FROM to current glyph.
9071
90722008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9073
9074 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
9075 Use SetMenuItemHierarchicalMenu.
9076
90772008-04-05 Jason Rumney <jasonr@gnu.org>
9078
9079 * image.c (pbm_load): Allow color values up to 65535.
9080 Throw an error if max_color_idx is outside the supported range.
9081 Report an error when image size is invalid.
9082 Read two bytes at a time when raw images have max_color_idx above 255.
9083
90842008-04-05 Eli Zaretskii <eliz@gnu.org>
9085
9086 * w32.c (readdir): If FindFirstFile/FindNextFile return in
9087 cFileName a file name that includes `?' characters, use the 8+3
9088 alias in cAlternateFileName instead.
9089
90902008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
9091
9092 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
9093 append "CCL: Quitted" when the CCL program is quitted.
9094 (setup_ccl_program): Initialize ccl->quit_silently to zero.
9095
9096 * ccl.h (struct ccl_program): New member quit_silently.
9097
90982008-04-05 Chong Yidong <cyd@stupidchicken.com>
9099
9100 * search.c (compile_pattern_1): Treat non-nil and non-string of
9101 search-spaces-regexp as nil.
9102
9103 * minibuf.c (Fassoc_string): Tweak docstring.
9104
91052008-04-05 Eli Zaretskii <eliz@gnu.org>
9106
9107 * dired.c (Ffile_attributes): Support inode numbers wider than 32
9108 bits. Remove ugly WINDOWSNT-specific kludge introduced on
9109 2008-03-14 to force inode be positive.
9110
9111 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
9112 _S_* ones, since we now use our own sys/stat.h.
9113 (stat, fstat): Don't mangle the inode number.
9114 (init_user_info): Don't restrict UID and GID to 0-60000 range.
9115
91162008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * frame.h (struct frame): Give one more bit to `visible' since we use
9119 values larger than 1 to indicate obscured frames on ttys.
9120
9121 * keymap.c (Qkeymap_canonicalize): New var.
9122 (Fmap_keymap_internal): New fun.
9123 (describe_map): Use keymap-canonicalize.
9124
9125 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
9126 (Fundo_boundary): Set them.
9127 (syms_of_undo): Initialize them.
9128 (record_point): Use them instead of last_point_position*.
9129 (last_undo_buffer): Change type.
9130
91312008-04-04 Jason Rumney <jasonr@gnu.org>
9132
9133 * w32font.c (w32font_text_extents): Use font's ascent and descent.
9134 (recompute_cached_metrics): Don't set ascent and descent per char.
9135
9136 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
9137 (uniscribe_check_otf): Add GC protection before consing.
9138 Rearrange loop for counting features.
9139
91402008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
9143 buffer with byte-size of source buffer.
9144
91452008-04-03 Chong Yidong <cyd@stupidchicken.com>
9146
9147 * callint.c (Fcall_interactively): Handle temporary region even
9148 when shift-select-mode is off.
9149
91502008-04-03 Jason Rumney <jasonr@gnu.org>
9151
9152 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
9153
91542008-04-03 Kenichi Handa <handa@m17n.org>
9155
9156 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
9157 (CATEGORY_MASK_UTF_16): Likewise.
9158 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
9159 binary file.
9160 (detect_coding): Add null-byte detection for a binary file.
9161 (detect_coding_system): Likewise.
9162
91632008-04-03 Jason Rumney <jasonr@gnu.org>
9164
9165 * w32uniscribe.c: New file.
9166
9167 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
9168
9169 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
9170
9171 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
9172 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
9173 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
9174 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
9175 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
9176 (Qphonetic): New symbols.
9177 (syms_of_w32font): Initialize them.
9178 (font_supported_scripts): Use them.
9179 (w32font_list_family): List all charsets.
9180 (w32font_text_extents, recompute_cached_metrics): Fix metric
9181 calculations.
9182 (w32_enumfont_pattern_entity): Make full_type a DWORD.
9183 Give opentype fonts their own format.
9184 (font_matches_spec): New arguments backend and logfont.
9185 Handle :otf spec for uniscribe backend.
9186 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
9187 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
9188
9189 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
9190 font backend.
9191 (globals_of_w32fns): Initialize uniscribe font backend.
9192
9193 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
9194 dependencies.
9195 (w32uniscribe.$(O)): New file to build.
9196 (FONT_OBJ): Include w32uniscribe.$(O).
9197 (LIBS): Add uniscribe libraries.
9198
9199 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
9200
92012008-04-02 Chong Yidong <cyd@stupidchicken.com>
9202
9203 * callint.c (Vshift_select_mode): New var.
9204 (Finteractive): Document new ^ spec.
9205 (Fcall_interactively): Call handle-shift-selection if the ^ spec
9206 is present.
9207
9208 * keyboard.c (Vthis_command_keys_shift_translated): New var.
9209 (command_loop_1): Avoid running the direct display versions of
9210 forward-char and backward-char if shift-selection may occur.
9211 (read_key_sequence): Set Vthis_command_keys_shift_translated if
9212 shift-translation takes place.
9213
9214 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
9215 avoid clobbering by define-minor-mode.
9216
9217 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
9218 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
9219
9220 * syntax.c (Fforward_word): Add ^ interactive spec.
9221
9222 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
9223 (Fscroll_right): Add ^ interactive spec.
9224
92252008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
9228
9229 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
9230
9231 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
9232
92332008-03-31 Juri Linkov <juri@jurta.org>
9234
9235 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
9236
92372008-03-30 Jan Djärv <jan.h.d@swipnet.se>
9238
9239 * gtkutil.c (xg_set_geometry): Fix indentation.
9240 (xg_resize_outer_widget): Remove.
9241 (x_wm_size_hint_off): Fix indentation.
9242 (xg_frame_set_char_size): Call flush_and_sync after
9243 gtk_window_resize.
9244 (x_wm_set_size_hint): Pass NULL as geometry window to
9245 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
9246 Add menu bar and tool bar height to base height.
9247 (xg_update_frame_menubar, free_frame_menubar)
9248 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
9249 (update_frame_tool_bar, free_frame_tool_bar):
9250 Change xg_resize_outer_widget to xg_frame_set_char_size.
9251
92522008-03-30 Michael Albinus <michael.albinus@gmx.de>
9253
9254 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
9255 (Fdbus_call_method): New parameter TIMEOUT.
9256 (dbus-send-signal): Optimize UNGCPRO call.
9257
92582008-03-29 Juri Linkov <juri@jurta.org>
9259
9260 * window.c (Fdisplay_buffer): Move call to
9261 Vsplit_window_preferred_function out of conditions that check
9262 if window is eligible for vertical splitting.
9263 When Vsplit_window_preferred_function is non-nil, call it and use
9264 its non-nil return value as window. Otherwise, continue doing
9265 vertical splitting using Fsplit_window with arg horflag=nil.
9266 (syms_of_window) <Vsplit_window_preferred_function>: Change the
9267 default value from `split-window' to nil.
9268
92692008-03-29 Juri Linkov <juri@jurta.org>
9270
9271 * callint.c (Fcall_interactively): Revert 2008-03-16 change
9272 for interactive code letters 'b' and 'B'.
9273
92742008-03-29 Eli Zaretskii <eliz@gnu.org>
9275
9276 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
9277 multibyte string.
9278
92792008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * keyboard.c (pending_funcalls): New var.
9282 (timer_check): Run it.
9283 (syms_of_keyboard): Initialize it.
9284 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
9285 (Vdelete_terminal_functions): New vars.
9286 (syms_of_terminal): Initialize them.
9287 (Fdelete_terminal): Run delete-terminal-functions.
9288 * xdisp.c (safe_eval): Rewrite.
9289 (safe_call2): New fun.
9290 * frame.c (Qdelete_frame_functions): New var.
9291 (syms_of_frame): Initialize it.
9292 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
9293 * lisp.h (safe_call2, pending_funcalls): Declare.
9294
92952008-03-28 Andreas Schwab <schwab@suse.de>
9296
9297 * indent.c (Fmove_to_column): Move declaration before statements.
9298
92992008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
9302 (struct frame): Use bit fields for boolean vars.
9303
9304 * process.c (server_accept_connection): Simplify naming.
9305 (emacs_get_tty_pgrp): Use SDATA.
9306
9307 * coding.c (decode_coding_object): Fix last change.
9308
93092008-03-27 Jason Rumney <jasonr@gnu.org>
9310
9311 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
9312
93132008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
9314
9315 * charset.c (Fdefine_charset_internal): Change the way of
9316 registering charsets in Vcharset_order_list.
9317 (syms_of_charset): Make the charset `eight-bit' supplementary.
9318
93192008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
9320
9321 * regex.c (EXTEND_BUFFER): Change order of pointer addition
9322 operations, to avoid having the difference between pointers
9323 overflow.
9324
93252008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * indent.c (check_display_width): New fun.
9328 (scan_for_column): Use it.
9329
9330 * data.c (syms_of_data): Mark most-positive-fixnum and
9331 most-negative-fixnum as constants.
9332
9333 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
9334
9335 * indent.c (scan_for_column): Extract from current_column_1.
9336 Merge with the same code from Fmove_to_column.
9337 (current_column_1, Fmove_to_column): Use it.
9338
93392008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * keymap.c (map_keymap_internal): New fun.
9342 (map_keymap): Use it.
9343 (Fmap_keymap_internal): New fun.
9344 (Fmap_keymap): Remove left-out test from before make_save_value.
9345
9346 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
9347
9348 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
9349 Use XCAR/XCDR.
9350
9351 * process.h (struct Lisp_Process): Remove filter_multibyte.
9352 * process.c (QCfilter_multibyte): Remove.
9353 (setup_process_coding_systems): Don't use filter_multibyte.
9354 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
9355 (read_process_output): Don't adjust multibyteness to filter_multibyte.
9356 (Fset_process_filter_multibyte): Change the coding-system to
9357 approximate the previous behavior.
9358 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
9359 coding-system.
9360
9361 * coding.c (decode_coding_object): When not decoding into a buffer,
9362 obey the coding system's preference of (uni|multi)byte.
9363
93642008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
9367 every char is changed and has a different byte-length.
9368 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
9369 Fix int -> EMACS_INT.
9370
93712008-03-23 David Hansen <david.hansen@gmx.net>
9372
9373 * dbusbind.c (xd_read_message): Remove extra copying of message
9374 strings. Check for NULL `interface' or `member'.
9375
93762008-03-22 Eli Zaretskii <eliz@gnu.org>
9377
9378 * w32.c (readdir): If FindFirstFile/FindNextFile return in
9379 cFileName a file name that includes `?' characters, use the 8+3
9380 alias in cAlternateFileName instead.
9381
93822008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
9385
93862008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9387
9388 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
9389 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
9390 work on current_buffer only instead (that was already the case
9391 for some of the code anyway).
9392 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
9393 (temp_set_point, temp_set_point_both): Use EMACS_INT.
9394 (SET_PT, SET_PT_BOTH): Adjust.
9395 * intervals.h (set_point, temp_set_point, set_point_both)
9396 (temp_set_point_both): Remove redundant declarations.
9397
93982008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * fileio.c (Finsert_file_contents):
9401 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
9402 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
9403 when buffer != current_buffer anyway.
9404
94052008-03-20 Andreas Schwab <schwab@suse.de>
9406
9407 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
9408 as default.
9409
94102008-03-19 Jason Rumney <jasonr@gnu.org>
9411
9412 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
9413 (syms_of_w32fns): Initialize them.
9414 (HOURGLASS_ID): New constant.
9415 (x_window_to_frame): Don't check hourglass_window.
9416 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
9417 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
9418 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
9419 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
9420 Only change the cursor if hourglass is not active.
9421 (Fx_create_frame): Initialize frame's current_cursor.
9422 (hourglass_atimer): Remove.
9423 (hourglass_started): New function.
9424 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
9425 (show_hourglass): Adapt to w32, changing argument to frame.
9426
9427 * w32term.h (struct w32_output): Remove hourglass_window.
9428 Add current_cursor.
9429
9430 * eval.c (call_debugger, Fsignal):
9431 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
9432 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
9433 (Fexecute_extended_command, cancel_hourglass_unwind):
9434 * minibuf.c (read_minibuf):
9435 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
9436
94372008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * window.c (run_funs): New fun.
9440 (run_window_configuration_change_hook): Use it to run the buffer-local
9441 and the global part of the hook.
9442
9443 * xdisp.c (format_mode_line_unwind_data): Add window argument.
9444 (unwind_format_mode_line): Restore selected window.
9445 (x_consider_frame_title, Fformat_mode_line): Set selected window.
9446
94472008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * editfns.c (Fchar_equal): Check they are valid characters.
9450
9451 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
9452
94532008-03-17 Andreas Schwab <schwab@suse.de>
9454
9455 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
9456 against a charset.
9457
9458 * lisp.h (Fbuffer_list): Declare.
9459
94602008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 9461
aac0c6e3
MR
9462 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
9463 handlebox_widget is != 0.
9464
94652008-03-16 Juri Linkov <juri@jurta.org>
9466
9467 * callint.c (Fcall_interactively): For interactive code letters
9468 'b' and 'B' put the buffer list into the list of default "future"
9469 values of the minibuffer.
9470
94712008-03-16 Andreas Schwab <schwab@suse.de>
9472
9473 * keyboard.c (read_key_sequence): Fix downcasing of letters with
9474 modifiers.
9475
9476 * regex.c (re_match_2_internal): Correct matching of a charset
9477 against latin-1 characters.
9478
94792008-03-16 Kenichi Handa <handa@m17n.org>
9480
9481 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
9482 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
9483 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
9484 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
9485 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
9486 CHAR_STRING_ADVANCE.
9487 (produce_chars): Fix for the case that the source and the
9488 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
9489 instead of CHAR_STRING_ADVANCE.
9490 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
9491 STRING_CHAR_ADVANCE.
9492
94932008-03-15 Andreas Schwab <schwab@suse.de>
9494
9495 * regex.c (re_match_2_internal): Correct matching of eight bit
9496 characters in unibyte strings.
9497
94982008-03-15 Martin Rudalics <rudalics@gmx.at>
9499
9500 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
9501 at end of range when it coincides with the end of the buffer.
9502
95032008-03-14 Eli Zaretskii <eliz@gnu.org>
9504
9505 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
9506
9507 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
9508
95092008-03-14 Jason Rumney <jasonr@gnu.org>
9510
9511 * editfns.c (initial_tz): New variable.
9512 (syms_of_editfns): Initialize it.
9513 (Fset_time_zone_rule): Set it when first called.
9514 Use it when TZSTRING is nil.
9515
9516 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
9517 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
9518 (monitor_from_point_fn, get_monitor_info_fn): New globals.
9519 (globals_of_w32fns): Initialize them.
9520 (compute_tip_xy): Use them to position tooltips.
9521
95222008-03-14 Glenn Morris <rgm@gnu.org>
9523
9524 * emacs.c (main): Revert previous change.
9525 (standard_args): Revert -internal-script back to -scriptload,
9526 and remove the long-option form.
9527
95282008-03-13 Glenn Morris <rgm@gnu.org>
9529
9530 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
9531 Remove option -enable-font-backend.
9532
95332008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
9536
95372008-03-11 Jan Djärv <jan.h.d@swipnet.se>
9538
9539 * xterm.c (x_connection_closed): For GTK: If this is the last
9540 terminal just exit without closing the display.
9541
95422008-03-11 Jason Rumney <jasonr@gnu.org>
9543
9544 * w32font.c (w32font_full_name): Use floor to round.
9545
f0131492 95462008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
9547
9548 * sound.c (alsa_configure): Declare vol at beginning of block.
9549
9550 * fontset.c (Ffontset_info): Remove extra semicolon.
9551
95522008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
9555 size of resulting string.
9556
95572008-03-10 Jason Rumney <jasonr@gnu.org>
9558
9559 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
9560
95612008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9562
9563 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
9564 Don't pretend as if characters with display property haven't been
9565 consumed for string-replacing-string case.
9566
95672008-03-08 Kim F. Storm <storm@cua.dk>
9568
9569 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
9570 (get_next_display_element, next_element_from_string)
9571 (next_element_from_ellipsis, next_element_from_buffer): Use it.
9572
95732008-03-08 Andreas Schwab <schwab@suse.de>
9574
9575 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
9576
95772008-03-06 Jason Rumney <jasonr@gnu.org>
9578
9579 * w32font.c (w32_registry): Take font_type argument. Use ANSI
9580 when charset not specified. Only translate ANSI to unicode when
9581 font_type is truetype.
9582 (w32font_coverage_ok): New function.
9583 (add_font_entity_to_list): Use it to filter unsuitable fonts.
9584
95852008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
9586
9587 * lread.c (Fread_char): Resolve modifiers.
9588 (Fread_char_exclusive): Likewise.
9589
9590 * character.c (char_resolve_modifier_mask): New function.
9591 (char_string): Use char_resolve_modifier_mask.
9592 (Fchar_resolve_modifiers): New function.
9593 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
9594 function.
9595
95962008-03-04 Jason Rumney <jasonr@gnu.org>
9597
9598 * makefile.w32-in: Always include w32font.c in the build.
9599 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
9600
96012008-03-04 Andreas Schwab <schwab@suse.de>
9602
9603 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
9604 (versionclean): Likewise.
9605
96062008-03-04 Juanma Barranquero <lekktu@gmail.com>
9607
9608 * .cvsignore: Add oo.
9609
96102008-03-03 Andreas Schwab <schwab@suse.de>
9611
9612 * coding.c (decode_coding_object): Inhibit gap shrinking while
9613 decoding in place.
9614
96152008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
9616
9617 * w32term.c: Remove unused include "gnu.h".
9618 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
9619
9620 * gnu.h: Rename to ...
9621 * emacs-icon.h: ... this.
9622 * xterm.c: Use emacs-icon.h instead of gnu.h.
9623 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
9624
96252008-03-03 Juanma Barranquero <lekktu@gmail.com>
9626
9627 * w32font.c: Include math.h.
9628
96292008-03-03 Jason Rumney <jasonr@gnu.org>
9630
9631 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
9632 Compute options separately.
9633 (w32font_open_internal): Set glyph_idx before caching metrics.
9634
9635 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
9636 Define if system headers don't.
9637 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
9638 (w32font_encode_char): Don't declare here.
9639
9640 * w32font.c (Quniscribe, QCformat): New symbols.
9641 (syms_of_w32font): Define them.
9642 (w32font_has_char): Indicate uncertainty.
9643 (w32font_encode_char): Encode as glyph point. Make static.
9644 (recompute_cached_metrics): New function.
9645 (w32font_open_internal): Use it. Set font to use glyph points
9646 initially. Set format based on type of font.
9647 (w32font_text_extents, w32font_draw): Optionally use glyph points.
9648 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
9649 on it. Set format based on information available here.
9650 (add_font_entity_to_list): Identify backend based on opentype_only.
9651
96522008-03-02 Andreas Schwab <schwab@suse.de>
9653
9654 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
9655
9656 * coding.c (decode_coding_big5, produce_chars):
9657 Fix typos in last change.
9658
96592008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
9660
9661 * gnu.h: New icon.
9662
96632008-03-02 Kenichi Handa <handa@m17n.org>
9664
9665 * coding.c (decode_coding_utf_8): When eol-type of CODING is
9666 `dos', don't decode '\r' if that is the last in the source.
9667 (decode_coding_utf_16, decode_coding_emacs_mule)
9668 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9669 (decode_coding_raw_text, decode_coding_charset): Likewise.
9670 (produce_chars): Don't decode EOL here. Use EMACS_INT.
9671
96722008-03-01 Jason Rumney <jasonr@gnu.org>
9673
9674 * w32font.c (w32font_full_name): Report point size for scalable fonts.
9675
96762008-03-01 Kim F. Storm <storm@cua.dk>
9677
9678 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
9679
96802008-03-01 Jason Rumney <jasonr@gnu.org>
9681
9682 * w32font.c (w32font_full_name): New function.
9683 (w32font_open_internal): Use it.
9684
96852008-03-01 Kim F. Storm <storm@cua.dk>
9686
9687 * dispnew.c (line_draw_cost): Fix invalid glyph check.
9688
96892008-03-01 Jason Rumney <jasonr@gnu.org>
9690
9691 * font.c (font_unparse_fcname): Increase len when style is a symbol.
9692
96932008-03-01 Jan Djärv <jan.h.d@swipnet.se>
9694
9695 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
9696 xg_frame_resized when the event is for the edit widget.
9697
9698 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
9699
9700 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
9701 set_char_size.
9702 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
9703 operations on widgets here. Just set frame size if needed.
9704 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
9705 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
9706 (x_wm_set_size_hint): Set size hints on the edit widget only, not
9707 the whole frame.
9708 (xg_create_tool_bar): Move attachment of the tool bar to
9709 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
9710 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
9711
97122008-03-01 Jason Rumney <jasonr@gnu.org>
9713
9714 * w32fns.c (w32_msg_pump): Disable debug code.
9715
97162008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9717
9718 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
9719
97202008-02-29 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * xdisp.c (next_overlay_string): Don't set
9723 overlay_strings_at_end_processed_p if we're currently reading from
9724 a display string.
9725
97262008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * xdisp.c (get_overlay_strings_1): Fix typo.
9729
97302008-02-29 Chong Yidong <cyd@stupidchicken.com>
9731
9732 * xdisp.c (get_overlay_strings_1): Add missing argument type.
9733
97342008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9735
9736 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
9737
9738 * xdisp.c (display_mode_element): Cancel the previous change.
9739 (decode_mode_spec): Likewise.
9740 (handle_auto_composed_prop): Don't make composition if it->string
9741 is a string.
9742
97432008-02-27 Kim F. Storm <storm@cua.dk>
9744
9745 * lisp.h (GLYPH): Change type from int to struct with separate char
9746 and face_id members.
9747 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
9748 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
9749 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
9750 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
9751 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
9752 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
9753 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
9754 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
9755 handle new Lisp glyph code encoding, either an integer or a cons.
9756
9757 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
9758 (GLYPH_ALIAS): Delete.
9759 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
9760 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
9761 (GLYPH_FROM_CHAR): Replace macro by ...
9762 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
9763
9764 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
9765 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
9766 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
9767 (GLYPH_INVALID_P): New macro.
9768 (spec_glyph_lookup_face): Update prototype.
9769
9770 * dispnew.c (line_draw_cost): Adapt to new glyph type.
9771 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
9772 new glyph code encoding.
9773 (spec_glyph_lookup_face): No return value; update passed glyph instead.
9774 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
9775
9776 * xdisp.c (get_next_display_element, next_element_from_display_vector):
9777 Adapt to new glyph type and new glyph code encoding.
9778
9779 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
9780
9781 * indent.c (current_column, current_column_1, Fmove_to_column)
9782 (compute_motion): Adapt to new glyph code encoding.
9783
9784 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
9785
97862008-02-27 Chong Yidong <cyd@stupidchicken.com>
9787
9788 * process.c (wait_reading_process_output): Check for window
9789 changes caused by timers.
9790 Suggested by Johan Bockgård.
9791
97922008-02-27 Glenn Morris <rgm@gnu.org>
9793
9794 * emacs.c (USAGE1): Add `--disable-font-backend'.
9795
97962008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
9799 is made to the buffer.
9800
98012008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
9804 (face_at_string_position):
9805 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
9806 (face_at_string_position):
9807 * xdisp.c (display_string, next_overlay_change):
9808 * buffer.h (overlays_at):
9809 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
9810 Update callers.
9811
98122008-02-26 Chong Yidong <cyd@stupidchicken.com>
9813
9814 * editfns.c (Fformat): Doc fix.
9815
98162008-02-26 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
9819 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
9820 (Ffont_otf_alternates, Fquery_font): Doc fixes.
9821
98222008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * buffer.c (Fbuffer_swap_text): New function.
9825 (syms_of_buffer): Defsubr it.
9826
98272008-02-25 Chong Yidong <cyd@stupidchicken.com>
9828
9829 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
9830
98312008-02-25 Jason Rumney <jasonr@gnu.org>
9832
9833 * w32font.c (w32font_draw): Draw one character at a time when padding.
9834
98352008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
9838 Handle a nil arg. Use run_window_configuration_change_hook.
9839 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
9840 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
9841 Use run_window_configuration_change_hook.
9842
98432008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9844
9845 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
9846 1-pixel width.
9847
98482008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9849
9850 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
9851 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
9852 if the glyph in the font is zero pixel with.
9853
9854 * dispextern.h (struct glyph_string): New member padding_p.
9855
9856 * w32font.c (w32font_draw): Pay attention to s->padding_p.
9857
9858 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
9859
9860 * xfont.c (xfont_draw): Pay attention to s->padding_p.
9861
9862 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
9863
9864 * font.c: If the font driver doesn't have `shape' function, return Qnil.
9865
98662008-02-25 Jason Rumney <jasonr@gnu.org>
9867
9868 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
9869
98702008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 Allow fine-grained image-cache flushing.
9873 * dispextern.h (struct image): Add `dependencies' field.
9874 (clear_image_caches): Change arg to Lisp_Object.
9875 * image.c (make_image): Initialize `dependencies' field.
9876 (clear_image_cache): Change arg to allow fine-grained flushing.
9877 Perform the flush even if image-cache-eviction-delay is nil.
9878 (clear_image_caches): Change arg to Lisp_Object.
9879 (Fclear_image_cache): Expand meaning of the argument.
9880 (mark_image): Mark `dependencies' field.
9881 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
9882 (lface_hash): Use XHASH rather than XFASTINT.
9883 (face_at_buffer_position): Fix int -> EMACS_INT position.
9884 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
9885 (select_frame_for_redisplay): Remove code duplication.
9886 (redisplay_internal): Adapt arg to call to clear_image_caches.
9887
98882008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9889
9890 * s/vms4-0.h:
9891 * s/vms4-2.h:
9892 * s/vms4-4.h:
9893 * s/vms5-5.h: Remove, unused.
9894
9895 * s/irix5-2.h:
9896 * s/irix6-0.h:
9897 * s/riscos5.h:
9898 * s/mach-bsd4-3.h:
9899 * m/mips4.h: Remove files for obsolete systems.
9900
9901 * Makefile.in:
9902 * filelock.c:
9903 * unexmips.c:
9904 * m/hp9000s300.h:
9905 * m/iris4d.h:
9906 * s/aix3-1.h:
9907 * s/hpux.h:
9908 * s/msdos.h:
9909 * s/usg5-0.h:
9910 * s/usg5-2-2.h:
9911 * s/usg5-2.h:
9912 * s/usg5-3.h: Remove references to obsolete variables.
9913
9914 * s/irix5-0.h: Remove, move all the contents ...
9915 * s/irix6-5.h: ... here. Simplify.
9916 * config.in: Regenerate.
9917
99182008-02-24 Jason Rumney <jasonr@gnu.org>
9919
9920 * w32term.c (x_draw_glyph_string_background): Clear the background
9921 manually when cleartype is in use.
9922 (x_draw_glyph_string_foreground): Draw text transparently when
9923 cleartype is in use.
9924
9925 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
9926 a font into it unless we have to.
9927
99282008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
9931 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 9932
aac0c6e3
MR
99332008-02-18 Jason Rumney <jasonr@gnu.org>
9934
9935 * w32fns.c (Fw32_shell_execute): Encode parameters.
9936
99372008-02-09 Eli Zaretskii <eliz@gnu.org>
9938
9939 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
9940
99412008-02-05 Juanma Barranquero <lekktu@gmail.com>
9942
9943 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
9944
99452008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
9946
9947 * xterm.c (x_set_offset): Don't change the gravity if
9948 CHANGE_GRAVITY is -1.
9949
99502008-02-23 Chong Yidong <cyd@stupidchicken.com>
9951
9952 * fileio.c (auto_save_error_occurred): New var.
9953 (auto_save_error): Set it.
9954 (Fdo_auto_save): Don't overwrite the error message if an auto-save
9955 error occurred.
9956
99572008-02-23 Eli Zaretskii <eliz@gnu.org>
9958
9959 * w32.c (globals_of_w32): Add initializations for
9960 g_b_init_get_sid_sub_authority and
9961 g_b_init_get_sid_sub_authority_count.
9962
99632008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
9966 (font_parse_xlfd): Use them for sanity check.
9967 (Finternal_set_font_style_table): Make sure the table is bijective.
9968
9969 Consolidate the image_cache to the terminal struct.
9970 * termhooks.h (P_): Remove redundant def.
9971 (struct terminal): New field `image_cache'.
9972 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
9973 of FRAME_X_IMAGE_CACHE.
9974 * xterm.h (struct x_display_info): Remove image_cache field.
9975 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
9976 * w32term.h (struct w32_display_info): Remove image_cache field.
9977 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
9978 * macterm.h (struct mac_display_info): Remove image_cache field.
9979 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
9980 * xterm.c (x_term_init):
9981 * w32term.c (w32_term_init):
9982 * macterm.c (mac_term_init): Set the image_cache in the terminal.
9983 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
9984 Remove declarations.
9985 (clear_image_caches, mark_image_cache): New declarations.
9986 * xfaces.c (clear_face_cache):
9987 * xdisp.c (redisplay_internal): Use clear_image_caches.
9988 * image.c (clear_image_cache): Don't check that a frame is on
9989 a window-system before checking if it shares the same cache.
9990 (clear_image_caches): New function.
9991 (Fclear_image_cache): Use it.
9992 (mark_image): Move from allo.c.
9993 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
9994 * alloc.c (mark_image, mark_image_cache): Move to image.c.
9995 (mark_object): Don't call mark_image_cache for frames.
9996 (mark_terminals): Call mark_image_cache.
9997
9998 * lisp.h (Fdelete_terminal): Declare.
9999
10000 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
10001 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
10002 wrong_type_argument.
10003
100042008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
10005
10006 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
10007 malayalam.el, and tamil.el. Add sinhala.el.
10008
100092008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * xterm.c (x_connection_closed): Consolidate identical tests.
10012 (x_delete_terminal): Don't crash if called via x_connection_closed.
10013
100142008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
10015
10016 * xdisp.c (decode_mode_spec): New arg string.
10017 (display_mode_element): Adjust for the above change.
10018
100192008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * callint.c (Fcall_interactively): Use AREF.
10022
100232008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
10026
100272008-02-18 Jan Djärv <jan.h.d@swipnet.se>
10028
10029 * xfns.c (Fx_show_tip): Set string to " " if empty.
10030
100312008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10032
10033 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
10034 with Qt.
10035
100362008-02-17 Kenichi Handa <handa@m17n.org>
10037
10038 * ftfont.c (ftfont_shape): Return Lispy number.
10039
10040 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
10041 for GCs.
10042 (Finternal_set_font_selection_order): Call font_update_sort_order
10043 only when enable_font_backend is set.
10044 (realize_x_face): Set face->font_info to that of default face only
10045 when enable_font_backend is set.
10046
10047 * xdisp.c (handle_composition_prop): Set it->c to the fist
10048 character of the composed region.
10049 (fill_composite_glyph_string): Set base_face->font_info to
10050 s->font_info. Get a face for ascii from base_face->ascii_face.
10051 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
10052 with a face already decided.
10053 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
10054 non-negative.
10055 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
10056 call font_prepare_composition unconditionally.
10057
10058 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
10059
10060 * xterm.h (struct x_display_info): New member font.
10061
10062 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
10063 (x_set_mouse_face_gc, x_new_font): Likewise.
10064 (x_term_init): Setup display_info->font.
10065 (x_delete_terminal): Free display_info->font.
10066
10067 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
10068
10069 * ftxfont.c (ftxfont_default_fid): Delete it.
10070 (ftxfont_open): Set xfont->fid to 0.
10071 (ftxfont_end_for_frame): Clear data specific to the frame and the
10072 font-driver.
10073
10074 * xftfont.c (xftfont_default_fid): Delete it.
10075 (xftfont_open): Set xfont->fid to 0.
10076
10077 * fontset.c (FONTSET_OBJLIST): New macro.
10078 (fontset_find_font): Update font-object list of the fontset.
10079 (free_realized_fontset): New function.
10080 (free_face_fontset): Call free_realized_fontset.
10081 (Ffont_info): Call font_close_object only when enable_font_backend
10082 is set.
10083
10084 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
10085 [HAVE_NTGUI]: Include w32term.h.
10086 [MAC_OS]: Include macterm.ch.
10087 (font_otf_ValueRecord): Use make_number.
10088 (font_finish_cache): Fix handling of reference count.
10089 (font_clear_cache): Update num_fonts.
10090 (font_open_entity): Update smallest_char_width and
10091 smallest_font_height of the frame.
10092 (font_close_object): Update num_fonts.
10093 (Fclear_font_cache): Fix finding the target cache data.
10094
100952008-02-16 Glenn Morris <rgm@gnu.org>
10096
10097 * fontset.c (Finternal_char_font): Fix compilation warning.
10098
100992008-02-16 Eli Zaretskii <eliz@gnu.org>
10100
10101 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
10102 instead of char arrays. Enlarge the size of array passed to
10103 get_token_information.
10104
10105 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
10106 warnings.
10107
101082008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10109
10110 * .gdbinit: Don't set `args', it breaks gdb --args.
10111
101122008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
10115 within a narrowed buffer.
10116
101172008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
10118
10119 * coding.c (decode_coding_object, encode_coding_object):
10120 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
10121
101222008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * coding.c (coding_set_destination): Use BEG_BYTE rather than
10125 hardcoding 1.
10126 (detect_coding_system):
10127 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
10128 (string_char_to_byte, string_byte_to_char, insert_from_gap):
10129 * insdel.c (insert_from_gap):
10130 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
10131 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
10132 (string_to_multibyte):
10133 * character.c (chars_in_text, multibyte_chars_in_text):
10134 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
10135
10136 * character.h (FETCH_STRING_CHAR_ADVANCE)
10137 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
10138 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
10139 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
10140
10141 * casefiddle.c (casify_region): Only call after-change and composition
10142 functions on the part of the region that was changed.
10143
10144 * keyboard.c (read_avail_input):
10145 * frame.c (Fdelete_frame): Call Fdelete_terminal.
10146
101472008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
10150 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
10151
101522008-02-11 Juanma Barranquero <lekktu@gmail.com>
10153
10154 * w32menu.c (push_submenu_start, push_submenu_end)
10155 (push_left_right_boundary, push_menu_pane, push_menu_item):
10156 * keyboard.c (read_key_sequence): Don't pass args with side effects
10157 to AREF, it fails when compiling with -DENABLE_CHECKING.
10158
101592008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
10160
10161 * Makefile.in (${lispsource}international/charprop.el):
10162 Delete this target.
10163
10164 * search.c (boyer_moore): Fix incorrect synching of the trunk and
10165 emacs-unicode-2.
10166
101672008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * terminal.c (Fdelete_terminal): Clean up the `force' path.
10170
101712008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * frame.c (Qnoelisp): New symbol.
10174 (syms_of_frame): Initialize it.
10175 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
10176 harmless Elisp code, from a strong `force' from x_connection_closed.
10177 * frame.h (Qnoelisp): Declare.
10178 * xterm.c (x_connection_closed): Pass `noelisp'.
10179
10180 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
10181 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
10182 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
10183 rather than `int' for the type of `type'.
10184
101852008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10186
10187 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
10188
10189 * Makefile.in (GNUC): Remove support for gcc-1.x.
10190
101912008-02-10 Richard Stallman <rms@gnu.org>
10192
10193 * lisp.h (ASET): Use AREF, not ASLOT.
10194
101952008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * lisp.h (ASET): Check bounds.
10198
101992008-02-10 Glenn Morris <rgm@gnu.org>
10200
10201 * buffer.c (mode-name): Doc fix.
10202
102032008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10204
10205 * Makefile.in:
10206 * emacs.c:
10207 * gmalloc.c:
10208 * keyboard.c:
10209 * lisp.h:
10210 * m/ibm370aix.h:
10211 * process.c:
10212 * regex.c:
10213 * s/hpux.h:
10214 * sysdep.c:
10215 * sysselect.h:
10216 * systty.h:
10217 * unexec.c:
10218 * w32term.c:
10219 * xsmfns.c:
10220 * xterm.c: Remove code that deals with obsolete variables.
10221
10222 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
10223
10224 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
10225 nothing else needs it anymore.
10226
102272008-02-09 Eli Zaretskii <eliz@gnu.org>
10228
10229 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
10230 instead of unibyte_char_to_multibyte.
10231
102322008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10233
10234 * s/gnu-linux.h: Remove commented out code.
10235
10236 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
10237
10238 * Makefile.in: Update what RMS says about using autoconf.
10239 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
10240 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
10241 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
10242 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
10243
102442008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10245
10246 * keymap.c (Fkey_description): Move side effect outside of macro call.
10247
10248 * xfaces.c (Finternal_make_lisp_face):
10249 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
10250
10251 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
10252 (syms_of_fontset): Use ASET.
10253
10254 * fns.c (concat): Move side effect outside of macro call.
10255 (hash_clear): Use ASET.
10256
102572008-02-08 Richard Stallman <rms@gnu.org>
10258
10259 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
10260 If FORCE, and frame has a surrogate minibuffer for another frame,
10261 delete the other frame first.
10262
102632008-02-07 Timo Savola <timo.savola@iki.fi>
10264
10265 * xterm.c (x_detect_focus_change): Handle embed client message.
10266 (handle_one_xevent): Ditto.
10267 (handle_one_xevent): If embedded and we get a button press/release,
10268 request focus.
10269 (xembed_set_info, xembed_send_message): New functions.
10270 (x_make_frame_visible): Call xembed_set_info if embedded.
10271 (x_make_frame_invisible): Call xembed_set_info if embedded.
10272 (x_term_init): Initialize Xatom_XEMBED.
10273 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
10274 (x_iconify_frame): Ditto.
10275
10276 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
10277 (enum xembed_info, enum xembed_message, enum xembed_focus)
10278 (enum xembed_modifier, enum xembed_accelerator): New.
10279 (xembed_set_info, xembed_send_message): Declare.
10280 (FRAME_X_EMBEDDED_P): New.
10281
10282 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
10283 gtk_plug_new.
10284
10285 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
10286 window ID of a frame.
10287 (x_window): Reparent frame if embedded.
10288 (Fx_create_frame): Don't set border width if embedded.
10289
10290 * emacs.c (USAGE3): Add --parent-id.
10291 (standard_args): Ditto.
10292
102932008-02-07 Jan Djärv <jan.h.d@swipnet.se>
10294
10295 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
10296
102972008-02-07 Jim Meyering <meyering@redhat.com>
10298
10299 Use "do...while (0)", not "if (1)...else" in macro definitions.
10300 The latter provokes a warning from gcc about the empty else, when
10301 followed by ";". Also, without that trailing semicolon, it would
10302 silently swallow up any following statement.
10303 * syntax.h (SETUP_SYNTAX_TABLE)
10304 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
10305 * buffer.h (DECODE_POSITION): Likewise.
10306 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
10307 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
10308 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
10309 (FETCH_CHAR_ADVANCE): Likewise.
10310 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
10311
103122008-02-07 Jim Meyering <meyering@redhat.com>
10313
10314 * lread.c [lint]: Don't include <sys/inode.h>.
10315
103162008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * xselect.c (x_handle_dnd_message):
10319 * xmenu.c (digest_single_submenu, xmenu_show):
10320 * xdisp.c (with_echo_area_buffer_unwind_data)
10321 (format_mode_line_unwind_data, unwind_format_mode_line)
10322 (display_menu_bar):
10323 * eval.c (Ffetch_bytecode):
10324 * doc.c (store_function_docstring):
10325 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
10326 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
10327 * buffer.c (add_overlay_mod_hooklist): Use ASET.
10328
103292008-02-07 Kenichi Handa <handa@m17n.org>
10330
10331 * ftxfont.c (ftxfont_open): Don't set
10332 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
10333
10334 * ftfont.c (ftfont_open): Fix previous change.
10335
103362008-02-06 Jason Rumney <jasonr@gnu.org>
10337
10338 * w32font.c (w32font_text_extents): Fill in lbearing metric.
10339 Use cached metrics for ASCII characters.
10340 (w32font_open_internal): Don't set font's owning_frame.
10341 Cache metrics for ASCII characters.
10342
10343 * w32font.h (struct w32font_info): Add ascii_metrics.
10344 Remove owning_frame.
10345
103462008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
10347
10348 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
10349 to negative value.
10350
10351 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
10352
10353 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
10354
10355 * charset.c (syms_of_charset): Set QCtest and Qeq.
10356
103572008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * process.c (Fstart_process):
10360 * callproc.c (Fcall_process): Handle the case where
10361 Funhandled_file_name_directory returns nil.
10362
10363 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
10364 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
10365 * font.c (check_gstring): Use them and AREF to access the vector before
10366 we know it's really a gstring.
10367 (Ffont_shape_text): Fix typo.
46e722a9 10368 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
10369
10370 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
10371 Declare.
10372
10373 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
10374
103752008-02-05 Jason Rumney <jasonr@gnu.org>
10376
10377 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
10378 Set smallest_font_height and smallest_char_width in display info.
10379
103802008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
10381
10382 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
10383
103842008-02-05 Miles Bader <miles@gnu.org>
10385
10386 * xfaces.c (get_lface_attributes, merge_named_face)
10387 (lookup_named_face, lookup_derived_face, realize_named_face):
10388 Revert 2008-02-01 change by cyd@stupidchicken.com.
10389
103902008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
10391
10392 * fontset.c (Ffontset_info): Handle the case of inhibitting the
10393 fallback fonts.
10394 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
10395
103962008-02-04 Jason Rumney <jasonr@gnu.org>
10397
10398 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
10399 set full_name.
10400 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
10401
104022008-02-03 Jason Rumney <jasonr@gnu.org>
10403
10404 * makefile.w32-in (OBJ1): Include font.o here.
10405 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
10406
104072008-02-02 Jason Rumney <jasonr@gnu.org>
10408
10409 * makefile.w32-in (temacs): Bump EMHEAP to 21.
10410
104112008-02-01 Jason Rumney <jasonr@gnu.org>
10412
10413 * s/cygwin.h: Define VIRT_ADDR_VARIES.
10414
10415 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
10416
104172008-02-01 Andreas Schwab <schwab@suse.de>
10418
10419 * Makefile.in (shortlisp, lisp): Update for rename of
10420 ../lisp/language/myanmar.el.
10421
104222008-02-01 Chong Yidong <cyd@stupidchicken.com>
10423
10424 * xfaces.c (get_lface_attributes): Delete function.
10425 (merge_named_face, lookup_named_face, lookup_derived_face)
10426 (realize_named_face): Call lface_from_face_name directly, and use
10427 the fact that merge_face_vectors does not alter its FROM argument.
10428
104292008-02-01 Jason Rumney <jasonr@gnu.org>
10430
10431 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
10432 input in the default locale. Handle non-Unicode multibyte input.
10433
104342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10435
10436 * fontset.c (reorder_font_vector): Exclude nil elements from the
10437 font group. Don't try multiple fonts.
10438 (fontset_font): Adjust for the above change.
10439 (Finternal_char_font): Return nil if the found font doesn't
10440 contain the character ch.
10441
10442 * Makefile.in (lisp, shortlisp): Add cham.el.
10443
104442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10445
10446 * font.h (FONTP): Make it return 1 also for a font-object.
10447
10448 * .gdbinit (xfontset): New function.
10449
10450 * font.c (font_find_for_lface): Check if the character C is
10451 supported or not only for the first font.
10452
10453 * fontset.c (reorder_font_vector): Fix typo.
10454 (fontset_find_font): Don't add a font-spec specifying a script.
10455 Use 0 (not Qt) for the indication of empty font-group. Change the
10456 format of RFONT-DEF. Return Qt if no font in the font-group
10457 support the character.
10458 (fontset_font): Adjust for the above change. If no font was
10459 found the character, remember that.
10460 (face_for_char): Adjust for the change of RFONT-DEF.
10461 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
10462 no font for the target.
10463 (Finternal_char_font): Adjust for the change of RFONT-DEF.
10464
104652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10466
10467 * font.c (font_load_for_face): Handle the case that the font in
10468 face->lface is a string.
10469
104702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10471
10472 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
10473
104742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10475
10476 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
10477 Fix previous change. If the frame is not on a window system,
10478 signal an error.
10479
104802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10481
10482 * coding.c (decode_coding_object, encode_coding_object): Adjust
10483 marker positions after conversion.
10484
10485 * lisp.h (struct Lisp_Marker): New member need_adjustment.
10486
104872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10488
10489 * font.c (font_find_for_lface): Fix the handling of the return
10490 value of font_has_char.
10491 (Ffont_shape_text): Fix previous change.
10492
10493 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
10494 (fontset_ref_and_range): Delete it.
10495 (fontset_find_font): Call char_table_ref_and_range instead of
10496 FONTSET_REF_AND_RANGE.
10497 (make_fontset): Don't setup font groups of Latin here.
10498 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
10499 (new_fontset_from_font): Make the specified font the default for
10500 all Latin characters.
10501
105022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10503
10504 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
10505 is on a window system before accessing the fontset of the frame.
10506
105072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10508
10509 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
10510
10511 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
10512 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
10513
10514 * font.c (Ffont_shape_text): If the font driver doesn't have a
10515 shaper function, make zero-width glyphs to have at least one-pixel
10516 width. Fix setting of `to' field of glyphs.
10517
105182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10519
10520 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
10521 glyphs.
10522
10523 * font.h (struct font_driver): Improve docstring of member `shape'.
10524
105252008-02-01 Kenichi Handa <handa@m17n.org>
10526
10527 * composite.c (syms_of_composite): Fix docstring of
10528 auto-composition-function.
10529
10530 * font.h (LGLYPH_SIZE): New macro.
10531
10532 * font.c (Ffont_fill_gstring): Stop filling when a character not
10533 supported by the font is found.
10534 (Ffont_shape_text): When a shape callback function returns nil,
10535 try at most two more times with larger gstring.
10536 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
10537
10538 * xdisp.c (handle_auto_composed_prop): Change the argument to
10539 auto-composition-function.
10540
10541 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
10542 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
10543 Lispy glyph and store it in the lgstring.
10544
10545 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
10546
10547 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
10548
105492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10550
10551 * font.c (Ffont_shape_text): Avoid unnecessary composition.
10552
10553 * fontset.c (Vfont_encoding_charset_alist): New variable.
10554 (syms_of_fontset): DEFVAR it.
10555 (reorder_font_vector, fontset_find_font): Optimize for the case of
10556 no need of reordering.
10557 (face_for_char): Map the charset property by
10558 Vfont_encoding_charset_alist.
10559
105602008-02-01 Jason Rumney <jasonr@gnu.org>
10561
10562 * w32font.c (logfonts_match): Don't check adstyle here.
10563 (font_matches_spec): Check here against physical font instead.
10564 (add_font_entity_to_list): Avoid some substitutions.
10565
10566 * font.c (font_parse_fcname): Default weight and slant to normal.
10567 (font_score): Prefer normal fonts if weight or slant unspecified.
10568 (font_score) [WINDOWSNT]: Scale weight difference down to closer
10569 match freetype scores.
10570
105712008-02-01 Jason Rumney <jasonr@gnu.org>
10572
10573 * w32font.c (w32font_text_extents): Don't use the frame stored in the
10574 font, as it may have been deleted.
10575 (w32_enumfont_pattern_entity): Map generic family to adstyle using
10576 most common hyphenless variation.
10577 (logfonts_match): Check generic family.
10578 (font_matches_spec): Don't check generic family here.
10579 (fill_in_logfont): Set generic family based on adstyle.
10580
10581 * w32font.h (w32font_get_cache): Update declaration.
10582
105832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10584
10585 * ftfont.c (ftfont_get_cache): Adjust the argument type.
10586
10587 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
10588 If none of the new drivers are available, call font_update_drivers
10589 with the old drivers.
10590
10591 * w32font.c (w32font_get_cache): Adjust the argument type.
10592
10593 * xfont.c (xfont_get_cache): Adjust the argument type.
10594
10595 * font.h (struct font_driver): Change argument type of get_cache.
10596
10597 * xftfont.c (xftfont_start_for_frame): Delete prototype.
10598
10599 * font.c (Ffont_get): Fix arguments to Fassoc.
10600 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
10601 (font_clear_cache): New function.
10602 (font_list_entities, font_matching_entity): Use font_get_cache.
10603 (font_update_drivers): Call font_clear_cache when finishing a driver.
10604
10605 * fontset.c (fontset_find_font): Fix previous change.
10606
106072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10608
10609 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
10610 dpyinfo->font_table.
10611 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
10612 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
10613
10614 * font.c (font_at): Handle the case that the arg C is negative.
10615 Handle the unibyte case.
10616 (Ffont_at): Call font_at with the arg C -1.
10617
10618 * xdisp.c (handle_auto_composed_prop): Don't get a character at
10619 the position here, and call font_at with the arg C -1.
10620 Don't check the range of the existing composition at the point.
10621
106222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10623
10624 * fontset.c (fontset_add): New args charset_id and family.
10625 Change caller.
10626 (load_font_get_repertory, fontset_find_font): Assume that
10627 font_spec is always a font-spec object.
10628 (Fset_fontset_font): Always store a font-spec object in a fontset.
10629
10630 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
10631 instead of get_property_and_range.
10632
106332008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10634
10635 * xftfont.c (struct xftfont_info): Delete the member ft_face.
10636 (xftfont_open): Don't keep locking face.
10637 (xftfont_close): Don't unlock face.
10638 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
10639
10640 * fontset.c (fontset_find_font): Don't prefer a font of
10641 supplementary charset.
10642
106432008-02-01 Kenichi Handa <handa@m17n.org>
10644
10645 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
10646 script, langsys_tag to langsys, new member script.
10647 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 10648 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
10649 listing to the script specified in that property. Fix arg to
10650 OTF_check_features.
10651
106522008-02-01 Jason Rumney <jasonr@gnu.org>
10653
10654 * w32font.h: New file.
10655
10656 * w32font.c: Include it.
10657 (struct w32font_info): Add owning_frame field. Move to w32font.h.
10658 (w32font_open): Set owning_frame.
10659 (w32font_text_extents): Use owning_frame.
10660 (struct font_callback_data): Add opentype_only field.
10661 (add_font_entity_to_list): Use it to filter fonts.
10662 Don't check against full name.
10663 (w32font_list_internal): New function.
10664 (w32font_list): Use it.
10665 (w32font_match_internal): New function.
10666 (w32font_match): Use it.
10667 (w32font_open_internal): New function.
10668 (w32font_open): Use it.
10669 (w32font_get_cache, w32font_close, w32font_has_char)
10670 (w32font_encode_char, w32font_text_extents, w32font_draw):
10671 Make non-static.
10672
10673 * makefile.w32-in (w32font.o): Depend on w32font.h.
10674
106752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10676
10677 * charset.c (Fdefine_charset_internal): Record a supplementary
10678 charset at the tail of Vcharset_order_list.
10679
10680 * font.c (Ffont_shape_text): Fix the return value.
10681
10682 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
10683
10684 * xdisp.c (handle_auto_composed_prop): Fix previous change.
10685
106862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10687
10688 * ftfont.c (struct OpenTypeSpec): New struct.
10689 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
10690 (ftfont_get_open_type_spec): New function.
10691 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
10692
10693 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
10694
106952008-02-01 Jason Rumney <jasonr@gnu.org>
10696
10697 * w32font.c (add_font_entity_to_list): Compare only the beginning
10698 of full name.
10699
107002008-02-01 Kenichi Handa <handa@m17n.org>
10701
10702 * xdisp.c (handle_auto_composed_prop): Simplify the code.
10703 Never return HANDLED_RECOMPUTE_PROPS.
10704
107052008-02-01 Kenichi Handa <handa@m17n.org>
10706
10707 * font.c (font_gstring_produce): Delete it.
10708
10709 * composite.h (COMPOSITION_METHOD):
10710 Handle COMPOSITION_WITH_GLYPH_STRING.
10711
107122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10713
10714 * xfont.c (Qx): Delete.
10715 (syms_of_xfont): Don't initialize Qx.
10716
10717 * composite.h (enum composition_method):
10718 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
10719
107202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10721
10722 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
10723 (choose_face_font): Accept new form of font-spec.
10724
10725 * frame.h (font_driver_list): Declare it unconditionally.
10726 (struct frame): Define members font_driver_list and font_data_list
10727 unconditionally.
10728
10729 * fontset.c: Include "font.h" unconditionally.
10730 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
10731 (Fset_fontset_font): Accept a font-spec object.
10732
10733 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
10734 PIXEL_SIZE part a wild card.
10735
10736 * dispextern.h (struct glyph_string): Define members clip and
10737 num_clips unconditionally.
10738 (struct face): Define members font_info and extra unconditionally.
10739
10740 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
10741 ftfont_info only when HAVE_LIBOTF is defined.
10742
107432008-02-01 Andreas Schwab <schwab@suse.de>
10744
10745 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
10746 and end.
10747
107482008-02-01 Jason Rumney <jasonr@gnu.org>
10749
10750 * w32font.c (w32font_driver): Add new fields.
10751
107522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10753
10754 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
10755 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
10756 (LIBES): Add @M17N_FLT_CFLAGS@.
10757
10758 * composite.c (compose_text): Don't treat the new style
10759 composition specially.
10760
10761 * emacs.c (main): Call syms_of_font unconditionally.
10762
10763 * font.h (FONT_ENTITY_NOT_LOADABLE)
10764 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
10765 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
10766 (struct font_driver): New member shape.
10767 (font_registry_charsets): Extern it.
10768 (font_find_for_lface, font_prepare_composition): Adjust prototype.
10769 (font_otf_capability, font_drive_otf): Delete their externs.
10770
10771 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
10772 (font_charset_alist, font_registry_charsets): Move from xfont.c
10773 and rename.
10774 (font_prop_validate_otf): New function.
10775 (font_property_table): Register it for QCotf.
10776 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
10777 (font_drive_otf): Delete.
10778 (font_prepare_composition): New arg F. Adjust for the change of
10779 lispy gstring.
10780 (font_find_for_lface): New arg C.
10781 (font_load_for_face): Adjust for the change of font_find_for_lface.
10782 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
10783 lispy gstring.
10784 (Ffont_shape_text): New function.
10785 (Fopen_font): If the font size is not given, use 12-pixel.
10786 (Ffont_at): New arg STRING.
10787 (syms_of_font): Initalize font_charset_alist.
10788 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
10789 conditionally.
10790
10791 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
10792 fonts of the same font-spec. Change the format of RFONT-DEF.
10793 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
10794 Adjust for the change of RFONT-DEF.
10795 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
10796
10797 * ftfont.h: New file.
10798
10799 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
10800 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
10801 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
10802 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
10803 font_otf_capability and font_drive_otf, set ftfont_shape.
10804 (ftfont_list): Adjust for the change of :otf property value.
10805 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
10806 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
10807 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
10808 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
10809 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
10810 (otf_gstring, gstring, m17n_flt_initialized): New variables.
10811
10812 * w32term.c (x_draw_composite_glyph_string_foreground):
10813 Adjust for the change of lispy gstring.
10814
10815 * xdisp.c (handle_composition_prop): Adjust for the change of
10816 lispy gstring. Call a function for auto-composition with the
10817 third arg it->window.
10818 (fill_composite_glyph_string): Adjust for the change of lispy string.
10819 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
10820
10821 * xfaces.c (set_font_frame_param): Adjust for the change of
10822 font_find_for_lface.
10823
10824 * xfont.c (x_font_charset_alist): Move to font.c and rename.
10825 (xfont_registry_charsets): Likewise. Change caller.
10826 (syms_of_xfont): Don't handle x_font_charset_alist.
10827
10828 * xftfont.c: Include "ftfont.h".
10829 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
10830 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
10831 (xftfont_close) [HAVE_LIBOTF]: Close otf.
10832 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
10833 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
10834 Set xftfont_driver.shape to xftfont_shape.
10835
10836 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
10837 the change of lispy gstring.
10838
108392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10840
10841 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
10842
108432008-02-01 Jason Rumney <jasonr@gnu.org>
10844
10845 * w32font.c (w32font_draw): Fill background manually.
10846
108472008-02-01 Jason Rumney <jasonr@gnu.org>
10848
10849 * font.c (Qfontp): Remove unused symbol.
10850 (QCantialias): New symbol.
10851 (syms_of_font): Define it.
10852 (font_property_table): Set a validator for QCantialias.
10853
10854 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
10855 Define if not already.
10856 (QCfamily): Share with xfaces.c.
10857 (Qstandard, Qsubpixel, Qnatural): New symbols.
10858 (syms_of_w32font): Define them. Don't define QCfamily here.
10859 (w32_antialias_type, lispy_antialias_type): New functions.
10860 (w32_enumfont_pattern_entity): New arg requested_font.
10861 Set antialias parameter if non-default was requested.
10862 (fill_in_logfont): Fill in lfQuality if :antialias specified.
10863
108642008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10865
10866 * lread.c (read1): Undo the previous change.
10867
108682008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
10869
10870 * frame.c (Fdelete_frame): Call font_update_drivers only when
10871 USE_FONT_BACKEND is defined.
10872
108732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10874
10875 * font.h (struct font_bitmap): New member bits_per_pixel.
10876 (struct font_driver): New members start_for_frame and end_for_frame.
10877 (struct font_data_list): New struct.
10878 (font_put_frame_data, font_get_frame_data): Extern them.
10879
10880 * frame.h (struct frame): New member font_data_list.
10881
10882 * font.c (font_update_drivers): Call driver->start_for_frame and
10883 driver->end_for_frame at proper timings.
10884 (font_put_frame_data, font_get_frame_data): New functions.
10885 (Ffont_spec): Add usage in the docstring.
10886
10887 * frame.c (make_frame): Initialize f->font_data_list to NULL.
10888 (Fdelete_frame): Call font_update_drivers.
10889
10890 * xftfont.c (struct xftface_info): Delete the member xft_draw.
10891 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
10892 (xftfont_get_xft_draw): New function.
10893 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
10894 (xftfont_end_for_frame): New function.
10895 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
10896
10897 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
10898 Change argument. Cache GCs in the per-frame data.
10899 (struct ftxfont_frame_data): New struct.
10900 (ftxfont_draw_bitmap): New arg gc_fore and flush.
10901 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
10902 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
10903 (ftxfont_end_for_frame): New function.
10904 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
10905
10906 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
10907
109082008-02-01 Kenichi Handa <handa@m17n.org>
10909
10910 * xselect.c (Vselection_coding_system)
10911 (Vnext_selection_coding_system): Delete them.
10912 (syms_of_xselect): Don't declare selection-coding-system and
10913 next-selection-coding-system. They are declared in select.el.
10914
109152008-02-01 Jason Rumney <jasonr@gnu.org>
10916
10917 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
10918
10919 * w32fns.c: Include imm.h.
10920 (get_composition_string_fn, get_ime_context_fn): New optional
10921 system functions.
10922 (globals_of_w32fns): Load them from imm32.dll.
10923 (ignore_ime_char): New flag.
10924 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
10925 WM_IME_ENDCOMPOSITION messages.
10926
10927 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
10928 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
10929
109302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10931
10932 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
10933 (READCHAR_REPORT_MULTIBYTE): New macro.
10934 (readchar): New 2nd arg MULTIBYTE.
10935 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
10936 Make symbol's name multibyte according to the multibyteness of the
10937 source.
10938
109392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10940
10941 * xfaces.c (face_for_overlay_string): Call lookup_face with
10942 correct arguments (fix of synching with the trunk).
10943
109442008-02-01 Kenichi Handa <handa@m17n.org>
10945
10946 * font.c (font_prop_validate_symbol, font_prop_validate_style)
10947 (font_prop_validate_non_neg, font_prop_validate_spacing):
10948 Delete argument prop_index.
10949 (font_property_table): Change arguments to validater. Change Callers.
10950 (font_lispy_object): Delete.
10951 (font_at): Use font_find_object instead fo font_lispy_object.
10952
109532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10954
10955 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
10956 and file names.
10957
109582008-02-01 Jason Rumney <jasonr@gnu.org>
10959
10960 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
10961 (font_matches_spec): Remove debug output.
10962 (add_font_entity_to_list): Avoid using substituted fonts.
10963
109642008-02-01 Jason Rumney <jasonr@gnu.org>
10965
10966 * doc.c (Fsnarf_documentation):
10967 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
10968
109692008-02-01 Miles Bader <miles@gnu.org>
10970
10971 * dispextern.h (struct glyph_row): Only define "clip" field if
10972 HAVE_WINDOW_SYSTEM is defined.
10973
109742008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 Fix up multi-tty merge.
10977
10978 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
10979 and indentation.
10980
10981 * xfaces.c (free_realized_face, clear_face_gcs):
10982 Include font_done_for_face in the input_blocked section, just in case.
10983
10984 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
10985 (get_char_face_and_encoding): Undo last change and remove the *other*
10986 duplicate definition (i.e. keep the one that's better scoped and that
10987 includes code for the font-backend).
10988
10989 * terminal.c (create_terminal): Default keyboard_coding to
10990 `no-conversion' and terminal_coding to `undecided'.
10991
10992 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
10993
10994 * fontset.c (free_realized_fontsets): Check that the table entry does
10995 contain a fontset before trying to compare it to `base'.
10996
10997 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
10998 syms_of_charset, and syms_of_coding earlier because init_window_once
10999 now needs Vcoding_system_hash_table to be setup.
11000
11001 * coding.h (default_buffer_file_coding): Remove.
11002
11003 * coding.c (default_buffer_file_coding): Remove.
11004 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
11005 than ->symbol, and use the terminal-local coding system.
11006 (syms_of_coding): Don't setup the coding-systems that are not
11007 terminal-local.
11008 (Fdefine_coding_system_internal): Use XCAR/XCDR.
11009
11010 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
11011 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
11012
11013 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
11014 in chartab.c and were re-added here by mistake.
11015 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
11016
11017 * doc.c (Fsnarf_documentation):
11018 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
11019 src to etc.
11020
11021 * ChangeLog.10: Add mistakenly removed entry.
11022
110232008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11024
11025 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
11026
110272008-02-01 Miles Bader <miles@gnu.org>
11028
11029 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
11030 Add extra args to FACE_FOR_CHAR.
11031
110322008-02-01 Kenichi Handa <handa@m17n.org>
11033
11034 * keymap.c (where_is_internal_1): If key is a cons, store the copy
11035 in sequence.
11036
11037 * chartab.c (map_sub_char_table, map_char_table): If the range
11038 contains just one character, call the function with that character
11039 even if the depth is not 3.
11040
110412008-02-01 Jason Rumney <jasonr@gnu.org>
11042
11043 * w32font.c (w32font_text_extents): Calculate metrics for the
11044 whole string.
11045
110462008-02-01 Jason Rumney <jasonr@gnu.org>
11047
11048 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
11049
110502008-02-01 Jason Rumney <jasonr@gnu.org>
11051
11052 * w32term.c (x_set_glyph_string_clipping): Use
11053 get_glyph_string_clip_rects.
11054 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
11055 Adjust for the change of struct glyph_string.
11056
11057 * w32font.c (w32font_draw): Do clipping here.
11058
110592008-02-01 Kenichi Handa <handa@m17n.org>
11060
11061 * xftfont.c (xftfont_draw): Adjust for the change of struct
11062 glyph_string.
11063
11064 * xterm.c (x_set_glyph_string_clipping): Use
11065 get_glyph_string_clip_rects.
11066 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
11067 Adjust for the change of struct glyph_string.
11068
11069 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
11070 the resulting clip(s}.
11071 (expose_overlaps): Add arg r. Change callers. Set it to
11072 row->clip temporarily.
11073 (expose_window): Redraw rows overlapping the exposed area.
11074
11075 * dispextern.h (struct glyph_row): New member clip.
11076 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
11077 clip_height, new member clip, and num_clips.
11078
110792008-02-01 Kenichi Handa <handa@m17n.org>
11080
11081 * data.c (Fchar_or_string_p): Fix docstring.
11082
110832008-02-01 Kenichi Handa <handa@m17n.org>
11084
11085 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
11086 create a temporary XftDraw object.
11087
110882008-02-01 Kenichi Handa <handa@m17n.org>
11089
11090 * font.c (Ffontp): Fix docstring.
11091
11092 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
11093 strong evidence of ISO-2022.
11094
110952008-02-01 Kenichi Handa <handa@m17n.org>
11096
11097 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
11098 SYNTAX_ENTRY_FOLLOW_PARENT.
11099
111002008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
11103 its type.
11104 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
11105 Update to the new type of weak_hash_tables and next_weak.
11106
11107 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
11108 a plain C pointer to Lisp_Hash_Table.
11109
11110 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
11111 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
11112 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
11113 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
11114 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
11115 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
11116 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
11117 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
11118 (GC_EQ): Remove since they've been identical to their non-GC_
11119 alter-egos ever since the markbit was eradicated.
11120
11121 * alloc.c:
11122 * buffer.c:
11123 * buffer.h:
11124 * data.c:
11125 * fileio.c:
11126 * filelock.c:
11127 * fns.c:
11128 * frame.h:
11129 * lisp.h:
11130 * macterm.c:
11131 * print.c:
11132 * process.c:
11133 * w32fns.c:
11134 * w32menu.c:
11135 * w32term.c:
11136 * xfns.c:
11137 * xmenu.c:
11138 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
11139
111402008-02-01 Kenichi Handa <handa@m17n.org>
11141
11142 * chartab.c (map_sub_char_table): Make it work for the top-level
11143 char-table. Fix handling of parent char-table.
11144 (map_char_table): Adjust for the above change.
11145
111462008-02-01 Jason Rumney <jasonr@gnu.org>
11147
11148 * w32font.c (Qgdi): Rename from Qw32.
11149
111502008-02-01 Jason Rumney <jasonr@gnu.org>
11151
11152 * w32bdf.c (get_quoted_string): Make function static.
11153
111542008-02-01 Kenichi Handa <handa@m17n.org>
11155
11156 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
11157 bigger ascent and descent than those of the font, use them as
11158 font's ascent and descent.
11159
111602008-02-01 Kenichi Handa <handa@m17n.org>
11161
11162 * Makefile.in (${lispsource}international/charprop.el): Move this
11163 target within "#ifdef HAVE_UNIDATA" and "#endif".
11164
111652008-02-01 Kenichi Handa <handa@m17n.org>
11166
11167 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
11168 (shortlisp): Add ../lisp/language/tai-viet.el.
11169
111702008-02-01 Ulrich Mueller <ulm@gentoo.org>
11171
11172 * Makefile.in (${lispsource}international/charprop.el): Depend on
11173 temacs${EXEEXT}.
11174
111752008-02-01 Jason Rumney <jasonr@gnu.org>
11176
11177 * w32font.c (w32font_close): Delete the GDI font object.
11178
11179 * w32menu.c: Include character.h.
11180
11181 * w32proc.c: Likewise.
11182
11183 * w32select.c: Likewise.
11184
11185 * makefile.w32-in (w32proc.o): Depend on character.h.
11186
111872008-02-01 Jason Rumney <jasonr@gnu.org>
11188
11189 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
11190
11191 * w32menu.c (syms_of_w32menu): Likewise.
11192
11193 * w32proc.c (syms_of_ntproc): Likewise.
11194
11195 * w32select.c (syms_of_w32select): Likewise.
11196
11197 * w32term.c (syms_of_w32term): Likewise.
11198
111992008-02-01 Jason Rumney <jasonr@gnu.org>
11200
11201 * w32font.c (w32font_draw): Delete brush after using it.
11202
112032008-02-01 Jason Rumney <jasonr@gnu.org>
11204
11205 * w32font.c (w32font_open): Don't set font_idx.
11206 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
11207 to font settings.
11208 (w32font_draw): Fill background explicitly.
11209
112102008-02-01 Jason Rumney <jasonr@gnu.org>
11211
11212 * w32term.c (w32_initialize): Don't call w32font_initialize.
11213
11214 * w32font.c (w32font_info): Remove subranges.
11215 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
11216 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
11217 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
11218 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
11219 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
11220 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
11221 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
11222 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
11223 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
11224 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
11225 New symbols.
11226 (font_callback_data): New struct.
11227 (w32font_list, w32font_match): Use it.
11228 (w32font_open): Don't populate subranges.
11229 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
11230 (w32font_encode_char): Always return unicode code-point as-is.
11231 (w32font_text_extents): Supply a transformation matrix to
11232 GetGlyphOutline. Never look up by glyph index. Avoid looping
11233 twice. Use unicode version of GetTexExtentPoint32 instead of
11234 glyph index version.
11235 (set_fonts_frame): Remove.
11236 (w32_enumfont_pattern_entity): Add frame parameter, use it to
11237 set frame parameter. Use backward compatible fake foundries.
11238 Save generic family in extra slot under QCfamily. Make width slot
11239 constant. Save QCspacing value. Save list of scripts instead of
11240 binary subranges.
11241 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
11242 (add_font_entity_to_list): Use font_callback_data struct. Filter
11243 unwanted fonts.
11244 (add_one_font_entity_to_list): Use font_callback_data struct.
11245 (w32_registry): Default to iso10646_1.
11246 (fill_in_logfont): Use dpi from extra slot. Don't bother with
11247 string font registries. Don't fill in font name if it is a generic
11248 family name, fill family instead. Use spacing, family and script
11249 extra info to fill pitch, family and charset fields.
11250 (list_all_matching_fonts): Use font_callback_data struct.
11251 (unicode_range_for_char): Remove.
11252 (font_supported_scripts): New function.
11253 (w32font_initialize): Remove.
11254 (syms_of_w32font): Update which symbols are defined.
11255
112562008-02-01 Jason Rumney <jasonr@gnu.org>
11257
11258 * font.c (font_pixel_size): Reverse assq_no_quit args.
11259
11260 * w32term.h (FONT_WIDTH): Report max width, not average.
11261 (FONT_MAX_WIDTH): Remove.
11262 (FONT_AVG_WIDTH): New macro.
11263
11264 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
11265 redefinition of FONT_WIDTH.
11266
11267 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
11268 (w32_cache_char_metrics): Use FONT_WIDTH.
11269
11270 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
11271
112722008-02-01 Jason Rumney <jasonr@gnu.org>
11273
11274 * w32font.c (w32font_open): Make lfHeight negative.
11275
11276 * w32fns.c (x_default_font_parameter): Use new style font name.
11277 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
11278
112792008-02-01 Jason Rumney <jasonr@gnu.org>
11280
11281 * w32font.c (QCsubranges): New symbol.
11282 (w32font_open, w32font_has_char): Get subranges from subproperty
11283 of extra.
11284 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
11285 (syms_of_w32font): Define :subranges symbol.
11286
11287 * font.c (font_put_extra): Expose externally.
11288
11289 * font.h (font_put_extra): Move declaration from font.c.
11290
11291 * font.c (Ffont_get): Use font driver to determine otf capability.
11292 (adjust_anchor): Check if driver defines anchor_point before using.
11293
11294 * w32font.c (w32font_open): Handle size, height and pixel_size better.
11295 (w32font_draw): Use options.
11296 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
11297 Fix detection of truetype fonts.
11298 (registry_to_w32_charset): Handle charsets other than iso8859-1
11299 expressed as lisp symbols.
11300 (w32_registry): Express charset as lisp symbol.
11301 (fill_in_logfont): Reverse pixel and point height logic.
11302 Don't set width here. Set quality to default.
11303
11304 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
11305 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
11306
11307 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
11308 Remove redundant loop and allocation.
11309
11310 * makefile.w32-in (font.o, w32font.o): New objects.
11311 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
11312 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
11313
11314 * xdisp.c (fill_composite_glyph_string): Make the first arg to
11315 STORE_XCHARB a valid l-value.
11316
11317 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
11318 calculations for non-Truetype fonts.
11319 (x_draw_glyph_string): Sync with xterm.c.
11320 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
11321 Remove redundant code.
11322 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
11323
11324 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
11325 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
11326
11327 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
11328 (x_to_w32_charset, w32_to_x_charset): Expose externally.
11329
11330 * w32font.c: New file for w32 font backend.
11331
113322008-02-01 Kenichi Handa <handa@m17n.org>
11333
11334 * term.c: Don't include "buffer.h" twice.
11335
113362008-02-01 Kenichi Handa <handa@m17n.org>
11337
11338 * character.c (Funibyte_string): New function.
11339 (syms_of_character): Defsubr it.
11340
113412008-02-01 Jason Rumney <jasonr@gnu.org>
11342
11343 * w32term.c [USE_FONT_BACKEND]:
11344 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
11345 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
11346 (x_draw_glyph_string, x_draw_glyph_string_foreground)
11347 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
11348 (x_free_frame_resources): Sync with xterm.c.
11349
113502008-02-01 Andreas Schwab <schwab@suse.de>
11351
11352 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
11353 char-table size.
11354
113552008-02-01 Kenichi Handa <handa@m17n.org>
11356
11357 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
11358
113592008-02-01 Kenichi Handa <handa@m17n.org>
11360
11361 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
11362 font_otf_gpos, add font_drive_otf.
11363
11364 * fontset.c (fontset_find_font): Pay attention to font size
11365 specified for a font.
11366 (reorder_font_vector): Check contents of font_def.
11367
11368 * font.c (struct otf_list): Delete it.
11369 (otf_list): Make it a lisp variable.
11370 (otf_open): Use lispy otf_list.
11371 (generate_otf_features): Rename from parse_gsub_gpos_spec.
11372 (check_otf_features): New function.
11373 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11374 New functions.
11375 (font_drive_otf): New function merging font_otf_gsub and
11376 font_otf_gpos.
11377 (font_open_for_lface): New arg spec. Change argument order.
11378 (font_load_for_face): Adjust for the change of font_open_for_lface.
11379 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
11380 Ffont_otf_gpos.
11381 (syms_of_font): Staticpro otf_list. Delete defsubr of
11382 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
11383
11384 * xfaces.c (set_font_frame_param): Adjust for the change of
11385 font_open_for_lface.
11386
11387 * font.h (font_open_for_lface): Adjust prototype.
11388 (struct font_driver): Delete members otf_gsub and otf_gpos, add
11389 member otf_drive.
11390 (font_otf_gsub, font_otf_gpos): Delete externs.
11391 (font_drive_otf): Extern it.
11392
113932008-02-01 Kenichi Handa <handa@m17n.org>
11394
11395 * font.c (font_at): If the window W is not on a window system,
11396 return Qnil.
11397
11398 * coding.c (produce_chars, encode_coding): Don't call
11399 insert_from_gap if no characters to produce.
11400
114012008-02-01 Kenichi Handa <handa@m17n.org>
11402
11403 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
11404 Fclear_face_cache.
11405
11406 * xfaces.c (face_for_font): Check also face->font==font->font.font.
11407
114082008-02-01 Miles Bader <miles@gnu.org>
11409
11410 * emacs.c (main): Change default value of `enable_font_backend' to 1.
11411 Parse "--disable-font-backend" option.
11412 (standard_args): Add "--disable-font-backend" option.
11413
114142008-02-01 Kenichi Handa <handa@m17n.org>
11415
11416 * fontset.c (fontset_find_font): New function.
11417 (fontset_font): Use fontset_find_font.
11418 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
11419 Register the specified font for all Latin characters.
11420 (new_fontset_from_font): Register the specified font for all Latin
11421 characters.
11422 (dump_fontset): For a realized fontset, include the base fontset
11423 name in the returned vector.
11424
114252008-02-01 Kenichi Handa <handa@m17n.org>
11426
11427 * character.h (CHAR_STRING): Cast C to unsigned on calling
11428 char_string.
11429
11430 * character.c (char_string): Type of arg C changed to unsigned.
11431 Signal an error if C is an invalid character code.
11432
11433 * editfns.c (general_insert_function, Fchar_to_string):
11434 Use CHARACTERP, not INTEGERP.
11435
114362008-02-01 Kenichi Handa <handa@m17n.org>
11437
11438 * character.h (MIN_MULTIBYTE_LEADING_CODE)
11439 (MAX_MULTIBYTE_LEADING_CODE): New macros.
11440
11441 * regex.c (analyse_first): Fix for multibyte characters in "case
11442 charset:" and "case categoryspec:".
11443
114442008-02-01 Andreas Schwab <schwab@suse.de>
11445
11446 * Makefile.in (LIBES): Move standard libraries to the end.
11447
114482008-02-01 Kenichi Handa <handa@m17n.org>
11449
11450 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
11451 nonzero, don't shrink the buffer nextb.
11452
11453 * buffer.h (struct buffer_text): New member inhibit_shrinking.
11454
11455 * coding.c (coding_alloc_by_making_gap): New arg offset.
11456 (alloc_destination): Call coding_alloc_by_making_gap with the arg
11457 offset.
11458 (decode_coding_iso_2022): Update coding->safe_charsets.
11459 (decode_coding_gap): Temporarily set
11460 current_buffer->text->inhibit_shrinking to 1.
11461
114622008-02-01 Kenichi Handa <handa@m17n.org>
11463
11464 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
11465 indexing into elements of s->cmp and s->char2b.
11466
114672008-02-01 Juanma Barranquero <lekktu@gmail.com>
11468
11469 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
11470
114712008-02-01 Kenichi Handa <handa@m17n.org>
11472
11473 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
11474 target_multibyte instead of multibyte.
11475 (re_match_2_internal): Call bcmp_translate with target_multibyte.
11476 (bcmp_translate): Change the argument name from multibyte to
11477 target_multibyte.
11478
114792008-02-01 Kenichi Handa <handa@m17n.org>
11480
11481 These changes are to compile a regexp into a pattern that can be
11482 used both for multibyte and unibyte targets.
11483
11484 * Makefile.in (search.o): Depend on charset.h.
11485
11486 * character.c (multibyte_char_to_unibyte_safe): New function.
11487
11488 * search.c: Include "charset.h".
11489 (compile_pattern_1): Delete argument multibyte. Don't set
11490 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
11491 (compile_pattern): Don't compare cp->buf.target_multibyte.
11492 Compare cp->buf.charset_unibyte.
11493 (compile_pattern): Set cp->buf.target_multibyte.
11494
11495 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
11496
11497 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
11498
11499 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
11500 multibyte. Change callers.
11501 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
11502 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
11503 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
11504 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
11505 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
11506 (regex_compile): Make the compiled pattern usable both for
11507 multibyte and unibyte targets.
11508 (analyse_first): Make the fastmap usable both for multibyte and
11509 unibyte targets.
11510 (TRANSLATE_VIA_MULTIBYTE): Delete.
11511 (re_match_2_internal): Pay attention to the case that the
11512 multibyteness of bufp and target may be different.
11513
115142008-02-01 Kenichi Handa <handa@m17n.org>
11515
11516 * xdisp.c (x_produce_glyphs): When a font is not found, make the
11517 empty box occupy at least one column width.
11518
115192008-02-01 Miles Bader <miles@gnu.org>
11520
11521 * Makefile.in: Remove redundant HAVE_XFT clause.
11522
115232008-02-01 Kenichi Handa <handa@m17n.org>
11524
11525 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
11526
115272008-02-01 Kenichi Handa <handa@m17n.org>
11528
11529 * fontset.c (Finternal_char_font): Fix for the case of POSITION
11530 being nil.
11531
115322008-02-01 Kenichi Handa <handa@m17n.org>
11533
11534 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
11535
115362008-02-01 Kenichi Handa <handa@m17n.org>
11537
11538 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
11539
115402008-02-01 Kenichi Handa <handa@m17n.org>
11541
11542 * search.c (simple_search): Fix previous change.
11543
115442008-02-01 Kenichi Handa <handa@m17n.org>
11545
11546 * xftfont.c (ftfont_font_format): Extern declaration.
11547
11548 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
11549
11550 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
11551 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
11552
11553 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
11554 (ftfont_font_format): Fix previous change.
11555
11556 * font.h (Ffont_xlfd_name): EXFUN it.
11557
11558 * font.c (font_parse_xlfd): Fix the array size of `f'.
11559 (register_font_driver): Use EQ to compare driver->type.
11560
11561 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
11562 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
11563 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
11564
115652008-02-01 Kenichi Handa <handa@m17n.org>
11566
11567 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
11568 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
11569
115702008-02-01 Kenichi Handa <handa@m17n.org>
11571
11572 * xfont.c (xfont_open): Set font->format.
11573
11574 * xftfont.c (xftfont_open): Set font->format.
11575
11576 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
11577 (ftfont_list): Include FC_FONTFORMAT in FcObject.
11578 (ftfont_open): Set font->format.
11579 (ftfont_font_format): New function.
11580
11581 * font.h (struct font): New member format.
11582
11583 * font.c (Qopentype): New variable.
11584 (syms_of_font): Defsym it.
11585 (Fquery_font): Change the format of the last element of the return
11586 value.
11587
115882008-02-01 Kenichi Handa <handa@m17n.org>
11589
11590 * xfns.c (xic_create_xfontset): Try the default fontset name as a
11591 last resort.
11592
115932008-02-01 Kenichi Handa <handa@m17n.org>
11594
11595 * coding.c (detect_coding_charset): Fix detection of multi-byte
11596 charset.
11597
115982008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
11599
11600 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
11601
116022008-02-01 Kenichi Handa <handa@m17n.org>
11603
11604 * xdisp.c (get_next_display_element): Set it->face_id for the
11605 first component of a composition.
11606 (x_produce_glyphs): Check if the font is changed or not for composition.
11607
116082008-02-01 Kenichi Handa <handa@m17n.org>
11609
11610 * fontset.c (Qlatin): New variable.
11611 (syms_of_fontset): Define it as a lisp symbol.
11612 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
11613
116142008-02-01 Kenichi Handa <handa@m17n.org>
11615
11616 * font.c (font_unparse_fcname): Pay attention to the case that
11617 some of font property is a null string.
11618
116192008-02-01 Kenichi Handa <handa@m17n.org>
11620
11621 * term.c: Include "composite.h".
11622 (encode_terminal_code): Output all components of composition.
11623 Check the size of encode_terminal_src.
11624 (produce_glyphs): For composition, call produce_composite_glyph.
11625 (append_composite_glyph, produce_composite_glyph): New functions.
11626
11627 * xdisp.c (x_produce_glyphs): In handling composition, if a font
11628 is not found, get font_info from the current ascii face.
11629
116302008-02-01 Kenichi Handa <handa@m17n.org>
11631
11632 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
11633 buffer-file-name to Qnil before calling insert_from_buffer.
11634
11635 * font.c (font_unparse_fcname): Pay attention to the case that
11636 foundry is a null string.
11637
116382008-02-01 Kenichi Handa <handa@m17n.org>
11639
11640 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
11641
11642 * font.c (Qunicode_sip): New variable.
11643 (syms_of_font): Declare it as a Lisp symbol.
11644
11645 * font.h (Qunicode_sip): Extern it.
11646
116472008-02-01 Kenichi Handa <handa@m17n.org>
11648
11649 * composite.c (get_composition_id): Pay attention to TAB component.
11650
11651 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
11652 TAB. Adjust for the change of s->char2b which always points to
11653 the first element of allocated memory.
11654
11655 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
11656
11657 * xdisp.c (handle_composition_prop): Set it->c to the first
11658 non-TAB component.
11659 (fill_composite_glyph_string): Change argument.
11660 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
11661 (x_produce_glyphs): Fix handling of left/right padding.
11662
116632008-02-01 Kenichi Handa <handa@m17n.org>
11664
11665 * coding.c (detect_coding_system): Fix for handling off
11666 inhibit_iso_escape_detection. Fix for the case that no coding
11667 system is defined for a specific coding category.
11668
116692008-02-01 Kenichi Handa <handa@m17n.org>
11670
11671 * font.c (font_matching_entity): Delete unused local var.
11672
11673 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
11674 opening a font.
11675
11676 * fileio.c (Finsert_file_contents): On recovering a file, assume
11677 Unix-like eol.
11678 (choose_write_coding_system): On auto-saving a file, force
11679 Unix-like eol.
11680
11681 * coding.c (setup_coding_system): Fix setting of
11682 coding->common_flags based on eol_type.
11683 (coding_inherit_eol_type): If PARENT is not nil, be sure to
11684 inherit from it.
11685
116862008-02-01 Kenichi Handa <handa@m17n.org>
11687
11688 * alloc.c (NSTATICS): Increas to 0x600.
11689
116902008-02-01 Kenichi Handa <handa@m17n.org>
11691
11692 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
11693 (ftfont_list): Don't check :name property.
11694 (ftfont_match): New function.
11695 (ftfont_pattern_entity): If the pattern doesn't contain
11696 FC_SPACING, don't assume FC_MONO.
11697
11698 * font.h (struct font_driver): New member `match'.
11699 (font_update_drivers): Adjust prototype.
11700
11701 * font.c (font_parse_fcname, font_parse_name): Don't change :name
11702 property of FONT.
11703 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
11704 them unconditionally.
11705 (font_matching_entity): New function.
11706 (font_open_by_name): Try font_matching_entity if exact match is
11707 not found.
11708 (font_update_drivers): Delete the arg FONT. Return a list of
11709 actually used backends. Don't free faces, font caches here.
11710 Don't store data in frame parameters. Don't call x_set_font.
11711 (Ffont_spec): Store :name property as is.
11712 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
11713 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
11714 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
11715 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
11716 Call font->driver->otf_gsub instead of font_otf_gsub.
11717
11718 * frame.c (x_set_font_backend): Do more works that were done in
11719 font_update_drivers before.
11720
11721 * xfont.c (xfont_match): New function.
11722 (xfont_driver): Set xfont_driver.match to xfont_match.
11723 (xfont_draw): Set font in GC if necessary.
11724
11725 * ftxfont.c (ftxfont_match): New function.
11726 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
11727
11728 * xftfont.c (xftfont_match): New function.
11729 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
11730
117312008-02-01 Kenichi Handa <handa@m17n.org>
11732
11733 * font.h (struct font): New member scalable.
11734 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
11735 (font_otf_gsub): Adjust prototype.
11736
11737 * font.c (font_otf_capability): Fix handling of the default langsys.
11738 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
11739 Check the contents of SPEC.
11740 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
11741 (check_gstring): New function.
11742 (REPLACEMENT_CHARACTER): New macro.
11743 (font_otf_gsub): New arg alternate_subst. Be sure to set all
11744 glyph codes of GSTRING.
11745 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
11746 (font_prepare_composition): Set cmp->glyph_len.
11747 (font_open_entity): Set font->scalable.
11748 (Ffont_get): Handle :otf property.
11749 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
11750 functions.
11751 (Fquery_font): Use font->font.full_name.
11752 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
11753 Sfont_otf_alternates.
11754
11755 * ftfont.c (ftfont_open): Set font->font.full_name and
11756 font->font.name properly. Fix calculation of font->font.height
11757 and font->min_width.
11758
11759 * ftxfont.c (ftxfont_create_gcs): New function.
11760 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
11761 (ftxfont_draw_backgrond): Fix filling region.
11762 (ftxfont_default_fid): New function.
11763 (ftxfont_open): Set xfont->fid to the return value of
11764 ftxfont_default_fid.
11765 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
11766 (ftxfont_done_face): Free only GCs that are created by
11767 ftxfont_create_gcs.
11768 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
11769
11770 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
11771 Clip to src->width, etc (not src->clip_XXX).
11772
11773 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
11774 FontBackend frame parameter.
11775
117762008-02-01 Kenichi Handa <handa@m17n.org>
11777
11778 * font.h (struct font_driver_list): New member `on'.
11779 (Fclear_font_cache): EXFUN it.
11780 (font_update_drivers): Extern it.
11781
11782 * font.c (font_unparse_fcname): Fix typo (swidth->width).
11783 (font_list_entities): Check driver_list->on.
11784 (register_font_driver): Initalize `on' member to 0.
11785 (font_update_drivers): New function.
11786 (Fclear_font_cache): Check driver_list->on.
11787
11788 * frame.h (Qfont_backend): Extern it.
11789 (x_set_font_backend): Extern it.
11790
11791 * frame.c (Qfont_backend): New variable.
11792 (frame_parms): New element for font-backend.
11793 (x_set_font_backend): New function.
11794
11795 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
11796 FontBackend frame parameter.
11797 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
11798 x_set_font_backend.
11799
11800 * xfont.c (xfont_list): Don't try listing by :name property if the
11801 name is not for XLFD.
11802
118032008-02-01 Kenichi Handa <handa@m17n.org>
11804
11805 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
11806 (LGLYPH_SET_TO): New macros.
11807 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
11808 element of G is vector or not.
11809 (font_at): Extern it.
11810
11811 * font.c: Include window.h.
11812 (font_lispy_object): New function.
11813 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
11814 end of valid glyph.
11815 (font_close_object): Fix getting (struct font *).
11816 (font_at): New function.
11817 (Ffont_get): If FONT is a font-object, get entity from it.
11818 (Ffont_make_gstring): Initialize elements of glyphs with nil.
11819 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
11820 range check.
11821 (Ffont_at): New function.
11822 (syms_of_font): Defsubr Sfont_at.
11823
11824 * xdisp.c (it_props): Move the entry for Qauto_composed to just
11825 before the entry for Qcomposition.
11826 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
11827 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
11828 the font in gstring.
11829 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
11830 LGLYPH_FORM (g) to detect the end of valid glyph.
11831 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
11832 we are composing with gstring.
11833
11834 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
11835 Check if adjustment is vector or not.
11836
11837 * Makefile.in (font.o): Make it depends on window.h.
11838
118392008-02-01 Kenichi Handa <handa@m17n.org>
11840
11841 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
11842 adjustment is vector or not.
11843
118442008-02-01 Miles Bader <miles@gnu.org>
11845
11846 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
11847
118482008-02-01 Kenichi Handa <handa@m17n.org>
11849
11850 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
11851 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
11852 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
11853
11854 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
11855 (DEVICE_DELTA): Fix typo.
11856 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
11857 LGLYPH format.
11858
11859 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
11860 the change of LGLYPH format.
11861
118622008-02-01 Kenichi Handa <handa@m17n.org>
11863
11864 * ftfont.c (ftfont_list): Fix typo.
11865 (ftfont_build_basic_charsets): Don't include letters with diacritics.
11866
118672008-02-01 Jan Djärv <jan.h.d@swipnet.se>
11868
11869 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
11870
11871 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
11872 xftface_info is non-NULL.
11873
118742008-02-01 Jan Djärv <jan.h.d@swipnet.se>
11875
11876 * ftfont.c (ftfont_list): Move misplaced #endif.
11877
118782008-02-01 Kenichi Handa <handa@m17n.org>
11879
11880 * ftfont.c (ftfont_list): Pay attention to the case that
11881 FC_CAPABILITY is not defined.
11882
118832008-02-01 Kenichi Handa <handa@m17n.org>
11884
11885 * xftfont.c (xftfont_open): Set charset related members to -1.
11886
11887 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
11888 QCname.
11889 (ftfont_open): Set charset related members to -1.
11890
11891 * fontset.c (Votf_script_alist): New variable.
11892 (syms_of_fontset): Initialize it.
11893 (fontset_font): Delete unused variable.
11894
11895 * fontset.h (Votf_script_alist): Extern it.
11896
11897 * font.c (font_find_for_lface): Optimize code.
11898
11899 * font.h (font_close_object, font_merge_old_spec): Extern them.
11900
119012008-02-01 Kenichi Handa <handa@m17n.org>
11902
11903 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
11904 (syms_of_font): Initialize them.
11905 (font_pixel_size): Allow float value in dpi.
11906 (font_prop_validate_type): Delete.
11907 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
11908 Change caller.
11909 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
11910 (font_prop_validate_extra): Delete.
11911 (font_prop_validate_spacing): New function.
11912 (font_property_table): Add elements for all known properties.
11913 (get_font_prop_index): Rename from check_font_prop_name. New
11914 argument FROM. Change caller.
11915 (font_prop_validate): Validate all known properties.
11916 (font_put_extra): Delete argument force. Change caller.
11917 (font_expand_wildcards): Make it static. Fix the way of shrinking
11918 the possible range.
11919 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
11920 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
11921 Change caller.
11922 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
11923 (font_parse_fcname): Delete argument merge. Fix parsing of point
11924 size. Don't validate properties values here. Change caller.
11925 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
11926 (font_open_by_name): Delete unused variable.
11927 (Ffont_spec): Likewise. Validate property values.
11928 (Ffont_match_p): New function.
11929
11930 * font.h (QCscalable): Extern it.
11931 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
11932
11933 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
11934
11935 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
11936 (xfont_list_pattern): New function.
11937 (xfont_list): Use xfont_list_pattern.
11938
119392008-02-01 Kenichi Handa <handa@m17n.org>
11940
11941 * font.h (Flist_fonts): EXFUN it.
11942
119432008-02-01 Jason Rumney <jasonr@gnu.org>
11944
11945 * w32term.c (w32_initialize): Add back smoothing_type and
11946 smoothing_enabled definitions.
11947
119482008-02-01 Kenichi Handa <handa@m17n.org>
11949
11950 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
11951 s->face->font on determining underline position.
11952
119532008-02-01 Kenichi Handa <handa@m17n.org>
11954
11955 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
11956 (font_has_char): Accept font-object too.
11957 (font_find_for_lface): Try at first with a size specified in face.
11958
119592008-02-01 Kenichi Handa <handa@m17n.org>
11960
11961 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
11962 font_open_by_name.
11963
119642008-02-01 Kenichi Handa <handa@m17n.org>
11965
11966 * font.h (QCspacing, QCdpi): Extern them.
11967 (enum font_spacing): New enum.
11968 (FONT_PIXEL_SIZE_QUANTUM): New macro.
11969
11970 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
11971 (QCspacing, QCdpi): New variables.
11972 (syms_of_font): Initialize them.
11973 (font_pixel_size): New function.
11974 (font_put_extra): New function.
11975 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
11976 in FONT_EXTRA.
11977 (font_parse_fcname): Handle enumerated values (e.g. bold).
11978 Fix handling font size. Add QCname property that contains only
11979 unknown properties.
11980 (font_score): Change argument. Change caller. Pay attention to
11981 FONT_PIXEL_SIZE_QUANTUM.
11982 (font_sort_entites, font_list_entities, font_find_for_lface)
11983 (font_open_for_lface, font_open_by_name): Fix handling of font size.
11984 (Ffont_spec): Add QCname property that contains only unknown properties.
11985
11986 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
11987 include weight in listing pattern, instead check weight of each
11988 listed font. Don't include scalable in pattern. Pay attention to
11989 FONT_PIXEL_SIZE_QUANTUM.
11990
119912008-02-01 Kenichi Handa <handa@m17n.org>
11992
11993 * font.c (font_parse_fcname): Fix parsing of point-size.
11994 (font_unparse_fcname): Produce symbolic names for style properties.
11995 (font_list_entities): Handle float size correctly.
11996 (font_open_by_name): Prefer `normal' property values if the name
11997 doesn't specify them.
11998
11999 * fontset.c (Finternal_char_font): Use font_get_name, not
12000 Ffont_xlfd_name.
12001
12002 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
12003 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
12004 pattern. Don't force scalable.
12005
12006 * xftfont.c (xftfont_open): For generating a name, start from
12007 96-byte buffer.
12008
120092008-02-01 Jan Djärv <jan.h.d@swipnet.se>
12010
12011 * frame.h (x_new_fontset2): Fix prototype.
12012
120132008-02-01 Kenichi Handa <handa@m17n.org>
12014
12015 * font.h (struct font_driver): Delete member parse_name.
12016 (font_match_p, font_get_spec, font_parse_fcname)
12017 (font_unparse_fcname): Extern them.
12018 (font_get_name): Adjust prototype.
12019
12020 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
12021 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
12022 (font_expand_wildcards): Fix handling ENCODING field. Avoid
12023 unnecessary checks for weight, slant, and swidth.
12024 (font_parse_fcname): New function.
12025 (font_unparse_fcname): New function.
12026 (font_parse_name): New function.
12027 (font_match_p): New function.
12028 (font_get_name): Change return value to Lisp string.
12029 (font_get_spec): New function.
12030 (Qunspecified, Qignore_defface): Don't extern them.
12031 (font_find_for_lface): Assume that LFACE is fully specified.
12032 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
12033 object, use it for FACE.
12034 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
12035 driver->parse_name.
12036 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
12037
12038 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
12039 prototype.
12040
12041 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
12042 argument F. Don't call Fnew_fontset. Instead, directly call
12043 make_fontset.
12044
12045 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
12046
12047 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
12048 of x_new_fontset2.
12049
12050 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
12051 (Qsans__serif): New variables.
12052 (ftfont_generic_family_list): New variable.
12053 (syms_of_ftfont): Initialize the above variables.
12054 (ftfont_pattern_entity): Delete argument NAME.
12055 (ftfont_list_generic_family): New function.
12056 (ftfont_parse_name): Delete this function.
12057 (ftfont_list): Try generic family only when FcFontList found no font.
12058 (ftfont_list_family): Fix args to FcObjectSetBuild.
12059
12060 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
12061 object in attrs[LFACE_FONT_INDEX].
12062 (set_lface_from_font_name): Cancel all changes for font-backend.
12063 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
12064 function.
12065 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
12066 font object in QCfont attribute.
12067 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
12068 (realize_default_face) [USE_FONT_BACKEND]: Call
12069 set_lface_from_font_and_fontset.
12070
12071 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
12072 "fixed", and signal error here if no suitable font was found.
12073
12074 * xfont.c (xfont_parse_name): Delete this function.
12075
12076 * xftfont.c (xftfont_open): Change coding style of error
12077 handling. Generate fontconfig's fontname pattern.
12078
12079 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
12080 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
12081
12082 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
12083 Both args FONTSET and FONT_OBJECT must be existing ones.
12084
120852008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12086
12087 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
12088
120892008-02-01 Kenichi Handa <handa@m17n.org>
12090
12091 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
12092
12093 * font.h (struct font): Fix typo.
12094
12095 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
12096 XLFD_XXX_INDEX.
12097 (enum xlfd_field_mask): New enum.
12098 (intern_font_field): Changed argument. Change caller. If digits
12099 are followed by non-digits, return a symbol.
12100 (font_expand_wildcards): New function.
12101 (font_parse_xlfd): Fix wildcard handling.
12102 (Ffont_spec): If :name is specified, reflect the info in the other
12103 properties.
12104
12105 * ftfont.c (ftfont_pattern_entity): Fix typo.
12106 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
12107 locale.
12108
121092008-02-01 Kenichi Handa <handa@m17n.org>
12110
12111 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
12112
12113 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
12114 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
12115 registry doesn't specify encoding part.
12116 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
12117 (font_open_by_name): At first try parsing the name.
12118 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
12119 as Lisp symbols.
12120
12121 * fontset.c (reorder_font_vector): Pay attention to the case that
12122 the 3rd element of font_def is nil.
12123 (fontset_font): For the default fontset, append one more fontset
12124 elements for a script-based font specification. Don't add script
12125 attribute on finding a font.
12126 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
12127 font name.
12128 (fontset_ascii_font): If a font can't be opened, return nil.
12129
12130 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
12131 (ftfont_pattern_entity): New function.
12132 (ftfont_get_cache): Assume that freetype_font_cache is already
12133 initialized.
12134 (ftfont_list): Handle the case that a file is specified in font
12135 name. Use ftfont_pattern_entity to generate entities.
12136 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
12137 (syms_of_ftfont): Initialize freetype_font_cache.
12138
12139 * xftfont.c (xftfont_open): Make the font name fontconfig's
12140 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
12141 (xftfont_close): Free font->font.name if not NULL.
12142
12143 * xfont.c (xfont_list): If script is specified for a font, return
12144 null_vector.
12145 (xfont_list_family): Declare argument type.
12146
12147 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
12148 name, set LFACE_FONT (lface) to nil.
12149
12150 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
12151 return Qnil.
12152
121532008-02-01 Kenichi Handa <handa@m17n.org>
12154
12155 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
12156 (standard_args): Add "-enable-font-backend".
12157
121582008-02-01 Kenichi Handa <handa@m17n.org>
12159
12160 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
12161 (struct xftdraw_list, xftdraw_list): Delete them.
12162 (register_xftdraw, check_xftdraw): Delete them.
12163 (xftfont_prepare_face): Don't call register_xftdraw.
12164 (xftfont_done_face): Don't call check_xftdraw.
12165 (xftfont_draw): Get background color only when with_background is
12166 nonzero.
12167
12168 * xfont.c (xfont_encode_char): Fix calculation of char2b.
12169
121702008-02-01 Kenichi Handa <handa@m17n.org>
12171
12172 These changes are for the new font handling codes.
12173
12174 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
12175 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
12176 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
12177 (FONTSRC, FONTOBJ): New variables.
12178 (obj): Add $(FONTOBJ).
12179 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
12180 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
12181 @LIBOTF_LIBS@.
12182 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
12183 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
12184
12185 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
12186
12187 * character.h (Vscript_representative_chars): Extern it.
12188
12189 * character.c (Vscript_representative_chars): New variable.
12190 (syms_of_character): Declare it as a Lisp variable.
12191
12192 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
12193 enable_font_backend is nonzero, accept the composition method
12194 COMPOSITION_WITH_GLYPH_STRING.
12195
12196 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
12197 enumeration COMPOSITION_WITH_GLYPH_STRING.
12198
12199 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
12200 members clip_x, clip_y, clip_width, and clip_height.
12201 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
12202
12203 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
12204 --enable-font-backend. Call syms_of_font.
12205
12206 * fns.c (assoc_no_quit): New function.
12207
12208 * fontset.h (FONT_INFO_FROM_FACE): New macro.
12209 (face_for_font, new_fontset_from_font)
12210 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
12211
12212 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
12213 (fontset_font, fontset_ascii, face_for_char)
12214 (make_fontset_for_ascii_face, Ffont_info)
12215 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
12216 is nonzero, use font-backend mechanism.
12217 (find_font_encoding): Make it non-static.
12218 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
12219 New functions.
12220
12221 * frame.h (struct frame): New members resx and resy.
12222 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
12223 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
12224
12225 * frame.c [USE_FONT_BACKEND]: Include "font.h".
12226 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
12227
12228 * lisp.h (assoc_no_quit): Extern it.
12229
12230 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
12231 Through out the file, use FONT_INFO_FROM_FACE instead of
12232 FONT_INFO_FROM_ID, use get_per_char_metric instead of
12233 rif->per_char_metric.
12234 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
12235 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
12236 (get_glyph_face_and_encoding, fill_composite_glyph_string)
12237 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
12238 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
12239 nonzero, use font-backend mechanism.
12240 (get_per_char_metric): New function.
12241
12242 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
12243 (set_lface_from_font_name)
12244 (set_font_frame_param, free_realized_face)
12245 (prepare_face_for_display, clear_face_gcs)
12246 (Finternal_set_font_selection_order, realize_x_face)
12247 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
12248 font-backend mechanism.
12249 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
12250 (load_face_font) [USE_FONT_BACKEND]: Abort.
12251 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
12252 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
12253
12254 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
12255 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
12256 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
12257 nonzero, register all available font drivers. Call
12258 x_default_font_parameter for deciding a font.
12259 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
12260
12261 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
12262 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
12263 (x_set_glyph_string_clipping_exactly)
12264 (x_compute_glyph_string_overhangs)
12265 (x_draw_glyph_string_foreground)
12266 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
12267 (x_free_frame_resources) [USE_FONT_BACKEND]: If
12268 enable_font_backend is nonzero, use font-backend mechanism.
12269 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
12270
122712008-02-01 Kenichi Handa <handa@m17n.org>
12272
12273 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
12274 system_eol_type.
12275 (syms_of_coding): Initialize system_eol_type.
12276
12277 * process.c (Fset_process_coding_system): Inherit system's eol
12278 format if necessary.
12279
122802008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12281
12282 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
12283
122842008-02-01 Kenichi Handa <handa@m17n.org>
12285
12286 * coding.c (decode_eol): Pay attention to buffer relocation in
12287 del_range_2.
12288 (decode_coding): Call decode_eol before restoring undo_list.
12289
122902008-02-01 Kenichi Handa <handa@m17n.org>
12291
12292 * charset.c (Fdefine_charset_internal): Fix setting of
12293 emacs_mule_bytes.
12294
122952008-02-01 Kenichi Handa <handa@m17n.org>
12296
12297 * keyboard.c (read_char): Check if C is a character or not before
12298 looking up Vkeyboard_translate_table.
12299
123002008-02-01 Kenichi Handa <handa@m17n.org>
12301
12302 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
12303 condition to terminate the loop.
12304
123052008-02-01 Kenichi Handa <handa@m17n.org>
12306
12307 * coding.c (produce_composition): Compare charbuf[i] instead of
12308 args[i] against 0.
12309 (Fterminal_coding_system): Use EQ to compare Lisp objects.
12310
123112008-02-01 Kenichi Handa <handa@m17n.org>
12312
12313 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
12314 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
12315 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
12316 detect_coding.
12317 (emacs_mule_char): Handle old style (Emacs 20) component character
12318 of a composition.
12319 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
12320 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
12321 composition rule.
12322 (decode_coding_emacs_mule): Handle invalid bytes correctly.
12323
123242008-02-01 Kenichi Handa <handa@m17n.org>
12325
12326 * coding.c (encode_coding_ccl): Allocate destination dynamically
12327 when necessary.
12328
123292008-02-01 Kenichi Handa <handa@m17n.org>
12330
12331 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
12332 the loop. When quitted, show a proper error message.
12333
123342008-02-01 Kenichi Handa <handa@m17n.org>
12335
12336 * xterm.c (x_set_glyph_string_clipping_exactly): Set
12337 src->clip_head and src->clip_tail temporarily instead of src->hl.
12338
12339 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
12340 character sequence.
12341 (Fccl_execute_on_string): Use ASET, not XSET.
12342
123432008-02-01 Kenichi Handa <handa@m17n.org>
12344
12345 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
12346
123472008-02-01 Kenichi Handa <handa@m17n.org>
12348
12349 * coding.c (decode_coding): Fix the condition of terminating the
12350 decoding loop.
12351
123522008-02-01 Kenichi Handa <handa@m17n.org>
12353
12354 * data.c (Faset): On setting a character bigger than 255 in a
12355 unibyte string, signal an error instead of make the string multibyte.
12356
123572008-02-01 Kenichi Handa <handa@m17n.org>
12358
12359 * charset.c (map_charset_chars): Fix for ascii-compatible charset
12360 made by a mapping table.
12361
123622008-02-01 Kenichi Handa <handa@m17n.org>
12363
12364 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
12365 not.
12366 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
12367 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
12368
12369 * xterm.c (x_draw_composite_glyph_string_foreground): Check
12370 s->face is NULL or not.
12371
123722008-02-01 Kenichi Handa <handa@m17n.org>
12373
12374 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
12375 (x_draw_glyph_string): Fix drawing of right_overhang and
12376 left_overhang around/on cursor.
12377
12378 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
12379
123802008-02-01 Kenichi Handa <handa@m17n.org>
12381
12382 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
12383
123842008-02-01 Kenichi Handa <handa@m17n.org>
12385
12386 * coding.c (Fdefine_coding_system_internal)
12387 (Fdefine_coding_system_alias): Avoid a duplicated element in
12388 Vcoding_system_alist.
12389
123902008-02-01 Kenichi Handa <handa@m17n.org>
12391
12392 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
12393
12394 * coding.c (Qcoding_system_define_form): New variable.
12395 (syms_of_coding): Intern and staticpro it.
12396 (Fcoding_system_p): Check Qcoding_system_define_form.
12397 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
12398
12399 * coding.h (CODING_SYSTEM_P): If ID is not available, call
12400 Fcoding_system_p.
12401 (CHECK_CODING_SYSTEM): If ID is not available, call
12402 Fcheck_coding_system.
12403 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
12404 Try also Fcheck_coding_system.
12405
124062008-02-01 Kenichi Handa <handa@m17n.org>
12407
12408 * coding.c (code_conversion_restore): GCPRO arg.
12409
124102008-02-01 Kenichi Handa <handa@m17n.org>
12411
12412 * character.c (lisp_string_width): Check multibyteness of STRING.
12413
124142008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12415
12416 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
12417 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
12418 (decode_mac_font_name): Use decode_coding_c_string instead of
12419 decode_coding.
12420 (x_load_font): Initialize fontp->fontset to -1. Set
12421 fontp->encoding_type.
12422
124232008-02-01 Kenichi Handa <handa@m17n.org>
12424
12425 * search.c (search_buffer): Give up BM search on case-fold-search
12426 if one of a target character has a case-equivalence of different
12427 byte length even if that target charcter is an ASCII.
12428 (simple_search): Fix calculation of byte length of matched text.
12429 (boyer_moore): Fix handling of case-equivalent multibyte characters.
12430
124312008-02-01 Kenichi Handa <handa@m17n.org>
12432
12433 * coding.c (decode_coding): Fix handling of invalid bytes.
12434
124352008-02-01 Kenichi Handa <handa@m17n.org>
12436
12437 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
12438 Unicode characters.
12439
124402008-02-01 Kenichi Handa <handa@m17n.org>
12441
12442 * coding.c (encode_coding_object): If a pre-write-conversion
12443 function makes a new buffer, kill it.
12444
124452008-02-01 Kenichi Handa <handa@m17n.org>
12446
12447 * coding.c (QCascii_compatible_p): New variable.
12448 (syms_of_coding): Initialize it.
12449 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
12450 calling string_char.
12451 (record_conversion_result): Add `default:' case.
12452 (coding_charset_list): Delete unused variable `coding_type'.
12453 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
12454 property in the plist of the coding system.
12455 (Fcoding_system_put): Check QCascii_compatible_p.
12456
124572008-02-01 Miles Bader <miles@gnu.org>
12458
12459 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
12460 removed calculation of frame `f', as it's now used.
12461
124622008-02-01 Kenichi Handa <handa@m17n.org>
12463
12464 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
12465 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
12466 (UNIDATA): New variable.
12467 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
12468 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
12469 $(RUN_TEMACS) unconditionally.
12470
124712008-02-01 Kenichi Handa <handa@m17n.org>
12472
12473 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
12474 (admindir): New variable.
12475 ($(lispsource)international/charprop.el): New target.
12476
124772008-02-01 Miles Bader <miles@gnu.org>
12478
12479 * character.c (chars-in-region): Remove obsolete function.
12480 (syms_of_character): Remove its initialization.
12481
124822008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
12483
12484 * w32select.c (validate_coding_system)
12485 (setup_windows_coding_system): New functions.
12486 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
12487 setup_windows_coding_system.
12488 (setup_config, Fw32_get_clipboard_data): Use
12489 validate_coding_system.
12490 (Fx_selection_exists): Move call to setup_config to a place
12491 where signals are allowed.
12492
12493 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
12494 (Fcheck_coding_system): Add declarations.
12495
124962008-02-01 Kenichi Handa <handa@m17n.org>
12497
12498 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
12499
125002008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12501
12502 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
12503 string as the second argument for x_new_fontset.
12504
125052008-02-01 Kenichi Handa <handa@m17n.org>
12506
12507 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
12508 (encode_coding_object): Use safe_call instead of call2.
12509
125102008-02-01 Kenichi Handa <handa@m17n.org>
12511
12512 * fontset.c (Fset_fontset_font): Check family element of a given vector.
12513
12514 * Makefile.in (lisp): Include charprop.el.
12515
125162008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12517
12518 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
12519 Not sure if it's unnecessary.
12520
125212008-02-01 Steven Tamm <steventamm@mac.com>
12522
12523 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
12524 some possibly unnecessary fontset checking code that crashed
12525 when creating a new frame.
12526
125272008-02-01 Kenichi Handa <handa@m17n.org>
12528
12529 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
12530 lookup_face.
12531
12532 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
12533
12534 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
12535
125362008-02-01 Kenichi Handa <handa@m17n.org>
12537
12538 * coding.c: Cancel the change done in HEAD on 2008-02-01.
12539 (coding_charset_list): New function.
12540
12541 * coding.h (coding_charset_list): Extern it.
12542
125432008-02-01 Kenichi Handa <handa@m17n.org>
12544
12545 * fontset.c (Fset_fontset_font): Call find_font_encoding with
12546 concatenation of family and registry.
12547
125482008-02-01 Kenichi Handa <handa@m17n.org>
12549
12550 * character.h (BYTE8_STRING): Fix typo.
12551
12552 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
12553 string to multibyte (sync to HEAD).
12554
12555 * casefiddle.c (casify_region): Handle changes in byte-length
12556 using replace_range_2 (sync to HEAD).
12557
125582008-02-01 Andreas Schwab <schwab@suse.de>
12559
12560 * chartab.c (map_char_table): GCPRO table and arg.
12561
125622008-02-01 Kenichi Handa <handa@m17n.org>
12563
12564 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
12565 already at limit.
12566
125672008-02-01 Kenichi Handa <handa@m17n.org>
12568
12569 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
12570 instead of fast_c_string_match_ignore_case.
12571 (find_font_encoding): Change argument to Lisp_Object. Use
12572 fast_string_match_ignore_case instead of
12573 fast_c_string_match_ignore_case. Change caller.
12574
125752008-02-01 Kenichi Handa <handa@m17n.org>
12576
12577 * xdisp.c (get_next_display_element): In unibyte case, decide to
12578 display in octal form by checking a character by
12579 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
12580
12581 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
12582
12583 * character.c (unibyte_has_multibyte_table): New variable.
12584
12585 * character.h (unibyte_has_multibyte_table): Extern it.
12586 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
12587
125882008-02-01 Kenichi Handa <handa@m17n.org>
12589
12590 * coding.c (encode_coding_iso_2022): Fix handling of charset
12591 annotation.
12592
125932008-02-01 Kenichi Handa <handa@m17n.org>
12594
12595 * coding.c (setup_coding_system): If coding_system is nil, use
12596 Qundecided.
12597 (Fterminal_coding_system): Return nil if terminal coding system is
12598 `undecided'.
12599 (syms_of_coding): Define coding-system `undecided' here. Setup
12600 terminal_coding as `undecided'.
12601
126022008-02-01 Kenichi Handa <handa@m17n.org>
12603
12604 * xdisp.c (message_dolog, set_message_1): Call
12605 unibyte_char_to_multibyte with arg type int.
12606
12607 * lread.c (read1): Fix reading of a char-table.
12608
12609 * print.c (print_object): Include sub char-table in circularities
12610 detection.
12611
126122008-02-01 Kenichi Handa <handa@m17n.org>
12613
12614 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
12615 Append the found sequences in car of ARGS instead of prepending.
12616
126172008-02-01 Kenichi Handa <handa@m17n.org>
12618
12619 * fileio.c (report_file_error): Make a unibyte string from
12620 strerror (errorno).
12621 (Fsubstitute_in_file_name): Fix the arg to
12622 unibyte_char_to_multibyte. It is evaluated twice.
12623
126242008-02-01 Kenichi Handa <handa@m17n.org>
12625
12626 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
12627
126282008-02-01 Kenichi Handa <handa@m17n.org>
12629
12630 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
12631 BOM is not found.
12632 (detect_coding, detect_coding_system): Optimization for ISO-2022
12633 when no 8-bit data is found.
12634
126352008-02-01 Jason Rumney <jasonr@gnu.org>
12636
12637 * w32fns.c (x_to_w32_font): Update to use new coding struct.
12638
126392008-02-01 Kenichi Handa <handa@m17n.org>
12640
12641 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
12642 CHARS.
12643
126442008-02-01 Steven Tamm <steventamm@mac.com>
12645
12646 * macterm.c (mac_encode_char): Add charset argument and update
12647 to use encoding_type.
12648 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
12649 switch to pure fontset.
12650 (decode_mac_font_name): Temporarily remove decoding.
12651 (x_font_name_to_mac_font_name): Temporarily remove encoding.
12652 (x_load_font): Temporarily remove encoding.
12653
126542008-02-01 Kenichi Handa <handa@m17n.org>
12655
12656 * xfaces.c (Fface_font): If frame is not on a window system,
12657 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
12658 refer to face->font.
12659 (split_font_name_into_vector, build_font_name_from_vector)
12660 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
12661 when HAVE_WINDOW_SYSTEM is defined.
12662
126632008-02-01 Kenichi Handa <handa@m17n.org>
12664
12665 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
12666 (x_produce_glyphs): Fix setting of members of cmp in case
12667 cmp->glyph_len is zero.
12668
12669 * fontset.c (Fset_fontset_font): Fix docstring.
12670 (Ffontset_info): Make it backward compatible. New arg ALL.
12671
126722008-02-01 Kim F. Storm <storm@cua.dk>
12673
12674 * process.c (read_process_output): Grow decoding_buf when needed;
12675 this could cause a crash in allocate_string and compact_small_strings.
12676
126772008-02-01 Kenichi Handa <handa@m17n.org>
12678
12679 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
12680
126812008-02-01 Kenichi Handa <handa@m17n.org>
12682
12683 * coding.c (setup_coding_system): Set coding->common_flags
12684 correctly for raw-text.
12685 (consume_chars): On encoding unibyte text by raw-text, don't check
12686 multibyte form.
12687 (encode_coding): On encoding by raw-text, never use translation tables.
12688
12689 * fileio.c (e_write): Short cut for the case of no encoding.
12690
126912008-02-01 Kenichi Handa <handa@m17n.org>
12692
12693 * coding.c (detect_coding, detect_coding_system): Delete unused
12694 variables.
12695
126962008-02-01 Kenichi Handa <handa@m17n.org>
12697
12698 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
12699 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
12700
127012008-02-01 Kenichi Handa <handa@m17n.org>
12702
12703 * coding.c (Ffind_coding_systems_region_internal): Include
12704 raw-text and no-conversion in the result.
12705
127062008-02-01 Kenichi Handa <handa@m17n.org>
12707
12708 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
12709 (load_font_get_repertory): Delete unnecessary check of ENCODING of
12710 FONT_DEF.
12711 (font_def_arg, add_arg, from_arg, to_arg): New args.
12712 (set_fontset_font): Change argument.
12713 (Fset_fontset_font): Fix for the case that TARGET is a script
12714 name and charset name.
12715 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
12716
127172008-02-01 Kenichi Handa <handa@m17n.org>
12718
12719 * fontset.c (fontset_font): Rename from fontset_face. Change return
12720 value.
12721 (face_suitable_for_char_p, face_for_char): Adjust for the change
12722 of fontset_font.
12723 (make_fontset_for_ascii_face): Fix setting of the fontset element
12724 for ASCII.
12725 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
12726 to get a font name.
12727 (Ffontset_info): Adjust for the change of fontset_font.
12728
12729 * coding.c (emacs_mule_char): Check invalid code more rigidly.
12730
12731 * character.h (LEADING_CODE_LATIN_1_MIN)
12732 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
12733
127342008-02-01 Kenichi Handa <handa@m17n.org>
12735
12736 * editfns.c (check_translation): New function.
12737 (Ftranslate_region_internal): Handle M:N mapping.
12738
127392008-02-01 Kenichi Handa <handa@m17n.org>
12740
12741 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
12742
127432008-02-01 Kenichi Handa <handa@m17n.org>
12744
12745 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
12746 goto invalid_code.
12747 (decode_coding_iso_2022): Fix handling of invalid designation.
12748
12749 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
12750 after calling code_conversion_save.
12751
127522008-02-01 Kenichi Handa <handa@m17n.org>
12753
12754 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
12755
12756 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
12757
12758 * fontset.c: Include "intervals.h".
12759 (fontset_face): Fix comparing of Lisp_Objects.
12760 (free_face_fontset, new_fontset_from_font_name): Fix
12761 Lisp_Object/int mixup.
12762
12763 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
12764
12765 * coding.c: Add many prototypes for static functions.
12766 (get_translation_table): Allow max_lookup to be NULL.
12767 (decode_coding, Ffind_coding_systems_region_internal)
12768 (Funencodable_char_position, Fcheck_coding_systems_region): Call
12769 get_translation_table with max_lookup NULL.
12770
127712008-02-01 Kenichi Handa <handa@m17n.org>
12772
12773 * coding.c (get_translation_table): Declare it as Lisp_Object.
12774 (LOOKUP_TRANSLATION_TABLE): New macro.
12775 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
12776 instead of CHAR_TABLE_REF.
12777
127782008-02-01 Kenichi Handa <handa@m17n.org>
12779
12780 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
12781 annotation data format.
12782 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
12783 Change arguments FROM and TO to single argument NCHARS. Change caller.
12784 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
12785 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12786 (decode_coding_ccl, decode_coding_charset): Pay attention to
12787 coding->charbuf_used.
12788 (get_translation): New function.
12789 (produce_chars): New arguments translation_table and last_block.
12790 Translate characters here. Return number of carryover chars.
12791 Change caller.
12792 (produce_composition): New argument pos. Change caller.
12793 Adjust for the change of annotation data format.
12794 (produce_charset, produce_annotation): Likewise.
12795 (decode_coding, encode_coding): Don't call translate_chars.
12796 (consume_chars): New arg translation_table. Change caller.
12797 (translate_chars): Delete.
12798 (syms_of_coding): Make translation-table's number of extra slots 2.
12799
128002008-02-01 Kenichi Handa <handa@m17n.org>
12801
12802 * search.c (simple_search): Fix setting this_pos_byte in backward
12803 search.
12804
12805 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
12806 byte sequence.
12807 (detect_coding_ccl): Fix setting of the variable valids.
12808
128092008-02-01 Kenichi Handa <handa@m17n.org>
12810
12811 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
12812
12813 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
12814
12815 * editfns.c (Ftranslate_region_internal): Rename from
12816 Ftranslate_region. Accept a char-table in TABLE.
12817 (syms_of_editfns): Defsubr Stranslate_region_internal.
12818
12819 * xfaces.c (set_lface_from_font_name): If a font is specified for
12820 a frame, generate a fontset from the font.
12821 (build_scalable_font_name): If the scalable font is requested for
12822 a specific size, don't change that size.
12823 (try_font_list): Try a scalable font also in the case that a
12824 pattern string is specified.
12825
128262008-02-01 Kenichi Handa <handa@m17n.org>
12827
12828 * xfaces.c (Fface_font): New optional arg CHARACTER.
12829
128302008-02-01 Kenichi Handa <handa@m17n.org>
12831
12832 * charset.h (CHARSET_OFFSET): New macro.
12833
128342008-02-01 Kenichi Handa <handa@m17n.org>
12835
12836 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
12837
12838 * fontset.c (fontset_face): Handle the case that repertory is a
12839 char-table.
12840 (find_font_encoding): Return nil for unknown encoding.
12841 (Fset_fontset_font): Ignore a font of unknown encoding.
12842
128432008-02-01 Kenichi Handa <handa@m17n.org>
12844
12845 * keymap.c (describe_vector): Handle default value of a char table.
12846
12847 * fontset.c (fontset_face): Handle fallback fonts correctly.
12848 (Ffontset_info): Return infomation about fallback fonts.
12849
128502008-02-01 Kenichi Handa <handa@m17n.org>
12851
12852 * fontset.c (FONTSET_DEFAULT): New macro.
12853 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
12854 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
12855 the case that it is nil.
12856 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
12857 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
12858
12859 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
12860 subset or superset.
12861
128622008-02-01 Kenichi Handa <handa@m17n.org>
12863
12864 * emacs.c (main): Call init_charset after syms_of_XXX.
12865
12866 * charset.c (Vcharset_map_directory): Delete.
12867 (Vcharset_map_path): New variable.
12868 (load_charset_map_from_file): Use Vcharset_map_path instead.
12869 (init_charset): Initialize Vcharset_map_path.
12870 (syms_of_charset): Delete declaration of "charset-map-directory",
12871 add declaration of "charset-map-path".
12872
128732008-02-01 Kenichi Handa <handa@m17n.org>
12874
12875 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
12876 ASCII only string.
12877
12878 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
12879
12880 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
12881 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
12882
128832008-02-01 Kenichi Handa <handa@m17n.org>
12884
12885 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
12886
12887 * coding.c (QCmnemonic, QCdefalut_char)
12888 (QCdecode_translation_table, QCencode_translation_table)
12889 (QCpost_read_conversion, QCpre_write_conversion): New variables.
12890 (get_translation_table): Return a list of translation tables if
12891 necessary.
12892 (decode_coding): Call get_translation_table with ENCODEP 0.
12893 (char_encodable_p): If translation_table is non-nil, always call
12894 translate_char.
12895 (Fdefine_coding_system_internal): Accept list of translation
12896 tables as :encode-translation-table and :decode-translation-table.
12897 (Fcoding_system_put): New function.
12898 (syms_of_coding): Declare new symbols. Defsubr
12899 Scoding_system_put.
12900 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
12901 typically JISX0212.
12902
12903 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
12904 when the charset is superset type.
12905
12906 * character.c (translate_char): Accept list of translation tables.
12907
129082008-02-01 Kenichi Handa <handa@m17n.org>
12909
12910 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
12911 (CODING_ATTR_TRANS_TBL): New macro.
12912
12913 * coding.c (get_translation_table): New function.
12914 (translate_chars): Fix the bug of skipping annotation data.
12915 (decode_coding, encode_coding): Utilize get_translation_table.
12916 (char_encodable_p, Funencodable_char_position): Translate char if
12917 necessary.
12918 (Ffind_coding_systems_region_internal)
12919 (Fcheck_coding_systems_region): Setup translation table for encode
12920 in a coding system attribute vector in advance.
12921 (Fdefine_coding_system_internal): Allow a symbol as translation
12922 table. For shift-jis type coding system, allow 4th charset.
12923
129242008-02-01 Kenichi Handa <handa@m17n.org>
12925
12926 * coding.c (decode_coding_sjis): Check the first byte rigidly.
12927
12928 * xdisp.c (get_next_display_element): Pass -1 as POS to
12929 FACE_FOR_CHAR if displaying a C-string.
12930
129312008-02-01 Kenichi Handa <handa@m17n.org>
12932
12933 * composite.c (get_composition_id): Handle xoff and yoff in a
12934 composition rule.
12935
12936 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
12937 (struct composition): New member lbearing and rbearing.
12938
12939 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
12940 (x_get_glyph_overhangs): Handle a composition glyph.
12941 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
12942
12943 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
12944 composition glyph.
12945
129462008-02-01 Kenichi Handa <handa@m17n.org>
12947
12948 * print.c: Include charset.h.
12949 (Vprint_charset_text_property): New variable.
12950 (Qdefault): Extern it.
12951 (PRINT_STRING_NON_CHARSET_FOUND)
12952 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
12953 (print_check_string_result): New variable.
12954 (print_check_string_charset_prop): New function.
12955 (print_prune_charset_plist): New variable.
12956 (print_prune_string_charset): New function.
12957 (print_object): Call print_prune_string_charset if
12958 Vprint_charset_text_property is not t.
12959 (print_interval): Print nothing if interval->plist is nil.
12960 (syms_of_print): Declare Vprint_charset_text_property as a lisp
12961 variable. Init and staticpro print_prune_charset_plist.
12962
129632008-02-01 Kenichi Handa <handa@m17n.org>
12964
12965 * fontset.c (new_fontset_from_font_name): Use the specified font
12966 for all characters in the new fontset.
12967
12968 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
12969 OBJECT args.
12970
12971 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
12972 OBJECT args for composition too.
12973
12974 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
12975 OBJECT args.
12976
129772008-02-01 Kenichi Handa <handa@m17n.org>
12978
12979 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
12980
12981 * fontset.c (reorder_font_vector): Adjust for the change of
12982 FONT_DEF format.
12983 (fontset_face): New arg id. Change caller.
12984 (face_for_char): New args pos and object.
12985 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
12986 (fs_query_fontset): Check NAME by Fassoc too.
12987 (Fset_fontset_font): Allow non-XLFD font name.
12988 (Ffontset_info): Adjust for the change of FONT_DEF format.
12989
12990 * fontset.h (face_for_char): Adjust prototype.
12991
12992 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
12993 (append_space, extend_face_to_end_of_line)
12994 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
12995 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
12996
12997 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
12998 POS and OBJECT args.
12999
13000 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
13001 POS and OBJECT args.
13002
130032008-02-01 Jason Rumney <jasonr@gnu.org>
13004
13005 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
13006 of GlobalAlloc'ed memory.
13007
130082008-02-01 Kenichi Handa <handa@m17n.org>
13009
13010 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
13011
13012 * charset.h (charset_table_used): Delete extern.
13013
13014 * charset.c (charset_table_used): Make it static.
13015 (map_charset_chars): Fix args to c_function with.
13016
13017 * chartab.c (map_sub_char_table_for_charset): Fix args to
13018 c_function with.
13019
13020 * coding.h (enum coding_result_code): Delete
13021 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
13022
13023 * coding.c (Qinsufficient_source, Qinconsistent_eol)
13024 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
13025 (Vlast_code_conversion_error): New variables.
13026 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
13027 (ONE_MORE_BYTE): Record error if any instead of signaling an
13028 error. If non-ASCII multibyte char is found, return the negative
13029 value of the code. All callers changed to check it.
13030 (ONE_MORE_BYTE_NO_CHECK): Likewise.
13031 (record_conversion_result): New function. Change all codes setting
13032 coding->result to call this function.
13033 (detect_coding_utf_8, decode_coding_utf_8)
13034 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
13035 Don't use the local variable incomplete.
13036 (emacs_mule_char): Change the second arg to `const'.
13037 (decode_coding): Fix of flushing out unprocessed data.
13038 (make_conversion_work_buffer): Fix making of a work buffer.
13039 (decode_coding_object): Return coding->dst_object.
13040
13041 * fontset.c (set_fontset_font): Fix args.
13042
13043 * lisp.h (CHARACTERBITS): Define as 22.
13044
13045 * process.c (send_process): Be sure to set coding->src_multibyte.
13046
13047 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
13048
130492008-02-01 Kenichi Handa <handa@m17n.org>
13050
13051 * xdisp.c (handle_auto_composed_prop): Give limit to
13052 Fnext_single_char_property_change.
13053
130542008-02-01 Kenichi Handa <handa@m17n.org>
13055
13056 * composite.c (syms_of_composite): Don't make the composition hash
13057 table weak.
13058
13059 * fontset.c (Fset_fontset_font): Fix docstring.
13060
13061 * lisp.h (detect_coding_system): Adjust prototype.
13062
13063 * fileio.c (kill_workbuf_unwind): Delete this function.
13064 (Finsert_file_contents): Adjust the call of detect_coding_system.
13065 Get conversion_buffer by code_conversion_save. Use the macro
13066 CODING_MAY_REQUIRE_DECODING. After decoding, update
13067 coding_system.
13068
13069 * coding.h (make_conversion_work_buffer): Delete extern.
13070 (code_conversion_save): Extern it.
13071
13072 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
13073 (CODING_GET_INFO): Delete argument eol_type. Change callers.
13074 (decode_coding_utf_8): Don't do eol converion.
13075 (detect_coding_utf_16): Check coding->src_chars, not
13076 coding->src_bytes. Add heuristics for those that have no signature.
13077 (decode_coding_emacs_mule, decode_coding_iso_2022)
13078 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
13079 Don't do eol converion.
13080 (adjust_coding_eol_type): Return a new coding system.
13081 (detect_coding): Don't detect eol. Fix for utf-16 detection.
13082 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
13083 each change.
13084 (decode_coding): Pay attention to undo_list. Do eol conversion for
13085 all types of coding-systems (if necessary).
13086 (Vcode_conversion_work_buf_list): Delete it.
13087 (Vcode_conversion_reused_workbuf): Rename from
13088 Vcode_conversion_reused_work_buf.
13089 (Vcode_conversion_workbuf_name): New variable.
13090 (reused_workbuf_in_use): New variable.
13091 (make_conversion_work_buffer): Delete the arg DEPTH.
13092 (code_conversion_restore): Change argument to cons.
13093 (code_conversion_save): Delete the argument BUFFER. Change callers.
13094 (detect_coding_system): New argument src_chars. Change callers.
13095 Fix for utf-16 detection.
13096 (init_coding_once): Don't use ISO_carriage_return.
13097 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
13098 reused_workbuf_in_use.
13099
131002008-02-01 Kenichi Handa <handa@m17n.org>
13101
13102 * keymap.c (store_in_keymap): Pay attention to the case that idx
13103 is a cons specifying a character range.
13104
131052008-02-01 Kenichi Handa <handa@m17n.org>
13106
13107 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
13108 HANDLED_RECOMPUTE_PROPS.
13109
13110 * coding.c (Fdefine_coding_system_internal): Fix checking of
13111 ascii compatibility.
13112
131132008-02-01 Kenichi Handa <handa@m17n.org>
13114
13115 * charset.c (find_charsets_in_text): Delete unused locale variable.
13116 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
13117
13118 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
13119 Resync charset_list to Vemacs_mule_charset_list.
13120
13121 * keymap.c (store_in_keymap): Pay attention to the case that idx
13122 is a cons specifying a character range.
13123
131242008-02-01 Kenichi Handa <handa@m17n.org>
13125
13126 * composite.c (update_compositions): Bind inhibit-read-only, etc
13127 to t before calling remove-list-of-text-properties.
13128
13129 * print.c (print_object): Always print ASCII chars as is.
13130
131312008-02-01 Kenichi Handa <handa@m17n.org>
13132
13133 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
13134
13135 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
13136 is a char table.
13137
131382008-02-01 Kenichi Handa <handa@m17n.org>
13139
13140 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
13141
131422008-02-01 Kenichi Handa <handa@m17n.org>
13143
13144 * xfaces.c (set_lface_from_font_name): Fix for the case that
13145 FONTNAME is not fontset name.
13146
131472008-02-01 Kenichi Handa <handa@m17n.org>
13148
13149 * fns.c (base64_encode_1): Fix previous change.
13150
131512008-02-01 Kenichi Handa <handa@m17n.org>
13152
13153 * fontset.c (set_fontset_font): New function.
13154 (Fset_fontset_font): If a font is specified for a charset, use
13155 map_charset_chars to store the font spec in a fontset.
13156
131572008-02-01 Kenichi Handa <handa@m17n.org>
13158
13159 * fontset.c (fontset_face): Create a fallback fontset on demand.
13160 (make_fontset): Don't create a fallback fontset here.
13161 (free_face_fontset): Free a fallback fontset (if any) too.
13162 (n_auto_fontsets): Delete this variable.
13163 (auto_fontset_alist): New variable.
13164 (new_fontset_from_font_name): Check auto_fontset_alist.
13165 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
13166 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
13167 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
13168 Defsubr Sfontset_list_all.
13169
131702008-02-01 Kenichi Handa <handa@m17n.org>
13171
13172 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
13173
131742008-02-01 Kenichi Handa <handa@m17n.org>
13175
13176 * fontset.c (Fnew_fontset): Check NAME more rigidly.
13177
131782008-02-01 Kenichi Handa <handa@m17n.org>
13179
13180 * editfns.c (Fgoto_char): Fix docstring.
13181
131822008-02-01 Kenichi Handa <handa@m17n.org>
13183
13184 * insdel.c (insert_from_gap): Adjust intervals correctly.
13185
131862008-02-01 Jason Rumney <jasonr@gnu.org>
13187
13188 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
13189 (pfnGetFontUnicodeRanges): New dynamically loaded function.
13190 (w32_initialize): Try to load it.
13191 (x_get_font_repertory): Use it if available.
13192 (w32_encode_char): Add shortcut for unicode output.
13193
13194 * w32fns.c (w32_load_system_font): Default charset to -1.
13195 (x_to_w32_charset): Match all fonts for unicode.
13196 (w32_to_x_charset): New parameter matching. Don't return partial
13197 or wildcard charsets.
13198 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
13199 (w32_codepage_for_font): Return CP_UNICODE for unicode.
13200 (w32_to_x_font): Match charset to real charset.
13201 (enum_font_cb2): Always list unicode versions.
13202
13203 * makefile.w32-in (temacs): Increase EMHEAP.
13204
132052008-02-01 Jason Rumney <jasonr@gnu.org>
13206
13207 * w32term.c (w32_encode_char): New charset parameter.
13208 font_info.encoding becomes encoding_type.
13209 (x_get_font_repertory): New function. Warning: stub only!
13210 (x_new_font): Return quickly if font already set.
13211 (x_new_fontset): fontsetname parameter is Lisp_Object.
13212 Use new fs_query_fontset. Try new_fontset_from_font_name.
13213 Use fontset_name for return value.
13214
13215 * w32term.h: Declare x_get_font_repertory.
13216
13217 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
13218 place of find_charset_in_text. Use encode_coding_object in place
13219 of encode_coding.
13220 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
13221 decode_coding.
13222
13223 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
13224 of x_new_fontset.
13225 (w32_load_system_font): Initialize charset as unicode.
13226 font_info.encoding becomes encoding_type.
13227 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
13228 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
13229 (syms_of_w32fns): Set get_font_repertory_func.
13230
13231 * w32console.c: Include character.h. Use terminal_encode_buffer
13232 from term.c.
13233 (write_glyphs): Use new version of encode_terminal_code. Use
13234 encode_coding_object in place of encode_coding.
13235
13236 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
13237 encoding becomes encoding_type.
13238
13239 * term.c (terminal_encode_buffer): Make externally visible.
13240
13241 * makefile.w32-in: Add character.h dependancies.
13242 (character.o, chartab.o): New targets.
13243
132442008-02-01 Kenichi Handa <handa@m17n.org>
13245
13246 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
13247 CODING_ID_EOL_TYPE.
13248
132492008-02-01 Andreas Schwab <schwab@suse.de>
13250
13251 * coding.c (produce_chars): Revert last change.
13252
132532008-02-01 Kenichi Handa <handa@m17n.org>
13254
13255 * charset.h (charset_unicode): Extern it.
13256
13257 * charset.c (string_xstring_p): Check by (C >= 0x100).
13258 (find_charsets_in_text): Change format of the arc CHARSETS. New
13259 arg MULTIBYTE.
13260 (Ffind_charset_region, Ffind_charset_string): Adjust for the
13261 change of find_charsets_in_text.
13262 (Fsplit_char): Fix doc. Never return unknown.
13263
13264 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
13265
13266 * coding.c (Fdefine_coding_system_alias): Update
13267 Vcoding_system_list.
13268
13269 * fontset.c (load_font_get_repertory): Pay attention to the case
13270 that ENCODING of a font is specified by a char-table.
13271
13272 * xterm.c (x_get_font_repertory): Handle the case that the
13273 encoding of font is other than Unicode.
13274
132752008-02-01 Kenichi Handa <handa@m17n.org>
13276
13277 * term.c (encode_terminal_code): Don't handle glyph-table. Check
13278 if a character is encodable by the terminal coding system. If
13279 not, produces proper number of `?'s. Update
13280 terminal_encode_buffer and terminal_encode_buf_size if necessary.
13281 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
13282
132832008-02-01 Kenichi Handa <handa@m17n.org>
13284
13285 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
13286 variables.
13287 (encode_terminal_code): Change argument. Encode multiple
13288 characters at once. Store the result of encoding in
13289 terminal_encode_buffer.
13290 (write_glyphs, insert_glyphs): Adjust for the change of
13291 encode_terminal_code.
13292 (term_init): Initialize terminal_encode_buffer and
13293 terminal_encode_buf_size.
13294
13295 * coding.c (consume_chars): If coding->src_object is nil, don't
13296 check annotation.
13297
132982008-02-01 Kenichi Handa <handa@m17n.org>
13299
13300 * character.c (char_string): Use ASCII_CHAR_P instead of
13301 SINGLE_BYTE_CHAR_P.
13302
133032008-02-01 Kenichi Handa <handa@m17n.org>
13304
13305 * xdisp.c (handle_auto_composed_prop): Check if the last
13306 characters of auto-composed region is newly composed with the
13307 following characters.
13308 (handle_composition_prop): Fix checking of point being inside
13309 composition.
13310
133112008-02-01 Kenichi Handa <handa@m17n.org>
13312
13313 * fns.c (concat): Don't change multibyteness of the result by
13314 concatenating an 8-bit character.
13315
13316 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
13317 multibyteness of the result when newelt is an 8-bit character.
13318
133192008-02-01 Dave Love <fx@gnu.org>
13320
13321 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
13322 EMACS_INT.
13323
13324 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
13325
13326 * xfaces.c (face_numeric_value): Declare dim size_t.
13327 (Finternal_lisp_face_equal_p): Remove unused f.
13328
13329 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
13330 (MATRIX_ROW): Remove unused vars.
13331 (draw_glyphs, x_insert_glyphs, fast_find_position)
13332 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
13333 byte/char counts.
13334
13335 * regex.c (regex_compile): Remove unused var.
13336
13337 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
13338
13339 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
13340 (Faccessible_keymaps, where_is_internal): Remove unused vars.
13341
13342 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
13343
13344 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
13345
13346 * fileio.c (Fwrite_region): Remove unused var.
13347
13348 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
13349 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
13350
13351 * composite.c (Fremove_list_of_text_properties): Declare.
13352
13353 * coding.c (inhibit_pre_post_conversion): Remove (unused).
13354 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
13355 (coding_inherit_eol_type): Remove unused attrs.
13356 (detect_coding): Cast arg of detect_eol.
13357
13358 * charset.c (syms_of_charset): Remove unused var p.
13359 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
13360 byte/char counts.
13361
13362 * casetab.c (set_case_table): Remove unused var.
13363
13364 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
13365 unused vars.
13366
133672008-02-01 Dave Love <fx@gnu.org>
13368
13369 * xterm.c (x_bitmap_mask): Declare.
13370
133712008-02-01 Dave Love <fx@gnu.org>
13372
13373 * xterm.c (x_term_init): Fix type error.
13374
13375 * lisp.h: Add Funibyte_char_to_multibyte.
13376
13377 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
13378 (Fset_coding_system_priority): Doc fix.
13379
13380 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
13381
13382 * indent.c (check_composition): Make start and end EMACS_INT.
13383
13384 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
13385
13386 * xdisp.c (handle_composition_prop, check_point_in_composition):
13387 Make buffer positions EMACS_INT.
13388
13389 * composite.c (find_composition, run_composition_function)
13390 (update_compositions, Ffind_composition_internal): Make buffer
13391 positions EMACS_INT.
13392
13393 * composite.h (find_composition, update_compositions): Make
13394 position args EMACS_INT.
13395
13396 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
13397
13398 * intervals.c (get_property_and_range):
13399 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
13400
13401 * unexalpha.c: Don't include varargs.h.
13402
134032008-02-01 Dave Love <fx@gnu.org>
13404
13405 * coding.h (ENCODE_UTF_8): New.
13406
13407 * Makefile.in (gtkutil.o): Depend on coding.h.
13408
13409 * coding.c (Fset_coding_system_priority): Doc fix.
13410
134112008-02-01 Kenichi Handa <handa@m17n.org>
13412
13413 * fileio.c (Finsert_file_contents): Call setup_coding_system in
13414 the case of auto saving.
13415
134162008-02-01 Andreas Schwab <schwab@suse.de>
13417
13418 * chartab.c (map_char_table, map_char_table_for_charset): Protect
13419 `range' from GC.
13420
134212008-02-01 Kenichi Handa <handa@m17n.org>
13422
13423 * coding.c (decode_coding_sjis): Check bytes more rigidly.
13424
134252008-02-01 Kenichi Handa <handa@m17n.org>
13426
13427 * fileio.c (choose_write_coding_system): Return a decided coding system.
13428 (Fwrite_region): Set Vlast_coding_system_used to the return value
13429 of choose_write_coding_system.
13430
134312008-02-01 Kenichi Handa <handa@m17n.org>
13432
13433 * charset.c (Fset_charset_priority): Pay attention to duplicated
13434 arguments.
13435
13436 * coding.c (QCcategory): New variable.
13437 (syms_of_coding): Defsym it. Set all elements of
13438 Vcoding_category_table and their symbol values.
13439 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
13440 coding-category-XXX, and coding-category-list.
13441 (Fdefine_coding_system_internal): Add category in the plist.
13442
134432008-02-01 Kenichi Handa <handa@m17n.org>
13444
13445 * callproc.c (Fcall_process): Handle carryover correctly.
13446
13447 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
13448 (raw_text_coding_system): Check NILP (coding_system).
13449 (coding_inherit_eol_type): Check NILP (coding_system) and
13450 NILP (parent).
13451 (consume_chars): Fix for the case of raw-text.
13452
13453 * process.c (read_process_output): Handle carryover correctly.
13454
134552008-02-01 Dave Love <fx@gnu.org>
13456
13457 * regex.c (re_search_2): Fix last change.
13458
134592008-02-01 Kenichi Handa <handa@m17n.org>
13460
13461 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
13462 target_multibyte. Even in a unibyte case, return a converted
13463 multibyte char.
13464 (GET_CHAR_AFTER): New macro.
13465 (PATFETCH): Translate via multibyte char.
13466 (HANDLE_UNIBYTE_RANGE): Delete this macro.
13467 (SETUP_MULTIBYTE_RANGE): New macro.
13468 (regex_compile): Setup compiled code so that its multibyteness
13469 matches that of a target. Fix the handling of "[X-YZ]" using
13470 SETUP_MULTIBYTE_RANGE.
13471 (analyse_first) <charset>: For filling fastmap for all multibyte
13472 characters, don't check by BASE_LEADING_CODE_P.
13473 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
13474 the same as RE_MULTIBYTE_P (bufp) now.
13475 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
13476 (TARGET_CHAR_AND_LENGTH): Delete this macro.
13477 (TRANSLATE_VIA_MULTIBYTE): New macro.
13478 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
13479 It is the same as RE_MULTIBYTE_P (bufp) now.
13480 <exactn>: Translate via multibyte.
13481 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
13482 translate it.
13483 <charset, charset_not>: Fetch a character by
13484 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
13485 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
13486 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
13487 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
13488 by GET_CHAR_AFTER.
13489 (bcmp_translate): Likewise.
13490
13491 * search.c (compile_pattern): Check the member target_multibyte,
13492 not the member multibyte of buf.
13493
13494 * lread.c (read1): While reading a string, set force_singlebyte
13495 and force_multibyte correctly.
13496
13497 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
13498 up of unibyte_to_multibyte_table.
13499
135002008-02-01 Kenichi Handa <handa@m17n.org>
13501
13502 * coding.c (setup_coding_system): If coding has
13503 post-read-conversion or pre-write-conversion, set
13504 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
13505 respectively.
13506 (decode_coding_gap): Run post-read-conversion if any.
13507
13508 * fileio.c (Finsert_file_contents): Even if we read into a
13509 unibyte buffer, check if we must decode the result or not.
13510
135112008-02-01 Kenichi Handa <handa@m17n.org>
13512
13513 * coding.c (make_conversion_work_buffer): Change the work buffer
13514 name to the same one as that of Emacs 21.
13515
135162008-02-01 Kenichi Handa <handa@m17n.org>
13517
13518 * coding.h (make_conversion_work_buffer): Adjust prototype.
13519 (code_conversion_restore): Don't extern it.
13520
13521 * coding.c (detected_mask): Delete unused variable.
13522 (decode_coding_iso_2022): Pay attention to the byte sequence of
13523 CTEXT extended segment, and retain those bytes as is.
13524 (decode_coding_ccl): Delete unused variable `valids'.
13525 (setup_coding_system): Delete unused variable `category'.
13526 (consume_chars): Delete unused variable `category'. Make it work
13527 for non-multibyte case.
13528 (make_conversion_work_buffer): Change argument.
13529 (saved_coding): Delete unused variable.
13530 (code_conversion_restore): Don't check saved_coding->destination.
13531 (code_conversion_save): New function.
13532 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
13533 instead of record_unwind_protect.
13534 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
13535 (detect_coding_system): Delete unused variable `mask'.
13536 (Fdefine_coding_system_internal): Delete unused variable id.
13537
13538 * fileio.c (kill_workbuf_unwind): New function.
13539 (Finsert_file_contents): On replacing, call
13540 make_conversion_work_buffer with correct args, and call
13541 record_unwind_protect with the first arg kill_workbuf_unwind.
13542
13543 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
13544
135452008-02-01 Kenichi Handa <handa@m17n.org>
13546
13547 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
13548 (fontset_add): Fix for the case that TO is less than TO1.
13549 (Ffontset_info): Don't use fallback fontset on checking the
13550 default fontset.
13551 (dump_fontset): New function for debugging.
13552
13553 * coding.c (Fdefine_coding_system_internal): Fix for the case that
13554 coding_type is Qcharset.
13555
135562008-02-01 Kenichi Handa <handa@m17n.org>
13557
13558 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
13559 (map_char_table): Don't inherit the value from the parent on
13560 initializing VAL. Adjust for the above change.
13561
135622008-02-01 Kenichi Handa <handa@m17n.org>
13563
13564 * coding.c (Qsignature, Qendian): Delete these variables.
13565 (syms_of_coding): Don't initialize them.
13566 (CATEGORY_MASK_UTF_16_AUTO): New macro.
13567 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
13568 detect_info->found.
13569 (decode_coding_utf_16): Don't detect BOM here.
13570 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
13571 is NOT utf_16_without_bom.
13572 (setup_coding_system): For a coding system of type utf-16, check
13573 if the attribute :endian is Qbig or not (not nil or not), and set
13574 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
13575 (detect_coding): If coding type is utf-16 and BOM detection is
13576 required, detect it.
13577 (Fdefine_coding_system_internal): For a coding system of type
13578 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
13579
135802008-02-01 Kenichi Handa <handa@m17n.org>
13581
13582 * coding.c (coding_set_source): Fix for the case that the current
13583 buffer is different from coding->src_object.
13584 (decode_coding_object): Don't use the conversion work buffer if
13585 DST_OBJECT is a buffer.
13586
135872008-02-01 Dave Love <fx@gnu.org>
13588
13589 * lread.c (read_emacs_mule_char) [len==2]: Index
13590 emacs_mule_charset correctly.
13591
135922008-02-01 Dave Love <fx@gnu.org>
13593
13594 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
13595 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
13596 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
13597 treated specially.)
13598 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
13599 (detected_mask): Remove Big5 bits.
13600
136012008-02-01 Kenichi Handa <handa@m17n.org>
13602
13603 The following changes are to make the font rescaling facility
13604 compatible with Emacs 21.
13605
13606 * xfaces.c (Vface_font_rescale_alist): Rename from
13607 Vface_resizing_fonts.
13608 (struct font_name): Rename member resizing_ratio to rescale_ratio.
13609 (font_rescale_ratio): Rename from font_resizing_ratio.
13610 (split_font_name): Set font->rescale_ratio.
13611 (better_font_p): Pay attention to font->rescale_ratio.
13612 (build_scalable_font_name): Likewise. Change RESX, and RESY
13613 fields.
13614 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
13615
136162008-02-01 Kenichi Handa <handa@m17n.org>
13617
13618 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
13619 (Qutf_16_le): Remove these variables.
13620 (syms_of_coding): Don't DEFSYM them.
13621 (decode_coding_utf_16): Fix handling of BOM.
13622 (encode_coding_utf_16): Fix handling of BOM.
13623
136242008-02-01 Kenichi Handa <handa@m17n.org>
13625
13626 * fileio.c (Finsert_file_contents): On replacing, before decoding
13627 the file into the work buffer, set point of the work buffer to the end.
13628
136292008-02-01 Dave Love <fx@gnu.org>
13630
13631 * coding.c (Fcheck_coding_systems_region): Fix type errors.
13632
136332008-02-01 Dave Love <fx@gnu.org>
13634
13635 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
13636 and fix C types.
13637
136382008-02-01 Kenichi Handa <handa@m17n.org>
13639
13640 * xdisp.c (SKIP_GLYPHS): New macro.
13641 (set_cursor_from_row): Pay attention to string display properties.
13642
13643 * category.c (copy_category_entry): Fix for the case that RANGE
13644 is an integer.
13645
13646 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
13647
13648 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
13649
136502008-02-01 Kenichi Handa <handa@m17n.org>
13651
13652 * charset.c (Fcharset_id_internal): New function.
13653 (syms_of_charset): Defsubr it.
13654
13655 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
13656 with the last arg charset_list acquired from coding.
13657 (Fdefine_coding_system_internal): For ccl-based coding system, fix
13658 the attribute coding_attr_ccl_valids.
13659
13660 * coding.h (enum define_coding_ccl_arg_index): Set the first
13661 member coding_arg_ccl_decoder to coding_arg_max.
13662
13663 * ccl.h (ccl_driver): Adjust prototype.
13664
13665 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
13666 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 13667 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
13668 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
13669 last arg Qnil.
13670
136712008-02-01 Kenichi Handa <handa@m17n.org>
13672
13673 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
13674 call encode_char.
13675
13676 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
13677
136782008-02-01 Dave Love <fx@gnu.org>
13679
13680 * composite.c (syms_of_composite): Make composition_hash_table weak.
13681
136822008-02-01 Kenichi Handa <handa@m17n.org>
13683
13684 * dispextern.h (check_face_attributes, generate_ascii_font_name)
13685 (font_name_registry): Don't extern them.
13686 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
13687
13688 * fontset.h (Qfontset): Don't extern it.
13689 (new_fontset_from_font_name): Extern it.
13690
13691 * fontset.c: Give 8 extra slots to fontset objects.
13692 (Qfontset_info): New variable.
13693 (syms_of_fontset): Defsym it.
13694 (FONTSET_FALLBACK): New macro.
13695 (fontset_face): Try also the default fontset.
13696 (make_fontset): Realize a fallback fontset from the default fontset.
13697 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
13698 using split_font_name_into_vector and build_font_name_from_vector.
13699 (Fset_fontset_font): Access the elements of font_spec by enum
13700 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
13701 name by using split_font_name_into_vector.
13702 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
13703 generate a proper font name from the fontset name. Update
13704 Vfontset_alias_alist.
13705 (n_auto_fontsets): New variable.
13706 (new_fontset_from_font_name): New function.
13707 (Ffont_info): Store the information about fonts generated from the
13708 default fontset in the first extra slot of the returned char-table.
13709
13710 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
13711 (font_name_registry): Delete function.
13712 (split_font_name_into_vector): New function.
13713 (build_font_name_from_vector): New function.
13714 (font_list): The argument REGISTRY is now a list of registry names.
13715 (choose_face_font): If we are choosing an ASCII font, and ATTRS
13716 specifies an explicit font name, return the name as is. Make a
13717 list of registy names.
13718
13719 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
13720 of x_new_fontset.
13721 (Fx_create_frame): Don't call x_new_fontset here. Just use
13722 x_list_fonts to check the existence of fonts.
13723
13724 * xterm.h (x_new_fontset): Adjust prototype.
13725
13726 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
13727 string. Use new_fontset_from_font_name to create a fontset from a
13728 font name.
13729
137302008-02-01 Kenichi Handa <handa@m17n.org>
13731
13732 * syntax.c (Vfind_word_boundary_function_table): New name for
13733 Vnext_word_boundary_function_table.
13734 (find-word-boundary-function-table): New name for
13735 next-word-boundary-function-table.
13736
137372008-02-01 Dave Love <fx@gnu.org>
13738
13739 * Makefile.in: Fix some dependencies.
13740
13741 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
13742 set it to nil before returning.
13743
13744 * composite.c (update_compositions): Fix type error.
13745
13746 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
13747
137482008-02-01 Kenichi Handa <handa@m17n.org>
13749
13750 * xterm.c (x_new_font): Optimize for the case that the font is
13751 already set for the frame.
13752
137532008-02-01 Kenichi Handa <handa@m17n.org>
13754
13755 * chartab.c (char_table_ascii): Check if the char table contents
13756 is sub-char-table or not.
13757 (char_table_set, char_table_set_range): Fix argument to
13758 char_table_ascii.
13759
13760 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
13761 (detect_coding_utf_8, detect_coding_utf_16)
13762 (detect_coding_emacs_mule, detect_coding_iso_2022)
13763 (detect_coding_sjis, detect_coding_big5)
13764 (detect_coding_ccl, detect_coding_charset): Change argument MASK
13765 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
13766 sequence is valid in this coding system. Change callers.
13767 (MAX_ANNOTATION_LENGTH): New macro.
13768 (ADD_ANNOTATION_DATA): New macro.
13769 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
13770 ADD_ANNOTATION_DATA. Change the format of annotation data.
13771 (ADD_CHARSET_DATA): New macro.
13772 (emacs_mule_char): New argument ID. Change callers.
13773 (decode_coding_emacs_mule, decode_coding_iso_2022)
13774 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
13775 Produce charset annotation data in coding->charbuf.
13776 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
13777 to charset annotation data in coding->charbuf.
13778 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
13779 coding->common_flags if the coding system is iso-2022 based and
13780 uses designation.
13781 (produce_composition): Adjust for the new annotation data format.
13782 (produce_charset): New function.
13783 (produce_annotation): Handle charset annotation.
13784 (handle_composition_annotation, handle_charset_annotation): New
13785 functions.
13786 (consume_chars): Handle charset annotation. Utilize the above two
13787 functions.
13788 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
13789 buffer, get the deleted text as a string and set
13790 coding->src_object to that string.
13791 (detect_coding, detect_coding_system): Use the new struct
13792 coding_detection_info.
13793
13794 * coding.h (struct coding_detection_info): New structure.
13795 (struct coding_system): Adjust prototype of the member `detector'.
13796 (CODING_ANNOTATE_CHARSET_MASK): New macro.
13797
137982008-02-01 Kenichi Handa <handa@m17n.org>
13799
13800 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
13801
138022008-02-01 Dave Love <fx@gnu.org>
13803
13804 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
13805 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
13806 to new local and nullify apropos_accumulate before returning.
13807 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
13808
138092008-02-01 Kenichi Handa <handa@m17n.org>
13810
13811 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
13812 correctly.
e3eea1fc 13813
aac0c6e3
MR
138142008-02-01 Dave Love <fx@gnu.org>
13815
13816 * fns.c (Flanginfo): Call synchronize_system_time_locale.
13817
138182008-02-01 Kenichi Handa <handa@m17n.org>
13819
13820 The following changes are to make character composition happen
13821 automatically on displaying.
13822
13823 * Makefile.in (lisp, shortlisp): Add composite.elc.
13824
13825 * composite.h (Qauto_composed, Vauto_composition_function)
13826 (Qauto_composition_function): Extern them.
13827
13828 * composite.c (Vcomposition_function_table)
13829 (Qcomposition_function_table): Delete variables.
13830 (Qauto_composed, Vauto_composition_function)
13831 (Qauto_composition_function): New variables.
13832 (run_composition_function): Don't call
13833 compose-chars-after-function.
13834 (update_compositions): Clear `auto-composed' text property.
13835 (compose_chars_in_text): Delete this function.
13836 (syms_of_composite): Staticpro Qauto_composed and
13837 Qauto_composition_function. Declare Vauto_composition_function as
13838 a Lisp variable.
13839
13840 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
13841
13842 * xdisp.c (it_props): Add an entry for Qauto_composed.
13843 (handle_auto_composed_prop): New function.
13844
13845 * xselect.c (selection_data_to_lisp_data): Don't call
13846 compose_chars_in_text.
13847
138482008-02-01 Dave Love <fx@gnu.org>
13849
13850 * keyboard.c (read_char): Modify checking around use of
13851 Vkeyboard_translate_table.
13852
13853 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
13854 and fix C types.
13855
138562008-02-01 Kenichi Handa <handa@m17n.org>
13857
13858 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
13859 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13860 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
13861 the case that the last byte is '\r' correctly.
13862 (decode_coding): Flush out the unprocessed data correctly.
13863 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
13864
138652008-02-01 Dave Love <fx@gnu.org>
13866
13867 * xterm.c (XTread_socket): Fix changes for defined keysyms.
13868 Add XK_ISO... case.
13869 (xaw_scroll_callback): Revert last change.
13870
138712008-02-01 Kenichi Handa <handa@m17n.org>
13872
13873 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
13874
138752008-02-01 Kenichi Handa <handa@m17n.org>
13876
13877 * xfaces.c (Vface_resizing_fonts): New variable.
13878 (struct font_name): New member `resizing_ratio'.
13879 (font_resizing_ratio): New function.
13880 (split_font_name): Set font->resizing_ratio.
13881 (better_font_p): Pay attention to font->resizing_ratio.
13882 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
13883 RESX, and RESY fields.
13884 (try_alternative_families): Try scalable fonts if
13885 Vscalable_fonts_allowed is not Qt.
13886 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
13887
138882008-02-01 Dave Love <fx@gnu.org>
13889
13890 * xterm.c (xaw_scroll_callback): Cast correctly.
13891
138922008-02-01 Dave Love <fx@gnu.org>
13893
13894 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
13895 (lispy_kana_keys): Comment out.
13896 (make_lispy_event) [XK_kana_A]: Comment out.
13897
13898 * xterm.c (xaw_scroll_callback): Cast call_data.
13899 (XTread_socket): Deal with ASCII keysyms.
13900 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
13901
139022008-02-01 Dave Love <fx@gnu.org>
13903
13904 * xterm.c (Vx_keysym_table): New.
13905 (syms_of_xterm): Initialize it.
13906 (XTread_socket): Use it.
13907 From head: Eliminate incorrect optimization that tried to avoid
13908 decoding the output of X*LookupString.
13909 (x_get_font_repertory): Delete charset declaration.
13910
139112008-02-01 Kenichi Handa <handa@m17n.org>
13912
13913 * coding.c (detect_coding_charset): If only ASCII bytes are found,
13914 return 0.
13915 (Fdefine_coding_system_internal): Setup
13916 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
13917
139182008-02-01 Dave Love <fx@gnu.org>
13919
13920 * coding.c (Fcheck_coding_system): Doc fix.
13921
13922 * editfns.c (Finsert_byte): Return a proper value.
13923
139242008-02-01 Kenichi Handa <handa@m17n.org>
13925
13926 * coding.c (decode_coding): Fix args to translate_chars. Pay
13927 attention to Vstandard_translation_table_for_decode.
13928 (encode_coding): Fix args to translate_chars. Pay attention to
13929 Vstandard_translation_table_for_encode.
13930
13931 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
13932 SINGLE_BYTE_CHAR_P.
13933
13934 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
13935 not by SINGLE_BYTE_CHAR_P.
13936
13937 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
13938 SINGLE_BYTE_CHAR_P.
13939
13940 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
13941 SINGLE_BYTE_CHAR_P.
13942
13943 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
13944 by SINGLE_BYTE_CHAR_P.
13945
13946 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
13947 SINGLE_BYTE_CHAR_P.
13948
139492008-02-01 Dave Love <fx@gnu.org>
13950
13951 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
13952
139532008-02-01 Dave Love <fx@gnu.org>
13954
13955 * fns.c (Flanginfo): Fix typo.
13956
13957 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
13958
139592008-02-01 Kenichi Handa <handa@m17n.org>
13960
13961 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
13962 (detect_coding_emacs_mule, detect_coding_iso_2022)
13963 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
13964 incomplete byte sequence. Don't update *mask when correctly detected.
13965 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
13966 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
13967 (detect_coding, detect_coding_system): Adjust for the changes above.
13968
139692008-02-01 Kenichi Handa <handa@m17n.org>
13970
13971 * character.c (char_string): Rename from
13972 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
13973 (string_char): Rename from string_char.
13974
13975 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
13976 if C is greater than MAX_3_BYTE_CHAR.
13977 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
13978 string_char instead of string_char_with_unification.
13979
139802008-02-01 Dave Love <fx@gnu.org>
13981
13982 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
13983
139842008-02-01 Kenichi Handa <handa@m17n.org>
13985
13986 * keymap.c (push_key_description): Pay attention to force_multibyte.
13987
13988 * regex.c (re_search_2): Fix for the case of unibyte buffer.
13989
139902008-02-01 Dave Love <fx@gnu.org>
13991
13992 * charset.c (define_charset_internal): Rename `supprementary'.
13993
13994 * Makefile.in (lisp, shortlisp): Remove latin-N.
13995
139962008-02-01 Dave Love <fx@gnu.org>
13997
13998 * xfns.c (x_window, x_window): Use use_xim.
13999
14000 * xterm.c (use_xim): Initialize.
14001 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
14002 (x_term_init): Maybe set use_xim.
14003
14004 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
14005
140062008-02-01 Kenichi Handa <handa@m17n.org>
14007
14008 * search.c (search_buffer): Fix case-fold-search of multibyte
14009 characters.
14010 (boyer_moore): Rename the last argument to char_high_bits.
14011
140122008-02-01 Kenichi Handa <handa@m17n.org>
14013
14014 * xdisp.c (display_string): Fix for the case of zero width glyph.
14015
14016 * xfns.c (x_set_font): Change the error message of the case that
14017 x_new_fontset returns Qt.
14018
14019 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
14020 (Finternal_set_lisp_face_attribute): Use signal_error for the
14021 error of invalid fontset.
14022
14023 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
14024 fontset, return Qt.
14025
140262008-02-01 Dave Love <fx@gnu.org>
14027
14028 * unexelf.c (unexec): Make .got handling not SGI-specific.
14029
14030 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
14031
14032 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
14033
14034 * keyboard.c (read_key_sequence): Fix type error.
14035
14036 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
14037 type error.
14038
14039 * fontset.c (fontset_add): Return Lisp_Object.
14040
140412008-02-01 Dave Love <fx@gnu.org>
14042
14043 * charset.h (charset_ordered_list_tick): Declare extern.
14044
140452008-02-01 Kenichi Handa <handa@m17n.org>
14046
14047 The following changes (and some of 2008-02-01 changes of mine) are
14048 for handling syntax, category, and case conversion for unibyte
14049 characters by converting them to multibyte on the fly. With these
14050 changes, we don't have to setup syntax and case tables for unibyte
14051 characters in each language environment.
14052
14053 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
14054 multibyte if necessary.
14055
14056 * bytecode.c (Fbyte_code): Likewise.
14057
14058 * character.h (LEADING_CODE_LATIN_1_MIN)
14059 (LEADING_CODE_LATIN_1_MAX): New macros.
14060 (unibyte_to_multibyte_table): Extern it.
14061 (unibyte_char_to_multibyte): New macro.
14062 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
14063 (CHAR_LEADING_CODE): New macro.
14064 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
14065
14066 * character.c (unibyte_to_multibyte_table): New variable.
14067 (unibyte_char_to_multibyte): Move to character.h and define as macro.
14068 (multibyte_char_to_unibyte): If C is an eight-bit character,
14069 convert it to the corresponding byte value.
14070
14071 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
14072 not 1, signals an error. Update the elements of
14073 unibyte_to_multibyte_table.
14074 (init_charset_once): Initialize unibyte_to_multibyte_table.
14075 (syms_of_charset): Define the charset `iso-8859-1'.
14076
14077 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
14078 as is without converting it to unibyte. In a unibyte buffer,
14079 convert C to multibyte before checking the syntax.
14080
14081 * lisp.h (unibyte_char_to_multibyte): Delete extern.
14082
14083 * minibuf.c (Fminibuffer_complete_word): Use the macro
14084 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
14085
14086 * regex.h (struct re_pattern_buffer): New member target_multibyte.
14087
14088 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
14089 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
14090 that is zero, convert an eight-bit char to multibyte.
14091 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
14092 non-emacs case.
14093 (PATFETCH): Convert an eight-bit char to multibyte.
14094 (HANDLE_UNIBYTE_RANGE): New macro.
14095 (regex_compile): Setup the compiled pattern for multibyte chars
14096 even if the given regex string is unibyte. Use PATFETCH_RAW
14097 instead of PATFETCH in many places. To handle `charset'
14098 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
14099 only for ASCII chars.
14100 (analyse_first) <exactn>: Simplify because the compiled pattern
14101 is multibyte.
14102 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
14103 <charset>: Use CHAR_LEADING_CODE to get leading codes.
14104 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
14105 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
14106 multibyte always 1.
14107 (re_search_2): In emacs, set the locale variable multibyte to 1,
14108 otherwise to 0. New local variable target_multibyte. Check it
14109 to decide the multibyteness of STR1 and STR2. If
14110 target_multibyte is zero, convert unibyte chars to multibyte
14111 before translating and checking fastmap.
14112 (TARGET_CHAR_AND_LENGTH): New macro.
14113 (re_match_2_internal): In emacs, set the locale variable multibyte
14114 to 1, otherwise to 0. New local variable target_multibyte. Check
14115 it to decide the multibyteness of STR1 and STR2. Use
14116 TARGET_CHAR_AND_LENGTH to fetch a character from D.
14117 <charset, charset_not>: If multibyte is nonzero, check fastmap
14118 only for ASCII chars. Call bcmp_translate with
14119 target_multibyte, not with multibyte.
14120 <begline>: Declare the local variable C as `unsigned'.
14121 (bcmp_translate): Change the last arg name to target_multibyte.
14122
14123 * search.c (compile_pattern_1): Don't adjust the multibyteness of
14124 the regexp pattern and the matching target. Set cp->buf.multibyte
14125 to the multibyteness of the regexp pattern. Set
14126 cp->but.target_multibyte to the multibyteness of the matching target.
14127 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
14128 FETCH_STRING_CHAR_ADVANCE.
14129 (Freplace_match): Convert unibyte chars to multibyte.
14130
14131 * syntax.c (char_quoted, back_comment, scan_words)
14132 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
14133 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
14134 unibyte chars to multibyte.
14135 (skip_chars): Delete the arg syntaxp, and move the code for
14136 handling syntaxes to skip_syntaxes. Change callers.
14137 Fix the case that the multibyteness of STRING and the current
14138 buffer doesn't match.
14139 (skip_syntaxes): New function.
14140 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
14141 SINGLE_BYTE_CHAR_P.
14142
141432008-02-01 Kenichi Handa <handa@m17n.org>
14144
14145 * xfaces.c (QCfontset): New variable.
14146 (LFACE_FONTSET): New macro.
14147 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
14148 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
14149 (Finternal_set_lisp_face_attribute)
14150 (Finternal_get_lisp_face_attribute): Handle QCfontset.
14151 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
14152 check also LFACE_FONTSET_INDEX.
14153 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
14154 attrs[LFACE_FONT_INDEX].
14155 (syms_of_xfaces): Intern and staticpro QCfontset.
14156
14157 * dispextern.h (enum lface_attribute_index): New member
14158 LFACE_FONTSET_INDEX.
14159
14160 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
14161
141622008-02-01 Kenichi Handa <handa@m17n.org>
14163
14164 * coding.c (coding_set_destination): Fix coding->destination for
14165 the case converting a region.
14166 (encode_coding_utf_8): Encode eight-bit chars as single byte.
14167 (encode_coding_object): Fix coding->dst_pos and
14168 coding->dst_pos_byte for the case converting a region.
14169
14170 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
14171
14172 * character.h (BYTE8_STRING): New macro.
14173
14174 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
14175
141762008-02-01 Kenichi Handa <handa@m17n.org>
14177
14178 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
14179 characters by octal form.
14180
14181 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
14182
14183 * buffer.h (_fetch_multibyte_char_len): Delete extern.
14184 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
14185 _fetch_multibyte_char_len.
14186 (FETCH_CHAR_AS_MULTIBYTE): New macro.
14187
14188 * casetab.c (set_canon, set_identity, shuffle): Simplify.
14189
14190 * casefiddle.c (casify_object): Simplify. Handle the case that
14191 the case conversion change the byte length.
14192 (casify_region): Likewise.
14193
14194 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
14195
14196 * character.c (_fetch_multibyte_char_len): Delete this variable.
14197 (syms_of_character): Setup Vprintable_chars.
14198
14199 * editfns.c (Fchar_equal): Fix for the unibyte case.
14200 (Finsert_byte): New function.
14201 (syms_of_editfns): Defsubr it.
14202
14203 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
14204 of direct code 0x3ffff.
14205
14206 * search.c (Freplace_match): Fix for the unibyte case.
14207
142082008-02-01 Kenichi Handa <handa@m17n.org>
14209
14210 * lread.c (safe_to_load_p): Fix the logic.
14211
14212 * syntax.c (scan_words): Don't treat characters belonging to
14213 different scripts as constituting a word.
14214
14215 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14216
14217 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
14218
14219 * emacs.c (main): In the case of --unibyte, instead of aborting on
14220 finding non-empty buffer, make it unibyte.
14221
142222008-02-01 Kenichi Handa <handa@m17n.org>
14223
14224 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
14225 to create a fontset.
14226
142272008-02-01 Dave Love <fx@gnu.org>
14228
14229 * character.c (Funibyte_char_to_multibyte): Doc fix.
14230
14231 * xfns.c [HAVE_STDLIB_H]: Fix last change.
14232
142332008-02-01 Kenichi Handa <handa@m17n.org>
14234
14235 * fontset.c (fontset_add): Make the type `int'.
14236 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
14237
14238 * character.c (unibyte_char_to_multibyte)
14239 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
14240 charset_unibyte, not charset_primary.
14241
14242 * charset.h (charset_unibyte): Extern it instead of charset_primary.
14243
14244 * charset.c (charset_unibyte): Rename from charset_primary.
14245 (Funibyte_charset): Rename from Fprimary_charset.
14246 (Fset_unibyte_charset): Rename from Fset_primary_charset.
14247 (syms_of_charset): Adjust for the above changes.
14248
14249 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
14250 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
14251 it->multibyte_p is zero.
14252
14253 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
14254 Delete extern.
14255
142562008-02-01 Kenichi Handa <handa@m17n.org>
14257
14258 * coding.c (Fdefine_coding_system_internal): Fix category setting
14259 for a coding system of type iso-2022.
14260
142612008-02-01 Kenichi Handa <handa@m17n.org>
14262
14263 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
14264
142652008-02-01 Kenichi Handa <handa@m17n.org>
14266
14267 * syntax.c (Vnext_word_boundary_function_table): New variable.
14268 (next-word-boundary-function-table): Declare it as a Lisp variable
14269 in syms_of_syntax.
14270 (scan_words): Call functions in Vnext_word_boundary_function_table
14271 if any.
14272
14273 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
14274
14275 * fontset.c (fs_load_font): If fontp->charset is not negative,
14276 return fontp without setting its members.
14277
142782008-02-01 Dave Love <fx@gnu.org>
14279
14280 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
14281
14282 * m/sparc.h (HAVE_ALLOCA): Delete.
14283
14284 * s/irix6-5.h: Don't include strings.h.
14285 (bcopy, bzero, bcmp): Don't undef.
14286
14287 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
14288
14289 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
14290 (TIOCSIGSEND): Don't test IRIX6.
14291 (bcopy, bzero, bcmp): Define conditionally.
14292
142932008-02-01 Kenichi Handa <handa@m17n.org>
14294
14295 * buffer.c (Qas, Qmake, Qto): New variables.
14296 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
14297 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
14298
14299 * callproc.c (Fcall_process): Don't call insert_1_both directly if
14300 we are inserting a process output into a multibyte buffer.
14301
14302 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
14303 multibyte_char_to_unibyte.
14304
14305 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
14306 by the primary charset, make it eight-bit char.
14307 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
14308
14309 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
14310 (charset_8_bit__control, charset_8_bit_graphic)
14311 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
14312 (define_charset_internal): New function.
14313 (syms_of_charset): Call define_charset_internal for pre-defined
14314 charsets.
14315
14316 * charset.h (charset_8_bit): Extern it.
14317
14318 * coding.c (make_conversion_work_buffer): Adjust for the change
14319 of Fset_buffer_multibyte.
14320 (encode_coding_raw_text): Increment p0 in the loop.
14321
14322 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
14323
14324 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
14325 for the change of Fset_buffer_multibyte.
14326
14327 * fns.c (Fstring_to_multibyte): New function.
14328 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
14329
143302008-02-01 Dave Love <fx@gnu.org>
14331
14332 * xfns.c (x_put_x_image): Declare args.
14333
14334 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
14335 (try_font_list): Declare an arg.
14336
14337 * xdisp.c (message2_nolog, set_message): Declare an arg.
14338
14339 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
14340
14341 * syntax.c (scan_sexps_forward): Declare an arg.
14342
14343 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
14344 Declare an arg.
14345
14346 * lisp.h (Fnew_fontset): Declare.
14347
14348 * keymap.c (push_key_description): Call CHARACTERP correctly.
14349
14350 * fontset.c (fontset_add): Declare args. Call make_number correctly.
14351 (face_for_char): Delete unused vars.
14352 (Fset_fontset_font): Doc fix. Delete unused vars.
14353
14354 * doc.c (Fsubstitute_command_keys): Delete unused vars.
14355
14356 * composite.c (update_compositions): Declare arg.
14357
14358 * cm.c (calccost, cmgoto): Declare args.
14359
14360 * charset.c: Remove `emacs' conditional. Doc fixes.
14361 (map_char_table_for_charset): Declare.
14362
14363 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
14364
14365 * ccl.c: Remove `emacs' conditional.
14366
143672008-02-01 Kenichi Handa <handa@m17n.org>
14368
14369 The following changes are to allow specifying multiple font
14370 patterns for a character range (specified by script or charset).
14371
14372 * Makefile.in (abbrev.o): Depend on syntax.h.
14373 (xfaces.o): Depend on charset.h.
14374
14375 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
14376 SINGLE_BYTE_CHAR_P.
14377
14378 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
14379
14380 * character.h (Vchar_script_table): Extern it.
14381
14382 * character.c (Vscript_alist): Delete.
14383 (Vchar_script_table, Qchar_script_table): New variable.
14384 (syms_of_character): Declare Vchar_script_table as a lisp variable
14385 and initialize it.
14386
14387 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
14388 have property char-table-extra-slots, make no extra slot.
14389
14390 * dispextern.h (struct face): Delete member `charset'.
14391 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
14392 SINGLE_BYTE_CHAR_P.
14393 (choose_face_font, lookup_non_ascii_face, font_name_registry):
14394 Add prototypes.
14395 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
14396 (generate_ascii_font_name): Rename from generate_ascii_font.
14397
14398 * fontset.h (get_font_repertory_func): New prototype.
14399 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
14400 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
14401
14402 * fontset.c (Qprepend, Qappend): New variables.
14403 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
14404 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
14405 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
14406 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
14407 (fontset_ref_and_range, fontset_add, reorder_font_vector)
14408 (load_font_get_repertory): New functions.
14409 (fontset_set): Delete.
14410 (fontset_face): New arg FACE. Return face ID, not face.
14411 Complete re-write to handle new fontset structure. Change caller.
14412 (free_face_fontset): Use ASET istead of AREF (X) = Y.
14413 (face_for_char): Don't call lookup_face.
14414 (make_fontset_for_ascii_face): New arg FACE.
14415 (fs_load_font): New arg CHARSET_ID. Don't check
14416 Vfont_encoding_alist here.
14417 (find_font_encoding): New function.
14418 (list_fontsets): Use STRINGP, not ! NILP.
14419 (accumulate_script_ranges): New function.
14420 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
14421 re-written to handle new fontset structure.
14422 (Ffontset_font): Return a copy of element.
14423 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
14424 docstring of font-encoding-alist.
14425
14426 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
14427 (Fset_fotset_font): Fix arguments to 5.
14428
14429 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
14430
14431 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
14432 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14433 (highlight_trailing_whitespace): Adjust for the change of
14434 lookup_named_face.
14435
14436 * xfaces.c: Include charset.h.
14437 (load_face_font): Delete argument C. Change caller.
14438 (generate_ascii_font_name): Rename from generate_ascii_font.
14439 (font_name_registry): New function.
14440 (cache_face): Store ascii faces before non-ascii faces in buckets.
14441 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
14442 Lookup only ascii faces.
14443 (lookup_non_ascii_face): New function.
14444 (lookup_named_face): Delete argument C. Change caller.
14445 (lookup_derived_face): Delete argument C. Change caller.
14446 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
14447 a string, just call font_list with it.
14448 (choose_face_font): Delete arguments FACE and C. New arg
14449 FONT_SPEC. Change caller.
14450 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
14451 Change caller.
14452 (realize_non_ascii_face): New function.
14453 (realize_x_face): Call load_face_font here.
14454 (realize_tty_face): Delete argument C. Change caller.
14455 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
14456 get a face ID.
14457 (dump_realized_face): Don't print charset of FACE.
14458
14459 * xfns.c (x_set_font): Always call x_new_fontset and
14460 store_frame_parameter.
14461 (Fx_create_frame): Call x_new_fontset, not x_new_font.
14462 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
14463
14464 * xterm.h (x_get_font_repertory): Extern it.
14465
14466 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
14467 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
14468 it->multibyte_p is zero.
14469 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
14470 (x_new_fontset): If FONTSETNAME doesn't match any existing
14471 fontsets, create a new one.
14472 (x_get_font_repertory): New function.
14473
144742008-02-01 Kenichi Handa <handa@m17n.org>
14475
14476 * coding.c (Ffind_coding_systems_region_internal): Detect an
14477 ASCII only string correctly.
14478
14479 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
14480 version is 0.
14481
144822008-02-01 Kenichi Handa <handa@m17n.org>
14483
14484 * lread.c: Include "coding.h".
14485 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
14486 (load_each_byte, unread_char): New variables.
14487 (readchar_backlog): Delete.
14488 (readchar): Return a character unless load_each_byte is nonzero.
14489 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
14490 cons. If unread_char is not -1, simply return it.
14491 (unreadchar): Handle the case that readcharfun is
14492 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
14493 (read_multibyte): Delete.
14494 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
14495 (read_emacs_mule_char): New functions.
14496 (Fload): Even if the file doesn't have the extension ".elc", if
14497 safe_to_load_p returns a positive version number, assume that the
14498 file contains bytecompiled code. If the version is less than 22,
14499 load the file while decoding multibyte sequences by emacs-mule.
14500 (readevalloop): Don't use readchar_backlog.
14501 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
14502 (Fread_from_string): Pay attention to the case that STREAM is a cons.
14503 (read_escape): Delete the arg BYTEREP.
14504 (read1): Set load_each_byte to 1 temporarily while handling
14505 #@NUMBER. Don't call read_multibyte.
14506 (read_vector): Call Fread with a cons. If readcharfun is
14507 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
14508 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
14509 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
14510 and Qload_force_doc_strings.
14511
145122008-02-01 Kenichi Handa <handa@m17n.org>
14513
14514 * xdisp.c (face_before_or_after_it_pos): Call
14515 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
14516
145172008-02-01 Kenichi Handa <handa@m17n.org>
14518
14519 * character.h (TRAILING_CODE_P): New macro.
14520 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
14521 (string_char_with_unification): Fix prototype.
14522 (Vscript_alist): Extern it.
14523
14524 * character.c (Vscript_alist): New variable.
14525 (string_char_with_unification, str_as_unibyte)
14526 (string_escape_byte8): Add `const' to local variables.
14527 (syms_of_character): Declare script-alist as a Lisp variable.
14528
14529 * charset.h (Vcharset_ordered_list): Extern it.
14530 (charset_ordered_list_tick): Extern it.
14531 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
14532 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
14533 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
14534 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
14535 (Funify_charset): Adjust for the change of Funify_charset.
14536
14537 * charset.c (charset_ordered_list_tick): New variable.
14538 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
14539 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
14540 deunify intead of unify a charset.
14541 (string_xstring_p): Add `const' to local variables.
14542 (find_charsets_in_text): Add `const' to arguments and local variables.
14543 (encode_char): Adjust for the change of Funify_charset. Fix
14544 detecting of invalid code.
14545 (Fset_charset_priority): Increment charset_ordered_list_tick.
14546 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
14547 and TO_CODE.
14548
14549 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
14550 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
14551 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
14552 (decode_coding_ccl, consume_chars)
14553 (Ffind_coding_systems_region_internal)
14554 (Fcheck_coding_systems_region): Add `const' to local variables.
14555
14556 * print.c (print_object): Use octal form for printing the
14557 contents of a bool vector.
14558
145592008-02-01 Dave Love <fx@gnu.org>
14560
14561 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
14562 <version == 20>: Refuse to load.
14563
145642008-02-01 Dave Love <fx@gnu.org>
14565
14566 * fns.c: Move coding.h.
14567 (Qcodeset, Qdays, Qmonths): New.
14568 (concat): Use CHARACTERP instead of INTEGERP.
14569 (Flocale_codeset): Delete.
14570 (Flanginfo): New function.
14571 (syms_of_fns): Change accordingly.
14572
14573 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
14574
145752008-02-01 Dave Love <fx@gnu.org>
14576
14577 * casetab.c (init_casetab_once, init_casetab_once): Fix
14578 CHAR_TABLE_SET call.
14579
14580 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
14581
14582 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
14583
14584 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
14585 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
14586 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
14587
14588 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
14589
14590 * coding.c (ENCODE_DESIGNATION, decode_eol)
14591 (make_conversion_work_buffer, code_conversion_restore)
14592 (Fdefine_coding_system_internal): Convert Lisp types.
14593 (code_conversion_restore): Use EQ, not ==.
14594 (Fencode_coding_string): Fix code_convert_string call.
14595
14596 * coding.h (code_convert_region): Fix prototype.
14597
14598 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
14599
14600 * fontset.c (fontset_ref, fontset_set, fs_load_font)
14601 (Ffontset_info): Convert Lisp types.
14602
14603 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
14604
14605 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
14606
14607 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
14608
14609 * chartab.c: Include "...h", not <...h> in some cases.
14610
14611 * callproc.c (Fcall_process): Remove unused variables.
14612
146132008-02-01 Dave Love <fx@gnu.org>
14614
14615 * coding.c (Fset_coding_system_priority): Allow null arg list.
14616
146172008-02-01 Dave Love <fx@gnu.org>
14618
14619 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
14620 (Fself_insert_and_exit): Use CHARACTERP.
14621
14622 * callproc.c (Fcall_process): Remove unused vars.
14623
14624 * xterm.c (XTread_socket): Add extra dead keysyms.
14625
14626 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
14627
14628 * dispextern.h: Remove prototypes for redraw_frame,
14629 redraw_garbaged_frames.
14630
14631 * cmds.c (Fself_insert_command): Use CHARACTERP.
14632
14633 * chartab.c (make_sub_char_table): Remove unused var.
14634 (Fset_char_table_default, Fmap_char_table): Doc fix.
14635
14636 * keymap.c (access_keymap): Remove generic char code.
14637 (push_key_description): Use CHARACTERP.
14638
146392008-02-01 Dave Love <fx@gnu.org>
14640
14641 * charset.c: Doc fixes.
14642 (Funify_charset): Extra checking.
14643
146442008-02-01 Dave Love <fx@gnu.org>
14645
14646 * lread.c: Remove some unused variables.
14647 (safe_to_load_p): If safe, return the magic number version byte.
14648 (Fload): Maybe use load-with-code-conversion.
14649
146502008-02-01 Kenichi Handa <handa@m17n.org>
14651
14652 * category.c (Fmodify_category_entry): Don't modify the contents
14653 of category_set for characters out of the range. Avoid
14654 unnecessary modification.
14655
14656 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
14657 Vchar_unify_table. The default value of the table is now nil.
14658
14659 * character.c (syms_of_character): Setup Vchar_width_table for
14660 eight-bit-control and raw-byte chars.
14661
14662 * charset.h (enum define_charset_arg_index): Delete
14663 charset_arg_parents and add charset_arg_subset and
14664 charset_arg_superset.
14665 (enum charset_attr_index): Delete charset_parents and add
14666 charset_subset and charset_superset.
14667 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
14668 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
14669 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
14670 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
14671 (CHARSET_SUPERSET): New macros.
14672 (charset_work): Extern it.
14673 (ENCODE_CHAR): Use charset_work.
14674 (CHAR_CHARSET_P): Adjust for the change of encoder format.
14675 (map_charset_chars): Extern it.
14676
14677 * charset.c (load_charset_map): Set the default value of encoder
14678 and deunifier char-tables to nil.
14679 (map_charset_chars): Change argument. Change callers. Use
14680 map_char_table_for_charset instead of map_char_table.
14681 (Fmap_charset_chars): New optional args from_code and to_code.
14682 (Fdefine_charset_internal): Adjust for the change of
14683 `define-charset' (:parents -> :subset or :superset).
14684 (charset_work): New variable.
14685 (encode_char, syms_of_charset): Adjust for the change of
14686 Fdefine_charset_internal.
14687 (Ffind_charset_string): Setup the vector `charsets' correctly.
14688
14689 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
14690 the previous change.
14691 (char_table_ref_and_range): Adjust for the above change.
14692 (map_sub_char_table_for_charset): New function.
14693 (map_char_table_for_charset): New function.
14694
14695 * keymap.c (describe_vector): Handle a char-table directly here.
14696 (describe_char_table): Delete.
14697
14698 * lisp.h (map_charset_chars): Delete.
14699
147002008-02-01 Dave Love <fx@gnu.org>
14701
14702 * fns.c (count_combining): Comment out (unused).
14703 (Flocale_codeset): New.
14704 (syms_of_fns): Defsubr it.
14705
14706 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
14707 (size_t): Remove.
14708
147092008-02-01 Dave Love <fx@gnu.org>
14710
14711 * Makefile.in (chartab.o): Depend on charset.h.
14712
147132008-02-01 Kenichi Handa <handa@m17n.org>
14714
14715 * character.c (syms_of_character): Set the default value of
14716 Vprintable_chars to Qnil.
14717
147182008-02-01 Dave Love <fx@gnu.org>
14719
14720 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
14721
147222008-02-01 Kenichi Handa <handa@m17n.org>
14723
14724 * charset.c (load_charset_map): Handle the case that from < to
14725 correctly.
14726
14727 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
14728 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
14729 Pay attention to raw-8-bit chars.
14730
147312008-02-01 Kenichi Handa <handa@m17n.org>
14732
14733 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
14734 It is not bytecompiled now.
14735
14736 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
14737 (charset_jisx0208): New variables.
14738 (Fdefine_charset_internal): Setup them if appropriate.
14739 (init_charset_once): Initialize them to -1.
14740
14741 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
14742 (charset_jisx0208): Extern them.
14743
14744 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
14745 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
14746 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
14747 (setup_iso_safe_charsets): Fix arguments to Fassq.
14748 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
14749 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
14750 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
14751 (encode_coding_iso_2022): Change the 1st arg to
14752 ENCODE_ISO_CHARACTER to a variable.
14753
147542008-02-01 Kenichi Handa <handa@m17n.org>
14755
14756 * charset.h (enum define_charset_arg_index): New enums
14757 charset_arg_min_code and charset_arg_max_code.
14758 (struct charset): New member char_index_offset.
14759
14760 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
14761 Take charset->char_index_offset into account.
14762 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
14763 args[charset_arg_max_code]. Setup charset.char_index_offset.
14764 (syms_of_charset): Fix args to Fdefine_charset_internal.
14765
147662008-02-01 Dave Love <fx@gnu.org>
14767
14768 * coding.c (decode_coding_utf_8): Reject overlong sequences.
14769
147702008-02-01 Dave Love <fx@gnu.org>
14771
14772 * coding.c: Doc fixes.
14773 (Fcoding_system_aliases): Fix return value.
14774 (Qmac): Remove (duplicated) definition.
14775
147762008-02-01 Dave Love <fx@gnu.org>
14777
14778 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
14779 functions.
14780
14781 * character.c (Fstring): Doc fix.
14782
14783 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
14784
14785 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
14786 ids.
14787 (font-encoding-alist): Doc fix.
14788
147892008-02-01 Dave Love <fx@gnu.org>
14790
14791 * term.c (costs_set): Declare static, non-initialized for pcc.
14792 (encode_terminal_code): Remove unused var.
14793
14794 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
14795 for K&R.
14796
14797 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
14798
14799 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
14800 (suffixes): Move out of make_subsidiaries for K&R.
14801
14802 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
14803
14804 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
14805
148062008-02-01 Dave Love <fx@gnu.org>
14807
14808 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
14809
14810 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
14811
148122008-02-01 Yong Lu <lyongu@asia-infonet.com>
14813
14814 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
14815
14816 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
14817
148182008-02-01 Kenichi Handa <handa@m17n.org>
14819
14820 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
14821 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
14822
148232008-02-01 Kenichi Handa <handa@m17n.org>
14824
14825 * coding.c (decode_coding_charset): Adjust for the change of
14826 Fdefine_coding_system_internal.
14827 (Fdefine_coding_system_internal): For a coding system of
14828 `charset' type, store a list of charset IDs in
14829 `charset_attr_charset_valids' element of coding attributes.
14830
148312008-02-01 Kenichi Handa <handa@m17n.org>
14832
14833 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
14834 (emacs_mule_char): New arg src. Delete arg `composition'. Change
14835 caller. Handle 2-byte and 3-byte charsets correctly.
14836 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
14837 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
14838 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
14839 (DECODE_EMACS_MULE_21_COMPOSITION): Call
14840 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
14841 sequence.
14842 (decode_coding_emacs_mule): Handle composition correctly. Rewind
14843 `src' and `consumed_chars' correctly before calling emacs_mule_char.
14844 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
14845 and alt&rule composition.
14846 (decode_coding_iso_2022): Handle composition correctly.
14847 (init_coding_once): Setup emacs_mule_bytes for private charsets.
14848
14849 * charset.c (Fdefine_charset_internal): Fix bug for the case of
14850 re-defining a charset. If the charset has :emacs-mule-id, setup
14851 emacs_mule_bytes.
14852 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
14853
148542008-02-01 Kenichi Handa <handa@m17n.org>
14855
14856 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
14857 (encode_coding_big5, encode_coding_charset): If coding requires safe
14858 encoding, produce a character specified by
14859 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
14860
148612008-02-01 Dave Love <fx@gnu.org>
14862
14863 * xterm.c (XSetIMValues): Declare.
14864
14865 * process.c: Conditionally include sys/wait.h, pty.h.
14866
14867 * print.c (print_object): Fix print format for 64-bit systems.
14868
14869 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
14870
14871 * buffer.c (emacs_strerror): Declare.
14872
14873 * fontset.c (Fclear_face_cache): Declare.
14874 (accumulate_font_info): Comment-out (unused).
14875 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
14876 variables.
14877
14878 * character.h (string_escape_byte8): Declare.
14879
14880 * charset.c (load_charset_map, load_charset_map_from_file): Remove
14881 unused vars.
14882 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
14883 (Fmap_charset_chars): Doc fix.
14884
14885 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
14886 (Fset_coding_system_priority, Fset_coding_system_priority)
14887 (Fdefine_coding_system_internal): Doc fix.
14888
148892008-02-01 Dave Love <fx@gnu.org>
14890
14891 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
14892
148932008-02-01 Kenichi Handa <handa@m17n.org>
14894
14895 * character.c (string_escape_byte8): Make multibyte string with
14896 correct size.
14897
14898 * charset.c (Fmake_char): Delete unnecessary code.
14899
149002008-02-01 Kenichi Handa <handa@m17n.org>
14901
14902 * xfns.c (x_encode_text): Allocate coding.destination here, and
14903 call encode_coding_object with dst_object Qnil.
14904
14905 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
14906 multibyte form correctly.
14907
14908 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
14909 against Vfont_encoding_alist.
14910
14911 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
14912 handling of charset list.
14913 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
14914 (decode_coding_object): Move point to coding->dst_pos before
14915 calling post-read-conversion function.
14916 (encode_coding_object): Give correct arguments to
14917 pre-write-conversion. Ignore the return value of
14918 pre-write-conversion function. Pay attention to the case that
14919 pre-write-conversion changes the current buffer. If dst_object is
14920 Qt, even if coding->src_bytes is zero, allocate at least one byte
14921 to coding->destination.
14922
14923 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
14924
14925 * charset.c (Fmake_char): Make it more backward compatible.
14926 (Fmap_charset_chars): Fix docstring.
14927
149282008-02-01 Dave Love <fx@gnu.org>
14929
14930 * coding.c: Doc fixes.
14931 (Fdefine_coding_system_alias): Use names, not symbols, in
14932 coding-system-alist.
14933
149342008-02-01 Kenichi Handa <handa@m17n.org>
14935
14936 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
14937 of calling free_realized_face.
14938
149392008-02-01 Yong Lu <lyongu@asia-infonet.com>
14940
14941 * charset.c (read_hex): Don't treat SPC as a comment starter.
14942 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
14943 (Fdecode_char): Fix typo.
14944
149452008-02-01 Kenichi Handa <handa@m17n.org>
14946
14947 * charset.h (struct charset): New member `code_space_mask'.
14948
14949 * coding.c (coding_set_source): Delete the local variable beg_byte.
14950 (encode_coding_charset, Fdefine_coding_system_internal):
14951 Delete the local variable charset.
14952 (Fdefine_coding_system_internal): Setup
14953 attrs[coding_attr_charset_valids] correctly.
14954
14955 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
14956 member to check if CODE is valid or not.
14957 (Fdefine_charset_internal): Initialize `code_space_mask' member.
14958 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
14959 is within the range of charset->min_code and carset->max_code.
14960
149612008-02-01 Dave Love <fx@gnu.org>
14962
14963 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
14964
14965 * dispextern.h (generate_ascii_font): Fix return type.
14966
14967 * xfaces.c (generate_ascii_font): Fix arg declaration.
14968
14969 * coding.c (coding_inherit_eol_type)
14970 (Fset_terminal_coding_system_internal)
14971 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
14972
149732008-02-01 Kenichi Handa <handa@m17n.org>
14974
14975 * coding.c (decode_coding_charset, encode_coding_charset): Handle
14976 multiple charsets correctly.
14977
149782008-02-01 Kenichi Handa <handa@m17n.org>
14979
14980 * search.c (boyer_moore): Fix handling of multibyte character
14981 translation.
14982
14983 * xdisp.c (display_mode_element): When the variable `elt' is
14984 changed, update `this' and `lisp_string'.
14985
149862008-02-01 Kenichi Handa <handa@m17n.org>
14987
14988 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
14989
14990 * callproc.c (Fcall_process): Be sure to give the current buffer
14991 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
14992
14993 * charset.c (struct charset_map_entries): New struct.
14994 (load_charset_map): Rename from parse_charset_map. New args
14995 entries and n_entries. Change caller.
14996 (load_charset_map_from_file): Rename from load_charset_map.
14997 Change caller. New arg control_flag. Call load_charset_map at
14998 the tail.
14999 (load_charset_map_from_vector): New function.
15000 (Fdefine_charset_internal): Setup charset.compact_codes_p.
15001 (encode_char): If the charset is compact, change a character index
15002 to a code point.
15003
15004 * coding.c (coding_alloc_by_making_gap): Check the case that the
15005 source and destination are the same correctly.
15006 (decode_coding_raw_text): Set coding->consumed_char and
15007 coding->consumed to 0.
15008 (produce_chars): If coding->chars_at_source is nonzero, update
15009 coding->consumed_char and coding->consumed before calling
15010 alloc_destination.
15011 (Fdefine_coding_system_alias): Register ALIAS in
15012 Vcoding_system_alist.
15013 (syms_of_coding): Define `no-conversion' coding system at the tail.
15014
15015 * fileio.c (Finsert_file_contents): Set coding_system instead of
15016 val. If the current buffer is multibyte, always call
15017 decode_coding_gap.
15018
15019 * xfaces.c (try_font_list): Give higher priority to fontset's
15020 family than face's family.
15021
150222008-02-01 Kenichi Handa <handa@m17n.org>
15023
15024 * callproc.c (Fcall_process): Be sure to give the current buffer
15025 to decode_coding_c_string.
15026
15027 * xfaces.c (try_font_list): Give a family specified in a fontset
15028 higher priority than a family specified in a face.
15029
150302008-02-01 Kenichi Handa <handa@m17n.org>
15031
15032 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
15033 Fix arguments to insert_from_buffer.
15034
15035 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
15036
150372008-02-01 Kenichi Handa <handa@m17n.org>
15038
15039 * coding.c (produce_chars): Set the variable `multibytep' correctly.
15040 (decode_coding_gap): Set coding->dst_multibyte correctly.
15041
150422008-02-01 Kenichi Handa <handa@m17n.org>
15043
15044 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
15045 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
15046 (encode_coding_utf_16): Substitute coding->default_char for
15047 non-Unicode characters.
15048 (decode_coding): Don't call record_insert here.
15049 (setup_coding_system): Initialize `surrogate' of
15050 coding->spec.utf_16 to 0.
15051 (EMIT_ONE_BYTE): Fix for multibyte case.
15052
15053 * insdel.c (insert_from_gap): Call record_insert.
15054
150552008-02-01 Kenichi Handa <handa@m17n.org>
15056
15057 * casefiddle.c (casify_region): Fix multibyte case.
15058
15059 * character.c (c_string_width): Add return type `int'.
15060 (char_string_with_unification): Delete arg ADVANCED.
15061
15062 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
15063 (CHAR_STRING): Adjust for the change of char_string_with_unification.
15064 (CHAR_STRING_ADVANCE): Make it do-while statement.
15065
15066 * chartab.c (sub_char_table_set_range): Optimize for the case
15067 DEPTH == 3. Add workaround code for a GCC optimization bug.
15068
15069 * charset.c (parse_charset_map): Remove an unused variable.
15070
15071 * coding.c: Delete unused variables.
15072
15073 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
15074 earlier. If inserted is zero and the coding system doesn't
15075 require flushing, don't call decode_coding_gap.
15076
15077 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
15078
150792008-02-01 Kenichi Handa <handa@m17n.org>
15080
15081 The following changes are for using Unicode as an internal
15082 character model, and use UTF-8 format for buffer/string
15083 representation.
15084
15085 * .gdbinit (xchartable): Adjust for the change of char table structure.
15086 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
15087
15088 * Makefile.in (obj): Add character.o and chartab.o.
15089 (lisp, shortlisp): Remove utf-8.elc.
15090 (*.o): For many files, change dependency on charset.h to
15091 character.h, and add dependency on character.h.
15092 (character.o, chartab.o): New targets.
15093
15094 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
15095 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
15096 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
15097 of "charset.h".
15098
15099 * dired.c, filelock.c: Include "character.h".
15100
15101 * alloc.c: Include "character.h" instead of "charset.h".
15102 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
15103 (syms_of_alloc): Remove defsubr for Smake_char_table.
15104
15105 * buffer.c: Include "character.h" instead of "charset.h", don't
15106 include "coding.h".
15107 (Fset_buffer_multibyte): Adjust for UTF-8.
15108
15109 * buffer.h: EXFUN Fbuffer_live_p.
15110
15111 * callproc.c: Include "character.h" instead of "charset.h".
15112 (Fcall_process): Big change for the new code-conversion APIs.
15113
15114 * casetab.c: Include "character.h" instead of "charset.h".
15115 (set_canon, set_identity, shuffle): Adjust for the new
15116 map_char_table spec.
15117 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
15118 accessing the char table structure.
15119
15120 * chartab.c: New file that implements char table.
15121
15122 * category.c: Include "character.h".
15123 (copy_category_entry): New function.
15124 (copy_category_table): Call map_char_table and copy_category_entry.
15125 (Fmake_category_table): Initialize all top-level slots.
15126 (char_category_set): New function.
15127 (modify_lower_category_set): Delete.
15128 (Fmodify_category_entry): Call char_table_ref_and_range.
15129
15130 * category.h (CATEGORY_SET): Just call char_category_set.
15131
15132 * ccl.c: Include "character.h".
15133 (Qccl, Qcclp): New variables.
15134 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
15135 it's less than 256.
15136 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
15137 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
15138 and DST type.
15139 (ccl_driver): Change types of argument, adjust code accordingly.
15140 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
15141 ccl_driver.
15142 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
15143
15144 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
15145 New members src_multibyte, dst_multibyte, consumed, and produced.
15146 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
15147 (CODING_SPEC_CCL_PROGRAM): New macro.
15148 (ccl_driver): Update prototype.
15149 (Qccl, Qcclp, Fccl_program_p): Extern them.
15150 (CHECK_CCL_PROGRAM): New macro.
15151
15152 * character.c, character.h, chartab.c: New files.
15153
15154 * charset.c: Mostly re-written. Move character and multibyte sequence
15155 handling codes to character.c.
15156
15157 * charset.h: Mostly re-written. Move character and multibyte sequence
15158 handling codes to character.h.
15159
15160 * coding.c, coding.h: Mostly re-written.
15161
15162 * composite.c: Include "character.h" instead of "charset.h".
15163 (CHAR_WIDTH): Move to character.h.
15164 (HASH_KEY, HASH_VALUE): Delete.
15165
15166 * composite.h (enum composition_method): Change order of enumeration
15167 symbols.
15168
15169 * data.c: Include "character.h" instead of "charset.h".
15170 (Faref): Call CHAR_TABLE_REF for a char table.
15171 (Faset): Call CHAR_TABLE_SET for a char table.
15172
15173 * dispextern.h (free_realized_face, check_face_attribytes)
15174 (generate_ascii_font): Extern them.
15175 (free_realized_multibyte_face): Delete extern.
15176
15177 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
15178 table structure.
15179
15180 * editfns.c: Include "character.h" instead of "charset.h".
15181 (Fchar_to_string): Always call CHAR_STRING.
15182
15183 * emacs.c (main): Call init_charset_once, init_charset,
15184 syms_of_chartab, and syms_of_character.
15185
15186 * fileio.c: Include "character.h" instead of "charset.h".
15187 (Finsert_file_contents): Big change for the new code-conversion API.
15188 (choose_write_coding_system, Fwrite_region): Likewise.
15189 (build_annotations_2): Delete.
15190 (e_write): Big change for the new code-conversion API.
15191
15192 * fns.c: Include "character.h" instead of "charset.h".
15193 (copy_sub_char_table): Move to chartab.c.
15194 (Fcopy_sequence): Call copy_char_table for a char table.
15195 (concat): Delete codes calling count_multibyte.
15196 (string_char_to_byte, string_byte_to_char): Adjust for the new
15197 multibyte form.
15198 (internal_equal): Adjust for the change of char table structure.
15199 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
15200 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
15201 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
15202 (char_table_translate, optimize_sub_char_table)
15203 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
15204 chartab.c.
15205 (char_table_ref_and_index): Delete.
15206 (HASH_KEY, HASH_VALUE): Move to lisp.h.
15207 (Fmd5): Call preferred_coding_system instead of accessing
15208 Vcoding_category_list. Adjust for the new code-conversion API.
15209 (syms_of_fns): Move defsubr for char table related functions to
15210 chartab.c.
15211
15212 * fontset.c: Mostly re-written.
15213
15214 * fontset.h (struct font_info): Change type of the member encoding_type.
15215 (enum FONT_SPEC_INDEX): New enum.
15216 (fontset_font_pattern, fs_load_font): Update prototype.
15217 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
15218
15219 * indent.c: Include "character.h" instead of "charset.h".
15220 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
15221
15222 * insdel.c: Include "character.h" instead of "charset.h".
15223 (copy_text): Don't refer to Vnonascii_translation_table.
15224 (insert_from_gap): New function.
15225
15226 * keyboard.c: Include "character.h" instead of "charset.h".
15227 (command_loop_1): Never call direct_output_forward_char before
15228 a non-ASCII character.
15229 (read_char): If Vkeyboard_translate_table is a char table, always
15230 translate a character.
15231
15232 * keymap.c: Include "character.h".
15233 (store_in_keymap): Handle the case that IDX is a cons.
15234 (Fdefine_key): Handle the case that KEY is a cons and the car part
15235 is also a cons (range).
15236 (push_key_description): Adjust for the new character code.
15237 (describe_vector): Call describe_char_table for a char table.
15238 (describe_char_table): New function.
15239
15240 * keymap.h (describe_char_table): Extern it.
15241
15242 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
15243 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
15244 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
15245 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
15246 Delete.
15247 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
15248 structure.
15249 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
15250 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
15251 (CHARTAB_SIZE_BITS_3): New macros.
15252 (chartab_size): Extern it.
15253 (struct Lisp_Char_Table): Re-design.
15254 (struct Lisp_Sub_Char_Table): New structure.
15255 (HASH_KEY, HASH_VALUE): Move from fns.c.
15256 (CHARACTERBITS): Define as 22.
15257 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
15258 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
15259 (GC_SUB_CHAR_TABLE_P): New macro.
15260 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
15261 (code_convert_string_norecord): Deleted extern.
15262 (init_character_once, syms_of_character, init_charset)
15263 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
15264
15265 * lread.c: Include "character.h".
15266 (read_multibyte): New arg NBYTES.
15267 (read_escape): Change the meaning of returned *BYTEREP.
15268 (to_multibyte): Delete.
15269 (read1): Adjust the handling of char table and string.
15270
15271 * print.c: Include "character.h" instead of "charset.h".
15272 (print_string): Convert 8-bit raw bytes to octal form by
15273 string_escape_byte8.
15274 (print_object): Adjust for the new multibyte form. Print 8-bit
15275 raw bytes always in octal form. Handle sub char table correctly.
15276
15277 * process.c: Include "character.h" instead of "charset.h".
15278 (read_process_output, send_process): Adjust for the new
15279 code-conversion API.
15280
15281 * puresize.h (BASE_PURESIZE): Increase.
15282
15283 * regex.c: Include "character.h" instead of "charset.h".
15284 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
15285 (regex_compile): Accept a range whose starting and ending
15286 character have different leading bytes.
15287 (analyse_first): Adjust for the above change.
15288
15289 * search.c: Include "character.h" instead of "charset.h".
15290 (search_buffer, boyer_moore): Adjust for the new multibyte form.
15291 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
15292
15293 * syntax.c: Include "character.h" instead of "charset.h".
15294 (syntax_parent_lookup): Delete.
15295 (Fmodify_syntax_entry): Accept a cons as CHAR.
15296 (skip_chars): Adjust for the new multibyte form.
15297 (init_syntax_once): Call char_table_set_range instead of directly
15298 accessing the structure of a char table.
15299
15300 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
15301 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
15302 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
15303 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
15304
15305 * term.c: Include "buffer.h" and "character.h".
15306 (encode_terminal_code, write_glyphs): Adjust for the new
15307 code-conversion API.
15308 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
15309
15310 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
15311
15312 * xdisp.c: Include "character.h".
15313 (get_next_display_element): Adjust for the new multibyte form.
15314 (disp_char_vector): Adjust for the new char table structure.
15315 (decode_mode_spec_coding): Adjust for the new structure of
15316 coding system.
15317 (decode_mode_spec): Adjust for the new code-conversion API.
15318
15319 * xfaces.c: Include "character.h" instead of "charset.h".
15320 (load_face_font): Adjust for the change of choose_face_font and
15321 FS_LOAD_FONT.
15322 (generate_ascii_font): New function.
15323 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
15324 (set_font_frame_param): Adjust for the change of choose_face_font.
15325 (free_realized_face): Make it public.
15326 (free_realized_faces_for_fontset): Rename from
15327 free_realized_multibyte_face. Free also faces realized for ASCII.
15328 (choose_face_font): Change arguments. Adjust for the change of
15329 fontset_font_pattern and FS_LOAD_FONT.
15330
15331 * xfns.c: Include "character.h".
15332 (x_encode_text): Adjust for the new code-conversion API.
15333
15334 * xselect.c: Don't include "charset.h".
15335 (selection_data_to_lisp_data): Adjust for the new code conversion API.
15336
15337 * xterm.c: Include "character.h".
15338 (x_encode_char): New argument CHARSET. Change caller.
15339 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
15340 Call ENCODE_CHAR instead of SPLIT_CHAR.
15341 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
15342 CHAR_WIDTH instead of CHARSET_WIDTH.
15343 (XTread_socket): Adjust for the new code-conversion API.
15344 (x_new_font): Adjust for the change of FS_LOAD_FONT.
15345 (x_load_font): Adjust for the change of struct font.
15346
153472008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
15348
15349 * xfaces.c (face_at_buffer_position): Remove unused vars.
15350
153512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15352
15353 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
15354 Fix overflow checking.
15355
153562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15357
15358 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
15359 Cancel previous change.
15360
153612008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
15362
15363 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
15364 ccl->eight_bit_control. Fix check for buffer overflow.
15365 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
15366 (ccl_driver): Initialize extra_bytes to 0.
15367
153682008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
15369
15370 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
15371 return it ORed with ctrl_modifier.
15372
153732008-01-29 Miles Bader <miles@gnu.org>
15374
15375 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
15376
153772008-01-28 Jason Rumney <jasonr@gnu.org>
15378
15379 * w32.c (stat): Don't double check for networked drive.
15380
153812008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * window.c (run_window_configuration_change_hook): New function.
15384 Code extracted from set_window_buffer. Set the selected frame.
15385 (set_window_buffer): Use it.
15386 * window.h (run_window_configuration_change_hook): Declare.
15387 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
15388
15389 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
15390
153912008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
15392
15393 * Makefile.in: Remove references to unused macros.
15394
153952008-01-26 Eli Zaretskii <eliz@gnu.org>
15396
15397 * w32.c (g_b_init_get_sid_sub_authority)
15398 (g_b_init_get_sid_sub_authority_count): New static variables.
15399 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
15400 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
15401 (init_user_info): Use them to retrieve uid and gid.
15402 Use 500/513, the Windows defaults, as Administrator's uid/gid.
15403 (fstat): Use pw_uid and pw_gid from the_passwd structure for
15404 st_uid and st_gid of the file.
15405
154062008-01-26 Jason Rumney <jasonr@gnu.org>
15407
15408 * w32.c (logon_network_drive): New function.
15409 (stat): Use it.
15410
154112008-01-26 Chong Yidong <cyd@stupidchicken.com>
15412
15413 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
15414 invisible text covered with an ellipsis.
15415
154162008-01-25 Richard Stallman <rms@gnu.org>
15417
15418 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
15419 jump back to beginning. Move some other initializations after that.
15420 (Qwindow_text_change_functions, Vwindow_text_change_functions):
15421 New variables.
15422 (syms_of_xdisp): Init them.
15423
15424 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
15425
15426 * buffer.c (reset_buffer_local_variables):
15427 Implement `permanent-local-hook'.
15428 (Qpermanent_local_hook): New variable.
15429 (syms_of_buffer): Init and staticpro it.
15430
154312008-01-25 Michael Albinus <michael.albinus@gmx.de>
15432
15433 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
15434
154352008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
15436
15437 * fns.c (Fclrhash): Return TABLE.
15438
154392008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15440
15441 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
15442 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
15443 is set even without positional changes.
15444 (x_scroll_bar_clear): Set bar->redraw_needed_p.
15445
15446 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
15447
154482008-01-23 Jason Rumney <jasonr@gnu.org>
15449
15450 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
15451
15452 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
15453 the unicode range available in MULE by locale-coding-system.
15454 Improve dbcs lead byte detection. Set event timestamp and modifiers
15455 earlier.
15456
154572008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15458
15459 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
15460 [MAC_OSX] (init_mac_osx_environment): Initialize it.
15461 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
15462 when used on child processes.
15463
154642008-01-21 Michael Albinus <michael.albinus@gmx.de>
15465
15466 * dbusbind.c (Fdbus_method_return_internal): Rename from
15467 Fdbus_method_return.
15468 (Fdbus_unregister_object): Move to dbus.el.
15469 (Fdbus_call_method, Fdbus_method_return_internal)
15470 (Fdbus_send_signal): Improve debug messages.
15471
154722008-01-20 Martin Rudalics <rudalics@gmx.at>
15473
15474 * undo.c (undo_inhibit_record_point): New variable.
15475 (syms_of_undo): Initialize it.
15476 (record_point): Don't record point when undo_inhibit_record_point
15477 is set.
15478
154792008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15480
15481 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
15482
15483 * xdisp.c (Qauto_hscroll_mode): New var.
15484 (syms_of_xdisp): Initialize it.
15485 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
15486 window's buffer.
15487 (hscroll_windows): Don't check automatic_hscrolling_p here.
15488
15489 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
15490 vscroll if we're setting window-buffer to the value it already has.
15491
154922008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
15493
15494 * m/intel386.h: Remove references to XENIX.
15495
154962008-01-17 Andreas Schwab <schwab@suse.de>
15497
15498 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
15499 instead of HAVE_X86_64_LIB64_DIR.
15500 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
15501
155022008-01-17 Glenn Morris <rgm@gnu.org>
15503
15504 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
15505 to HAVE_X86_64_LIB64_DIR.
15506
155072008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
15508
15509 * s/irix3-3.h:
15510 * s/irix4-0.h:
15511 * s/386-ix.h:
15512 * s/domain.h:
15513 * s/hpux9-x11r4.h:
15514 * s/hpux9shxr4.h: Remove files for systems no longer supported.
15515
15516 * sysdep.c: Remove code containing references to symbols defined
15517 by unsupported systems.
15518
155192008-01-16 Glenn Morris <rgm@gnu.org>
15520
15521 * coding.c (select-safe-coding-system-function): Doc fix.
15522
155232008-01-15 Glenn Morris <rgm@gnu.org>
15524
15525 * config.in: Revert 2008-01-13 change: this is a generated file.
15526
155272008-01-13 Tom Tromey <tromey@redhat.com>
15528
15529 * lisp.h: Fix typo.
15530
155312008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
15532
15533 * m/sequent-ptx.h:
15534 * m/sequent.h:
15535 * s/ptx.h:
15536 * s/ptx4-2.h:
15537 * s/ptx4.h: Remove files for systems no longer supported.
15538
15539 * callproc.c (Fcall_process): Fix previous change.
15540
155412008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
15542
15543 * unexsunos4.c: Remove file, system not supported anymore.
15544
15545 * m/mips.h:
15546 * m/intel386.h:
15547 * callproc.c:
15548 * config.in:
15549 * ecrt0.c:
15550 * emacs.c:
15551 * fileio.c:
15552 * frame.c:
15553 * getpagesize.h:
15554 * keyboard.c:
15555 * lread.c:
15556 * process.c:
15557 * puresize.h:
15558 * sysdep.c:
15559 * systty.h:
15560 * syswait.h:
15561 * unexec.c:
15562 * xdisp.c:
15563 * alloc.c: Remove code containing references to symbols defined by
15564 unsupported systems.
15565
155662008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
15567
15568 * coding.c (detect_coding_mask): Fix previous change.
15569
155702008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
15571
15572 * coding.c (detect_coding_iso2022): New arg
15573 latin_extra_code_state. Allow Latin extra codes only
15574 when *latin_extra_code_state is nonzero.
15575 (detect_coding_mask): If there is a NULL byte, detect the encoding
15576 as UTF-16 or binary. If Latin extra codes exist, detect the
15577 encoding as ISO-2022 only when there's no other proper encoding is
15578 found.
15579
155802008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15581
15582 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
15583 #ifdef MAC_OS.
15584
155852008-01-08 Richard Stallman <rms@gnu.org>
15586
15587 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
15588
155892008-01-06 Nick Roberts <nickrob@snap.net.nz>
15590
15591 * keyboard.c (parse_menu_item): Don't enclose key bindings on
15592 menu bar in parentheses.
15593
155942008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
15595
15596 * m/7300.h:
15597 * m/acorn.h:
15598 * m/alliant-2800.h:
15599 * m/alliant.h:
15600 * m/alliant1.h:
15601 * m/alliant4.h:
15602 * m/altos.h:
15603 * m/amdahl.h:
15604 * m/apollo.h:
15605 * m/att3b.h:
15606 * m/aviion-intel.h:
15607 * m/aviion.h:
15608 * m/celerity.h:
15609 * m/clipper.h:
15610 * m/cnvrgnt.h:
15611 * m/convex.h:
15612 * m/cydra5.h:
15613 * m/delta88k.h:
15614 * m/dpx2.h:
15615 * m/dual.h:
15616 * m/elxsi.h:
15617 * m/f301.h:
15618 * m/gould-np1.h:
15619 * m/gould.h:
15620 * m/i860.h:
15621 * m/ibmps2-aix.h:
15622 * m/ibmrt-aix.h:
15623 * m/ibmrt.h:
15624 * m/irist.h:
15625 * m/is386.h:
15626 * m/isi-ov.h:
15627 * m/mega68.h:
15628 * m/mg1.h:
15629 * m/news-r6.h:
15630 * m/news-risc.h:
15631 * m/news.h:
15632 * m/nh3000.h:
15633 * m/nh4000.h:
15634 * m/ns16000.h:
15635 * m/ns32000.h:
15636 * m/nu.h:
15637 * m/orion.h:
15638 * m/orion105.h:
15639 * m/paragon.h:
15640 * m/pfa50.h:
15641 * m/plexus.h:
15642 * m/pyramid.h:
15643 * m/pyrmips.h:
15644 * m/sh3el.h:
15645 * m/sps7.h:
15646 * m/sr2k.h:
15647 * m/stride.h:
15648 * m/sun1.h:
15649 * m/sun2.h:
15650 * m/sun3-68881.h:
15651 * m/sun3-fpa.h:
15652 * m/sun3-soft.h:
15653 * m/sun3.h:
15654 * m/sun386.h:
15655 * m/symmetry.h:
15656 * m/tad68k.h:
15657 * m/tahoe.h:
15658 * m/targon31.h:
15659 * m/tek4300.h:
15660 * m/tekxd88.h:
15661 * m/tower32.h:
15662 * m/tower32v3.h:
15663 * m/ustation.h:
15664 * m/wicat.h:
15665 * m/xps100.h:
15666 * s/cxux.h:
15667 * s/cxux7.h:
15668 * s/dgux.h:
15669 * s/dgux4.h:
15670 * s/dgux5-4-3.h:
15671 * s/dgux5-4r2.h:
15672 * s/esix.h:
15673 * s/esix5r4.h:
15674 * s/hiuxmpp.h:
15675 * s/hiuxwe2.h:
15676 * s/iris3-5.h:
15677 * s/iris3-6.h:
15678 * s/isc2-2.h:
15679 * s/isc3-0.h:
15680 * s/isc4-0.h:
15681 * s/isc4-1.h:
15682 * s/newsos5.h:
15683 * s/newsos6.h:
15684 * s/osf1.h:
15685 * s/osf5-0.h:
15686 * s/riscix1-1.h:
15687 * s/riscix12.h:
15688 * s/sco4.h:
15689 * s/sco5.h:
15690 * s/sunos4-0.h:
15691 * s/sunos4-1.h:
15692 * s/sunos413.h:
15693 * s/sunos4shr.h:
15694 * s/umax.h:
15695 * s/unipl5-2.h:
15696 * s/xenix.h:
15697 * cxux-crt0.s:
15698 * unexapollo.c:
15699 * unexconvex.c:
15700 * unexenix.c:
15701 * unexsni.c: Remove files for systems no longer supported.
15702
15703 * m/intel386.h: Remove references to unsupported systems.
15704
15705 * w32.c (get_emacs_configuration): Remove reference to i860.
15706
15707 * sysdep.c: Remove dead code.
15708
157092008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
15710
15711 * s/rtu.h:
15712 * m/masscomp.h: Remove files. Platform is obsolete.
15713
157142008-01-04 Michael Albinus <michael.albinus@gmx.de>
15715
15716 * dbusbind.c (Fdbus_method_return): New function.
15717 (xd_read_message): Add the serial number to the event.
15718 (Fdbus_register_method): Activate the function.
15719
157202008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15721
15722 * keyboard.c (read_key_sequence): Fix typo.
15723
157242008-01-03 Michael Albinus <michael.albinus@gmx.de>
15725
15726 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
15727 (xd_signature, xd_append_arg): Handle element type detection for
15728 empty arrays.
15729 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
15730 SDATA () calls; this must be solved more general.
15731 (Fdbus_register_signal): Use SBYTES instead of strlen.
15732
157332008-01-03 Magnus Henoch <magnus@zemdatav>
15734
15735 * dbusbind.c (xd_append_arg): Use unsigned char instead of
15736 unsigned int for byte values (necessary for big-endian platform).
15737 (Fdbus_call_method): Handle the case of no returned arguments.
15738
157392007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15740
15741 * dbusbind.c (xd_read_message): Use non-static input_event struct.
15742
157432007-12-31 Magnus Henoch <mange@freemail.hu>
15744
15745 * dbusbind.c (xd_signature): Signature of variant is just "v".
15746
157472007-12-30 Michael Albinus <michael.albinus@gmx.de>
15748
15749 * dbusbind.c: Fix several errors and compiler warnings.
15750 Reported by Tom Tromey <tromey@redhat.com>.
15751 (XD_ERROR, XD_DEBUG_MESSAGE)
15752 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
15753 (xd_append_arg): Part for basic D-Bus types rewritten.
15754 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
15755 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
15756 appropriate.
15757 (xd_read_message): Return Qnil. Don't signal an error; it is not
15758 useful during event reading.
15759 (Fdbus_register_signal): Signal an error if the check for
15760 FUNCTIONP fails.
15761 (Fdbus_register_method): New function. The implementation is not
15762 complete, the call of the function signals an error therefore.
15763 (Fdbus_unregister_object): New function, renamed from
15764 Fdbus_unregister_signal. The initial check signals an error, if
15765 the object is not well formed.
15766
157672007-12-30 Richard Stallman <rms@gnu.org>
15768
15769 * textprop.c (get_char_property_and_overlay):
15770 Signal error if POSITION is out of range in a buffer.
15771
157722007-12-29 Martin Rudalics <rudalics@gmx.at>
15773
15774 * w32fns.c (Fx_create_frame): Make copy of frame parameters
15775 because the original parameters are in pure storage now.
15776
157772007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15778
15779 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
15780
157812007-12-22 Eli Zaretskii <eliz@gnu.org>
15782
15783 * callint.c (syms_of_callint) <command-history>: Add reference to
15784 history-length in the doc string.
15785
157862007-12-17 Jason Rumney <jasonr@gnu.org>
15787
15788 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
15789 before passing as wParam.
15790
157912007-12-22 Michael Albinus <michael.albinus@gmx.de>
15792
15793 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
15794 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
15795 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
15796 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
15797 as number.
15798 (Fdbus_call_method): Fix docstring.
15799
158002007-12-21 Michael Albinus <michael.albinus@gmx.de>
15801
15802 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
15803 New macros.
15804 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
15805 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
15806 Simplify.
15807 (xd_signature): New function.
15808 (xd_append_arg): Compute also signatures. Major rewrite.
15809 (xd_retrieve_arg): Make debug messages friendly.
15810 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
15811 Check for signatures of arguments.
15812
158132007-12-19 Michael Albinus <michael.albinus@gmx.de>
15814
15815 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
15816 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
15817 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
15818 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
15819 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
15820 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
15821 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
15822 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
15823 (xd_retrieve_value): Remove. Functionality included in ...
15824 (xd_append_arg): New function.
15825 (Fdbus_call_method, Fdbus_send_signal): Apply it.
15826
158272007-12-16 Michael Albinus <michael.albinus@gmx.de>
15828
15829 * dbusbind.c (top): Include <stdio.h>.
15830 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
15831 dbus_message_new_method_call and dbus_message_new_signal.
15832 (Fdbus_register_signal): Rename unique_name to uname.
15833 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
15834 non-existing unique name. Fix typos in matching rule. Return an
15835 object which is useful in Fdbus_unregister_signal.
15836 (Fdbus_unregister_signal): Reimplementation, in order to remove
15837 only the corresponding entry.
15838 (Vdbus_registered_functions_table): Change the order of entries.
15839 Apply these changes in xd_read_message and Fdbus_register_signal.
15840
158412007-12-16 Andreas Schwab <schwab@suse.de>
15842
15843 * fileio.c (Finsert_file_contents): Fix overflow check to not
15844 depend on undefined integer overflow.
15845
158462007-12-14 Jason Rumney <jasonr@gnu.org>
15847
15848 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
15849 for characters above 127.
15850
158512007-12-13 Jason Rumney <jasonr@gnu.org>
15852
15853 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
15854 before dereferencing array.
15855 (lookup_vk_code): Remove zero comparison.
15856
158572007-12-14 Michael Albinus <michael.albinus@gmx.de>
15858
15859 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
15860 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
15861 Use `unsigned int' instead of `uint'.
15862 (xd_read_message, Fdbus_register_signal): Split expressions into
15863 multiple lines before operators "&&" and "||", according to the
15864 GNU Coding Standards.
15865
158662007-12-14 Eli Zaretskii <eliz@gnu.org>
15867
15868 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
15869
158702007-12-12 Juri Linkov <juri@jurta.org>
15871
15872 * buffer.c (Frename_buffer): In interactive spec replace
15873 `read-buffer' with `read-string' that uses `buffer-name-history'
15874 as history, and the current buffer's name as default.
15875
158762007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
15877
15878 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
15879 manipulating the backtrace manually.
15880 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
15881 (struct backtrace, backtrace_list): Remove.
15882 (command_loop_1): Remove dead var `no_direct'.
15883
15884 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
15885 preserve non-built-in buffer-local variables.
15886 (Fkill_all_local_variables): Don't re-create&re-set permanent
15887 buffer-local variables.
15888
158892007-12-09 Juri Linkov <juri@jurta.org>
15890
15891 * buffer.c (Frename_buffer): Change interactive spec from "s" to
15892 Lisp code that uses `read-buffer' with current buffer as default.
15893
158942007-12-08 Michael Albinus <michael.albinus@gmx.de>
15895
15896 * dbusbind.c (xd_read_message): Generate an event for every
15897 registered handler. There might be several handlers registered
15898 for the same signal.
15899 (Fdbus_register_signal): Don't overwrite a registration for the
15900 same signal. Add a new registration if handlers are different.
15901 (Vdbus_registered_functions_table): Rework doc string.
15902
159032007-12-07 Michael Albinus <michael.albinus@gmx.de>
15904
15905 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
15906 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
15907 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
15908 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
15909 Unify argument lists.
15910 (xd_read_message, Fdbus_register_signal): Reorder and extend event
15911 arguments and hash table keys. Use unique name for service.
15912 (Fdbus_unregister_signal): Remove checks.
15913 (Vdbus_registered_functions_table): Fix doc string.
15914
159152007-12-05 Magnus Henoch <mange@freemail.hu>
15916
15917 * process.c (make_process): Initialize pty_flag to 0.
15918
159192007-12-05 Jason Rumney <jasonr@gnu.org>
15920
15921 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
15922 specified XBMs.
15923
159242007-12-05 Richard Stallman <rms@gnu.org>
15925
15926 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
15927
159282007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15929
15930 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
15931 New variable.
15932 (mac_try_close_socket) [MAC_OSX]: New function.
15933 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
15934 Update cfsockets_for_select. Replace invalid CFRunLoop source.
15935
15936 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
15937 Use mac_try_close_socket.
15938
159392007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15940
15941 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
15942 reloc_base.
15943 (copy_dysymtab): Compute relocation base here.
15944 (rebase_reloc_address) [__ppc64__]: New function.
15945 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
15946 changed.
15947
159482007-12-05 Jason Rumney <jasonr@gnu.org>
15949
15950 * w32proc.c (sys_spawnve): Quote args with wildcards.
15951
159522007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15953
15954 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
15955 __objc_* sections.
15956 (unrelocate) [_LP64]: Set relocation base to address of data segment.
15957
159582007-12-05 Michael Albinus <michael.albinus@gmx.de>
15959
15960 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
15961 Move check for Vdbus_registered_functions_table to
15962 xd_read_queued_messages.
15963 (xd_read_queued_messages): Protect xd_read_message calls by
15964 internal_condition_case_1.
15965
159662007-12-04 Michael Albinus <michael.albinus@gmx.de>
15967
15968 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
15969 Qdbus_system_bus and Qdbus_session_bus, respectively.
15970 (Vdbus_intern_symbols): Remove.
15971 (Vdbus_registered_functions_table): New hash table.
15972 (XD_SYMBOL_INTERN_SYMBOL): Remove.
15973 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
15974 Rewrite in order to manage registered functions by hash table
15975 Vdbus_registered_functions_table.
15976
159772007-12-03 Jan Djärv <jan.h.d@swipnet.se>
15978
15979 * xterm.c: Update URL to Window Manager Specification in comment.
15980
159812007-12-02 Michael Albinus <michael.albinus@gmx.de>
15982
15983 * config.in (HAVE_DBUS): Add.
15984
15985 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
15986 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
15987 (obj): Add $(DBUS_OBJ).
15988 (LIBES): Add $(DBUS_LIBS).
15989 (dbusbind.o): New target.
15990
15991 * dbusbind.c: New file.
15992
15993 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
15994
15995 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
15996 (Qdbus_event): New Lisp symbol.
15997 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
15998 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 15999 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
16000
16001 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
16002
160032007-12-01 Richard Stallman <rms@gnu.org>
16004
16005 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
16006
160072007-11-30 Jason Rumney <jasonr@gnu.org>
16008
16009 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
16010 (w32con_reset_terminal_modes): Clear screen buffer.
16011 (w32_face_attributes): Don't use color indexes that are out of range.
16012 Only reverse the default colors.
16013
16014 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
16015 WINDOWSNT.
16016
16017 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
16018
160192007-11-29 Jason Rumney <jasonr@gnu.org>
16020
16021 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
16022 (w32_face_attributes): Use Vtty_defined_color_alist to determine
16023 if the terminal colors are initialized.
16024 (unspecified_fg, unspecified_bg): Remove unused declarations.
16025
160262007-11-29 Andreas Schwab <schwab@suse.de>
16027
16028 * keyboard.c (apply_modifiers): Fix typo.
16029
160302007-11-29 Richard Stallman <rms@gnu.org>
16031
16032 * keymap.c (Fcurrent_local_map): Doc fix.
16033
160342007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
16035
16036 * s/gnu-kfreebsd.h: New file.
16037
160382007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16039
16040 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
16041 Don't cast redundantly.
16042
16043 * keyboard.c (KEY_TO_CHAR): New macro.
16044 (parse_modifiers, apply_modifiers): Accept integer arguments.
16045 (read_key_sequence): Use them to unify the "shift->unshift" mapping
16046 for chars and symbol keys.
16047 After doing such remapping, apply function-key-map again.
16048
160492007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
16050
16051 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
16052 compiled anymore.
16053
160542007-11-26 Andreas Schwab <schwab@suse.de>
16055
16056 * process.c (list_processes_1): Fix indentation level of the
16057 command column.
16058
160592007-11-23 Andreas Schwab <schwab@suse.de>
16060
16061 * editfns.c (Fformat): Handle %c specially since it requires the
16062 argument to be of type int.
16063
160642007-11-23 Markus Triska <markus.triska@gmx.at>
16065
16066 * emacs.c (main): Call init_editfns before init_process, since
16067 init_process sets Vprocess_connection_type depending on OS release.
16068
160692007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16070
16071 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
16072 (find_symbol_value): Use do_symval_forwarding.
16073
16074 * data.c (set_internal): Set the value in the `cons-cell' (for
16075 Buffer_Local_values) not only for frame-local variables.
16076
160772007-11-22 Andreas Schwab <schwab@suse.de>
16078
16079 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
16080 values to sprintf.
16081 * keymap.c (Fsingle_key_description): Likewise.
16082 * print.c (print_object): Likewise.
16083
160842007-11-22 Jan Djärv <jan.h.d@swipnet.se>
16085
16086 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
16087 file for image is nil.
16088
160892007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
16090
16091 * term.c: Include stdarg.h.
16092 (fatal): Implement using varargs.
16093 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
16094
160952007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16096
16097 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
16098 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
16099 Update call to buffer_slot_type_mismatch.
16100 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
16101 (buffer_slot_type_mismatch): Update.
16102 * buffer.c (buffer_local_types): Remove.
16103 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
16104 (defvar_per_buffer): Set the type in the buffer_objfwd.
16105
161062007-11-21 Jason Rumney <jasonr@gnu.org>
16107
16108 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
16109 CreateFileMapping returns NULL on failure.
16110
161112007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16112
16113 * search.c (Fset_match_data): Remove the `evaporate' feature.
16114 (unwind_set_match_data): Don't use the `evaporate' feature.
16115
161162007-11-21 Jason Rumney <jasonr@gnu.org>
16117
16118 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
16119
16120 * w32console.c (w32con_write_glyphs): Remove unused variables.
16121
161222007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16123
16124 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
16125
16126 * s/darwin.h (MULTI_KBOARD): Remove.
16127
16128 * macfns.c (x_create_tip_frame, Fx_create_frame)
16129 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
16130
161312007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * buffer.c (Fbuffer_local_value): Remove redundant test.
16134 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
16135 than in `current-buffer' to match the comment.
16136 Do the swap using swap_in_global_binding.
16137
16138 * data.c (store_symval_forwarding, set_internal):
16139 * eval.c (specbind): Remove dead code.
16140
16141 * coding.c (detect_coding, Fupdate_coding_systems_internal):
16142 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
16143 Since we do not want to see internal Lisp_*fwd objects here.
16144
161452007-11-18 Jan Djärv <jan.h.d@swipnet.se>
16146
16147 * sysdep.c (init_system_name): Use getaddrinfo if available.
16148
16149 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
16150 (x_scroll_bar_note_movement): start, end, with, height in struct
16151 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
16152
161532007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
16154
16155 * puresize.h (BASE_PURESIZE): Increase to 1190000.
16156
161572007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
16160 This undoes Richard's change of 14-Oct-2002.
16161
16162 * alloc.c (allocate_other_vector):
16163 * lisp.h (allocate_other_vector): Remove.
16164
16165 * window.c (struct save_window_data): Move non-lisp data to the end
16166 and make it `int' rather than Lisp_Object.
16167 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
16168 Done wrap/unwrap integer values.
16169 (Fset_window_configuration, compare_window_configurations):
16170 Update use of fields to their new types.
16171
16172 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
16173 Turn integer fields into `int'. Merge x_window_low and x_window_high.
16174 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
16175 (SET_SCROLL_BAR_X_WINDOW): Remove.
16176 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
16177 Access the new x_window field directly.
16178 * xterm.c (x_scroll_bar_create): Use a pseudovector.
16179 Don't wrap/unwrap integers into Lisp_Objects.
16180 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
16181 (x_scroll_bar_report_motion):
16182 Don't wrap/unwrap integers into Lisp_Objects.
16183 (x_term_init): Use SDATA.
16184 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
16185 (x_scroll_bar_set_handle, x_scroll_bar_remove)
16186 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
16187 (x_scroll_bar_report_motion, x_scroll_bar_clear):
16188 * xfns.c (x_set_background_color):
16189 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
16190 Access the new x_window field directly.
16191
16192 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
16193 (allocate_pseudovector): Make non-static.
16194
16195 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
16196 (allocate_pseudovector): Declare.
16197 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
16198
161992007-11-15 Andreas Schwab <schwab@suse.de>
16200
16201 * editfns.c (Fformat): Correctly format EMACS_INT values.
16202 Also take precision into account when formatting an integer.
16203
16204 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
16205
162062007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
16209 (syms_of_keyboard): Defsubr it.
16210
16211 * data.c (swap_in_global_binding): Fix longstanding bug where
16212 store_symval_forwarding was not called with the right second argument,
16213 thus causing objfwd-ing from being dropped.
16214
162152007-11-14 Juanma Barranquero <lekktu@gmail.com>
16216
16217 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
16218 (Fx_display_pixel_height, Fx_display_planes)
16219 (Fx_display_color_cells, Fx_server_max_request_size)
16220 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
16221 (Fx_display_visual_class, Fx_display_save_under):
16222 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
16223 (Fx_display_pixel_height, Fx_display_planes)
16224 (Fx_display_color_cells, Fx_server_max_request_size)
16225 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
16226 (Fx_display_mm_height, Fx_display_mm_width)
16227 (Fx_display_backing_store, Fx_display_visual_class)
16228 (Fw32_select_font, Fx_display_save_under):
16229 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
16230 (Fx_display_pixel_height, Fx_display_planes)
16231 (Fx_display_color_cells, Fx_server_max_request_size)
16232 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
16233 (Fx_display_save_under): Fix typos in docstrings.
16234
162352007-11-14 Juanma Barranquero <lekktu@gmail.com>
16236
16237 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
16238 corresponding to deleted entries; they are an implementation detail.
16239 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
16240 Remove variables.
16241 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
16242 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
16243 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
16244 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
16245 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
16246 (Fw32_define_rgb_color, Fw32_load_color_file)
16247 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
16248 Fix typos in docstrings.
16249 (Fx_server_version): Reflow docstring.
16250 (Fw32_shell_execute): Doc fixes.
16251
162522007-11-13 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
16255 if w32_parse_hot_key returned nil.
16256
162572007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
16258
16259 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
16260
162612007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 16262
aac0c6e3
MR
16263 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
16264
16265 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
16266
16267 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
16268 Remove W32_SCROLL_BAR_CLICK_EVENT.
16269
16270 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
16271 Add MULTIMEDIA_KEY_EVENT.
16272
16273 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
16274 (lispy_multimedia_keys) [WINDOWSNT]: New array.
16275 (make_lispy_event) [WINDOWSNT]: Use it to translate
16276 MULTIMEDIA_KEY_EVENT.
16277
16278 * w32term.h (WM_APPCOMMAND): Define if not already.
16279 (GET_APPCOMMAND_LPARAM): Likewise.
16280
16281 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
16282 WM_APPCOMMAND.
16283
16284 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
16285 (syms_of_w32fns): Export and initialize it.
16286 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
16287
162882007-11-09 Chong Yidong <cyd@stupidchicken.com>
16289
16290 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
16291 twice.
16292
16293 * xdisp.c (handle_face_prop): Fix last change.
16294
162952007-11-09 Richard Stallman <rms@gnu.org>
16296
16297 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
16298 not just for after-strings and before-strings.
16299 Call face_for_overlay_string and pass the overlay to it.
16300 (handle_display_prop): Determine whether property came from an overlay.
16301 Pass OVERLAY arg to handle_single_display_spec.
16302 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
16303 (load_overlay_strings): Fill in it->string_overlays.
16304 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
16305
16306 * xfaces.c (face_for_overlay_string): Function renamed from
16307 face_at_buffer_position_no_overlays, and add arg OVERLAY.
16308
16309 * dispextern.h (struct it): New elt string_overlays.
16310 New elt from_overlay, also in stack.
16311 Rearrange a few elements.
16312 (face_for_overlay_string): Decl renamed from
16313 face_at_buffer_position_no_overlays, and add argument.
16314
163152007-11-09 Richard Stallman <rms@gnu.org>
16316
16317 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
16318 to get the base face for an overlay string.
16319
16320 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
16321
16322 * xfaces.c (face_at_buffer_position_no_overlays): New function.
16323
16324 * xdisp.c (handle_stop): Move some code out of loop.
16325
163262007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16327
16328 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
16329 Fix conversion from Lisp object to ATSUFontID.
16330
163312007-11-09 Jason Rumney <jasonr@gnu.org>
16332
16333 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
16334
163352007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16336
16337 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
16338 Don't assume regions are aligned to page boundary.
16339 (print_load_command_name): Add LC_UUID if defined.
16340
163412007-11-09 Richard Stallman <rms@gnu.org>
16342
16343 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
16344
163452007-11-07 Jason Rumney <jasonr@gnu.org>
16346
16347 * s/windows95.h: Remove.
16348
163492007-11-06 Jan Djärv <jan.h.d@swipnet.se>
16350
16351 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
16352 abort with a message on unhandled store_type values.
16353
163542007-11-01 Jan Djärv <jan.h.d@swipnet.se>
16355
16356 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
16357 Remove HAVE_X11R5 and HAVE_X11R4.
16358
163592007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
16360
16361 * Makefile.in: Remove references to sunfns.c and sunfns.o.
16362
163632007-11-01 Johan Bockgård <bojohan@gnu.org>
16364
16365 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
16366 Don't set s->stippled_p here, since it has already been set by
16367 x_set_glyph_string_gc from x_draw_glyph_string.
16368
163692007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
16370
16371 * sunfns.c: Remove file.
16372
16373 * m/sun386.h:
16374 * m/sun2.h:
16375 * m/sparc.h: Remove Sun windows code.
16376
163772007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
16380 (init_keyboard): Set current_kboard's window-system to nil.
16381 (tty_read_avail_input): Typo.
16382 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
16383
163842007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
16385
16386 * s/usg5-4.h:
16387 * s/usg5-3.h:
16388 * s/ptx.h:
16389 * m/is386.h:
16390 * m/ibmps2-aix.h:
16391 * Makefile.in: Remove all mentions of X10.
16392
16393 * dispnew.c (syms_of_display): Don't mention version 10.
16394
163952007-10-28 Juanma Barranquero <lekktu@gmail.com>
16396
16397 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
16398 ($(BLD)/abbrev.$(O)): Remove.
16399
164002007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16401
16402 Rewrite abbrev.c in Elisp.
16403 * image.c (Qcount): Don't declare as extern.
16404 (syms_of_image): Initialize and staticpro `Qcount'.
16405 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
16406 * emacs.c (main): Don't call syms_of_abbrev.
16407 * Makefile.in (obj): Remove abbrev.o.
16408 (abbrev.o): Remove.
16409 * abbrev.c: Remove.
16410
164112007-10-26 Martin Rudalics <rudalics@gmx.at>
16412
16413 * window.c (window_min_size_2): Don't count header-line.
16414
164152007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16416
16417 * frame.h (struct frame): Move all bit fields after the first bit
16418 field to take advantage of the available space. Group all the
16419 chars together to reduce wasted space due to padding.
16420
164212007-10-26 Juanma Barranquero <lekktu@gmail.com>
16422
16423 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
16424
16425 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
16426 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
16427 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
16428 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
16429 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
16430 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
16431 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
16432 (last_marked, mark_object_loop_halt): Make static.
16433
16434 * frame.c (syms_of_frame) <delete-frame-functions>:
16435 Fix typo in docstring.
16436
164372007-10-25 Juanma Barranquero <lekktu@gmail.com>
16438
16439 * w32.c (init_environment): Fix tiny memory leak.
16440 (w32_get_resource): Remove unused variable `ok'.
16441
164422007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16443
16444 Make `window-system' into a keyboard-local variable (rather than
16445 frame-local as done originally by multi-tty).
16446
16447 * keyboard.h (struct kboard): Add Vwindow_system.
16448 * keyboard.c (init_kboard): Set a default for Vwindow_system.
16449 (mark_kboards): Mark Vwindow_system.
16450
16451 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
16452 (init_display): Don't set the obsolete `window-system' frame-param.
16453
16454 * xterm.c (x_term_init):
16455 * w32term.c (w32_create_terminal):
16456 * term.c (init_tty): Set Vwindow_system.
16457 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
16458 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
16459
16460 * xfns.c (Fx_create_frame, x_create_tip_frame):
16461 * w32fns.c (Fx_create_frame, x_create_tip_frame):
16462 * macfns.c (Fx_create_frame):
16463 Don't set the obsolete `window-system' frame-param.
16464
16465 * frame.h (Qwindow_system): Remove.
16466 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
16467 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
16468
164692007-10-24 Richard Stallman <rms@gnu.org>
16470
16471 * frame.c (x_figure_window_size): For fullscreen case,
16472 set USPosition | PPosition without clobbering rest of window_prompting.
16473
16474 * keyboard.c (Fcurrent_idle_time): Doc fix.
16475
16476 * print.c (Fwith_output_to_temp_buffer): Doc fix.
16477
164782007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16479
16480 * process.c (unwind_request_sigio): Only define if __ultrix__.
16481
16482 * callproc.c (child_setup): Remove spurious *.
16483
16484 * lisp.h (Fget_text_property): Declare.
16485 (have_menus_p): Declare it here rather than in sys-dep header files.
16486 * macterm.h (have_menus_p):
16487 * msdos.h (have_menus_p):
16488 * xterm.h (have_menus_p): Remove.
16489
16490 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16491 (Fmake_variable_frame_local): Just check the variable's const-ness
16492 rather than checking nil or t.
16493
164942007-10-22 Jason Rumney <jasonr@gnu.org>
16495
16496 * w32fns.c: Include math.h.
16497 (w32_abort): Declaration moved to nt/config.nt.
16498
16499 * s/ms-w32.h (HAVE_STDLIB_H): Define.
16500 (abort): Redefinition moved to nt/config.nt.
16501
16502 * m/windowsnt.h: Remove.
16503
165042007-10-22 Juanma Barranquero <lekktu@gmail.com>
16505
16506 * emacs.c (Fdump_emacs): Fix typo in message.
16507 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
16508 <installation-directory>: Reflow docstring.
16509
165102007-10-22 Juri Linkov <juri@jurta.org>
16511
16512 * minibuf.c: Allow minibuffer default to be a list of default values.
16513 With empty input use the first element of this list as returned default.
16514 (string_to_object)
16515 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
16516 (read_minibuf): If defalt is cons, set histstring to its car.
16517 (Fread_string): If default_value is cons, set val to its car.
16518 (Fread_buffer): If def is cons, use its car.
16519 (Fcompleting_read): If defalt is cons, set val to its car.
16520
165212007-10-21 Michael Albinus <michael.albinus@gmx.de>
16522
16523 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
16524
165252007-10-20 Juanma Barranquero <lekktu@gmail.com>
16526
16527 * doc.c (Fdocumentation): Check for advice in all cases.
16528
165292007-10-19 Chong Yidong <cyd@stupidchicken.com>
16530
16531 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
16532
165332007-10-19 Richard Stallman <rms@gnu.org>
16534
16535 * doc.c (Fdocumentation): Check for and handle an advised function.
16536
165372007-10-19 Juanma Barranquero <lekktu@gmail.com>
16538
16539 * process.c (Fset_process_filter): Doc fix.
16540
165412007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16542
16543 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
16544 which caused key-translation-map to applied repeatedly (thus breaking
16545 double-mode).
16546
165472007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * xselect.c (x_own_selection, x_handle_selection_clear)
16550 (x_clear_frame_selections):
16551 * w32menu.c (list_of_panes, list_of_items):
16552 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
16553 * textprop.c (validate_plist, interval_has_all_properties)
16554 (interval_has_some_properties, interval_has_some_properties_list)
16555 (add_properties, text_property_list):
16556 * process.c (Fget_buffer_process, list_processes_1, status_notify):
16557 * minibuf.c (Fassoc_string):
16558 * macselect.c (x_own_selection, x_clear_frame_selections)
16559 (Fx_disown_selection_internal):
16560 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
16561 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
16562
165632007-10-17 Chong Yidong <cyd@stupidchicken.com>
16564
16565 * process.c: Link to libs for calling res_init() if available.
16566 (Fmake_network_process): Call res_init() before getaddrinfo or
16567 gethostbyname, if possible.
16568
165692007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * lread.c (read1): Set pvectype for char_tables.
16572
16573 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
16574 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
16575 Add type checks.
16576 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
16577
16578 * alloc.c (free_misc): Use XMISCTYPE.
16579 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
16580
165812007-10-17 Glenn Morris <rgm@gnu.org>
16582
16583 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
16584 (syms_of_minibuf): Add Qcompletion_ignore_case.
16585 * dired.c (Qcompletion_ignore_case): Change to external.
16586 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
16587 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
16588 (Fread_file_name): Use it rather than intern'ing.
16589
16590 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
16591 (Fread_coding_system): Ignore case of user input.
16592
165932007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16594
16595 * xdisp.c (handle_display_prop): Ignore display specs after
16596 replacing one when string text is being replaced.
16597 (handle_single_display_spec): Pretend as if characters with display
16598 property haven't been consumed only when buffer text is being replaced.
16599
166002007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16601
16602 * xfns.c (Fx_create_frame, Fx_display_list):
16603 * window.c (window_fixed_size_p, enlarge_window)
16604 (shrink_window_lowest_first):
16605 * macterm.c (init_font_name_table):
16606 * macfns.c (Fx_create_frame, Fx_display_list):
16607 * lread.c (close_load_descs):
16608 * keyboard.c (read_char_x_menu_prompt):
16609 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
16610 * coding.c (code_convert_region_unwind): Test the type of an object
16611 rather than just !NILP before extracting data from it.
16612
16613 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
16614
16615 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
16616 (XMISCANY): New macro.
16617 (XMISCTYPE): Use it.
16618 (struct Lisp_Misc_Any): New type.
16619 (union Lisp_Misc): Use it.
16620 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
16621 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
16622 (find_symbol_value, set_internal, default_value, Fset_default)
16623 (Fmake_variable_buffer_local, Fmake_local_variable)
16624 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
16625 (Flocal_variable_if_set_p, Fvariable_binding_locus):
16626 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
16627 * alloc.c (allocate_buffer): Set the size and tag.
16628 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
16629 Use XMISCANY.
16630 (die): Follow the GNU convention for error messages.
16631 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
16632 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
16633 tag any more.
16634 (set_buffer_internal_1):
16635 * frame.c (store_frame_param):
16636 * eval.c (specbind):
16637 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
16638
16639 * doc.c (Fsnarf_documentation): Simplify.
16640
166412007-10-14 Juanma Barranquero <lekktu@gmail.com>
16642
16643 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
16644 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
16645
166462007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
16649
166502007-10-14 Juanma Barranquero <lekktu@gmail.com>
16651
16652 * eval.c (do_autoload): Don't save autoloads.
16653
16654 * data.c (Ffset): Save autoload of the function being set.
16655
166562007-10-07 John Paul Wallington <jpw@pobox.com>
16657
16658 * xfns.c (x_create_tip_frame): Set the `display-type' frame
16659 parameter before setting up faces.
16660
166612007-10-13 Eli Zaretskii <eliz@gnu.org>
16662
16663 * ccl.c (Fregister_code_conversion_map):
16664 * keyboard.c (append_tool_bar_item): Reformat last change.
16665
16666 * lisp.h (eabs): Rename from `abs'. All callers changed.
16667
166682007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
16669
16670 * buffer.c (add_overlay_mod_hooklist):
16671 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
16672 * fontset.c (make_fontset):
16673 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
16674 (append_tool_bar_item):
16675 * macmenu.c (grow_menu_items):
16676 * w32menu.c (grow_menu_items):
16677 * xmenu.c (grow_menu_items): Use larger_vector.
16678
166792007-10-13 Eli Zaretskii <eliz@gnu.org>
16680
16681 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
16682 selected frame'' on MSDOS).
16683
166842007-10-12 Martin Rudalics <rudalics@gmx.at>
16685
16686 * frame.c (Qexplicit_name): New variable.
16687 (x_report_frame_params): Report it in parameter alist.
16688 (syms_of_frame): Intern and staticpro it.
16689
166902007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
16691
16692 * macfns.c (x_create_tip_frame): Set terminal for frame.
16693
166942007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * frame.c (Qenvironment): Remove.
16697 (syms_of_frame) <Qenvironment>: Don't initialize.
16698 (Fdelete_frame): Don't treat the `environment' param specially.
16699 * frame.h (Qenvironment): Don't declare.
16700 * callproc.c (set_initial_environment): Don't set unused frame param.
16701
16702 * frame.c (Fframe_with_environment): Remove.
16703 (syms_of_frame) <Sframe_with_environment>: Don't declare.
16704
16705 * lisp.h (Fframe_with_environment): Don't declare.
16706
167072007-10-10 Juanma Barranquero <lekktu@gmail.com>
16708
16709 * indent.c (indent_tabs_mode, last_known_column)
16710 (last_known_column_modified): Make static.
16711 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
16712
167132007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
16714
16715 * puresize.h (BASE_PURESIZE): Increase to 1170000.
16716
167172007-10-09 Jason Rumney <jasonr@gnu.org>
16718
16719 * w32term.c (x_set_window_size): Disable code that attempts to tell
16720 Lisp code about a size change before it actually happens.
16721
167222007-10-09 Richard Stallman <rms@gnu.org>
16723
16724 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
16725 return HANDLED_RETURN.
16726
167272007-10-08 Martin Rudalics <rudalics@gmx.at>
16728
16729 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
16730 when there's an unread command event.
16731
16732 * frame.c (focus_follows_mouse): Move here from frame.el to allow
16733 window autoselection act appropriately when leaving selected frame.
16734 (syms_of_frame): Initialize focus_follows_mouse.
16735 * frame.h (focus_follows_mouse): Extern it.
16736 * macterm.c (XTread_socket): When focus_follows_mouse is nil
16737 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
16738 * msdos.c (dos_rawgetc): Likewise.
16739 * w32term.c (w32_read_socket): Likewise.
16740 * xterm.c (handle_one_xevent): Likewise.
16741 * xdisp.c (syms_of_xdisp): In doc-string of
16742 mouse-autoselect-window mention focus-follows-mouse.
16743
167442007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16745
16746 * macterm.c (mac_load_query_font): Fix missing return value.
16747 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
16748 Add BLOCK_INPUT.
16749
167502007-10-08 Richard Stallman <rms@gnu.org>
16751
16752 * xdisp.c (get_window_cursor_type): Implement documented behavior
16753 for cursor-in-non-selected-windows = t.
16754
167552007-10-08 Jason Rumney <jasonr@gnu.org>
16756
16757 * w32.c (w32_get_resource): Always close registry keys.
16758
167592007-10-08 Jason Rumney <jasonr@gnu.org>
16760
16761 * makefile.w32-in (LIBS): Add COMCTL32.
16762
16763 * w32fns.c (globals_of_w32fns): Init common controls.
16764
167652007-10-08 Richard Stallman <rms@gnu.org>
16766
16767 * image.c (our_memory_buffer): Rename from omfib_buffer.
16768
167692007-10-08 Richard Stallman <rms@gnu.org>
16770
16771 * buffer.c (Foverlays_at): Doc fix.
16772
167732007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * fns.c (Fplist_put): Preserve uneven tail data.
16776
167772007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
16778
16779 * termhooks.h (enum event_kind): Remove trailing comma.
16780
16781 * frame.h (enum): Remove trailing comma.
16782
167832007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
16784
16785 * w32proc.c (delete_child): Don't terminate threads of zombies.
16786
167872007-10-08 Martin Rudalics <rudalics@gmx.at>
16788
16789 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
16790
16791 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
16792 last-repeatable-command.
16793 (init_kboard): Initialize Vlast_repeatable_command.
16794 (command_loop_1): Set it to real_this_command unless that was
16795 bound to an input event.
16796 (mark_kboards): Mark it.
16797
167982007-10-08 Richard Stallman <rms@gnu.org>
16799
16800 * eval.c (condition-case): Doc fix.
16801
168022007-10-08 Masatake YAMATO <jet@gyve.org>
16803
16804 * xfaces.c (tty_supports_face_attributes_p): Fix code
16805 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
16806 was copied and not edited.
16807
168082007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16809
16810 Add new `input-decode-map' keymap and use it for terminal
16811 escape sequences.
16812 * keyboard.h (struct kboard): Add Vinput_decode_map.
16813 Remove Vlocal_key_translation_map.
16814 * keyboard.c (read_key_sequence): Add support for input-decode-map.
16815 (init_kboard): Init input-decode-map.
16816 Replace local-key-translation-map back with key-translation-map.
16817 (syms_of_keyboard): Declare input-decode-map.
16818 Remove local-key-translation-map. Update docstrings.
16819 (mark_kboards): Mark Vinput_decode_map.
16820 Don't mark Vlocal_key_translation_map.
16821 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
16822 Replace local-key-translation-map back with key-translation-map.
16823 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
16824 Bind in input-decode-map rather than function-key-map.
16825
16826 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
16827 This was made redundant by the previous introduction of XSETPVECTYPE.
16828
168292007-10-09 Richard Stallman <rms@gnu.org>
16830
16831 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
16832
168332007-09-29 Richard Stallman <rms@gnu.org>
16834
16835 * eval.c (internal_condition_case_2, internal_condition_case_1)
16836 (internal_condition_case): Reenable abort if x_catching_errors ()
16837 to see if that really happens and why.
16838
168392007-10-06 Andreas Schwab <schwab@suse.de>
16840
16841 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
16842
168432007-10-04 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
16846
168472007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16848
16849 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
16850
168512007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * window.h (struct window):
16854 * window.c (struct save_window_data, struct saved_window):
16855 * termhooks.h (struct terminal):
16856 * process.h (struct Lisp_Process):
16857 * frame.h (struct frame):
16858 * buffer.h (struct buffer):
16859 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
16860 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
16861 The size field of (pseudo)vectors is now unsigned.
16862 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
16863
16864 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
16865 Turn `count' into an integer.
16866
16867 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
16868 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
16869 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
16870 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
16871 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
16872
16873 * alloc.c (allocate_pseudovector): New fun.
16874 (ALLOCATE_PSEUDOVECTOR): New macro.
16875 (allocate_window, allocate_terminal, allocate_frame)
16876 (allocate_process): Use it.
16877 (mark_vectorlike): New function.
16878 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
16879 (mark_terminals): Use it.
16880 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
16881 (Fmake_byte_code): Use XSETPVECTYPE.
16882
16883 * frame.c (Fframe_parameters): Minor simplification.
16884
16885 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
16886
16887 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
16888
16889 * buffer.c (Fget_buffer_create, init_buffer_once):
16890 * lread.c (defsubr):
16891 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
16892
16893 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
16894 defined differently in the m/*.h files.
16895 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
16896 (XSETPVECTYPE): New macro.
16897 (XSETPSEUDOVECTOR): Use it.
16898
16899 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
16900 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
16901
16902 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
16903 * lread.c (defvar_per_buffer):
16904 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
16905
16906 * window.c (candidate_window_p): Only consider as visible frames that
16907 are on the same terminal.
16908
16909 * m/ibms390x.h (MARKBIT): Remove unused macro.
16910
169112007-10-01 Juanma Barranquero <lekktu@gmail.com>
16912
16913 * lread.c (Fload): Fix typo in docstring.
16914
169152007-10-01 Michaël Cadilhac <michael@cadilhac.name>
16916
16917 * floatfns.c (Fexpt): Manually check for overflows, so that a power
16918 of a non-zero value can't yield zero.
16919
169202007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16921
16922 * term.c (term_clear_mouse_face, term_mouse_highlight)
16923 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
16924
16925 * print.c (safe_debug_print): Use XHASH.
16926
16927 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
16928 Lisp elements such as tags.
16929 (XHASH): New macro.
16930 (EQ): Use it.
16931 (SREF, SSET, STRING_COPYIN): Use SDATA.
16932 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
16933
16934 * alloc.c (mark_terminal): Remove left-over declaration.
16935 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
16936 (allocate_vectorlike): Remove type argument. Adjust callers.
16937 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
16938 Only handle the one remaining MEM_TYPE_VECTORLIKE.
16939
16940 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
16941 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
16942 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
16943 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
16944 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
16945 Use them.
16946
16947 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
16948 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
16949 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
16950
169512007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16952
16953 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
16954 loaded by default.
16955
169562007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
16959 on this tty.
16960 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
16961
16962 * term.c (mouse_face_window): Rename from Qmouse_face_window.
16963 Update all users.
16964 (handle_one_term_event): Use Gpm_DrawPointer.
16965 (Fgpm_mouse_start): Rename from Fterm_open_connection.
16966 Signal errors instead of returning nil. Always return nil.
16967 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
16968 Make it a noop if gpm-mouse was not activated.
16969 (syms_of_term): Update names.
16970
169712007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16972
16973 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
16974 (init_sys_modes): Check that gpm_tty is the current tty.
16975
16976 * alloc.c (allocate_terminal): Set the vector size to only count the
16977 lisp fields. Initialize those to nil.
16978 (mark_object): Don't treat terminals specially.
16979 (mark_terminal): Remove.
16980 (mark_terminals): Use mark_object instead.
16981
16982 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
16983 the GC to the beginning.
16984
16985 * indent.h:
16986 * indent.c: Use EMACS_INT for ints coming from Elisp data.
16987
16988 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
16989
169902007-09-25 Jason Rumney <jasonr@gnu.org>
16991
16992 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
16993
16994 * w32console.c (create_w32cons_output): Remove.
16995
16996 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
16997
16998 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
16999 (reset_sys_modes): Use reset_terminal_modes_hook.
17000
170012007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * eval.c (do_autoload): Don't output any message.
17004
170052007-09-24 Juri Linkov <juri@jurta.org>
17006
17007 * emacs.c (standard_args): Change priority of "--no-splash"
17008 from 40 to 3. Add "--no-desktop" with the same priority.
17009
170102007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
17011
17012 * alloc.c (gc_sweep): Check cons cell mark bits word by word
17013 and optimize the case where they are all 1.
17014
170152007-09-23 Johannes Weiner <hannes@saeurebad.de>
17016
17017 * lisp.h (abs): Define if not defined.
17018 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
17019 Don't define `abs', since it's defined in lisp.h.
17020
170212007-09-22 Eli Zaretskii <eliz@gnu.org>
17022
17023 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
17024 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
17025 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
17026 (init_tty): Use DEV_TTY instead of "/dev/tty".
17027 [WINDOWSNT]: No need to protect from NAME arg being null.
17028
170292007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17030
17031 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
17032 up the tty state.
17033
170342007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17035
17036 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
17037 (gpm_tty): Change its type.
17038 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
17039 (gpm_tty): Change its type and initialize it.
17040 (Fterm_open_connection): Check the frame is indeed a tty.
17041 Use the new gpm_tty.
17042 (Fterm_close_connection): Use the new gpm_tty.
17043 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
17044 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
17045
170462007-09-21 Juanma Barranquero <lekktu@gmail.com>
17047
17048 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
17049 underline_color, to draw strike-through.
17050
170512007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * lisp.h (allocate_terminal): Declare.
17054
17055 * window.c (candidate_window_p): Consider frames that are being placed
17056 by the user as somewhere between visible and iconified.
17057 (window_loop): Prefer windows on the current frame.
17058 (Fselect_window): Move the use of select-frame to the beginning so we
17059 can just delegate all the work (it'll call us back anyway).
17060
17061 * frame.c (Qdisplay_environment_variable):
17062 * frame.h (Qdisplay_environment_variable): Delete.
17063
17064 * .gdbinit (xbacktrace): Print the arg's address rather than the value
17065 of the first arg, since that value may be a union.
17066
17067 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
17068 parameter rather than Qdisplay_environment_variable. If all else
17069 fails, look for DISPLAY in initial-environment.
17070
170712007-09-21 Glenn Morris <rgm@gnu.org>
17072
17073 * Makefile.in (emacstool): Remove target.
17074 (lisp, shortlisp): Remove termdev.elc.
17075
170762007-09-21 Markus Triska <markus.triska@gmx.at>
17077
17078 * xterm.c (x_delete_display): Compile session management conditionally.
17079
170802007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17081
17082 * callproc.c (getenv_internal_1): New function.
17083 (getenv_internal): Use it.
17084 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
17085
17086 * terminal.c (get_terminal): Don't accept ints to represent terminals.
17087 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
17088 (Fset_terminal_parameter): Work with dead terminals as well.
17089 (Fmodify_terminal_parameters): Remove.
17090
17091 * terminal.c (get_terminal): Handle terminals.
17092 Make sure the terminal returned is live.
17093 (create_terminal): Use allocate_terminal.
17094 (mark_terminals): Move to alloc.c.
17095 (delete_terminal): Use terminal->name as liveness status.
17096 NULL out fields after freeing their contents.
17097 Don't deallocate the object.
17098 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
17099 rather than an int.
17100 (Fterminal_live_p): Accept non-integer arguments.
17101 (Fterminal_list): Return terminal objects rather than an ints.
17102
17103 * alloc.c (enum mem_type): New member for `terminal' objects.
17104 (allocate_terminal): New function.
17105 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
17106 Handle terminals.
17107 (mark_terminal): New fun.
17108 (mark_terminals): Move from terminal.c.
17109
17110 * term.c (get_tty_terminal): Don't treat output_initial specially.
17111 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
17112 (delete_tty): Use terminal->name as liveness status.
17113
17114 * termhooks.h (struct terminal): Make it into a pseudovector.
17115 Remove `deleted' replaced by checking `name's nullness.
17116
17117 * print.c (print_object): Handle terminals.
17118
17119 * lisp.h (enum pvec_type): New `terminal' pseudovector.
17120 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
17121
17122 * frame.c (make_terminal_frame):
17123 * keyboard.c (tty_read_avail_input):
17124 * w32term.c (x_delete_terminal):
17125 * xfns.c (Fx_create_frame, x_create_tip_frame):
17126 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
17127
171282007-09-20 Glenn Morris <rgm@gnu.org>
17129
17130 * process.c (Fmake_network_process): Doc fix.
17131
171322007-09-19 Jason Rumney <jasonr@gnu.org>
17133
17134 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
17135
171362007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17137
17138 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
17139 Fix a C warning regarding variable constness.
17140
17141 * xterm.c (handle_one_xevent): Fix a C warning.
17142
171432007-09-18 Jason Rumney <jasonr@gnu.org>
17144
17145 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
17146
171472007-09-17 Jan Djärv <jan.h.d@swipnet.se>
17148
17149 * gtkutil.c (gdpy_def): New variable.
17150 (xg_initialize): Initialize gdpy_def.
17151 (xg_display_close): If no other display exists, set gdpy_def to a
17152 new connection.
17153
171542007-09-16 Jan Djärv <jan.h.d@swipnet.se>
17155
17156 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
17157 when we have no file name for the icon.
17158 (xg_tool_bar_expose_callback): Remove.
17159 (xg_create_tool_bar): Don't connect expose signal to
17160 xg_tool_bar_expose_callback.
17161 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
17162
171632007-09-16 Andreas Schwab <schwab@suse.de>
17164
17165 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
17166 values instead of zapping them.
17167
171682007-09-14 Glenn Morris <rgm@gnu.org>
17169
17170 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
17171 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
17172 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
17173 scope and rename to omfib_buffer for clarity.
17174 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
17175
171762007-09-14 Kenichi Handa <handa@m17n.org>
17177
17178 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
17179
171802007-09-13 Jason Rumney <jasonr@gnu.org>
17181
17182 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
17183
17184 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
17185
17186 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
17187 (mac_term_init): Call here instead, passing rif.
17188
171892007-09-13 Glenn Morris <rgm@gnu.org>
17190
17191 * s/hpux.h: No longer define `static' as nothing.
17192
171932007-09-13 Johan Bockgård <bojohan@gnu.org>
17194
17195 * callint.c (Fcall_interactively): Remove unused var `fun'.
17196
171972007-09-12 Romain Francoise <romain@orebokech.com>
17198
17199 * window.c (prefer_window_split_horizontally, display_buffer):
17200 Revert 2007-09-08 change.
17201
172022007-09-12 Glenn Morris <rgm@gnu.org>
17203
17204 * alloca.c: Remove file.
17205 * Makefile.in (alloca): Do not undef.
17206 (allocaobj, alloca.o): Remove.
17207 (otherobj): Remove allocaobj.
17208 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
17209 * regex.c (C_ALLOCA): Remove all references and code that was only
17210 used when this was defined.
17211 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
17212 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
17213 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
17214
17215 * Makefile.in (SOURCES, unlock, relock): Delete.
17216
17217 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
17218 (menu_grab_callback): All uses changed.
17219
17220 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
17221 (x_reply_selection_request): All uses changed.
17222
172232007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17224
17225 * lread.c (load_warn_old_style_backquotes): Change message to look
17226 better when it appears in the middle of byte-compiler messages.
17227
172282007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
17229
17230 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
17231
17232 * xterm.c (x_create_terminal): Add comment.
17233
17234 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
17235
172362007-09-10 Richard Stallman <rms@gnu.org>
17237
17238 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
17239
172402007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17241
17242 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
17243 (DEFUN): Document `intspec', use it instead of `prompt'.
17244
17245 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
17246
17247 * data.c (Finteractive_form): If the interactive specification starts
17248 with a `(', use it as a Lisp form.
17249
17250 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
17251 name and file modes.
17252
17253 * callint.c (Fcall_interactively): Comment fixes.
17254
172552007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
17258 and compiled functions.
17259
172602007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17261
17262 * window.c (prefer_window_split_horizontally): New variable.
17263 (display_buffer): Consider splitting window horizontally depending
17264 on prefer_window_split_horizontally.
17265
172662007-09-08 Eli Zaretskii <eliz@gnu.org>
17267
17268 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
17269
172702007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17271
17272 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
17273
17274 * frame.c (x_set_frame_parameters): Check number is positive before
17275 using XFASTINT.
17276
17277 * window.c (freeze_window_start): Don't presume selected_window holds
17278 a window object.
17279 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
17280
172812007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
17282
17283 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
17284
172852007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17286
17287 * window.c (Vsplit_window_preferred_function): New var.
17288 (Fdisplay_buffer): Use it.
17289 (syms_of_window): Export, and initialize it.
17290
172912007-09-06 Pixel <pixel@mandriva.com> (tiny change)
17292
17293 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
17294
172952007-09-06 Glenn Morris <rgm@gnu.org>
17296
17297 * gtkutil.c (menu_grab_callback) <cnt>:
17298 * xselect.c (x_reply_selection_request) <cnt>: Move static
17299 variable to file scope.
17300
173012007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17302
17303 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
17304 consistent values of selected_frame and selected_window.
17305
173062007-09-04 Jason Rumney <jasonr@gnu.org>
17307
17308 * w32console.c (initialize_w32_display): Zero unused hooks.
17309
173102007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17311
17312 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
17313 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
17314
173152007-09-04 Jason Rumney <jasonr@gnu.org>
17316
17317 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
17318 in w32console.c. Set up input. Remove XXX comments that have been
17319 confirmed as correct.
17320
17321 * s/ms-w32.h (MULTI_KBOARD): Define.
17322
17323 * w32console.c (one_and_only_w32cons): Remove.
17324 (initialize_w32_display): Take terminal argument.
17325
17326 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
17327 initialize_w32_display.
17328 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
17329
17330 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
17331
17332 * keyboard.c (discard_mouse_events): Discard it.
17333 (make_lispy_event): Translate it to a lisp event.
17334 (lispy_wheel_names): Add wheel-left and right events.
17335 (syms_of_keyboard): Enlarge wheel_syms.
17336
17337 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
17338 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
17339
17340 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
17341
17342 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
17343 from WM_MOUSEHWHEEL.
17344 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
17345
17346 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
17347 terminal.
17348
17349 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
17350 keyboard for the terminal.
17351
173522007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17353
17354 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
17355 (Vresume_tty_hook): Rename from Vresume_tty_functions.
17356 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
17357 and resume-tty-function to resume-tty-hook.
17358 (Fsuspend_tty, Fresume_tty): Use new names.
17359
173602007-09-02 Jan Djärv <jan.h.d@swipnet.se>
17361
17362 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
17363 if it starts with "n:".
17364
173652007-08-31 Jan Djärv <jan.h.d@swipnet.se>
17366
17367 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
17368
173692007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * frame.h:
17372 * frame.c (Qterm_environment_variable): Remove.
17373 (syms_of_frame): Don't init and staticpro it.
17374
17375 * callproc.c (getenv_internal): Remove special case for $TERM.
17376
17377 * callproc.c (Vinitial_environment): New variable.
17378 (set_initial_environment): Initialize it.
17379 (syms_of_callproc): Declare it.
17380 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
17381 TERM under which a process runs is never related to the TERM in which
17382 Emacs is running.
17383
173842007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17385
17386 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
17387 * s/darwin.h: ... do it here.
17388
173892007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17390
17391 * lisp.h (set_initial_environment): Rename from set_global_environment.
17392
17393 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
17394 removed by mistake on the multi-tty branch.
17395
17396 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
17397 (Fmodify_frame_parameters): Return a value.
17398
17399 * image.c (png_load): Comment-out var only used in commented-out code.
17400
17401 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
17402 before passing it to mark_object.
17403
17404 * xfaces.c (internal_resolve_face_name): Return a value.
17405 (internal_resolve_face_name, resolve_face_name_error): Comment out.
17406
17407 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
17408 (x_icon): Comment-out var only used in commented-out code.
17409
174102007-08-29 Romain Francoise <romain@orebokech.com>
17411
17412 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
17413 QUIT hasn't been provided.
17414
174152007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17416
17417 * callproc.c (child_setup, getenv_internal): Use the
17418 display-environment-variable and term-environment-variable frame params.
17419 (set_initial_environment): Initialise Vprocess_environment.
17420
17421 * config.in: Disable multi-keyboard support on a mac.
17422
17423 * frame.c (Qterm_environment_variable)
17424 (Qdisplay_environment_variable): New variables.
17425 (syms_of_frame): Intern and staticpro them.
17426 (Fmake_terminal_frame): Disable output method test.
17427
17428 * frame.h: Declare them here.
17429
17430 * macfns.c (x_set_mouse_color): Get rif from the frame.
17431 (x_set_tool_bar_lines): Don't use updating_frame.
17432 (mac_window): Add 2 new parameters for consistency with other systems.
17433 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
17434 frame parameters following what is done in X11 and w32. Don't use
17435 FRAME_MAC_DISPLAY_INFO.
17436 (Fx_open_connection, start_hourglass): Remove window-system check.
17437 (x_create_tip_frame): Get the keyboard from the terminal.
17438
17439 * macmenu.c: Reorder includes.
17440 (Fx_popup_menu): Use terminal specific mouse_position_hook.
17441
17442 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
17443 terminal parameter.
17444 (x_clear_frame): Add a frame parameter.
17445 (note_mouse_movement): Get rif from the frame.
17446 (mac_term_init): Initialize the terminal.
17447 (mac_initialize): Make static and move terminal initialization ...
17448 (mac_create_terminal): ... to this new function.
17449
17450 * macterm.h (struct mac_display_info): Add terminal.
17451 (mac_initialize): Delete declaration.
17452
17453 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
17454
17455 * sysdep.c: Comment out text after #endif.
17456
17457 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
17458 is defined. Better initialize ttys in windows. Use terminal
17459 specific mouse_position_hook.
17460
17461 * termhooks.h (union display_info): Add mac_display_info.
17462
17463 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
17464 Set the default minibuffer frame, window_system and the rest of the
17465 frame parameters following what is done in X11.
17466
17467 * w32term.c (w32_initialize): Make static.
17468
17469 * xselect.c (x_handle_selection_clear): Only access
17470 terminal->kboard when MULTI_KBOARD is defined.
17471
17472 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
17473 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
17474
174752007-08-29 Jason Rumney <jasonr@gnu.org>
17476
17477 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
17478 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
17479
17480 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
17481 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
17482
17483 * keyboard.c (restore_kboard_configuration): Only define when
17484 MULTI_KBOARD defined.
17485
17486 * makefile.w32-in: Update dependancies from Makefile.in.
17487 (OBJ1): Add terminal.$(O)
17488
17489 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
17490 Don't define function body.
17491 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
17492
17493 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
17494
17495 * w32.c (request_sigio, unrequest_sigio): Remove.
17496
17497 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
17498 (w32con_clear_frame, w32con_clear_end_of_line)
17499 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
17500 (w32con_delete_glyphs, w32con_set_terminal_window)
17501 (scroll_line, w32_sys_ring_bell): Add frame arg.
17502 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
17503 Add terminal arg.
17504 (PICK_FRAME): Remove.
17505 (w32con_write_glyphs): Use frame specific terminal coding.
17506 (one_and_only_w32cons): New global variable.
17507 (initialize_w32_display): Use it for storing hooks.
17508 (create_w32cons_output): New function.
17509
17510 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
17511 arg a frame.
17512
17513 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
17514 Set window_system.
17515 (x_set_tool_bar_lines): Don't use updating_frame.
17516 (Fx_create_frame): Set terminal and ref count.
17517 (Fx_open_connection): Remove window-system check.
17518
17519 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
17520
17521 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
17522 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
17523 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
17524 Add frame arg.
17525 (x_delete_terminal, w32_create_terminal): New functions.
17526 (w32_term_init): Create a terminal.
17527 (w32_initialize): Move terminal specific initialization to
17528 w32_create_terminal.
17529
17530 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
17531 (w32_clear_rect, w32_clear_area): Use background from frame.
17532 (w32_display_info): Add terminal.
17533 (w32_sys_ring_bell, x_delete_display): Declare here.
17534
17535 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
17536
17537 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
17538
175392007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
17540
17541 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
17542 Fix get_named_tty calls for the controlling tty.
17543
175442007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17545
17546 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
17547
175482007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
17549
17550 * term.c (tty_insert_glyphs): Add missing first parameter.
17551
175522007-08-29 Károly Lőrentey <karoly@lorentey.hu>
17553
17554 * buffer.c (Fbuffer_list, Fbury_buffer):
17555 Take frame->buried_buffer_list into account.
17556
17557 * cm.c (current_tty): New variable, for cmputc().
17558 (cmputc): Use it.
17559 (cmcheckmagic): Add tty parameter, look up terminal streams there.
17560 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
17561 (cmgoto): Add tty parameter. Pass it on to calccost().
17562 Use emacs_tputs() instead of tputs().
17563
17564 * cm.h (emacs_tputs): New macro to set current_tty, and then call
17565 tputs().
17566 (current_tty): New variable, for cmputc().
17567 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
17568
17569 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
17570 (internal_condition_case, internal_condition_case_1)
17571 (internal_condition_case_2): Don't abort when x_catching_errors.
17572
17573 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
17574 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
17575 prevent crashes caused by bogus longjmps in read_char.
17576
17577 * keymap.h (Fset_keymap_parent): Add EXFUN.
17578
17579 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
17580 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
17581 Remove redundant definition.
17582
17583 * macfns.c (x_set_mouse_color, x_make_gc):
17584 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17585
17586 * w32term.c (x_free_frame_resources):
17587 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17588 (w32_initialize): Use the accessor macros for terminal characteristics.
17589
17590 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
17591 Use the accessor macros for terminal characteristics.
17592 * msdos.c (internal_terminal_init): Use the accessor macros for
17593 terminal characteristics.
17594 (ScreenVisualBell, internal_terminal_init):
17595 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17596
17597 * termopts.h (no_redraw_on_reenter): Declare.
17598
17599 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
17600 (mark_terminals, mark_ttys): Declare.
17601 (Fgarbage_collect): Call them.
17602 (mark_object): Mark buried_buffer_list.
17603
17604 * prefix-args.c: Include stdlib.h for exit.
17605
17606 * syssignal.h: Add comment.
17607
17608 * indent.c: Include stdio.h.
17609
17610 * window.h (Vinitial_window_system): Declare.
17611 (Vwindow_system): Delete declaration.
17612
17613 * fontset.c (Finternal_char_font): Use FRAME_RIF.
17614
17615 * image.c (lookup_image): Don't initialize `c' until the xasserts
17616 have been run.
17617
17618 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
17619 FRAME_FOREGROUND_PIXEL.
17620
17621 * print.c (print_preprocess): Don't lose print_depth levels while
17622 iterating.
17623
17624 * widget.c (update_from_various_frame_slots):
17625 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17626
17627 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
17628 frames.
17629 (window_internal_height): Remove bogus make_number call.
17630 (init_window_once): Call make_terminal_frame with two zero parameters.
17631
17632 * fileio.c (Fread_file_name): Update comment.
17633
17634 * callint.c (Fcall_interactively):
17635 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
17636 Make sure it is correctly unwound.
17637
17638 * xsmfns.c (x_session_close): New function.
17639
17640 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
17641 Delete declarations.
17642
17643 * xterm.h: Remove declaration for x_fully_uncatch_errors.
17644 (x_output): Remove background_pixel and foreground_pixel fields.
17645 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
17646 (x_delete_device, x_session_close): Declare.
17647
17648 * lread.c: Include setjmp.h. Update declaration of `read_char'.
17649 (read_filtered_event): Call `read_char' with a local
17650 `wrong_kboard_jmpbuf'.
17651
17652 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
17653 Don't call single_kboard_state. Use FRAME_RIF.
17654
17655 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
17656 systems.
17657
17658 * lisp.h (set_process_environment): Rename to `set_global_environment'.
17659 (Fframe_with_environment, Fset_input_meta_mode)
17660 (Fset_quit_char): EXFUN.
17661 (x_create_device, tty_output, terminal, tty_display_info): Declare.
17662 (init_sys_modes, reset_sys_modes): Update prototypes.
17663 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
17664
17665 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
17666 Vlocal_key_translation_map, and Vkeyboard_translate_table.
17667 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
17668 Delete declarations.
17669 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
17670 (temporarily_switch_to_single_kboard, tty_read_avail_input):
17671 New declarations.
17672
17673 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
17674 already does that during init_display(). Call syms_of_keymap
17675 before syms_of_keyboard. Call `syms_of_terminal'.
17676 Call set_initial_environment, not set_process_environment.
17677 (shut_down_emacs): Call reset_all_sys_modes() instead of
17678 reset_sys_modes().
17679
17680 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
17681 (internal_resolve_face_name, resolve_face_name_error): New functions.
17682 (resolve_face_name): Protect against loops and errors thrown by Fget.
17683 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
17684 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
17685
17686 * scroll.c: Replace CURTTY() with local variables throughout the
17687 file (where applicable).
17688 (calculate_scrolling, calculate_direct_scrolling)
17689 (scrolling_1, scroll_cost): Use the accessor macros for terminal
17690 characteristics.
17691
17692 * keymap.c (Vfunction_key_map): Remove.
17693 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
17694 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
17695 (Vkey_translation_map): Remove.
17696 (syms_of_keymap): Remove DEFVAR for key-translation-map.
17697 (Fdescribe_buffer_bindings)
17698 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
17699 Update for terminal-local key-translation-map.
17700
17701 * Makefile.in (callproc.o): Update dependencies.
17702 (lisp, shortlisp): Add termdev.elc.
17703 (obj): Add terminal.o.
17704 (terminal.o): Add dependencies.
17705 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
17706 (data.o, fns.o): Add termhooks.h dependency.
17707 (SOME_MACHINE_LISP): Add dnd.elc.
17708 (minibuf.o): Fix typo.
17709 Update dependencies.
17710
17711 * data.c (do_symval_forwarding, store_symval_forwarding)
17712 (find_symbol_value): Use the selected frame's keyboard, not
17713 current_kboard.
17714
17715 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
17716 Vwindow_system.
17717
17718 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
17719 Fmenu_bar_open.
17720 (syms_of_xmenu): Update defsubr.
17721 (mouse_position_for_popup, Fx_popup_menu)
17722 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
17723 (set_frame_menubar, free_frame_menubar)
b97439ce 17724 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
17725 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
17726 an X frame.
17727
17728 * xselect.c (x_own_selection): Abort if not an X frame.
17729 (some_frame_on_display): Check if it is an X frame.
17730 (x_handle_selection_clear): Deal with MULTI_KBOARD.
17731
17732 * coding.c: Include frame.h and termhooks.h.
17733 (terminal_coding, keyboard_coding): Delete.
17734 (Fset_terminal_coding_system_internal)
17735 (Fset_keyboard_coding_system_internal)
17736 (Fkeyboard_coding_system)
17737 (Fterminal_coding_system): Add a terminal parameter.
17738 Get terminal_coding from the terminal.
17739 (init_coding_once): Don't call setup_coding_system here.
17740
17741 * dispextern.h (set_scroll_region, turn_off_insert)
17742 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
17743 (tty_clear_end_of_line, tty_setup_colors)
17744 (delete_tty, updating_frame)
17745 (produce_special_glyphs, produce_glyphs, write_glyphs)
17746 (insert_glyphs): Remove.
17747 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
17748 (tty_turn_off_highlight, get_tty_size): Add declaration.
17749 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
17750
17751 * frame.h (enum output_method): Add output_initial.
17752 (struct x_output): Delete.
17753 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
17754 Access foreground_pixel and background_pixel directly from the frame.
17755 (tty_display): Delete.
17756 (struct frame): Add buried_buffer_list, foreground_pixel,
17757 background_pixel and terminal. Delete kboard.
17758 (union output_data): Add tty.
17759 (FRAME_KBOARD): Get the kboard from the terminal.
17760 (FRAME_INITIAL_P): New macro.
17761 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
17762 (Qterm_environment_variable, Qdisplay_environment_variable)
17763 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
17764 New declarations.
17765
17766 * termchar.h (tty_output, tty_display_info): New structures.
17767 (tty_list): Declare.
17768 (FRAME_TTY, CURTTY): New macros.
17769 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
17770 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
17771 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
17772 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
17773
17774 * callproc.c: Include frame.h and termhooks.h, for terminal
17775 parameters.
17776 (add_env): New function.
17777 (child_setup): Use it.
17778 (child_setup, getenv_internal): Handle the new Vprocess_environment.
17779 (getenv_internal): Fix get_terminal_param call.
17780 (Fgetenv_internal, egetenv): Update doc.
17781 (syms_of_callproc): Initialize Vprocess_environment to nil.
17782 Register and initialize them. Remove obsolete defvars. Update doc
17783 strings.
17784 (child_setup): Handle Vlocal_environment_variables.
17785 (getenv_internal): Add terminal parameter.
17786 Handle Vlocal_environment_variables.
17787 (Fgetenv_internal): Add terminal parameter.
17788 (child_setup, getenv_internal, Fgetenv_internal): Store the local
17789 environment in a frame (not terminal) parameter. Update doc strings.
17790 (set_initial_environment): Rename from set_global_environment.
17791 Store Emacs environment in initial frame parameter.
17792
17793 * xdisp.c (redisplay_internal): Update references to
17794 `previous_terminal_frame'.
17795 (display_mode_line, Fformat_mode_line): Replace calls to
17796 `push_frame_kboard' with `push_kboard'.
17797 (get_glyph_string_clip_rects): Add extra parentheses and
17798 braces to prevent compiler warnings.
17799 (calc_pixel_width_or_height): Add xassert to check that the
17800 frame is alive. Don't call `lookup_image' on a termcap frame.
17801 (message2_nolog, message3_nolog, redisplay_internal)
17802 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
17803 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
17804 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
17805 (Fx_display_pixel_width, Fx_display_pixel_height)
17806 (Fx_display_planes, Fx_display_color_cells)
17807 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
17808 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
17809 (Fx_display_backing_store, Fx_display_visual_class)
17810 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
17811 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
17812
17813 * xfns.c (x_set_foreground_color x_set_background_color)
17814 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
17815 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17816 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
17817 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
17818 terminal that is being deleted.
17819 (Fx_create_frame): Use `store_frame_param' to set `window-system'
17820 frame parameter, and make sure it overrides any user-supplied setting.
17821 (Fx_close_connection, Fx_synchronize): Unify argument names with
17822 the rest of the DEFUNs.
17823
17824 * dispnew.c (Fsend_string_to_terminal): Update call to
17825 `get_tty_terminal'.
17826 (Fredraw_frame, Fsend_string_to_terminal)
17827 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
17828 FRAME_TERMCAP_P and FRAME_TTY.
17829 (window_change_signal): Don't believe width/height values that are
17830 impossibly small.
17831 (Vinitial_window_system): Rename from Vwindow_system.
17832 (termscript, Wcm, rif): Delete.
17833
17834 * termhooks.h (struct terminal): New struct containing the
17835 previously global text display hooks and new members NAME,
17836 DELETED and PARAM_ALIST.
17837 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
17838 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
17839 (FRAME_RIF): New macros.
17840 (get_terminal_param, get_device): New declarations.
17841 (termscript): Delete declaration.
17842
17843 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
17844 (XTflash, x_free_frame_resources, x_scroll_bar_create)
17845 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
17846 FRAME_FOREGROUND_PIXEL.
17847 (x_fully_uncatch_errors): Disable definition.
17848 (x_scroll_bar_expose): Fix reference to foreground pixel.
17849 (XTread_socket): Disable loop on all X displays.
17850 (x_delete_terminal): Don't set terminal->deleted and let
17851 delete_terminal delete the frames on the terminal.
17852 (x_delete_display): Doc update to reflect changes in
17853 delete_terminal.
17854 (x_display_info) <terminal>: Move member earlier in the struct.
17855 (deleting_tty): Remove old variable.
17856 (Fsuspend_tty): Call clear_tty_hooks.
17857 (Fresume_tty, init_tty): Call set_tty_hooks.
17858 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
17859 errors on X frames.
17860 (x_catch_errors_unwind): Abort if x_error_message is NULL.
17861 (handle_one_xevent): Initialize `f' to NULL.
17862 (x_delete_terminal, x_create_terminal): New functions.
17863 (XTset_terminal_modes, XTreset_terminal_modes)
17864 (XTread_socket, x_connection_closed, x_term_init)
17865 (x_term_init, x_delete_display): Add terminal parameter.
17866 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
17867 X connections.
17868
17869 * frame.c: Include termchar.h.
17870 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
17871 (Qwindow_system, Qenvironment, Qterm_environment_variable)
17872 (Qdisplay_environment_variable): New vars.
17873 (Fframep): Deal with output_initial.
17874 (Fframe-live-p): Doc fix.
17875 (Fwindow-system): New function.
17876 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
17877 (make_terminal_frame): Don't create frames on a terminal that is
17878 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17879 (store_frame_param): Check for found_for_frame before calling XFRAME.
17880 (Fmake_terminal_frame): Handle NULL tty names correctly.
17881 (syms_of_frame): Enhance doc string of `default-frame-alist'.
17882 (Fdelete_frame): Remove unused variable `count'. Don't allow other
17883 frames to refer to a deleted frame in their 'environment parameter.
17884 (Fframe_with_environment): New function.
17885 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
17886 (get_future_frame_param): New function.
17887 (Fmake_terminal_frame): Use it.
17888 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
17889
17890 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
17891 * sysdep.c (reset_sys_modes): Update for renames.
17892
17893 * keyboard.c (tty_read_avail_input): New function.
17894 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
17895 (syms_of_keyboard): Defsubr them.
17896 (Fset_input_meta_mode, Fset_quit_char): New functions.
17897 (Fset_input_mode): Split to above functions.
17898 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
17899 parameter. Use it in call to `read_char'.
17900 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
17901 Set wrong_kboard_jmpbuf correctly in recursive calls.
17902 Use current_kboard to access Vkeyboard_translate_table.
17903 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
17904 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
17905 Update longjmp invocations. Remember the original current_kboard,
17906 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
17907 changes it. Comment out unnecessary calls to
17908 `record_single_kboard_state' and `any_kboard_state'.
17909 Update recursive calls.
17910 (wrong_kboard_jmpbuf): Remove global variable.
17911 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
17912 Handle deleted interrupted_kboards correctly; that is a legal
17913 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
17914 and read_char calls. Abort if interrupted_kboard died in read_char.
17915 (any_kboard_state, single_kboard_state)
17916 (push_frame_kboard): Remove function.
17917 (pop_kboard): Switch out of single_kboard mode if the kboard has
17918 been deleted. Remove unused variable. Help debugging by not
17919 changing current_kboard unnecessarily. Set current_kboard to the
17920 kboard of the selected frame when the stored kboard object has
17921 been deleted before pop_kboard.
17922 (temporarily_switch_to_single_kboard): Change first parameter to a
17923 frame pointer. Throw an error when caller wants to change kboards
17924 while in single_kboard mode. Don't push_kboard if we weren't in
17925 single kboard state. Don't pop_kboard if we popped into any
17926 kboard state.
17927 (restore_kboard_configuration): Abort if pop_kboard changed the
17928 kboard in single_kboard mode. Call pop_kboard only after setting
17929 up single_kboard mode.
17930 (Frecursive_edit): Switch to single_kboard mode only in nested
17931 command loops.
17932 (cmd_error, command_loop, command_loop_1, timer_check):
17933 Comment out unnecessary call to `any_kboard_state' and
17934 `record_single_kboard_state'.
17935 (delete_kboard): Exit single_kboard mode if we have just deleted
17936 that kboard. Use FRAME_KBOARD.
17937 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
17938 `fatal_error_signal'.
17939 (record_single_kboard_state): Don't push_kboard if we weren't in
17940 single kboard state. Don't pop_kboard if we popped into any
17941 kboard state.
17942 (push_frame_kboard): Rename to push_kboard.
17943 (kbd_buffer_get_event): Use FRAME_TERMINAL.
17944 (read_avail_input): Read input from all terminals.
17945 (mark_kboards): Also mark Vkeyboard_translate_table.
17946 (kbd_buffer_store_event_hold): Simplify condition.
17947 (read_key_sequence): Reinitialize fkey and keytran at each replay.
17948 (Vkeyboard_translate_table): Move to struct kboard.
17949 (init_kboard): Initialize Vkeyboard_translate_table.
17950 (syms_of_keyboard): Use DEFVAR_KBOARD to define
17951 Vkeyboard_translate_table. Update doc strings. Update docs of
17952 local-function-key-map and function-key-map.
17953
17954 * terminal.c: New file.
17955
17956 * term.c: Include errno.h.
17957 (Vring_bell_function, device_list, initial_device)
17958 (next_device_id, ring_bell, update_begin, update_end)
17959 (set_terminal_window, cursor_to, raw_cursor_to)
17960 (clear_to_end, clear_frame, clear_end_of_line)
17961 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
17962 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
17963 (syms_of_term): Move their initialization to terminal.c.
17964 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
17965 (Ftty_display_color_cells)
17966 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
17967 (clear_tty_hooks, set_tty_hooks)
17968 (init_tty, maybe_fatal): New functions.
17969 (Ftty_type): Return nil if terminal is not on a tty instead of
17970 throwing an error. Doc update.
17971 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
17972 Doc update. Initialize new subrs and variables.
17973 (delete_tty): Use terminal->deleted.
17974 (tty_set_terminal_modes): Rename from set_terminal_modes.
17975 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
17976 (set_scroll_region): Rename to `tty_set_scroll_region'.
17977 (turn_on_insert): Rename to `tty_turn_on_insert'.
17978 (turn_off_insert): Rename to `tty_turn_off_insert'.
17979 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
17980 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
17981 (toggle_highligh): Rename to `tty_toggle_highlight'.
17982 (background_highlight): Rename to `tty_background_highlight'.
17983 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
17984 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
17985 (tty_set_scroll_region, tty_background_highlight)
17986 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
17987 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
17988 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
17989 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
17990 Add static modifier.
17991 (tty_reset_terminal_modes, tty_set_terminal_window)
17992 (tty_set_scroll_region, tty_background_highlight)
17993 (tty_highlight_if_desired, tty_cursor_to)
17994 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
17995 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
17996 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
17997 renames.
17998
179992007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18000
18001 * keyboard.c: Qrtl is new.
18002 (parse_tool_bar_item): Handle :rtl keyword.
18003 (syms_of_keyboard): Intern :rtl keyword.
18004
18005 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
18006
18007 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
18008 so no Lisp code is executed.
18009 (file_for_image, find_rtl_image): New functions.
18010 (xg_get_image_for_pixmap): Use file_for_image.
18011 (update_frame_tool_bar): If direction is RTL, use RTL image if
18012 defined. Use Gtk stock images if defined.
18013
180142007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18015
18016 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
18017 for nonexistent or zero-width glyph in composition glyph.
18018
180192007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
18020
18021 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
18022
18023 * xdisp.c (Finvisible_p): New function.
18024 (syms_of_xdisp): defsubr it.
18025
180262007-08-24 Juanma Barranquero <lekktu@gmail.com>
18027
18028 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
18029 Doc fixes.
18030
180312007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18032
18033 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
18034
180352007-08-24 Martin Rudalics <rudalics@gmx.at>
18036
18037 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
18038 whether decoding has modified buffer contents.
18039
180402007-08-24 Jason Rumney <jasonr@gnu.org>
18041
18042 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
18043 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
18044 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
18045 (init_svg_functions) [HAVE_NTGUI]: New function.
18046 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
18047 (svg_load_image): Use them.
18048 (svg_load_image) [HAVE_NTGUI]: Implement background.
18049
180502007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18051
18052 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
18053 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
18054 (LIBX): Remove @RSVG_LIBS@.
18055 (LIBES): Add $(RSVG_LIBS).
18056
18057 * image.c (svg_load_image): Blend with specified background if exists.
18058 Use IMAGE_BACKGROUND. Add Mac OS Support.
18059
18060 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
18061 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
18062 Remove macros.
18063 [MAC_OSX] (socket_callback): Do nothing.
18064 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
18065 ReceiveNextEvent.
18066 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
18067 socket_callback.
18068 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
18069
180702007-08-22 Glenn Morris <rgm@gnu.org>
18071
18072 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
18073
180742007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18075
18076 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
18077
18078 * image.c: Add support for SVG images. Some additional comments
18079 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
18080 (svg_image_p): New function to test for SVG image.
18081 (svg_load): New function to load SVG image.
18082 (svg_load_image): New function, helper for svg_load.
18083 (Qsvg): New Lisp_object.
18084 (svg_keyword_index): New enum.
18085 (svg_format): New static `image_keyword' struct.
18086 (svg_type): New static `image_type' struct.
18087 (librsvg/rsvg.h): Include it.
18088
180892007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18090
18091 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
18092
180932007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18094
18095 * lread.c (Qold_style_backquotes): New var.
18096 (syms_of_lread): Init and staticpro it.
18097 (load_warn_old_style_backquotes): New fun.
18098 (Fload): Use them to warn about old style backquotes.
18099 (end_of_file_error, Fload): Remove unused vars.
18100
18101 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
18102
18103 * lread.c (Vold_style_backquotes): New var.
18104 (syms_of_lread): Init and export it to Elisp.
18105 (read1): Set it when we find an old-style (back)quote.
18106
181072007-08-22 Jason Rumney <jasonr@gnu.org>
18108
18109 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
18110
181112007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18112
18113 * puresize.h (BASE_PURESIZE): Increase to 1140000.
18114
181152007-08-19 Richard Stallman <rms@gnu.org>
18116
18117 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
18118
181192007-08-19 Andreas Schwab <schwab@suse.de>
18120
18121 * alloc.c (pure): Round PURESIZE up.
18122
181232007-08-17 Jan Djärv <jan.h.d@swipnet.se>
18124
18125 * xterm.c (handle_one_xevent): Remove check that mouse click is in
18126 active frame.
18127
181282007-08-16 Richard Stallman <rms@gnu.org>
18129
18130 * eval.c (Fcommandp): Add parens to clarify.
18131
18132 * minibuf.c (Fall_completions): Use enum for type of table.
18133
18134 * emacs.c (USAGE2): Improve text.
18135
181362007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
18137
18138 * term.c (tty_default_color_capabilities): Declare static
18139 variables in file scope, to avoid HPUX compiler problem.
18140
181412007-08-13 Jan Djärv <jan.h.d@swipnet.se>
18142
18143 * gtkutil.c (update_frame_tool_bar): Use -1 as index
18144 to gtk_toolbar_insert.
18145
181462007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
18149
18150 * insdel.c (reset_var_on_error): New fun.
18151 (signal_before_change, signal_after_change):
18152 Use it to reset (after|before)-change-functions to nil in case of error.
18153 Bind inhibit-modification-hooks to t.
18154 Don't bind (after|before)-change-functions to nil while they run.
18155
181562007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18157
18158 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
18159 filling pixmap with stippled background.
18160
181612007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18162
18163 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
18164 Don't use invisible frame as parent window for repositioning.
18165
181662007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * print.c (new_backquote_output): Rename from old_backquote_output.
18169 (print): Inverse its logic (according to its name) so as to match the
18170 behavior of new_backquote_flag in lread.c.
18171
181722007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18173
18174 * gmalloc.c (posix_memalign): New function.
18175
18176 * macterm.c (frame_highlight, frame_unhighlight): Don't call
18177 ActivateControl/DeactivateControl here.
18178 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
18179 frame-notice-user-settings is non-nil.
18180 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
18181 for kEventParamFMFontStyle.
18182 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
18183 mac_pass_command_to_system and mac_pass_control_to_system here.
18184 (XTread_socket): Call ActivateControl/DeactivateControl here.
18185 (XTread_socket) [TARGET_API_MAC_CARBON]:
18186 Check mac_pass_command_to_system and mac_pass_control_to_system here.
18187 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
18188 for window repositioning.
18189
181902007-08-08 Glenn Morris <rgm@gnu.org>
18191
18192 * Replace `iff' in doc-strings and comments.
18193
181942007-08-07 Chong Yidong <cyd@stupidchicken.com>
18195
18196 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
18197
181982007-08-07 Martin Rudalics <rudalics@gmx.at>
18199
18200 * fileio.c (Finsert_file_contents): Run format-decode and
18201 after_insert_file_functions on entire buffer when REPLACE is
18202 non-nil and inhibit modification_hooks and point_motion_hooks.
18203 For consistency, run after_insert_file_functions iff something
18204 got inserted. Move signal_after_change and update_compositions
18205 after code running after_insert_file_functions. Make sure that
18206 undo_list doesn't record intermediate steps of the decoding process.
18207
182082007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18209
18210 * emacs.c (main)
18211 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
18212 Call malloc_enable_thread on interactive startup.
18213
18214 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
18215 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
18216 [USE_PTHREAD]: Conditionalize with it.
18217 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
18218 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
18219 New functions.
18220
182212007-08-06 Chong Yidong <cyd@stupidchicken.com>
18222
18223 * xdisp.c (redisplay_window): When restoring original buffer
18224 position, make sure it is still valid.
18225
18226 * image.c (png_load): Ignore png-supplied background color.
18227
182282007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18229
18230 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
18231 Use kCFAbsoluteTimeIntervalSince1970.
18232
18233 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
18234 New variable.
18235 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
18236 event loop should be quit.
18237 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
18238 Quit dialog event loop if quit_dialog_event_loop is set.
18239
18240 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
18241 (Selection): New typedef. Use instead of ScrapRef.
18242 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
18243 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
18244 (mac_clear_selection): Rename from clear_scrap.
18245 (get_flavor_type_from_symbol): New argument SEL and subsume function of
18246 scrap_has_target_type. All uses changed.
18247 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
18248 (mac_selection_has_target_p): New functions.
18249 (mac_put_selection_value): Rename from put_scrap_string.
18250 (mac_get_selection_value): Rename from get_scrap_string.
18251 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
18252 (put_scrap_private_timestamp, scrap_has_target_type)
18253 (get_scrap_private_timestamp): Remove functions.
18254 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
18255 (x_own_selection, x_get_local_selection):
18256 Use mac_valid_selection_value_p.
18257 (x_own_selection): Don't use put_scrap_private_timestamp.
18258 Record OWNERSHIP-INFO into Vselection_alist instead.
18259 (x_get_local_selection): Don't check type if request is local.
18260 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
18261 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
18262
182632007-08-04 Jan Djärv <jan.h.d@swipnet.se>
18264
18265 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
18266 add comment explaining why.
18267
182682007-08-03 Richard Stallman <rms@gnu.org>
18269
18270 * fileio.c (Fvisited_file_modtime): Use make_time.
18271
182722007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
18273
18274 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
18275 build.
18276
182772007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
18278
18279 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
18280
182812007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
18282
18283 * puresize.h (BASE_PURESIZE): Increase to 1130000.
18284
182852007-07-30 Richard Stallman <rms@gnu.org>
18286
18287 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
18288
182892007-07-29 Jan Djärv <jan.h.d@swipnet.se>
18290
18291 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
18292
182932007-07-28 Nick Roberts <nickrob@snap.net.nz>
18294
18295 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
18296 remote default-directory.
18297
18298 * buffer.c (mode-line-format): Update doc string.
18299
183002007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18301
18302 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
18303 scroll bar gap.
18304 (x_scroll_bar_create): Set bar->fringe_extended_p.
18305 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
18306 on frame edge. Check fringe background extension. Don't clear
18307 extended fringe background area.
18308
18309 * w32term.h (struct scroll_bar): New member fringe_extended_p.
18310 (w32_fill_area): Enclose multiple statements with do ... while (0).
18311
18312 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
18313 Extend fringe background to scroll bar gap.
18314 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
18315 Set bar->fringe_extended_p.
18316 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
18317 Put leftmost/rightmost scroll bars on frame edge. Check fringe
18318 background extension. Don't clear extended fringe background area.
18319
18320 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
18321 New member fringe_extended_p.
18322
183232007-07-25 Glenn Morris <rgm@gnu.org>
18324
18325 * Relicense all FSF files to GPLv3 or later.
18326
18327 * COPYING: Switch to GPLv3.
18328
183292007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
18330
18331 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
18332
18333 * data.c (Finteractive_form): Check for the presence of an
18334 `interactive-form' symbol property more thoroughly.
18335
18336 * data.c (Finteractive_form): Use an `interactive-form' property if
18337 present, analogous to the function-documentation property.
18338
183392007-07-24 Jason Rumney <jasonr@gnu.org>
18340
18341 * w32fns.c (x_real_positions): Get real position from OS instead of
18342 calculating it.
18343
183442007-07-23 Jason Rumney <jasonr@gnu.org>
18345
18346 * filelock.c (current_lock_owner): Allow for @ sign in username.
18347
183482007-07-22 Nick Roberts <nickrob@snap.net.nz>
18349
18350 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
18351 remote default-directory.
18352
18353 * buffer.c (mode-line-format): Describe above case in doc string.
18354
183552007-07-20 Eli Zaretskii <eliz@gnu.org>
18356
18357 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
18358 Define if not defined.
18359
183602007-07-18 Jason Rumney <jasonr@gnu.org>
18361
18362 * w32proc.c (w32_executable_type): Handle 64 bit executables.
18363
183642007-07-18 Richard Stallman <rms@gnu.org>
18365
18366 * data.c (Fsetq_default): Doc fix.
18367
18368 * eval.c (Fsetq): Doc fix.
18369
183702007-07-18 Juanma Barranquero <lekktu@gmail.com>
18371
18372 * coding.c (Ffind_operation_coding_system):
18373 * eval.c (For, Fand): Doc fixes.
18374 Reported by Johan Bockgård.
18375
183762007-07-18 Jan Djärv <jan.h.d@swipnet.se>
18377
18378 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
18379
18380 * xterm.h: Declare x_ewmh_activate_frame.
18381
18382 * xterm.c (x_ewmh_activate_frame): New function.
18383 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
18384
183852007-07-17 Martin Rudalics <rudalics@gmx.at>
18386
18387 * window.c (Fdisplay_buffer): If largest or LRU window is the
18388 only window, split it even if it is not eligible for splitting.
18389 This restores the original behavior broken by the 2007-07-15
18390 change.
18391
183922007-07-17 Glenn Morris <rgm@gnu.org>
18393
18394 * abbrev.c (abbrev_check_chars): New function.
18395 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
18396 Call abbrev_check_chars to check abbrev characters are word
18397 constituents. Doc fix.
18398
183992007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * process.c (Fstart_process, Fmake_network_process)
18402 (read_process_output): Fix up last changes.
18403
184042007-07-16 Eli Zaretskii <eliz@gnu.org>
18405
18406 * makefile.w32-in (clean): Don't delete *~.
18407
184082007-07-16 Andreas Schwab <schwab@suse.de>
18409
18410 * window.c (Fdisplay_buffer): Use NILP.
18411 (Fset_window_scroll_bars): Likewise.
18412
184132007-07-15 Martin Rudalics <rudalics@gmx.at>
18414
18415 * window.c (window_min_size_2): New function.
18416 (window_min_size_1, size_window, Fdisplay_buffer)
18417 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
18418 windows without mode- or header-lines when window-min-height is
18419 too small.
18420 (size_window): Reset nodelete_p after testing it, following an
18421 earlier note by Kim F. Storm.
18422 (display_buffer): Do not set split_height_threshold to twice the
18423 value of window_min_height to avoid changing the value of a
18424 customizable variable. Rather explicitly check whether the
18425 height of the window that shall be splitted is at least as large
18426 as split_height_threshold.
18427 (Fwindow_full_width_p): New defun.
18428 (syms_of_window): Defsubr it.
18429
18430 * window.h: Add EXFUN for Fwindow_full_width_p.
18431
184322007-07-14 Jason Rumney <jasonr@gnu.org>
18433
18434 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
18435
184362007-07-14 Richard Stallman <rms@gnu.org>
18437
18438 * eval.c (maybe_call_debugger): New function.
18439 (find_handler_clause): Use maybe_call_debugger.
18440 Call it when the handler says `debug'.
18441 Eliminate DEBUGGER_VALUE_PTR.
18442 (Fsignal): Eliminate debugger_value.
18443 (Qdebug): New variable.
18444 (syms_of_eval): Initialize it.
18445
184462007-07-14 Juanma Barranquero <lekktu@gmail.com>
18447
18448 * eval.c (Fprogn):
18449 * keyboard.c (Ftrack_mouse):
18450 * print.c (Fwith_output_to_temp_buffer):
18451 * window.c (Fsave_window_excursion): Doc fix.
18452
184532007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18454
18455 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
18456
184572007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
18458
18459 * process.h (struct Lisp_Process): Turn slots infd, outfd,
18460 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
18461 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
18462 read_output_delay, and read_output_skip from Lisp_Objects to ints.
18463 Remove unused encoding_carryover.
18464 * process.c: Adjust all functions accordingly.
18465
184662007-07-12 Richard Stallman <rms@gnu.org>
18467
18468 * term.c: Include unistd.h only if HAVE_UNISTD_H.
18469
184702007-07-11 Jason Rumney <jasonr@gnu.org>
18471
18472 * makefile.w32-in (LIBS): Include OLE32.
18473
18474 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
18475 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
18476
184772007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
18478
18479 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
18480 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
18481 from a Lisp_Object into a bare pointer.
18482 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
18483 Adjust the code correspondingly.
18484
18485 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
18486
18487 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
18488 (term_show_mouse_face): Remove unused var `j'.
18489 (handle_one_term_event): Remove unused vars `i' and `j'.
18490 Don't cast return value of ttyname since it's not necessary.
18491
184922007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
18495 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
18496
18497 * fns.c (map_char_table): Use an array of int for `indices' rather than
18498 an array of Lisp_Objects (which are only ever integers anyway).
18499 (Fmap_char_table): Update caller.
18500 * lisp.h: Update prototype.
18501 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
18502 * fontset.c (Ffontset_info):
18503 * casetab.c (set_case_table): Update callers.
18504
18505 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
18506
18507 * keymap.c (struct accessible_keymaps_data)
18508 (struct where_is_internal_data): New structures.
18509 (accessible_keymaps_1, where_is_internal_1): Use them to change
18510 interface to adhere to the one used by map_keymap.
18511 (Faccessible_keymaps, where_is_internal): Use map_keymap.
18512 (accessible_keymaps_char_table, where_is_internal_2): Remove.
18513
18514 * keymap.h (map_keymap_function_t): More informative prototype.
18515
185162007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
18517
18518 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
18519 (looking_at_1): Don't change search_regs and last_thing_searched
18520 if `inhibit-changing-match-data' is non-nil.
18521 (string_match_1, search_buffer, set_search_regs): Likewise.
18522 (syms_of_search): Add Lisp level definition for
18523 `inhibit-changing-match-data' and set it to nil.
18524 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
18525 start and end of the match, instead of using values in search_regs.
18526
185272007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * minibuf.c (Fcompleting_read): New value `confirm-only'
18530 for `require-match'.
18531
185322007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
18533
18534 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
18535 part of the 2007-06-27 change to syms_of_fileio.
18536
185372007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18538
18539 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
18540 Check WINDOWP before using XWINDOW. Consolidate return statements.
18541
185422007-06-27 Richard Stallman <rms@gnu.org>
18543
18544 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
18545
185462007-06-27 Juanma Barranquero <lekktu@gmail.com>
18547
18548 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
18549
185502007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18551
18552 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
18553 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
18554 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
18555 (_free_internal, memalign): Use them.
18556 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
18557 Initialize to PTHREAD_MUTEX_INITIALIZER.
18558 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
18559 (morecore_nolock): Rename from morecore. All uses changed.
18560 Use only nolock versions of internal allocation functions.
18561 (_malloc_internal_nolock, _realloc_internal_nolock)
18562 (_free_internal_nolock): New functions created from
18563 _malloc_internal, _realloc_internal, and _free_internal.
18564 (_malloc_internal, _realloc_internal, _free_internal): Use them.
18565 Copy hook value to automatic variable before its use.
18566 (memalign): Copy hook value to automatic variable before its use.
18567
185682007-06-26 Kenichi Handa <handa@m17n.org>
18569
18570 * coding.c (Ffind_operation_coding_system): Docstring improved.
18571 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
18572
185732007-06-25 David Kastrup <dak@gnu.org>
18574
18575 * keymap.c (Fcurrent_active_maps): Add `position' argument.
18576 (Fwhere_is_internal): Adjust call to `current-active-maps' to
18577 cater for additional parameter.
18578
18579 * keymap.h: Adjust number of parameters to `current-active-maps'.
18580
18581 * doc.c (Fsubstitute_command_keys): Adjust call of
18582 `current-active-maps'.
18583
185842007-06-25 David Kastrup <dak@gnu.org>
18585
18586 * callint.c (Fcall_interactively): Make the parsing of interactive
18587 specs somewhat more readable.
18588
185892007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18590
18591 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
18592 to scroll bar gap also when bitmap fills fringe. Draw only foreground
18593 if extended background has already been filled.
18594
185952007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18596
18597 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
18598 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
18599
18600 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
18601 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
18602 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
18603 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
18604 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
18605 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
18606 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
18607 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
18608 Run timers during dialog popup.
18609 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
18610
186112007-06-21 Jason Rumney <jasonr@gnu.org>
18612
18613 * image.c (convert_mono_to_color_image): Swap fore and background.
18614
186152007-06-20 Jason Rumney <jasonr@gnu.org>
18616
18617 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
18618 (w32_free_bdf_font): Unmap memory not handle.
18619
186202007-06-20 Sam Steingold <sds@gnu.org>
18621
18622 * gmalloc.c (__morecore): Fix the declaration to comply with the
18623 definition.
18624
186252007-06-20 Juanma Barranquero <lekktu@gmail.com>
18626
18627 * w32term.c (w32_delete_display): Remove leftover declaration.
18628 (w32_define_cursor, w32_initialize): Make static.
18629
18630 * w32.c (_wsa_errlist): Fix typo in error message.
18631 (init_environment): Ignore any environment variable from the
18632 registry having a null value.
18633
186342007-06-20 Glenn Morris <rgm@gnu.org>
18635
18636 * Makefile.in (LIBGIF): Default to -lgif.
18637
186382007-06-17 Jason Rumney <jasonr@gnu.org>
18639
18640 * w32menu.c (add_menu_item): Don't use multibyte string functions on
18641 unicode strings.
18642
186432007-06-16 Juanma Barranquero <lekktu@gmail.com>
18644
18645 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
18646 Fix typo in docstring.
18647
186482007-06-16 Eli Zaretskii <eliz@gnu.org>
18649
18650 * w32menu.c (add_menu_item): Escape `&' characters in menu items
18651 and their keybindings.
18652
186532007-06-15 Chong Yidong <cyd@stupidchicken.com>
18654
18655 * composite.c (update_compositions): Fix last fix.
18656
186572007-06-14 Jason Rumney <jasonr@gnu.org>
18658
18659 * w32.c (get_process_times_fn): New function pointer.
18660 (globals_of_w32): Intialize it if present in kernel32.dll.
18661 (w32_get_internal_run_time): New function.
18662
18663 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
18664
186652007-06-14 Kenichi Handa <handa@etlken.m17n.org>
18666
18667 * composite.c (update_compositions): Check the validness of
18668 compositions.
18669
186702007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18671
18672 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
18673 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
18674
18675 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
18676 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
18677
18678 * macgui.h (USE_MAC_TOOLBAR): New define.
18679
18680 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
18681 Return immediately unless popup is activated.
18682
18683 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
18684 background to scroll bar gap.
18685 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
18686 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
18687 scroll bars on frame edge. Check fringe background extension.
18688 Don't clear extended fringe background area.
18689 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
18690 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
18691 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
18692 [USE_MAC_TOOLBAR]: New macros.
18693 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
18694 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
18695 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
18696 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
18697 [USE_MAC_TOOLBAR]: New functions.
18698 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
18699 manually if previous repositioning has failed.
18700 (mac_handle_keyboard_event): Use precomputed event kind.
18701 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
18702 as tool bar item click. Handle mouse movement over tool bar items.
18703
18704 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
18705 toolbar_win_gravity.
18706 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
18707 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
18708 Add externs.
18709
18710 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
18711 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
18712
187132007-06-14 Chong Yidong <cyd@stupidchicken.com>
18714
18715 * image.c (search_image_cache): Remove unused variable.
18716
187172007-06-13 Chong Yidong <cyd@stupidchicken.com>
18718
18719 * xfns.c, xmenu.c: Link to xaw3d if available.
18720
187212007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18722
18723 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
18724 frame_foreground and frame_background.
18725
18726 * image.c (lookup_image): Save frame foreground and background colors.
18727 (search_image_cache): Check if saved and current frame colors match.
18728
187292007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
18730
18731 * regex.c (regex_compile): Remove the `regnum' counter.
18732 Use bufp->re_nsub instead. Add support for \(?N:RE\).
18733
187342007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * term.c: Include intervals.h to declare Fget_text_property.
18737
187382007-06-10 Jason Rumney <jasonr@gnu.org>
18739
18740 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
18741
187422007-06-08 Juanma Barranquero <lekktu@gmail.com>
18743
18744 * callint.c (Fcall_interactively):
18745 * editfns.c (Fdelete_and_extract_region):
18746 * fileio.c (Fread_file_name):
18747 * fns.c (Fmapconcat):
18748 * keyboard.c (cmd_error_internal):
18749 * keymap.c (Fkey_description):
18750 * lread.c (openp):
18751 * minibuf.c (read_minibuf):
18752 * search.c (wordify):
18753 * sunfns.c (sel_read):
18754 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
18755 * xfns.c (x_default_scroll_bar_color_parameter):
18756 * xmenu.c (menu_help_callback):
18757 * xselect.c (Fx_get_atom_name):
18758 * xterm.c (x_term_init): Use empty_unibyte_string.
18759
187602007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
18761
18762 * alloc.c (init_strings): Initialize canonical empty strings.
18763 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
18764 canonical empty string when the requested size is 0.
18765
18766 * emacs.c (empty_unibyte_string): Rename from empty_string.
18767 (empty_multibyte_string): New canonical empty string.
18768 (syms_of_emacs): Don't initialize empty_string.
18769
18770 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
18771 string, if appropriate.
18772 (empty_unibyte_string, empty_multibyte_string): New externs.
18773 (empty_string): Remove extern.
18774
18775 * lread.c (syms_of_lread): Use empty_unibyte_string.
18776
187772007-06-07 Jason Rumney <jasonr@gnu.org>
18778
18779 * s/ms-w32.h: Don't define HAVE_TZNAME.
18780
18781 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
18782
187832007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18784
18785 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
18786
18787 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
18788 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
18789
18790 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
18791 Don't call next handler.
18792 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
18793 Remove argument. Install handler to application.
18794 (set_frame_menubar): Don't change deep_p.
18795 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
18796 FRAME_OUTER_TO_INNER_DIFF_Y.
18797 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
18798 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
18799 [HAVE_DIALOGS]: New macros.
18800 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
18801 Use them.
18802 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
18803
18804 * macselect.c [MAC_OSX] (install_service_handler): Rename from
18805 init_service_handler. All callers changed. Return OSStatus value.
18806
18807 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
18808 All callers changed so as not to call SetPortWindowPort.
18809 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
18810 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
18811 mac_draw_string_common.
18812 (mac_draw_image_string_qd): Likewise.
18813 (mac_draw_string_common): Use them. Add INLINE.
18814 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
18815 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
18816 GetGlobalMouse.
18817 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
18818 and FRAME_OUTER_TO_INNER_DIFF_Y.
18819 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
18820 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
18821 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
18822 repositioning window to mac_handle_window_event.
18823 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
18824 saving window location to mac_handle_window_event
18825 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
18826 (install_menu_target_item_handler): Remove argument in extern.
18827 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
18828 Also accept command events.
18829 (do_keystroke): New function created from XTread_socket.
18830 (init_command_handler): Remove functions.
18831 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
18832 and save window location by kEventWindowShowing and kEventWindowHiding
18833 handlers here. Don't call next handler for window state change and
18834 focus events.
18835 (mac_handle_application_event, mac_handle_keyboard_event)
18836 [TARGET_API_MAC_CARBON]: New functions.
18837 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
18838 kEventWindowShowing and kEventWindowHiding events. Move installation
18839 of mouse, font, text input and menu target item handlers to
18840 install_application_handler.
18841 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
18842 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18843 New function.
18844 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18845 Register it.
18846 (XTread_socket) [TARGET_API_MAC_CARBON]:
18847 Consolidate SendEventToEventTarget calls.
18848 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
18849 Move application activation handler to mac_handle_application_event.
18850 Move keyboard handler to mac_handle_keyboard_event.
18851 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
18852 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
18853 init_command_handler. Call install_application_handler.
18854
18855 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
18856 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
18857
188582007-06-07 Glenn Morris <rgm@gnu.org>
18859
18860 * emacs.c (main): Use `emacs-copyright' in --version output.
18861
188622007-06-06 Chong Yidong <cyd@stupidchicken.com>
18863
18864 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
18865
188662007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18867
18868 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
18869
18870 * macgui.h: Replace WindowPtr with WindowRef.
18871
18872 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
18873 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
18874 Replace ControlHandle with ControlRef.
18875 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
18876
18877 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
18878 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
18879 Replace ControlHandle with ControlRef.
18880 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
18881 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
18882
18883 * macterm.h (struct scroll_bar): Rename member control_handle_low
18884 and control_handle_high to control_ref_low and control_ref_high.
18885 All uses changed.
18886 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
18887 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
18888 respectively. All uses changed.
18889 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
18890 (install_window_handler, remove_window_handler): Replace WindowPtr
18891 with WindowRef in externs.
18892
188932007-06-05 Juanma Barranquero <lekktu@gmail.com>
18894
18895 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
18896
188972007-06-03 Nick Roberts <nickrob@snap.net.nz>
18898
18899 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
18900
18901 * frame.c (Fmouse_position, Fmouse_pixel_position):
18902 Condition on HAVE_GPM too.
18903
18904 * term.c (term_mouse_highlight): Remove unused variables.
18905 (Fterm_open_connection): Set gpm_zerobased to 1.
18906 (term_mouse_movement, term_mouse_click, handle_one_term_event):
18907 Use zero based co-ordinates.
18908 (handle_one_term_event): Report a drag as mouse movement too.
18909
18910 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
18911
189122007-06-03 Chong Yidong <cyd@stupidchicken.com>
18913
18914 * image.c (search_image_cache): New function. Require background
18915 color match if background color is unspecified in the image spec.
18916 (uncache_image, lookup_image): Use it.
18917
189182007-06-01 Juanma Barranquero <lekktu@gmail.com>
18919
18920 * window.c (Fshrink_window): Reflow docstring.
18921
189222007-06-02 Chong Yidong <cyd@stupidchicken.com>
18923
18924 * Version 22.1 released.
18925
189262007-06-01 Richard Stallman <rms@gnu.org>
18927
18928 * xfns.c (x_encode_text): Add GCPRO.
18929
189302007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18931
18932 * xfns.c (x_set_name_internal): Save encoded name before
18933 x_encode_text in case string data is relocated.
18934
189352007-05-31 Richard Stallman <rms@gnu.org>
18936
18937 * buffer.c (syms_of_buffer): Doc fix.
18938
189392007-05-30 Nick Roberts <nickrob@snap.net.nz>
18940
18941 * sysdep.c (init_sys_modes): Add rather than replace with
18942 O_NONBLOCK.
18943
18944 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
18945 term_mouse_moveto.
18946
18947 * termhooks.h (term_mouse_moveto): New extern.
18948
18949 * term.c (mouse_face_window): Rename...
18950 (Qmouse_face_window): ...to this.
18951 (term_show_mouse_face, term_clear_mouse_face)
18952 (term_mouse_highlight): Use Qmouse_face_window.
18953 (term_mouse_moveto): New function.
18954 (term_mouse_position): Make it work.
18955 (syms_of_term): Uncomment assignment to mouse_position_hook.
18956 Staticpro Qmouse_face_window.
18957
189582007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18959
18960 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
18961 around current_column call.
18962
189632007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
18964
18965 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
18966 * xdisp.c (next_element_from_buffer):
18967 * window.c (delete_window):
18968 * term.c (term_mouse_highlight):
18969 * msdos.c (getdefdir):
18970 * macterm.c (mac_create_bitmap_from_bitmap_data)
18971 (init_font_name_table):
18972 * fns.c (Fsxhash):
18973 * data.c (Fmake_local_variable):
18974 * ccl.c (ccl_driver): Likewise.
18975
189762007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18977
18978 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
18979 Call mac_wakeup_from_rne on window size change.
18980
189812007-05-25 Chong Yidong <cyd@stupidchicken.com>
18982
18983 * image.c (uncache_image): Fix typo.
18984
189852007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18986
18987 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
18988
189892007-05-22 Richard Stallman <rms@gnu.org>
18990
18991 * xterm.c (x_connection_closed): Remove NO_RETURN.
18992
189932007-05-22 Martin Rudalics <rudalics@gmx.at>
18994
18995 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
18996
189972007-05-21 Chong Yidong <cyd@stupidchicken.com>
18998
18999 * image.c (uncache_image): New function.
19000 (Fimage_refresh): New function.
19001
190022007-05-20 Jan Djärv <jan.h.d@swipnet.se>
19003
19004 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
19005
190062007-05-20 Nick Roberts <nickrob@snap.net.nz>
19007
19008 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
19009 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
19010
190112007-05-20 Nick Roberts <nickrob@snap.net.nz>
19012
19013 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
19014 conditional on [HAVE_GPM_H].
19015
190162007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
19017
19018 * syntax.c (skip_chars): Update syntax-table only after we checked that
19019 the new location is valid.
19020
190212007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19022
19023 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
19024 mac_get_window_bounds.
19025
190262007-05-20 Nick Roberts <nickrob@snap.net.nz>
19027
19028 * Makefile.in (LIBGPM): Allow it to be set from configure.
19029 If set then link Emacs with it.
19030
19031 * config.in: Regenerate.
19032
19033 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
19034 New externs.
19035
19036 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
19037 Include gpm.h.
19038 (handle_one_term_event, term_gpm): New externs.
19039
19040 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
19041 and allow it to be interrupted by SIGIO.
19042
19043 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
19044 (wait_reading_process_output): Wait on gpm_fd too.
19045 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
19046 (add_gpm_wait_descriptor_called_flag): New variable.
19047 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
19048
19049 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
19050 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
19051 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
19052 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
19053 (make_lispy_event): Add case GPM_CLICK_EVENT.
19054 (read_avail_input): Handle mouse input.
19055
19056 * term.c (write_glyphs_with_face): New function.
19057 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
19058 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
19059 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
19060 (mouse_face_face_id, term_gpm, pos_x, pos_y)
19061 (last_mouse_x, last_mouse_y): New variables.
19062 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
19063 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
19064 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
19065 (Fterm_close_connection): New functions.
19066 (term_init): Initialise mouse_face_window.
19067
190682007-05-19 Chong Yidong <cyd@stupidchicken.com>
19069
19070 * xdisp.c (redisplay_window): If first window line is a
19071 continuation line, recompute the new window start instead of
19072 recentering.
19073
190742007-05-18 Glenn Morris <rgm@gnu.org>
19075
19076 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
19077 Suggested by Alfred M. Szmidt <ams@gnu.org>.
19078
190792007-05-17 Glenn Morris <rgm@gnu.org>
19080
19081 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
19082
190832007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19084
19085 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
19086 dead key repeat and up events.
19087
190882007-05-14 Chong Yidong <cyd@stupidchicken.com>
19089
19090 * image.c (pbm_load): Check image size for monochrome pbm.
19091
190922007-05-13 Chong Yidong <cyd@stupidchicken.com>
19093
19094 * xterm.c (XTread_socket): Revert last change.
19095
190962007-05-12 Chong Yidong <cyd@stupidchicken.com>
19097
19098 * image.c (pbm_load): Correctly check image size for greyscale pbm.
19099
19100 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
19101
191022007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19103
19104 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
19105 mixup (YAILOM).
19106
191072007-05-07 Andreas Schwab <schwab@suse.de>
19108
19109 * keymap.c (Flookup_key): Fix typo in last change.
19110
191112007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19112
19113 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
19114 mapping for unibyte strings.
19115
191162007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19117
19118 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
19119 (Fx_popup_dialog) [MAC_OSX]: Likewise.
19120
191212007-04-29 Richard Stallman <rms@gnu.org>
19122
19123 * insdel.c (replace_range): For undo, record insertion first.
19124
191252007-04-29 Andreas Schwab <schwab@suse.de>
19126
19127 * lisp.h (VECSIZE): Use OFFSETOF.
19128
191292007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19130
19131 * xdisp.c (try_window_reusing_current_matrix): Fix number of
19132 disabled lines.
19133
191342007-04-28 Richard Stallman <rms@gnu.org>
19135
19136 * lread.c (read_escape): In a string, \s is always space.
19137
191382007-04-27 Jan Djärv <jan.h.d@swipnet.se>
19139
19140 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
19141
19142 * gtkutil.c (xg_update_menubar, create_menus): Create empty
19143 submenu for menu bar items.
19144
19145See ChangeLog.10 for earlier changes.
19146
19147;; Local Variables:
19148;; coding: utf-8
19149;; add-log-time-zone-rule: t
aac0c6e3
MR
19150;; End:
19151
76b6f707 19152 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
aac0c6e3
MR
19153
19154 This file is part of GNU Emacs.
19155
19156 GNU Emacs is free software: you can redistribute it and/or modify
19157 it under the terms of the GNU General Public License as published by
19158 the Free Software Foundation, either version 3 of the License, or
19159 (at your option) any later version.
19160
19161 GNU Emacs is distributed in the hope that it will be useful,
19162 but WITHOUT ANY WARRANTY; without even the implied warranty of
19163 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19164 GNU General Public License for more details.
19165
19166 You should have received a copy of the GNU General Public License
19167 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19168
19169;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40