* net/dbus.el (dbus-register-property): Added optional parameter
[bpt/emacs.git] / src / ChangeLog
CommitLineData
3f9b7090
GM
12011-01-04 Glenn Morris <rgm@gnu.org>
2
3 * emacs.c (emacs_copyright): Update short copyright year to 2011.
4
d82bce4a
EZ
52011-01-03 Eli Zaretskii <eliz@gnu.org>
6
7 * image.c (png_jmpbuf): Remove definition.
8 (my_png_error, png_load): Don't use png_jmpbuf.
9
7c420169
CY
102011-01-02 Eli Zaretskii <eliz@gnu.org>
11
12 * keyboard.c (Vselect_active_regions): Doc fix. (Bug#7702)
13
142011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
15
16 * image.c <Qlibpng_version>: New variable.
17 (syms_of_image): Intern and staticpro it. Set its value to the
18 version of PNG library we were compiled with.
19 (my_png_error, png_load): Avoid GCC warnings about direct access
20 to png_ptr->jmpbuf. (Bug#7716)
18da2e74
EZ
21 (png_jmpbuf): New macro.
22 (my_png_error, png_load): Use it instead of #ifdef'ing according
23 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
5be1c984 24
7c420169 252011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
cf07311b
SM
26
27 * .gdbinit (xgetptr): Fix the union+lsb case.
28 (xbacktrace): Fix the union case.
29
7c420169 302011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
794b75c7
SM
31
32 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
33 different from selected-window's.
34
7c420169 352011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211 36
71fe378d
EZ
37 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
38 equivalent of a menu item when the key sequence is given by the
39 `:keys' attribute. (Bug#7662)
40
2e4ab211
EZ
41 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
42 the basic faces are supported.
43
7c420169 442011-01-02 Jan Djärv <jan.h.d@swipnet.se>
84595ff0
JD
45
46 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
47
7c420169 482011-01-02 Eli Zaretskii <eliz@gnu.org>
30d621a2
EZ
49
50 * xdisp.c (Fformat_mode_line): Fix last change.
51
7c420169 522011-01-02 Chong Yidong <cyd@stupidchicken.com>
4bf3e46e
CY
53
54 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
55 faces (Bug#7587).
56
7c420169 572011-01-02 Eli Zaretskii <eliz@gnu.org>
1b2a627f
EZ
58
59 * fileio.c (Fexpand_file_name): One more doc fix.
60
3afff00e
CY
612011-01-01 Chong Yidong <cyd@stupidchicken.com>
62
63 * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing
64 image or label in the container.
65 (xg_make_tool_item): Replace VERT_ONLY arg with HORIZ, TEXT_IMAGE.
66 (xg_show_toolbar_item): Function deleted.
67 (xg_tool_item_stale_p): New function.
68 (update_frame_tool_bar): Calculate tool-bar style once per call.
69 Instead of hiding text labels, omit them. Don't use
70 xg_show_toolbar_item; create new GtkToolItems from scratch if
71 necessary, instead of trying to re-use them. This avoids an
72 annoying animation when changing tool-bars.
73
aeb7e951
JD
742010-12-31 Jan Djärv <jan.h.d@swipnet.se>
75
76 * nsfns.m (ns_set_name_as_filename): Always use buffer name for
77 title and buffer filename only for RepresentedFilename.
78 Handle bad UTF-8 in buffer name (Bug#7517).
79
5bbb4727
JD
802010-12-30 Jan Djärv <jan.h.d@swipnet.se>
81
82 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
83
84 * nsfns.m (ns_set_name_iconic): Remove.
85 (ns_set_name_internal): New function (Bug#7517).
86 (Vicon_title_format): Extern declare.
87 (ns_set_name): Call ns_set_name_internal.
88 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
89 (x_implicitly_set_name): Ditto.
90 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
91 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517).
92
f1aab3ff
ŠN
932010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change)
94
95 * window.c (syms_of_window): Add missing defsubr for
96 window-use-time.
97
365525b3
AS
982010-12-28 Andreas Schwab <schwab@linux-m68k.org>
99
100 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
101 * xterm.c (x_alloc_lighter_color_for_widget): Restore.
102
59fc5cf9
AS
1032010-12-27 Andreas Schwab <schwab@linux-m68k.org>
104
2f7c71a1
AS
105 * buffer.c: Remove unused declarations.
106 * buffer.h: Likewise.
107 * charset.h: Likewise.
108 * composite.h: Likewise.
109 * dispextern.h: Likewise.
110 * dispnew.c: Likewise.
111 * font.h: Likewise.
112 * fontset.c: Likewise.
113 * fontset.h: Likewise.
114 * intervals.h: Likewise.
115 * keymap.h: Likewise.
116 * lisp.h: Likewise.
117 * syntax.c: Likewise.
118 * syntax.h: Likewise.
119 * termhooks.h: Likewise.
120 * window.h: Likewise.
121 * xsettings.h: Likewise.
122 * xterm.c: Likewise.
123 * xterm.h: Likewise.
124
125 * chartab.c (sub_char_table_ref): Make static.
126 * dispnew.c (line_hash_code, required_matrix_height)
127 (required_matrix_width): Likewise.
128 * eval.c (interactive_p, apply_lambda): Likewise.
129 * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
130 Likewise.
131 * font.c (QCadstyle, QCregistry, font_make_spec)
132 (font_parse_fcname, font_encode_char, font_at): Likewise.
133 * frame.c (x_frame_get_arg): Likewise.
134 * keymap.c (get_keyelt): Likewise.
135 * lread.c (read_filtered_event): Likewise.
136 * print.c (write_string_1): Likewise.
137 * window.c (delete_window, window_height, window_width)
138 (foreach_window): Likewise.
139 * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
140 * xterm.c (x_scroll_bar_clear, xembed_set_info)
141 (xembed_send_message): Likewise.
142
143 * eval.c (run_hook_list_with_args): Delete.
144 * font.c (font_unparse_gtkname, font_update_lface): Likewise.
145 * terminal.c (get_terminal_param): Likewise.
146 * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
147
c4b607ed
AS
148 * scroll.c: Fix comment.
149
59fc5cf9
AS
150 * dispnew.c (add_window_display_history)
151 (add_frame_display_history, glyph_row_slice_p)
152 (find_glyph_row_slice, flush_stdout)
153 (check_matrix_pointer_lossage, matrix_row)
154 (check_matrix_invariants, check_window_matrix_pointers)
155 (check_matrix_pointers, window_to_frame_vpos)
156 (window_to_frame_hpos): Prototize.
157 * textprop.c (erase_properties): Likewise.
158
a65b85b5
SM
1592010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
160
17870c01
SM
161 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
162 (print_preprocess): Fix handling of uninterned symbols in last change.
163
a65b85b5
SM
164 * print.c (print, print_preprocess, print_object): Use a hash table
165 rather than a linear table for Vprint_number_table.
166
f13183cf
CY
1672010-12-20 Chong Yidong <cyd@stupidchicken.com>
168
169 * frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
170
94975270
CY
1712010-12-20 Chong Yidong <cyd@stupidchicken.com>
172
173 * keyboard.c (Vtool_bar_separator_image_expression): New variable.
174 (parse_tool_bar_item): Use it to obtain image separators for
175 displays not using native tool-bar separators.
176
177 * xdisp.c (build_desired_tool_bar_string): Don't handle separators
178 specially, since this is now done in parse_tool_bar_item.
179
ef1b0ba7
SM
1802010-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 Minor clean up to silence some gcc warnings.
183 * window.c (Fset_window_buffer):
184 * xterm.c (x_set_frame_alpha): Restructure code to silence
185 compiler warning.
186 (handle_one_xevent): Remove unused var `p'.
187 (do_ewmh_fullscreen): Remove unused var `lval'.
188 (xembed_set_info): Remove unused var `atom'.
189 * textprop.c (Fremove_list_of_text_properties): Add braces to silence
190 compiler warning.
191 * fontset.c (fontset_id_valid_p, dump_fontset):
192 * ftfont.c (ftfont_drive_otf): Modernize k&r declaration.
193 * eval.c (Feval, Ffuncall): Avoid unneeded gotos.
194 * dispnew.c (update_frame, update_frame_1): Compile the `do_pause'
195 label only when it's used.
196 * image.c (x_create_bitmap_from_xpm_data):
197 * dispextern.h (x_create_bitmap_from_xpm_data): Use const char** like
198 its callers.
199 * coding.c (detect_coding_utf_16): Remove unused vars `src_base' and
200 `consumed_chars'.
201 (DECODE_EMACS_MULE_21_COMPOSITION): Remove unused var `charbuf_base'.
202 (decode_coding_emacs_mule): Remove unused label `retry'.
203 (detect_eol): Add parens to silence compiler warning.
204 * alloc.c (bytes_used_when_reconsidered): Move to the #ifdef where
205 it's used to silence the compiler.
206 (make_number): Modernize k&r declaration.
207 (mark_char_table): Add parens to silence compiler warning.
208
4039c786
CY
2092010-12-17 Chong Yidong <cyd@stupidchicken.com>
210
211 * keyboard.c (parse_tool_bar_item): Allow menu separators in
212 tool-bar maps.
213 (menu_separator_name_p): New function, from gtkutil.c.
214 (separator_names): Move from gtkutil.c.
215
216 * keyboard.h (menu_separator_name_p): Add prototype.
217
218 * gtkutil.c (XG_BIN_CHILD): New macro.
219 (xg_get_menu_item_label, xg_update_menubar)
220 (xg_update_menu_item, xg_tool_bar_menu_proxy)
221 (xg_show_toolbar_item, update_frame_tool_bar): Use it.
222 (separator_names, xg_separator_p): Move to keyboard.c.
ef1b0ba7
SM
223 (create_menus, xg_update_submenu, update_frame_tool_bar):
224 Use menu_separator_name_p.
4039c786
CY
225
226 * nsmenu.m (name_is_separator): Function deleted.
227 (addItemWithWidgetValue): Use menu_separator_name_p.
228
229 * w32menu.c (name_is_separator): Function deleted.
230 (add_menu_item): Use menu_separator_name_p.
231
aa936e8e
JD
2322010-12-16 Jan Djärv <jan.h.d@swipnet.se>
233
234 * nsterm.m (ns_draw_window_cursor): If the cursor color is the
235 same as the background, use the face forground as cursor.
236
f49d1f52 2372010-12-13 Eli Zaretskii <eliz@gnu.org>
15579471
EZ
238
239 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
240
f49d1f52 2412010-12-13 Eli Zaretskii <eliz@gnu.org>
76feb864 242
f0559026
EZ
243 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
244 (face_before_or_after_it_pos, next_element_from_string)
245 (next_element_from_c_string, produce_stretch_glyph): Remove unused
246 calculations of maximum string length before calling
247 string_char_and_length and STRING_CHAR_AND_LENGTH.
248 (string_char_and_length): Update commentary: MAXLEN is no longer
249 needed.
250
f49d1f52 2512010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0b9fc69a
JD
252
253 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
254 as (Qsave_session arg).
255
256 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
257 (smc_die_CB): Make an event with arg Qt.
258 (Fhandle_save_session): If event has Qt as argument,
259 call Fkill_emacs (Bug#7552).
260
f49d1f52
SM
2612010-12-13 Chong Yidong <cyd@stupidchicken.com>
262
263 * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
264
2652010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2b815743
JD
266
267 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
268
f49d1f52 2692010-12-13 Chong Yidong <cyd@stupidchicken.com>
d8b2a962
CY
270
271 * dispextern.h (struct it): New member overlay_strings_charpos.
272
273 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
274 charpos where we computed n_overlay_strings.
275 (next_overlay_string): Load overlay strings at recorded position,
276 which may not be the same as the iterator's charpos (Bug#7016).
277
f49d1f52 2782010-12-13 Chong Yidong <cyd@stupidchicken.com>
77f1ed6c
CY
279
280 * xdisp.c (try_scrolling): Avoid infloop if the first line is
281 obscured due to a vscroll (Bug#7537).
282
f49d1f52 2832010-12-13 Jan Djärv <jhd@zeplinf.localdomain>
2a91a0b5
JD
284
285 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
286
287 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
288 Use FRAME_TOOLBAR_HEIGHT.
289 (x_set_offset): Handle XNegative and YNegative in
290 f->size_hint_flags (Bug#7510).
291
39321b94
EZ
2922010-12-11 Eli Zaretskii <eliz@gnu.org>
293
294 * w32fns.c (Fx_show_tip): Call try_window with last argument
295 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
296 solved. Round up the tip height to an integral multiple of the
297 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
298 (Bug#7398)
299
ec1b9b17
GM
3002010-12-08 Glenn Morris <rgm@gnu.org>
301
302 * fileio.c (Fverify_visited_file_modtime): Default to current buffer.
303
3c2317e8
LMI
3042010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
305
306 * xml.c (parse_region): Ignore blank HTML nodes.
307 (make_dom): Return CDATA sections (like <style>foo</style>) as
308 text nodes.
309
bba3e508
SM
3102010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * lread.c (read1): Allow newstyle unquote outside of backquote.
313 Disallow old-style backquotes inside new-style backquotes.
314 Don't count unquotes to figure out when we're "syntactically inside
315 but semantically outside of a backquote" any more.
316 Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
317 to all contexts.
318
d23d8608
CY
3192010-12-05 Chong Yidong <cyd@stupidchicken.com>
320
321 * process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
322
d6a003a8
AS
3232010-12-04 Andreas Schwab <schwab@linux-m68k.org>
324
325 * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
326 (S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
327 * m/arm.h, m/sh3.h, m/xtensa.h: Remove files.
328
201ef780
AS
3292010-12-03 Andreas Schwab <schwab@linux-m68k.org>
330
331 * lisp.h (union Lisp_Object): Explicitly declare signedness of
332 bit-field.
333 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
334 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
335 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
336 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
337 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
338 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
339 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
340 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
341 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
342 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
343 * m/hp800.h: Remove file.
344 * m/mips.h: Remove file.
345
146490c3
JD
3462010-12-03 Jan Djärv <jan.h.d@swipnet.se>
347
348 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
349 with cursor color and draw a rectangle around the image (Bug#7412).
350
babc8f0d
AS
3512010-12-03 Andreas Schwab <schwab@linux-m68k.org>
352
353 * frame.c (x_set_font): Remove unused variable.
354
9583e9a0
JD
3552010-12-02 Jan Djärv <jan.h.d@swipnet.se>
356
dd723bbd
JD
357 * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
358
9583e9a0
JD
359 * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
360 drawing text under filled box cursor (Bug#7479).
361
07976ae3 3622010-11-27 Kenichi Handa <handa@m17n.org>
b84ae584
KH
363
364 * charset.c (emacs_mule_charset): Make it an array of charset ID;
365 i.e. integer.
bba3e508 366 (Fdefine_charset_internal): Adjust for the above change.
b84ae584
KH
367 (init_charset_once): Likewise.
368
bba3e508
SM
369 * charset.h (emacs_mule_charset): Adjust the prototype.
370 Delete duplicated extern.
b84ae584
KH
371
372 * coding.c (emacs_mule_char): Adjust for the change of
373 emacs_mule_charset.
374
375 * lread.c (read_emacs_mule_char): Adjust for the change of
376 emacs_mule_charset.
377
07976ae3 3782010-11-27 Eli Zaretskii <eliz@gnu.org>
b8e5cf1d
EZ
379
380 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
381 of w32api >= 3.15. (Bug#6989) (Bug#7452)
382
07976ae3 3832010-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
96ad0af7
YM
384
385 * alloc.c (mark_terminals): Ensure that the image cache is marked
386 even if the terminal object was marked earlier (Bug#6301).
387
35f1de62
CY
3882010-11-21 Chong Yidong <cyd@stupidchicken.com>
389
390 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
391
07976ae3 3922010-11-27 Jan Djärv <jan.h.d@swipnet.se>
8d7f026f
JD
393
394 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
395 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
396 Use 23 as menubar height if 0. (Bug#7425).
397
8547874a
EZ
3982010-11-26 Eli Zaretskii <eliz@gnu.org>
399
228482b2
EZ
400 * xdisp.c (set_message_1): Force paragraph direction in echo area
401 be left-to-right.
402
8547874a
EZ
403 * keyboard.c (make_lispy_position): Put a meaningful value in yret
404 when the click is on the header or mode line.
405
1e2dddbe
EZ
4062010-11-25 Eli Zaretskii <eliz@gnu.org>
407
408 * xdisp.c (set_cursor_from_row): Don't forget to consider the
409 `cursor' property of the first character in overlay strings.
12365240 410 (Bug#7474) (Bug#7481)
1e2dddbe 411
50795d1f
JD
4122010-11-24 Jan Djärv <jan.h.d@swipnet.se>
413
414 * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
415 (NSLeftAlternateKeyMask): New defines.
c80c6166
JD
416 (keyDown): Parse left and right keys separately (Bug#7458).
417 Compare Left key masks exactly (Bug#7458).
50795d1f 418
f8ab8c1f
EZ
4192010-11-23 Eli Zaretskii <eliz@gnu.org>
420
421 * intervals.c (temp_set_point_both): Define before calling, to
422 avoid GCC warnings.
423
2e8a4797
DN
4242010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
425
b29116ef
DN
426 * nsmenu.m: Use #include <config.h> instead of "config.h".
427
b932f8b1
DN
428 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
429 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
430 Move declarations ...
431 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
432 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
433 ... here.
434
42c8bc9b
DN
435 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
436 (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
437 (gdb_pvec_type):
438 * print.c (print_output_debug_flag):
439 * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
440 (safe_debug_print): New declaration.
441
2e8a4797
DN
442 * xterm.c:
443 * systty.h:
444 * sound.c: Include <sys/ioctl.h> unconditionally.
445
b609f591
YM
4462010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
447
448 * alloc.c (mark_maybe_object): Return early if given a Lisp
449 integer (Bug#6301).
450
731e263a
KB
4512010-11-21 Ken Brown <kbrown@cornell.edu>
452
453 * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
454
b7d1e144
JD
4552010-11-21 Jan Djärv <jan.h.d@swipnet.se>
456
457 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
458 Define (Bug#7458).
459 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
460 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
461 NSRightControlKeyMask also (Bug#7458).
462 (keyDown): Ditto (Bug#7458).
463 (syms_of_nsterm): Defvar ns-right-command-modifier and
464 ns-right-control-modifier (Bug#7458).
465
b7982059
DN
4662010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
467
bee3419f
DN
468 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
469 * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
470
b7982059
DN
471 * intervals.h (temp_set_point, temp_set_point_both):
472 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
473
01664ed1
KB
4742010-11-20 Ken Brown <kbrown@cornell.edu>
475
476 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
477
7c2d713b
EZ
4782010-11-20 Eli Zaretskii <eliz@gnu.org>
479
480 * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
481 \xNNNNNN for hex-code display of glyphless characters.
482
d2bd5189
JD
4832010-11-20 Jan Djärv <jan.h.d@swipnet.se>
484
485 * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
486 Set important to ! vert_only.
487 (xg_show_toolbar_item): Don't show label horizontally if
488 tool item isn't important.
489 (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
490 xg_make_tool_item, or update important on existing tool item.
491
492 * keyboard.c (QCvert_only): New variable.
493 (parse_tool_bar_item): Check for QCvert_only.
494 (syms_of_keyboard): Initialize QCvert_only.
495
496 * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
497
d9a95e67
EZ
4982010-11-20 Eli Zaretskii <eliz@gnu.org>
499
500 * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
501 same in-line.
502
b6557553
AS
5032010-11-20 Andreas Schwab <schwab@linux-m68k.org>
504
505 * xfaces.c (lookup_face): Make static.
506 * dispnew.c (copy_row_except_pointers): Likewise.
507 * syntax.c (dec_bytepos): Likewise.
508 (inc_bytepos): Remove.
509 * dispextern.h (lookup_face): Remove declaration.
510
f48fe1f0
EZ
5112010-11-19 Eli Zaretskii <eliz@gnu.org>
512
513 * xdisp.c (set_cursor_from_row): Display cursor after all the
514 glyphs that come from an overlay. Don't overstep the last glyph
515 when skipping glyphs from an overlay. (Bug#6687)
516
654ef137
DN
5172010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
518
84dfc8a7
DN
519 * alloc.c (refill_memory_reserve): Move declaration ...
520 * lisp.h (refill_memory_reserve): ... here.
521
94fa3833
DN
522 * strftime.c (_strftime_copytm): Add declaration.
523
dde990a0
DN
524 * callproc.c (syms_of_callproc): Use intern_c_string.
525
50c77428
DN
526 Move declarations from .c files to .h files.
527 * process.c (timers_run):
528 * minibuf.c (quit_char):
529 * lread.c (read_emacs_mule_char):
530 * keyboard.c (minibuf_level, message_enable_multibyte)
531 (pending_malloc_warning):
532 * insdel.c (Vselect_active_regions, Vsaved_region_selection)
533 (Qonly): Remove declarations.
534 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
535 (Vselect_active_regions):
536 * keyboard.h (timers_run): Add declarations.
537
654ef137
DN
538 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
539 (tm_diff): Convert definitions to standard C.
540 (extra_args_spec_iso): Remove, unused.
541
4a47c275 5422010-11-18 Jan Djärv <jan.h.d@swipnet.se>
37de8fd0
J
543
544 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
545
546 * config.in (HAVE_G_TYPE_INIT): New symbol.
547
4a47c275 5482010-11-18 Eli Zaretskii <eliz@gnu.org>
c7926fe2
EZ
549
550 * lread.c (Fload): Mention `load-in-progress' and
551 `load-file-name'. (Bug#7346)
552
86520d8c
EZ
553 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
554 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
555 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
556 subprocesses. Use buffer_free only ifdef subprocesses.
557
558 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
559 the subprocesses version, not in the non-subprocesses one.
560
794a4b6d
EZ
561 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
562
146d267b
EZ
5632010-11-17 Eli Zaretskii <eliz@gnu.org>
564
565 * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
566 lines on text-mode terminals. (bug#7417)
567
fad0d565
SM
5682010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
571 (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
572
6b4bb703
KH
5732010-11-17 Kenichi Handa <handa@m17n.org>
574
575 * coding.c (Fset_terminal_coding_system_internal): Fix previous
576 change (set charset-ID list instead of charset-symbol list).
577
9173a8fb
CY
5782010-11-16 Chong Yidong <cyd@stupidchicken.com>
579
580 * keyboard.c (make_lispy_position): For text area clicks, record Y
581 pixel position relative to the text area, excluding header line.
582 Also change X and Y to Lisp_Objects, not pointers; don't return
583 coordinate values via pointers. Pass ON_TEXT_AREA coordinate to
584 buffer_posn_from_coords counting from the start of the text area.
585 (Fposn_at_x_y, make_lispy_event): Callers changed.
586
587 * window.c (coordinates_in_window): Change X and Y to ints rather
588 than pointers; don't return coordinates via pointers.
589 (struct check_window_data): Change X and Y from pointers to ints.
590 (window_from_coordinates): Remove args WX and WY; don't return
591 coordinates via pointers.
592 (Fcoordinates_in_window_p, window_from_coordinates):
593 (check_window_containing, Fwindow_at): Callers changed.
594 (window_relative_x_coord): New function.
595
596 * window.h (window_from_coordinates, window_relative_x_coord):
597 Update prototypes.
598
599 * dispnew.c (buffer_posn_from_coords): Assume that X counts from
600 the start of the text area.
601
602 * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
603 call. Use window_relative_x_coord.
604 (note_mouse_highlight): Change window_from_coordinates call.
605
606 * w32term.c (w32_read_socket):
607 * msdos.c (dos_rawgetc):
608 * xterm.c (handle_one_xevent): Likewise.
609
d2762c86
DN
6102010-11-16 Dan Nicolaescu <dann@ics.uci.edu>
611
612 * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
613 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
614 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
615 Convert definitions to standard C.
616 * regex.c: Do not include <stdlib.h>, config.h does it.
617 Include unistd.h.
618 (xrealloc, init_syntax_once, re_match, regcomp, regexec)
619 (regerror, regfree): Convert definitions to standard C.
620 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
621 (__mktime_internal): Convert definitions to standard C.
622
c2f0866a
DN
6232010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
624
42a7e7f1
DN
625 * w32proc.c:
626 * w32inevt.c:
627 * w32heap.c:
628 * w32.c: Remove config.h include guards.
629
67802943
DN
630 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
631 No code changes.
632
f0e1af46
DN
633 * process.c: Include <sys/ioctl.h> unconditionally,
634 keyboard.c already does it.
635
c2f0866a
DN
636 * keyboard.c (pending_malloc_warning): Add const to match
637 definition in alloc.c.
638 (Fset_input_interrupt_mode): Simplify #ifdefs.
639
92d3ab7e
DN
6402010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
641
12e610e8
DN
642 Clean up systty.h macros.
643 * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
644 (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
645 definition in all uses.
646 (EMACS_TTY_TABS_OK): Remove, it has a single user.
647 * sysdep.c (discard_tty_input, child_setup_tty)
648 (init_sys_modes, tabs_safe_p, reset_sys_modes):
649 * emacs.c (shut_down_emacs):
650 * callproc.c (child_setup):
651 * term.c (dissociate_if_controlling_tty): Inline removed macros.
652
92d3ab7e
DN
653 * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
654
a3e6bad4
CY
6552010-11-14 Chong Yidong <cyd@stupidchicken.com>
656
657 * w32fns.c (Fx_create_frame):
658 * nsfns.m (Fx_create_frame): Don't check for the cursorColor
659 resource here; it's now done at startup.
660
5a232ffb
J
6612010-11-14 Jan Djärv <jan.h.d@swipnet.se>
662
663 * xterm.c (set_wm_state): Add Qnil to final cons.
664
665 * xselect.c (x_send_client_event): Remove unused variables cons and
666 size.
667
24021b38
YM
6682010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
669
670 * keyboard.c (modify_event_symbol) : Add const to array elements of
671 arg NAME_TABLE.
672 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
673 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
674 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
675 Add const to array elements.
676 (scroll_bar_parts): Make static. Fix position of const.
677
678 * w32fns.c (lispy_function_keys): Add const to extern.
679
680 * w32inevt.c (lispy_function_keys): Likewise.
681
afa42fe3
CY
6822010-11-14 Chong Yidong <cyd@stupidchicken.com>
683
684 * xfns.c (Fx_create_frame): Don't check for the cursorColor
685 resource here; it's now done at startup.
686
53260a94
DN
6872010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
688
c865c575 689 * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
ff2e8052 690
c865c575 691 Fix compilation on Solaris.
ff2e8052
DN
692 * sysdep.c: Do not #include <term.h>.
693 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
694
53260a94
DN
695 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
696
933e29ff
J
6972010-11-13 Jan Djärv <jan.h.d@swipnet.se>
698
699 * xterm.c (set_wm_state): Don't put Atom in cons, call
700 make_fixnum_or_float on them first.
701 (x_term_init): Initialize Xatom_net_supporting_wm_check and
702 Xatom_net_supported correctly.
703
704 * xselect.c (x_send_client_event): Move CHECK_STRING ...
705 (Fx_send_client_event): to here.
706
a048073e
MR
7072010-11-13 Martin Rudalics <rudalics@gmx.at>
708
709 * window.c (Fwindow_use_time): New function.
710
0eb025fb
EZ
7112010-11-13 Eli Zaretskii <eliz@gnu.org>
712
713 * xdisp.c (set_cursor_from_row): Fix cursor positioning on
714 zero-width characters.
715
716 * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
717
718 * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
719 box before drawing the glyphs inside it.
720
721 * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
722
bba3e508
SM
723 * dispextern.h (enum glyphless_display_method):
724 Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.
725 All users changed.
0eb025fb 726
bba3e508
SM
727 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
728 Fix comments.
0eb025fb
EZ
729 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
730 whitespace in "[]", to simulate a box. Don't use uninitialized
731 variable `width'.
732
c869cc37
JD
7332010-11-11 Julien Danjou <julien@danjou.info>
734
2d9074ba
JD
735 * xsettings.c (init_xsettings): Use already fetch atoms.
736
737 * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
738 from dpyinfo.
739
740 * xselect.c (Fx_send_client_event): Split and create
741 x_send_client_event.
742
743 * lisp.h: Do not EXFUN Fx_send_client_event.
744
745 * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
746 from dpyinfo.
747 (wm_supports): Use atoms from dpyinfo.
748 (do_ewmh_fullscreen): Use atoms from dpyinfo.
749 (x_ewmh_activate_frame): Use atoms from dpyinfo.
750 (xembed_set_info): Use atoms from dpyinfo.
751 (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
752 _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
753 _NET_ACTIVE_WINDOW, XSETTINGS atoms.
754 Get all atoms in one round-trip.
755 (set_wm_state): Use x_send_client_event rather than
756 Fx_send_client_event, using Atom directly.
757 (x_ewmh_activate_frame): Ditto.
758 (x_set_sticky): Pass atoms to set_wm_state.
759 (do_ewmh_fullscreen): Ditto.
760
761
762 * xterm.h (x_display_info): Add Xatom_net_supported,
763 Xatom_net_supporting_wm_check, Xatom_net_active_window,
764 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
765
c869cc37
JD
766 * xfns.c (Fx_show_tip): Fix typo in docstring.
767
1a4236ea
SM
7682010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
771 it's not negative.
772
3106121c
YM
7732010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
774
775 * font.c (font_filter_properties): Add const to array elements of
776 properties args.
777
778 * font.h (font_filter_properties): Likewise.
779
780 * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
781 elements.
782
783 * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
784
da1fec2b
MA
7852010-11-10 Michael Albinus <michael.albinus@gmx.de>
786
787 * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
788 (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
789 (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
790 (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
791 (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
792
bd6bc222
GM
7932010-11-10 Glenn Morris <rgm@gnu.org>
794
795 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
796
c0098065
EZ
7972010-11-09 Eli Zaretskii <eliz@gnu.org>
798
bd6bc222 799 * xfns.c (x_real_positions): Fix declaration-after-statement problem.
c0098065 800
d607b96b 8012010-11-09 Chong Yidong <cyd@stupidchicken.com>
be3faa80
CY
802
803 * image.c (free_image): Don't garbage the frame here, since this
804 function can be called while redisplaying (Bug#7210).
805 (uncache_image): Garbage the frame here (Bug#6426).
806
d607b96b 8072010-11-09 Jan Djärv <jan.h.d@swipnet.se>
184765cc 808
d607b96b
SM
809 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
810 parent is the root window. Check this after traversing window tree.
184765cc 811
d607b96b 812 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
bd80a886 813
d607b96b 814 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
bd80a886 815
d607b96b
SM
816 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
817 before traversing window tree (Bug#5721).
c2e124a9 818
27f92be7
J
8192010-11-07 Jan Djärv <jan.h.d@swipnet.se>
820
66b16767
J
821 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
822
25f38310
SM
823 * xdisp.c (note_mode_line_or_margin_highlight):
824 Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
27f92be7 825
a971c0a7
EZ
8262010-11-06 Eli Zaretskii <eliz@gnu.org>
827
828 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
829 adjust width of tool-tip frame to the width of text, excluding the
830 stretch glyph at the beginning of R2L glyph rows.
831
832 * w32fns.c (Fx_show_tip): Likewise.
833
80417b95
JD
8342010-11-06 Jan Djärv <jan.h.d@swipnet.se>
835
836 * nsfont.m: Include termchar for new mouse-highlight.
6dc61cf1 837 (nsfont_draw): Use MOUSE_HL_INFO.
80417b95 838
28118eb6
EZ
8392010-11-05 Eli Zaretskii <eliz@gnu.org>
840
c1fc2d3a 841 Unify mouse-highlight code for all GUI and TTY sessions.
cf482c50
EZ
842
843 * term.c: Remove static mouse_face_* variables. All users
844 changed.
845 (term_show_mouse_face, term_clear_mouse_face)
846 (fast_find_position, term_mouse_highlight): Functions deleted.
847 (tty_draw_row_with_mouse_face): New function.
848 (term_mouse_movement): Call note_mouse_highlight instead of
849 term_mouse_highlight.
850
bbf534ce
EZ
851 * nsterm.m (ns_update_window_begin, ns_update_window_end)
852 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
853 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
854 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
855 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
856 Replace Display_Info with Mouse_HLInfo everywhere where
857 mouse_face_* members were accessed for mouse highlight purposes.
858
859 * xterm.c (x_update_window_begin, x_update_window_end)
860 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
bba3e508
SM
861 (handle_one_xevent, x_free_frame_resources, x_term_init):
862 Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_*
bbf534ce
EZ
863 members were accessed for mouse highlight purposes.
864
865 * w32term.c (x_update_window_begin, x_update_window_end)
866 (x_update_end, w32_read_socket, x_free_frame_resources)
867 (w32_initialize_display_info): Replace Display_Info with
868 Mouse_HLInfo everywhere where mouse_face_* members were accessed
869 for mouse highlight purposes.
870
871 * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
872 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
873 unless the frame is on a window-system.
c1fc2d3a 874 (get_tool_bar_item, handle_tool_bar_click)
7ea692f6
EZ
875 (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
876 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
877 (note_mode_line_or_margin_highlight, note_mouse_highlight)
878 (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
879 Replace Display_Info with Mouse_HLInfo everywhere where
880 mouse_face_* members were accessed for mouse highlight purposes.
c1fc2d3a 881 (coords_in_mouse_face_p): Move prototype out of the
d009ae66
EZ
882 HAVE_WINDOW_SYSTEM conditional.
883 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
884 HAVE_WINDOW_SYSTEM block.
bba3e508
SM
885 (try_window_id) [HAVE_GPM || MSDOS]:
886 Call x_clear_window_mouse_face.
d009ae66 887 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
c1fc2d3a
EZ
888 systems. Call tty_draw_row_with_mouse_face for TTY systems.
889 (show_mouse_face): Call draw_row_with_mouse_face, instead of
890 calling draw_glyphs directly.
d009ae66
EZ
891 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
892 (cursor_in_mouse_face_p, rows_from_pos_range)
893 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
894 (note_mode_line_or_margin_highlight, note_mouse_highlight)
895 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
896 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
897 fragments.
898 (note_mouse_highlight): Call popup_activated for MSDOS as well.
899 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
900 integer.
901 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
bba3e508
SM
902 (x_consider_frame_title, tool_bar_lines_needed):
903 Move prototypes to HAVE_WINDOW_SYSTEM-only part.
c1fc2d3a
EZ
904 (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
905 part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
906 (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
907 part.
d009ae66
EZ
908
909 * dispnew.c (mirror_make_current): Set Y coordinate of the
910 mode-line and header-line rows.
c1fc2d3a
EZ
911 (init_display): Setup initial frame's output_data for text
912 terminal frames.
d009ae66 913
c1fc2d3a
EZ
914 * xmenu.c (popup_activated): Don't define on MSDOS, which now has
915 its own definition on msdos.c.
d009ae66
EZ
916
917 * msdos.c (show_mouse_face, clear_mouse_face)
918 (fast_find_position, IT_note_mode_line_highlight)
919 (IT_note_mouse_highlight): Functions deleted.
920 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
921 instead of IT_note_mouse_highlight.
922 (draw_row_with_mouse_face, popup_activated): New functions.
c1fc2d3a
EZ
923 (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
924 (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
925 (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
926 where mouse_face_* members were accessed for mouse highlight
927 purposes.
928
929 * msdos.h (initialize_msdos_display): Add prototype.
930
931 * frame.h (MOUSE_HL_INFO): New macro.
932
933 * lisp.h (Mouse_HLInfo): New data type.
934
935 * xterm.h (struct x_display_info):
936 * w32term.h (struct w32_display_info):
937 * nsterm.h (struct ns_display_info):
938 * termchar.h (struct tty_display_info): Use it instead of
939 mouse_face_* members.
940
941 * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
942 1st argument.
943 (frame_to_window_pixel_xy, note_mouse_highlight)
944 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
945 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
946 HAVE_WINDOW_SYSTEM conditional.
947 (draw_row_with_mouse_face): Declare prototype.
948 (tty_draw_row_with_mouse_face): Declare prototype.
949
6e8d7c47
EZ
9502010-11-05 Eli Zaretskii <eliz@gnu.org>
951
bba3e508
SM
952 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
953 Remove unused variables.
6e8d7c47 954
f31ba3f0
AR
9552010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
956
957 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
958 logic pointed out by Eli Zaretskii.
959
448e17d6
LMI
9602010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
961
0c3a9a9f
GM
962 * coding.c (coding-category-list): Refer to set-coding-system-priority
963 instead of the obsolete set-coding-priority in the doc string.
448e17d6 964
f31ba3f0 965
3fdebbf9 9662010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
f31ba3f0
AR
967
968 * nsfont.m (nsfont_draw): Correct previous patch to return
969 correct value.
970 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
971 don't change the method signature, change the return.
972
9732010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
3fdebbf9
AR
974
975 * nsfont.m (nsfont_draw)
976 * nsimage.m (EmacsImage-setXBMColor:)
f31ba3f0 977 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
3fdebbf9 978
17c0c952
JD
9792010-11-03 Julien Danjou <julien@danjou.info>
980
981 * image.c (gif_load): Add support for transparency and specified
982 :background.
983
b18fad6d
KH
9842010-11-01 Kenichi Handa <handa@m17n.org>
985
986 * dispextern.h (lookup_glyphless_char_display): Extern it.
987
988 * termhooks.h (struct terminal): New member charset_list.
989
990 * coding.c (Fset_terminal_coding_system_internal): Set the
991 `charset_list' member of struct terminal.
992
a8039db1 993 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
b18fad6d
KH
994 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
995
996 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
997 (lookup_glyphless_char_display): Set it->what at the end.
998 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
999 (last_glyphless_glyph_merged_face_id): Make them non-static.
1000
a8039db1
JB
1001 * w32term.c (x_draw_glyphless_glyph_string_foreground):
1002 Fix the arg with_background for font->driver->draw.
65b6b59a 1003
a8039db1 10042010-11-01 Kenichi Handa <handa@m17n.org>
0269bd90 1005
a8039db1
JB
1006 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
1007 Surround chp by parentheses.
0269bd90 1008
a8039db1 10092010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
1010
1011 Implement various display methods for glyphless characters.
1012
1013 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
1014 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
1015 (Qzero_width): New variables.
1016 (THIN_SPACE_WIDTH): New macro.
1017 (lookup_glyphless_char_display): New funciton.
1018 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
1019 (last_glyphless_glyph_merged_face_id): New variables.
1020 (get_next_display_element): Check glyphless characters.
1021 (redisplay_internal): Initialize last_glyphless_glyph_frame and
1022 last_glyphless_glyph_face_id.
1023 (fill_glyphless_glyph_string): New function.
1024 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
1025 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
1026 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
1027 (x_produce_glyphs): If a suitable font is not found, produce a
1028 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
1029 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
1030 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
1031 Qzero_width.
1032 (Vglyphless_char_display): Declare it as a Lisp variable.
1033
1034 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
a8039db1
JB
1035 (struct glyph): Change the size of the member "type" to 3.
1036 Add glyphless to the union slice and u.
b2cca856
KH
1037 (enum display_element_type): Add IT_GLYPHLESS.
1038 (enum glyphless_display_method): New enum.
1039 (struct it): New member glyphless_method.
1040 (Vglyphless_char_display): Extern it.
1041
1042 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
1043 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
1044
a8039db1 1045 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
b2cca856
KH
1046 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
1047
1048 * nsterm.m (ns_draw_glyph_string): Handle the case
1049 GLYPHLESS_GLYPH (the detail is not yet implemented).
1050
c8c59954
GM
10512010-10-31 Glenn Morris <rgm@gnu.org>
1052
80696982
GM
1053 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
1054
c8c59954
GM
1055 * frame.c (syms_of_frame) <tool-bar-mode>:
1056 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
1057
46eadc7a
CY
10582010-10-31 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * xterm.c (x_connection_closed): Print informative error message
1061 when aborting on GTK. This requires using shut_down_emacs
1062 directly instead of Fkill_emacs.
1063
ffe75e6b
EZ
10642010-10-29 Eli Zaretskii <eliz@gnu.org>
1065
1066 * emacs.c (main): Call syms_of_filelock unconditionally.
1067
1068 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
1069 clause, but keep part of it conditioned on CLASH_DETECTION.
1070
9d794026
GM
10712010-10-29 Glenn Morris <rgm@gnu.org>
1072
4f4f2973
GM
1073 * nsfns.m (Fx-display-save-under, Fx-open-connection)
1074 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
1075 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
1076 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
1077 Sync docs between X, W32, NS.
1078
9d794026
GM
1079 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
1080 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
1081
d46f6bbb
JB
10822010-10-26 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
1085 otherwise, bootstrapping on Windows fails to compile macroexp.el.
1086
2e35f1a2
EZ
10872010-10-26 Eli Zaretskii <eliz@gnu.org>
1088
1089 * cmds.c (internal_self_insert): Don't insert if argument N is
84b28888 1090 zero or negative. (Bug#7281)
2e35f1a2 1091
8daaeda6
J
10922010-10-26 Jan Djärv <jan.h.d@swipnet.se>
1093
1094 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
1095
6a5c2175
GM
10962010-10-25 Glenn Morris <rgm@gnu.org>
1097
1098 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
1099
7c051dd8
GM
11002010-10-24 Glenn Morris <rgm@gnu.org>
1101
1102 * w32fns.c (Fx_synchronize, Fx_change_window_property)
1103 (Fx_window_property, Fx_file_dialog):
1104 * xfns.c (Fx_synchronize, Fx_change_window_property)
1105 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
1106
23c261f5
CY
11072010-10-24 Chong Yidong <cyd@stupidchicken.com>
1108
1109 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
1110
d414c713 11112010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1112
1113 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
1114
1115 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
1116 Deprecate use as a boolean flag.
1117
947f5e01
JM
11182010-10-24 Jim Meyering <jim@meyering.net>
1119
1120 * emacs.c (argmatch): Don't treat "--" as "--chdir".
1121
65807d73
GM
11222010-10-24 Glenn Morris <rgm@gnu.org>
1123
f5f25615
GM
1124 * w16select.c (syms_of_win16select) <selection-coding-system>:
1125 <next-selection-coding-system>:
1126 * w32select.c (syms_of_w32select) <selection-coding-system>:
1127 <next-selection-coding-system>:
3646b86d
GM
1128 Sync docs with select.el.
1129
46710489
GM
1130 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
1131 Lisp version.
1132
ea883883
GM
1133 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
1134 Sync doc with the xterm.c version.
1135
65807d73
GM
1136 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
1137 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
1138
f3d87560
GM
11392010-10-23 Glenn Morris <rgm@gnu.org>
1140
66c6abf0 1141 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
e1fd756b 1142 * frame.c (syms_of_frame) <menu-bar-mode>:
6e82cf1a 1143 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
a102db1e 1144 <hourglass-delay>: Sync docs with Lisp.
f3d87560 1145
7b7e2c18
EZ
11462010-10-23 Eli Zaretskii <eliz@gnu.org>
1147
d1d6801e 1148 Implement mouse highlight for bidi-reordered lines.
d0010be5
EZ
1149
1150 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
1151 (mouse_face_from_string_pos): New function, replaces
1152 fast_find_string_pos.
1153 (note_mouse_highlight): Call it instead of fast_find_string_pos.
d1d6801e
EZ
1154 (note_mode_line_or_margin_highlight): Support bidi-reordered
1155 strings and R2L glyph rows. Fix comments.
2f3f89b3
EZ
1156 (note_mouse_highlight): When bidi reordering is turned on in a
1157 buffer, call next-single-property-change and
ef1b0ba7
SM
1158 previous-single-property-change with last argument nil.
1159 Clear mouse highlight when mouse pointer is in a R2L row on the stretch
d1d6801e 1160 glyph that stands for no text beyond the line end.
1f382a02
EZ
1161 (row_containing_pos): Don't return too early when CHARPOS is in a
1162 bidi-reordered continued line. Return immediately when the first
1163 hit is found in a line that is not continued, or when an exact
1164 match for CHARPOS is found.
d1d6801e
EZ
1165 (rows_from_pos_range): New function.
1166 (mouse_face_from_buffer_pos): Use it instead of calling
1167 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
1168 function to support mouse highlight in bidi-reordered lines and
1169 not to assume that START_CHARPOS is always in mouse_face_beg_row.
1170 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
1171 that the former is always above the latter or identical to it.
1554d88e 1172 (show_mouse_face): Support drawing highlighted R2L lines.
1b5a721b
EZ
1173 (coords_in_mouse_face_p): New function, bidi-aware.
1174 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
1175 Call it instead of comparing with mouse-face members of dpyinfo.
1176 (note_mode_line_or_margin_highlight): Fix confusingly swapped
1177 usage of hpos and vpos.
544bbc31 1178
dee186b6
J
11792010-10-22 Jan Djärv <jan.h.d@swipnet.se>
1180
1181 * xrdb.c: Include keyboard.h for MOTIF.
1182
1183 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
1184 MOTIF (Bug#7263).
1185
1186 * xfns.c: Include Xm/TextF and Xm/List.
bba3e508
SM
1187 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog):
1188 Make ANSI prototypes.
dee186b6 1189
5fb59edb
GM
11902010-10-22 Glenn Morris <rgm@gnu.org>
1191
1192 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
1193 Remove ccl and duplicate mouse.
1194
8b78d5e3
CY
11952010-10-21 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * insdel.c (prepare_to_modify_buffer): Don't set
1198 saved-region-selection if modification hooks are disabled.
1199
b8a47412
CY
12002010-10-19 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * cmds.c (Fdelete_char): Doc fix.
1203
ca3fa302 12042010-10-19 Ken Brown <kbrown@cornell.edu>
5419963b
KB
1205
1206 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
1207
ca3fa302 12082010-10-19 Kenichi Handa <handa@m17n.org>
31daa5e1
KH
1209
1210 Fix incorrect font metrics when the same font is opened with
1211 different pixelsizes.
1212
1213 * xftfont.c: Include composite.h.
1214 (xftfont_shape): New function.
1215 (syms_of_xftfont): Set xftfont_driver.shape.
1216
c978536f
JD
12172010-10-18 Julien Danjou <julien@danjou.info>
1218
1219 * frame.c (Fframe_pointer_visible_p):
1220 Add `frame-pointer-visible-p' to get the pointer visibility.
1221
4b2d9ec2
LMI
12222010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1223
1224 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
1225 non-"EAGAIN"-like error to signal to Emacs that the socket should
1226 be closed.
1227
9cf66cf2
EZ
12282010-10-15 Eli Zaretskii <eliz@gnu.org>
1229
c3911ead
EZ
1230 * unexcoff.c (make_hdr): Fix prototype according to changes in
1231 2010-10-03T13:59:56Z!dann@ics.uci.edu.
1232
9cf66cf2
EZ
1233 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
1234
be98da05
TH
12352010-10-15 Tassilo Horn <tassilo@member.fsf.org>
1236
1237 * Makefile.in (really-oldXMenu): Fix typo in variable name that
1238 made building the X menu fail.
cc98b256 1239 (really-oldXMenu): Fix my previous fix.
be98da05 1240
220d91b8 12412010-10-14 Damyan Pepper <damyanp@gmail.com>
9fa82824
DP
1242
1243 Fix handling of font properties on Windows (bug#6303).
1244 * font.c (font_filter_properties): New function, refactored from
1245 ftfont_filter_properties.
1246 * font.h (font_filter_properties): Declare.
1247 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
1248 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
1249 (w32font_filter_properties): New function.
1250 (w32font_driver): Add w32font_filter_properties.
1251
220d91b8 12522010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 1253
c0943d3d 1254 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
1255 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
1256
24f981c9
JB
12572010-10-14 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * w32fns.c (w32_wnd_proc, file_dialog_callback):
1260 * w32font.c (w32_generic_family):
1261 * w32inevt.c (key_event):
1262 * w32menu.c (fill_in_menu):
1263 * w32proc.c (reader_thread, w32_executable_type, compare_env)
1264 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
1265 * w32term.c (w32_read_socket): Make static.
1266
850690cc
JB
12672010-10-13 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
1270 prototypes; all callers changed.
1271
5e371708
JB
12722010-10-13 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * makefile.w32-in (TLIB2): Rename from TLIBW32.
1275 (OBJ2): New macro.
1276 (WIN32OBJ, FONTOBJ): Remove.
1277 (OBJ1): Redistribute object files with OBJ2.
1278 (LIBS, $(TEMACS)): Use TLIB2.
1279 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
1280 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
1281
2e288d54
JB
12822010-10-13 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * emacs.c (Vdynamic_library_alist)
1285 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
1286 Doc fix.
1287
1288 * lisp.h (Vdynamic_library_alist): Declare extern.
1289
1290 * image.c (Vimage_library_alist)
1291 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
1292 (lookup_image_type): Use Vdynamic_library_alist.
1293 (Finit_image_library): Doc fix.
1294
aba1381b
DN
12952010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1296
1297 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
1298 (lispdir): Remove trailing /, update all uses.
1299
4c14013d 13002010-10-12 Jan Djärv <jan.h.d@swipnet.se>
a2e35ef5
JD
1301
1302 * nsterm.m (Qleft): Declare.
1303 (ns_right_alternate_modifier): New variable
1304 (NSRightAlternateKeyMask): New define.
1305 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
1306 ns_right_alternate_modifier isn't Qleft.
1307 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
1308 as emacs modifier for NSRightAlternateKeyMask.
1309 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
1310
355cdaf3
LMI
13112010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1312
1313 * gnutls.c (emacs_gnutls_write): If we're trying to write before
1314 gnutls is ready, return EAGAIN as the errno.
1315
4c620157
DN
13162010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1317
edfd76ce
DN
1318 * vm-limit.c:
1319 * unexhp9k800.c:
1320 * unexelf.c:
1321 * unexaix.c:
1322 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
1323
a4daeecf
DN
1324 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
1325 (PROFILING_LDFLAGS): Remove, not needed anymore.
1326
2cb72a75 1327 * Makefile.in: Use $(...) everywhere instead of ${...}
4cf3ad30
DN
1328 (CRT_DIR): Move near potential user.
1329 (START_FILE): Move near CRT_DIR, it might use it.
2cb72a75 1330
4c620157
DN
1331 * sysdep.c (LPASS8): Remove, unused.
1332 (emacs_ospeed): Change from being a global to a local in the only
1333 user: init_baud_rate.
1334
b845653d
LMI
13352010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
1337 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
bda6d2bd 1338 (emacs_gnutls_write): Remove the debuggin fsync call.
b845653d 1339 (emacs_gnutls_read): Return -1 if we got an error from
bda6d2bd 1340 gnutls_read. This allows us to actually read lots of data from
b845653d 1341 the GnuTLS stream.
2e6c74c5
LMI
1342 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
1343 According to the documentation, this is correct, and it seems to
1344 make things work.
b845653d 1345
3625b3e2
CY
13462010-10-09 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * xterm.c (x_draw_relief_rect): Clear corner pixels.
1349
8b1c619f
MA
13502010-10-08 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * keyboard.c: Revert last change; it was not intended to be
1353 synchronized with the trunk.
1354
93d50df8
KH
13552010-10-08 Kenichi Handa <handa@m17n.org>
1356
2b7c9342 1357 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 1358
4628bef1 13592010-10-08 Michael Albinus <michael.albinus@gmx.de>
a79b0f28
MA
1360
1361 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
1362 (Fdbus_init_bus): ... here. (Bug#7113)
1363
4628bef1 13642010-10-08 Glenn Morris <rgm@gnu.org>
7b2bf907
GM
1365
1366 * buffer.c (before-change-functions, after-change-functions):
1367 Three-year overdue doc fix following 2007-08-13 change.
1368
4628bef1 13692010-10-08 Kenichi Handa <handa@m17n.org>
1911a33b
KH
1370
1371 * coding.c (coding_inherit_eol_type): If parent doesn't specify
1372 eol-format, inherit from the system's default.
1373 (complement_process_encoding_system): Make a new coding system
1374 inherit the original eol-format.
1375
4628bef1 13762010-10-08 Kenichi Handa <handa@m17n.org>
fcaf8878
KH
1377
1378 * coding.c (complement_process_encoding_system): New function.
1379
1380 * coding.h (complement_process_encoding_system): Extern it.
1381
1382 * callproc.c (Fcall_process): Complement the coding system for
1383 encoding arguments.
1384 (Fcall_process_region): Complement the coding system for encoding
1385 the input to the process.
1386
1387 * process.c (Fstart_process): Complement the coding system for
1388 encoding arguments.
1389 (send_process): Complement the coding system for encoding what
1390 sent to the process.
1391
4628bef1 13922010-10-08 Kenichi Handa <handa@m17n.org>
18acb5ad
KH
1393
1394 * xfont.c (xfont_open): Fix setting of font->average_width from
1395 :avgwidth property (Bug#7123).
1396
4628bef1 13972010-10-08 Michael Albinus <michael.albinus@gmx.de>
dec83468
MA
1398
1399 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
1400 is more portable.
1401
1402 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
1403 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
1404 has not defined SIGIO.
1405
389454fb
CY
14062010-10-08 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
1409 draw the outermost line using the black relief, for legibility.
1410 Omit drawing the four corner pixels.
1411
51b403bd
CY
14122010-10-04 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
1415 (read_key_sequence): Inline echo_prompt.
1416 (echo_dash): Add a dash only if key is continued (Bug#7137).
1417
3e6ae1a4
DN
14182010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 Remove O_RDONLY, O_WRONLY definitions, not needed.
1421 * unexcoff.c:
1422 * lread.c:
1423 * fileio.c:
1424 * doc.c:
1425 * callproc.c:
1426 * alloc.c:
1427 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
1428
c1ae068b
LMI
14292010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1430
1431 * gnutls.h (GNUTLS_LOG2): Convenience macro.
1432
1433 * gnutls.c: Add property list symbol holders.
1434 (emacs_gnutls_handshake): Clarify how sockets are passed to
1435 GnuTLS.
1436 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
1437 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
1438 and keyfiles to be a list of file names. Default to "NORMAL" for
1439 the priority string. Improve logging.
1440
e2afe435
GM
14412010-10-03 Glenn Morris <rgm@gnu.org>
1442
1443 * fileio.c (Vdirectory_sep_char): Remove.
1444
dd5ecd6b
DN
14452010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1446
b5437a05
DN
1447 * termhooks.h: Remove #ifdef CONSP.
1448
4777478a
DN
1449 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
1450
a3d5088d
DN
1451 Include <fcntl.h> unconditionally.
1452 * termcap.c:
1453 * sysdep.c:
1454 * lread.c:
1455 * keyboard.c:
1456 * filelock.c:
1457 * fileio.c:
1458 * doc.c:
1459 * callproc.c:
1460 * alloc.c: Remove include guards for <fcntl.h>, process.c already
1461 does it.
1462
82719735
DN
1463 * process.c: Do not include <sys/wait.h>, syswait.h does it.
1464
9de940b5
DN
1465 * sysdep.c (flush_pending_output): Remove code, does not do
1466 anything on any platform.
1467
57507bf8 1468 Remove unused code.
bba3e508
SM
1469 * sysdep.c (select_alarm, sys_select, read_input_waiting):
1470 Remove select emulation, all systems support select.
57507bf8
DN
1471 (set_exclusive_use): Remove, the only user is in an #if 0 block.
1472 * process.c (create_process): Remove #if 0 code.
1473
dd5ecd6b
DN
1474 Remove unused arguments for unexec.
1475 The third one is never used, and the last two are always passed as zero.
1476 * emacs.c (unexec): Add declaration.
1477 (Fdump_emacs): Only pass the first two arguments to unexec.
1478 Simplify #ifdef.
1479 * unexw32.c (unexec):
1480 * unexsol.c (unexec):
1481 * unexhp9k800.c (unexec):
1482 * unexcw.c (unexec): Remove the last 3 arguments, unused.
1483 * unexelf.c (unexec): Remove the last 3 arguments, unused.
1484 (find_section): Use const.
1485 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
1486 (unexec_error): Declare it NO_RETURN.
1487 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
1488 it as an argument, remove data_start and entry_address arguments, unused.
1489 (unexec): Remove bss_start, data_start and
1490 entry_address arguments.
1491 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
1492 it as an argument, remove data_start and entry_address arguments, unused.
1493 (unexec): Remove bss_start, data_start and
1494 entry_address arguments.
1495
74f1829d
JB
14962010-10-03 Juanma Barranquero <lekktu@gmail.com>
1497
7f467e14
JB
1498 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
1499
74f1829d
JB
1500 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
1501 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
1502 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
1503 Fix typos in docstrings.
1504 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
1505 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
1506
6926550f
CY
15072010-10-03 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * keyboard.c (command_loop_1): Make sure the mark is really alive
1510 before using it (Bug#7044).
1511
54b65f7b
JB
15122010-10-02 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * makefile.w32-in (tags): Rename target to full-tags.
1515
383ebd15
EZ
15162010-10-02 Eli Zaretskii <eliz@gnu.org>
1517
1518 * emacs.c (main): Remove !WINDOWSNT conditional.
1519 (Fkill_emacs): Don't mention exemption on MS-Windows.
1520
9c524fcb
GM
15212010-10-02 Glenn Morris <rgm@gnu.org>
1522
3226d6ca
GM
1523 * character.c (Fchar_bytes): Remove obsolete function.
1524 (syms_of_character): Remove Schar_bytes.
1525
9c524fcb
GM
1526 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
1527 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
1528 in batch-mode.
1529 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
1530 (kill-emacs-hook): Doc fix.
1531
1b217849
LMI
15322010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1533
1534 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
bba3e508 1535 (parse_region): Rework to take regions instead of strings, and
1b217849
LMI
1536 renamed to reflect that these are the libxml functions.
1537
54cc6a83
EZ
15382010-10-01 Eli Zaretskii <eliz@gnu.org>
1539
0ebf79de
EZ
1540 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
1541 screen dimensions in tty->Wcm.
1542
54cc6a83
EZ
1543 * xdisp.c (set_cursor_from_row): When the row is truncated and
1544 point is outside the range of displayed characters, position the
1545 cursor inside the scroll margin. (Bug#6349)
1546
321401d1
DN
15472010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1548
4cacd822
DN
1549 Do not include stdlib.h and string.h, config.h does it.
1550 * xfont.c:
1551 * w32term.c:
1552 * w32reg.c:
1553 * w32inevt.c:
1554 * w32heap.c:
1555 * w32console.c:
1556 * w16select.c:
1557 * unexsol.c:
1558 * term.c:
1559 * sound.c:
1560 * scroll.c (m):
1561 * gtkutil.c:
1562 * font.c:
1563 * filelock.c:
1564 * fileio.c:
1565 * dosfns.c:
1566 * dbusbind.c:
1567 * bidi.c:
1568 * callproc.c:
1569 * process.c:
1570 * msdos.c:
1571 * charset.c: Do not include stdlib.h and string.h, config.h does it.
1572
bba3e508
SM
1573 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h
1574 defines it.
0781e7ab 1575
9bf58201
DN
1576 * process.c: Move #include <pty.h> earlier.
1577 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
1578 (pty_name): Move definition later.
1579
088dcc3e
DN
1580 * nsselect.m (syms_of_nsselect):
1581 * nsmenu.m (syms_of_nsmenu):
1582 * nsfns.m (syms_of_nsfns):
1583 * msdos.c (syms_of_msdos):
4cacd822 1584
088dcc3e
DN
1585 * image.c (syms_of_image):
1586 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
1587
321401d1
DN
1588 * point.h: Remove, unused.
1589
73077a9a
EZ
15902010-10-01 Eli Zaretskii <eliz@gnu.org>
1591
1592 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
1593 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
1594 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
1595
55e572ef
DN
15962010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1597
1598 * xml.c (parse_string): Use const.
1599
d4b6d95d
LMI
16002010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1601
ef1b0ba7
SM
1602 * eval.c (Fbacktrace): Don't overwrite print-level on exit.
1603 Also only override Vprint_level if it isn't already bound, and increase
d4b6d95d
LMI
1604 the level to 8 to produce more useful backtraces for bug reports.
1605
e4b6db12
DN
16062010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1607
1608 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
1609
1becef93
JB
16102010-09-30 Juanma Barranquero <lekktu@gmail.com>
1611
1612 * w32console.c (vga_stdcolor_name): Remove unused function;
1613 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
1614
df7fcaff
LMI
16152010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
bac5cef8
LMI
1617 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
1618 (Fgnutls_boot): Start the handshake.
1619 (emacs_gnutls_read): Perform the handshake from the reader loop.
e6059fa2
LMI
1620 (Fgnutls_boot): Remove some debugging messages.
1621 Change indentation throughout to use the Emacs style.
1622 (emacs_gnutls_handshake): Cast the fds to something that's
1623 possibly the expected length.
1624 (emacs_gnutls_write): Return -1 if we try to write before handshake.
bac5cef8 1625
df7fcaff
LMI
1626 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
1627
1628 * process.c (make_process): Set the gnutls_p field to zero by
1629 default.
1630 (read_process_output): Always call the gnutls_read function if the
1631 stream is a gnutls stream.
1632 (send_process): Ditto for writes.
1633
1634 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
1635 or write anything until the state is GNUTLS_STAGE_READY.
1636 (Fgnutls_boot): Mark the stream as being a gnutls stream.
1637
d585695f
EZ
16382010-09-29 Eli Zaretskii <eliz@gnu.org>
1639
af7ef32d
EZ
1640 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
1641 NEUTRAL_DIR.
1642 (handle_invisible_prop, iterate_out_of_display_property)
1643 (next_element_from_buffer): If bidi_it.first_elt is set, call
1644 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
1645 (Bug#7128)
1646
d585695f
EZ
1647 * print.c (print_object): Fix format string and argument types for
1648 printing a Lisp_Misc_Marker.
1649
1650 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
1651 (load_overlay_strings, get_overlay_strings_1)
1652 (get_overlay_strings, forward_to_next_line_start)
1653 (back_to_previous_visible_line_start, reseat, reseat_to_string)
1654 (get_next_display_element, next_element_from_string)
1655 (next_element_from_c_string, next_element_from_buffer)
1656 (move_it_vertically_backward, move_it_by_lines, add_to_log)
1657 (message_dolog, message_log_check_duplicate, message2_nolog)
1658 (message3, message3_nolog, vmessage, set_message, set_message_1)
1659 (hscroll_window_tree, text_outside_line_unchanged_p)
1660 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
1661 (find_last_unchanged_at_beg_row)
1662 (find_first_unchanged_at_end_row, row_containing_pos)
1663 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
bba3e508
SM
1664 (display_count_lines, x_produce_glyphs, note_mouse_highlight):
1665 Use EMACS_INT for buffer and string positions.
d585695f
EZ
1666
1667 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
1668 (row_containing_pos): Adjust prototype.
1669
1670 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
1671 (message2_nolog, set_message): Adjust prototypes.
1672
a6f3211f
SM
16732010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
1676 (Fgnutls_boot): Use SDATA.
1677 (Fgnutls_handshake): Remove unused var `max_log_level'.
1678
e0720500
MA
16792010-09-27 Michael Albinus <michael.albinus@gmx.de>
1680
11a5af7c 1681 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
1682 (Bug#7113)
1683
d8a4b27a
J
16842010-09-27 Jan Djärv <jan.h.d@swipnet.se>
1685
42d3022b
J
1686 * xgselect.c (xg_select): Clear file descriptors not set from
1687 rfds and wfds.
1688
d8a4b27a
J
1689 * process.c (wait_reading_process_output): Add missing FD_CLR
1690 for write_mask (must mirror connect_wait_mask).
1691
8ed70bf3
LMI
16922010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1693
1694 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
1695 prefix.
1696 (Fgnutls_boot): Use changed process members. Use log level with a
1697 function parameter to set it. Bring back Emacs-level debugging
1698 messages at log level 1 and 2.
1699
1700 * process.c (make_process): Initialize gnutls_log_level.
1701
1702 * process.h: Add gnutls_log_level and rename x509_cred and
1703 anon_cred to have the gnutls_ prefix for consistency.
1704
1705 * gnutls.h (GNUTLS_LOG): Add convenience macro.
1706
bedf4aab
JB
17072010-09-27 Juanma Barranquero <lekktu@gmail.com>
1708
1709 * w32.c (g_b_init_get_sid_identifier_authority)
1710 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
1711 Remove, not used.
1712 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
1713 (init_winsock): Remove useless assignment.
1714 (open_process_token, get_token_information, lookup_account_sid)
1715 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
1716 (get_security_descriptor_owner, get_security_descriptor_group)
1717 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
1718 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
1719 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
1720 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
1721 (unc_volume_file_attributes, convert_from_time_t)
1722 (create_toolhelp32_snapshot, process32_first, process32_next)
1723 (open_thread_token, impersonate_self, revert_to_self)
1724 (get_process_memory_info, get_process_working_set_size)
1725 (global_memory_status, global_memory_status_ex, socket_to_fd)
1726 (shutdown_handler): Make static.
1727
08609ffd
MA
17282010-09-27 Michael Albinus <michael.albinus@gmx.de>
1729
1730 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
1731 (xd_pending_messages): Functions removed.
1732 (xd_read_queued_messages): Add parameters fd, *data, for_read in
1733 order to be compatible with add_read_fd. Determine bus from data,
1734 and call xd_read_message just for this bus.
1735 (xd_add_watch): Use xd_read_queued_messages as callback function.
1736 Add data.
1737
1738 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
1739
d2e9d0bb
LMI
17402010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
ef1b0ba7 1742 * gnutls.c (gnutls_log_function): Add more debugging.
ec9f09be 1743 (emacs_gnutls_read): Don't infloop while reading.
d2e9d0bb 1744
4be9765d
KH
17452010-09-27 Kenichi Handa <handa@m17n.org>
1746
1747 These changes are to remove restriction on the number of glyphs in
1748 one composition.
1749
1750 * dispextern.h (struct glyph): Change the member "slice" to union.
1751 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
bba3e508 1752 (GLYPH_SLICE_EQUAL_P): Adjust for the above change.
4be9765d
KH
1753
1754 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
1755 instead of glyph->slice.
1756 (marginal_area_string): Likewise.
1757
1758 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
1759 glyph->u.cmp.
1760 (append_composite_glyph): Likewise.
1761
1762 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
1763 glyph->u.cmp.
1764 (fill_gstring_glyph_string, x_get_glyph_overhangs)
1765 (append_composite_glyph): Likewise.
1766 (fill_image_glyph_string): Use glyph->slice.img instead of
1767 glyph->slice.
1768 (append_glyph, produce_image_glyph, append_stretch_glyph)
1769 (note_mouse_highlight): Likewise.
1770
3fad2ad2
J
17712010-09-26 Jan Djärv <jan.h.d@swipnet.se>
1772
bf05eed6
J
1773 * process.c (add_keyboard_wait_descriptor)
1774 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
82d6e50b
J
1775 (wait_reading_process_output): Don't pass write_mask to select
1776 if SELECT_CANT_DO_WRITE_MASK is defined.
1777 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
bf05eed6 1778
3fad2ad2
J
1779 * process.h (add_read_fd, delete_read_fd, add_write_fd)
1780 (delete_write_fd): Declare.
1781
1782 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
1783 (write_mask): New variable.
ef1b0ba7 1784 (max_input_desc): Rename from max_keyboard_desc.
3fad2ad2 1785 (fd_callback_info): New variable.
70e31436
JB
1786 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
1787 New functions.
3fad2ad2
J
1788 (Fmake_network_process): FD_SET write_mask.
1789 (deactivate_process): FD_CLR write_mask.
1790 (wait_reading_process_output): Connecting renamed to Writeok.
70e31436
JB
1791 check_connect removed. check_write is new. Remove references to gpm.
1792 Use Writeok/check_write unconditionally (i.e. no #ifdef
3fad2ad2
J
1793 NON_BLOCKING_CONNECT) instead of Connecting.
1794 Loop over file descriptors and call callbacks in fd_callback_info
1795 if file descriptor is ready for I/O.
1796 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
1797 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
1798 (keyboard_bit_set): Use max_input_desc.
70e31436
JB
1799 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
1800 Remove #ifdef subprocesses. Use max_input_desc.
3fad2ad2
J
1801 (init_process): Initialize write_mask and fd_callback_info.
1802
1803 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
1804
1805 * dbusbind.c: Include process.h.
1806 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
1807 (xd_read_message_1): New functions.
70e31436
JB
1808 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
1809 Handle watch for both read and write.
3fad2ad2
J
1810 (Fdbus_init_bus): Also register xd_toggle_watch.
1811 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1812 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
1813 to dbus_connection_flush.
70e31436 1814 (xd_read_message): Move most of the code to xd_read_message_1.
3fad2ad2
J
1815 Call xd_read_message_1 until status is COMPLETE.
1816
dce4c2ac
DN
18172010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1818
1819 * term.c: Do not include sys/ioctl.h, not needed.
70e31436
JB
1820 (init_tty): Reorder code to reduce the number of #ifdefs.
1821 No code changes.
dce4c2ac 1822
8af55556
TZ
18232010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1824
1825 * process.h: Set up GnuTLS support.
1826
1827 * process.c (make_process, Fstart_process)
1828 (read_process_output, send_process): Set up GnuTLS support for
1829 process input/output file descriptors.
1830
1831 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
1832
1833 * gnutls.c: The source code for GnuTLS support in Emacs.
1834
1835 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
1836
1837 * config.in: Set up GnuTLS support.
1838
1839 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
1840 (obj, LIBES): Set up GnuTLS support.
1841
83e245c4
JB
18422010-09-26 Juanma Barranquero <lekktu@gmail.com>
1843
1844 * w32.c (get_emacs_configuration_options): Fix previous change.
1845
d24ec09a
CY
18462010-09-25 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
1849 alive before using it (Bug#6977).
1850
b7bdc47c
LMI
18512010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1852
a952d5f3
LMI
1853 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
1854
1855 * dispextern.h: EMACS_INT/int fixup.
1856
1857 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
1858 fixup.
1859
b7bdc47c
LMI
1860 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
1861
41118bd3
EZ
18622010-09-25 Eli Zaretskii <eliz@gnu.org>
1863
2452438f
EZ
1864 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
1865 (Fselect_window, window_scroll_pixel_based)
1866 (window_scroll_line_based, Frecenter, Fset_window_configuration):
1867 Use EMACS_INT for buffer positions.
1868
1869 * textprop.c (validate_interval_range, interval_of)
1870 (property_change_between_p, Fadd_text_properties)
1871 (set_text_properties_1, Fremove_text_properties)
1872 (Fremove_list_of_text_properties, Ftext_property_any)
1873 (Ftext_property_not_all, copy_text_properties)
1874 (text_property_list, extend_property_ranges)
1875 (verify_interval_modification): Use EMACS_INT for buffer
1876 positions.
1877
f877c546
EZ
1878 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
1879 for buffer positions.
1880
1881 * process.c (read_process_output, send_process)
1882 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
1883 and string positions and size.
1884
da43f021
EZ
1885 * print.c (print_object, print_string, strout): Use EMACS_INT for
1886 string indices.
1887
1888 * minibuf.c (string_to_object): Use EMACS_INT for string position
1889 and size.
1890
1891 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
1892
1893 * lread.c <read_from_string_index, read_from_string_index_byte>
1894 <read_from_string_limit, readchar_count>: Define EMACS_INT.
1895 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
1896 buffer positions and string length.
1897
41118bd3
EZ
1898 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
1899 EMACS_INT.
1900 (echo_truncate, adjust_point_for_property, read_char)
1901 (gen_help_event, make_lispy_event, modify_event_symbol)
1902 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
1903 for buffer positions and string length.
1904
1905 * keyboard.h (gen_help_event): Adjust prototype.
1906
1907 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
1908
1909 * commands.h <last_point_position>: Declare EMACS_INT.
1910
1911 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
1912 (truncate_echo_area): Accept EMACS_INT argument.
1913
1914 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
1915
1916 * lisp.h (truncate_echo_area): Adjust prototype.
1917
1918 * composite.c (composition_adjust_point): Return EMACS_INT.
1919
1920 * composite.h (composition_adjust_point): Adjust prototype.
1921
ba3033ee
JB
19222010-09-25 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * process.c (Fmake_network_process): When arg :host is 'local,
1925 use address 127.0.0.1, not name "localhost". (Bug#6781)
1926
4f3a2f8d
EZ
19272010-09-24 Eli Zaretskii <eliz@gnu.org>
1928
5816888b
EZ
1929 * indent.c (Fcurrent_indentation, indented_beyond_p)
1930 (compute_motion): Use EMACS_INT for buffer position variables.
1931
1932 * lisp.h (indented_beyond_p): Adjust prototype.
1933
1934 * buffer.c (overlay_strings): Return EMACS_INT.
1935
1936 * buffer.h (overlay_strings): Adjust prototype.
1937
1938 * region-cache.c (pp_cache): Adjust format to arguments.
1939
1940 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
1941 (call_debugger): Use EMACS_INT for specpdl_size related variables.
1942 (verror): Use EMACS_INT for size of allocated buffer.
1943
ace1712c
EZ
1944 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
1945 positions.
1946
1947 * xdisp.c (redisplay_internal, try_window_id)
bba3e508
SM
1948 (set_cursor_from_row, find_first_unchanged_at_end_row):
1949 Use EMACS_INT for buffer positions.
ace1712c 1950
f5276b75 1951 * dispextern.h (set_cursor_from_row): Adjust prototype.
ace1712c
EZ
1952
1953 * dispnew.c (increment_matrix_positions)
1954 (increment_row_positions, copy_glyph_row_contents)
1955 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
1956 positions.
1957
1958 * dispextern.h (mode_line_string, marginal_area_string)
bba3e508
SM
1959 (increment_matrix_positions, increment_row_positions):
1960 Adjust prototypes.
ace1712c
EZ
1961
1962 * data.c (Faref, Faset): Use EMACS_INT for string length and
1963 positions.
1964
1965 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
1966 characters to insert.
1967
1968 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
1969 position and size.
1970
4f3a2f8d
EZ
1971 * syntax.c (scan_words, update_syntax_table)
1972 (prev_char_comend_first, back_comment, skip_chars)
bba3e508
SM
1973 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars):
1974 Use EMACS_INT for buffer and string positions.
4f3a2f8d
EZ
1975
1976 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
1977
1978 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
1979 positions.
1980
db063399
LMI
19812010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1982
f0812d35
LMI
1983 * scroll.c (calculate_scrolling, line_ins_del)
1984 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
1985 conversion.
1986
f5c7fc27
LMI
1987 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
1988 (region_cache_backward, region_cache_forward)
1989 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
1990 conversion.
1991
db063399
LMI
1992 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
1993
1994 * eval.c (verror): Fix EMACS_INT/int conversion.
1995
07914cd0 1996 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
db063399
LMI
1997 (print_preprocess, print_check_string_charset_prop)
1998 (print_object): Fix EMACS_INT/int conversion.
1999
2000 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
2001
e6d4aefa
EZ
20022010-09-24 Eli Zaretskii <eliz@gnu.org>
2003
69481da7
EZ
2004 * callproc.c (Fcall_process): Use EMACS_INT for count of
2005 characters read from the subprocess.
2006
61bfec98
EZ
2007 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
2008 positions.
2009 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
2010 positions.
2011
145582a0
EZ
2012 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
2013 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
2014 length.
2015 (advance_to_char_boundary, Fset_buffer_multibyte)
2016 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
2017 (overlay_touches_p, record_overlay_string, overlay_strings)
2018 (recenter_overlay_lists, fix_start_end_in_overlays)
2019 (modify_overlay, Fmove_overlay, report_overlay_modification)
2020 (evaporate_overlays): Use EMACS_INT for buffer positions.
2021
bba3e508
SM
2022 * lisp.h (fix_start_end_in_overlays, overlay_touches_p):
2023 Adjust prototypes.
145582a0 2024
446470a9
EZ
2025 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
2026 positions.
2027
e6d4aefa
EZ
2028 * fns.c (Fcompare_strings, Fstring_lessp, concat)
2029 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
2030 (Fsubstring_no_properties, substring_both, Ffillarray)
2031 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
2032 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
2033 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
2034 (Fmd5): Use EMACS_INT for buffer and string positions and length
2035 variables and arguments.
2036
2037 * lisp.h (substring_both): Adjust prototype.
2038
eb652396
JB
20392010-09-24 Juanma Barranquero <lekktu@gmail.com>
2040
2041 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
2042 * w32fns.c (clipboard_sequence_fn): Don't declare.
2043 (globals_of_w32fns): Don't initialize it.
2044
266a86bd 20452010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
fbb3da77
SM
2046
2047 * syntax.c (back_comment): Detect the case where a 1-char comment
2048 starter is also the 2nd char of a 2-char comment ender.
2049
266a86bd 20502010-09-23 Jan Djärv <jan.h.d@swipnet.se>
2b5b82db
J
2051
2052 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
2053
40283062
LMI
20542010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2055
db063399
LMI
2056 * eval.c (verror): EMACS_INT/int cleanup.
2057
faf8b5bc
LMI
2058 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
2059 unwind_protect more than 2GB worth of functions.
2060
2061 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
2062
40283062
LMI
2063 * lisp.h: Have oblookup take EMACS_INT to allow interning big
2064 string and avoid compiler warnings.
2065 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
2066 all users.
2067
2068 * lread.c (oblookup): EMACS_INT/int cleanup.
2069
2070 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
2071
fe3537c3
EZ
20722010-09-23 Eli Zaretskii <eliz@gnu.org>
2073
2074 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
2075
2076 * lisp.h (clip_to_bounds): Adjust prototype.
2077
2078 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
2079
0350982f
LMI
20802010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2081
84c9ce05
LMI
2082 * lisp.h: doprnt.c EMACS_INT/int cleanup.
2083
2084 * doprnt.c (doprnt): EMACS_INT/int cleanup.
2085
2086 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
2087 cleanup.
2088
0350982f
LMI
2089 * lisp.h: Change the definition of all marker.c functions that
2090 take and return buffer stuff to be EMACS_INT instead of int.
2091
2092 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
2093 (buf_charpos_to_bytepos, bytepos_to_charpos)
2094 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
2095 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
2096 for all buffer positions.
2097
c50bd0d2
CY
20982010-09-23 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * intervals.c (traverse_intervals, rotate_right, rotate_left)
2101 (split_interval_right, find_interval, next_interval)
2102 (delete_node, delete_interval, interval_deletion_adjustment)
2103 (adjust_intervals_for_deletion, merge_interval_right)
2104 (merge_interval_left, graft_intervals_into_buffer)
2105 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
2106
2107 * intervals.h (traverse_intervals): Update prototype.
2108
14162469
EZ
21092010-09-23 Eli Zaretskii <eliz@gnu.org>
2110
c098fdb8
EZ
2111 * indent.c (compute_motion): Use EMACS_INT for arguments to
2112 region_cache_forward.
2113
bba3e508
SM
2114 * region-cache.c (struct boundary, struct region_cache):
2115 Use EMACS_INT for positions.
c098fdb8
EZ
2116 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
2117 (delete_cache_boundaries, set_cache_region)
2118 (invalidate_region_cache, know_region_cache)
bba3e508
SM
2119 (region_cache_forward, region_cache_backward, pp_cache):
2120 Use EMACS_INT for buffer positions.
c098fdb8
EZ
2121
2122 * region-cache.h (know_region_cache, invalidate_region_cache)
2123 (region_cache_forward, region_cache_backward): Adjust prototypes.
2124
2125 * search.c (string_match_1, fast_c_string_match_ignore_case)
2126 (looking_at_1, scan_buffer, scan_newline)
2127 (find_next_newline_no_quit, find_before_next_newline)
2128 (search_command, trivial_regexp_p, search_buffer, simple_search)
2129 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
2130 and string positions and length.
2131
caefdbe7
EZ
2132 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
2133 (find_before_next_newline): Adjust prototypes.
c098fdb8 2134
29cdc13e
EZ
2135 * editfns.c (transpose_markers, update_buffer_properties)
2136 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
2137 (get_pos_property, Fconstrain_to_field)
2138 (Fline_beginning_position, Fline_end_position, Fprevious_char)
2139 (Fchar_after, Fchar_before, Finsert_char)
2140 (Finsert_buffer_substring, Fcompare_buffer_substrings)
bba3e508
SM
2141 (Fsubst_char_in_region, Fformat, Ftranspose_regions):
2142 Use EMACS_INT for buffer and string position variables.
c098fdb8 2143 (Finsert_char): Protect against too large insertions.
29cdc13e
EZ
2144
2145 * lisp.h (clip_to_bounds): Adjust prototype.
2146
e79123aa
EZ
2147 * intervals.c (traverse_intervals, rotate_right, rotate_left)
2148 (balance_an_interval, split_interval_right, split_interval_left)
2149 (find_interval, next_interval, update_interval)
2150 (adjust_intervals_for_insertion, delete_node, delete_interval)
2151 (interval_deletion_adjustment, adjust_intervals_for_deletion)
2152 (offset_intervals, merge_interval_right, merge_interval_left)
2153 (graft_intervals_into_buffer, adjust_for_invis_intang)
2154 (move_if_not_intangible, get_local_map, copy_intervals)
2155 (copy_intervals_to_string, compare_string_intervals)
2156 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
6e48267a 2157 and for interval tree size.
e79123aa
EZ
2158
2159 * intervals.h (traverse_intervals, split_interval_right)
2160 (split_interval_left, find_interval, offset_intervals)
2161 (graft_intervals_into_buffer, copy_intervals)
2162 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
2163 (update_interval): Adjust prototypes.
2164
579c18d0
EZ
2165 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
2166 Use EMACS_INT for buffer position variables and arguments.
2167
2168 * composite.c (get_composition_id, find_composition)
2169 (run_composition_function, compose_text)
2170 (composition_gstring_width, autocmp_chars)
2171 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
2172 for buffer positions and string length variables and arguments.
2173
2174 * composite.h (get_composition_id, find_composition, compose_text)
2175 (composition_gstring_width): Adjust prototypes.
2176
2177 * editfns.c (Fformat): Use EMACS_INT for string size variables.
2178
bba3e508
SM
2179 * xdisp.c (store_mode_line_noprop, display_mode_element):
2180 Use EMACS_INT for string positions.
579c18d0
EZ
2181
2182 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
2183 position arguments.
2184
2185 * intervals.h (get_property_and_range): Adjust prototype.
14162469
EZ
2186
2187 * character.c (parse_str_as_multibyte, str_as_multibyte)
2188 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
579c18d0 2189 (string_count_byte8, string_escape_byte8, c_string_width)
bba3e508
SM
2190 (strwidth, lisp_string_width, multibyte_chars_in_text):
2191 Use EMACS_INT for string length variables and arguments.
14162469
EZ
2192
2193 * character.h (parse_str_as_multibyte, str_as_multibyte)
579c18d0 2194 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
bba3e508
SM
2195 (c_string_width, strwidth, lisp_string_width):
2196 Adjust prototypes.
14162469 2197
579c18d0
EZ
2198 * font.c (font_intern_prop): Use EMACS_INT for string length
2199 variables.
2200
2201 * font.c (font_intern_prop): Use EMACS_INT for string length
2202 variables.
2203
14162469
EZ
2204 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
2205 variables.
2206
2207 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
2208 (Fmake_string): Protect against too large strings.
2209 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
2210 (live_misc_p): Use ptrdiff_t instead of int for pointer
2211 differences.
2212 (string_bytes, check_sblock, check_string_free_list)
2213 (allocate_string_data, compact_small_strings, Fmake_string)
2214 (Fmake_bool_vector, make_string, make_unibyte_string)
2215 (make_multibyte_string, make_string_from_bytes)
bba3e508
SM
2216 (make_specified_string_string, Fmake_list, Fmake_vector):
2217 Use EMACS_INT for string length variables and arguments.
14162469
EZ
2218 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
2219 (Fpurecopy): Use EMACS_INT for string size.
2220 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
2221 for vector size.
2222
2223 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
2224 (make_string_from_bytes, make_specified_string_string)
579c18d0
EZ
2225 (make_pure_string, string_bytes, check_point_in_composition):
2226 Adjust prototypes.
14162469 2227
c8a66ab8
EZ
22282010-09-22 Eli Zaretskii <eliz@gnu.org>
2229
2230 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
2231 (check_translation): Use EMACS_INT for buffer positions and
2232 length.
2233
2234 * undo.c (record_marker_adjustment, record_delete)
2235 (record_change, record_point, record_insert)
2236 (record_property_change, Fprimitive_undo): Use EMACS_INT for
2237 buffer positions.
2238
2239 * lisp.h (record_marker_adjustment, record_delete)
2240 (record_change, record_point, record_insert)
2241 (record_property_change, Fprimitive_undo): Adjust prototypes.
2242
38c54d9d
JB
22432010-09-22 Juanma Barranquero <lekktu@gmail.com>
2244 Eli Zaretskii <eliz@gnu.org>
2245
2246 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
2247
413d18e7
EZ
22482010-09-22 Eli Zaretskii <eliz@gnu.org>
2249
2250 * minibuf.c (Fminibuffer_contents)
2251 (Fminibuffer_contents_no_properties)
2252 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
2253 positions.
2254
2255 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
2256 mark.
2257
2258 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
2259 (allocate_string_data): Accept EMACS_INT for string length.
2260
2261 * editfns.c (Ffield_string, Ffield_string_no_properties)
2262 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
2263 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
2264 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
2265 (Ffield_end): Use EMACS_INT for buffer positions.
2266
2267 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
2268 point with mark.
2269
2270 * lisp.h (allocate_string_data, make_uninit_string)
2271 (make_uninit_multibyte_string, make_buffer_string)
2272 (make_buffer_string_both): Adjust prototypes.
2273
4b9832a6
CY
22742010-09-22 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * xml.c: Switch to GNU indentation.
2277 (make_dom): Change parse tree format to match xml.el.
2278 (Fxml_parse_html_string_internal): Rename from html-parse-string.
2279 (Fxml_parse_string_internal): Rename from xml-parse-string.
2280
86282aab
KH
22812010-09-22 Kenichi Handa <handa@m17n.org>
2282
2283 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
2284 only if we are not at a composition.
2285 (set_iterator_to_next): Give it->end_charpos to
2286 composition_compute_stop_pos.
2287 (set_iterator_to_next, next_element_from_buffer): Likewise.
2288
2289 * dispnew.c (buffer_posn_from_coords): Fix position when the
2290 current display element is a grapheme cluster in bidi-reordered
2291 region.
2292
840b985a
AR
22932010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2294
2295 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
2296 the regions may overlap.
2297
5bc88f4b
JB
22982010-09-21 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
2301
92bc9a36
DN
23022010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2303
d19e096e
DN
2304 * emacs.c: Do not include sys/ioctl.h, not needed.
2305
92bc9a36
DN
2306 * doprnt.c: Do not include stdlib.h, config.h does it.
2307 Move #include before macro definition.
2308
15f844ac
DN
23092010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2310
48e24408
DN
2311 * Makefile.in (temacs): Link using $(CC) not $(LD).
2312 (LD_FIRSTFLAG): Define using autoconf.
2313 (LD): Remove.
2314
65539506
DN
2315 Remove HAVE_TERMIOS definitions.
2316 * s/usg5-4-common.h (HAVE_TERMIOS):
2317 * s/template.h (HAVE_TERMIOS):
2318 * s/gnu-linux.h (HAVE_TERMIOS):
2319 * s/darwin.h (HAVE_TERMIOS):
2320 * s/cygwin.h (HAVE_TERMIOS):
2321 * s/bsd-common.h (HAVE_TERMIOS):
2322 * s/aix4-2.h (HAVE_TERMIOS):
2323 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
2324 defined on all non-MS platforms.
2325 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
2326
15f844ac
DN
2327 * xterm.c (xt_action_hook): Use const.
2328
7d701334
JB
23292010-09-20 Juanma Barranquero <lekktu@gmail.com>
2330
2331 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
2332 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
2333 (gethostname) [!HAVE_SOCKETS]: Remove.
2334 (SOCK_REPLACE_HANDLE): Remove macro.
2335 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
2336 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
2337 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
2338 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
2339
f3ec267a
EZ
23402010-09-18 Eli Zaretskii <eliz@gnu.org>
2341
2342 * deps.mk (xml.o): Add dependencies.
2343
93acd23d
JB
2344 * xdisp.c (Fcurrent_bidi_paragraph_direction):
2345 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
bea4f10c
EZ
2346
2347 * bidi.c (bidi_paragraph_init): Accept an additional argument
2348 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
2349 search back until a paragraph with a strong directional character
2350 is found, and use that to determine paragraph's base direction.
2351
2352 * dispextern.h (bidi_paragraph_init): Update prototype.
2353
69e847be
EZ
23542010-09-17 Eli Zaretskii <eliz@gnu.org>
2355
2356 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
2357 of w32api >= 3.15. (Bug#6989)
2358
283357a7
LMI
23592010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360
2361 * process.c (wait_reading_process_output): Don't message about
2362 accept-process-output unless the time limit really is zero.
2363
4ddb20d6
SM
23642010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
2367 int/Lisp_Object mixup).
2368
e24ad6dd
J
23692010-09-17 Jan Djärv <jan.h.d@swipnet.se>
2370
2371 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
2372 not HELP.
2373
fb0cf781
J
23742010-09-17 Stephen Berman <stephen.berman@gmx.net>
2375
2376 * frame.c (Ftool_bar_pixel_width): New function to expose tool
2377 bar's pixel width to Lisp (Bug#7048).
2378
4ddb20d6
SM
23792010-09-14 Juanma Barranquero <lekktu@gmail.com>
2380
2381 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
fb0cf781 2382
318a04c6
J
23832010-09-17 Jan Djärv <jan.h.d@swipnet.se>
2384
2385 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
2386 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
2387
78a21772
KH
23882010-09-17 Kenichi Handa <handa@m17n.org>
2389
2390 * ftfont.c (ftfont_check_otf): Fix previous change.
2391
fa3f6039
KH
23922010-09-14 Kenichi Handa <handa@m17n.org>
2393
2394 * ftfont.c (ftfont_check_otf): Fix the case of checking just
2395 existence of GSUB or GPOS.
2396
2b5491fa
JB
23972010-09-14 Juanma Barranquero <lekktu@gmail.com>
2398
2399 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
2400
c97c655f
LMI
24012010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
ef1b0ba7 2403 * xml.c (parse_buffer): Rename to parse_string(), since that's
c97c655f
LMI
2404 what it does.
2405 (parse_string): Return nil when the document can't be parsed.
2406
6664fc59 24072010-09-14 Jan Djärv <jan.h.d@swipnet.se>
5f61a25c
J
2408
2409 * xterm.c (get_current_vm_state): New function.
2410 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
2411 want_fullscreen so set_wm_state calls are few (Bug#7013).
2412 (x_handle_net_wm_state): Move code to get_current_vm_state and
2413 call that function.
2414
6664fc59 24152010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
2416
2417 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
2418
6664fc59 24192010-09-14 Kenichi Handa <handa@m17n.org>
a552b35a
KH
2420
2421 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
2422 we may use designation or locking-shift.
2423
6664fc59 24242010-09-14 Kenichi Handa <handa@m17n.org>
396475b7
KH
2425
2426 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
2427 sequence when the source is multibyte.
2428
1da70e99
AS
24292010-09-14 Andreas Schwab <schwab@linux-m68k.org>
2430
6664fc59
JB
2431 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
2432 Don't make first argument optional. Doc fix.
1da70e99 2433
26632d8d
LMI
24342010-09-14 Leo <sdl.web@gmail.com> (tiny change)
2435
2436 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
2437 parameters for the doc string.
2438
21fa8e37
LMI
24392010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2440
2441 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
2442
5616cc54
SM
24432010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
2446 (syms_of_fns): Don't defsubr Sy_or_n_p.
2447 * lisp.h: Don't declare Fy_or_n_p.
2448 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
2449
381408e2
LMI
24502010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * xml.c (Fxml_parse_buffer): New function to parse XML files.
2453
24542010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2455
2456 * xml.c: New file.
2457 (Fhtml_parse_buffer): New function to interface to the libxml2
2458 html parsing function.
2459
733946e7
JB
24602010-09-05 Juanma Barranquero <lekktu@gmail.com>
2461
2462 * biditype.h: Regenerate.
2463
7574650a
AS
24642010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2465
2466 * nsimage.m (ns_load_image): Check argument types.
2467
2468 * image.c: Remove all uses of gcpro.
2469 (xpm_load): Check all lisp types.
2470 (pbm_load): Likewise.
2471 (png_load): Likewise.
2472 (jpeg_load): Likewise.
2473 (tiff_load): Likewise.
2474 (gif_load): Likewise.
2475 (imagemagick_load_image): Likewise.
2476 (imagemagick_load): Likewise.
2477 (svg_load): Likewise.
2478 (gs_load): Likewise.
2479
6e6b8e25
EZ
24802010-09-04 Eli Zaretskii <eliz@gnu.org>
2481
bba3e508
SM
2482 * w32uniscribe.c (uniscribe_shape): Update commentary.
2483 Don't try to reorder grapheme clusters, since LGSTRING should always
6e6b8e25
EZ
2484 hold them in the logical order.
2485 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
2486 return glyph codes in the logical order.
2487
dbfe4532
AS
24882010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2489
2490 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
b7d187f8 2491 (imagemagick_load_image): Fix type mismatch.
5e5992c2 2492 (Fimagemagick_types): Likewise. Doc fix.
dbfe4532 2493
6d7cc563
JD
24942010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2495
2496 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
2497
2498 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
2499
2500 * xselect.c: Remove declaration of cut-buffer objects and functions.
2501 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
2502 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
2503 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
2504 (Fx_rotate_cut_buffers_internal): Remove.
2505 (syms_of_xselect): Remove defsubr of above.
2506 Remove intern of QCUT_BUFFERn.
2507
8f4e9110
SM
25082010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * cmds.c (Vblink_paren_function): Remove.
2511 (internal_self_insert): Make it insert N chars at a time.
2512 Don't call blink-paren-function.
2513 (Fself_insert_command): Adjust accordingly.
2514 (syms_of_cmds): Don't declare blink-paren-function.
2515
d419e1d9
KH
25162010-08-31 Kenichi Handa <handa@m17n.org>
2517
2518 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
2519 characters.
2520
2521 * term.c (encode_terminal_code): Fix the previous change.
5616cc54
SM
2522 (produce_glyphs): Don't set it->char_to_display here.
2523 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
2524 (produce_special_glyphs): Set temp_it.char_to_display before
2525 calling produce_glyphs.
2526
2527 * xdisp.c (get_next_display_element): Set it->char_to_display
2528 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
2529 characters.
2530 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
2531 calling PRODUCE_GLYPHS.
2532 (append_space_for_newline): Save and store it->char_to_display.
2533 Set it->char_to_display before calling PRODUCE_GLYPHS.
2534 (extend_face_to_end_of_line): Set it->char_to_display before
2535 calling PRODUCE_GLYPHS.
2536 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
2537 character to its byte value.
2538 (get_char_glyph_code): New function.
2539 (produce_stretch_glyph): Set it2.char_to_display too before
2540 calling x_produce_glyphs.
2541 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
2542 non-ASCII characters. Don't set it->char_to_display here.
2543 Don't handle unibyte-display-via-language-environment here. For a
2b5491fa 2544 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 2545
b819f760
SM
25462010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
2549
07fa68a7
CY
25502010-08-31 Chong Yidong <cyd@stupidchicken.com>
2551
2552 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
2553
cd196f12
SM
25542010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * marker.c (Fcopy_marker): Make the first arg optional.
2557
49a752bb
KH
25582010-08-30 Kenichi Handa <handa@m17n.org>
2559
2560 * composite.c (composition_update_it): Fix computing of
2561 cmp_it->width.
2562
769ae9e1
KH
25632010-08-29 Kenichi Handa <handa@m17n.org>
2564
9e69cb05 2565 * term.c (encode_terminal_code): Encode byte chars to the
5616cc54 2566 corresponding bytes.
9e69cb05 2567
4520b858
J
25682010-08-29 Jan Djärv <jan.h.d@swipnet.se>
2569
2570 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
2571
fe50eb41
KH
25722010-08-26 Kenichi Handa <handa@m17n.org>
2573
2574 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
2575 on calling composition_compute_stop_pos.
2576
f6aa6ec6
KH
25772010-08-25 Kenichi Handa <handa@m17n.org>
2578
9dfdbc0a
KH
2579 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
2580 :otf.
2581
f6aa6ec6
KH
2582 * composite.c (composition_compute_stop_pos): Don't break
2583 composition at PT.
2584 (composition_reseat_it): Likewise. Fix calculation of character
2585 position starting a composition.
2586 (Fcomposition_get_gstring): Don't limit the number of components
2587 for automatic composition.
2588
ff94e32c
KH
25892010-08-25 Kenichi Handa <handa@m17n.org>
2590
2591 * composite.c (composition_compute_stop_pos): In forward search,
2592 pay attention to the possibility that some character after ENDPOS
2593 will be composed with charactrs before ENDPOS.
2594
1c409d0b
CY
25952010-08-24 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * keyboard.c (command_loop_1): Don't clobber primary selection
2598 during handle-switch-frame (Bug#6872).
2599
0c372655
MA
26002010-08-23 Michael Albinus <michael.albinus@gmx.de>
2601
2602 * dbusbind.c: Accept UNIX domain sockets as bus address.
2603 (Fdbus_close_bus): New function.
2604 (Vdbus_registered_buses): New variable.
2605 (xd_initialize): Implement string as bus address.
2606 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
2607 (Fdbus_get_unique_name, Fdbus_call_method)
2608 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2609 (Fdbus_method_error_internal, Fdbus_send_signal)
2610 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
2611 check. This is done in xd_initialize_bus. Adapt doc string, if
2612 necessary.
2613 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
2614 Vdbus_registered_buses.
2615 (Vdbus_registered_objects_table): Create hash.
2616
7133b7ee
JL
26172010-08-22 Juri Linkov <juri@jurta.org>
2618
2619 * keyboard.c (Fexecute_extended_command): Move reading a command name
2620 with `completing-read' to a new Elisp function `read-extended-command'.
2621 Call it to read a command to `function' (bug#5364, bug#5214).
2622
198a7a97
CY
26232010-08-22 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
2626
b0126eac 26272010-08-22 Andreas Schwab <schwab@linux-m68k.org>
b72e0717
AS
2628
2629 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
2630 instead of SAFE_ALLOCA.
2631
b0126eac 26322010-08-22 Chong Yidong <cyd@stupidchicken.com>
3a7a9129
CY
2633
2634 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
2635 (Bug#6214).
2636
b0126eac 26372010-08-22 Jan Djärv <jan.h.d@swipnet.se>
983b8302
J
2638
2639 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
2640
b0126eac
CY
26412010-08-22 Jan Djärv <jan.h.d@swipnet.se>
2642
2643 * doc.c (Fsnarf_documentation): Initialize skip_file before
2644 build-files test.
2645
692f3ddc 26462010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
b0126eac 2647
692f3ddc
JB
2648 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
2649 New definitions.
b0126eac
CY
2650 (HAVE_TERMIO): Remove.
2651
5f2f0bc1
EZ
26522010-08-22 Eli Zaretskii <eliz@gnu.org>
2653
b613941b
EZ
2654 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
2655
a583bbef
EZ
2656 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
2657 for w32.
2658
2659 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
2660 it's done in nt/config.nt.
2661
2662 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
2663
5f2f0bc1
EZ
2664 * unexcoff.c (report_error, make_hdr, write_segment)
2665 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
2666 Convert argument lists and prototypes to ANSI C.
2667 (make_hdr, write_segment): Remove unused variables.
2668 (unexec): Remove commented-out line. Initialize `new' to shut up
2669 compiler warnings.
2670
a7ebc409
DN
26712010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
2672
2673 Simplify termio code.
2674 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
2675 HAVE_TERMIO code is obsolete.
2676 Replace HAVE_TERMIOS conditionals with !DOS_NT.
2677 * systty.h: Do not define HAVE_TCATTR.
2678 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
2679 Do not define EMACS_HAVE_TTY_PGRP. Only define
2680 EMACS_GET_TTY_PGRP for !DOS_NT.
2681 * sysdep.c: Include sysselect.h unconditionally. Do not include
bba3e508
SM
2682 sys/ioctl.h and termios.h, systty.h does it.
2683 Use HAVE_SYS_UTSNAME_H instead of USG as an include guard.
a7ebc409
DN
2684 (init_baud_rate): Remove HAVE_TERMIO code.
2685 (child_setup_tty): Remove HAVE_TERMIO code.
2686 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
2687 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
2688 (new_ltchars, new_tchars): Remove, unused.
2689 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
bba3e508
SM
2690 code. Remove special casing for __mips__, it was a no-op.
2691 Remove HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
a7ebc409
DN
2692 (init_sys_modes): Remove HPUX special case.
2693 * process.c: Include stdlib.h unconditionally. Do not include
2694 fcntl.h, systty.h does it. Remove conditional code for
2695 HAVE_SERIAL, it is always true.
2696 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
2697 always true when SIGNALS_VIA_CHARACTERS is true.
2698 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
2699 !WINDOWSNT means HAVE_TERMIOS.
2700 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
2701 conditional, which is true for all HAVE_TERMIOS systems.
2702 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
2703 instead of HAVE_TERMIOS.
2704 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
2705 EMACS_HAVE_TTY_PGRP.
2706 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
2707 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
2708 anyway.
2709
914f049b 27102010-08-21 Eli Zaretskii <eliz@gnu.org>
40629f17
EZ
2711
2712 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
2713 mirroring pixel positions.
2714
d931da8c
DN
27152010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
2716
b5c76d0c
DN
2717 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
2718 write only.
2719 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
2720 malloc_sbrk_used, nothing uses them.
2721
74815588
DN
2722 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
2723 defined, unconditionally defined in lisp.h.
2724
f5817d1c
DN
2725 * term.c: Do not include <termios.h>, systty.h does it.
2726
d931da8c
DN
2727 * s/unixware.h (HAVE_TCATTR):
2728 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
2729 systty.h defines it when HAVE_TERMIOS is defined.
2730
ff2de6d2 27312010-08-20 Eli Zaretskii <eliz@gnu.org>
491a1546 2732
b43c883c 2733 * dispnew.c (buffer_posn_from_coords): Fix last change for text
00c53994 2734 terminals: add one-character offset for R2L lines.
b43c883c 2735
491a1546
EZ
2736 * emacs.c <emacs_version>: Add a comment regarding
2737 msdos/mainmake.v2's dependency on the syntax of this declaration.
2738
2396cbba
EZ
27392010-08-20 Eli Zaretskii <eliz@gnu.org>
2740
2741 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
2742 position for R2L lines by mirroring the pixel position wrt the
2743 text are box. Improve commentary.
2744
7df6150a
AS
27452010-08-20 Andreas Schwab <schwab@linux-m68k.org>
2746
2747 * image.c (imagemagick_clear_image): Remove debugging output.
2748
a2e5caf7
SM
27492010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
2752 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
2753 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
2754 self-insert-face.
2755 (syms_of_cmds): Initialize the new vars.
2756
20d60baf
JR
27572010-08-19 Jason Rumney <jasonr@gnu.org>
2758
cc477da7
JR
2759 * w32menu.c (set_frame_menubar): Remove call to undefined function.
2760
20d60baf
JR
2761 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
2762
2c0ac867
J
27632010-08-19 Jan Djärv <jan.h.d@swipnet.se>
2764
2765 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
2766
93352106
EZ
27672010-08-18 Eli Zaretskii <eliz@gnu.org>
2768
2769 * xterm.c (x_draw_bar_cursor):
2770 * w32term.c (x_draw_bar_cursor): If the character under cursor is
2771 R2L, draw the bar cursor on its right rather than on its left.
2772
c785836d
SM
27732010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2774
0193499f
SM
2775 * eval.c (Fdefmacro): Only obey one declaration.
2776
c785836d
SM
2777 * casefiddle.c (casify_region): Setup gl_state.
2778
9cb728a5
J
27792010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2780
2781 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
2782
e1e18511
J
27832010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2784
1d77b63e 2785 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
e1e18511 2786
64cb6c78
J
27872010-08-18 David De La Harpe Golden <david@harpegolden.net>
2788
2789 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
2790 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
2791 QPRIMARY => NXPrimaryPboard.
2792 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
2793 NXPrimaryPboard => QPRIMARY.
2794 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
2795 NXSecondaryPboard = SecondarySelection.
2796 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
2797
0c9b8993
GM
27982010-08-18 Joakim Verona <joakim@verona.se>
2799
2800 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
2801 defined:
2802 (imagemagick_image_p): New function to test for ImageMagic image.
2803 (imagemagick_load): New function to load ImageMagick image.
2804 (imagemagick_load_image): New function, helper for imagemagick_load.
2805 (imagemagick-types): New function.
2806 (Qimagemagick): New Lisp_object.
2807 (imagemagick-render-type): New variable, decides which renderer to use.
ccd80618 2808
c3554f68
SM
28092010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
2812 is a string.
2813
1ff2e434
J
28142010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2815
2816 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
2817 x_set_tool_bar_position handler.
2818
0cc56427
EZ
28192010-08-17 Eli Zaretskii <eliz@gnu.org>
2820
2821 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
2822 x_set_tool_bar_position handler, needed to support changes from
2823 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
2824
e45a249b
JD
28252010-08-16 Jan Djärv <jan.h.d@swipnet.se>
2826
921242c6
J
2827 * nsselect.m: include keyboard.h for QPRIMARY, remove its
2828 declaration (Bug#6863).
573d150b 2829 (syms_of_nsselect): Don't intern QPRIMARY.
921242c6 2830
e45a249b
JD
2831 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
2832
2833 * keyboard.h (QPRIMARY): Declare (Bug#6864).
2834
7c23dd44
CY
28352010-08-16 Chong Yidong <cyd@stupidchicken.com>
2836
2837 * keyboard.c (command_loop_1): Avoid setting selection twice,
2838 since it's done in deactivate-mark as well.
2839 (Vselect_active_regions): Change default to t. Replace `lazy'
2840 with non-default value `only', meaning only set PRIMARY for
2841 temporarily active regions.
2842
2843 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
2844 select-active-regions.
2845
0005830c
J
28462010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2847
2848 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
2849 isn't a string.
2850
603dfc72
AS
28512010-08-15 Andreas Schwab <schwab@linux-m68k.org>
2852
2853 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
2854
c25ce9d0
J
28552010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2856
c3554f68
SM
2857 * keyboard.c (parse_tool_bar_item): malloc buf.
2858 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
2859 new_lbl (Bug#6855).
c25ce9d0 2860
5872c762
EZ
28612010-08-14 Eli Zaretskii <eliz@gnu.org>
2862
b236615c
EZ
2863 * xterm.c (x_draw_stretch_glyph_string):
2864 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
2865 the cursor on the right edge of the stretch glyph.
2866
c3554f68
SM
2867 * xdisp.c (window_box_right_offset, window_box_right):
2868 Fix commentary.
b236615c 2869
5872c762
EZ
2870 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
2871 direction when point is inside a run of whitespace characters.
2872
2873 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
2874
e66f9a1b
JR
28752010-08-14 Jason Rumney <jasonr@gnu.org>
2876
2877 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
2878
79d6f59e
CY
28792010-08-14 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
2882
1c9b4129
JR
28832010-08-13 Jason Rumney <jasonr@gnu.org>
2884
2885 * w32menu.c (simple_dialog_show): Use unicode message box if available.
2886 (MessageBoxW_Proc): New function typedef.
2887 (unicode-message-box): New function pointer.
2888 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
2889
2b4e6277
J
28902010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2891
2892 * frame.h (Qtool_bar_position): Declare.
2893
2894 * xfns.c (Fx_create_frame): Call x_default_parameter for
2895 Qtool_bar_position.
2896
94c97d85
EZ
28972010-08-13 Eli Zaretskii <eliz@gnu.org>
2898
8ee81892
EZ
2899 * unexcoff.c: Remove the parts used when "emacs" is not defined.
2900 (report_error, report_error_1): Ditto.
2901 (write_segment): Remove "#if 0" unused code.
2902 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
2903 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
2904 (start_of_text): Remove unused function (was used only if NO_REMAP
2905 was NOT defined).
2906
891ef8f7
EZ
2907 * msdos.c (IT_set_face): Fix format string to match argument
2908 types.
2909 (IT_write_glyphs, IT_note_mode_line_highlight)
2910 (IT_set_frame_parameters): Remove unused variables.
2911 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
2912 (IT_set_terminal_modes): Disambiguate expression in if clause.
2913 (Fmsdos_remember_default_colors): Return Qnil.
2914 (IT_set_frame_parameters): Add parens to disambiguate boolean
2915 expression for logging the cursor type to termscript.
2916 (keyboard_layout_list, keypad_translate_map)
2917 (grey_key_translate_map): Add braces in inner initializers.
2918 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
2919 (dos_rawgetc): Remove unused label.
2920 (XMenuActivate): Add braces to remove ambiguous `else'.
2921 (dos_ttraw): Always return a value.
2922 (spawnve): Declare.
2923 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
2924
2925 * dosfns.h (x_set_title): Declare.
2926
2927 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
2928 Remove unused variables.
2929
2930 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
2931 variables.
2932 (init_dosfns): Declare get_lim_data.
2933 (system_process_attributes): Declare Fget_internal_run_time.
2934
38e41e0e
EZ
2935 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
2936 list to be consistent with menu.h.
2937
94c97d85
EZ
2938 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
2939 warnings due to mixing of "char *" and "const char *".
2940
c5683ceb
SM
29412010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 Introduce a new comment style "c" flag.
2944 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
2945 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
2946 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
2947 (syntax_prefix_flag_p): New function.
2948 (Fstring_to_syntax): Understand new "c" flag.
2949 (Finternal_describe_syntax_value): Recognize new flag; use the
2950 SYNTAX_FLAGS_* macros.
2951 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
2952 comment style to accomodate the new styles.
2953 (back_comment, forw_comment, Fforward_comment, scan_lists)
2954 (scan_sexps_forward): Update code to obey the new comment style flag.
2955
2956 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
2957
2958 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
2959
7aee76f4
J
29602010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2961
3a46642b
J
2962 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
2963 first.
94dff98f 2964 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
3a46642b
J
2965
2966 * gtkutil.h (xg_check_special_colors): Declare.
2967
2968 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
2969 (xg_create_frame_widgets): Connect theme name changes to
2970 style_changed_cb.
2971
42ca4633
J
2972 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
2973 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
2974 (x_term_init): Use char[] display_opt and name_opt instead of
93acd23d 2975 string literal. file is const char*.
42ca4633
J
2976
2977 * xsmfns.c (NOSPLASH_OPT): Change to char[].
2978 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
2979 props. Free them at the end.
2980
2981 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
2982
c5683ceb
SM
2983 * xrdb.c (get_system_app): Make path const and use char *p for
2984 non-const char.
42ca4633
J
2985
2986 * xmenu.c (Fx_popup_dialog): error_name is const char*.
93acd23d 2987 (xmenu_show): error parameter is const char **. pane_string is const
42ca4633
J
2988 char *.
2989 (button_names): Is const char *.
2990 (xdialog_show): error_name and pane_string is const.
2991
2992 * process.h (synch_process_death): Is const char*.
2993
2994 * w32menu.c (w32_menu_show):
2995 * nsmenu.m (ns_menu_show): error parameter is const char **.
2996
2997 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
2998 is const char **.
2999
3000 * menu.c (Fx_popup_menu): error_name is const.
3001
3002 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
3003 with unsigned char and XtPointer with void *.
3004
3005 * gtkutil.h: Replace widget_value with struct _widget_value.
3006 (enum button_type, struct _widget_value): Remove and use the one from
3007 keyboard.h.
3008
3009 * gtkutil.c (get_utf8_string): Always return an allocated string.
3010 Parameter is const.
3011 (create_dialog, xg_create_one_menuitem, create_menus)
3012 (xg_item_label_same_p, xg_update_menu_item): Free result from
3013 get_utf8_string.
3014 (xg_separator_p, xg_item_label_same_p): label is const.
3015
3016 * font.h (font_open_by_name): Make name const.
3017
3018 * font.c (font_open_by_name): Make name const.
3019
3020 * floatfns.c (matherr): Use a const char* variable for x->name.
3021
3022 * emacs.c (main): Pass char[] to putenv instead of literal.
3023
3024 * callproc.c (synch_process_death): Make const.
3025 (Fcall_process): Make signame const.
3026
9c5bd55a
J
3027 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
3028 (addDisplayItemWithImage): Use const char*.
3029
3030 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
3031 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
3032
3033 * nsfont.m (ns_descriptor_to_entity): Use const char*.
3034
3035 * keyboard.h (_widget_value): name, value and key are const char*.
3036
7aee76f4
J
3037 * unexmacosx.c (unexec_error): Use const char *.
3038
09d93395
DN
30392010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3040
3041 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 3042 (font_parse_name, font_open_by_name):
09d93395 3043 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 3044 (font_parse_name, font_open_by_name): Remove const.
09d93395 3045
671d409f
AS
30462010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3047
3048 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
3049 definition.
3050
3051 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
3052 * m/amdx86-64.h: Likewise.
3053 * m/arm.h: Likewise.
3054 * m/hp800.h: Likewise.
3055 * m/ia64.h: Likewise.
3056 * m/ibmrs6000.h: Likewise.
3057 * m/ibms390.h: Likewise.
3058 * m/intel386.h: Likewise.
3059 * m/iris4d.h: Likewise.
3060 * m/m68k.h: Likewise.
3061 * m/macppc.h: Likewise.
3062 * m/mips.h: Likewise.
3063 * m/sh3.h: Likewise.
3064 * m/sparc.h: Likewise.
3065 * m/template.h: Likewise.
3066 * m/vax.h: Likewise.
3067 * m/xtensa.h: Likewise.
3068 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
3069 WORDS_BIG_ENDIAN.
3070 * lisp.h: Likewise.
3071 * md5.c: Likewise.
3072 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
3073
8ea90aa3
DN
30742010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3075
3076 Use const char* instead of char*.
3077 Reduce the number of warnings with -Wwrite-strings.
3078 * xrdb.c (get_environ_db, get_system_name):
3079 * unexelf.c (find_section):
3080 * term.c (string_cost, string_cost_one_line, per_line_cost)
3081 (get_named_tty, init_tty):
3082 * sysdep.c (sys_subshell):
3083 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
3084 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
3085 * search.c (Freplace_match):
3086 * process.c (Fmake_network_process, send_process, init_process):
3087 * lread.c (Fload, init_lread):
3088 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
3089 * keyboard.c (parse_tool_bar_item, struct event_head):
3090 * gtkutil.h (xg_get_font_name):
3091 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
3092 (make_widget_for_menu_item, make_menu_item, create_menus)
3093 (xg_make_tool_item):
3094 * font.c (parse_matrix, font_parse_name):
3095 * floatfns.c (rounding_driver, float_error_fn_name):
3096 * filelock.c (get_boot_time_1, lock_file_1):
3097 * fileio.c (barf_or_query_if_file_exists, check_writable):
3098 * editfns.c (get_system_name, get_operating_system_release)
3099 (Fencode_time, Fset_time_zone_rule):
3100 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
3101 * buffer.c (defvar_per_buffer): Use const.
3102
7815fe19 31032010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 3104
692f3ddc 3105 * charset.c: Include <stdlib.h>.
7a84eee5
KH
3106 (struct charset_sort_data): New struct.
3107 (charset_compare): New function.
692f3ddc 3108 (Fsort_charsets): New function.
7a84eee5
KH
3109 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
3110
3111 * coding.c (decode_coding_iso_2022): Fix checking of dimension
3112 number in CTEXT extended segment.
3113
7815fe19 31142010-08-08 Juanma Barranquero <lekktu@gmail.com>
f5f6c0e0
JB
3115
3116 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
3117 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
3118
7815fe19 31192010-08-08 Juanma Barranquero <lekktu@gmail.com>
b756c005
JB
3120
3121 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
3122 (Fhash_table_size): Fix typos in docstrings.
3123 (Fmake_hash_table): Doc fix.
3124
7815fe19 31252010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3126
3127 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
3128 Doc fix (bug#5625).
3129
7815fe19 31302010-08-08 Ken Brown <kbrown@cornell.edu>
9f8c08a7
KB
3131
3132 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
3133 the MSDOS definition.
3134
1b6d8cf0
DN
31352010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
3136
675e2c69
DN
3137 Use const char* instead of char*.
3138 * xterm.c (x_create_toolkit_scroll_bar):
3139 * xfont.c (xfont_list_pattern):
3140 * xfns.c (x_default_scroll_bar_color_parameter)
3141 (xic_create_fontsetname, x_default_font_parameter)
3142 (x_screen_planes):
3143 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
3144 (store_mode_line_string, decode_mode_spec, display_string):
3145 * menu.c (digest_single_submenu):
3146 * keymap.h (initial_define_key, initial_define_lispy_key):
3147 * keymap.c (initial_define_key, initial_define_lispy_key):
3148 * image.c (image_error, image_keyword):
3149 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
3150 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
3151 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
3152 (ftfont_list, ftfont_match):
3153 * frame.c (frame_parm_table):
3154 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
3155 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
3156 (font_add_log, font_deferred_log):
3157 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
3158 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
3159 (font_add_log, font_deferred_log):
3160 * emacs.c (argmatch):
3161 * dispextern.h (struct it):
3162 * coding.c (ENCODE_DESIGNATION):
3163 * charset.c (define_charset_internal): Use const.
3164
25717ca1
DN
3165 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
3166
c5683ceb
SM
3167 * xrdb.c: Remove include guard.
3168 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1b6d8cf0
DN
3169 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
3170 realloc->xrealloc instead of using #defines.
3171
efb41e21
EZ
31722010-08-08 Eli Zaretskii <eliz@gnu.org>
3173
cd21226d 3174 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
c5683ceb
SM
3175 * editfns.c (Fline_beginning_position, Fline_end_position):
3176 State in the doc strings that start and end of line are in the
3177 logical order.
cd21226d 3178
efb41e21
EZ
3179 * xdisp.c (display_line): Move the handling of overlay arrow after
3180 the call to find_row_edges. (Bug#6699)
3181
746812d9
CY
31822010-08-07 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * keyboard.c (command_loop_1):
3185 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
3186
9852377f
CY
31872010-08-07 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * insdel.c (prepare_to_modify_buffer): Save active region text to
3190 Vsaved_region_selection.
3191
3192 * xselect.c (QPRIMARY): Move to keyboard.c.
3193
3194 * keyboard.c (Vselect_active_regions): Move from simple.el.
8d9e03e4
JB
3195 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
3196 (command_loop_1): Set window selection prior to deactivating the mark.
9852377f 3197
0e9c8657
JB
31982010-08-07 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * alloc.c (lisp_malloc):
3201 * buffer.c (set_buffer_internal, set_buffer_internal_1):
3202 * charset.h (emacs_mule_charset):
3203 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
3204 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
3205 (bitch_at_user):
3206 * lisp.h (Fcheck_coding_system, Fget_text_property)
3207 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
3208 Remove duplicate declarations.
3209
648801d1
DN
32102010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3211
32bc6709
DN
3212 * process.c: Simplify include logic.
3213
3ef1d108
DN
3214 * keyboard.h (quit_char): Add declaration.
3215 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
8d9e03e4
JB
3216 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
3217 Add declarations.
3ef1d108
DN
3218 * sysdep.c:
3219 * w32.c: Remove the above declarations.
3220
97ec208f
DN
3221 Remove extern declarations in .c files, .h files have them.
3222 * xterm.c:
3223 * xdisp.c:
97ec208f
DN
3224 * msdos.c:
3225 * image.c:
3226 * gtkutil.c:
3227 * fileio.c:
3228 * eval.c: Remove declarations.
3229
94eed851
DN
3230 * frame.c (frame_params): Make const.
3231
36e053eb
DN
3232 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
3233
0e843971
DN
3234 * emacs.c (emacs_copyright, emacs_version): Make static.
3235 (Vinitial_window_system, Vauto_save_list_file_name)
3236 (Vinhibit_redisplay): Remove declarations.
3237 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
3238 for AIX.
3239
648801d1
DN
3240 Use const for some arrays and functions.
3241 * xterm.h (xg_set_icon_from_xpm_data):
3242 * xfns.c (xg_set_icon_from_xpm_data):
3243 * term.c (fkeys):
3244 * keyboard.c (lispy_accent_keys, lispy_function_keys)
3245 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
3246 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
3247 (frame.c frame_parms):
3248 * emacs-icon.h (gnu_xpm_bits):
3249 * callint.c (callint_argfuns): Use const.
3250
8646d999
J
32512010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3252
3253 * sysdep.c: Move include term.h last of includes (Bug#6812).
3254
cb4545ad
EZ
32552010-08-06 Eli Zaretskii <eliz@gnu.org>
3256
3257 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
3258
3259 * msdos.c (IT_display_cursor): Log cursor position on termscript.
3260
3261 * .gdbinit (pgx): Display the avoid_cursor_p flag.
3262
da7e2be6
JB
32632010-08-06 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
3266
3d608a86
J
32672010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3268
7908fb60
J
3269 * xterm.h (x_get_focus_frame): Declare.
3270
3271 * keyboard.h (poll_for_input_1): Unconditionally declare.
3272
4094bf36
J
3273 * nsterm.h (x_set_menu_bar_lines): Declare.
3274
3275 * window.c: Don't include menu.h, it depends on lots of other .h-files.
3276
3d608a86
J
3277 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
3278
3279 * window.c: Include menu.h.
3280
3281 * unexmacosx.c (print_region_list, print_regions)
3282 (build_region_list, find_emacs_zone_regions)
3283 (unexec_regions_merge, read_load_commands, dump_it)
3284 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
3285
3286 * term.c: Check HAVE_SYS_IOCTL_H.
3287
686b968e 3288 * sysdep.c: Check HAVE_TERM_H.
3d608a86 3289
686b968e 3290 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
3d608a86
J
3291
3292 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
3293 (ns_ring_bell, ns_defined_color, hide_hourglass)
3294 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
3295 Convert to ANSI C prototypes.
3296 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
3297 before code.
3298
3299 * nsterm.h : Include sysselect.h.
3300 (x_sync, x_get_focus_frame, x_set_mouse_position)
3301 (x_set_mouse_pixel_position, x_make_frame_visible)
3302 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
3303 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
3304 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
3305 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
686b968e 3306 Declare.
3d608a86
J
3307
3308 * nsmenu.m (popup_activated, name_is_separator)
3309 (syms_of_nsmenu): Convert to ANSI C prototypes.
3310 (runMenuAt): Prototypes and move declarations before code.
3311
3312 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
3313
3314 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
3315 prototypes.
3316
3317 * nsfns.m (have_menus_p, ns_display_info_for_name)
3318 (x_set_cursor_type, ns_appkit_version_str)
3319 (ns_appkit_version_int, ns_do_applescript)
3320 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
3321 (syms_of_nsfns): Convert to ANSI C prototypes.
3322
3323 * menu.h (x_set_menu_bar_line): Declare.
3324 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
3325
3326 * lisp.h (fmod_float): Declare.
3327
3328 * image.c (xpm_scan, xpm_make_color_table_v)
3329 (xpm_put_color_table_v, xpm_get_color_table_v)
3330 (xpm_make_color_table_h, xpm_put_color_table_h)
3331 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
3332 (xpm_load): Convert to ANSI C prototypes.
3333
3334 * emacs.c: Include nsterm.h if HAVE_NS.
3335
3336 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
3337
fce70521
DN
33382010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3339
3340 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
3341 subprocesses, only MSDOS does not define HAVE_SOCKETS.
3342 (socket_options): Use const char* for name.
3343
a11889ab
JB
33442010-08-06 Juanma Barranquero <lekktu@gmail.com>
3345
3346 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
3347
3348 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
3349 Don't declare xmalloc_widget_value and digest_single_submenu.
3350
3351 * w32font.c (Qlatin): Remove declaration.
3352
3353 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
3354
c95b508f 3355 * dired.c (compile_pattern): Restore declaration.
a11889ab 3356
6254cdda
DN
33572010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
3358
04bab72c
DN
3359 Remove extern declarations in .c files, .h files have them.
3360 * data.c:
3361 * dired.c:
3362 * editfns.c:
3363 * filelock.c:
3364 * fns.c:
3365 * font.c:
3366 * fontset.c:
3367 * frame.c:
3368 * fringe.c:
3369 * ftfont.c:
3370 * gtkutil.c:
3371 * indent.c:
3372 * keyboard.c:
3373 * keymap.c:
3374 * lread.c:
3375 * menu.c:
3376 * print.c:
3377 * search.c:
3378 * sound.c:
3379 * window.c:
3380 * xdisp.c:
3381 * xfaces.c:
3382 * xfns.c:
3383 * xfont.c:
3384 * xftfont.c:
3385 * xmenu.c:
3386 * xterm.c: Remove declarations.
3387
dff94ed5
DN
3388 Cleanup syssignal.h.
3389 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
3390 (main_thread): Move down to remove #ifdef.
3391 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
3392 Remove conditional definition following unconditional ones.
3393
99f3388e
DN
3394 * lisp.h: Remove HAVE_SHM code, unused.
3395 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
3396 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
3397 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
3398 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
3399 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
3400 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
3401 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
3402 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
3403 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
3404 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
3405 (Qwindow_scroll_functions, Vafter_load_alist)
3406 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
3407 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
3408 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
3409 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
3410 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
3411 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
3412 (initial_argv, last_nonmenu_event, load_in_progress)
3413 (noninteractive_need_newline, scroll_margin): Add declarations.
3414
bba3e508
SM
3415 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
3416 Remove declarations, menu.h has them.
99f3388e
DN
3417 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
3418 (Vinput_method_function, Qinput_method_function)
3419 (Qevent_symbol_element_mask, last_event_timestamp):
3420 * dispextern.h (Voverflow_newline_into_fringe):
3421 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
3422 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
3423 (syms_of_w32font, syms_of_nsfont):
3424 * fontset.h (find_font_encoding, Qlatin):
3425 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
3426 (Vtool_bar_mode, set_frame_menubar):
3427 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
3428 * xterm.h (Qx_gtk_map_stock):
3429 * keymap.h (meta_prefix_char): Add declarations.
3430
9f5dd6f2
DN
3431 * term.c: Remove dead code.
3432
6254cdda
DN
3433 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
3434 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
3435 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
3436 which is what was there before BSD_PGRPS was removed.
3437
29cf3e20
EZ
34382010-08-05 Eli Zaretskii <eliz@gnu.org>
3439
3440 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
3441
3442 * unexcoff.c: Renamed from unexec.c.
3443
aaa0a19a
SM
34442010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
3447
8d1d9587
JB
34482010-08-03 Johan Bockgård <bojohan@gnu.org>
3449
3450 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 3451 (Bug#6744)
8d1d9587 3452
9a747ba6
JD
34532010-08-02 Jan Djärv <jan.h.d@swipnet.se>
3454
4d464ae4
JD
3455 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
3456 to TRUE if depth of screen is < 16.
3457
ac01763e
JD
3458 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
3459 USE_GTK_TOOLTIP.
e0d62a9b
JB
3460 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
3461 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 3462 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
3463 USE_GTK_TOOLTIP.
3464 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
3465
3466 * xterm.h (USE_GTK_TOOLTIP): New define.
3467 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
3468
9a747ba6
JD
3469 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
3470 to Control-D (Bug#6771).
3471
7b0815ba
JB
34722010-08-02 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
3475 Wording by Drew Adams <drew.adams@oracle.com>.
3476
aa1859f5
J
34772010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3478
3479 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
3480 ttip_lbl.
3481
3482 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
3483 calling gtk_widget_queue_draw.
3484 (x_free_frame_resources): Call xg_free_frame_widgets.
3485
3486 * xfns.c (x_gtk_use_system_tooltips): New variable.
3487 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
3488 new gtkutil tooltip functions to show the tooltip.
3489 (Fx_hide_tip): Call xg_hide_tooltip.
3490 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
3491
3492 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
3493 (xg_show_tooltip, xg_hide_tooltip): Declare.
3494
3495 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
3496 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
3497 New functions.
aa1859f5
J
3498 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
3499 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
3500 Remove code that is commented out.
3501
76417ef4
SM
35022010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
3505
16041401
CY
35062010-07-31 Chong Yidong <cyd@stupidchicken.com>
3507
3508 * xselect.c (x_own_selection): Use list4.
3509
2c09a58f
DN
35102010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 * buffer.c (Qwindow): Do not define, already defined in data.c.
3513 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
3514
59df9fdd 35152010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 3516
59df9fdd
JB
3517 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
3518 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
3519 * config.in: Undef HAVE_DIRENT_H.
1c97e857 3520 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 3521 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 3522
1b231651
DN
35232010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3524
3525 Rename s/usg5-4.h -> s/usg5-4-common.h.
3526 * s/usg5-4.h: Rename file to ...
3527 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
3528 * s/unixware.h:
3529 * s/sol2-6.h:
3530 * s/irix6-5.h: Update includes accordingly.
3531
bfeabdc3
JD
35322010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3533
2ebf1083
J
3534 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
3535
bfeabdc3 3536 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
3537 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
3538 Remove toolbar_height.
3539 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
3540 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
3541 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
3542 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
3543
3544 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3545
3546 * xfns.c (x_set_tool_bar_position): New function.
3547 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
3548 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 3549 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
3550
3551 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
3552 and FRAME_TOOLBAR_LEFT_WIDTH.
3553
3554 * gtkutil.h (xg_change_toolbar_position): Declare.
3555
3556 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
3557 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3558 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
3559 (xg_create_frame_widgets): Create a hobox for placing widgets
3560 vertically. Use gtk_box_pack_start.
ef1b0ba7 3561 (xg_height_or_width_changed): Rename from xg_height_changed.
bfeabdc3
JD
3562 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
3563 (xg_update_frame_menubar, free_frame_menubar): Change to
3564 xg_height_or_width_changed.
3565 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
3566 size correctly. Remove hardcoded 4, instead use handlebox size -
3567 toolbar size.
3568 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 3569 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
3570 (xg_pack_tool_bar): POS is a new parameter.
3571 Set orientation of tool bar based on pos.
3572 Only make handlebox_widget if NULL.
3573 Check if tool bar goes to vbox or hbox depending on pos.
3574 (xg_update_tool_bar_sizes): New function.
686b968e 3575 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
bfeabdc3
JD
3576 height, call xg_update_tool_bar_sizes instead.
3577 (free_frame_tool_bar): Remove from hbox or vbox depending on
3578 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
3579 (xg_change_toolbar_position): New function.
3580
3581 * frame.h (struct frame): Add tool_bar_position.
3582 (Qbottom): Declare.
3583
3584 * frame.c (Qtool_bar_position): New variable.
3585 (make_frame): Set tool_bar_position to Qtop.
3586 (frame_parms): Add tool-bar-position.
3587 (x_report_frame_params): Store tool_bar_position.
3588 (x_set_fringe_width): Reset wm size hint after fringe changes.
3589
26469a38
DN
35902010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3591
3592 Make lisp_time_argument declaration work on all systems.
3593 * lisp.h (lisp_time_argument): Move declaration ...
3594 * systime.h (lisp_time_argument): ... here
3595 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
3596
8848b728
JD
35972010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3598
3599 * vm-limit.c (POINTER): Add typedef for it.
3600 (start_of_data): Change return type from POINTER to char *.
3601
3602 * frame.h (Qtty_color_mode): Move declaration out of ifdef
3603 HAVE_WINDOW_SYSTEM.
3604
76fd1ee9
DN
36052010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3606
0441987e
DN
3607 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
3608 Remove reference to __osf__, unused.
3609
56a000c7
DN
3610 * mem-limits.h: Remove duplicated includes.
3611 (NULL): Remove definition, unused.
3612 (POINTER): Remove definition.
3613 (start_of_data): Use char* in prototype, as the function
3614 definition does.
3615
e6cba650
DN
3616 Remove extern declarations from .c files, and them to .h files.
3617 * keyboard.h (Qhelp_echo, waiting_for_input)
3618 (input_available_clear_time, ignore_mouse_drag_p)
3619 (Vdouble_click_time, real_this_command, Vthis_original_command):
3620 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
3621 (Voverriding_local_map_menu_flag):
3622 * lisp.h (Qinteractive_form, use_file_dialog)
3623 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
3624 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
3625 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
3626 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
3627 (Qfunction, debug_on_next_call, Qfield)
3628 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
3629 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
3630 (Qfile_directory_p, Qinsert_file_contents)
3631 (Qcompletion_ignore_case, Qcompletion_ignore_case)
3632 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
3633 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
3634 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
3635 (Qminibuffer_prompt)
3636 (Vtemporary_file_directory,char_ins_del_vector, Qface):
3637 * xterm.h (gray_bitmap_width, gray_bitmap_height)
3638 (gray_bitmap_bits, xic_create_fontsetname):
3639 * coding.h (Vtranslation_table_for_input): Add extern declarations.
3640
3641 * xsmfns.c (Vuser_login_name):
3642 * xrdb.c (Vdouble_click_time):
3643 * xfaces.c (xic_create_fontsetname):
3644 * w32select.c (waiting_for_input):
3645 * print.c (minibuffer_auto_raise):
3646 * msdos.c (Qhelp_echo):
3647 * macros.c (real_this_command):
3648 * keymap.c (Voverriding_local_map):
3649 * xterm.c (poll_for_input_1, gray_bitmap_width)
3650 (gray_bitmap_height, gray_bitmap_bits;
3651 * xmenu.c ( Voverriding_local_map)
3652 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
3653 (use_file_dialog, Xt_app_con):
3654 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
3655 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
3656 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
3657 (Qtool_bar_lines, ignore_mouse_drag_p):
3658 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
3659 (Qrear_nonsticky, nconc2):
3660 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
3661 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
3662 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
3663 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
3664 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
3665 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
3666 (gc_in_progress):
3667 * doc.c (Voverriding_local_map, Qremap):
3668 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
3669 (Vcompletion_regexp_list):
3670 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
3671 (Qcompletion_ignore_case):
3672 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
3673 (Vhistory_length, Vthis_original_command, real_this_command)
3674 (Qface, Qminibuffer_prompt, history_delete_duplicates):
3675 * image.c (Qrisky_local_variable):
3676 * fontset.c (QCname):
3677 * fns.c (minibuffer_auto_raise, QCname):
3678 * dispnew.c (char_ins_del_cost):
3679 * composite.c (font_fill_lglyph_metrics):
3680 * cmds.c (Qface, Vtranslation_table_for_input):
3681 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
3682 * ccl.c (charset_unicode):
3683 * callproc.c (Vtemporary_file_directory):
3684 * buffer.c (emacs_strerror): Remove extern declarations.
3685
3686 * data.c (Qwindow): Make non-static, used from other files too.
3687 * frame.c (validate_x_resource_name): Remove shadow definition for i.
3688
76fd1ee9
DN
3689 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
3690 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
3691 * s/usg5-4.h (COFF):
3692 * s/template.h:
3693 * s/msdos.h (COFF, NO_REMAP):
3694 * s/ms-w32.h (NO_REMAP):
3695 * s/hpux10-20.h (NO_REMAP):
3696 * m/sparc.h (SEGMENT_MASK):
3697 * m/m68k.h (NO_REMAP):
3698 * m/intel386.h (SEGMENT_MASK):
3699 * m/arm.h (NO_REMAP):
3700 * m/alpha.h (COFF):
3701 * m/template.h: Remove references to unused defines.
3702
8a52f00a
JD
37032010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3704
3705 * xsettings.c (Ftool_bar_get_system_style): Also check for
3706 Qtext_image_horiz.
3707
3708 * xdisp.c (Qtext_image_horiz): Define.
3709 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 3710 to documentation of tool-bar-style.
8a52f00a
JD
3711
3712 * lisp.h (Qtext_image_horiz): Declare.
3713
3714 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
3715 style text_image_horiz.
3716
89dc303e
DN
37172010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3718
60799703
DN
3719 * emacs.c (Fkill_emacs): Remove return statement.
3720
37254dc1
DN
3721 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
3722 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
bba3e508
SM
3723 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys):
3724 Remove local extern declarations.
37254dc1 3725
71c7345a
DN
3726 * xmenu.c: Do not included lwlib.h, not needed.
3727
6ba577cb
DN
3728 * m/iris4d.h (XUINT, XSET): Remove, not needed.
3729
fdb183d6
DN
3730 * process.c: Move definitions earlier to minimize #ifdefs.
3731
3732 * xterm.h (x_get_customization_string, x_load_resources)
3733 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
3734 (x_check_errors, x_property_data_to_lisp, defined_color)
3735 (xic_set_xfontset, x_defined_color): Use const.
3736
3737 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
3738 (x_text_icon, x_check_errors, x_connection_closed): Use const.
3739
3740 * xselect.c (selection_data_to_lisp_data)
3741 (x_property_data_to_lisp):
3742 * xrdb.c (x_get_string_resource, file_p)
3743 (x_get_customization_string, magic_file_p, search_magic_path)
3744 (get_system_app, get_user_app, x_load_resources, x_get_resource)
3745 (x_get_string_resource): Use const.
3746
3747 * xfns.c: Include xlwmenu.h when USE_LUCID.
3748 (x_defined_color, xic_set_xfontset): Use const.
3749 (Fx_hide_tip): Remove local extern declaration.
3750
3751 * xfaces.c (Qmouse_face): Remove declaration.
3752 (face_color_gray_p, tty_defined_color, defined_color)
686b968e 3753 (face_color_gray_p, face_color_supported_p): Add const.
fdb183d6
DN
3754
3755 * xdisp.c (do_mouse_tracking): Remove declaration.
3756 (add_to_log): Use const.
3757
3758 * minibuf.c (Qmouse_face): Remove declaration.
3759
3760 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
3761
3762 * keyboard.h (do_mouse_tracking): Add declaration.
3763
3764 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
3765 (QCdata, QCtype, Qcenter): Remove declarations.
3766
3767 * frame.c (x_get_resource_string, x_get_string_resource)
3768 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3769 (x_default_parameter): Use const.
3770
3771 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
3772 (QCheight, QCsize, QCname): Remove declarations.
3773
3774 * emacs.c (main): Remove local extern declaration.
3775
3776 * editfns.c (region_limit, syms_of_editfns): Remove local extern
3777 declarations.
3778
3779 * dispnew.c: Remove duplicate #include <unistd.h>.
3780 (update_window, update_frame_1, init_display): Remove local extern
3781 declarations.
3782
3783 * dispextern.h (add_to_log): Remove declaration.
3784 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3785 (x_frame_get_and_record_arg, x_default_parameter): Add const.
3786
3787 * dired.c (scmp): Add const.
3788 (directory_files_internal): Remove local extern declaration.
3789
3790 * data.c (Finteractive_form): Use const.
3791
3792 * composite.c (syms_of_composite): Remove local extern declarations.
3793
3794 * charset.c (add_to_log): Remove declaration.
3795
3796 * character.c (strwidth, parse_str_to_multibyte): Add const.
3797
3798 * character.h (strwidth, parse_str_to_multibyte): Likewise.
3799
3800 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
3801
89dc303e 3802 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
3803 (Lisp_Subr): Make doc and intspec constant.
3804 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
3805 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
3806 (QCheight, QCsize, QCname, QCwidth, QCforeground)
3807 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
3808 (display_arg): Add declarations.
89dc303e 3809
0ed082fe 38102010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
3811
3812 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
3813
0ed082fe
JB
3814 * window.c (Fwindow_height): Doc fix (bug#6518).
3815
38162010-07-27 Juanma Barranquero <lekktu@gmail.com>
3817
3818 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
3819
ccaf0336
DN
38202010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3821
977105dc
DN
3822 * keyboard.c (Ftop_level, Fexit_recursive_edit)
3823 (Fabort_recursive_edit): Remove return statements in NO_RETURN
3824 functions.
3825
f5ada890
DN
3826 * frame.h (Qtty_color_mode): Add declaration.
3827
ccaf0336
DN
3828 * lisp.h (Ftop_level, Fexit_recursive_edit)
3829 (Fabort_recursive_edit): Mark as NO_RETURN.
3830
dfe3c90f
KH
38312010-07-26 Kenichi Handa <handa@m17n.org>
3832
3833 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 3834 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 3835
7d383292
JB
38362010-07-26 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * lread.c (unreadpure, mapatoms_1): Make static.
3839
da31e629
JB
38402010-07-25 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * terminfo.c (tparam): Fix prototype of tparm.
3843
7bfa6d77
AS
38442010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3845
dcc19aac
AS
3846 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
3847 find start of text segment.
3848 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
3849 is defined.
3850
7bfa6d77
AS
3851 * callproc.c (set_initial_environment): Avoid unbalanced braces.
3852
63f9a672
KB
38532010-07-25 Ken Brown <kbrown@cornell.edu>
3854
3855 * vm-limit.c (check_memory_limits): Fix previous change;
3856 accidentally reverted an earlier change.
3857
24933075
KB
38582010-07-25 Ken Brown <kbrown@cornell.edu>
3859
3860 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
3861 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
3862
361358ea
JB
38632010-07-25 Juanma Barranquero <lekktu@gmail.com>
3864
3865 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
3866 * dired.c (opendir, readdir): Fix prototypes.
3867 * editfns.c (w32_get_internal_run_time): Fix prototypes.
3868 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
3869 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
3870 (telldir): Remove declaration.
3871 * ralloc.c (real_morecore, __morecore): Fix prototypes.
3872 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
3873 * syssignal.h (strsignal): Fix prototype.
3874 * term.c (tparam): Fix prototype.
3875 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
3876 (term_get_fkeys): Set inside "#ifndef DOS_NT".
3877 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
3878 and __morecore.
3879 * w32gui.h (XParseGeometry): Fix prototype.
3880 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
3881 * w32term.c (my_set_focus): Declare inside #if 0.
3882 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
3883 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
3884 (drain_message_queue, get_next_msg, post_msg, parse_button)
3885 (ClipboardSequence_Proc): Fix prototypes.
3886 (wait_for_sync): Remove declaration.
3887
630b9592
JB
38882010-07-24 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * w32fns.c (w32_to_x_color): Remove, unused.
3891
6a0d6611
AS
38922010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3893
3894 * lisp.h: Remove leftover P_.
3895
4e8608ff
DN
38962010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3897
3898 * ecrt0.c, unexalpha.c: Remove files, unused.
3899
c8197983
AS
39002010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3901
3902 * cmds.c (internal_self_insert): Make static.
3903 * lisp.h (internal_self_insert): Remove declaration.
3904
97b372d7
JB
39052010-07-23 Juanma Barranquero <lekktu@gmail.com>
3906
33ac0414
JB
3907 * alloc.c (free_float):
3908 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
3909 * frame.c (delete_frame_handler):
3910 * ralloc.c (reorder_bloc):
3911 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
3912 Remove unused static functions.
3913
94da8397
JB
3914 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
3915 it is called only from NS code.
3916
2e6c8532
JB
3917 * w32term.c (my_set_focus): #ifdef away; it is called only from
3918 "#ifdef 0" code.
3919
97b372d7
JB
3920 * w32fns.c (x_edge_detection):
3921 * xfaces.c (may_use_scalable_font_p):
3922 Remove obsolete static declarations.
3923
7c3320d8
JB
39242010-07-20 Juanma Barranquero <lekktu@gmail.com>
3925
3926 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
3927 (emacs_blocked_realloc, uninterrupt_malloc):
3928 * fringe.c (w32_reset_fringes):
3929 * image.c (convert_mono_to_color_image, lookup_rgb_color)
3930 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
3931 * sound.c (be2hs, do_play_sound):
3932 * vm-limit.c (get_lim_data, ret_lim_data):
3933 * w32term.c (x_free_frame_resources):
3934 * xfaces.c (x_create_gc, x_free_gc):
3935 Convert definitions to standard C.
3936
d5273788
SM
39372010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * eval.c (Feval, Ffuncall): Use the new names.
3940
3941 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
3942 (DEFUN): Add braces around the union initialisation and use ## to
3943 specify the right union alternative and avoid a cast.
3944
8d16a259
JB
39452010-07-18 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
3948
3b8eff32
CY
39492010-07-17 Chong Yidong <cyd@stupidchicken.com>
3950
3951 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
3952
499322ce
J
39532010-07-17 Jan Djärv <jan.h.d@swipnet.se>
3954
3955 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
3956 is related to the menu bar (Bug#6499).
a628ad9d 3957 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 3958
f6003da5 39592010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
3960
3961 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
3962
3963 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
3964
3965 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
3966 i.e. don't put back ButtonRelease (Bug#6608).
3967
3968 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
3969 instead of Window. Call xg_event_is_for_menubar when
3970 USE_GTK (Bug#6499).
3971
3972 * gtkutil.h (xg_event_is_for_menubar): Declare.
3973
3974 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
3975
f6003da5 39762010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
3977
3978 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
3979 when it's the same as the old foreground. (Bug#6609)
3980
23243f29
J
39812010-07-16 Jan Djärv <jan.h.d@swipnet.se>
3982
3983 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
3984 widget is non-null (Bug#6645).
3985
2b23d2a6
AS
39862010-07-15 Andreas Schwab <schwab@linux-m68k.org>
3987
01b564ff
AS
3988 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
3989 Convert old-style definition.
3990
2b23d2a6
AS
3991 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
3992 timestamp argument.
3993
c4affd2c
EZ
39942010-07-15 Eli Zaretskii <eliz@gnu.org>
3995
3996 * fringe.c (update_window_fringes): Restore mistakenly reverted
3997 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
3998
cf28cebc
J
39992010-07-14 Jan Djärv <jan.h.d@swipnet.se>
4000
4001 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
4002 (SET_SAVED_KEY_EVENT): Remove (not used).
4003 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
4004 remove size parameter.
4005 (handle_one_xevent): Check popup_activated () for menu for Xt also.
4006 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
4007 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
4008 ButtonRelease.
6b2c4bd9
J
4009 (x_set_window_size_1): scroll_bar_actual_width is always
4010 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
4011
4012 * xdisp.c (pending_menu_activation): Remove extern declaration.
4013 (prepare_menu_bars): Remove setting of pending_menu_activation.
4014
4015 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
4016 (x_activate_menubar): Set popup_activated_flag for Xt also.
4017 Remove setting of pending_menu_activation.
cf28cebc
J
4018 (set_frame_menubar): Remove check of pending_menu_activation.
4019 Declare menubar_size before code. Correct spelling in comment.
4020
f6c1c771
KH
40212010-07-14 Kenichi Handa <handa@m17n.org>
4022
4023 * font.c (font_open_entity): Cancel previous change.
4024 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
4025
20477505
EZ
40262010-07-13 Eli Zaretskii <eliz@gnu.org>
4027
77defa9a
EZ
4028 Remove subprocesses #ifdefs.
4029 * process.c <inhibit_sentinels>: Move to the common part.
4030 (Fwaiting_for_user_input_p): Move to the common part; return nil
4031 if async subprocesses aren't supported.
4032 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
4033 MS-DOS. Remove "#ifdef subprocesses".
4034 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
4035 (gettimeofday): Remove "#ifdef subprocesses".
4036 (wait_without_blocking): Remove function.
4037 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
4038 Remove "#ifdef subprocesses".
4039 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
4040 compiled on MS-DOS.
4041 * callproc.c (Fcall_process) [!MSDOS]: Don't call
4042 wait_for_termination on MS-DOS.
4043 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
4044 initialization of inhibit_sentinels.
4045 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
4046 subprocesses" conditional.
4047 * callproc.c (Fcall_process) [!subprocesses]: Don't call
4048 wait_for_termination, since `buffer' cannot be an integer when
4049 async subprocesses are not supported
4050 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
4051 for ifdefing away the call to Fprocess_status.
4052
20477505
EZ
4053 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
4054 away the entire body of the function.
4055
b3ffc17c
DN
40562010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4057
01faa934
DN
4058 Remove subprocesses #ifdefs from term.c.
4059 * process.c (add_keyboard_wait_descriptor)
4060 (delete_keyboard_wait_descriptor): Move to common section, do
4061 nothing when subprocesses is not defined.
a628ad9d
JB
4062 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
4063 Remove subprocesses #ifdefs.
01faa934 4064
b3ffc17c
DN
4065 Convert maybe_fatal to standard C.
4066 * lisp.h (verror): Declare.
4067 * eval.c (verror): New function containing the code from ...
4068 (error): ... this. Call verror.
4069 * term.c (vfatal): New function containing the code from ...
4070 (fatal): ... this. Call vfatal.
4071 (maybe_fatal): Convert to standard C, use variable number of
4072 arguments. Declare as non-return.
4073 (init_tty): Fix maybe_fatal call.
4074
0521f580
DN
40752010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
4078 (_scroll_bar_note_movement): Convert definitions to standard C.
4079 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
4080 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
4081
ebd15611
DN
40822010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4083
4084 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
4085 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
4086 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
4087 (xaw_jump_callback, xaw_scroll_callback)
4088 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
bba3e508
SM
4089 (x_wm_set_size_hint, x_activate_timeout_atimer):
4090 Convert definitions to standard C.
ebd15611
DN
4091 * xmenu.c (menubar_id_to_frame, popup_get_selection)
4092 (popup_activate_callback, popup_deactivate_callback)
4093 (menu_highlight_callback, menubar_selection_callback)
4094 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
4095 (free_frame_menubar, popup_selection_callback, as)
4096 (create_and_show_popup_menu, dialog_selection_callback)
4097 (create_and_show_dialog):
4098 * xfns.c (hack_wm_protocols, x_window):
4099 * xfaces.c (x_update_menu_appearance):
4100 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
4101 (char_to_pixel_size, round_size_to_char, get_wm_shell)
4102 (set_frame_size, update_wm_hints, setup_frame_gcs)
4103 (update_various_frame_slots, update_from_various_frame_slots)
4104 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
4105 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
4106 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
4107
de06a2dd
AS
41082010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4109
a628ad9d 4110 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 4111
fc549af9
EZ
41122010-07-12 Eli Zaretskii <eliz@gnu.org>
4113
4114 * process.c (setup_process_coding_systems): Move to the part
4115 shared by non-subprocesses systems, and make its body empty when
4116 subprocesses is not defined.
4117 (close_process_descs): Move to the part shared by non-subprocesses
4118 systems.
1408902e
EZ
4119 (wait_reading_process_output) [!subprocesses]: Convert arg list to
4120 ANSI C.
fc549af9 4121
d5a3eaaf
AS
41222010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4123
4124 * editfns.c (transpose_markers): Convert old-style definition.
4125 * emacs.c (abort, shut_down_emacs, fixup_locale)
4126 (synchronize_system_time_locale)
4127 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
4128 * floatfns.c (extract_float, matherr, init_floatfns)
4129 (syms_of_floatfns): Likewise.
4130 * fns.c (make_hash_table): Likewise.
4131 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
4132 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
4133 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
4134 (ftfont_variation_glyphs): Likewise.
4135 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
4136 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
4137 * lread.c (read_filtered_event): Likewise.
4138 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
4139 * process.c (wait_reading_process_output): Likewise.
4140 * scroll.c (do_line_insertion_deletion_costs): Likewise.
4141 * search.c (search_buffer, boyer_moore): Likewise.
4142 * syntax.c (scan_sexps_forward): Likewise.
4143 * xdisp.c (try_scrolling): Likewise.
4144 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
4145 (face_at_string_position): Likewise.
4146 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
4147 * xselect.c (x_get_window_property, receive_incremental_selection)
4148 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
4149 Likewise.
4150 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
4151
6f704c76
DN
41522010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4153
ded80a25
DN
4154 * callproc.c (child_setup): Remove subprocesses conditional.
4155 Remove code dealing with SET_EMACS_PRIORITY, unused.
4156
49d937f4 4157 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
4158 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
4159
4160 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
4161 (__do_global_dtors, __main): Use void in definition.
4162 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
4163 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
4164 the only users from ...
4165 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
4166 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
4167 (HAVE_VOLATILE): Remove, unused.
4168
6f704c76
DN
4169 Convert more function definitions to standard C.
4170 * xdisp.c (window_box_edges, handle_single_display_spec)
4171 (display_string): Convert definition to standard C.
4172 * scroll.c (do_direct_scrolling, scrolling_1):
4173 * dispnew.c (allocate_matrices_for_frame_redisplay)
4174 (mirrored_line_dance):
4175 * coding.c (code_convert_string):
4176 * charset.c (map_charset_chars):
4177 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
4178 (Fregister_ccl_program, Fregister_code_conversion_map):
4179 * keyboard.c (kbd_buffer_nr_stored): Likewise.
4180 (head_table): Make static and const.
4181
e6cfa7c3
AS
41822010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4183
4184 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4185 (PROFILING_LDFLAGS): Set from substitution.
4186 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
4187 CFLAGS last.
4188
892dd565
KH
41892010-07-12 Kenichi Handa <handa@m17n.org>
4190
6f2cdcd1
KH
4191 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
4192 (shortlisp): Likewise.
4193
892dd565
KH
4194 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
4195
4196 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
4197 of FONT_ENTITY_INDEX.
4198 (Ffont_get): If KEY is :otf and the font-object doesn't have the
4199 property, get the property value dynamically.
4200 (Ffont_put): Accept font-entity and font-object too.
ef1b0ba7 4201 (Ffont_get_glyhphs): Rename from Fget_font_glyphs. Arguments and
892dd565 4202 return value changed.
bba3e508 4203 (syms_of_font): Adjust for the above change.
892dd565 4204
ae96d47a
AS
42052010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4206
c8fc18ee
AS
4207 * blockinput.h: Remove obsolete comment.
4208
89887d67
AS
4209 * lisp.h: Include <stddef.h>.
4210 (OFFSETOF): Don't define.
4211 (VECSIZE): Use offsetof instead of OFFSETOF.
4212 (PSEUDOVECSIZE): Likewise.
4213 * process.c (conv_sockaddr_to_lisp): Likewise.
4214 * alloc.c: Don't include <stddef.h>.
4215 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
4216
ae96d47a
AS
4217 * process.c: Remove obsolete comment.
4218
635c0aa1
CY
42192010-07-11 Chong Yidong <cyd@stupidchicken.com>
4220
4221 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
4222
a64df650
AS
42232010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4224
8966b757
AS
4225 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
4226 index, rindex.
4227 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
4228 * editfns.c (Fuser_full_name, Fformat): Likewise.
4229 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
4230 * fileio.c (Ffile_symlink_p): Likewise.
4231 * filelock.c (current_lock_owner): Likewise.
4232 * font.c (font_parse_name, font_parse_family_registry): Likewise.
4233 * fontset.c (fontset_pattern_regexp): Likewise.
4234 * lread.c (read1): Likewise.
4235 * sysdep.c (init_system_name): Likewise.
4236 * xfns.c (select_visual): Likewise.
4237 * s/hpux10-20.h (index, rindex): Don't define.
4238 * s/ms-w32.h (index): Likewise.
4239 * s/usg5-4.h: Likewise.
4240
cf237e27
AS
4241 * callproc.c (relocate_fd): Use F_DUPFD if defined.
4242
a8fe7202
AS
4243 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
4244 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
4245 (egetenv): Likewise.
4246 * doprnt.c (doprnt): Likewise.
4247 * editfns.c (set_time_zone_rule, format2): Likewise.
4248 * emacs.c (decode_env_path): Likewise.
4249 * eval.c (signal_error, error): Likewise.
4250 * insdel.c (replace_range_2): Likewise.
4251 * keyboard.c (cmd_error_internal): Likewise.
4252 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
4253 * print.c (write_string, write_string_1, print_error_message):
4254 Likewise.
4255 * vm-limit.c (warn_function, memory_warnings): Likewise.
4256 * xdisp.c (message1, message1_nolog, message_with_string)
4257 (vmessage, message, message_nolog): Likewise.
4258 * emacs.c: Remove duplicate declaration.
4259 * keyboard.h: Likewise.
4260 * lisp.h: Update prototypes.
4261
bb8e180f
AS
4262 * eval.c: Fix indentation problem.
4263
83380e65
AS
4264 * keyboard.c: Include "process.h"
4265
a64df650
AS
4266 * eval.c: Remove obsolete noinline declaration.
4267 * fns.c: Likewise.
4268
6a8033e1
KR
42692010-07-11 Ken Raeburn <raeburn@raeburn.org>
4270
4271 * doprnt.c (doprnt): Take a va_list argument instead of count and
4272 pointer.
4273 * eval.c (error): Change to a standard-C variadic function.
ef1b0ba7 4274 * xdisp.c (vmessage): Rename from message, made static, and
6a8033e1
KR
4275 changed to take a va_list argument.
4276 (message): New variadic wrapper.
4277 (message_nolog): Now a variadic function, calling vmessage.
4278 * lisp.h: Include stdarg.h for va_list.
4279 (doprnt, error, message, message_nolog): Decls updated.
4280
462aa963
EZ
42812010-07-11 Eli Zaretskii <eliz@gnu.org>
4282
4283 * process.c (syms_of_process) <delete-exited-processes>: Define
4284 even if !subprocesses.
4285 (delete_exited_processes): Ditto.
4286
4287 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
4288 (delete_exited_processes): Don't define.
4289
48104462
CY
42902010-07-10 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * frame.c (make_frame): Initialize menu_bar_lines and
4293 tool_bar_lines members.
bba3e508
SM
4294 (make_initial_frame, make_terminal_frame):
4295 Initialize menu_bar_lines using value of menu-bar-mode.
48104462
CY
4296
4297 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
4298
f388c88a
EZ
42992010-07-10 Eli Zaretskii <eliz@gnu.org>
4300
4301 * process.c: Reshuffle #include's. Condition some of the global
4302 and static variables on `subprocesses'.
4303 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
4304 Leave only one implementation.
4305 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
4306 (kill_buffer_processes, Flist_system_processes)
4307 (Fprocess_attributes, init_process, syms_of_process): Unify the
4308 implementations for with subprocesses and without them.
4309
723f5a07
J
43102010-07-09 Jan Djärv <jan.h.d@swipnet.se>
4311
4312 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
4313 correct size for Motif.
4314 (free_frame_menubar): Call x_set_window_size to update frame size.
4315
4316 * xfns.c (x_window): Set borderWidth to 0 for pane and
4317 EmacsFrame. Frame size calculation is wrong otherwise.
4318
2536a4b7
MA
43192010-07-09 Michael Albinus <michael.albinus@gmx.de>
4320
4321 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
4322 allows to suppress errors when polling in Emacs' main loop.
4323 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
4324 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
4325 (Fdbus_method_error_internal, Fdbus_send_signal)
4326 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
4327 (Fdbus_register_method): Use it. (Bug#6579)
4328
5842a27b
DN
43292010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4330
4331 * alloc.c: Convert DEFUNs to standard C.
4332 * buffer.c:
4333 * bytecode.c:
4334 * callint.c:
4335 * callproc.c:
4336 * casefiddle.c:
4337 * casetab.c:
4338 * category.c:
4339 * character.c:
4340 * charset.c:
4341 * chartab.c:
4342 * cmds.c:
4343 * coding.c:
4344 * composite.c:
4345 * data.c:
4346 * dbusbind.c:
4347 * dired.c:
4348 * dispnew.c:
4349 * doc.c:
4350 * dosfns.c:
4351 * editfns.c:
4352 * emacs.c:
4353 * eval.c:
4354 * fileio.c:
4355 * filelock.c:
4356 * floatfns.c:
4357 * fns.c:
4358 * font.c:
4359 * fontset.c:
4360 * frame.c:
4361 * fringe.c:
4362 * image.c:
4363 * indent.c:
4364 * insdel.c:
4365 * keyboard.c:
4366 * keymap.c:
4367 * lread.c:
4368 * macros.c:
4369 * marker.c:
4370 * menu.c:
4371 * minibuf.c:
4372 * msdos.c:
4373 * nsfns.m:
4374 * nsmenu.m:
4375 * nsselect.m:
4376 * print.c:
4377 * process.c:
4378 * search.c:
4379 * sound.c:
4380 * syntax.c:
4381 * term.c:
4382 * terminal.c:
4383 * textprop.c:
4384 * undo.c:
4385 * w16select.c:
4386 * w32console.c:
4387 * w32fns.c:
4388 * w32font.c:
4389 * w32menu.c:
4390 * w32proc.c:
4391 * w32select.c:
4392 * window.c:
4393 * xdisp.c:
4394 * xfaces.c:
4395 * xfns.c:
4396 * xmenu.c:
4397 * xselect.c:
4398 * xsettings.c:
4399 * xsmfns.c: Likewise.
4400
d568829b
EZ
44012010-07-08 Eli Zaretskii <eliz@gnu.org>
4402
4403 * process.c (kbd_is_on_hold, hold_keyboard_input)
4404 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
4405
52214050
J
44062010-07-08 Jan Djärv <jan.h.d@swipnet.se>
4407
4408 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
4409 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
4410 unless USE_LUCID.
4411
313d9eb2
DN
44122010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4413
a628ad9d
JB
4414 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
4415 declaration.
d8825aa3 4416
295d0d8f
DN
4417 Clean up include guards.
4418 * tparam.c: Remove include guards for config.h, string.h and code
4419 that assumes #ifndef emacs.
4420 * termcap.c:
4421 * unexalpha.c:
4422 * sysdep.c:
4423 * filemode.c:
4424 * filelock.c:
4425 * bidi.c: Likewise.
4426
49d9e6b0
DN
4427 Remove prefix-args.c
4428 * prefix-args.c: Remove file.
4429 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
4430 * Makefile.in (temacs${EXEEXT}): Remove references to
4431 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
4432 (mostlyclean): Remove reference to prefix-args.
4433 (prefix-args): Remove.
4434
313d9eb2
DN
4435 Simplify cstart_of_data, start_of_code and related code.
4436 * mem-limits.h: Remove !emacs and _LIBC conditional code.
4437 (start_of_data): Merge into start_of_data function.
4438 * sysdep.c (start_of_text): Remove. Move simplified versions of
4439 it in the only users: unexaix.c and unexec.c.
4440 (read_input_waiting): Remove local declaration of quit_char.
4441 (start, etext): Remove declarations.
4442 (start_of_data): Merge with the version in mem-limits.h and move
4443 to vm-limits.c.
4444 * vm-limit.c (start_of_data): Merged and simplified version of the
4445 code formerly in mem-limits.h and sysdep.c.
4446 * unexec.c (start): New declaration, moved from sysdep.c.
4447 (start_of_text): Simplified version of the code formerly in sysdep.c.
4448 * unexaix.c (start_of_text): Simplified version of the code
4449 formerly in sysdep.c.
4450 * m/alpha.h (HAVE_TEXT_START): Remove.
4451 (TEXT_START): Move ...
4452 * unexalpha.c (TEXT_START): ... here.
4453 * s/hpux10-20.h (TEXT_START): Remove.
4454 * s/darwin.h (TEXT_START):
4455 * m/mips.h (TEXT_START):
4456 * m/macppc.h (HAVE_TEXT_START):
4457 * m/m68k.h (TEXT_START):
4458 * m/iris4d.h (TEXT_START):
4459 * m/intel386.h (TEXT_START):
4460 * m/ibmrs6000.h (TEXT_START):
4461 * m/ia64.h (HAVE_TEXT_START):
4462 * s/msdos.h (TEXT_START): Likewise.
4463
72af86bd
AS
44642010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4465
4466 * alloc.c (overrun_check_malloc, overrun_check_realloc)
4467 (overrun_check_free, xstrdup, allocate_string)
4468 (allocate_string_data, compact_small_strings, Fmake_string)
4469 (make_unibyte_string, make_multibyte_string)
4470 (make_string_from_bytes, make_specified_string, make_float)
4471 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
4472 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
4473 memcpy, memmove, memset, memcmp.
4474 * atimer.c (start_atimer, set_alarm): Likewise.
4475 * buffer.c (clone_per_buffer_values, report_overlay_modification)
4476 (mmap_realloc, init_buffer_once): Likewise.
4477 * callint.c (Fcall_interactively): Likewise.
4478 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
4479 (getenv_internal_1): Likewise.
4480 * casefiddle.c (casify_object): Likewise.
4481 * ccl.c (ccl_driver): Likewise.
4482 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
4483 * charset.c (load_charset_map_from_file)
4484 (load_charset_map_from_file, load_charset_map_from_vector)
4485 (Fdefine_charset_internal): Likewise.
4486 * cm.c (Wcm_clear): Likewise.
4487 * coding.c (decode_eol, decode_coding_object)
4488 (Fset_coding_system_priority, make_subsidiaries): Likewise.
4489 * data.c (Faset): Likewise.
4490 * dired.c (directory_files_internal, file_name_completion_stat):
4491 Likewise.
4492 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
4493 (clear_glyph_row, copy_row_except_pointers)
4494 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
4495 (save_current_matrix, restore_current_matrix)
4496 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
4497 (mirror_line_dance, scrolling_window): Likewise.
4498 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
4499 Likewise.
4500 * doprnt.c (doprnt): Likewise.
4501 * editfns.c (Fuser_full_name, make_buffer_string_both)
4502 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
4503 * emacs.c (sort_args): Likewise.
4504 * eval.c (Fapply, Ffuncall): Likewise.
4505 * fileio.c (Ffile_name_directory, make_temp_name)
4506 (Fexpand_file_name, search_embedded_absfilename)
4507 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
4508 (auto_save_error): Likewise.
4509 * fns.c (Fstring_equal, Fcopy_sequence, concat)
4510 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
4511 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
4512 (Fmake_hash_table): Likewise.
4513 * fringe.c (Fdefine_fringe_bitmap): Likewise.
4514 * ftfont.c (ftfont_text_extents): Likewise.
4515 * getloadavg.c (getloadavg): Likewise.
4516 * image.c (define_image_type, make_image, make_image_cache)
4517 (x_create_x_image_and_pixmap, xbm_image_p)
4518 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
4519 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
4520 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
4521 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
4522 (tiff_image_p, tiff_read_from_memory, gif_image_p)
4523 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
4524 Likewise.
4525 * indent.c (scan_for_column, compute_motion): Likewise.
4526 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
4527 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
4528 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
4529 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
4530 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
4531 (store_user_signal_events, menu_bar_items, tool_bar_items)
4532 (process_tool_bar_item, append_tool_bar_item)
4533 (read_char_minibuf_menu_prompt, read_key_sequence)
4534 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
4535 Likewise.
4536 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
4537 Likewise.
4538 * lisp.h (STRING_COPYIN): Likewise.
4539 * lread.c (Fload, read1, oblookup): Likewise.
4540 * msdos.c (Frecent_doskeys): Likewise.
4541 * nsfns.m (Fx_create_frame): Likewise.
4542 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
4543 Likewise.
4544 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
4545 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
4546 Likewise.
4547 * nsmenu.m (ns_update_menubar): Likewise.
4548 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
4549 * print.c (print_unwind, printchar, strout, print_string)
4550 (print_error_message): Likewise.
4551 * process.c (conv_lisp_to_sockaddr, set_socket_option)
4552 (Fmake_network_process, Fnetwork_interface_list)
4553 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
4554 (init_process): Likewise.
4555 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
4556 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
4557 Likewise.
4558 * scroll.c (do_scrolling, do_direct_scrolling)
4559 (scrolling_max_lines_saved): Likewise.
4560 * search.c (search_buffer, wordify, Freplace_match): Likewise.
4561 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
4562 * syntax.c (skip_chars, skip_syntaxes): Likewise.
4563 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
4564 (emacs_set_tty): Likewise.
4565 * term.c (encode_terminal_code, calculate_costs)
4566 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
4567 Likewise.
4568 * termcap.c (tgetst1, gobble_line): Likewise.
4569 * termhooks.h (EVENT_INIT): Likewise.
4570 * tparam.c (tparam1): Likewise.
4571 * unexalpha.c (unexec): Likewise.
4572 * unexec.c (write_segment): Likewise.
4573 * unexmacosx.c (unexec_write_zero): Likewise.
4574 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
4575 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
4576 * w32font.c (w32font_list_family, w32font_text_extents)
4577 (w32font_list_internal, w32font_match_internal)
4578 (w32font_open_internal, compute_metrics, Fx_select_font):
4579 Likewise.
4580 * w32menu.c (set_frame_menubar, add_menu_item)
4581 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
4582 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
4583 * w32uniscribe.c (uniscribe_list_family): Likewise.
4584 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
4585 * window.c (make_window, replace_window, set_window_buffer)
4586 (Fsplit_window): Likewise.
4587 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
4588 (add_to_log, message3, x_consider_frame_title)
4589 (append_space_for_newline, extend_face_to_end_of_line)
4590 (decode_mode_spec_coding, init_glyph_string): Likewise.
4591 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
4592 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
4593 (face_attr_equal_p, make_realized_face, make_face_cache)
4594 (free_realized_faces, lookup_named_face, smaller_face)
4595 (face_with_height, lookup_derived_face)
4596 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
4597 (Finternal_set_font_selection_order, realize_default_face)
4598 (compute_char_face, face_at_buffer_position)
4599 (face_for_overlay_string, face_at_string_position, merge_faces):
4600 Likewise.
4601 * xfns.c (xic_create_fontsetname, Fx_create_frame)
4602 (Fx_window_property, x_create_tip_frame)
4603 (Fx_backspace_delete_keys_p): Likewise.
4604 * xfont.c (xfont_list, xfont_match, xfont_list_family)
4605 (xfont_text_extents): Likewise.
4606 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
4607 * xrdb.c (magic_file_p, x_get_resource): Likewise.
4608 * xselect.c (x_queue_event, x_get_window_property)
4609 (receive_incremental_selection): Likewise.
4610 * xsmfns.c (x_session_check_input): Likewise.
4611 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
4612 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
4613 Likewise.
4614 * character.h (BCOPY_SHORT): Removed.
4615 * config.in: Regenerate.
4616 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
4617 * emacs.c (main) [PROFILING]: Don't declare
4618 dump_opcode_frequencies.
4619 * lisp.h (safe_bcopy): Remove declaration.
4620 (memset) [!HAVE_MEMSET]: Declare.
4621 (memcpy) [!HAVE_MEMCPY]: Likewise.
4622 (memmove) [!HAVE_MEMMOVE]: Likewise.
4623 (memcmp) [!HAVE_MEMCMP]: Likewise.
4624 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
4625 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
4626 Don't define.
4627 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
4628 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
4629 (BCOPY_DOWNWARD_SAFE): Don't define.
4630 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
4631 (memcpy) [!HAVE_MEMCPY]: Define.
4632 (memmove) [!HAVE_MEMMOVE]: Define.
4633 (memcmp) [!HAVE_MEMCMP]: Define.
4634
cb768704
J
46352010-07-07 Jan Djärv <jan.h.d@swipnet.se>
4636
4637 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
4638 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
4639 New functions.
cb768704
J
4640 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
4641 select on empty input mask.
4642 (init_process): Initialize kbd_is_on_hold to 0.
4643
4644 * process.h (hold_keyboard_input, unhold_keyboard_input)
4645 (kbd_on_hold_p): Declare.
4646
4647 * keyboard.c (input_available_signal): Declare.
4648 (kbd_buffer_nr_stored): New function.
4649 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
4650 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
4651 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
4652 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
4653 (tty_read_avail_input): If input is on hold, return.
4654 Don't read more that free slots in kbd_buffer (Bug#6571).
4655
3a8ce822
EZ
46562010-07-07 Eli Zaretskii <eliz@gnu.org>
4657
4658 * msdos.h:
4659 * msdos.c:
4660 * dosfns.c:
4661 * w16select.c: Convert function definitions to ANSI C.
4662
a628ad9d
JB
4663 * msdos.h (ctrl_break_func, install_ctrl_break_check):
4664 Remove unused prototypes.
3a8ce822 4665
cf84bb53
JB
46662010-07-07 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * coding.c, sysdep.c: Convert some more functions to standard C.
4669
1a4990fb
JB
46702010-07-07 Juanma Barranquero <lekktu@gmail.com>
4671
4672 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
4673 (encode_coding_object): Use SPECPDL_INDEX.
4674 (syms_of_coding): Use DOS_NT.
4675
c0f2f16b
DN
46762010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4677
48fb6855
DN
4678 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
4679
c0f2f16b
DN
4680 Make the function member of Lisp_Subr use standard C prototypes.
4681 * lisp.h (struct Lisp_Subr): Use a union for the function member.
4682 (DECL_ALIGN): Add a cast for the function.
4683 * eval.c (Feval, Ffuncall): Use the proper type for each type
4684 function call.
4685
67aecef9
CY
46862010-07-06 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
4689 fringe face id, so face-remapping-alist works (Bug#6091).
4690
b56ceb92
JB
46912010-07-06 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
4694 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
4695 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
4696
7af07b96
AS
46972010-07-06 Andreas Schwab <schwab@linux-m68k.org>
4698
4699 * xterm.c (x_get_keysym_name): Change type of parameter to int.
4700 * lisp.h: Declare x_get_keysym_name.
4701 * keyboard.c (modify_event_symbol): Don't declare
4702 x_get_keysym_name here.
4703
69e24e34
DN
47042010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 * ecrt0.c: Revert conversion to standard C.
4707
d3da34e0 47082010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
4709
4710 * vm-limit.c (memory_warnings):
4711 * keyboard.c (modify_event_symbol):
4712 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
4713 (round2, emacs_rint):
4714 * process.c (send_process, old_sigpipe): Convert function
4715 definitions and declarations to standard C.
4716
47172010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
4718
4719 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
4720 * xdisp.c: Convert function definitions to standard C.
4721
4722 * cm.c (cmputc): Arg C is now int, not char.
4723 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
4724
00be444c
J
47252010-07-05 James Cloos <cloos@jhcloos.com>
4726
4727 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
4728
4729 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
4730 _NET_WM_ICON_NAME atoms.
4731
4732 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
4733 and _NET_WM_ICON_NAME properties, too, matching what is
4734 done in the Gtk+ case.
4735
e4c8d29a
J
47362010-07-05 Jan Djärv <jan.h.d@swipnet.se>
4737
ff919460
J
4738 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
4739
e4c8d29a
J
4740 * xsmfns.c (SSDATA): New macro.
4741 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
4742 passed to strlen/strcpy/strcat.
bba3e508
SM
4743 (create_client_leader_window): Surround with #ifndef USE_GTK.
4744 Cast 7:th arg to XChangeProperty to (unsigned char *).
e4c8d29a
J
4745
4746 * xsettings.c (something_changedCB, parse_settings)
4747 (apply_xft_settings): Reformat prototype.
4748 (something_changedCB, init_gconf): Remove unused variable i.
4749 (read_settings): Remove unused variable long_len.
4750
4751 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
4752 (xg_get_image_for_pixmap, create_dialog)
4753 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
4754 (menuitem_highlight_callback, make_menu_item)
4755 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
4756 (xg_create_scroll_bar, xg_update_scrollbar_pos)
4757 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
4758 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
4759 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
4760 (xg_tool_bar_item_expose_callback): Reformat prototype.
4761 (xg_update_menubar): GList *group => GSList *group.
4762 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
4763 before use.
4764 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
4765 to GTK_IMAGE (wimage).
4766
dd4c5104
DN
47672010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4768
898b4c5c
DN
4769 * atimer.c: Use "" instead of <> for local includes for
4770 consistency with the rest of the code.
4771
dd4c5104
DN
4772 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
4773 * xrdb.c (get_system_name):
4774 * window.c (shrink_windows):
4775 * syntax.c (forw_comment):
4776 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
4777 (ins_del_costs):
4778 * mem-limits.h (start_of_data):
4779 * lread.c (readevalloop):
4780 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
4781 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
4782 * frame.c (x_get_focus_frame):
4783 * floatfns.c (fmod_float):
4784 * fileio.c (choose_write_coding_system):
4785 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
4786 (malloc_initialize_hook, sort_args, synchronize_locale):
4787 * doprnt.c (doprnt):
4788 * dired.c (compile_pattern):
4789 * data.c (fmod_float):
4790 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
4791 (map_char_table_for_charset):
4792 * charset.c (define_charset_internal):
4793 * alloc.c (Fgarbage_collect): Convert declarations or definitions
4794 to standard C.
4795
9a39b306 47962010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 4797 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
4798
4799 * lread.c (read1): Fix up last change to not mess up `c'.
4800
e6cb2cbb
JB
48012010-07-04 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
4804
438105ed
JB
48052010-07-04 Juanma Barranquero <lekktu@gmail.com>
4806
4807 Fix prototypes.
4808
e5447b22 4809 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 4810 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
4811 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
4812 arg, as required by internal_condition_case_1.
dcc7404b 4813 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
4814 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
4815 (analyse_first): Fix "const const".
e5447b22 4816 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 4817 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 4818 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 4819
971de7fb
DN
48202010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
4821
4822 * alloc.c: Convert function definitions to standard C.
4823 * atimer.c:
4824 * bidi.c:
4825 * bytecode.c:
4826 * callint.c:
4827 * callproc.c:
4828 * casefiddle.c:
4829 * casetab.c:
4830 * category.c:
4831 * ccl.c:
4832 * character.c:
4833 * charset.c:
4834 * chartab.c:
4835 * cmds.c:
4836 * coding.c:
4837 * composite.c:
4838 * data.c:
4839 * dbusbind.c:
4840 * dired.c:
4841 * dispnew.c:
4842 * doc.c:
4843 * doprnt.c:
4844 * ecrt0.c:
4845 * editfns.c:
4846 * fileio.c:
4847 * filelock.c:
4848 * filemode.c:
4849 * fns.c:
4850 * font.c:
4851 * fontset.c:
4852 * frame.c:
4853 * fringe.c:
4854 * ftfont.c:
4855 * ftxfont.c:
4856 * gtkutil.c:
4857 * indent.c:
4858 * insdel.c:
4859 * intervals.c:
4860 * keymap.c:
4861 * lread.c:
4862 * macros.c:
4863 * marker.c:
4864 * md5.c:
4865 * menu.c:
4866 * minibuf.c:
4867 * prefix-args.c:
4868 * print.c:
4869 * ralloc.c:
4870 * regex.c:
4871 * region-cache.c:
4872 * scroll.c:
4873 * search.c:
4874 * sound.c:
4875 * strftime.c:
4876 * syntax.c:
4877 * sysdep.c:
4878 * termcap.c:
4879 * terminal.c:
4880 * terminfo.c:
4881 * textprop.c:
4882 * tparam.c:
4883 * undo.c:
4884 * unexelf.c:
4885 * window.c:
4886 * xfaces.c:
4887 * xfns.c:
4888 * xfont.c:
4889 * xftfont.c:
4890 * xgselect.c:
4891 * xmenu.c:
4892 * xrdb.c:
4893 * xselect.c:
4894 * xsettings.c:
4895 * xsmfns.c:
4896 * xterm.c: Likewise.
4897
ae492bec
EZ
48982010-07-03 Eli Zaretskii <eliz@gnu.org>
4899
76ea4cc9
EZ
4900 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
4901 frames other than the initial one. Fix reversal of colors when
bba3e508
SM
4902 `reverse' is specified in the frame parameters.
4903 Call update_face_from_frame_parameter instead of
76ea4cc9
EZ
4904 internal-set-lisp-face-attribute. Initialize screen colors from
4905 initial_screen_colors[] when f->default_face_done_p is zero,
4906 instead of depending on being called with default-frame-alist as
4907 the alist argument.
4908
4909 * xfaces.c (update_face_from_frame_parameter): Move out of
4910 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
4911 with HAVE_WINDOW_SYSTEM.
4912
1e6255ae
EZ
4913 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
4914 to menu-bar-mode, if not set in the frame parameters or in
4915 default-frame-alist.
4916
ae492bec
EZ
4917 * w32console.c (sys_tputs): Adjust argument list to prototype in
4918 term.c.
4919
3a35a84c
JB
49202010-07-03 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * lisp.h (memory_warnings): Fix prototype.
4923
4924 * cm.h (evalcost): Fix prototype.
4925
4926 * cm.c (evalcost): Fix arg type.
4927
c532d349
DN
49282010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4929
4930 * term.c (term_clear_mouse_face, Fidentity):
4931 * syssignal.h (signal_handler_t):
4932 * lisp.h (memory_warnings):
4933 * coding.h (preferred_coding_system):
4934 * cm.h (evalcost):
4935 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
4936
c0b36d46
EZ
49372010-07-02 Eli Zaretskii <eliz@gnu.org>
4938
4939 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
4940 from prototypes.
4941
4942 * msdos.h (load_pixmap): Don't define away.
4943
383e0970
J
49442010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4945
f57e2426
J
4946 * lisp.h:
4947 * atimer.h: Remove define for P_.
4948
4949 * alloc.c: Remove __P and P_ from .c and .m files.
4950 * atimer.c:
4951 * buffer.c:
4952 * callint.c:
4953 * category.c:
4954 * charset.c:
4955 * chartab.c:
4956 * cm.c:
4957 * coding.c:
4958 * composite.c:
4959 * data.c:
4960 * dired.c:
4961 * dispnew.c:
4962 * doc.c:
4963 * editfns.c:
4964 * emacs.c:
4965 * eval.c:
4966 * fileio.c:
4967 * filelock.c:
4968 * fns.c:
4969 * font.c:
4970 * fontset.c:
4971 * frame.c:
4972 * ftfont.c:
4973 * ftxfont.c:
4974 * gmalloc.c:
4975 * gtkutil.c:
4976 * image.c:
4977 * indent.c:
4978 * intervals.c:
4979 * keyboard.c:
4980 * keymap.c:
4981 * lread.c:
4982 * marker.c:
4983 * menu.c:
4984 * minibuf.c:
4985 * print.c:
4986 * process.c:
4987 * scroll.c:
4988 * search.c:
4989 * sound.c:
4990 * strftime.c:
4991 * syntax.c:
4992 * sysdep.c:
4993 * term.c:
4994 * terminal.c:
4995 * textprop.c:
4996 * unexalpha.c:
4997 * w32console.c:
4998 * w32fns.c:
4999 * w32font.c:
5000 * w32menu.c:
5001 * w32term.c:
5002 * w32uniscribe.c:
5003 * window.c:
5004 * xdisp.c:
5005 * xfaces.c:
5006 * xfns.c:
5007 * xfont.c:
5008 * xftfont.c:
5009 * xmenu.c:
5010 * xselect.c:
5011 * xterm.c: Likewise.
5012
383e0970 5013 Remove P_ and __P macros.
f57e2426
J
5014 * atimer.h: Remove P_ and __P macros.
5015 * buffer.h:
383e0970
J
5016 * category.h:
5017 * ccl.h:
5018 * character.h:
5019 * charset.h:
5020 * cm.h:
5021 * coding.h:
5022 * composite.h:
5023 * dispextern.h:
5024 * disptab.h:
9e892c8d 5025 * dosfns.h:
383e0970
J
5026 * font.h:
5027 * fontset.h:
5028 * frame.h:
5029 * gtkutil.h:
5030 * indent.h:
5031 * intervals.h:
5032 * keyboard.h:
5033 * keymap.h:
5034 * lisp.h:
5035 * macros.h:
5036 * md5.h:
5037 * menu.h:
5038 * msdos.h:
5039 * nsterm.h:
5040 * puresize.h:
5041 * region-cache.h:
5042 * syntax.h:
5043 * syssignal.h:
5044 * systime.h:
5045 * termhooks.h:
9e892c8d 5046 * w32font.h:
383e0970
J
5047 * w32term.h:
5048 * widget.h:
5049 * window.h:
5050 * xgselect.h:
5051 * xsettings.h:
5052 * xterm.h: Likewise.
5053
98601119
DN
50542010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5055
d9170db5
DN
5056 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
5057
98601119
DN
5058 Cleanup old code.
5059 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
5060 * syssignal.h: Remove code for Lynx, not supported anymore.
5061 * vm-limit.c: Remove unused code the depends on emacs not being
5062 defined and NO_LIM_DATA being defined.
5063 * mem-limits.h: Remove dead code.
5064
1f984e12
J
50652010-07-01 Jan Djärv <jan.h.d@swipnet.se>
5066
c49d071a
J
5067 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
5068
9d5405ec
J
5069 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
5070 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
5071
7a18115b
J
5072 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
5073 parameters, they are already absolute.
5074
a628ad9d
JB
5075 * nsterm.m (x_set_window_size, initFrameFromEmacs):
5076 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 5077
a628ad9d 5078 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 5079
a628ad9d
JB
5080 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
5081 Update FRAME_TOOLBAR_HEIGHT.
581a8100 5082
a628ad9d
JB
5083 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
5084 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 5085
c1ef4455
CY
50862010-06-30 Chong Yidong <cyd@stupidchicken.com>
5087
bba3e508
SM
5088 * frame.c (get_future_frame_param, Fmake_terminal_frame):
5089 Don't check default-frame-alist.
c1ef4455 5090
ce8f5a9a
AS
50912010-06-30 Andreas Schwab <schwab@linux-m68k.org>
5092
5093 * process.c (create_process): Avoid using invalid file descriptors.
5094
5095 * callproc.c (child_setup): Avoid closing a file descriptor twice.
5096
bf935339
J
50972010-06-30 Jan Djärv <jan.h.d@swipnet.se>
5098
5099 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
5100 Improve documentation. Return font regardless of use_system_font.
5101 (syms_of_xsettings): Improve documentation for font-use-system-font.
5102
7c33a057
CY
51032010-07-10 Chong Yidong <cyd@stupidchicken.com>
5104
2ec1b5ee
CY
5105 * xfaces.c (realize_face): Garbage the frame if a face is removed
5106 (Bug#6593).
5107
51082010-07-05 Andreas Schwab <schwab@linux-m68k.org>
5109
5110 * keyboard.c: Remove duplicate <setjmp.h>.
5111 (read_key_sequence): Remove volatile qualifiers.
5112
51132010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5114
5115 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
5116 (struct glyph_row): New members left_fringe_offset and
5117 right_fringe_offset.
5118
5119 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
5120 specially.
5121 * w32term.c (w32_draw_fringe_bitmap): Likewise.
5122 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
5123
5124 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 5125 Take account of bitmap offset.
2ec1b5ee
CY
5126 (draw_window_fringes): Take account of window vscroll.
5127 (update_window_fringes): Likewise. Extend top-aligned top indicator
5128 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
5129 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
5130 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
5131
51322010-07-04 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * w32fns.c (Qtooltip): Declare.
5135 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
5136
51372010-07-03 Jan Djärv <jan.h.d@swipnet.se>
5138
5139 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
5140 grab on just Press (Bug#6499).
5141
51422010-07-02 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * frame.c (Qtooltip): New var.
5145 (delete_frame): Use it. Fix faulty if statement. Don't update
5146 mode line for tooltip frames. Suggested by Martin Rudalics.
5147
5148 * xfns.c (x_create_tip_frame):
5149 * w32fns.c (x_create_tip_frame): Use it.
5150
51512010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
5152
5153 * xftfont.c (xftfont_open): Check font width one by one also when
5154 spacing is dual.
5155
5156 * ftfont.c (ftfont_open): Ditto.
5157
6259c2ec
GM
51582010-06-30 Glenn Morris <rgm@gnu.org>
5159
a46007e9
GM
5160 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
5161
6259c2ec
GM
5162 * Makefile.in (CANNOT_DUMP): Update for configure name change.
5163
5164 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
5165 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
5166 * s/darwin.h (SYSTEM_MALLOC):
5167 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
5168
5d1d3d04
J
51692010-06-29 Jan Djärv <jan.h.d@swipnet.se>
5170
5171 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
5172 (ns_get_screen): Don't assign integer to f.
5173 (Fx_display_color_cells): Declarations before statements.
5174
e547b051
J
51752010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5176
5fc8e5bc
J
5177 * xfns.c (x_default_font_parameter): Remove got_from_system
5178 (Bug#6526).
5179
e547b051 5180 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
bba3e508
SM
5181 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper):
5182 New defines based on what configure finds.
e547b051
J
5183
5184 * xterm.c (XTflash): Use gtk_widget_get_window.
5185 (xg_scroll_callback): Use gtk_adjustment_get_upper and
5186 gtk_adjustment_get_page_size.
5187 (handle_one_xevent): Use gtk_widget_get_mapped.
5188 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
5189 messages.
5190
5191 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
5192
5193 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
5194 HAVE_GTK_FILE_SELECTION_NEW.
5195
bba3e508
SM
5196 * gtkutil.c (xg_display_open, xg_display_close):
5197 Remove HAVE_GTK_MULTIDISPLAY, it is always defined.
e547b051
J
5198 (xg_display_open): Return type is void.
5199 (gtk_widget_set_has_window)
5200 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
5201 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
5202 (gtk_adjustment_set_page_increment)
5203 (gtk_adjustment_get_step_increment): #define these if not found
5204 by configure.
5205 (remove_submenu): New define based on Gtk+ version.
bba3e508
SM
5206 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar):
5207 Use gtk_widget_get_window.
e547b051
J
5208 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
5209 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
5210 (create_dialog): Use gtk_dialog_get_action_area and
5211 gtk_dialog_get_content_area.
5212 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
5213 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
5214 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
bba3e508
SM
5215 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item):
5216 Use g_object_ref and g_object_unref.
5217 (xg_update_menu_item, xg_tool_bar_menu_proxy):
5218 Use gtk_widget_get_sensitive.
e547b051
J
5219 (xg_update_submenu): Use remove_submenu.
5220 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
5221 properties instead to get old x and y position.
5222 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
5223 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 5224 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
5225 (xg_get_tool_bar_widgets): New function.
5226 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
5227 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
5228 (toolbar_set_orientation): New #define based on if configure
5229 finds gtk_orientable_set_orientation.
5230 (xg_create_tool_bar): Call toolbar_set_orientation.
5231 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
5232 instead of gtk_box_pack_start_defaults.
5233
b9229673
CY
52342010-06-28 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * cmds.c (Fdelete_backward_char): Move into Lisp.
5237
bbc803b0
DN
52382010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
5239
5240 * s/freebsd.h (BSD4_2): Remove redundant definition.
5241 bsd-common.h defines it already.
5242
6431f2e6
CY
52432010-06-27 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
5246 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
5247 tool-bar-mode, which are now set using these X resources at
5248 startup, to determine the defaults (Bug#2249).
5249
5250 * w32fns.c (Fx_create_frame):
5251 * nsfns.m (Fx_create_frame): Likewise.
5252
5253 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
5254
8c079ebb
JB
52552010-06-24 Juanma Barranquero <lekktu@gmail.com>
5256
5257 * gtkutil.c (xg_update_scrollbar_pos):
5258 Avoid C99 mid-block variable declaration.
5259
e9b7ab96
JD
52602010-06-22 Jan Djärv <jan.h.d@swipnet.se>
5261
bc869eca
JD
5262 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
5263
2b7e356a 5264 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
5265
5266 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
5267 if height is less than scroll bar min size.
5268 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
5269
e9b7ab96
JD
5270 * xfns.c (x_default_font_parameter): Try to open font from system
5271 before using it (bug#6478). Rename got_from_gconf to got_from_system.
5272
a628ad9d 52732010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
5274
5275 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
5276
70c4cfbb
EZ
52772010-06-20 Eli Zaretskii <eliz@gnu.org>
5278
5279 * xdisp.c (try_scrolling): When scroll-conservatively is set to
5280 most-positive-fixnum, be extra accurate when scrolling window
5281 start, to avoid missing the cursor line.
5282
ad5a12b5
EZ
52832010-06-19 Eli Zaretskii <eliz@gnu.org>
5284
5285 * xdisp.c (try_scrolling): Compute the limit for searching point
5286 in forward scroll from scroll_max, instead of an arbitrary limit
ef1b0ba7
SM
5287 of 10 screen lines.
5288 See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
ad5a12b5
EZ
5289 and
5290 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
5291 for details.
5292
2a64315a 52932010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
5294
5295 * editfns.c (Fbyte_to_string): Pacify compiler.
5296
288cf4e9
SM
52972010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * lread.c (read1): Phase out old-style backquotes a bit more.
5300
6e6e5760
EZ
53012010-06-12 Eli Zaretskii <eliz@gnu.org>
5302
cbc4fd20
EZ
5303 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
5304 bidimirror.h.
5305
5306 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
5307
317fbf33
EZ
5308 * bidi.c (bidi_initialize): Remove explicit initialization of
5309 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 5310 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 5311 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
5312
5313 * biditype.h: New file.
5314
cbc4fd20
EZ
5315 * bidimirror.h: New file.
5316
6e6e5760
EZ
5317 * window.c (syms_of_window): Doc fix (bug#6409).
5318
4176cba2
RF
53192010-06-12 Romain Francoise <romain@orebokech.com>
5320
5321 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
5322 ediff-hook.
5323
cb4bfcb5
GM
53242010-06-10 Glenn Morris <rgm@gnu.org>
5325
64c60c2f
GM
5326 * editfns.c (Fbyte_to_string): Pacify compiler.
5327
cb4bfcb5
GM
5328 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
5329
2ec1b5ee
CY
53302010-06-26 Andreas Schwab <schwab@linux-m68k.org>
5331
5332 * alloc.c (Fmake_byte_code): Don't access undefined argument
5333 (Bug#6517).
5334
53352010-06-25 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * xdisp.c (next_element_from_image): Ensure that after-strings are
5338 read the next time we hit handle_stop (Bug#1336).
5339
53402010-06-23 Andreas Schwab <schwab@linux-m68k.org>
5341
5342 * lread.c (read1): Signal error if #s is not followed by paren.
5343
53442010-06-19 Chong Yidong <cyd@stupidchicken.com>
5345
5346 * image.c (free_image): Mark frame as garbaged (Bug#6426).
5347
5348 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
5349
53502010-06-15 Glenn Morris <rgm@gnu.org>
5351
5352 * editfns.c (Fbyte_to_string): Pacify compiler.
5353
e454a4a3
SM
53542010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
5357 Check `object's type before accessing its guts.
5358
c1b1acc2
DN
53592010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5360
5361 * s/usg5-4.h: Fix previous change.
5362 Suggested by Lawrence Mitchell <wence@gmx.li>
5363
657d4c0b
AS
53642010-06-08 Andreas Schwab <schwab@linux-m68k.org>
5365
5366 * minibuf.c (Fall_completions): Add more checks.
5367
9b27fd9f
JB
53682010-06-08 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
5371
a99ebb40
DN
53722010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5373
d7c5d87d
DN
5374 * lread.c (X_OK): Remove, unused.
5375
0263a941
DN
5376 * dispnew.c: Remove obsolete comment.
5377
a99ebb40
DN
5378 Remove INCLUDED_FCNTL.
5379 * xterm.c (INCLUDED_FCNTL):
5380 * callproc.c (INCLUDED_FCNTL):
5381 * alloc.c (INCLUDED_FCNTL):
5382 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
5383 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
5384
13b5221f
MR
53852010-06-07 Martin Rudalics <rudalics@gmx.at>
5386
5387 * window.c (Fselect_window): Move `record_buffer' up to the
5388 beginning of this function, so the buffer gets recorded
5389 even if the selected window does not change.
5390 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
5391
5220357f
JB
53922010-06-07 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
5395 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
5396
3085237c
DN
53972010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5398
5399 Remove BSTRING related code, all platforms define it.
5400 * s/usg5-4.h (BSTRING): Remove definition.
5401 * s/template.h (BSTRING):
5402 * s/msdos.h (BSTRING):
5403 * s/ms-w32.h (BSTRING):
5404 * s/hpux10-20.h (BSTRING):
5405 * s/gnu-linux.h (BSTRING):
5406 * s/darwin.h (BSTRING):
5407 * s/cygwin.h (BSTRING):
5408 * s/bsd-common.h (BSTRING):
5409 * s/aix4-2.h (BSTRING): Likewise.
5410 * sysdep.c: Remove code depending on BSTRING not being defined.
5411
409f2919
JB
54122010-06-05 Juanma Barranquero <lekktu@gmail.com>
5413
5414 Remove obsolete macro BASE_LEADING_CODE_P.
5415 * character.h (BASE_LEADING_CODE_P): Remove.
5416 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
5417 * buffer.c (Fset_buffer_multibyte):
5418 * indent.c (scan_for_column, compute_motion):
5419 * insdel.c (count_combining_before, count_combining_after):
5420 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
5421
087fc47a
JB
54222010-06-04 Juanma Barranquero <lekktu@gmail.com>
5423
5424 Turn `directory-sep-char' into a noop.
5425
5426 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
5427 (DIRECTORY_SEP): Define unconditionally.
5428
5429 * s/ms-w32.h (DIRECTORY_SEP): Remove.
5430
5431 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
5432 call dostounix_filename directly.
5433
5434 * fileio.c (CORRECT_DIR_SEPS): Remove.
5435 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
5436 (Fsubstitute_in_file_name): Use dostounix_filename instead.
5437 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
5438 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
5439
5440 * w32proc.c (CORRECT_DIR_SEPS): Remove.
5441 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
5442
0eb7675e
AS
54432010-06-03 Andreas Schwab <schwab@linux-m68k.org>
5444
a628ad9d
JB
5445 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
5446 (Bug#6346)
0eb7675e 5447
78edd3b7
JB
54482010-06-03 Juanma Barranquero <lekktu@gmail.com>
5449
5450 * ccl.c (Fccl_program_p): Fix typo in docstring.
5451
eb697db5
DN
54522010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5453
5454 Move UNEXEC definition to autoconf.
5455 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
5456 * s/sol2-10.h (UNEXEC):
5457 * s/irix6-5.h (UNEXEC):
5458 * s/hpux10-20.h (UNEXEC):
5459 * s/gnu-linux.h (UNEXEC):
5460 * s/darwin.h (UNEXEC):
5461 * s/cygwin.h (UNEXEC):
5462 * s/bsd-common.h (UNEXEC):
5463 * s/aix4-2.h (UNEXEC):
5464 * m/alpha.h (UNEXEC): Likewise.
5465 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
5466
aa3830c4
JB
54672010-06-03 Juanma Barranquero <lekktu@gmail.com>
5468
5469 Remove obsolete pre-unicode2 macros.
5470 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
5471 * composite.c (composition_reseat_it):
5472 * data.c (Faset):
5473 * fns.c (Ffillarray):
5474 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
5475 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
5476
d234d13e
JL
54772010-06-03 Juri Linkov <juri@jurta.org>
5478
5479 * buffer.c (Fother_buffer): Add CHECK_FRAME.
5480 (Fswitch_to_buffer): Remove unused variable `err'.
5481
0d4bcf4d
GM
54822010-06-03 Glenn Morris <rgm@gnu.org>
5483
e23dc1e2
GM
5484 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
5485
05b09564
GM
5486 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
5487 now that AH_BOTTOM does it.
5488
824e2978
GM
5489 * m/hp800.h (HAVE_ALLOCA):
5490 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
5491
0d4bcf4d
GM
5492 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
5493 Remove NOT_C_CODE tests, it is always true now.
5494
c55d2abf
DN
54952010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5496
08a494a3
DN
5497 Fix config.h includes.
5498 * xsettings.c:
5499 * xgselect.c:
5500 * nsterm.m:
5501 * nsselect.m:
5502 * nsimage.m:
5503 * nsfont.m:
5504 * nsfns.m:
5505 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
5506 other files do.
5507
75934b1d
DN
5508 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
5509
9f32a766
DN
5510 * s/sol2-6.h: Remove obsolete comments.
5511
c55d2abf
DN
5512 Remove unnecessary alloca.h includes.
5513 * keymap.c: Do not include alloca.h, config.h does that.
5514 * sysdep.c: Likewise. Do not define fwrite, not used.
5515
06ac62b4
SM
55162010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
5519 the HAVE_TERMIO where it belongs (bug#6149).
5520
1ab8293c
SM
55212010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
5524 of bug#6305).
5525
6dcfd253
EZ
55262010-05-30 Eli Zaretskii <eliz@gnu.org>
5527
5528 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
5529 state is always cached (bug#6306).
5530
6d26bbb2
EZ
55312010-05-29 Eli Zaretskii <eliz@gnu.org>
5532
06fa4a23
EZ
5533 Fix cursor motion in bidi-reordered continued lines.
5534 * xdisp.c (try_cursor_movement): Backup to non-continuation line
5535 only after finding point's row. Fix the logic. Rewrite the loop
ef1b0ba7
SM
5536 over continuation lines in bidi-reordered buffers.
5537 Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
6d26bbb2
EZ
5538 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
5539
f5783df3
MA
55402010-05-28 Michael Albinus <michael.albinus@gmx.de>
5541
5542 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
5543
7d56b2dd
KH
55442010-05-28 Kenichi Handa <handa@m17n.org>
5545
5546 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
5547 Don't sheck SPEC if it is nil.
5548 (font_list_entities): Call font_delete_unmatched if
b925d231 5549 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 5550
e58d4ff7
GM
55512010-05-28 Glenn Morris <rgm@gnu.org>
5552
5553 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
5554
f1a5d776
CY
55552010-05-27 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
5558 whether to trash.
5559 (internal_delete_file, Frename_file): Callers changed.
5560 (delete_by_moving_to_trash): Doc fix.
5561 (Fdelete_directory_internal): Don't move to trash.
5562
5563 * callproc.c (delete_temp_file):
5564 * buffer.c (Fkill_buffer): Callers changed.
5565
5566 * lisp.h: Update prototype.
5567
f44a59e6
CY
55682010-05-27 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * xdisp.c (redisplay_window): After redisplay, check if point is
5571 still valid before setting it (Bug#6177).
5572
81ac4f35
GM
55732010-05-27 Glenn Morris <rgm@gnu.org>
5574
5575 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
5576 Convert comments to Makefile format.
5577
5578 * Makefile.in (bootstrap-clean): No more Makefile.c.
5579
ccd89fb3
GM
55802010-05-26 Glenn Morris <rgm@gnu.org>
5581
90278cb6
GM
5582 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
5583 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
5584
ccd89fb3
GM
5585 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5586 Remove.
5587 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5588
b7050583
KH
55892010-05-26 Kenichi Handa <handa@m17n.org>
5590
5591 * composite.c (composition_compute_stop_pos): Fix condition for
5592 backward scanning.
5593
e5458003
GM
55942010-05-25 Glenn Morris <rgm@gnu.org>
5595
c345fe90
GM
5596 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5597 Move before TEMACS_LDFLAGS.
5598 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5599 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5600
2e0689ab
GM
5601 * Makefile.in (NOT_C_CODE): No longer define.
5602 (config.h): No longer include.
5603
8009a5e8
GM
5604 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
5605 variables it may reference.
5606
e5458003
GM
5607 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5608 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
5609
10f72a37
KH
56102010-05-25 Kenichi Handa <handa@m17n.org>
5611
5612 * dispextern.h (struct composition_it): New members rule_idx and
5613 charpos.
5614
5615 * xdisp.c (set_iterator_to_next): While scanning backward, assume
5616 that the character positions of IT point the last character of the
5617 current grapheme cluster.
5618 (next_element_from_composition): Don't change character positions
5619 of IT.
5620 (append_composite_glyph): Set glyph->charpos to
5621 it->cmp_it.charpos.
5622
5623 * composite.c (autocmp_chars): Change the first argument to RULE,
5624 and try composition with RULE only.
5625 (composition_compute_stop_pos): Record the index number of the
5626 composition rule in CMP_IT->rule_idx.
5627 (composition_reseat_it): Call autocmp_chars repeatedly until the
5628 correct rule of the composition is found.
5629 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
5630 is at the last character of the current grapheme cluster when
5631 CMP_IT->reversed_p is nonzero.
5632
171eda53 56332010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 5634
171eda53
SM
5635 * editfns.c (Fbyte_to_string): New function.
5636
66a9f7f4
SM
56372010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * process.c (Fmake_network_process): Set :host to nil if it's not used.
5640 Suggested by Masatake YAMATO <yamato@redhat.com>.
5641
d8c315d1
EZ
56422010-05-23 Eli Zaretskii <eliz@gnu.org>
5643
171eda53 5644 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 5645
f5b416d2 56462010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5647
5648 * s/netbsd.h: If terminfo is found, use it in preference to
5649 termcap. (Bug#6190) [Backport from trunk]
5650
0416466c
EZ
56512010-05-19 Eli Zaretskii <eliz@gnu.org>
5652
11117830 5653 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
5654
5655 * dispextern.h (struct glyph_row): New members minpos and maxpos.
5656 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
5657 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
5658 and maxpos members instead of start.pos and end.pos, respectively.
5659
5660 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
5661 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
5662 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
5663 (try_window_reusing_current_matrix, try_window_id):
5664 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
5665 (init_from_display_pos, init_iterator): Use EMACS_INT for
5666 character and byte positions.
66a9f7f4 5667 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
5668 arguments for minimum and maximum buffer positions seen by
5669 display_line for this row. Don't use iterator to find the
5670 position following the maximum one; instead, increment the
11117830
EZ
5671 position found by display_line directly. Fix logic; eol_pos
5672 should be tested before the rest. Handle the case of characters
5673 delivered from display vector (bug#6036). Fix tests related to
5674 it->method. Handle the truncated_on_right_p rows.
5675 (RECORD_MAX_MIN_POS): New macro.
5676 (display_line): Use it to record the minimum and maximum buffer
5677 positions for glyphs in the row being assembled. Record the
5678 position of the newline that terminates the line. If word wrap is
5679 in effect, restore minimum and maximum positions seen up to the
5680 wrap point, when iterator returns to it.
5681 (try_window_reusing_current_matrix): Give up if in bidi-reordered
5682 row and cursor not already at point. Restore original pre-bidi
5683 code for unidirectional buffers.
d36fe237
EZ
5684
5685 * dispnew.c (increment_row_positions, check_matrix_invariants):
5686 Increment and check row->start.pos and row->end.pos, in addition
5687 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
5688
11117830
EZ
5689 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
5690 Display truncated_on_left_p and truncated_on_right_p flags.
5691 Formatting fixes.
5692 (pmtxrows): Display the ordinal number of each row. Don't display
5693 rows beyond the last one.
5694
5695 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
5696 it is not copied by bidi_copy_it.
5697
6e83d800
EZ
56982010-05-22 Eli Zaretskii <eliz@gnu.org>
5699
5700 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
5701 (Bug#6237)
5702
110683ad
CY
57032010-05-22 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * image.c (Fimage_flush): Rename from image-refresh.
5706
98fe5161
CY
57072010-05-21 Chong Yidong <cyd@stupidchicken.com>
5708
5709 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
5710 just one window.
5711
5712 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
5713 (clear_image_cache): If the number of cached images is unusually
5714 large, decrease the cache eviction delay (Bug#6230).
5715
e8752c66
GM
57162010-05-21 Glenn Morris <rgm@gnu.org>
5717
66dbf213
GM
5718 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
5719 Move these rules to ns.mk.
5720 * ns.mk: New file.
5721
04384b2d
GM
5722 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
5723
e8752c66
GM
5724 * Makefile.in (CANNOT_DUMP): New, set by configure.
5725 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
5726
2e2bbddb
JL
57272010-05-20 Juri Linkov <juri@jurta.org>
5728
5729 * fileio.c (Fdelete_file): Change interative spec to use
5730 `read-file-name' like in `find-file-read-args' where the default
5731 value is `default-directory' instead of `buffer-file-name'.
5732 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
5733
31c4aaf6
KR
57342010-05-20 Kevin Ryde <user42@zip.com.au>
5735
5736 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
5737 (Voverriding_terminal_local_map, Vsystem_key_alist)
5738 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
5739
9d5cf9b6
GM
57402010-05-20 Glenn Morris <rgm@gnu.org>
5741
5742 * Makefile.in (DEPDIR): New constant.
5743 (DEPFLAGS): Set with configure, not cpp.
5744 (MKDEPDIR): New, set by configure.
5745 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
5746 (clean): Use $DEPDIR.
5747 (deps_frag): Include from configure.
5748 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
5749 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
5750
bba3e508
SM
5751 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state):
5752 Fix reallocation of the cache. (Bug#6210)
ead6f8f5 5753
7f34aec3
GM
57542010-05-19 Glenn Morris <rgm@gnu.org>
5755
d494e8f2
GM
5756 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
5757
c1d0dcfd
GM
5758 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
5759 (GNULIB_VAR): Remove.
5760 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
5761
5762 * m/ibms390x.h (LINKER):
5763 * m/macppc.h (LINKER) [GNU_LINUX]:
5764 * s/aix4-2.h (ORDINARY_LINK):
5765 * s/cygwin.h (LINKER):
5766 * s/darwin.h (ORDINARY_LINK):
5767 * s/gnu.h (ORDINARY_LINK):
5768 * s/netbsd.h (LINKER):
5769 * s/usg5-4.h (ORDINARY_LINK):
5770 Move to configure.
5771
7f34aec3
GM
5772 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
5773
754790b6
CY
57742010-05-18 Chong Yidong <cyd@stupidchicken.com>
5775
5776 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
5777 prevent stack overflow if number of arguments is too large
5778 (Bug#6214).
5779
161e44d1
JB
57802010-05-18 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * charset.c (load_charset_map_from_file): Don't call close after fclose.
5783
be4ff9da
GM
57842010-05-18 Glenn Morris <rgm@gnu.org>
5785
9539dc5d
GM
5786 * s/gnu-linux.h: Combine two conditionals.
5787
5788 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
5789 $(POST_ALLOC_OBJ).
5790
40dc6bf4
GM
5791 * Makefile.in (RALLOC_OBJ): New, set by configure.
5792 (rallocobj): Replace with the previous variable.
5793 (otherobj): Use $RALLOC_OBJ.
5794
5795 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
5796 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
5797
be4ff9da
GM
5798 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
5799 (gmallocobj, vmlimitobj): Replace with previous two variables.
5800 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
5801
16455a85
GM
58022010-05-17 Glenn Morris <rgm@gnu.org>
5803
5804 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
5805 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
5806
5fdb7468
GM
58072010-05-16 Glenn Morris <rgm@gnu.org>
5808
7ca1f3f9
GM
5809 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
5810
7541dad5
GM
5811 * Makefile.in (clean): Get rid of HAVE_NS conditional.
5812
da53fab9
GM
5813 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
5814 trailing "/".
5815
b02a6645
GM
5816 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
5817 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
5818
8877ca0f
GM
5819 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
5820 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
5821 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
5822 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
5823 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
5824
5fdb7468
GM
5825 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
5826 Remove ${STARTFLAGS}, nothing ever sets it.
5827
95adb4b1
DN
58282010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5829
5830 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
5831
676b6304
GM
58322010-05-16 Glenn Morris <rgm@gnu.org>
5833
9beab9ce
GM
5834 * Makefile.in (LIBX_BASE): Always define.
5835
8a95f0e7
GM
5836 * Makefile.in (LIBX_OTHER): Move out of cpp section.
5837
676b6304
GM
5838 * Makefile.in (LIBXT): Always define.
5839
6e546d18
GM
58402010-05-15 Glenn Morris <rgm@gnu.org>
5841
4235ca47 5842 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 5843
6e546d18
GM
5844 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
5845 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
5846
8c5ff6dd
KR
58472010-05-15 Ken Raeburn <raeburn@raeburn.org>
5848
560bb7ae 5849 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
5850 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
5851
8b4eb796
KR
5852 * emacs.c (main): Initialize initial-environment and
5853 process-environment before generating from env, not after.
5854
8c5ff6dd
KR
5855 Handle --version reasonably in CANNOT_DUMP configuration.
5856 * emacs.c (emacs_version, emacs_copyright): New string variables.
5857 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
5858 (syms_of_emacs): Defvar them, and initialize them from the C
5859 string variables.
5860 (main): If initialization hasn't been done, print initial version
5861 info from the C strings, instead of starting an interactive session.
5862
dbd3f723
EZ
58632010-05-15 Eli Zaretskii <eliz@gnu.org>
5864
d20e1419
EZ
5865 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
5866 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
5867 (bidi_paragraph_init): Remove redundant assertion that we are at
5868 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
5869
5870 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
5871 (syms_of_xdisp): Defsubr it.
5872
d36fe237
EZ
5873 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
5874
dbd3f723
EZ
5875 * Makefile.in: Fix MSDOS-related comments.
5876
02be533b
GM
58772010-05-15 Glenn Morris <rgm@gnu.org>
5878
1a82cca9
GM
5879 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
5880 (really-lwlib, really-oldXMenu): Always define.
5881 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
5882
3df7b338
GM
5883 * Makefile.in: Simplify cpp conditional.
5884
2b5f541b
GM
5885 * Makefile.in (${ns_appdir}): Simplify using umask.
5886
02be533b
GM
5887 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
5888
4e2db1fe
SM
58892010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * eval.c (specbind): Remove left-over duplicate test.
5892 Disallow let-binding frame-local vars. Add comment.
5893
4b292a22
EZ
58942010-05-14 Eli Zaretskii <eliz@gnu.org>
5895
2fe72643 5896 Make the cache of bidi iterator states dynamically allocated.
1edbd309 5897 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
5898 (bidi_init_it): Call it.
5899 (bidi_cache_iterator_state): Enlarge the cache if needed.
5900
4e2db1fe 5901 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
5902 bidi_get_next_char_visually. All callers changed.
5903
82ebc97b
KH
59042010-05-14 Kenichi Handa <handa@m17n.org>
5905
5906 * dispextern.h (struct composition_it): New member reversed_p.
5907
5908 * composite.c (composition_compute_stop_pos): Search backward if
5909 ENDPOS < CHARPOS.
5910 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
5911 Set CMP_IT->reversed_p.
b4b6e17e 5912 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 5913
4e2db1fe
SM
5914 * xdisp.c (set_iterator_to_next):
5915 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
5916 scanning backward. Call composition_compute_stop_pos if scan
5917 direction is changed.
5918 (next_element_from_buffer): Call composition_compute_stop_pos with
5919 negative ENDPOS if we are scanning backward.
5920 (next_element_from_composition): Pay attention to
5921 IT->cmp_it.reversed_p.
5922
0e5d7800
KH
59232010-05-14 Kenichi Handa <handa@m17n.org>
5924
560bb7ae 5925 * font.c (font_range): Return the range for the font found at first.
0e5d7800 5926
cb027b32
GM
59272010-05-14 Glenn Morris <rgm@gnu.org>
5928
177b0288
GM
5929 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
5930
fbc00890
GM
5931 * Makefile.in (mktime, X11, register): Move undefs to configure.
5932
f14d1dfd
GM
5933 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
5934 (MSDOS_X_OBJ): New variable.
5935 (MSDOS_SUPPORT_REAL): New constant.
5936 (MSDOS_SUPPORT): Set as a variable, not with cpp.
5937 (obj): Use MSDOS_X_OBJ.
5938 (lisp): Use MSDOS_SUPPORT as a variable.
5939
11842bd8
GM
5940 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
5941 (GPM_MOUSE_SUPPORT): Now it's a constant.
5942 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
5943 not cpp.
5944
489d31a4 5945 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 5946 (ns_appresdir): Remove, unused.
e20f1f07 5947
489d31a4
GM
5948 * Makefile.in (SHELL): Move outside cpp section.
5949
cb027b32
GM
5950 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
5951
5a903aa9
GM
59522010-05-13 Glenn Morris <rgm@gnu.org>
5953
3369c79f
GM
5954 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
5955 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
5956
d5e982a6
GM
5957 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
5958 HAVE_WINDOW_SYSTEM must be too.
5959
6192e163
GM
5960 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
5961 (lisp): Remove WINNT_SUPPORT.
5962
472c5d6b
GM
5963 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
5964 Let configure set these variables (to empty) in this case as well.
5965
0116466b
GM
5966 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
5967 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
5968
5a903aa9
GM
5969 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
5970 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
5971 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
5972 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
5973 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 5974 the values output by configure.
5a903aa9
GM
5975 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
5976
1a0d7c06
GM
59772010-05-12 Glenn Morris <rgm@gnu.org>
5978
b5457f14
GM
5979 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
5980 (LINKER_WAS_SPECIFIED): Remove.
5981
1a0d7c06
GM
5982 * Makefile.in (LIB_GCC): Set using configure, not cpp.
5983 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
5984 * m/arm.h (LIB_GCC) [GNU_LINUX]:
5985 * s/cygwin.h (LIB_GCC):
5986 * s/freebsd.h (LIB_GCC):
5987 * s/gnu-linux.h (LIB_GCC):
5988 * s/msdos.h (LIB_GCC):
5989 * s/netbsd.h (LIB_GCC):
5990 Move to configure.
5991
d1ddd1d0 59922010-05-11 Karel Klíč <kklic@redhat.com>
c90ca7b7
KH
5993
5994 * ftfont.c: Fix incorrect parentheses of #if condition for
5995 definining M17N_FLT_USE_NEW_FEATURE.
5996
acddf8ae
GM
59972010-05-11 Glenn Morris <rgm@gnu.org>
5998
5999 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
6000 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
6001
ae5e04fa
EZ
60022010-05-10 Eli Zaretskii <eliz@gnu.org>
6003
6004 * xdisp.c (init_iterator): Don't turn on bidi reordering in
6005 unibyte buffers. See
6006 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
6007
7490175b
GM
60082010-05-10 Glenn Morris <rgm@gnu.org>
6009
97efb629
GM
6010 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
6011 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
6012 (LIBES): Use LIBS_SYSTEM as a variable.
6013 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
6014 * s/aix4-2.h (LIBS_SYSTEM):
6015 * s/freebsd.h (LIBS_SYSTEM):
6016 * s/hpux10-20.h (LIBS_SYSTEM):
6017 * s/sol2-6.h (LIBS_SYSTEM):
6018 * s/unixware.h (LIBS_SYSTEM):
6019 Move to configure.
6020
7490175b
GM
6021 * s/aix4-2.h (MAIL_USE_LOCKF):
6022 * s/bsd-common.h (MAIL_USE_FLOCK):
6023 * s/darwin.h (MAIL_USE_FLOCK):
6024 * s/gnu-linux.h (MAIL_USE_FLOCK):
6025 * s/irix6-5.h (MAIL_USE_FLOCK):
6026 * s/template.h (MAIL_USE_FLOCK):
6027 Move to configure.
6028
0235128c 60292010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
6030
6031 * Version 23.2 released.
6032
0235128c 60332010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
6034
6035 * composite.c (autocmp_chars): Save point as marker before calling
6036 auto-composition-function (Bug#5984).
6037
6038 * lisp.h (restore_point_unwind): Add prototype.
6039
6040 * fileio.c (restore_point_unwind): Remove static attribute.
6041
0235128c 60422010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
6043
6044 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
6045 new feature of libotf and m17n-flt.
0235128c
SM
6046 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
6047 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
6048 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
6049 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
6050 that OUT is NULL. Use OTF_drive_gsub_with_log and
6051 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
6052 OTF_drive_gpos.
6053 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
6054 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
6055 Setup mflt_enable_new_feature and mflt_try_otf.
6056
4721152c
J
60572010-05-08 Jan Djärv <jan.h.d@swipnet.se>
6058
6059 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
6060
6061 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
6062 box and toolbar (Bug #6139).
6063 (xg_create_tool_bar): Remove comment (Bug #6139).
6064 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
6065 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
6066
ee0a16cf
JB
60672010-05-08 Juanma Barranquero <lekktu@gmail.com>
6068
6069 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
6070 Update dependencies.
6071
96d79611
EZ
60722010-05-08 Eli Zaretskii <eliz@gnu.org>
6073
6074 * fringe.c (update_window_fringes): Set up truncation bitmaps for
6075 R2L lines.
6076
40c17879
GM
60772010-05-08 Glenn Morris <rgm@gnu.org>
6078
7b42b29f
GM
6079 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
6080
40c17879
GM
6081 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
6082 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
6083 (termcapobj): Replace with TERMCAP_OBJ.
6084 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
6085 (LIBES): Use LIBS_TERMCAP as a variable.
6086
6087 * s/freebsd.h (osreldate.h): No longer include, since this file
6088 does not use __FreeBSD_version any more.
6089
6090 * s/aix4-2.h (TERMINFO):
6091 * s/cygwin.h (TERMINFO):
6092 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6093 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
6094 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6095 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6096 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
6097 * s/irix6-5.h (TERMINFO):
6098 * s/netbsd.h (LIBS_TERMCAP):
6099 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
6100 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
6101 * s/usg5-4.h (TERMINFO):
6102 Move to configure.
6103
94b612ad
SM
61042010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * eval.c (unbind_to): Don't unbind a local binding into the global
6107 binding when the local binding disappeared. Inversely, don't unbind
6108 a global binding into a newly created local binding.
6109 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
6110 can specify the frame to use, when applicable. Adjust callers.
6111
15e12598 61122010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 6113 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
6114
6115 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
6116
f724825e
EZ
61172010-05-07 Eli Zaretskii <eliz@gnu.org>
6118
5cba3209
EZ
6119 * w32fns.c: Include w32.h.
6120 (Fw32_shell_execute): Decode the error message before passing it
6121 to `error'. (Bug#6126)
6122
d16bdfc3
EZ
6123 * msdos.c (dos_set_window_size):
6124 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
6125 instead of `XSYMBOL (foo)->value'.
6126
59d93e87
EZ
61272010-05-07 Eli Zaretskii <eliz@gnu.org>
6128
9fdec8bc
EZ
6129 Fix the MS-DOS build, broken by autoconfiscation.
6130
6131 * Makefile.in: Don't use Make-style comments past the "start of
6132 cpp stuff" line.
6133 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
6134
6135 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
6136 edited directly by msdos/sed1v2.inp).
f724825e 6137
2f86b22b
GM
61382010-05-07 Glenn Morris <rgm@gnu.org>
6139
6140 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6141 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
6142 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
6143 move out of cpp section.
6144 * s/freebsd.h (LD_SWITCH_SYSTEM):
6145 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
6146 * s/netbsd.h (LD_SWITCH_SYSTEM):
6147 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
6148
49ebbd65
DN
61492010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6150
6151 Define LIB_STANDARD and START_FILES using autoconf.
6152 * s/usg5-4.h (LIB_STANDARD):
6153 * s/netbsd.h (START_FILES):
6154 * s/irix6-5.h (LIB_STANDARD):
6155 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
6156 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
6157 * s/freebsd.h (START_FILES):
6158 * s/darwin.h (START_FILES):
6159 * s/cygwin.h (START_FILES):
6160 * s/aix4-2.h (LIB_STANDARD):
6161 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
6162 * Makefile.in (STARTFILES): Rename to START_FILES, define using
6163 autoconf, not cpp.
6164
d43c06d6
DN
61652010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
6166
28823648
DN
6167 Remove NEED_BSDTTY and NEED_UNISTD_H.
6168 * s/hpux10-20.h (NEED_BSDTTY): Remove.
6169 * s/aix4-2.h (NEED_UNISTD_H): Remove.
6170 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
6171 <sys/ptyio.h> and <unistd.h>.
6172
aca00430
DN
6173 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
6174
d43c06d6
DN
6175 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
6176 * s/gnu.h (START_FILES): Remove empty definition.
6177
3e56b11d
JD
61782010-05-06 Jan Djärv <jan.h.d@swipnet.se>
6179
6180 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
6181
e3cf0cde
GM
61822010-05-06 Glenn Morris <rgm@gnu.org>
6183
6184 * Makefile.in (CPP, LN_S): Remove unused variables.
6185
774b9a60
SM
61862010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
6189
4ab92842
LM
61902010-05-05 Lawrence Mitchell <wence@gmx.li>
6191
6192 * m/sparc.h: Fix typo in earlier change.
6193
178f2507
SM
61942010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 Misc tweaks.
6197 * eval.c (Fdefvaralias): Remove unintended nested if.
6198 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
6199
80f00217 62002010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
6201
6202 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
6203
ef03a4e6
DN
62042010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6205
58eb6cf0
DN
6206 Remove BSD_PGRPS.
6207 * s/bsd-common.h (BSD_PGRPS): Remove undef.
6208 * s/gnu-linux.h (BSD_PGRPS): Remove.
6209 * term.c (dissociate_if_controlling_tty):
6210 * sysdep.c (narrow_foreground_group, widen_foreground_group)
6211 (init_sys_modes, reset_sys_modes):
6212 * emacs.c (main):
6213 * callproc.c (Fcall_process, child_setup): Remove code depending
6214 on BSD_PGRPS.
6215
ef03a4e6
DN
6216 Remove POSIX_SIGNALS.
6217 * s/usg5-4.h (POSIX_SIGNALS):
6218 * s/netbsd.h (POSIX_SIGNALS):
6219 * s/msdos.h (POSIX_SIGNALS):
6220 * s/ms-w32.h (POSIX_SIGNALS):
6221 * s/hpux11.h (POSIX_SIGNALS):
6222 * s/gnu.h (POSIX_SIGNALS):
6223 * s/gnu-linux.h (POSIX_SIGNALS):
6224 * s/freebsd.h (POSIX_SIGNALS):
6225 * s/darwin.h (POSIX_SIGNALS):
6226 * s/cygwin.h (POSIX_SIGNALS):
6227 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
6228 * s/unixware.h:
6229 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
6230 * process.c (create_process):
6231 * syssignal.h:
6232 * sysdep.c (wait_for_termination, init_signals):
6233 * process.c (create_process):
6234 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
6235 remove all code that assumes the contrary.
6236
49628785
GM
62372010-05-04 Glenn Morris <rgm@gnu.org>
6238
27a2cdfc
GM
6239 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
6240 variable.
6241 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
6242 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
6243 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
6244 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
6245 LD_SWITCH_SYSTEM_tmp.
6246 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
6247 New variables, set by configure.
6248
eb21eab5
GM
6249 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
6250 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
6251 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
6252 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
6253 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
6254
49628785
GM
6255 * s/aix4-2.h (C_SWITCH_SYSTEM):
6256 * m/alpha.h (C_SWITCH_MACHINE):
6257 Move to configure.in.
6258 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
6259 New variables, set by configure.
6260 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
6261 $c_switch_machine and $c_switch_system.
6262
7dff330b
DN
62632010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6264
6265 * s/hpux10-20.h (LIB_STANDARD): New definition.
6266 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
6267 on it, not used anymore.
6268
53967e09
CY
62692010-05-03 Chong Yidong <cyd@stupidchicken.com>
6270
6271 * eval.c (internal_condition_case_n): Rename from
6272 internal_condition_case_2.
6273 (internal_condition_case_2): New function.
6274
6275 * xdisp.c (safe_call): Use internal_condition_case_n.
6276
6277 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
6278 (internal_delete_file, Frename_file): Callers changed.
6279
6280 * buffer.c (Fkill_buffer):
6281 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
6282
6283 * lisp.h: Update prototypes.
6284
3dee6fdb
GM
62852010-05-03 Glenn Morris <rgm@gnu.org>
6286
6287 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
6288 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
6289 (LIBXT): Set with configure, not cpp.
6290 (LIBX): Remove.
6291 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
6292
a101e0fb
DN
62932010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6294
6295 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
6296 The FreeBSD is not needed, the default works, Solaris version is
6297 not needed, and the remaining case is not supported by configure.
6298
f63d0028
JD
62992010-05-02 Jan Djärv <jan.h.d@swipnet.se>
6300
6301 * xsmfns.c (CHDIR_OPT): New define.
6302 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
6303 restarting emacs.
6304
6305 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
6306 shut_down_emacs.
6307
6308 * emacs.c (USAGE1): Mention --chdir.
6309 (main): Handle --chdir.
6310 (standard_args): Add --chdir.
6311 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
6312 #5552).
6313
e4814a9f
DN
63142010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6315
cd03c74a
DN
6316 Remove LD_SWITCH_MACHINE.
6317 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
6318 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
6319
c3a398a1
DN
6320 Clean up IRIX code.
6321 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
6322 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
6323
87e7285c
DN
6324 Clean up AIX code.
6325 * m/ibmrs6000.inp: Remove file, unused.
6326 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
6327 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
6328 definition ...
6329 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
6330
80f00217
JB
6331 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
6332 unused.
e4814a9f 6333
59ca28de
EZ
63342010-05-01 Eli Zaretskii <eliz@gnu.org>
6335
197daef4
EZ
6336 Emulate POSIX_SIGNALS on MS-Windows.
6337
6338 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
6339 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
6340
6341 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
6342 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
6343 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
6344
80f00217
JB
6345 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
6346 New stubs.
197daef4 6347
af7c7572
EZ
6348 Miscellaneous fixes of bidi display.
6349
59ca28de
EZ
6350 * xdisp.c (find_row_end): New function, refactored from display_line.
6351 (display_line): Use it.
017ea819
EZ
6352 (extend_face_to_end_of_line): In almost-filled rows, extend only
6353 if the row is R2L and not continued.
166e930d 6354 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 6355 Preserve overlay and string info in row->end.
166e930d
EZ
6356 (insert_left_trunc_glyphs): Support addition of left truncation
6357 glyphs to R2L rows.
b47e0dcf 6358 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
6359 glyph between adjacent windows. Fix a crash when a display string
6360 is continued to the next line. Don't return zero if cursor was
6361 found by `cursor' property of a display string.
b47e0dcf
EZ
6362 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
6363 test for that explicitly.
59ca28de 6364
7acac9f4
GM
63652010-05-01 Glenn Morris <rgm@gnu.org>
6366
6367 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
6368 for clarity.
6369 (OTHER_OBJ): Remove.
6370 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
6371 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
6372
45841e65
KK
63732010-05-01 Karel Klíč <kklic@redhat.com>
6374
6375 * fileio.c (Ffile_selinux_context): Context functions may return null.
6376
afc61943
DN
63772010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
6378
80f00217 6379 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 6380
5a1bb006
GM
63812010-04-30 Glenn Morris <rgm@gnu.org>
6382
6383 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
6384 (OTHER_OBJ): Define as a separate variable, for clarity.
6385
210af043
J
63862010-04-30 Jan Djärv <jan.h.d@swipnet.se>
6387
6388 * xsettings.c: include limits.h and update file comment.
6389
0a7df391
GM
63902010-04-30 Glenn Morris <rgm@gnu.org>
6391
d5096f16
GM
6392 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
6393 Set with configure, not cpp.
6394 (LIBW): Remove, replace with $TOOLKIT_LIBW.
6395
7eb1ac33
GM
6396 * Makefile.in (mallocobj): Remove.
6397 (otherobj): Simplify using @OTHER_OBJ@.
6398
517d086b
GM
6399 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
6400 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
6401 Don't bother making nsgui.h dependency platform-specific.
6402
0a7df391
GM
6403 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
6404
d6d23852
SM
64052010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6406
d2630aef
SM
6407 * process.c (read_process_output, exec_sentinel): Don't burp if the
6408 sentinel/filter kills the current buffer (bug#6060).
6409
f9dddf52 6410 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
6411 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
6412 Remove unused var `args'.
6413 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
6414 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
6415 * doc.c (store_function_docstring): Use XSETCAR.
6416
f1e3642a
GM
64172010-04-28 Glenn Morris <rgm@gnu.org>
6418
faf535f8
GM
6419 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
6420 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
6421
c40f9449
GM
6422 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
6423
658f86ca
GM
6424 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
6425 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
6426
bc0b5f61
GM
6427 * Makefile.in (FONT_OBJ): New, set by configure.
6428 (FONT_DRIVERS): Use $FONT_OBJ.
6429
294c50a0
GM
6430 * Makefile.in (LIBXMU): Set with configure, not cpp.
6431 * s/aix4-2.h (LIBXMU):
6432 * s/hpux10-20.h (LIBXMU):
6433 Remove definition, now set in configure.
6434
e6ec4e99
GM
6435 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
6436
f1e3642a
GM
6437 * m/amdx86-64.h [i386]: Move this test to configure.in.
6438
c6ea2936
GM
64392010-04-27 Glenn Morris <rgm@gnu.org>
6440
8fdac2c3
GM
6441 * Makefile.in (LIBXTR6): Set with configure, not cpp.
6442 * s/unixware.h (NEED_LIBW): Remove definition.
6443
986fb647
GM
6444 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
6445 (TOOLKIT_LIBW): New, set by configure.
6446 (@X_TOOLKIT_TYPE@): No longer define it.
6447
c6ea2936
GM
6448 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
6449 (MOTIF_LIBW): Set with configure, not cpp.
6450 * s/aix4-2.h (LIB_MOTIF):
6451 * s/gnu-linux.h (LIB_MOTIF):
6452 * s/unixware.h (LIB_MOTIF): Move to configure.in.
6453
aaa36002
DN
64542010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6455
6456 Reduce CPP usage.
6457 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
6458 (obj): Use autoconf for unexec instead of cpp.
bba3e508
SM
6459 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE):
6460 Remove definitions and undefs. Inline definitions in the only user.
ed6281b0 6461 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 6462
b678dd8b
GM
64632010-04-27 Glenn Morris <rgm@gnu.org>
6464
76cda504
GM
6465 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
6466 since the defaults (set by the system file) are fine in most cases.
6467 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
6468 * m/ibms390x.h (START_FILES, LIB_STANDARD):
6469 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
6470 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
6471 Remove definitions, since they are set correctly in s/gnu-linux.h.
6472 * s/freebsd.h (START_FILES, LIB_STANDARD):
6473 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
6474 * s/hpux10-20.h (START_FILES):
6475 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
6476 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
6477
b678dd8b
GM
6478 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
6479 (MOTIF_LIBW): Use $LIBXP.
6480 (otherobj): Use $WIDGET_OBJ.
6481
9452ded1
DN
64822010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6483
7e10844c
DN
6484 * Makefile.in (LIBS_MACHINE): Remove, unused.
6485
9452ded1
DN
6486 Use autoconf instead of cpp for LIB_MATH.
6487 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
6488 * s/cygwin.h (LIB_MATH): Likewise.
6489 * Makefile.in (LIB_MATH): Do not define with cpp.
6490 (LIBES): Use autoconf for LIB_MATH.
6491
fcebfc6a
KH
64922010-04-26 Kenichi Handa <handa@m17n.org>
6493
6494 * composite.c (Ffind_composition_internal): Fix the return value
6495 for an automatic composition.
6496
39e2ad1b
DN
64972010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6498
6499 Remove all NO_ARG_ARRAY uses.
6500 * fns.c (concat2, concat3, nconc2):
6501 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
6502 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
6503 * m/xtensa.h (NO_ARG_ARRAY):
6504 * m/template.h (NO_ARG_ARRAY):
6505 * m/sparc.h (NO_ARG_ARRAY):
6506 * m/sh3.h (NO_ARG_ARRAY):
6507 * m/mips.h (NO_ARG_ARRAY):
6508 * m/macppc.h (NO_ARG_ARRAY):
6509 * m/iris4d.h (NO_ARG_ARRAY):
6510 * m/intel386.h (NO_ARG_ARRAY):
6511 * m/ibms390x.h (NO_ARG_ARRAY):
6512 * m/ibms390.h (NO_ARG_ARRAY):
6513 * m/ibmrs6000.h (NO_ARG_ARRAY):
6514 * m/ia64.h (NO_ARG_ARRAY):
6515 * m/hp800.h (NO_ARG_ARRAY):
6516 * m/arm.h (NO_ARG_ARRAY):
6517 * m/amdx86-64.h (NO_ARG_ARRAY):
6518 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
6519
adf4f59c
EZ
65202010-04-25 Eli Zaretskii <eliz@gnu.org>
6521
6bdf5d65
EZ
6522 * xdisp.c (display_line): Don't assume 2nd call to
6523 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
6524 (iterate_out_of_display_property): New function, body from pop_it.
6525 (pop_it): Use it.
adf4f59c 6526
dfbbda83
GM
65272010-04-24 Glenn Morris <rgm@gnu.org>
6528
6529 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
6530 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
6531 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
6532 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
6533
2d4018aa
EZ
65342010-04-24 Eli Zaretskii <eliz@gnu.org>
6535
a49884a6
EZ
6536 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
6537 use `get_next_display_element' and `set_iterator_to_next' to
6538 advance to the next character, when looking for the character that
6539 begins the next row.
6540
76db6fcc 6541 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
6542 definition of "struct Lisp_Symbol".
6543
70eab5c1
GM
65442010-04-24 Glenn Morris <rgm@gnu.org>
6545
6546 * Makefile.in (CRT_DIR): New variable, set by configure.
6547 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
6548 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
6549
1ad4cc3d
DN
65502010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6551
e769f484
DN
6552 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
6553
4196ff33
DN
6554 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
6555
879b0ee4
DN
6556 Remove redundant flags.
6557 * s/freebsd.h (C_SWITCH_SYSTEM):
6558 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
6559 * s/netbsd.h (C_SWITCH_SYSTEM):
6560 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
6561 of these.
6562
03cbbcb8
DN
6563 Simplify m/intel386.h.
6564 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
6565 user: ecrt0.c.
6566 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
6567 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
6568 the only user: s/unixware.h.
6569 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
6570 from m/intel386.h.
bba3e508
SM
6571 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE):
6572 Definitions moved here from m/intel386.h.
03cbbcb8 6573
1ad4cc3d
DN
6574 * m/mips.h: Remove #if 0 code.
6575
8785b888
EZ
65762010-04-23 Eli Zaretskii <eliz@gnu.org>
6577
728588cc
EZ
6578 Fix display of composed characters from L2R scripts in bidi buffers.
6579 * xdisp.c (set_iterator_to_next, next_element_from_composition):
6580 After advancing IT past the composition, resync the bidi iterator
6581 with IT's position. (Bug#5977)
6582
a63f80b4
DN
65832010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6584
6585 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
6586 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
6587
ff5dec5c
SM
65882010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
6591
8785b888
EZ
65922010-04-23 Eli Zaretskii <eliz@gnu.org>
6593
58ccf243 6594 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
6595 * xdisp.c (pop_it): When the stack is popped after displaying
6596 from a string, bidi-iterate to exit from the text portion covered
6597 by the `display' property or overlay. (Bug#5988, bug#5920)
6598
feeb1604
DN
65992010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6600
8e324eb6
DN
6601 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
6602 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
6603
809fcaba
DN
6604 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
6605 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
6606
ed710380
DN
6607 Simplify STARTFILES definition.
6608 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
6609 relying on Makefile.in to define it.
6610 * s/cygwin.h (START_FILES): Likewise.
6611 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
6612
feeb1604
DN
6613 Clean up Solaris code.
6614 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
6615 (LIB_MOTIF): Remove, configure takes care of this.
6616 (NOT_USING_MOTIF): Remove, unused.
6617 * xrdb.c: Remove #if 0-ed #include.
6618 (SYSV): Remove conditional for old SysV.
6619 * sysdep.c (closedir): Remove conditional code for Solaris,
6620 Solaris has closedir.
6621
a0d0b563
JD
66222010-04-22 Jan Djärv <jan.h.d@swipnet.se>
6623
6624 * xsettings.c (read_and_apply_settings): Check if current_font is
6625 NULL before strcmp (Bug#6001).
6626
56bae7c7
DN
66272010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6628
6629 Clean up HP-UX files.
6630 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
6631 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
6632 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
6633 * s/hpux10-20.h: ... to the only user, here.
6634
372b7a95
EZ
66352010-04-21 Eli Zaretskii <eliz@gnu.org>
6636
6637 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
6638 use buffer-local values of paragraph-start and paragraph-separate.
6639 <paragraph_start_re, paragraph_separate_re>: Rename from
6640 fallback_paragraph_start_re and fallback_paragraph_separate_re.
6641 (Bug#5992)
6642
f904c0f9
JD
66432010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6644
6645 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
6646 current_tool_bar_style are new.
6647 (store_config_changed_event): Rename from store_font_changed_event.
6648 (XSETTINGS_TOOL_BAR_STYLE): New define.
6649 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
6650 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
6651 HAVE_XFT.
6652 (something_changedCB): store_font_changed_event is now
c4cc8b9a 6653 store_config_changed_event.
bba3e508
SM
6654 (parse_settings): Rename from parse_xft_settings.
6655 Read non-xft xsettings outside #ifdef HAVE_XFT.
ef1b0ba7 6656 (read_settings): Rename from read_xft_settings.
f904c0f9
JD
6657 (apply_xft_settings): Take current settings as parameter. Do not
6658 call read_(xft)_settings.
6659 (read_and_apply_settings): New function.
bba3e508
SM
6660 (xft_settings_event): Do non-xft stuff out of HAVE_XFT.
6661 Call read_and_apply_settings if there are settings to be read.
ef1b0ba7 6662 (init_xsettings): Rename from init_xfd_settings.
f904c0f9
JD
6663 Call read_and_apply_settings unconditionally.
6664 (xsettings_initialize): Call init_xsettings.
6665 (Ftool_bar_get_system_style): New function.
6666 (syms_of_xsettings): Define Qmonospace_font_name and
6667 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 6668 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 6669 dynamic-setting.
31a01b90 6670 Move misplaced HAVE_GCONF
f904c0f9
JD
6671
6672 * xsettings.h (Ftool_bar_get_system_style): Declare.
6673
6674 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
6675 Qtext, Qboth, Qboth_horiz are new.
6676 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
6677 Vtool_bar_style, tool_bar_max_label_size.
6678
6679 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
6680
6681 * keyboard.c: QClabel is new.
6682 (parse_tool_bar_item): Take out QClabel from tool bar items.
6683 Try to construct a label if ther is no QClabel.
6684 (syms_of_keyboard): Intern :label as QClabel.
6685
6686 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
6687 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
6688 New.
6689
6690 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
6691 dynamic-setting.el.
6692
6693 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
6694 (xg_make_tool_item, xg_show_toolbar_item): New function.
6695 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
6696 Call xg_make_tool_item to make a tool bar item.
6697 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
6698
6699 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
6700 into account for toolbars.
6701
c632dfda
JD
67022010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6703
6704 * data.c (make_blv): Declarations before code (Bug#5993).
6705
10efe302
GM
67062010-04-21 Glenn Morris <rgm@gnu.org>
6707
6708 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
6709 Define using autoconf, not cpp.
6710 (LIBXSM): New variable, set by autoconf.
6711 (LIBXT): Use $LIBXSM.
6712
4285ac5a
DN
67132010-04-21 Dan Nicolaescu <local_user@dannlt>
6714
3ec759e7
DN
6715 Remove NOMULTIPLEJOBS, unused.
6716 * s/template.h (NOMULTIPLEJOBS):
6717 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
6718
4285ac5a
DN
6719 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
6720 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
6721 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
6722 detects -znocombreloc and passes it to the linker
6723 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
6724
2807228d
GM
67252010-04-21 Glenn Morris <rgm@gnu.org>
6726
6727 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
6728
574c05e2
KK
67292010-04-21 Karel Klíč <kklic@redhat.com>
6730
6731 * Makefile.in (LIBSELINUX_LIBS): New.
6732 (LIBES): Add $LIBSELINUX_LIBS.
6733 * eval.c, lisp.h (call7): New function.
6734 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
6735 (Ffile_selinux_context, Fset_file_selinux_context):
6736 New functions.
6737 (Fcopy_file): New parameter preserve-selinux-context.
6738 (Frename_file): Preserve selinux context when renaming by copy-file.
6739
91eac4bb 67402010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 6741 Eli Zaretskii <eliz@gnu.org>
91eac4bb 6742
50426a04
JB
6743 Don't depend on cm.c or termcap.c on Windows, use stubs.
6744 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
6745 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
6746 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
6747 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
6748 (sys_tputs, sys_tgetstr): New stubs.
6749 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
6750 (tputs, tgetstr): New; define to sys_*.
91eac4bb 6751
938efb77
JB
67522010-04-20 Juanma Barranquero <lekktu@gmail.com>
6753
6754 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
6755
b4bf28b7
SM
67562010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6757
8b1e1112
SM
6758 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
6759 Just signal a warning rather than an error when inside a let.
6760 (Fmake_variable_frame_local): Add the same test.
6761
933ac235
SM
6762 * font.c (syms_of_font): Make the style table vars read-only.
6763
b4bf28b7
SM
6764 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
6765 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
6766
6767 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
6768
93d68d0c
EZ
67692010-04-20 Eli Zaretskii <eliz@gnu.org>
6770
6771 Fix R2L paragraph display on TTY.
6772
6773 * xdisp.c (unproduce_glyphs): New function.
6774 (display_line): Use it when produced glyphs are discarded from R2L
6775 glyph rows.
6776 (append_composite_glyph): In R2L rows, prepend the glyph rather
6777 than appending it.
6778
6779 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
6780 rather than append it. Set up the resolved_level and bidi_type
6781 attributes of the appended glyph.
283ccc18
EZ
6782 (produce_special_glyphs): Mirror the backslash continuation
6783 character in R2L lines.
93d68d0c 6784
283ccc18 6785 Implement display of R2L paragraphs in GUI sessions.
26cdf528 6786
283ccc18
EZ
6787 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
6788 append_stretch_glyph.
bba3e508
SM
6789 (set_cursor_from_row) <cursor_x>: Remove unused variable.
6790 Fix off-by-one error in computing x at end of text in the row.
283ccc18
EZ
6791 (append_stretch_glyph): In reversed row, prepend the glyph rather
6792 than append it. Set resolved_level and bidi_type of the glyph.
6793 (extend_face_to_end_of_line): If the row is reversed, prepend a
6794 stretch glyph whose width is such that the rightmost glyph will be
6795 drawn at the right margin of the window. Fix off-by-one error on
bba3e508
SM
6796 TTY frames in testing whether a line needs face extension.
6797 Fix face extension at ZV. If this is the last glyph row, use
283ccc18
EZ
6798 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
6799 region face.
bba3e508
SM
6800 (set_cursor_from_row, display_line):
6801 Use MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
26cdf528 6802 row->continuation_lines_width.
283ccc18
EZ
6803 (next_element_from_buffer): Don't call bidi_paragraph_init if we
6804 are at ZV. Fixes a crash when reseated to ZV by
6805 try_window_reusing_current_matrix.
45903529
EZ
6806 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
6807 which happens with R2L glyph rows. Fixes a crash when inserting a
6808 character at end of an R2L line.
283ccc18
EZ
6809 (set_cursor_from_row): Don't be fooled by truncated rows: don't
6810 treat them as having zero-width characters. Improve comments.
6811 Don't reverse pos_before and pos_after for reversed glyph rows.
6812 Set cursor.x to negative value when the cursor might be on the
6813 left fringe.
6814 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
6815 left fringe, not the right one.
f951a506
EZ
6816 (notice_overwritten_cursor, draw_phys_cursor_glyph)
6817 (erase_phys_cursor): For reversed cursor_row, support cursor on
6818 the left fringe.
6819
283ccc18
EZ
6820 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
6821 of continuation indicators on the fringes.
6822 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
6823 left fringe.
6824
f951a506
EZ
6825 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
6826 draw cursor on the left fringe.
6827
6828 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
6829 cursor on the left fringe.
6830
f951a506
EZ
6831 * dispnew.c (update_text_area): Handle reversed desired rows when
6832 the cursor is on the left fringe.
6833 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
6834 below, not by 0, for when the cursor is on the left fringe.
6835
3bb49aaf
JD
68362010-04-20 Jan Djärv <jan.h.d@swipnet.se>
6837
6838 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
6839 widget is a scrollbar.
6840
c0be27fd
KH
68412010-04-20 Kenichi Handa <handa@m17n.org>
6842
6843 * charset.c (char_charset): Consider Vcharset_non_preferred_head
6844 only when the arg CHARSET_LIST is nil.
6845
ce5b453a
SM
68462010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 Make variable forwarding explicit rather the using special values.
6849 Basically, this makes the structure of buffer-local values and object
6850 forwarding explicit in the type of Lisp_Symbols rather than use
6851 special Lisp_Objects for that. This tends to lead to slightly more
6852 verbose code, but is more C-like, simpler, and makes it easier to make
6853 sure we handled all cases, among other things by letting the compiler
6854 help us check it.
6855 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
6856 Removing forwarding objects.
6857 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
6858 (struct Lisp_Symbol): Make the various forms of variable-forwarding
6859 explicit rather than hiding them inside Lisp_Object "values".
6860 (XFWDTYPE): New macro.
6861 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
6862 (XBUFFER_LOCAL_VALUE): Remove.
6863 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
6864 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
6865 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
6866 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
6867 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
6868 Remove the Lisp_Misc_* header.
6869 (struct Lisp_Buffer_Local_Value): Redefine.
6870 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
6871 (struct Lisp_Misc_Any): Add filler to get the right size.
6872 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
6873 Lisp_Intfwd.
6874 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
6875 (DEFVAR_KBOARD): Allocate a forwarding object.
6876 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
6877 (let_shadows_global_binding_p): New function.
6878 (union Lisp_Val_Fwd): New type.
6879 (make_blv): New function.
6880 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
6881 (store_symval_forwarding, swap_in_global_binding, Fboundp)
6882 (swap_in_symval_forwarding, find_symbol_value, Fset)
6883 (let_shadows_buffer_binding_p, set_internal, default_value)
6884 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
6885 (Fkill_local_variable, Fmake_variable_frame_local)
6886 (Flocal_variable_p, Flocal_variable_if_set_p)
6887 (Fvariable_binding_locus):
6888 * xdisp.c (select_frame_for_redisplay):
6889 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
6890 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
6891 * frame.c (store_frame_param):
6892 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
6893 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
6894 value structure.
6895 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
6896 (clone_per_buffer_values): Only adjust markers into the current buffer.
6897 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
6898 (Fbuffer_local_value, set_buffer_internal_1)
6899 (swap_out_buffer_local_variables):
6900 Adapt to the new symbol value structure.
6901 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
6902 (defvar_per_buffer): Take a new arg for the fwd object.
6903 (buffer_lisp_local_variables): Return a proper alist (different fix
6904 for bug#4138).
6905 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
6906 (Fgarbage_collect): Don't handle buffer_defaults specially.
6907 (mark_object): Handle new symbol value structure rather than the old
6908 special Lisp_Misc_* objects.
6909 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
6910 * term.c (set_tty_color_mode):
6911 * bidi.c (bidi_initialize): Don't access the ->value field directly.
6912 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
6913 a buffer_local_flags.
6914 * print.c (print_object): Get rid of impossible forwarding objects.
6915
fd3998ff
EZ
69162010-04-19 Eli Zaretskii <eliz@gnu.org>
6917
6918 * bidi.c (bidi_get_type, bidi_get_category)
6919 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
6920 (bidi_type_of_next_char, bidi_level_of_next_char):
6921 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 6922
e42cd1a7
JB
69232010-04-19 Juanma Barranquero <lekktu@gmail.com>
6924
6925 * dired.c (Ffile_attributes): Fix typo in docstring.
6926
6e104790 69272010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
6928
6929 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
6930 NSInteger (Bug#5811).
6931
6e104790 69322010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
6933
6934 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
6935 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
6936
6e104790 69372010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
6938
6939 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
6940
6e104790
SM
69412010-04-19 Chong Yidong <cyd@stupidchicken.com>
6942
6943 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
6944 terminal frames (Bug#5837).
6945
37dcfea0
EZ
69462010-04-19 Eli Zaretskii <eliz@gnu.org>
6947
d1da276f
EZ
6948 * .gdbinit (xsubchartable): New command.
6949
37dcfea0
EZ
69502010-04-19 Eli Zaretskii <eliz@gnu.org>
6951
6952 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 6953 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
6954 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
6955 and
6956 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
6957
e9515805
SM
69582010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * alloc.c (Fpurecopy): Hash-cons if requested.
6961 (syms_of_alloc): Update purify-flag docstring.
6962
22aa44a8
JD
69632010-04-18 Jan Djärv <jan.h.d@swipnet.se>
6964
6965 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
6966 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
6967
ebb5722e
EZ
69682010-04-17 Eli Zaretskii <eliz@gnu.org>
6969
6970 Fix a crash when an NSM character is inserted at BEGV.
6971
6972 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
6973 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
6974 NEUTRAL_B or UNKNOWN_BT.
6975
0f4442ef
EZ
69762010-04-16 Eli Zaretskii <eliz@gnu.org>
6977
6978 * xdisp.c (set_cursor_from_row): Don't consider possibility of
6979 other rows with cursor unless they are different from this row and
6980 this row is part of a continued line. (Bug#5943)
6981
7d4e45f8
DN
69822010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6983
6984 * s/freebsd.h: Restore osreldate.h include.
6985 Suggested by Naohiro Aota.
6986
5ba5ec85
J
69872010-04-16 Jan Djärv <jan.h.d@swipnet.se>
6988
6989 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
6990
20af301d
CY
69912010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
6992
6993 * s/cygwin.h: Avoid linking against static libgcc.
6994
a4b000fb
JL
69952010-04-15 Juri Linkov <juri@jurta.org>
6996
6997 * window.c: Add Qscroll_command.
6998 Remove Vscroll_preserve_screen_position_commands.
6999 (window_scroll_pixel_based, window_scroll_line_based): Check the
7000 `scroll-command' property on the last command instead of searching
7001 the last command in Vscroll_preserve_screen_position_commands.
7002 (syms_of_window): Initialize and staticpro `Qscroll_command'.
7003 Put Qscroll_command property on Qscroll_up and Qscroll_down.
7004 (scroll-preserve-screen-position): Doc fix.
7005 (Vscroll_preserve_screen_position_commands): Remove variable.
7006
bc319ba4
DN
70072010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7008
6bb24457
DN
7009 * xdisp.c (message): Do not use NO_ARG_ARRAY.
7010
19d4c244
DN
70112010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
7012
7013 Reduce cpp use in Makefile.in.
7014 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
7015 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
7016 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
7017 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
7018 (CRT0_COMPILE): Remove, inline it in the only user.
7019
32129746
JL
70202010-04-14 Juri Linkov <juri@jurta.org>
7021
7022 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
7023 `scroll-up-command' and `M-v' from `scroll-down' to
7024 `scroll-down-command'.
7025
9013a7f8
JL
70262010-04-14 Juri Linkov <juri@jurta.org>
7027
7028 * window.c (Vscroll_preserve_screen_position_commands): New variable
7029 with the default value as the list of Qscroll_down and Qscroll_up.
7030 (window_scroll_pixel_based, window_scroll_line_based): Search the
7031 last command in the list Vscroll_preserve_screen_position_commands
7032 instead of comparing with Qscroll_up and Qscroll_down.
7033
4bef8d26
JD
70342010-04-13 Jan Djärv <jan.h.d@swipnet.se>
7035
92848133
JD
7036 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
7037 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
7038 does that.
7039
4bef8d26
JD
7040 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
7041 to zero.
7042
58b963f7
SM
70432010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7044
84164a0d
SM
7045 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
7046
2b0a91e7
SM
7047 Try to solve the problem of spurious EOF chars in long lines of text
7048 sent to interactive subprocesses.
7049 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
7050 (system_process_attributes): Remove unused var `ttotal'.
7051 * process.c (send_process): Don't bother breaking long line with EOF
7052 chars when talking to ttys any more.
7053 (wait_reading_process_output): Output a warning when called in such
7054 a way that it could block without being interruptible.
7055
58b963f7
SM
7056 Try to detect file modification within the same second.
7057 * buffer.h (struct buffer): New field modtime_size.
7058 * buffer.c (reset_buffer): Initialize it.
7059 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
7060 (Fverify_visited_file_modtime): Check it.
7061 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
7062 (Fset_visited_file_modtime): Set (or clear) it.
7063
01f5787b
SM
70642010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * process.c (status_notify): Remove unused var `ro'.
7067
83725342
JD
70682010-04-12 Jan Djärv <jan.h.d@swipnet.se>
7069
7070 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
7071 more than one visual (Bug#5938).
7072
b9465836
DN
70732010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7074
50426a04
JB
7075 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
7076 Undefine.
b9465836 7077
8d9c8ece
DN
70782010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7079
b1f52161
DN
7080 Remove C_SWITCH_SYSTEM_TEMACS.
7081 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
7082 (malloc, realloc, free): Use emacs, not temacs for conditional
7083 definition.
7084
7085 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
7086 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
7087
8d9c8ece
DN
7088 Use autoconf, not cpp for some variables.
7089 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
7090 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
7091 (ALL_CFLAGS): Use them as make variables.
7092 (really-lwlib, really-oldXMenu): Do not pass them.
7093
1ecb2d3f
JD
70942010-04-11 Jan Djärv <jan.h.d@swipnet.se>
7095
7096 * xmenu.c (apply_systemfont_to_dialog): New.
7097 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
7098
3a4fa2f2
SM
70992010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7100
97e53006
SM
7101 * process.c (exec_sentinel): Preserve current-buffer.
7102
3a4fa2f2
SM
7103 * process.c (read_process_output): Move the save-current-buffer to
7104 apply to both the filter and the non-filter branches.
7105
88df7221
DN
71062010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7107
7108 * s/msdos.h (UNEXEC): New definition.
7109
5634ff85
YM
71102010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7111
6eff5c3d
YM
7112 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
7113 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
7114
7115 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
7116 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
7117 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
7118 TRY_WINDOW_CHECK_MARGINS.
7119
7120 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
7121 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
7122 width only when it is for padding.
5634ff85 7123
b13aef54
J
71242010-04-09 Jan Djärv <jan.h.d@swipnet.se>
7125
7126 * xfns.c (Fx_show_tip): Call try_window in a loop until
7127 fonts_changed_p is zero (Bug#2423).
7128
21d28484
EZ
71292010-04-08 Eli Zaretskii <eliz@gnu.org>
7130
7131 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
7132 the end of TEXT_AREA. (Bug#5856)
7133
0269ef77
JD
71342010-04-08 Jan Djärv <jan.h.d@swipnet.se>
7135
7136 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
7137 HAVE_GCONF.
7138
5930fe97
EZ
71392010-04-08 Eli Zaretskii <eliz@gnu.org>
7140
7141 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
7142 prev.orig_type, for resolving type of NSM. (Bug#5858)
7143
99852628
JD
71442010-04-08 Jan Djärv <jan.h.d@swipnet.se>
7145
7146 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
7147 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
7148 in current_font.
7149 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
7150 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
7151 New functions.
7152 (syms_of_xsettings): Initialize current_font.
7153 defsubr Sfont_get_system_normal_font.
99852628 7154
686b968e
JB
7155 * xsettings.h (Ffont_get_system_normal_font)
7156 (xsettings_get_system_normal_font): Declare.
99852628
JD
7157
7158 * xfns.c (extern xlwmenu_default_font): Remove.
7159 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
7160 to xlwmenu.c.
7161
7162 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
7163 menu items in UTF-8.
7164
7165 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
7166 (apply_systemfont_to_menu): New function.
bba3e508
SM
7167 (set_frame_menubar, create_and_show_popup_menu):
7168 Call apply_systemfont_to_menu.
99852628 7169
7fc874c4
J
71702010-04-07 Jan Djärv <jan.h.d@swipnet.se>
7171
7172 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
7173 FRAME_LINE_TO_PIXEL_Y.
7174
7175 * xterm.c (x_set_window_size_1): Don't add border_width/height to
7176 pixelwidth/height.
7177
863bf481
DN
71782010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7179
5e5a3b92
DN
7180 Simplify code for HP machines.
7181 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
7182 for GNU_LINUX, not needed.
7183 (UNEXEC, NEED_BSDTTY): Move definitions...
7184 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
7185
863bf481
DN
7186 * m/iris4d.h (UNEXEC): Move definition ...
7187 * s/irix6-5.h (UNEXEC): ... here.
7188
3e6bec3b
JD
71892010-04-04 Jan Djärv <jan.h.d@swipnet.se>
7190
7191 * xfns.c (set_machine_and_pid_properties): New function.
7192 (Fx_create_frame): Call set_machine_and_pid_properties.
7193
2912322b
SM
71942010-04-03 Eli Zaretskii <eliz@gnu.org>
7195
bba3e508
SM
7196 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char):
7197 Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1502b819
EZ
7198 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
7199
2912322b
SM
7200 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
7201 in this function. (Bug#5703)
7202
72032010-04-03 Chong Yidong <cyd@stupidchicken.com>
7204
7205 * nsterm.h: Fix last change.
7206
c435b432
DN
72072010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
7208
a568f507
DN
7209 * m/intel386.h (NO_REMAP): Move definition ...
7210 * s/msdos.h (NO_REMAP): ... here.
7211
4cd9f6c2
DN
7212 * m/vax.h (CRT0_DUMMIES): Remove, unused.
7213
c435b432
DN
7214 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
7215 used on those platforms.
7216
42a2c622
DN
72172010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7218
7219 Remove extern errno declarations.
7220 * xterm.c:
7221 * xrdb.c:
7222 * w32term.c:
7223 * unexec.c:
7224 * unexaix.c:
7225 * sysdep.c:
7226 * process.c:
7227 * lread.c:
7228 * keyboard.c:
7229 * floatfns.c:
7230 * filelock.c:
7231 * fileio.c:
7232 * emacs.c (main):
7233 * ecrt0.c:
7234 * dispnew.c:
7235 * callproc.c:
7236 * buffer.c: Remove errno extern declarations.
7237 * s/netbsd.h (NEED_ERRNO): Remove.
7238
8224f93d
DN
72392010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
7240
7241 Remove all uses of LIBX11_SYSTEM.
7242 * Makefile.in (LIBX11_SYSTEM): Remove.
7243 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
7244 instead.
7245
814062c7
EZ
72462010-04-01 Eli Zaretskii <eliz@gnu.org>
7247
ed68db4d
EZ
7248 Remove support for DJGPP v1.x (bug#5813).
7249
7250 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
7251 * s/msdos.h:
7252 * unexec.c (make_hdr, copy_text_and_data):
7253 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 7254 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
7255 (IT_set_terminal_modes, __write, _rename, gethostname)
7256 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
7257 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
7258 the value of __DJGPP__.
ed68db4d
EZ
7259 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
7260 compatibility code.
8224f93d
DN
7261 * lread.c:
7262 * gmalloc.c (memalign):
7263 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
7264 * emacs.c (main):
7265 * dosfns.c (init_dosfns):
ed68db4d
EZ
7266 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
7267
52f4d8d5
EZ
72682010-04-01 Eli Zaretskii <eliz@gnu.org>
7269
814062c7
EZ
7270 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
7271 string with `cursor' property comes from an `after-string'
7272 overlay. (Bug#5816)
7273
0dc2e11d
GM
72742010-04-01 Glenn Morris <rgm@gnu.org>
7275
7276 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
7277 Define as Makefile variables.
7278 (LIBX): Use above variables rather than directly using autoconf.
7279
1d29df59
DN
72802010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
7281
7282 Clean up BSD_SYSTEM use.
7283 * xterm.c:
7284 * process.c:
7285 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
7286 for including <sys/ioctl.h>.
7287 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
7288 code is only used for MSDOS.
7289
1546c559
JL
72902010-03-31 Juri Linkov <juri@jurta.org>
7291
7292 * image.c: Add `Qextension_data'.
7293 (syms_of_image): Initialize and staticpro `Qextension_data'.
7294 (Fimage_metadata): Rename from `Fimage_extension_data'.
7295 (gif_load): Put GIF extension data to the property
7296 `Qextension_data'.
7297
6521c534
CY
72982010-03-31 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
7301 * nsterm.h: Fix prototype.
7302
52c30783
EZ
73032010-03-31 Eli Zaretskii <eliz@gnu.org>
7304
7305 * xdisp.c (highlight_trailing_whitespace): Support highlight of
7306 trailing whitespace in right-to-left rows.
7307
855a0da7
SM
73082010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 Get rid of the direct_output optimizations.
7311 * keyboard.c (nonundocount): Remove extern declaration.
7312 (command_loop_1): Remove brittle optimisation for cheap and
7313 common operations.
7314 * xdisp.c (redisplay_internal): Don't bother checking
7315 redisplay_performed_directly_p any more.
7316 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
7317 any more.
7318 * dispnew.c (redisplay_performed_directly_p)
7319 (direct_output_for_insert, direct_output_forward_char):
7320 * dispextern.h (redisplay_performed_directly_p)
7321 (direct_output_for_insert, direct_output_forward_char): Remove.
7322 * cmds.c (nonundocount): Make it static.
7323
85738751 73242010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
7325
7326 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
7327
85738751 73282010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
7329
7330 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
7331 invisible (Bug#5766).
7332
85738751 73332010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 7334
855a0da7
SM
7335 * xdisp.c (x_consider_frame_title, update_window_cursor):
7336 Remove HAVE_NS conditionals.
194d44e7 7337 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
7338
7339 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
7340 filename for the title.
7341 (ns_set_doc_edited): Do nothing if the selected window is a
7342 minibuffer window.
7343
7344 * nsterm.h: Add prototypes for ns_set_name_as_filename and
7345 ns_set_doc_edited.
7346
7347 * nsterm.m: Remove unneeded prototype.
7348
85738751 73492010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
7350
7351 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
7352 in the DOC file. (Bug#5336)
7353
85738751 73542010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
7355
7356 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
7357
75d1428c
SM
73582010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * window.c (keys_of_window): Remove redundant/overridden bindings.
7361
82043cfb
EZ
73622010-03-30 Eli Zaretskii <eliz@gnu.org>
7363
7364 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
7365 Restore original behavior when the iterator is not bidi_p.
7366
b5dd0ae7
DN
73672010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7368
7369 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
7370
bd924a5d
EZ
73712010-03-30 Eli Zaretskii <eliz@gnu.org>
7372
7373 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
7374 are outside the range of cached character positions.
7375
3580374b
JB
73762010-03-30 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
7379
a7b02820
EZ
73802010-03-30 Eli Zaretskii <eliz@gnu.org>
7381
7382 Initial support for bidirectional editing.
7383
7384 * Makefile.in (obj): Include bidi.o.
7385 (bidi.o): New target.
7386
7387 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
7388 ($(BLD)/bidi.$(O)): New target.
7389
7390 * bidi.c: New file.
7391
7392 * buffer.h (struct buffer): New members bidi_display_reordering
7393 and bidi_paragraph_direction.
7394
7395 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
7396 and bidi_paragraph_direction.
7397 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
7398 and bidi-paragraph-direction.
7399 (Fbuffer_swap_text): Swap the values of
7400 bidi_display_reordering and bidi_paragraph_direction.
7401
7402 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
7403 (bidi_type_t, bidi_dir_t): New types.
7404 (bidi_saved_info, bidi_stack, bidi_it): New structures.
7405 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
7406 prev_stop, base_level_stop, and eol_pos.
7407 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
7408 (IT_STACK_SIZE): Enlarge to 5.
7409 (struct glyph_row): New member reversed_p.
7410 <string_buffer_position>: Update prototype.
7411 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
7412 glyph_row if bidi_it.paragraph_dir == R2L.
7413 (struct glyph): New members resolved_level and bidi_type.
7414
7415 * dispnew.c (direct_output_forward_char): Give up if we need bidi
7416 processing or buffer's direction is right-to-left.
7417 (prepare_desired_row): Preserve the reversed_p flag.
7418 (row_equal_p): Compare the reversed_p attributes as well.
7419
bba3e508
SM
7420 * xdisp.c (init_iterator): Initialize it->bidi_p.
7421 Call bidi_init_it and set it->paragraph_embedding from the current
a7b02820
EZ
7422 buffer's value of bidi_paragraph_direction.
7423 (reseat_1): Initialize bidi_it.first_elt.
7424 (set_iterator_to_next, next_element_from_buffer): Use the value of
7425 paragraph_embedding to determine the paragraph direction.
7426 (set_iterator_to_next): Under bidi reordering, call
7427 bidi_get_next_char_visually. Call bidi_paragraph_init if the
7428 new_paragraph flag is set in the bidi iterator.
7429 (next_element_from_buffer): If bidi_it.first_elt is set,
7430 initialize paragraph direction and find the first character to
7431 display in the visual order. If reseated to a middle of a line,
bba3e508
SM
7432 prime the bidi iterator starting at the line's beginning.
7433 Handle the situation where we overstepped stop_charpos due to
a7b02820
EZ
7434 non-linearity of the bidi iteration. Likewise for when we back up
7435 beyond the previous stop_charpos. When moving across stop_charpos,
7436 record it in prev_stop.
7437 (display_line): Set row->end and it->start for the next row to the
7438 next character in logical order. Always extend reversed_p rows to
7439 the end of line, even if they end at ZV. Copy the reversed_p flag
7440 to the next glyph row. Keep calling set_cursor_from_row for
7441 bidi-reordered rows even if we already have a possible candidate
7442 for cursor position. Set row_end after all the row's glyphs have
7443 been produced, by looping over the glyphs. Record the position
7444 after EOL in it->eol_pos, and use it to set end_pos of the last
7445 row produced for a continued line.
7446 <Qright_to_left, Qleft_to_right>: New variables.
7447 (syms_of_xdisp): Initialize and staticpro them.
7448 (string_buffer_position_lim): New function.
7449 (string_buffer_position): Most of code moved to
7450 string_buffer_position_lim. Last argument and return value are
7451 now EMACS_INT; all callers changed.
7452 (set_cursor_from_row): Rewritten to support bidirectional text and
7453 reversed glyph rows.
bba3e508
SM
7454 (text_outside_line_unchanged_p, try_window_id):
7455 Disable optimizations if we are reordering bidirectional text and the
a7b02820
EZ
7456 paragraph direction can be affected by the change.
7457 (append_glyph, append_composite_glyph)
7458 (produce_image_glyph, append_stretch_glyph): Set the
7459 resolved_level and bidi_type members of each glyph.
7460 (append_glyph): If the glyph row is reversed, prepend the glyph
7461 rather than appending it.
7462 (handle_stop_backwards): New function.
7463 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
7464 (reseat): call handle_stop_backwards to recompute prev_stop and
7465 base_level_stop for the new position.
7466 (handle_invisible_prop): Under bidi iteration, skip invisible text
7467 using bidi_get_next_char_visually. If we are `reseat'ed, init the
7468 paragraph direction. Update IT->prev_stop after skipping
7469 invisible text.
7470 (move_it_in_display_line_to): New variables prev_method
7471 and prev_pos. Compare for strict equality in
7472 BUFFER_POS_REACHED_P.
7473 (try_cursor_movement): Examine all the candidate rows that occlude
7474 point, to return the best match. If rows are bidi-reordered
7475 and point moved backwards, back up to the row that is not a
7476 continuation line, and start looking for a suitable row from
7477 there.
7478
7479 * term.c (append_glyph): Reverse glyphs by pre-pending them,
7480 rather than appending, if the glyph_row's reversed_p flag is set.
7481 Set the resolved_level and bidi_type members of each glyph.
7482
7483 * .gdbinit (pbiditype): New command.
7484 (pgx): Use it to display bidi level and type of the glyph.
7485 (pitx): Display some bidi information about the iterator.
7486 (prowlims, pmtxrows): New commands.
7487
32a8894e
DN
74882010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7489
7490 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
7491 * s/usg5-4.h (LIBS_DEBUG):
7492 * s/irix6-5.h (C_DEBUG_SWITCH):
7493 * s/gnu-linux.h (LIBS_DEBUG):
7494 * s/darwin.h (LIBS_DEBUG):
7495 * s/bsd-common.h (LIBS_DEBUG):
7496 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
7497 * m/iris4d.h (LIBS_DEBUG):
7498 * m/hp800.h (LIBS_DEBUG): Remove definitions.
7499
7500 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
7501 (LIBS_DEBUG): Remove definition.
7502
649dbf36
CY
75032010-03-27 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
7506 Windows.
7507
cad4261f
YM
75082010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7509
7510 * process.c (Fmake_network_process): Don't call turn_on_atimers around
7511 `connect' (Bug#5723).
7512
cd591dbc
HE
75132010-03-25 Helmut Eller <eller.helmut@gmail.com>
7514
7515 * process.c (Fmake_network_process): Call `select' for interrupted
7516 `connect' rather than creating new socket (Bug#5173).
7517
e867cb5d 75182010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
7519
7520 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
7521
7522 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
7523
7524 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
7525
e867cb5d 75262010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
7527
7528 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
7529 XLoadQueryFont.
7530
e867cb5d 75312010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
7532
7533 * coding.c (decode_coding_ccl): Fix previous change for the
7534 multibyte case.
fb608df3
KH
7535 (encode_coding_ccl): Don't setup ccl program here. Fix for the
7536 case that the output buffer is fullfilled.
7537 (encode_coding): Setup ccl program here.
fbdc1721 7538
5845f0ed
DN
75392010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7540
814fb708
DN
7541 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
7542
5845f0ed
DN
7543 Simplify LIBS_MACHINE definitions.
7544 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
7545 * m/iris4d.h (LIBS_MACHINE): Likewise.
7546 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
7547 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 7548 * s/netbsd.h: Remove commented out code.
5845f0ed 7549
b7064064
DN
75502010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7551
df7734b2
DN
7552 Remove dead code dealing with POSIX_SIGNALS.
7553 * atimer.c (set_alarm): Remove dead code, all USG systems define
7554 POSIX_SIGNALS.
7555 * data.c (arith_error): Likewise.
7556 * keyboard.c (input_available_signal, handle_user_signal)
7557 (interrupt_signal): Likewise.
7558 * process.c (sigchld_handler): Likewise.
7559 (create_process): Remove if 0 code. Remove HPUX conditional when
7560 !defined (POSIX_SIGNALS), it cannot be true.
7561 * syssignal.h: Remove USG5_4 and USG conditionals when
7562 !POSIX_SIGNALS, they cannot be true.
7563
b7064064
DN
7564 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
7565 NO_SOCK_SIGIO, not used anymore.
7566
55da5ee3
DN
75672010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7568
0be96e3a
DN
7569 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
7570 support vax on BSDs.
7571
55da5ee3
DN
7572 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
7573 * s/aix4-2.h (ORDINARY_LINK): ... here.
7574
c0282183
AS
75752010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7576
82c3d67a
AS
7577 * Makefile.in (abs_builddir): Define.
7578 (bootstrap_exe): Use it.
7579 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 7580
3613edce
SM
75812010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * Makefile.in (bootstrap_exe): Use an absolute name.
7584
7f110ddc
DN
75852010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7586
22e87574
DN
7587 Remove support for old GNU/Linux using libc version 5.
7588 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
7589 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
7590
05a670e6
DN
7591 Consolidate redundant definitions in s/bsd-common.h.
7592 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7593 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7594 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
7595 doing it in all files that include this one.
7596 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7597 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7598 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7599 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7600 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7601 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7602 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7603 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7604 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7605
2968f561
DN
7606 Consolidate redundant definitions.
7607 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
7608 it's undefined in all files that include this one.
7609 (POSIX_SIGNALS): Define here instead of doing it in all files that
7610 include this one.
7611 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7612 (POSIX_SIGNALS): Do not define.
7613 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7614 (POSIX_SIGNALS): Do not define.
7615 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7616 (POSIX_SIGNALS): Do not define.
7617
15d25dc0
DN
7618 Remove support for old UNIX System V systems.
7619 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
7620 * s/usg-5-4-2.h: Remove.
7621
07e339e4
DN
7622 Remove support for Solaris on PPC and for old versions.
7623 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
7624 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
7625 that cancel each other.
7626 * s/sol2-3.h:
7627 * s/sol2-4.h:
7628 * s/sol2-5.h: Remove.
7629 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
7630 (NO_REMAP): Remove, unused.
7631 (UNEXEC): Move definition ...
7632 * s/aix4-2.h (UNEXEC): ... here.
7633
7f110ddc
DN
7634 * s/openbsd.h: Remove support for non-ELF and for systems that do
7635 not support shared libraries.
7636 * s/netbsd.h:
7637 * s/freebsd.h: Likewise.
7638
605f35cd
DN
76392010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7640
7641 Remove non-working support for lynxos 3.0.
7642 * s/lynxos.h: Remove file.
7643
7644 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
7645 COFF_BSD_SYMBOLS, nothing defines it anymore.
7646
aed71cf4
DN
76472010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7648
7649 Remove obsolete uses of HAVE_SHM.
7650 * emacs.c (standard_args):
7651 (Fdump_emacs):
7652 (syms_of_emacs): Remove code depending on HAVE_SHM.
7653
7654 * alloc.c: Remove HAVE_SHM dependent definition.
7655
7656 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
7657
aded53ff
GM
76582010-03-18 Glenn Morris <rgm@gnu.org>
7659
17284745
GM
7660 * emacs.c (USAGE4): Hard-code bug address.
7661 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
7662 (bug_reporting_address): Remove.
7663 (main): Don't call bug_reporting_address.
7664
aded53ff
GM
7665 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
7666 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
7667
303500aa
CY
76682010-03-15 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * xfns.c (Fx_create_frame):
7671 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
7672 on left.
7673
cef3058f
CY
76742010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
7675
7676 * editfns.c (Fformat): Account for string precision when computing
7677 field width (Bug#5710).
7678
a647d59d
CY
76792010-03-12 Chong Yidong <cyd@stupidchicken.com>
7680
4fa42018
CY
7681 * xfns.c (Fx_create_frame): Set default to Qright.
7682
a647d59d
CY
7683 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
7684 all window systems.
7685
6da23aaa
EZ
76862010-03-12 Eli Zaretskii <eliz@gnu.org>
7687
a96f6398 7688 These changes remove termcap.c from the build on Posix platforms.
83d02def 7689 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
7690 (MSDOS_OBJ): ...to here.
7691 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
7692 now identical to when LIBS_TERMCAP is defined.
7693
7694 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
7695
7696 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
7697
a96f6398 7698 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 7699
288f9fc0
CY
77002010-03-10 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * Branch for 23.2.
7703
d48cd3f4
SM
77042010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 Cleanup setup of gl_state in various parts of the code.
7707 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
7708 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
7709 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
7710 (skip_chars):
7711 * regex.c (regex_compile): Use it.
7712 (re_compile_pattern): Don't set gl_state.current_syntax_table since
7713 it's now set in regex_compile when/if we need it.
7714
618db430
SM
77152010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7716
c0335e02
SM
7717 Make it possible to C-g in a tight bytecode loop again (bug#5680).
7718 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
7719 (QUIT): Use it to consolidate code and remove redundancy.
7720 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
7721
254c06a8
SM
7722 * regex.c (regex_compile): Setup gl_state as well.
7723
618db430
SM
7724 * syntax.c (skip_chars): Setup gl_state (bug#3823).
7725 (in_classes): Use CONSP before XCAR/XCDR.
7726
233f0c9f
CY
77272010-03-03 Chong Yidong <cyd@stupidchicken.com>
7728
7729 * keymap.c (Fwhere_is_internal): Use Fequal to compare
7730 definitions, so that keyboard macros are correctly handled
7731 (Bug#5481).
7732
75f80e63
EZ
77332010-03-02 Eli Zaretskii <eliz@gnu.org>
7734
7735 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
7736 text that could be relocated inside the call to emacs_mule_char.
7737 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
7738 (CODING_DECODE_CHAR): Add a comment describing its purpose.
7739
dcfb9bc4
KH
77402010-03-02 Kenichi Handa <handa@m17n.org>
7741
fc9a17bc
KH
7742 * character.c (parse_str_as_multibyte): Fix handling of the
7743 multibyte form of raw-bytes.
7744 (str_as_multibyte): Likewise.
7745
dcfb9bc4
KH
7746 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
7747 form of raw-bytes.
7748
412c01b6
CY
77492010-02-28 Chong Yidong <cyd@stupidchicken.com>
7750
7751 * charset.c (load_charset_map_from_file)
7752 (load_charset_map_from_vector): Zero out allocated
7753 charset_map_entries before using them.
7754
df7e1ea0
AS
77552010-02-27 Andreas Schwab <schwab@linux-m68k.org>
7756
7757 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
7758
fe69a722
CY
77592010-02-27 Chong Yidong <cyd@stupidchicken.com>
7760
4ed28cf4
CY
7761 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
7762 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 7763
7379cfce
KH
77642010-02-26 Kenichi Handa <handa@m17n.org>
7765
f88cc4d6
KH
7766 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
7767
7379cfce
KH
7768 * xdisp.c (reseat_to_string): Fix previous change.
7769
cf2fdcfb
CY
77702010-02-26 David Reitter <david.reitter@gmail.com>
7771
7772 * nsfont.m (nsfont_draw): ns_antialias_text should be a
7773 Lisp_Object (Bug#4736).
7774
cc6c7c75
KH
77752010-02-25 Kenichi Handa <handa@m17n.org>
7776
7777 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
7778
32e737d7
JD
77792010-02-24 Jan Djärv <jan.h.d@swipnet.se>
7780
7781 * xterm.c (XTflash): Move declarations before statements.
7782
7783 * gtkutil.c (xg_get_gdk_display): Remove (unused).
7784 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
7785 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
7786 (xg_create_tool_bar): Remove unused variables.
7787 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 7788 (xg_create_frame_widgets): Remove variable grav.
32e737d7 7789
676cae9f
CY
77902010-02-21 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
7793
886cc2b8
SM
77942010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * term.c (fatal): Add a final \n if needed (bug#5596).
7797
ddb2d8e2
CY
77982010-02-18 Chong Yidong <cyd@stupidchicken.com>
7799
7800 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
7801
2a4f8d3d
GM
78022010-02-18 Glenn Morris <rgm@gnu.org>
7803
7804 * callint.c (Finteractive): Doc fix.
7805
ebaf11b6
KH
78062010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7807
886cc2b8
SM
7808 * coding.c (record_conversion_result):
7809 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
7810 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
7811 memory allocation error.
7812
d0396581
KH
78132010-02-17 Kenichi Handa <handa@m17n.org>
7814
886cc2b8
SM
7815 * coding.c (decode_coding_ccl): Don't setup ccl program here.
7816 Fix for the case that the output buffer is fullfilled.
d0396581
KH
7817 (decode_coding): Setup ccl program here. Keep looping when the
7818 decoder stopped because the output buffer is
7819 fullfilled (bug#5534).
7820
7821 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
7822
98599f74
JD
78232010-02-13 Jan Djärv <jan.h.d@swipnet.se>
7824
471e4f04 7825 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 7826 bug #5571.
886cc2b8 7827 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 7828 overdrawn.
98599f74 7829
182659ae
JD
78302010-02-10 Jan Djärv <jan.h.d@swipnet.se>
7831
7832 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
7833 doing_interact here.
7834 (ice_connection_closed): New function.
7835 (x_session_check_input, smc_die_CB, ice_io_error_handler)
7836 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
7837 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
7838 returns I/O error.
7839 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
7840 bug #5512.
7841
9be32c4e 78422010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
7843
7844 * nsfont.m (nsfont_open): The system's value for the font descent
7845 is negative, so round it down to avoid clipping.
7846
a2f3eb19
CY
78472010-02-06 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * charset.c (load_charset_map_from_file)
7850 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 7851 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 7852
3088147c
CY
78532010-02-05 Chong Yidong <cyd@stupidchicken.com>
7854
7855 * charset.c (load_charset_map_from_file): Allocate large
7856 charset_map_entries structure on the heap rather than the stack.
7857 (Bug#5526).
7858
b57d9029
KH
78592010-01-31 Kenichi Handa <handa@m17n.org>
7860
7861 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 7862 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 7863
c67d885b
CY
78642010-01-31 Chong Yidong <cyd@stupidchicken.com>
7865
7866 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
7867 <deactivated@gmail.com> (Bug#3605).
7868
8fab2362
CY
78692010-01-31 David De La Harpe Golden <david@harpegolden.net>
7870
7871 * fileio.c (Frename_file): Correctly rename symlinks to
7872 directories (Bug#5496).
7873
cb2a62f2
CY
78742010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
7875
7876 * nsterm.m (ns_ring_bell): Handle visible bell like X.
7877
944c7a26
AS
78782010-01-30 Andreas Schwab <schwab@linux-m68k.org>
7879
7880 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
7881
c024ac08
CY
78822010-01-29 Chong Yidong <cyd@stupidchicken.com>
7883
7884 * frame.c (DEFAULT_ROWS): Change default to 35.
7885
7886 * xfns.c (x_default_font_parameter): Change default XFT font to
7887 monospace-10 (Bug#3643).
7888
af93af83
EZ
78892010-01-29 Eli Zaretskii <eliz@gnu.org>
7890
7891 * w32inevt.c (key_event): Remove unnecessary comparison of
7892 event->uChar.AsciiChar with 128.
7893
ca0eb708
CY
78942010-01-28 Chong Yidong <cyd@stupidchicken.com>
7895
b242dbfc
CY
7896 * fileio.c (Frename_file): Fix last change (Bug#5487).
7897
ca0eb708
CY
7898 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
7899
7900 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
7901
45d45af5
JD
79022010-01-28 Jan Djärv <jan.h.d@swipnet.se>
7903
7904 * xfns.c (Fx_create_frame): Remove window size matching code from
7905 2010-01-15.
a73f9c9d 7906 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 7907
7e233730
JR
79082010-01-27 Jason Rumney <jasonr@gnu.org>
7909
7910 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 7911 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 7912
86e893e3
KH
79132010-01-27 Kenichi Handa <handa@m17n.org>
7914
7915 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 7916 pattern string (Bug#4209).
86e893e3 7917
8719abec
CY
79182010-01-27 David De La Harpe Golden <david@harpegolden.net>
7919
7920 * fileio.c (Frename_file): Call copy-directory and
7921 delete-directory for directories, in order to handle cross-device
7922 renaming (Bug#3353).
7923
844794c8
JD
79242010-01-25 Jan Djärv <jan.h.d@swipnet.se>
7925
aa3e13b5 7926 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 7927 sizes 24 and 10. Bug #3643.
844794c8 7928
bd4b5750
SM
79292010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7930
8dc1adf6 7931 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
7932 * keymap.c (shadow_lookup): Add `remap' arg.
7933 (describe_map, describe_vector): Update calls to shadow_lookup.
7934 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
7935 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
7936 perform remapping during shadow_lookup check of remapped_sequences.
7937
285d07e2
CY
79382010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
7939
7940 * image.c (png_load): Use png_sig_cmp instead of the obsolete
7941 png_check_sig, which has been removed in libpng 1.4.
7942
c6d09b8d
CY
79432010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7944
7945 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
7946 lacks this header file).
7947
3d782998
YM
79482010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7949
7950 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
7951 as in Emacs 22.
7952
2aff7c53
YM
79532010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7954
7955 * lisp.h (make_pure_string): String pointer arg now points to const.
7956
7957 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
7958 args now point to const.
7959
74327f7a
EZ
79602010-01-22 Eli Zaretskii <eliz@gnu.org>
7961
7962 * lread.c (Fload): Don't treat files without .elc extension as
7963 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
7964 them. (bug#5303)
7965
4d1e6632
KH
79662010-01-20 Kenichi Handa <handa@m17n.org>
7967
7968 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
7969 treat the source as actual byte sequence.
7970
1fdede8f
AM
79712010-01-19 Alan Mackenzie <acm@muc.de>
7972
7973 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 7974 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
7975 `signal_after_change_p' to `coherent_change_p', and make the
7976 invocation of `modify_region' conditional on it.
7977
67477f30
JD
79782010-01-19 Jan Djärv <jan.h.d@swipnet.se>
7979
7980 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
7981 for debug purpose.
7982 (syms_of_xsettings): Declare xft-settings.
7983
244b023e
CY
79842010-01-18 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
7987
617364fe
CY
79882010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7989
7990 * xterm.c (event_handler_gdk): Block input (Bug#5037).
7991
4fe22cdf
CY
79922010-01-16 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * emacs.c (standard_args): Adjust arg priorities to reflect how
7995 they are processed in startup.el.
7996
e118d2be
AS
79972010-01-16 Andreas Schwab <schwab@linux-m68k.org>
7998
7999 * Makefile.in (lisp, shortlisp): Update.
8000
523ae620
SM
80012010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
8004 code, link the new kboard into all_kboard before running Lisp code,
8005 and protect the new terminal with GCPRO (Bug#5365).
8006 (x_term_init): Remove unused var `atom'.
8007 (x_delete_display, x_delete_terminal): Remove unused var `i'.
8008
f0d13888
JD
80092010-01-15 Jan Djärv <jan.h.d@swipnet.se>
8010
8011 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
8012 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
8013 to find out usable size of the desktop. Don't make frames larger than
ac146f82 8014 this. Bug #3643.
f0d13888 8015
cc320f07
KH
80162010-01-15 Kenichi Handa <handa@m17n.org>
8017
8018 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
8019
7ffdf101
CY
80202010-01-15 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * nsterm.m (Qnone): Define.
8023
8024 * nsfns.m (Qnone): Move definition to nsterm.m.
8025
d12bd917
KH
80262010-01-14 Kenichi Handa <handa@m17n.org>
8027
8028 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
8029 systems.
8030
d9a7c140
KH
80312010-01-14 Kenichi Handa <handa@m17n.org>
8032
8033 Make auto-composition work on all buffers even if they are
8034 fundamental mode.
8035
8036 * composite.c (Vauto_composition_mode): New variable.
8037 (composition_compute_stop_pos): Check Vauto_composition_mode
8038 instead of Vauto_composition_function.
8039 (composition_adjust_point, Ffind_composition_internal): Likewise.
8040 (syms_of_composite): Declare Lisp variable
8041 "auto-composition-mode" here.
8042
63286bb2
CY
80432010-01-13 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
8046 during call to vendor-specific-keysyms (Bug#5365).
8047
c2623ee7
YM
80482010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8049
8050 * keyboard.c (input_available_signal) [SYNC_INPUT]:
8051 Call SIGNAL_THREAD_CHECK (Bug#5333).
8052
8053 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
8054 Call SIGNAL_THREAD_CHECK.
8055
0b5397c2
SM
80562010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 Try to fix bug#5314. This is probably not the final word, tho.
8059 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
8060 recent-auto-save-p as a side-effect.
8061 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
8062 * buffer.c (Fkill_buffer, reset_buffer):
8063 * editfns.c (Fsubst_char_in_region):
8064 * fileio.c (Finsert_file_contents, Fdo_auto_save)
8065 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
8066
dc954cb2
KH
80672010-01-13 Kenichi Handa <handa@m17n.org>
8068
8069 Display buffer name, etc. in mode line by composing correctly.
8070
8071 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
8072 STRING is not nil.
0b5397c2 8073 (display_mode_element): Adjust for the change of
dc954cb2
KH
8074 decode_mode_spec and display_line.
8075 (decode_mode_spec): Change arg MULTIBYTE to STRING.
8076 (display_string): Handle the case that STRING is non-null and
8077 LISP_STRING is not nil.
8078
0b5397c2
SM
8079 * xterm.c (x_draw_composite_glyph_string_foreground):
8080 Pay attention to s->face->overstrike.
dc954cb2
KH
8081
8082 * composite.c (composition_reseat_it): Don't check PT if STRING is
8083 non nil.
8084
4a00eaca
YM
80852010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8086
8087 * keyboard.c (read_char): Don't apply previous change when current
8088 buffer is unchanged by command execution.
8089
60abb287
JD
80902010-01-12 Jan Djärv <jan.h.d@swipnet.se>
8091
8092 * keyboard.c (read_char): Return after executing from special map.
8093
893db5bc
GM
80942010-01-12 Glenn Morris <rgm@gnu.org>
8095
8096 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
8097 bug-gnu-emacs rather than emacs-pretest-bug.
8098
4d03ece0
CY
80992010-01-11 Chong Yidong <cyd@stupidchicken.com>
8100
8101 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
8102 initializing the Lisp variables that depend on them.
8103
1df47e38
YM
81042010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8105
8106 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
8107 Clear areas that will not be updated after change of menu bar lines.
8108 Clear the menu bar window's current matrix when the window gets empty.
8109
2f1c6384
CY
81102010-01-09 Chong Yidong <cyd@stupidchicken.com>
8111
e398c61c
CY
8112 * intervals.h, textprop.c (extend_property_ranges): Return value
8113 and args changed. Discard properties that begin at or after the
8114 new end (Bug#5306).
8115
8116 * editfns.c (Fformat): Caller changed.
8117
e5a29a10
CY
8118 * nsterm.m (ns_set_default_prefs): Delete function.
8119 (syms_of_nsterm): Initialize ns_command_modifier,
8120 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
8121 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
8122
2f1c6384
CY
8123 * xdisp.c (pos_visible_p): Check for invisible text at the correct
8124 position (Bug#4040).
8125
d427a9fa
EZ
81262010-01-09 Eli Zaretskii <eliz@gnu.org>
8127
8128 * editfns.c (Ffloat_time): Doc fix.
8129
21b9df2f
JD
81302010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8131
8132 * xfns.c (Fx_create_frame): Don't create frame larger than display
8133 by default bug#3643.
8134
4b00d3b1
YM
81352010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8136
8137 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
8138 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
8139 windows above internal border.
8140
8141 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
8142 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
8143 windows above internal border.
8144
8145 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
8146 tool bar windows specially.
8147
8148 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
8149
8150 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
8151 specially.
8152 (XTflash): Take account of menu bar height.
8153
8154 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
8155 specially.
8156
5075d853
JD
81572010-01-08 Jan Djärv <jan.h.d@swipnet.se>
8158
ac146f82 8159 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
8160 also be true before we can return early (bug #5339).
8161
474217c8
CY
81622010-01-06 David Reitter <david.reitter@gmail.com>
8163
8164 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
8165 (Fns_display_usable_bounds): Rewrite, computing bounds properly
8166 (Bug#3233).
8167
c0e6d47d
JD
81682010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8169
d0cf45b7
JD
8170 * font.c (font_open_entity): Enable chache and call cached_font_ok
8171 for the driver if defined.
8172 (QCuser_spec): New symbol.
8173 (font_spec_from_name): Save name as user-spec.
8174 (font_load_for_lface): Keep user-spec instead of name.
8175 (font_open_by_name): Save name as user-spec.
8176 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 8177 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
8178
8179 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
8180 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
8181 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
8182
8183 * font.h (struct font_driver): Add cached_font_ok.
8184
c0e6d47d
JD
8185 * xterm.c (x_clear_frame): Queue draw for scroll bars.
8186
7c583cd8
JD
81872010-01-05 Jan Djärv <jan.h.d@swipnet.se>
8188
8189 * xterm.c (x_new_font): Move code for setting rows/cols before
8190 resizing ...
ac146f82 8191 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
8192
8193 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
8194 (xg_frame_resized, xg_frame_set_char_size):
8195 Call xg_clear_under_internal_border.
7c583cd8 8196 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 8197
03f77f0a
CY
81982010-01-05 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * keyboard.c (read_key_sequence): Catch keyboard switch after
8201 making a new tty frame (Bug#5095).
8202
2a1ef5be
KH
82032010-01-05 Kenichi Handa <handa@m17n.org>
8204
8205 * fontset.c (fontset_find_font): Fix getting the frame pointer.
8206
e3eb1dae
SM
82072010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
8210 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
8211 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
8212
777013f2
MA
82132010-01-03 Michael Albinus <michael.albinus@gmx.de>
8214
8215 * dbusbind.c (xd_add_watch): Improve debug message.
8216 (xd_remove_watch): Improve debug message. If DATA is the session
8217 bus, unset D-Bus session environment.
8218 (Fdbus_init_bus): Pass the bus as argument to
8219 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 8220
8932b1c2
CY
82212010-01-01 Chong Yidong <cyd@stupidchicken.com>
8222
87231e2c
CY
8223 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
8224
4801c5fa
CY
8225 * lread.c (syms_of_lread): Make it clearer that these are the
8226 names of loaded files (Bug#5068).
8227
8932b1c2
CY
8228 * eval.c (run_hook_with_args): Handle the case where the global
8229 value has the obsolete single-function form (Bug#5026).
8230
11e3c684
CY
82312009-12-27 Chong Yidong <cyd@stupidchicken.com>
8232
8233 * minibuf.c (Fall_completions): Minor optimization.
8234
5b28ce35
EZ
82352009-12-26 Eli Zaretskii <eliz@gnu.org>
8236
5ce6e4f4
JB
8237 * .gdbinit (pgx): Fix display of composite glyphs.
8238 Display cmp.from and cmp.to as well.
8239 (pitx): Fix last change.
5b28ce35 8240
bcffff46
KH
82412009-12-25 Kenichi Handa <handa@m17n.org>
8242
8243 * composite.h (composition_adjust_point): Update prototype.
8244
8245 * composite.c (composition_reseat_it): Don't make a composition
8246 spanning over point.
8247 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
8248 composable characters.
8249 (composition_adjust_point): New arg NEW_PT. Callers changed.
8250
8251 * keyboard.c (command_loop_1): Force redisplay if the last point
8252 was within a composition.
8253 (adjust_point_for_property): Don't adjust point for automatic
8254 composition when called after buffer modification.
8255
3f670e9a
EZ
82562009-12-19 Eli Zaretskii <eliz@gnu.org>
8257
5ce6e4f4
JB
8258 * .gdbinit (pitx): Don't use enum names, use their values.
8259 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
8260 (pgx): Don't use enum names, use their values.
8261 (pitmethod): New helper command.
8262 (pitx): Use it to display iteration method.
8263 (pgrowit): New command.
8264
ad903955
EZ
8265 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
8266
3f670e9a
EZ
8267 Update dependencies in Makefile.in.
8268
8269 * Makefile.in (alloc.o): Depend on termhooks.h.
8270 (atimer.o): Depend on blockinput.h.
8271 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
8272 and frame.h.
8273 (callint.o): Depend on systime.h, coding.h, and composite.h.
8274 (callproc.o): Depend on buffer.h.
8275 (casefiddle.o): Don't depend on charset.h.
8276 (casetab.o): Depend on character.h.
8277 (ccl.o): Depend on composite.h.
8278 (chartab.o): Depend on ccl.h.
8279 (cm.o): Depend on dispextern.h.
8280 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
8281 (coding.o): Don't depend on $(INTERVALS_H).
8282 (composite.o): Don't depend on dispextern.h explicitly (it's in
8283 $(INTERVALS_H)). Depend on ccl.h.
8284 (data.o): Depend on systime.h, coding.h, composite.h,
8285 dispextern.h, font.h, and ccl.h.
8286 (dired.o): Depend on composite.h.
8287 (dispnew.o): Depend on coding.h. Don't depend explicitly on
8288 composite.h (it's in $(INTERVALS_H)).
8289 (doc.o): Depend on systime.h, coding.h, and composite.h.
8290 (editfns.o): Don't depend explicitly on dispextern.h.
8291 (emacs.o): Depend on frame.h and coding.h.
8292 (eval.o): Depend on coding.h, composite.h, and xterm.h.
8293 (fileio.o): Depend on frame.h and commands.h. Don't depend
8294 explicitly on dispextern.h.
8295 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
8296 composite.h.
8297 (fns.o): Don't depend on termhooks.h.
8298 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
8299 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
8300 coding.h, $(INTERVALS_H), window.h, xterm.h.
8301 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
8302 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
8303 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
8304 fontset.h, ccl.h, and ftfont.h.
8305 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
8306 (gtkutil.o): Depend on dispextern.h and composite.h.
8307 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
8308 termhooks.h, and ccl.h.
8309 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
8310 (intervals.o): Depend on systime.h and coding.h.
8311 (keyboard.o): Depend on composite.h and coding.h.
8312 (keymap.o): Depend on coding.h and frame.h.
8313 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
8314 (macros.o): Depend on systime.h, coding.h, and composite.h.
8315 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
8316 and atimer.h.
8317 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
8318 dispextern.h explicitly.
0b5397c2
SM
8319 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
8320 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
8321 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
8322 (regex.o): Don't depend on charset.h.
8323 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
8324 (search.o): Don't depend explicitly on composite.h.
8325 (sound.o): Depend on atimer.h and systime.h.
8326 (syntax.o): Don't depend explicitly on composite.h.
8327 (sysdep.o): Depend on coding.h and composite.h.
8328 (term.o): Depend on xterm.h and buffer.h.
8329 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
8330 (textprop.o): Don't depend on dispextern.h explicitly.
8331 (undo.o): Depend on dispextern.h.
8332 (window.o): Depend on coding.h and termhooks.h. Don't depend on
8333 dispextern.h and composite.h explicitly.
8334 (xdisp.o): Depend on ccl.h.
8335 (xfaces.o): Depend on coding.h and ccl.h.
8336 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
8337 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
8338 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
8339 ftfont.h.
8340 (xgselect.o): New dependency.
8341 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
8342 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
8343 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
8344 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
8345 (xsmfns.o): Depend on frame.h and dispextern.h.
8346 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
8347 sysselect.h.
8348
7a6f7fea
AS
83492009-12-19 Andreas Schwab <schwab@linux-m68k.org>
8350
8351 * font.c (Fclear_font_cache): Pass correct cache argument to
8352 font_clear_cache.
8353
f4c21026
AS
83542009-12-16 Andreas Schwab <schwab@linux-m68k.org>
8355
8356 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
8357 twice.
8358
f7ab0997
CY
83592009-12-15 Chong Yidong <cyd@stupidchicken.com>
8360
8361 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
8362 calling file-remote-p. Reported by Jim Meyering.
8363
fa8e045a
MA
83642009-12-15 Michael Albinus <michael.albinus@gmx.de>
8365
8366 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 8367 avoid compiler warnings. (Bug #5217)
fa8e045a 8368
a63dba42
KH
83692009-12-14 Kenichi Handa <handa@m17n.org>
8370
8371 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
8372 in 8-bit encoding.
8373
5ce6e4f4 83742009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
8375
8376 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
8377 tooltip windows.
8378
223e5fc6
JD
83792009-12-13 Jan Djärv <jan.h.d@swipnet.se>
8380
36acb2a7
JD
8381 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
8382 Xatom_net_window_type.
8383
8384 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
8385 Xatom_net_window_type.
8386
b8f00677
JD
8387 * xterm.c (my_log_handler): New function.
8388 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 8389 so we can filter out buggy messages. (Bug #5120).
b8f00677 8390
e5f0bc9a
JD
8391 * xterm.c (xg_scroll_callback): Parameter list changed,
8392 use parameter GtkScrollType to determine scroll/line/page.
8393 Only allow dragging if a button < 4 is grabbed (bug #5177).
8394 (xg_end_scroll_callback): New function.
8395 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
8396 xg_create_scroll_bar.
8397
8398 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
8399 (scroll_end_callback): Remove.
8400 (xg_create_scroll_bar): Add parameter end_callback, bind it to
8401 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 8402 bug #5177.
e5f0bc9a
JD
8403 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
8404 bug #5177.
8405
8406 * gtkutil.h (XG_LAST_SB_DATA): Remove.
8407 (xg_create_scroll_bar): Add GCallback end_callback.
8408
223e5fc6
JD
8409 * xftfont.c (QClcdfilter): New variable.
8410 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
8411 (syms_of_xftfont): Initialize QClcdfilter.
8412
3c055b77
JD
84132009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8414
8415 * xsettings.c (struct xsettings): Add member seen.
8416 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 8417 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
8418 (apply_xft_settings): Only update Xft settings with what member seen
8419 indicates as new.
8420
05fe33ff
EZ
84212009-12-12 Eli Zaretskii <eliz@gnu.org>
8422
c4cc8b9a 8423 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
8424 (struct glyph): Use EMACS_INT for charpos.
8425 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
8426 region_beg_charpos, region_end_charpos,
8427 redisplay_end_trigger_charpos, and also for
8428 iterator_stack_entry.end_charpos and
8429 iterator_stack_entry.stop_charpos.
8430
e8d7886a
JD
84312009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8432
5ce6e4f4 8433 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
8434 (xg_create_scroll_bar): Call scroll_end_callback on button release
8435 event (bug #5177).
8436 (xg_event_is_for_scrollbar): != replaced with ==.
8437
d0db2ec8
KH
84382009-12-12 Kenichi Handa <handa@m17n.org>
8439
8440 * ftfont.c (struct ftfont_info): New member matrix.
8441 (ftfont_open): Setup xftfont_info->matrix.
8442 (MFLTFontFT): New member matrix.
8443 (FLOOR, CEIL, ROUND): New macros.
8444 (ftfont_get_metrics): Handle matrix transformation.
8445 (ftfont_shape_by_flt): New arg matrix. Callers changed.
8446
8447 * xftfont.c (struct xftfont_info): New member matrix.
8448 (xftfont_open): Setup xftfont_info->matrix.
8449
84502009-12-10 Kenichi Handa <handa@m17n.org>
8451
8452 * xdisp.c (append_space_for_newline): Consider face-remapping.
8453
2cc7b62f
AS
84542009-12-09 Andreas Schwab <schwab@linux-m68k.org>
8455
b87dd913
AS
8456 * xsettings.c: Include "keyboard.h".
8457
eba5eb94
AS
8458 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
8459
2cc7b62f
AS
8460 Fix implicit function declarations.
8461 * cmds.c: Include "frame.h".
8462 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
8463 * frame.h: Move declaration of delete_frame outside of
8464 HAVE_WINDOW_SYSTEM.
8465
a4ef73c8
CY
84662009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
8467
8468 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
8469
8470 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
8471 GTK builds.
8472
944a300c
AS
84732009-12-07 Andreas Schwab <schwab@linux-m68k.org>
8474
8475 * unexelf.c (unexec): Don't search for .data twice.
8476
022eef62
CY
84772009-12-05 Chong Yidong <cyd@stupidchicken.com>
8478
426ac949
CY
8479 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
8480 if push failed.
8481 (handle_line_prefix): Set avoid_cursor_p here. Check return value
8482 of push_display_prop (Bug#5000).
8483
022eef62
CY
8484 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
8485 value of font_list_entities (Bug#5085).
8486
be95bee9
JB
84872009-12-04 Juanma Barranquero <lekktu@gmail.com>
8488
8489 Fix `string-to-number' to deal consistently with integers and floats.
8490 * lread.c (isfloat_string): New argument ignore_trailing to accept all
8491 trailing characters, not just whitespace.
8492 (read1): Pass new arg 0 to keep old behavior.
8493 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
8494 trailing chars, as it is already done for integers. Doc fixes.
8495 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
8496
24c2d7ce
EZ
84972009-12-04 Eli Zaretskii <eliz@gnu.org>
8498
0b5397c2
SM
8499 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
8500 Delete unused enumeration value.
24c2d7ce 8501
7e694795
EZ
85022009-12-03 Eli Zaretskii <eliz@gnu.org>
8503
8504 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
8505
84b31826
SM
85062009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
8507
8508 * process.c (Fmake_network_process): Fix up the tests for
8509 "connectionless socket", so they DTRT for seqpacket sockets as well.
8510
f00c449b
SM
85112009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * process.c (Qseqpacket): New symbol.
8514 (HAVE_SEQPACKET): New macro.
8515 (Fmake_network_process): Accept new :type `seqpacket'.
8516 (init_process): Add `seqpacket' feature when applicable.
8517 (syms_of_process): Initialize Qseqpacket.
8518
8096a0ff
YM
85192009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8520
8521 * font.c (font_load_for_lface, font_open_by_name): Don't store name
8522 if entity is Qnil.
8523
3e0de07f
SM
85242009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * print.c (print_preprocess): Preprocess the key_and_value table of
8527 hashtables, even tho they're "hidden" (bug#5082).
8528
abeafb2a
JD
85292009-11-29 Jan Djärv <jan.h.d@swipnet.se>
8530
8531 * frame.c (frame_make_pointer_invisible)
8532 (frame_make_pointer_visible): Declare f before statements.
8533
4bf47195
EZ
85342009-11-28 Eli Zaretskii <eliz@gnu.org>
8535
8536 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
8537 omitted dependencies on lisp.h.
8538
c525b3f2
JD
85392009-11-27 Jan Djärv <jan.h.d@swipnet.se>
8540
ece2d4ed
JD
8541 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
8542 is NULL.
8543
8544 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
8545
8546 * frame.c (frame_make_pointer_invisible)
3e0de07f 8547 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
8548 frame.
8549
c525b3f2
JD
8550 * search.c (simple_search): Remove warning by making *p const.
8551
2f00e299
DN
85522009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
8553
8554 * xdisp.c (power_letter): Remove duplicate const.
8555
084b049b
JD
85562009-11-25 Jan Djärv <jan.h.d@swipnet.se>
8557
a1fadc6f
JD
8558 * term.c (delete_tty): Remove check for last terminal (bug#4970).
8559
5ce6e4f4 8560 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
8561 defaults (bug #5025).
8562
28259cac
SM
85632009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * insdel.c (adjust_markers_for_delete): Move it in the
8566 right direction! (bug#4803)
8567
e8e14166
YM
85682009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8569
8570 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
8571
8572 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
8573
86677b58
GM
85742009-11-24 Glenn Morris <rgm@gnu.org>
8575
8576 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
8577
581e51e8
JD
85782009-11-23 Jan Djärv <jan.h.d@swipnet.se>
8579
cfc86c7a
JD
8580 * Makefile.in: Must create deps for ecrt0.o in its rule.
8581
581e51e8
JD
8582 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
8583 because that is what Gtk+ font dialog understands.
8584
8585 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
8586 of Fcopy_sequence.
8587 (font_open_by_name): Put name given into QCname for font-object returned.
8588
8589 * frame.c (x_set_font): Save original font name as frame parameter
8590 font-parameter.
8591
8592 * xsettings.c (set_default_xft_settings): New function.
8593 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
8594 is found.
8595
8b264ecb
AS
85962009-11-22 Andreas Schwab <schwab@linux-m68k.org>
8597
8598 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
8599 searching backwards through multibyte buffer.
8600
872870b2
JD
86012009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8602
8603 * xterm.c: #include xgselect.h.
8604 (x_initialize): Call xgselect_initialize.
8605
8606 * xsettings.c (something_changedCB): C++ comments => C comments.
8607 (init_gconf): Do not deal with any GLib file descriptors, xg_select
8608 does that now.
8609
8610 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
8611 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
8612 (scroll_bar_button_cb): Remove.
5ce6e4f4 8613 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
8614 event.
8615 (xg_create_scroll_bar): Don't bind button-press-event and
8616 button-release-event.
8617
8618 * process.c: Include xgselect.h if defined (USE_GTK) ||
8619 defined (HAVE_GCONF).
8620 (wait_reading_process_output): Call xg_select for the same condition.
8621
8622 * xgselect.c (xg_select): New function to better integrate with
8623 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
8624
8625 * xgselect.h: New file, declare xg_select, xgselect_initialize.
8626
8627 * Makefile.in (XOBJ): Add xgselect.o.
8628
62a6e103
AS
86292009-11-21 Andreas Schwab <schwab@linux-m68k.org>
8630
0b5397c2
SM
8631 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
8632 Remove ignored second argument. All callers changed.
62a6e103
AS
8633 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
8634 (RE_STRING_CHAR_AND_LENGTH): Likewise.
8635 * xdisp.c (string_char_and_length): Likewise.
8636
b0ca0f33
DN
86372009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8638
8639 * xterm.c (x_new_font):
8640 * print.c (print_object):
8641 * cmds.c (Fself_insert_command): Move declarations before statements.
8642
dd5a6279
CY
86432009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8644
8645 * s/cygwin.h: Remove unneeded linker flags.
8646
4a8e097d
JD
86472009-11-20 Jan Djärv <jan.h.d@swipnet.se>
8648
0d1d0d26
JD
8649 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
8650
8651 * xsettings.h: Declare xsettings_get_system_font.
8652
8653 * xsettings.c (xsettings_get_system_font): New function.
8654 (init_gconf): No use initiating gconf unless we have Xft also.
8655 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
8656 HAVE_GCONF.
8657
4a8e097d
JD
8658 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
8659 add a blank entry so it doesn't collapse into nothing.
8660
8ab1650e
SM
86612009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * lread.c (Funintern): Comment out last change.
8664
82c602f0
RS
86652009-11-19 Richard Stallman <rms@gnu.org>
8666
8667 * lread.c (Funintern): Error if symbol is t or nil.
8668
87e32266
SM
86692009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * insdel.c (make_gap_larger): Don't make as many assumptions about the
8672 representation of Lisp integers.
8673 Reported by MJ Chan <mjchan.inbox@gmail.com>.
8674
1b9ac145
AS
86752009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8676
8677 * lisp.h: Remove declaration of Ffont_get_system_font.
8678 * xfns.c: Move include of "xsettings.h".
8679 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
8680
dfb3c4c6
JD
86812009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8682
87e32266
SM
8683 * xsettings.c (something_changedCB, Ffont_get_system_font):
8684 Check use_system_font.
dfb3c4c6
JD
8685 (syms_of_xsettings): DEFVAR font-use-system-font.
8686
9370c1d8
AS
86872009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8688
25fe851a
AS
8689 * xfns.c (x_default_font_parameter): Remove dead assignment.
8690
9370c1d8
AS
8691 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
8692
637fa988
JD
86932009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8694
87e32266 8695 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 8696 not have FC_LCD_*. #define them if not there.
a6eb20d8 8697
87e32266 8698 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 8699
637fa988
JD
8700 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
8701
8702 * xterm.c (handle_one_xevent): Call xft_settings_event for
8703 ClientMessage, PropertyNotify and DestroyNotify.
8704 (x_term_init): If we have XFT, get DPI from Xft.dpi.
8705 Call xsettings_initialize.
8706
8707 * xftfont.c (xftfont_fix_match): New function.
8708 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
8709 Call xftfont_fix_match after XftFontMatch.
8710
8711 * xfont.c (xfont_driver): Initialize all members.
8712
87e32266
SM
8713 * xfns.c (x_default_font_parameter):
8714 Try font from Ffont_get_system_font.
637fa988
JD
8715 Do not get font from x_default_parameter if we got one from
8716 Ffont_get_system_font.
87e32266 8717 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
8718
8719 * w32font.c (w32font_driver): Initialize all members.
8720
8721 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
8722
8723 * lisp.h: Declare syms_of_xsettings.
8724
87e32266
SM
8725 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
8726 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
8727
8728 * ftfont.c (ftfont_filter_properties): New function.
8729
8730 * frame.c (x_set_font): Remove unused variable lval.
8731
87e32266 8732 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
8733
8734 * font.c (font_put_extra): Don't return if val is nil, it means
8735 boolean option is off.
8736 (font_parse_fcname): Collect all extra properties in extra_props
8737 and call filter_properties for all drivers with extra_props and
8738 font as parameter.
87e32266
SM
8739 (font_open_entity): Do not use cache, it does not pick up new
8740 fontconfig settings like hinting.
637fa988
JD
8741 (font_load_for_lface): If spec had a name in it, store it in entity.
8742
a73f9c9d 8743 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
8744
8745 * config.in: HAVE_GCONF is new.
8746
8747 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
8748 xsettings.o is new.
8749
5a942932
KH
87502009-11-17 Kenichi Handa <handa@m17n.org>
8751
8752 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
8753 back to the default font in case that no suitable font is found.
8754
b7c7a4d1
SM
87552009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
8758 Suggested by Chad Brown <yandros@mit.edu>.
8759 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
8760
072f1e39
JD
87612009-11-16 Jan Djärv <jan.h.d@swipnet.se>
8762
8763 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
8764
5d1e70a2
AS
87652009-11-14 Andreas Schwab <schwab@linux-m68k.org>
8766
87e32266 8767 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 8768
a53cfbe5
JD
87692009-11-14 Jan Djärv <jan.h.d@swipnet.se>
8770
473a99b7
JD
8771 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
8772 has a parent.
8773
a53cfbe5 8774 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 8775 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
8776
8777 * config.in: Generated (AUTO_DEPEND).
8778
f04bb9b2
MA
87792009-11-13 Michael Albinus <michael.albinus@gmx.de>
8780
b7c7a4d1 8781 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
8782 Vdbus_registered_functions_table, because it contains also
8783 properties. Fix docstring.
b7c7a4d1 8784 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 8785
8f11f7ec
SM
87862009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * alloc.c (mark_object): Don't reprocess marked strings.
8789 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
8790 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
8791
8a605fe8
KH
87922009-11-13 Kenichi Handa <handa@m17n.org>
8793
8f11f7ec 8794 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
8795 semantics of Vword_combining_categories.
8796 (Vword_combining_categories): Describe the slight change of the
8797 semantics.
8798
241c4680
EZ
87992009-11-13 Eli Zaretskii <eliz@gnu.org>
8800
8801 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
8802
8803 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
8804
5d58e44c
SM
88052009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * xdisp.c (syms_of_xdisp): Fix typo in last change.
8808
5e13f9d3
JB
88092009-11-12 Juanma Barranquero <lekktu@gmail.com>
8810
8811 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
8812
cf54c754
DR
88132009-11-11 David Reitter <david.reitter@gmail.com>
8814
8815 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
8816 variables to fix 2009-11-09 change.
8817
a4ada374
DN
88182009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8819
91433552
DN
8820 * process.c (ifflag_def): Make flag_sym constant.
8821 (Fnetwork_interface_info): Use a constant pointer.
8822 (ifflag_table):
8823 * xfns.c (cursor_bits):
8824 * xdisp.c (power_letter):
8825 * termcap.c (speeds, esctab):
8826 * sysdep.c (baud_convert):
8827 * keyboard.c (lispy_accent_codes, modifier_names):
8828 * image.c (xbm_format, xpm_format, pbm_format, png_format)
8829 (jpeg_format, tiff_format, gif_format, svg_format)
8830 (interlace_start, interlace_increment, gs_format):
8831 * gtkutil.c (separator_names):
8832 * fringe.c (swap_nibble):
8833 * fns.c (base64_value_to_char, base64_char_to_value):
8834 * fileio.c (make_temp_name_tbl):
8835 * coding.c (suffixes): Make constant.
8836
f4265f6c
DN
8837 * frame.c (make_initial_frame):
8838 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
8839 build_string.
8840 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
8841
04420943
DN
8842 * s/freebsd.h:
8843 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
8844
0a5d24ae
DN
8845 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
8846 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
8847
a4ada374
DN
8848 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
8849 * xterm.c (syms_of_xterm):
8850 * xfaces.c (syms_of_xfaces):
8851 * xdisp.c (syms_of_xdisp):
8852 * lread.c (syms_of_lread):
8853 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
8854 build_string.
91433552 8855
a4ada374
DN
8856 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
8857
af98fc7f
SM
88582009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8ab1650e 8860 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 8861
e90292a9
JD
88622009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8863
8864 * keyboard.h: Declare timer_check.
8865
8866 * keyboard.c (timer_check_2): New function that does what the old
8867 timer_check did.
8868 (timer_check): Call timer_check_2 until -1 or a non-zero time is
8869 returned, i.e. don't return -1 with timers pending.
8870
8871 * process.c: Remove extern declaration of timer_check.
8872
8873 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
8874 even if timer_check returned -1.
8875
af98fc7f
SM
8876 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
8877 xg_dialog_data.
e90292a9
JD
8878 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
8879 the event loop.
8880 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
8881 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
8882 Destroy the dialog after xg_dialog_run.
8883
045b83c0
SM
88842009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
8887
1fb99a3a
JD
88882009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8889
8890 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
8891
04e452cb
JB
88922009-11-09 Juanma Barranquero <lekktu@gmail.com>
8893
8894 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
8895
ef7417fd
SM
88962009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
8899 w32menu.c, and nsmenu.m.
8900 Simplify the obsolete case where position is nil.
8901 (cleanup_popup_menu): New function, moved from nsmenu.m.
8902 (struct skp): Remove slot `notreal'.
8903 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
8904 adjust callers.
8905 (single_menu_item): Adjust call to parse_menu_item.
8906 (syms_of_menu): Defsubr x-popup-menu.
8907 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
8908 (keymap_panes): Don't export any more.
8909 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
8910 (xmenu_show): Declare.
8911 * keyboard.c (parse_menu_item): Remove arg `notreal'.
8912 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
8913 * keyboard.h (parse_menu_item): Update declaration.
8914 * xmenu.c (Fx_popup_menu): Remove.
8915 (syms_of_xmenu): Don't defsubr x-popup-menu.
8916 * w32menu.c (Fx_popup_menu): Remove.
8917 (syms_of_w32menu): Don't defsubr x-popup-menu.
8918 * nsmenu.m (cleanup_popup_menu): Remove.
8919 (ns_menu_show): Rename from ns_popup_menu and remove all the code
8920 moved to menu.c's Fx_popup_menu.
8921 (Fx_popup_menu): Remove.
8922 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
8923 menu_items (it's done in menu.c already).
8924
424d6179
SM
89252009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
8928 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
8929
c0df13a6 89302009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
8931
8932 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 8933 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
8934 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
8935 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
8936
2de9f71c
SM
89372009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 Let integers use up 2 tags to give them one extra bit and thus double
8940 their range.
8941 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
8942 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
8943 New macros.
8944 (enum Lisp_Type): Use them. Give explicit values.
8945 (Lisp_Type_Limit): Remove.
8946 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
8947 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
8948 Pay attention to USE_2_TAGS_FOR_INTS.
8949 (INTEGERP): Use LISP_INT_TAG_P.
8950 * fns.c (internal_equal): Simplify the default case.
8951 (sxhash): Use case_Lisp_Int.
8952 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
8953 any more.
8954 (Ftype_of): Use case_Lisp_Int.
8955 (store_symval_forwarding): Take into account the fact that Ints can
8956 now have more than one tag.
8957 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
686b968e 8958 (buffer_slot_type_mismatch):
2de9f71c
SM
8959 * xfaces.c (face_attr_equal_p):
8960 * print.c (print_object):
8961 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
8962 Use case_Lisp_Int.
8963
323637a2
EZ
89642009-11-06 Eli Zaretskii <eliz@gnu.org>
8965
7ac65b38
EZ
8966 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
8967
323637a2
EZ
8968 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
8969 warning.
8970
e511451f
JD
89712009-11-06 Jan Djärv <jan.h.d@swipnet.se>
8972
8973 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
8974
8975 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
8976
8977 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
8978 ButtonPressRelease and MotionNotify (bug#4870).
8979
5e2327cf
DN
89802009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
8981
5adc433e
DN
8982 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
8983
d67b4f80
DN
8984 * xterm.c (syms_of_xterm):
8985 * xselect.c (syms_of_xselect):
8986 * xmenu.c (syms_of_xmenu):
8987 * xfns.c (syms_of_xfns):
8988 * xfaces.c (syms_of_xfaces):
8989 * xdisp.c (syms_of_xdisp):
8990 * window.c (syms_of_window):
8991 * w32fns.c (syms_of_w32fns):
8992 * undo.c (syms_of_undo):
8993 * textprop.c (syms_of_textprop):
8994 * terminal.c (syms_of_terminal):
8995 * syntax.c (syms_of_syntax):
8996 * sound.c (syms_of_sound):
8997 * search.c (syms_of_search):
8998 * print.c (syms_of_print):
8999 * minibuf.c (syms_of_minibuf):
9000 * macros.c (syms_of_macros):
9001 * keymap.c (syms_of_keymap, initial_define_key)
9002 (initial_define_lispy_key):
9003 * keyboard.c (syms_of_keyboard):
9004 * insdel.c (syms_of_insdel):
9005 * image.c (syms_of_image):
9006 * fringe.c (syms_of_fringe):
9007 * frame.c (syms_of_frame):
9008 * fontset.c (syms_of_fontset):
9009 * fns.c (syms_of_fns):
9010 * fns.c (syms_of_fns):
9011 * fileio.c (syms_of_fileio):
9012 * fileio.c (syms_of_fileio):
9013 * eval.c (syms_of_eval):
9014 * doc.c (syms_of_doc):
9015 * dispnew.c (syms_of_display):
9016 * dired.c (syms_of_dired):
9017 * dbusbind.c (syms_of_dbusbind):
9018 * data.c (syms_of_data):
9019 * composite.c (syms_of_composite):
9020 * coding.c (syms_of_coding):
9021 * cmds.c (syms_of_cmds):
9022 * charset.c (define_charset_internal, syms_of_character):
9023 * ccl.c (syms_of_ccl):
9024 * category.c (syms_of_category, init_category_once):
9025 * casetab.c (syms_of_casetab):
9026 * casefiddle.c (syms_of_casefiddle):
9027 * callint.c (syms_of_callint):
9028 * bytecode.c (syms_of_bytecode):
9029 * buffer.c (keys_of_buffer, syms_of_buffer):
9030 * alloc.c (syms_of_alloc):
9031 * process.c (syms_of_process, init_process):
9032 * lread.c (syms_of_lread, init_obarray):
9033 * font.c (build_style_table):
9034 * emacs.c (syms_of_emacs, main): Replace calls to intern with
9035 intern_c_string, calls to make_pure_string with
9036 make_pure_c_string. Use pure_cons instead of Fcons.
9037
5e2327cf
DN
9038 * process.c (socket_options): Make it const.
9039 (set_socket_option, init_process): Use a const pointer.
9040
9041 * lread.c (intern_c_string): New function.
9042 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
9043 (defvar_int): Uset it. Make the name const char*.
9044
9045 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
9046 (defvar_int): Update prototypes.
9047 (DEFUN, EXFUN): Support for prototypes is now required.
9048 (intern_c_string): New prototype.
9049 (struct Lisp_Subr): Make symbol_name constant.
9050
9051 * font.c (struct table_entry): Remove unused member. Make NAMES
9052 constant.
9053 (weight_table, slant_table, width_table): Make constant.
9054
9055 * emacs.c (struct standard_args): Make name and longname constant.
9056
9057 * character.h (DEFSYM): Use intern_c_string.
9058
a56eaaef
DN
90592009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * alloc.c (make_pure_c_string): New function.
9062
9063 * eval.c (Fautoload): Purecopy all arguments.
9064
f6a07420
KH
90652009-11-05 Kenichi Handa <handa@m17n.org>
9066
9067 * fileio.c (Finsert_file_contents): Be sure set coding-system of
9068 the buffer in case of replace.
9069
5d28d4b1
DN
90702009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9071
9072 * puresize.h (BASE_PURESIZE): Increase to 1620000.
9073
b349d111
SM
90742009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9075
d528b1ce
SM
9076 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
9077 when applicable (bug#4851).
9078
b349d111
SM
9079 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
9080 (P_): Support for prototypes is now required.
9081
c38eb027
CY
90822009-10-31 Chong Yidong <cyd@stupidchicken.com>
9083
9084 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
9085 (Bug#4827).
9086
0405f8d9
EZ
90872009-10-30 Eli Zaretskii <eliz@gnu.org>
9088
d528b1ce 9089 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 9090
ca0a881a
DN
90912009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9092
9093 * puresize.h (BASE_PURESIZE): Increase to 1470000.
9094
d528b1ce
SM
9095 * lread.c (Fload): Purecopy the file name when building
9096 Vpreloaded_file_list.
ca0a881a 9097
47e0e0e4
JR
90982009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
9099
9100 * w32fns.c (syms_of_w32fns): Change default value of
9101 w32-scroll-lock-modifier to nil. (Bug#2827)
9102
057bce6f
JB
91032009-10-26 Juanma Barranquero <lekktu@gmail.com>
9104
782a943e 9105 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 9106
242bc74c
AS
91072009-10-26 Andreas Schwab <schwab@redhat.com>
9108
9109 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
9110
522d013a
JB
91112009-10-26 Juanma Barranquero <lekktu@gmail.com>
9112
9113 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
9114 For delta < 0, skip check that only makes sense when the mini-window
9115 is going to be enlarged. (Bug#4534)
9116
18060980
CY
91172009-10-25 Chong Yidong <cyd@stupidchicken.com>
9118
9119 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
9120 string in menu maps (Bug#4471).
9121
fec8f0fe
CY
91222009-10-24 Chong Yidong <cyd@stupidchicken.com>
9123
9124 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
9125 FRAME_NS_VIEW on terminal frames (Bug#4765).
9126
10d66ec0
AS
91272009-10-24 Andreas Schwab <schwab@linux-m68k.org>
9128
1cae01f7
AS
9129 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
9130 DBUS_TYPE_UINTnn separately to get proper sign extension.
9131
58a12889
AS
9132 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
9133 can properly handle unsigned types.
d528b1ce 9134 (make_uid, make_gid): Remove.
58a12889 9135
987c9327
AS
9136 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
9137 types again.
9138
522d013a 9139 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
9140 (system_process_attributes): Likewise.
9141
905a9ed3
DN
91422009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9143
9144 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
9145
9146 * eval.c (Fautoload): Purecopy the filename. Simplify.
9147
9148 * category.c (Fdefine_category): Purecopy docstring.
9149
a599b3e8
AS
91502009-10-23 Andreas Schwab <schwab@linux-m68k.org>
9151
7b792fc9
AS
9152 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
9153
a599b3e8
AS
9154 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
9155
b35ac83e
CY
91562009-10-23 Chong Yidong <cyd@stupidchicken.com>
9157
9158 * window.c (Fwindow_edges, Fwindow_pixel_edges)
9159 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
9160 (Bug#4775).
9161
e8903e00
SM
91622009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
9165 (init_fileio_once):
9166 * lisp.h (init_fileio_once): Remove.
9167 * emacs.c (main): Don't call init_fileio_once.
9168
8f43cbf3
DN
91692009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9170
9171 * puresize.h (BASE_PURESIZE): Increase to 1430000.
9172
26898943
AS
91732009-10-21 Andreas Schwab <schwab@linux-m68k.org>
9174
9175 * doprnt.c (doprnt): Fix overflow check.
9176
5c646d5a
JD
91772009-10-21 Jan Djärv <jan.h.d@swipnet.se>
9178
3132a7ea
JD
9179 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
9180
5c646d5a
JD
9181 * xterm.h (x_wait_for_event): Declare it.
9182
9183 * xterm.c (pending_event_wait): New variable.
9184 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
9185 see pending_event_wait.eventtype.
9186 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
9187 (x_new_font): Call change_frame_size with new rows/columns before we
9188 try to resize the frame.
5c646d5a 9189 (x_wait_for_event): New function.
d528b1ce
SM
9190 (x_set_window_size_1): Don't change gravity unless change_gravity
9191 is set.
5c646d5a
JD
9192 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
9193 don't change frame size, instead wait for the ConfigureNotify.
9194 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
9195 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
9196 (x_initialize): Initialize pending_event_wait.
9197
9198 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
9199 size.
9200
9201 * widget.c (EmacsFrameSetValues): Add comment.
9202 (EmacsFrameSetCharSize): Just call x_set_window_size.
9203
9204 * gtkutil.c (xg_frame_set_char_size): Flush events and call
9205 x_wait_for_event.
d528b1ce 9206 (flush_and_sync): Remove again.
5c646d5a
JD
9207 (xg_get_font_name): Suggest monospace if no previous font is known.
9208
e9c1637d
SM
92092009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9210
9211 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 9212 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 9213
5a72cccb
YM
92142009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9215
9216 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
9217 processing pending events when event is filtered for input method.
ab04798f 9218 (Bug#3681)
5a72cccb 9219
2629aa37
JB
92202009-10-20 Juanma Barranquero <lekktu@gmail.com>
9221
9222 * fns.c: Add #endif accidentally removed in previous change.
9223
c3417a74
DN
92242009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9225
9226 * fns.c: Remove code for unsupported system: MAC_OS.
9227 * image.c: Likewise. Include setjmp.h.
9228
9685cef2
JD
92292009-10-19 Jan Djärv <jan.h.d@swipnet.se>
9230
9231 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
9232 pixel -1 (bug #4742).
9233
d7306fe6
DN
92342009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9235
019d2c4c
DN
9236 * process.c (create_pty): Remove conditionals for no longer
9237 supported systems: UNIPLUS and RTU.
9238
ee6bacd4
DN
9239 * xterm.c:
9240 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
9241
d7306fe6
DN
9242 * alloc.c: Do not define struct catchtag.
9243 * eval.c: Move struct catchtag definition ...
9244 * lisp.h: ... here.
9245
9246 * image.c: Move png.h #include earlier to avoid warnings.
9247
9248 * xterm.c:
9249 * xsmfns.c:
9250 * xselect.c:
9251 * xrdb.c:
9252 * xmenu.c:
9253 * xftfont.c:
9254 * xfont.c:
9255 * xfns.c:
9256 * xfaces.c:
9257 * xdisp.c:
9258 * window.c:
9259 * widget.c:
9260 * w32xfns.c:
9261 * w32uniscribe.c:
9262 * w32term.c:
9263 * w32select.c:
9264 * w32reg.c:
9265 * w32proc.c:
9266 * w32menu.c:
9267 * w32inevt.c:
9268 * w32heap.c:
9269 * w32font.c:
9270 * w32fns.c:
9271 * w32console.c:
9272 * w32.c:
9273 * w16select.c:
9274 * vm-limit.c:
9275 * unexsol.c:
9276 * unexec.c:
9277 * unexcw.c:
9278 * unexaix.c:
9279 * undo.c:
9280 * tparam.c:
9281 * textprop.c:
9282 * terminfo.c:
9283 * terminal.c:
9284 * termcap.c:
9285 * term.c:
9286 * syntax.c:
9287 * sound.c:
9288 * sheap.c:
9289 * search.c:
9290 * scroll.c:
9291 * region-cache.c:
9292 * regex.c:
9293 * ralloc.c:
9294 * process.c:
9295 * print.c:
b024548b
DN
9296 * nsterm.m:
9297 * nsselect.m:
9298 * nsmenu.m:
9299 * nsimage.m:
9300 * nsfont.m:
9301 * nsfns.m:
d7306fe6
DN
9302 * msdos.c:
9303 * minibuf.c:
9304 * menu.c:
9305 * marker.c:
9306 * macros.c:
9307 * keymap.c:
9308 * keyboard.c:
9309 * intervals.c:
9310 * insdel.c:
9311 * indent.c:
9312 * gtkutil.c:
9313 * ftxfont.c:
9314 * ftfont.c:
9315 * fringe.c:
9316 * frame.c:
9317 * fontset.c:
9318 * font.c:
9319 * fns.c:
9320 * floatfns.c:
9321 * filelock.c:
9322 * fileio.c:
9323 * emacs.c:
9324 * editfns.c:
9325 * dosfns.c:
9326 * doprnt.c:
9327 * doc.c:
9328 * dispnew.c:
9329 * dired.c:
9330 * dbusbind.c:
9331 * data.c:
9332 * composite.c:
9333 * coding.c:
9334 * cmds.c:
9335 * cm.c:
9336 * chartab.c:
9337 * charset.c:
9338 * character.c:
9339 * ccl.c:
9340 * category.c:
9341 * casetab.c:
9342 * casefiddle.c:
9343 * callproc.c:
9344 * callint.c:
9345 * bytecode.c:
9346 * buffer.c:
9347 * atimer.c: Include setjmp.h. (Bug#4643)
9348
fd5f21e6
SM
93492009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9350
4c0354d7
SM
9351 Remove leftover table unibyte_to_multibyte_table.
9352 * character.c (unibyte_to_multibyte_table): Remove.
9353 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
9354 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
9355 * character.h (UNIBYTE_TO_CHAR): New macro.
9356 (MAKE_CHAR_MULTIBYTE): Use it.
9357 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
9358 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
9359 (message_dolog, set_message_1):
9360 * search.c (Freplace_match):
9361 * editfns.c (Fcompare_buffer_substrings):
9362 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
9363 (concat):
9364 * insdel.c (copy_text, count_size_as_multibyte):
9365 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
9366 * term.c (produce_glyphs):
9367 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
9368 * regex.c (RE_CHAR_TO_MULTIBYTE):
9369 * cmds.c (internal_self_insert):
9370 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
9371
fd5f21e6
SM
9372 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
9373
4418646e
DN
93742009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9375
9376 * puresize.h (BASE_PURESIZE): Increase to 1310000.
9377
35f5c1d2
JB
93782009-10-16 Juanma Barranquero <lekktu@gmail.com>
9379
9380 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
9381
a0cd8f6b
AR
93822009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9383
9384 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
9385 still needed under Tiger.
9386
9387 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
9388
9389 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
9390 __Apple__.
9391
9392 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
9393
01a8d3fa
KH
93942009-10-15 Kenichi Handa <handa@m17n.org>
9395
9396 * print.c (print_object): Escape a symbol like "2E10" too.
9397
bf6c75c9 93982009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
9399
9400 Cleanups and changes for 64-bit compile under Snow Leopard.
9401 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
9402
9403 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
9404
c5959062 9405 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
9406 (ns_findfonts, nsfont_list_family): Use long format in printf, and
9407 cast argument.
9408 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 9409 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
9410
9411 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
9412
9413 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
9414 where appropriate.
9415
9416 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
9417 where appropriate.
6e4780c5
JB
9418 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
9419 Use stringWithUTF8String.
bf6c75c9
AR
9420 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
9421
6e4780c5
JB
9422 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
9423 Add formal protocol mention to inheritance.
bf6c75c9
AR
9424 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
9425
6e4780c5
JB
9426 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
9427 Fix printf format.
bf6c75c9
AR
9428 (ns_query_color): Use CGFloat where appropriate.
9429 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 9430 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
9431 argument.
9432
3d87f118
AR
9433 * config.in (NS_HAVE_NSINTEGER): Drop.
9434
a95c8102
AR
9435 * dbusbind.c (dbus-method-return-internal)
9436 (dbus-method-error-internal): Use long format in printf, and cast
9437 argument.
9438
9439 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
9440 in printf, and cast argument.
9441
6873acca 9442 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
9443 cast argument.
9444
9ec6f100
GM
94452009-10-11 Glenn Morris <rgm@gnu.org>
9446
9447 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
9448
5be883cd
JD
94492009-10-08 Jan Djärv <jan.h.d@swipnet.se>
9450
9451 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
9452 menu bar with a small width so it doesn't enlarge the frame.
9453
d7a39b51
JB
94542009-10-08 Juanma Barranquero <lekktu@gmail.com>
9455
9456 * fontset.c (Fset_fontset_font): Fix typos in error messages.
9457
0c2b6f8e
GM
94582009-10-06 Glenn Morris <rgm@gnu.org>
9459
9460 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
9461 SOME_MACHINE_LISP (this enters indirectly via DOC).
9462
e02131a2
EZ
94632009-10-05 Eli Zaretskii <eliz@gnu.org>
9464
9465 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
9466
b4744254
EZ
94672009-10-04 Eli Zaretskii <eliz@gnu.org>
9468
9469 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
9470 Doc fix.
9471
dbf64827
JB
94722009-10-03 Martin Rudalics <rudalics@gmx.at>
9473
9474 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
9475
e9a0aef8
MA
94762009-10-02 Michael Albinus <michael.albinus@gmx.de>
9477
d528b1ce 9478 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
9479 used anymore outside fileio.c.
9480
9481 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
9482
64eb2b56
JB
94832009-10-01 Juanma Barranquero <lekktu@gmail.com>
9484
9485 * lisp.h (Qdelete_directory_internal):
9486 Declare, instead of Qdelete_directory.
9487
9488 * w32fns.c (Fsystem_move_file_to_trash): Use it.
9489
9d28c33e
SM
94902009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * eval.c (Fcalled_interactively_p): Add `kind' argument.
9493
9d8f3bd9
MA
94942009-10-01 Michael Albinus <michael.albinus@gmx.de>
9495
9d28c33e 9496 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
9497 Fdelete_directory. It is not a command anymore. It has no file
9498 name handler.
9499
9694740b
SM
95002009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * xdisp.c (get_next_display_element): Use an enum in last change.
9503
748e162f
KH
95042009-09-28 Kenichi Handa <handa@m17n.org>
9505
9694740b 9506 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
9507 unibyte_display_via_language_environment in handling
9508 Vnobreak_char_display.
9509
17efd58d
AR
95102009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9511
9512 * nsterm.h (ns_app_name): New extern variable.
9513
9514 * nsterm.m (ns_app_name): New variable.
9515 (ns_term_init): Set and use it.
9516 (ns_term_shutdown): Use it.
9517
9518 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
9519 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
9520
9521 * nsfns.m (ns_set_name_iconic, ns_set_name)
9522 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
9523 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
9524
9694740b
SM
9525 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
9526 Remove double-casting in client_data comparison.
31c2d412 9527
3208cb35
YM
95282009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9529
9530 * keyboard.c (make_lispy_event): Remember last wheel direction.
9531 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
9532
b7d552d6
GM
95332009-09-26 Glenn Morris <rgm@gnu.org>
9534
9535 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
9536 internal.elc. Add term/pc-win.elc.
9537 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
9538 term/x-win.elc.
9539 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
9540 term/w32-win.elc.
9541 (NS_SUPPORT): New.
9542 (lisp): Add NS_SUPPORT.
9543 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
9544
4ff670a8
DR
95452009-09-25 David Reitter <david.reitter@gmail.com>
9546
9547 * nsmenu.m (EmacsMenu-clear): Recognize application menu
9548 on Mac OS X 10.6+ (bug#4513).
9549
feabfb6c
JB
95502009-09-24 Juanma Barranquero <lekktu@gmail.com>
9551
9552 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
9553 some parts of Emacs code (like font selection) don't grok them.
9554 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 9555
de59072a
AS
95562009-09-24 Andreas Schwab <schwab@redhat.com>
9557
9558 * coding.c (decode_coding_iso_2022): Fix operator precedence.
9559
a489517b
JB
95602009-09-24 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * dired.c (Fdirectory_files): Fix typo in docstring.
9563
0592970c
AR
95642009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9565
9566 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
9567 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
9568 (EmacsScroller-setPosition:portion:whole:): Remove -display call
9569 under GNUstep.
9570 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
9571
9572 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
9573 glyph advancement.
9574
48e8a88b
AR
95752009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9576
9577 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 9578 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
9579
9580 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
9581 deleted (bug #4492).
9582
e14f0a78
AR
9583 * nsfont.m (Vns_reg_to_script): New lisp variable.
9584 (syms_of_nsfont): Declare it.
9585 (ns_registry_to_script): New function.
9586 (ns_get_req_script): Call it.
9587 (ns_findfonts): Don't give up on non-unicode registry.
9588
9589 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
9590
5b650faa
SM
95912009-09-20 Tom Tromey <tromey@redhat.com>
9592
9593 * eval.c (find_handler_clause): Make stack-trace-on-error work in
9594 batch mode (bug#4228).
9595
a489517b 95962009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
9597
9598 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 9599 carefully. (Bug #4339)
0bae4e09 9600
fcfe06f3
CY
96012009-09-18 Chong Yidong <cyd@stupidchicken.com>
9602
d798ba87 9603 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 9604
31642728
AR
96052009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9606
9607 * emacs.c (inhibit_x_resources): Update doc string for NS.
bba3e508
SM
9608 (main) [HAVE_NS]: Don't process --no-init-file option.
9609 Remove legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
9610
9611 * nsterm.h (ns_no_defaults): Remove.
9612
9613 * nsterm.m (ns_no_defaults): Remove.
9614 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
9615 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
9616 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
9617 don't update the NSWindow itself.
bba3e508
SM
9618 (EmacsView-windowWillUseStandardFrame:defaultFrame:):
9619 Improve state detection and store user rect ourselves. (Bug #3581)
31642728
AR
9620
9621 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
9622 ns_use_qd_smoothing.
9623
9624 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
9625 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 9626 (x-close-connection): Drop PSFlush() under OS X.
a489517b 9627 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 9628
8686ac71
JB
96292009-09-17 Juanma Barranquero <lekktu@gmail.com>
9630
9631 * emacs.c (inhibit_x_resources): New variable.
9632 (main) [HAVE_NS]: Don't process --quick command line option.
9633 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
9634
9635 * lisp.h (inhibit_x_resources): Declare it extern.
9636
9637 * w32reg.c (x_get_string_resource):
9638 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
9639
e227ba05
EZ
96402009-09-17 Eli Zaretskii <eliz@gnu.org>
9641
362654a6
JB
9642 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
9643 Add lisp/term/internal.elc.
e227ba05 9644
742d40e8
SM
96452009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9646
9647 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
9648 (bug#4461).
9649
005bd5a2
DN
96502009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9651
9652 * puresize.h (BASE_PURESIZE): Increase to 1290000.
9653
9654 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
9655 (OBJECTS_MACHINE): Remove, unused.
9656
f9af9719
SM
96572009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * frame.c (x_get_resource_string): Remove unused.
9660
0307c7d2
JD
96612009-09-15 Jan Djärv <jan.h.d@swipnet.se>
9662
9663 * xterm.c (x_new_font): Call change_frame_size before calling
9664 x_set_window_size, in case frame size won't change.
9665
9666 * frame.c (x_set_font): Remove dead code.
9667
428b13d6
SM
96682009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
9671
5766c380
SM
96722009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * lread.c (Fload): Don't output a message after loading an obsolete
9675 package any more (done in Lisp now).
9676
2fd0161b
CY
96772009-09-12 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * fns.c (syms_of_fns): Doc fix (Bug#4227).
9680
bc5e75b6
SM
96812009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * keymap.c (Fwhere_is_internal): Use nconc2.
9684
c31c985e
AM
96852009-09-11 Alan Mackenzie <acm@muc.de>
9686
9687 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
9688 batch mode.
9689
78012bd2
AS
96902009-09-11 Andreas Schwab <schwab@linux-m68k.org>
9691
9692 * xdisp.c (display_mode_element): Detect cycles.
9693
9d889332
SM
96942009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * keymap.c (where_is_internal): Don't erroneously return nil right after
9697 filling the cache.
9698 (where_is_internal_1): Fix up typo.
9699
7ab5d780
GM
97002009-09-11 Glenn Morris <rgm@gnu.org>
9701
9702 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
9703 share a common doc-string.
9704
5238a749
SM
97052009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9706
66d77eda
SM
9707 * keymap.c (get_keymap): Return the actual keymap symbol rather than
9708 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
9709
5238a749
SM
9710 * keymap.c (QCadvertised_binding): New constant.
9711 (syms_of_keymap): Initialize it.
9712 (Fwhere_is_internal): Try and use bindings from :advertised-binding
9713 if applicable.
9714
19f48442
SM
97152009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9716
50d4ba39
SM
9717 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
9718 (parse_menu_item): Streamline since bindings are recomputed all the
9719 time anyway. Don't bother checking Vdefine_key_rebound_commands any
9720 more and don't support lmenu's menu-alias any more either.
9721
a88a5372
SM
9722 * keymap.c (where_is_internal_data): Make noindirect a boolean.
9723 (where_is_internal): Strip it down to only traverse the keymaps.
9724 Move the cache handling from Fwhere_is_internal to here.
9725 (Fwhere_is_internal): Move the handling of remapping and the choice of
9726 the best binding from where_is_internal to here.
9727 Unify the cached/noncached paths, so remapping is also handled
9728 correctly when the cache is used, and so the cache can be used to
9729 speed up remap-handling when applicable.
9730 Give preference to non-remapped bindings.
9731 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
9732 non-remapped bindings.
9733 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
9734 command remapping.
9735
19f48442
SM
9736 * xdisp.c (display_mode_element): Move list length limit from 50 to
9737 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
9738
599498c3 97392009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
9740
9741 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
9742
f9b7b5ac
SM
97432009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9744
a53af587
JB
9745 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
9746 (Bug#4334)
9747
f9b7b5ac
SM
9748 * keymap.c (where_is_internal): Filter out shadowed remappings.
9749 Assume that where_is_internal returns unshadowed bindings to simplify
9750 the code and get rid of the gotos. Use ASIZE.
9751
04f4b72d
JD
97522009-09-04 Jan Djärv <jan.h.d@swipnet.se>
9753
4da146f2
JD
9754 * xterm.c (x_focus_changed): If we get a focusout and pointer
9755 is invisible, make it visible.
9756
04f4b72d
JD
9757 * xterm.h: Remove condition for declaration of
9758 x_*_window_to_frame.
9759
7cef7ce3
SM
97602009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
9763 initial terminal as well.
9764
a54fa5b7
JD
97652009-09-02 Jan Djärv <jan.h.d@swipnet.se>
9766
9767 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 9768 x_menubar_window_to_frame.
a54fa5b7 9769
50426a04 9770 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
9771 (XTmouse_position): Do not return valid positions
9772 for clicks in the menubar and the toolbar for Gtk+.
9773
9774 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
9775 if the widget for the event has the same top level as a frame,
9776 return the frame.
9777 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
9778 internal windows, bug #4122.
9779 (x_non_menubar_window_to_frame): Remove.
9780
5a021dd0
GM
97812009-09-02 Glenn Morris <rgm@gnu.org>
9782
9783 * buffer.c (default-major-mode): Move most of the doc from here...
9784 (major-mode): ... to here.
9785
548fe2f3
NR
97862009-08-30 Nick Roberts <nickrob@snap.net.nz>
9787
9788 * process.c (wait_reading_process_output): Keep the descriptor
9789 when pty is used by a non-child process, e.g., in I/O buffer of
9790 GDB this allows inferior to be restarted.
9791
e0840eef
EZ
97922009-08-29 Eli Zaretskii <eliz@gnu.org>
9793
9794 * xdisp.c (redisplay_internal): Remove redundant test and collapse
9795 both branches into one.
9796
82e98df4
SM
97972009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
9800 (main): Use enable-multibyte-characters rather than
9801 default-enable-multibyte-characters. Output a warning message when
9802 running a unibyte session.
9803
890617cb
YM
98042009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9805
9806 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
9807 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
9808 (copy_data_segment): Also copy __program_vars section.
9809 (copy_dyld_info) [LC_DYLD_INFO]: New function.
9810 (dump_it) [LC_DYLD_INFO]: Use it.
9811
9812 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
9813
e7adeadc
EZ
98142009-08-28 Eli Zaretskii <eliz@gnu.org>
9815
9816 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
9817 $(SRC)/buildobj.h.
ef1b0ba7 9818 (buildobj.h): Rename from $(SRC)/buildobj.h.
e7adeadc
EZ
9819 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
9820 $(SRC)/buildobj.h.
9821 (clean): Add buildobj.h.
9822
3ed8bbdc
TZ
98232009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
9824
9825 * print.c (print_object): Set escapeflag to 1 when printing
9826 hashtable keys and values.
9827
155a6764
SM
98282009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * lread.c (read_integer): Use doubles (and potentially return a float
9831 number) as we do in string-to-number.
9832 (read1): Use strtol to read integers, signal errors on strtol's
9833 overflow and use floats if strtol's output is too large for
9834 Elisp integers.
9835
877610de
EZ
98362009-08-27 Eli Zaretskii <eliz@gnu.org>
9837
9838 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
9839 (make-buildobj-SH): Fix last change.
9840 (SRC): Move to before where it's first used.
9841
ef73e7be
KH
98422009-08-27 Kenichi Handa <handa@m17n.org>
9843
550c8289
KH
9844 * process.c (send_process): Use encode_coding_object instead of
9845 encode_coding_string to perform eol-conversion even if the string
9846 is unibyte.
9847
60afa08d
KH
9848 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
9849 character.
9850
ef73e7be 9851 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 9852 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 9853
7b3a82d7
DN
98542009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9855
5654bf63
DN
9856 * callproc.c (Fcall_process): Remove always true #if.
9857
7b3a82d7
DN
9858 * lisp.h: Replace #if 0 code for checking with text pointing to
9859 the --enable-checking configure flag.
9860
9861 * emacs.c (main): Mention the --enable-profiling configure flag
9862 instead of using CFLAGS.
9863
878bde49
KR
98642009-08-26 Ken Raeburn <raeburn@raeburn.org>
9865
9866 * Makefile.in (buildobj.h): New target.
9867 (doc.o): Depend on it.
9868 (temacs${EXEEXT}): Don't generate buildobj.lst.
9869 (mostlyclean): Delete buildobj.h, not buildobj.lst.
9870 * makefile.w32-in ($(SRC)/buildobj.h): New target.
9871 ($(BLD)/doc.$(O)): Depend on it.
9872 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
9873 provided by Eli Zaretskii.)
9874 ($(TEMACS)): Don't generate buildobj.lst.
9875 * doc.c: Include buildobj.h.
9876 (buildobj): New static variable.
9877 (Fsnarf_documentation): Use it, instead of opening and reading
9878 buildobj.lst.
9879
1574224c
MA
98802009-08-25 Michael Albinus <michael.albinus@gmx.de>
9881
9882 * dbusbind.c (Fdbus_call_method)
9883 (Fdbus_call_method_asynchronously): Use English numeric format for
9884 timeout values in doc string.
9885
d9da2f45
KH
98862009-08-25 Kenichi Handa <handa@m17n.org>
9887
ef73e7be
KH
9888 * alloc.c (mark_char_table): New function.
9889 (mark_object): Use mark_char_table for a char-table.
9890
d9da2f45
KH
9891 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
9892 (CHAR_TABLE_REF): Use it.
9893
c8edcc01
KR
98942009-08-23 Ken Raeburn <raeburn@raeburn.org>
9895
9896 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
9897 before invoking the newly build emacs to check for load-path
9898 shadowing.
9899
7763401b
GM
99002009-08-22 Glenn Morris <rgm@gnu.org>
9901
9902 * Makefile.in (bootstrap_exe): New variable.
9903 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
9904 Use ${bootstrap_exe}.
9905
729eadda
EZ
99062009-08-22 Eli Zaretskii <eliz@gnu.org>
9907
9908 * coding.h (encode_coding_string): Don't encode unibyte strings.
9909 (Bug#4047)
9910
eb4c6ace
MA
99112009-08-22 Michael Albinus <michael.albinus@gmx.de>
9912
9913 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
9914
9915 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
9916 intended as hotfix only.
9917 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
9918
36e34d1b
AR
99192009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9920
9921 * nsterm.m (ns_get_color): Update documentation properly for last
bba3e508
SM
9922 change, and clean up loose ends in the code left by it.
9923 Fix longstanding bug with 16-bit hex parsing, and add support for
36e34d1b
AR
9924 yet another X11 format (rgb:r/g/b) for compatibility.
9925 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
9926 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
9927
f983eb8a
SM
99282009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
9931
3f56d3c6
MA
99322009-08-20 Michael Albinus <michael.albinus@gmx.de>
9933
9934 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
9935 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
9936 (xd_initialize, xd_pending_messages): Check, whether
9937 $DBUS_SESSION_BUS_ADDRESS is set.
9938
fb641d68
YM
99392009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9940
9941 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
9942
9943 * nsterm.m (ns_get_color): Remove incompatible color formats again.
9944
cf59a374
GM
99452009-08-20 Glenn Morris <rgm@gnu.org>
9946
9947 * emacs.c (system-type): Doc fix.
9948
1373f3be
SM
99492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
9952 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
9953
058ed861
MA
99542009-08-18 Michael Albinus <michael.albinus@gmx.de>
9955
1373f3be
SM
9956 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
9957 New functions.
058ed861
MA
9958 (xd_initialize): Revert change from 2009-08-16.
9959
563a866e 99602009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
9961
9962 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 9963 font-group vector, return nil.
5fc05db0 9964
e42bdf01
CY
99652009-08-17 Chong Yidong <cyd@stupidchicken.com>
9966
9967 * process.c (status_notify): Don't perform redisplay.
9968 (Fdelete_process, list_processes_1, process_send_signal):
9969 Expliticly perform redisplay.
9970 (wait_reading_process_output): Always check process status, but
9971 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
9972
4230ab74
KR
99732009-08-17 Ken Raeburn <raeburn@raeburn.org>
9974
1373f3be 9975 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
9976 (XFLOAT_INIT): New macro for storing a float value.
9977 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
9978 * fns.c (sxhash): Copy out the value of a float in order to
9979 examine its bytes.
9980 * dbusbind.c (xd_append_arg): Likewise.
9981
4230ab74
KR
9982 * emacs.c (main): Don't call syms_of_data twice.
9983
a0645cdd
MA
99842009-08-16 Michael Albinus <michael.albinus@gmx.de>
9985
9986 * dbusbind.c (xd_initialize): Add connection file descriptor to
9987 input_wait_mask, in order to let select() detect, whether a new
9988 message has been arrived.
ca4f31ea 9989 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 9990
485db0ba
MA
99912009-08-15 Michael Albinus <michael.albinus@gmx.de>
9992
1373f3be
SM
9993 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
9994 New functions.
485db0ba
MA
9995
9996 * lisp.h (xd_pending_messages): Declare.
9997
9998 * keyboard.c (readable_events): Call xd_pending_messages.
9999
b5b98ff4
CY
100002009-08-15 Chong Yidong <cyd@stupidchicken.com>
10001
1373f3be 10002 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 10003
f8354c6e
CY
10004 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
10005
b5b98ff4
CY
10006 * buffer.c (set_buffer_internal_1)
10007 (swap_out_buffer_local_variables): Check for unbound local
10008 variables (Bug#4138).
10009
8b9fc636
EZ
100102009-08-14 Eli Zaretskii <eliz@gnu.org>
10011
10012 * process.c (create_pty): Fix last change.
10013
ce959360
CY
100142009-08-13 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
10017 (xbm_load_image): Caller changed.
64b807c9 10018 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 10019
c7baf7e9
NR
100202009-08-13 Nick Roberts <nickrob@snap.net.nz>
10021
10022 * process.c (create_pty): New function.
10023 (Fstart_process): Use it to allow Emacs to just associate a pty
10024 with the buffer. See associated change in gdb-mi.el.
10025 (list_processes_1): Deal with no program name.
10026 (start_process_unwind): Use pid == -2 to mean no process.
10027
1ac9108a
SM
100282009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * cmds.c (nonundocount): New global variable.
10031 (keys_of_cmds): Initialize it.
10032 (Fself_insert_command): Use it to combine upto 20 sequential chars
10033 into a single undo entry, just like the Qself_insert_command code in
10034 keyboard.c does.
10035 Call frame_make_pointer_invisible, also like the Qself_insert_command
10036 code in keyboard.c does.
10037 * keyboard.c (command_loop_1): Use the new global nonundocount rather
10038 than its own local replacement for it.
10039
e267324c
KR
100402009-08-10 Ken Raeburn <raeburn@raeburn.org>
10041
1ac9108a 10042 * fns.c (concat): Don't re-set string length to its current value.
77437343 10043
1ac9108a
SM
10044 * coding.h (decode_coding_string, encode_coding_string):
10045 Use SBYTES macro.
f0bed503 10046
1ac9108a 10047 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
10048 (doprnt): Merge with doprnt1, discarding lispstrings code.
10049 * lisp.h (doprnt_lisp): Don't declare.
10050
416e006d
JL
100512009-08-07 Juri Linkov <juri@jurta.org>
10052
10053 * puresize.h (BASE_PURESIZE): Increase to 1270000.
10054
6f7d5780
DN
100552009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10056
10057 * print.c (syms_of_print): Undo previous change.
10058
f19a0f5b
TZ
100592009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
10060
10061 * lread.c (read1, syms_of_lread): Read hashtables back from the
10062 readable format.
10063
10064 * print.c (print_preprocess, print_object): Print hashtables fully
10065 and readably.
10066 (syms_of_print): Provide 'hashtable-print-readable.
10067
b9173dc2
AR
100682009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10069
10070 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
10071 no family set.
10072 (nsfont_open): Handle case when entity has no family.
10073
1586503c
AR
100742009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10075
10076 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
10077 element, not a list, for match case.
10078
087048cd
KH
100792009-07-28 Kenichi Handa <handa@m17n.org>
10080
10081 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
10082 rigidly.
10083
10084 * xfont.c (xfont_list_pattern): Don't ignore the return value of
10085 font_parse_xlfd. Check font properties more rigidly.
10086
780c2506
DN
100872009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10088
31fd7c5c
JB
10089 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
10090 bsd-common.h.
780c2506 10091
a8c0cc18
KH
100922009-07-27 Kenichi Handa <handa@m17n.org>
10093
10094 * xfaces.c (face_with_height): Call font_clear_prop.
10095
4fbe2306
CY
100962009-07-26 Chong Yidong <cyd@stupidchicken.com>
10097
111d9af3
CY
10098 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
10099
10100 * xterm.c (x_term_init): Use Qx.
10101
4fbe2306
CY
10102 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
10103
1ac9108a 10104 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
10105 (ns_get_color): Revert 2009-07-16 change.
10106
beb0b7f9
EZ
101072009-07-25 Eli Zaretskii <eliz@gnu.org>
10108
10109 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 10110 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 10111
2baf5e76
KR
101122009-07-25 Ken Raeburn <raeburn@raeburn.org>
10113
1ac9108a
SM
10114 * coding.h (decode_coding_string, encode_coding_string):
10115 Use SCHARS macro.
8890e5f5 10116
2baf5e76 10117 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 10118 (load_depth): Delete.
2baf5e76
KR
10119 (Qload_in_progress): New variable.
10120 (load_unwind): Don't reference load_depth or load_in_progress.
10121 (Fload): Likewise; specbind Qload_in_progress instead.
10122 (init_lread): Don't initialize load_depth.
10123 (syms_of_lread): Initialize and protect Qload_in_progress.
10124
1395c6f5
AR
101252009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10126
10127 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
10128
4e2f36cf
AR
101292009-07-23 Yavor Doganov <yavor@gnu.org>
10130
10131 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
10132
5dd9a6f7
AR
101332009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10134
10135 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
10136 Bugs 3792, 3720, 2402.
10137 (ns_lookup_indexed_color): Check for bad index.
10138 (ns_index_color): Init unused slot to 0.
10139 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
10140 Bug 3714, possibly 3082.
5dd9a6f7 10141
c902b920
JR
101422009-07-22 Jason Rumney <jasonr@gnu.org>
10143
1ac9108a
SM
10144 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
10145 Position IME window at cursor (Bug#2570).
c902b920
JR
10146 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
10147 (globals_of_w32fns): Dynamically load functions required above.
10148
10149 * w32term.c (w32_draw_window_cursor): Send message to reposition
10150 any IME window.
10151
090101cf
CY
101522009-07-21 Chong Yidong <cyd@stupidchicken.com>
10153
10154 * fileio.c: Revert 2009-07-16 changes.
10155 (Vauto_save_include_big_deletions): New variable.
10156 (Fdo_auto_save): Disable auto-save only if
10157 auto-save-include-big-deletions is nil.
10158
e6583e3d
CY
101592009-07-21 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * xdisp.c (move_it_to): For continued lines ending in a tab, take
10162 the overflowed pixels into account (Bug#3879).
10163
ece435a5
KR
101642009-07-21 Ken Raeburn <raeburn@raeburn.org>
10165
10166 * lread.c (load_depth): New variable.
10167 (Fload, load_unwind, init_lread): Set it to the load recursion
10168 depth; set load_in_progress as a simple boolean based on the
10169 current load_depth. (Bug#3892)
10170
40b2d973
AR
101712009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10172
10173 * nsfont.m (ns_has_attribute): Remove.
10174 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
10175
10be7e0d
JL
101762009-07-18 Juri Linkov <juri@jurta.org>
10177
10178 * process.c (Fset_process_query_on_exit_flag): Mention killing
10179 a buffer in docstring.
10180
fa055055
KH
101812009-07-17 Kenichi Handa <handa@m17n.org>
10182
10183 * casetab.c (shuffle): Fix the logic of setting up the cycle.
10184
042f7b69
YM
101852009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10186
10187 * nsfns.m (Fns_set_alpha): Remove function.
10188 (syms_of_nsfns): Don't defsubr it.
10189
10190 * nsterm.m (ns_get_color): Remove incompatible color formats.
10191 (ns_color_to_lisp): Generate #rrggbb color format string.
10192
4be941e3
RS
101932009-07-16 Richard Stallman <rms@gnu.org>
10194
10195 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
10196 (Fset_buffer_auto_saved): Handle save_length = -2.
10197
4e6b227d
CY
101982009-07-16 Chong Yidong <cyd@stupidchicken.com>
10199
10200 * xterm.c (Qx_gtk_map_stock): New var.
10201
10202 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
10203 of calling intern each time.
10204
a1856973
YM
102052009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10206
10207 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
10208 does tiling.
10209
10210 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
10211
497e54d8
KH
102122009-07-14 Kenichi Handa <handa@m17n.org>
10213
72d36834
KH
10214 * font.c (font_vconcat_entity_vectors): New function.
10215 (struct font_sort_data): New member font_driver_preference.
10216 (font_compare): Check font_driver_preference.
10217 (font_sort_entities): The format of the first argument changed.
10218 (font_delete_unmatched): Likewise.
10219 (font_list_entities): The return type changed.
10220 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
10221 (font_find_for_lface): Adjuste for the above changes.
10222 Don't suppress the checking of C even if the repertory supports it.
10223 (Flist_fonts): Adjust for the above changes.
72d36834 10224
1ac9108a
SM
10225 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
10226 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
10227 Reject a font who has adstyle property that is different from a
10228 langname derived from registry property.
1ac9108a 10229 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 10230
b6046155
EZ
102312009-07-13 Eli Zaretskii <eliz@gnu.org>
10232
10233 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
10234 local copy of dirfilename.
10235
fb6b6049
KH
102362009-07-13 Kenichi Handa <handa@m17n.org>
10237
e2402a5e
KH
10238 * chartab.c (sub_char_table_ref_and_range): Fix the range check
10239 against max_char.
10240
fb6b6049
KH
10241 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
10242 calling XSYMBOL (sym).
10243
65156807
EZ
102442009-07-11 Eli Zaretskii <eliz@gnu.org>
10245
1ac9108a
SM
10246 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
10247 New function.
10248 (directory_files_internal) [WINDOWSNT]:
10249 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
10250 the filesystem of the directory is fast or slow.
10251
10252 * w32.c (logon_network_drive): Don't assume PATH is an absolute
10253 file name.
10254 (is_slow_fs): New function.
10255 (stat): Use it to determine whether to issue more system calls to
10256 get accurate file attributes, when w32-get-true-file-attributes is
10257 `local'.
10258
e0ab5fcf
JD
102592009-07-10 Jan Djärv <jan.h.d@swipnet.se>
10260
10261 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 10262 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
10263 parameter font-parameter as default to the font dialog.
10264
784ceded
KH
102652009-07-10 Kenichi Handa <handa@m17n.org>
10266
10267 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
10268
fb8edc0b
EZ
102692009-07-09 Eli Zaretskii <eliz@gnu.org>
10270
1ac9108a 10271 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 10272
fb8edc0b
EZ
10273 * w32.c (stat): Treat UNC file names as residing on remote
10274 drives. (Bug#3542)
10275
635c75b1
KH
102762009-07-09 Kenichi Handa <handa@m17n.org>
10277
10278 * fontset.c (fontset_find_font): Fix previous change.
10279
c1d5ce94
MA
102802009-07-08 Michael Albinus <michael.albinus@gmx.de>
10281
10282 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
10283 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
10284 error flag.
10285
edb61b39
KH
102862009-07-08 Kenichi Handa <handa@m17n.org>
10287
374bf7e4
KH
10288 * fontset.c (fontset_find_font): Fix the logic of handling
10289 charset_matched.
10290 (font_for_char): Delete unused var.
10291 (generate_ascii_font_name): Delete it.
10292
edb61b39
KH
10293 * coding.h (JIS_TO_SJIS2): Fix the code range check.
10294
10295 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
10296 (encode_coding_sjis): Fix the code range check.
10297
0f3f018c
CY
102982009-07-07 Chong Yidong <cyd@stupidchicken.com>
10299
10300 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
10301 (Fexpand_file_name): Copy string data properly (Bug#3772).
10302
fcaf6f3a
JD
103032009-07-07 Jan Djärv <jan.h.d@swipnet.se>
10304
10305 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
10306 first MapNotify.
10307
6809ca75
KH
103082009-07-07 Kenichi Handa <handa@m17n.org>
10309
10310 * character.h (unibyte_has_multibyte_table): Delete extern.
10311 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
10312
10313 * charset.c (Fset_charset_priority): Update charset_unibyte.
10314 (syms_of_charset): Initialize charset_unibyte.
10315
10316 * character.c (unibyte_has_multibyte_table): Delete it.
10317 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
10318 charset_unibyte.
10319 (multibyte_char_to_unibyte_safe): Likewise.
10320 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
10321
1ac9108a 10322 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
10323 (x_produce_glyphs): Likewise.
10324
10325 * .gdbinit (xcharset): Fix the treating $arg0.
10326
ad9e2d54
EZ
103272009-07-04 Eli Zaretskii <eliz@gnu.org>
10328
10329 Emulation of `getloadavg' on MS-Windows.
50426a04 10330 * w32.c: Include float.h.
ad9e2d54
EZ
10331 (g_b_init_get_native_system_info, g_b_init_get_system_times)
10332 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
10333 (get_native_system_info, get_system_times): New functions.
10334 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
10335 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
10336 (globals_of_w32): Initialize g_b_init_get_native_system_info,
10337 g_b_init_get_system_times, and num_of_processors.
10338
0a3472c7
JR
103392009-07-03 Jason Rumney <jasonr@gnu.org>
10340
10341 * w32term.c (w32_initialize): Use standard types.
10342
80904120
EZ
103432009-07-03 Eli Zaretskii <eliz@gnu.org>
10344
10345 * dired.c (Ffile_attributes): Decode user and group names by the
10346 locale's encoding. (Bug#3443)
10347
6978862d
DN
103482009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10349
f8d23104
DN
10350 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
10351 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
10352
10353 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
10354
10355 * term.c (init_tty): Remove spurious #ifdef.
10356
6978862d
DN
10357 * m/mips.h: Mention this file is also used for netbsd.
10358 * m/pmax.h: Remove file.
10359
e044e4fc
JD
103602009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10361
10362 * xterm.h (struct x_display_info): Add invisible_cursor.
10363 (struct x_output): Add current_cursor.
10364
10365 * xterm.c (XTtoggle_invisible_pointer): New function.
10366 (x_define_frame_cursor): Don't define cursor if invisible or the
10367 same as before. Set current_cursor.
10368 (x_create_terminal): Set toggle_invisible_pointer_hook.
10369
10370 * xfns.c (make_invisible_cursor): New function.
10371 (x_set_mouse_color): Call make_invisible_cursor.
10372 Set current_cursor.
10373 (x_window): Set current_cursor.
10374
10375 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
10376
10377 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
10378 inserting a character.
10379 (read_avail_input): Call frame_make_pointer_visible.
10380
10381 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
10382 (frame_make_pointer_invisible, frame_make_pointer_visible):
10383 New functions.
e044e4fc
JD
10384 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
10385
10386 * frame.h: Declare frame_make_pointer_invisible and
10387 frame_make_pointer_visible.
10388 (struct frame): Add pointer_invisible.
10389
574c8efa
JD
103902009-07-02 Jan Djärv <jan.h.d@swipnet.se>
10391
7b507248
JD
10392 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
10393 frame isn't visible.
10394 (xg_frame_resized): If width/height is -1, get size of window
10395 from X server.
10396
10397 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
10398 for MapNotify.
10399
835bdaa7 10400 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 10401 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 10402 (flush_and_sync): Reintroduce.
574c8efa 10403
3f1c6666 104042009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 10405
31fd7c5c 10406 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
10407
10408 * xterm.c (x_handle_net_wm_state): Also look for sticky.
10409 (x_term_init): Initialize Xatom_net_wm_state_sticky.
10410
10411 * frame.h: Declare Qsticky.
10412
cad9ef74
JD
10413 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
10414
10415 * nsfns.m (ns_frame_parm_handlers): Ditto.
10416
10417 * frame.c: Declare Qsticky.
10418 (frame_parms): Add sticky.
10419
10420 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
10421
10422 * xterm.h: Declare x_set_sticky.
10423
10424 * xterm.c (x_set_sticky): New function.
10425
69b16610
JD
10426 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
10427 (xg_tool_bar_menu_proxy): Attach enter/leave events to
10428 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
10429
10430 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
10431
10432 * frame.c: Qmaximized is new.
10433 (x_set_frame_parameters): Do not handle fullscreen specially.
10434 Only set width and height if explicitly set.
10435 (x_set_fullscreen): Handle Qmaximized.
10436 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
10437 (syms_of_frame): Initialize Qmaximized.
10438
1ac9108a
SM
10439 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
10440 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
10441
10442 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
10443 for Expose event. Add call to x_check_fullscreen for MapNotify event.
10444 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
10445 set gravity to NorthWestGravity when USE_GTK.
10446 (set_wm_state): New function.
31fd7c5c 10447 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
10448 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
10449 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 10450 or the case when no window manager is running. That means remove calls
3f1c6666
JD
10451 to x_real_positions and x_fullscreen_adjust.
10452
10453 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
10454 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
10455 flush_and_sync.
10456 (xg_height_changed): New function.
10457 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
10458 and gtk_window_set_policy. Set frame gravity after parsing the
10459 geometry string.
3f1c6666
JD
10460 (xg_update_frame_menubar, free_frame_menubar)
10461 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
10462 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
10463 Remove calls to xg_frame_set_char_size.
10464
fd503d99
KH
104652009-07-01 Kenichi Handa <handa@m17n.org>
10466
10467 * keyboard.c (decode_keyboard_code): New function.
10468 (tty_read_avail_input): Decode the input bytes if necessary.
10469
1ac9108a
SM
10470 * coding.c (setup_coding_system):
10471 Initialize coding->carryover_bytes to 0.
fd503d99
KH
10472 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
10473 use Qno_conversion.
10474
24ed93fb
YM
104752009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10476
10477 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
10478
99061dfc
CY
104792009-06-30 Chong Yidong <cyd@stupidchicken.com>
10480
1ac9108a 10481 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 10482
ff90fbde
JR
104832009-06-30 Jason Rumney <jasonr@gnu.org>
10484
10485 * w32term.c (w32_initialize): Use GetModuleHandle for library that
10486 is already loaded.
10487 Set user model ID if supported (bug#1849).
10488
5f445726
JM
104892009-06-29 Jim Meyering <meyering@redhat.com>
10490
10491 Remove useless if-before-xfree test.
10492 * nsfont.m (nsfont_close): Remove useless test.
10493 * term.c (delete_tty): Likewise.
10494 * w32.c (system_process_attributes): Likewise.
10495 * w32font.c (w32font_close): Likewise.
10496 * xfaces.c (x_free_gc): Likewise.
10497 * xselect.c (buffer): Likewise.
10498
b9607587
AS
104992009-06-28 Andreas Schwab <schwab@linux-m68k.org>
10500
10501 * process.c (send_process): Keep decoded string in a local
10502 variable and protect it from GC. (Bug#3521)
10503
89ba96f4
EZ
105042009-06-28 Eli Zaretskii <eliz@gnu.org>
10505
10506 * term.c (create_tty_output) [MSDOS]: #ifdef away.
10507 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
10508
098a1589
CY
105092009-06-28 Chong Yidong <cyd@stupidchicken.com>
10510
485422be
CY
10511 * xdisp.c (start_display, handle_face_prop)
10512 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
10513 (redisplay_window, try_window_id, produce_image_glyph):
10514 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 10515
098a1589
CY
10516 * xterm.c (x_update_window_begin, x_new_focus_frame)
10517 (x_scroll_bar_handle_click, handle_one_xevent)
10518 (handle_one_xevent, XTread_socket, x_focus_on_frame)
10519 (x_make_frame_visible, x_make_frame_invisible)
10520 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
10521 code chunks that are now obsolete.
10522
78c38319
MA
105232009-06-28 Michael Albinus <michael.albinus@gmx.de>
10524
10525 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
10526 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
10527 for hours, when optimzation is enabled.
10528 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
10529 (xd_read_message): Make them static.
10530
4189ed40
CY
105312009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
10532
10533 * term.c (turn_on_face): Allow simultaneously bold and dim
10534 terminal faces (Bug#3530).
10535
cd9b5e16
CY
105362009-06-27 Chong Yidong <cyd@stupidchicken.com>
10537
4e23bedb
CY
10538 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
10539
cd9b5e16
CY
10540 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
10541 truncation glyphs (Bug#3686).
10542
07cc3c35
GM
105432009-06-27 Glenn Morris <rgm@gnu.org>
10544
10545 * m/pmax.h: Restore file, with only netbsd portions.
10546
31fd7c5c 105472009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 10548
cd9b5e16 10549 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 10550
42d4a64f
KH
105512009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
10552
10553 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
10554 the arg FORCE_SYMBOL.
10555
930fe55b 105562009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
10557
10558 * fontset.c (fontset_find_font): When a usable rfont_def is found
10559 in a fallback font-group, make it the first element of the group.
10560
57ebc3fd
CY
105612009-06-24 Chong Yidong <cyd@stupidchicken.com>
10562
10563 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
10564
f084f942
KH
105652009-06-24 Kenichi Handa <handa@m17n.org>
10566
10567 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
10568 set for C.
10569 (fontset_font): Record the availability of a font for C both in
10570 the realized fontsets of the current one and the default one.
10571
2f686c87
DN
105722009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10573
10574 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
10575 conditional, it is always defined on AIX.
10576
666e158e
MB
105772009-06-23 Miles Bader <miles@gnu.org>
10578
10579 * window.c (Vrecenter_redisplay): New variable.
10580 (syms_of_window): Initialize it.
10581 (Qtty): New extern declaration.
10582 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
10583
c6da7cd2
JM
105842009-06-23 Jim Meyering <meyering@redhat.com>
10585
1ac9108a
SM
10586 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
10587 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 10588 pointer dereferences are guaranteed to be valid.
c6da7cd2 10589
678dca3d
KH
105902009-06-23 Kenichi Handa <handa@m17n.org>
10591
74d75424
KH
10592 * emacs.c (main): Call init_font ().
10593
10594 * font.h (Vfont_log): Extern it.
10595 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
10596
10597 * font.c (font_sort_entities, font_list_entities)
10598 (font_matching_entity, font_open_entity)
10599 (font_close_object): Change font_add_log to FONT_ADD_LOG.
10600 (Vfont_log): Delete static.
10601 (font_log_env_checked): Delete this variable.
10602 (font_add_log): Don't check font_log_env_checked.
10603 (font_deferred_log): Check Vfont_log.
10604 (init_font): New function.
10605
678dca3d
KH
10606 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
10607
10608 * w32font.c: Change font_add_log to FONT_ADD_LOG.
10609
10610 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
10611
10612 * xfont.c: Change font_add_log to FONT_ADD_LOG.
10613
10614 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
10615 (face_for_char): Don't call font_deferred_log here.
10616 (font_for_char): Likewise.
10617
8a668709
CY
106182009-06-22 Chong Yidong <cyd@stupidchicken.com>
10619
9a01ee33
CY
10620 * w32term.c (x_draw_glyph_string): Use the glyph string's width
10621 rather than its background_width for drawing the overline and
10622 underline (Bug#489).
10623
10624 * xterm.c (x_draw_glyph_string): Use the glyph string's width
10625 rather than its background_width for drawing the overline and
10626 underline (Bug#489).
ec7c9926
CY
10627 (xg_default_icon_file): New variable.
10628 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
10629 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 10630
8a668709
CY
10631 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
10632 (load_overlay_strings): Remove externs.
10633 (fast_find_position): Function deleted.
10634 (mouse_face_from_buffer_pos): New function, based on
10635 fast_find_position. Correctly handle before-strings,
10636 display-strings, and after-strings (Bug#1220).
10637 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
10638
4d4c02d8
CY
106392009-06-21 Chong Yidong <cyd@stupidchicken.com>
10640
1ac9108a 10641 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
10642 (move_it_in_display_line_to, move_it_in_display_line_to)
10643 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
10644
70243478
CY
106452009-06-21 Chong Yidong <cyd@stupidchicken.com>
10646
10647 * Branch for 23.1.
10648
13087e59
JR
106492009-06-21 Jason Rumney <jasonr@gnu.org>
10650
10651 * w32term.c (keyboard_codepage): New static variable.
10652 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
10653 (w32_read_socket) [WM_CHAR]: Use it to decode character
10654 input (bug#3237).
10655 (w32_initialize): Initialize it.
10656 (codepage_for_locale): New function.
10657
4735b74e
KR
106582009-06-20 Ken Raeburn <raeburn@raeburn.org>
10659
10660 * process.c (status_message): Pass Faset index argument as a lisp
10661 object, so as to work with USE_LISP_UNION_TYPE.
10662
0e727afa
YM
106632009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10664
10665 * coding.c (Ffind_coding_systems_region_internal):
10666 Cache checked characters.
10667
cf299835
KH
106682009-06-18 Kenichi Handa <handa@m17n.org>
10669
1ac9108a 10670 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 10671
90f20d94
AS
106722009-06-18 Andreas Schwab <aschwab@redhat.com>
10673
10674 * xdisp.c (redisplay_internal): Check that the frame is still
10675 live after redisplay of its windows.
10676 (redisplay_windows): Check that the window is still live.
10677
7f1faf1c
KH
106782009-06-17 Andreas Schwab <schwab@linux-m68k.org>
10679
10680 * coding.c (detect_coding_utf_16): Fix previous change.
10681
cc13543e
KH
106822009-06-16 Kenichi Handa <handa@m17n.org>
10683
10684 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
10685 UTF-16 by checking the dispersion of Eth and Oth bytes.
10686
977b85f4
AS
106872009-06-15 Andreas Schwab <schwab@linux-m68k.org>
10688
10689 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
10690
66bd43d1
KH
106912009-06-15 Kenichi Handa <handa@m17n.org>
10692
10693 * process.c (status_message): Fix previous change. Be sure to
10694 decode a localized string.
10695
cb5ca9c5
YM
106962009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10697
10698 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
10699 add comment explaining why.
10700
ec7709ba 107012009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 10702
ec7709ba 10703 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 10704
4b7f335c
AR
107052009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
10706
10707 * nsfont.m (ns_attribute_value): Remove.
10708 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
10709 (ns_has_attribute): Shrink the normal range.
10710 (ns_findfonts): Don't worry about requested spec in determining
10711 need for synthItal.
e41820ee 10712 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 10713
73b26103
SZ
107142009-06-14 Seiji Zenitani <zenitani@mac.com>
10715
10716 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
10717
5753e4da
KH
107182009-06-11 Kenichi Handa <handa@m17n.org>
10719
10720 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10721 overhang for the static composition case.
10722
3561b671
KH
107232009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10724
5753e4da
KH
10725 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10726 overhang for the automatic composition case.
10727
3561b671
KH
10728 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
10729 composition case.
10730
852bbd41
CY
107312009-06-10 Chong Yidong <cyd@stupidchicken.com>
10732
10733 * xdisp.c (get_next_display_element): When handling wrap-prefix
10734 and line-prefix, treat \n as a control character (bug#3502).
10735
9903d1e6
KH
107362009-06-10 Kenichi Handa <handa@m17n.org>
10737
10738 * font.c (font_parse_family_registry): Fix for one-char foundry.
10739 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
10740
0bcbaaaa
CY
107412009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
10742
10743 * process.c (status_message): Fix handling of multibyte signal
10744 string (Bug#3499).
10745
40aa3f13
JM
107462009-06-09 Jim Meyering <meyering@redhat.com>
10747
1f80c7e2
CY
10748 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
10749 color name is missing.
40aa3f13 10750
72d51285
KH
107512009-06-09 Kenichi Handa <handa@m17n.org>
10752
10753 * charset.c (Fmap_charset_chars): In docstring, state clearly that
10754 FROM-CODE and TO-CODE are codepoints of CHARSET.
10755
c1d04d84
AR
107562009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10757
10758 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
10759
107602009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10761
10762 Changes to support :script/:lang/:otf in NS font driver.
10763 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
10764 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
10765 indicate not part of font driver interface, and change callers.
10766 (ns_get_family): Remove pointless null check.
10767 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
10768 ns_spec_to_descriptor, ns_descriptor_to_entity.
10769 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
10770 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
10771 (ns_spec_to_descriptor, ns_descriptor_to_entity)
10772 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
10773 (ns_get_req_script, ns_accumulate_script_ranges)
10774 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
10775 New functions.
10776 (nsfont_list, nsfont_match): Use ns_findfonts.
10777 (nsfont_open): Use font descriptor instead of traits.
10778 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
10779 (dump_glyphstring): Rename to ns_dump_glyphstring.
10780
c7eb9816
AR
10781 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
10782
c1d04d84
AR
10783 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
10784
10785 * fontset.c (fontset_from_font): Remove NS-specific code.
10786
ec7709ba 107872009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
10788
10789 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
10790 nonactive windows.
10791
31fd7c5c 107922009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 10793
1ac9108a 10794 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 10795
68852c13 107962009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
10797
10798 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
10799
6756cd1d
CY
108002009-06-07 Chong Yidong <cyd@stupidchicken.com>
10801
10802 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
10803 account for the overflowing of newlines into the last glyph on the
10804 display line (Bug#3482).
10805
28bf482a
DR
108062009-06-05 David Reitter <david.reitter@gmail.com>
10807
ec7709ba
JB
10808 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
10809 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
10810 Fns_selection_exists_p, Fns_selection_owner_p.
10811
fdb55376
JR
108122009-06-03 Jason Rumney <jasonr@gnu.org>
10813
10814 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
10815 available. (Bug#3379)
10816
05129fbe
KH
108172009-05-29 Kenichi Handa <handa@m17n.org>
10818
1ac9108a
SM
10819 * coding.c (get_translation_table):
10820 Check Venable_character_translation.
05129fbe 10821
ec7709ba 108222009-05-26 David Reitter <david.reitter@gmail.com>
15891144 10823
ec7709ba
JB
10824 * nsterm.m (ns_raise_frame): Only raise frame if visible.
10825 (x_make_frame_visible): Move frame to front rather than calling
15891144 10826 ns_raise_frame().
ec7709ba 10827 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 10828 isn't key window.
ec7709ba 10829 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
10830 drawRect may be called by NSView even if the frame is hidden.
10831
ec7709ba
JB
10832 * nsfns.m (Fx_create_frame): Follow other ports in
10833 determining visibility; default to t. Ensure async_visible is set.
15891144 10834
21f73755
EZ
108352009-05-23 Eli Zaretskii <eliz@gnu.org>
10836
10837 * dired.c (Ffile_attributes): Doc fix.
10838
34001e41
CY
108392009-05-22 Chong Yidong <cyd@stupidchicken.com>
10840
10841 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
10842
46306a17
SM
108432009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
10846 and xfont_scratch_props.
10847 (syms_of_xfont): Do it here instead.
10848 (xfont_find_ccl_program): Delete, unused.
10849 (xfont_open): Delete unused var `i'.
10850
ef6e0694
KH
108512009-05-21 Kenichi Handa <handa@m17n.org>
10852
10853 * fontset.c (Qlatin): Don't make it static.
10854
46306a17
SM
10855 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
10856 New functions.
ef6e0694
KH
10857 (xfont_scripts_cache, xfont_scratch_props): New variables.
10858 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
10859 (xfont_list_pattern): Argument changed. Callers changed.
10860 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
10861 (xfont_list): Don't reject a font spec with :script property.
10862 (xfont_has_char): Fix setting of encoding.
10863 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
10864 xfont_scratch_props.
10865
108662009-05-19 Kenichi Handa <handa@m17n.org>
10867
46306a17 10868 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
10869 Callers changed.
10870
108712009-05-18 Kenichi Handa <handa@m17n.org>
10872
10873 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
10874
ac71ced7
SM
108752009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
10878 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
10879
1c6d1051
YM
108802009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10881
10882 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
10883 (x_delete_terminal): Dissociate resource database from display and
10884 then call XrmDestroyDatabase before closing display.
10885
9b9b779c
AR
108862009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10887
10888 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
10889 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
10890 whether selected frame is viable before raising it (based on patch
10891 by David Reitter), and improve commentary.
10892 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 10893
cccd42d5
KH
108942009-05-15 Kenichi Handa <handa@m17n.org>
10895
10896 * font.c (Ffont_spec): Check arguments.
10897
337fbd17
CY
108982009-05-14 Chong Yidong <cyd@stupidchicken.com>
10899
10900 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
10901 weight when testing attributes (Bug#3282).
10902
47a6002f
JD
109032009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10904
10905 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
10906 what we expect to get in the next ConfigureNotify event.
10907
9cb363db
YM
10908 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
10909 before Xft one (Bug#1696).
10910
b9126609
CY
109112009-05-07 David Reitter <david.reitter@gmail.com>
10912
10913 * nsfns.m (Fx_display_planes): Compute bitplanes using
10914 NSBitsPerPixelFromDepth (Bug#3207).
10915
27a69fd9
CY
109162009-05-10 Chong Yidong <cyd@stupidchicken.com>
10917
10918 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
10919
00f37552
TTN
109202009-05-10 Ulrich Mueller <ulm@gentoo.org>
10921
10922 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
10923
2d82a920
DR
109242009-05-07 David Reitter <david.reitter@gmail.com>
10925
ec7709ba
JB
10926 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
10927 Respect mouse face background.
2d82a920 10928
46b0d52d
DR
109292009-05-07 David Reitter <david.reitter@gmail.com>
10930
ec7709ba
JB
10931 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
10932 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
10933 in ns_update_begin and ns_update_end.
10934
ce1b23bb
SM
109352009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10936
5996e1b7
SM
10937 * nsfns.m (ns_get_screen): Rewrite.
10938 Don't presume selected-frame is of type `ns'.
10939
ba98e3a0
SM
10940 * font.c (font_update_drivers): Sanity fallback to avoid disabling
10941 all drivers.
10942
ce1b23bb
SM
10943 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
10944
bcda200f
YM
109452009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10946
10947 * keyboard.h (add_user_signal): Fix typo in extern.
10948
10949 * lisp.h (add_user_signal): Remove extern.
10950
10951 * unexelf.c (unexec): Consider a section to precede the .bss section
10952 if its addresses overlap that of .bss.
10953 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
10954 instead of dumping process.
10955
864660a2
SM
109562009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
10959
50da4e56
SM
109602009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
10963
51520a1a
DN
109642009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
10965
10966 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
10967 any statements.
10968
409ea3a1
AS
109692009-05-02 Andreas Schwab <schwab@linux-m68k.org>
10970
59c4c60f
AS
10971 * process.c (read_process_output): Make sure the current buffer is
10972 always restored.
10973
409ea3a1
AS
10974 * coding.c (record_conversion_result): Don't modify
10975 Vlast_code_conversion_error for successful result.
10976 (alloc_destination): Don't clobber conversion result. (Bug#1650)
10977
56f00ed2
KH
109782009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10979
10980 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 10981 (load_charset_map): Remove unnecessary code.
56f00ed2 10982
4491c9d2
DR
109832009-04-30 David Reitter <david.reitter@gmail.com>
10984
35f5b128 10985 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
10986 through f24.
10987
6970f632
CY
109882009-04-30 Chong Yidong <cyd@stupidchicken.com>
10989
10990 * xfaces.c (face_at_buffer_position): New arg base_face_id.
10991
10992 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
10993 face_at_buffer_position.
10994 (face_before_or_after_it_pos, get_next_display_element)
10995 (note_mouse_highlight): Update face_at_buffer_position call.
10996
10997 * term.c (term_mouse_highlight):
10998 * msdos.c (IT_note_mouse_highlight):
10999 * fontset.c (Finternal_char_font):
35f5b128 11000 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
11001
11002 * dispextern.h (face_at_buffer_position): Update prototype.
11003
0c616f63
KH
110042009-04-30 Kenichi Handa <handa@m17n.org>
11005
35f5b128 11006 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 11007
ad3aaf33
AS
110082009-04-29 Andreas Schwab <schwab@linux-m68k.org>
11009
11010 * callproc.c (Fcall_process): Fix GC protection. Make sure
11011 current buffer is always restored.
11012
c3c963a0
YM
110132009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11014
11015 * atimer.c (init_atimer): Also clear stopped_atimers.
11016
11017 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
11018
7e3386cb
YM
11019 * process.c (create_process): Clean up merger residues of
11020 2008-07-17 change.
11021
91f68422
CY
110222009-04-29 Ulrich Mueller <ulm@gentoo.org>
11023
11024 * lread.c (Vread_circle): New variable.
11025 (read1): Disable recursive read if Vread_circle is nil.
11026
24b34550
KH
110272009-04-29 Kenichi Handa <handa@m17n.org>
11028
11029 * fontset.h (set_default_ascii_font): Delete extern.
11030
11031 * fontset.c (set_default_ascii_font): Delete this unused function.
11032
11033 * frame.c (x_set_font): When ARG is a font-object, check if the
11034 font-object matches with the ASCII font-spec of the frame's
9c358bda 11035 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 11036
77bf07e1
AS
110372009-04-28 Andreas Schwab <schwab@linux-m68k.org>
11038
11039 * fns.c (Flocale_info): Protect vector from GC during decoding.
11040
11041 * process.c (Fstart_process): Protect argv strings from GC during
11042 encoding.
11043
2c55aacf
AS
110442009-04-27 Andreas Schwab <schwab@linux-m68k.org>
11045
11046 * sysdep.c: Include <ctype.h>.
11047
b892d3c9
DR
110482009-04-27 David Reitter <david.reitter@gmail.com>
11049
35f5b128 11050 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
11051 Remove commented-out code.
11052
9d0644c4
JB
110532009-04-26 Johan Bockgård <bojohan@gnu.org>
11054
11055 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
11056
b7053016
JR
110572009-04-25 Jason Rumney <jasonr@gnu.org>
11058
11059 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
11060
4e8231f3
YM
110612009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11062
11063 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
11064 Swap bytes in short integer if fringe bitmap width > 8.
11065
493dcf2c
KH
110662009-04-23 Kenichi Handa <handa@m17n.org>
11067
11068 * xfaces.c (Fx_list_fonts): If a font size is specified in
11069 PATTERN, set it in returned scalable fonts.
11070
401e9e57
CY
110712009-04-22 Chong Yidong <cyd@stupidchicken.com>
11072
708e05dc
CY
11073 * keyboard.c (Fset_input_meta_mode): Doc fix.
11074
11075 * dispnew.c (Fsend_string_to_terminal): Doc fix.
11076
1ac9108a 11077 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
11078
11079 * coding.c (Fterminal_coding_system): Doc fix.
11080
11081 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
11082 (Fx_display_pixel_height, Fx_display_planes)
11083 (Fx_display_color_cells, Fx_server_max_request_size)
11084 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11085 (Fx_display_mm_height, Fx_display_mm_width)
11086 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
11087 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
11088 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
11089 (check_x_display_info): Handle terminal objects instead of
11090 terminal ids.
11091
401e9e57
CY
11092 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
11093 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
11094 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
11095 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 11096
df80c7f0
KH
110972009-04-21 Kenichi Handa <handa@m17n.org>
11098
5a8f12af 11099 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 11100 (font_score): Check AVGWIDTH too.
908567ef 11101
df80c7f0
KH
11102 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
11103 worst case.
1ac9108a
SM
11104 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
11105 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 11106
705af33f
JR
111072009-04-19 Jason Rumney <jasonr@gnu.org>
11108
11109 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 11110 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
11111
11112 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
11113 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
11114 get_phys_cursor_geometry.
11115
b71ac3dd 11116 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
11117 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
11118 using get_phys_cursor_geometry.
11119
11120 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
11121 correctly calculated.
11122
dc2933eb
JD
111232009-04-19 Jan Djärv <jan.h.d@swipnet.se>
11124
1ac9108a
SM
11125 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
11126 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
11127 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
11128 is deprecated.
11129
973e7849
AS
111302009-04-18 Andreas Schwab <schwab@linux-m68k.org>
11131
11132 * font.c (font_put_frame_data): Use xfree instead of free.
11133
314d66f4
JB
111342009-04-17 Juanma Barranquero <lekktu@gmail.com>
11135
11136 * w32font.c (Qja, Qko): Remove declarations.
11137 (syms_of_w32font): Don't DEFSYM them.
11138
cf702558
CY
111392009-04-17 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * font.c (Qja, Qko): Move definitions here from ftfont.c.
11142
11143 * font.h (Qja, Qko): Extern them.
11144
11145 * ftfont.c (Qja, Qko): Remove declarations.
11146
11147 * xfont.c (Qja, Qko): Remove declarations.
11148
b50504f5
KH
111492009-04-17 Kenichi Handa <handa@m17n.org>
11150
bde25748
KH
11151 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
11152 string from a vector to handle Latin-1 characters correctly.
11153
b50504f5
KH
11154 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
11155 entity even if the cache hits.
11156
f4646fff
AS
111572009-04-16 Andreas Schwab <schwab@linux-m68k.org>
11158
11159 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 11160 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 11161
e7deaab0
AS
11162 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
11163 * lisp.h: Adjust prototypes.
11164
0a0e7d49
CY
111652009-04-16 Chong Yidong <cyd@stupidchicken.com>
11166
11167 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
11168 change (Bug#3003).
11169
3c908a57
KH
111702009-04-16 Kenichi Handa <handa@m17n.org>
11171
1ac9108a 11172 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
11173
11174 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
11175 adstyle.
11176
11177 * ftfont.c (Qja, Qko): Don't make them static.
11178 (enum ftfont_cache_for): New enum.
11179 (fc_charset_table): Undo the previous change.
11180 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
11181 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
11182 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
11183 non-scarable font, try to get AVERAGE_WIDTH.
11184 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
11185 Change ft_face_cache from a list of a hash-table. Don't check
11186 `ja' and `ko' adstyle here.
11187 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
11188 FTFONT_CACHE_FOR_CHARET.
11189 (ftfont_get_charset): Undo the previous change.
1ac9108a 11190 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
11191 (ftfont_close): Likewise.
11192 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
11193
11194 * font.c (font_sort_entites): Change the meaning of the arg
11195 BEST-ONLY. Don't optimize for VEC of lenght 1.
11196 (font_select_entity): Just return the value of font_sort_entites.
11197
11198 * xfaces.c (merge_face_vectors): Reflect font properties in
11199 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
11200 font_clear_prop if a face attribute doesn't change.
11201
3c908a57
KH
11202 * charset.h (charset_ksc5601): Extern it.
11203
11204 * charset.c (charset_ksc5601): New variable.
11205 (Fdefine_charset_internal): Set charset_ksc5601.
11206 (init_charset_once): Initialize charset_ksc5601 to -1.
11207
d65859c3
DN
112082009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
11209
11210 * fileio.c (history_delete_duplicates): Remove unused declaration.
11211
11212 * callint.c (history_delete_duplicates): New declaration.
11213 (Fcall_interactively): Remove command history duplicates when
11214 history_delete_duplicates is true.
11215
3ba010e5
EZ
112162009-04-14 Eli Zaretskii <eliz@gnu.org>
11217
11218 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
11219
06f19b91
KH
112202009-04-14 Kenichi Handa <handa@m17n.org>
11221
11222 * font.c (Ffont_info): Fix docstring. Fix the second element of
11223 the returned value (bug#2949).
11224
2cce8bfc
CY
112252009-04-14 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
11228
d156542d
KH
112292009-04-14 Kenichi Handa <handa@m17n.org>
11230
11231 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
11232 encoding charset is ascii_compatible.
11233
11234 * charset.c (Fdefine_charset_internal): Make charset
11235 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
11236 code_offset is 0, and covers all ASCII characters.
11237
86fa089e
SM
112382009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
11241 (ns_string_to_pasteboard_internal):
11242 * nsmenu.m (process_dialog):
11243 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
11244 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
11245 * lisp.h (Fx_load_color_file): Declare.
11246
a8a3728b
KH
112472009-04-13 Kenichi Handa <handa@m17n.org>
11248
1ac9108a 11249 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
11250 (font_select_entity): Suppress the code to optimize for the same
11251 kind of fonts.
11252 (font_load_for_lface): Get a font that supports at least ASCII
11253 characters.
11254
11255 * ftfont.c (Qja, Qko): New variables.
11256 (fc_charset_table): Delete uniquifier data for iso8859-1.
11257 (ftfont_get_latin1_charset): New function.
11258 (get_adstyle_property): New function.
11259 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
11260 bitmap fonts.
11261 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
11262 Delete iso-8859-1 range from the charset of fonts whose adstyle is
11263 `ko' or `ja'.
11264 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 11265 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
11266 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
11267 property.
11268 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
11269 (syms_of_ftfont): DEFSYM Qja and Qko.
11270
483670b5
KH
112712009-04-09 Kenichi Handa <handa@m17n.org>
11272
12b55765
KH
11273 * charset.c (map_charset_chars): For a charset of `superset'
11274 method, fix calculation of code range.
11275
483670b5
KH
11276 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
11277 from the list of extra properties.
11278 (font_clear_prop): Be sure to delete `:name' font property.
11279
57d3b93b
KH
112802009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11281
b4b2c2ca
YM
11282 * dispnew.c (redraw_overlapping_rows): Fix detection of
11283 overlapping for topmost and bottommost rows.
11284
1ac9108a 11285 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 11286
472c3609
JR
112872009-04-06 Jason Rumney <jasonr@gnu.org>
11288
11289 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
11290
ab193662
KH
112912009-04-06 Kenichi Handa <handa@m17n.org>
11292
11293 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
11294
11295 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
11296
0c26f026
KH
112972009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11298
11299 * ftfont.c (ftfont_open): Fix checking of the return value of
11300 FT_Load_Char. Fix setting font->underline_thickness.
11301
e173bbce
CY
113022009-04-04 Chong Yidong <cyd@stupidchicken.com>
11303
11304 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
11305 (Fterminal_parameters, Fterminal_parameter)
11306 (Fset_terminal_parameter): In doc string, refer to terminal
11307 objects rather than terminal ids.
11308
693a2698
EZ
113092009-04-04 Eli Zaretskii <eliz@gnu.org>
11310
11311 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
11312 ret_lim_data. (Bug#2867)
11313
d5221487
CY
113142009-04-03 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
11317 so they don't get wider than the window, matching 2006-01-23
11318 change to the partner function in xdisp.c (Bug#2800).
11319
223509a3
KH
113202009-04-03 Kenichi Handa <handa@m17n.org>
11321
11322 * print.c (print_object): Make each lowest sub_char_table start a
11323 new line (Bug#2866).
11324
74fcd0b1
KH
113252009-04-02 Kenichi Handa <handa@m17n.org>
11326
11327 * fontset.c (fontset_font): Record no-font when a fontset
11328 explicitly tells not to try another font-specs.
11329
c542407d
SM
113302009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
11331
11332 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
11333
e3869731
KH
113342009-03-30 Kenichi Handa <handa@m17n.org>
11335
d8d2f142
KH
11336 * fontset.c (fontset_from_font): Specify only registry in a
11337 font-spec for all characters supported by that registry.
11338
e3869731
KH
11339 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
11340 even if HAVE_M17N_FLT is not defined.
11341
5da5f805
CY
113422009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
11343
11344 * ftfont.c: Conditionalize prototyping and use of
11345 ftfont_variation_glyphs.
11346
ab226c50
SM
113472009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11348
9628fed7
SM
11349 * frame.c (delete_frame): Work around compiler bug.
11350
11351 * editfns.c (general_insert_function): Adjust to insdel.c changes.
11352 * insdel.c (prepare_to_modify_buffer, signal_before_change):
11353 Some more EMACS_INT.
11354 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
11355
11356 * xdisp.c (dump_glyph): Fix typo.
11357
ae19ba7c
SM
11358 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
11359 (adjust_markers_gap_motion, adjust_markers_for_delete)
11360 (adjust_markers_for_insert, adjust_point)
11361 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
11362 (make_gap, copy_text, count_size_as_multibyte, insert)
11363 (insert_and_inherit, insert_before_markers)
11364 (insert_before_markers_and_inherit, insert_1)
11365 (count_combining_before, count_combining_after, insert_1_both)
11366 (insert_from_string, insert_from_string_before_markers)
11367 (insert_from_string_1, insert_from_gap, insert_from_buffer)
11368 (insert_from_buffer_1, adjust_after_replace)
11369 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
11370 (replace_range_2, del_range, del_range_1, del_range_byte)
11371 (del_range_both, del_range_2, modify_region)
11372 (prepare_to_modify_buffer, signal_before_change)
11373 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
11374 for buffer positions and sizes.
11375 * lisp.h: Adjust prototypes accordingly.
11376
11377 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
11378 (non_regular_inserted, non_regular_nbytes, read_non_regular)
11379 (Finsert_file_contents): Use EMACS_INT for buffer positions.
11380
ab226c50
SM
11381 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
11382
46dfb8fb
JD
113832009-03-27 Jan Djärv <jan.h.d@swipnet.se>
11384
11385 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
11386 lines and columns so we keep the same pixel height and width.
11387
11388 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
11389 the property _NET_WM_STATE has changed.
46dfb8fb
JD
11390 (x_handle_net_wm_state): New function to update frame parameter
11391 fullscreen.
11392 (x_term_init): Initialize atoms for _NET_WM_STATE.
11393
11394 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
11395
d347e494
SM
113962009-03-27 Kevin Ryde <user42@zip.com.au>
11397
11398 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
11399 Gpm_GetEvent as an error that justifies closing the filedescriptor.
11400 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
11401 (Fgpm_mouse_stop): Pass that new parameter.
11402 * termhooks.h (close_gpm): Adjust prototype.
11403
84db11d6
SM
114042009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11405
c95a5008
SM
11406 * lisp.h (Fx_focus_frame): Declare.
11407
84db11d6
SM
11408 * callint.c (Fcall_interactively): For '^' just delegate the work to
11409 handle-shift-selection.
11410 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
11411
0a1958d6
CY
114122009-03-24 Chong Yidong <cyd@stupidchicken.com>
11413
0bfdff23
CY
11414 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
11415
0a1958d6
CY
11416 * data.c (Qinteractive_form): New variable.
11417 (Finteractive_form): Use it.
11418
11419 * eval.c (Fcommandp): Use Qinteractive_form.
11420
58aec0d6
JR
114212009-03-24 Jason Rumney <jasonr@gnu.org>
11422
11423 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
11424 Calculate total size precisely. Decode environment variables
11425 before substituting. (Bug#38)
11426
553dd618
KH
114272009-03-24 Kenichi Handa <handa@m17n.org>
11428
11429 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 11430 encoding (Bug#2722).
553dd618 11431
c39ea606
JD
114322009-03-23 Jan Djärv <jan.h.d@swipnet.se>
11433
11434 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
11435 that gdpy is set.
11436
bc9b2b5e
AM
114372009-03-22 Alan Mackenzie <acm@muc.de>
11438
11439 * callint.c (Finteractive): Clarify the doc string - even
11440 promptless elements need \n separators.
11441
9f995a76
JR
114422009-03-22 Jason Rumney <jasonr@gnu.org>
11443
11444 * w32term.c (syms_of_w32term): Doc fix for
11445 x-use-underline-position-properties.
11446
22749e9a
EZ
114472009-03-21 Eli Zaretskii <eliz@gnu.org>
11448
11449 * w32.c (getpwuid): Change argument type to unsigned.
11450 (struct w32_id): Change type of `rid' member to unsigned.
11451 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
11452 argument ID to unsigned. All callers changed.
11453 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
11454
e00553bf
EZ
114552009-03-20 Eli Zaretskii <eliz@gnu.org>
11456
11457 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
11458 negative, produce a float value.
11459
11460 * dired.c (make_uid, make_gid): New functions.
11461 (Ffile_attributes): Use them to avoid negative UID and GID.
11462
f761d6b6
JB
114632009-03-20 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
11466 (syms_of_keyboard) <command-hook-internal, input-method-function>:
11467 Fix typos in docstrings.
11468
d507f8d7
KH
114692009-03-19 Kenichi Handa <handa@m17n.org>
11470
11471 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
11472 changed, use font_load_for_lface to get a new font object.
11473 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
11474
11475 * frame.c (x_set_font): Handle the case that ARG is a cons.
11476
c68845e0
GM
114772009-03-19 Glenn Morris <rgm@gnu.org>
11478
11479 * fileio.c (Fsubstitute_in_file_name): Doc fix.
11480
bfa49dd1
CY
114812009-03-19 Chong Yidong <cyd@stupidchicken.com>
11482
11483 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
11484
8458d4c1
KH
114852009-03-19 Kenichi Handa <handa@m17n.org>
11486
11487 * charset.c (load_charset_map_from_file): When a mapfile can't be
11488 loaded, signal an error.
11489
78e7d1fe
EZ
114902009-03-18 Eli Zaretskii <eliz@gnu.org>
11491
11492 * dired.c (Ffile_attributes): Make sure UID and GID are always
11493 positive, even if the value is too large for a positive EMACS_INT.
11494 Doc fix.
11495
11496 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
11497
5da9fdfa
YM
114982009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11499
11500 * xmenu.c (xdialog_show): Move Fredisplay call ...
11501 (Fx_popup_dialog): ... here.
11502
7519c40d
SM
115032009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * dired.c (file_name_completion): Disable the first optimization just
11506 installed, since it is not implemented correctly.
11507
2cd298e2
SM
115082009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 11511 only if the entry can affect bestmatch.
2cd298e2
SM
11512 Stop the search early, as Ftry_completion already does.
11513
48d37adf
CY
115142009-03-17 Chong Yidong <cyd@stupidchicken.com>
11515
e10c9c93 11516 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 11517
9286b16a
CY
115182009-03-15 Chong Yidong <cyd@stupidchicken.com>
11519
11520 * keyboard.c (parse_menu_item): Don't display remappings as menu
11521 equivalent bindings (Bug#788).
11522
f7b146dc
JR
115232009-03-15 Jason Rumney <jasonr@gnu.org>
11524
11525 * w32term.h (WM_EMACS_PAINT): New message.
11526 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
11527 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
11528 before passing to lisp thread. (Bug#950)
11529
f761d6b6 115302009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 11531
d93f9575
CY
11532 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
11533 variable as it was never reset.
11534 (ns_term_init): Remove initialization of Lisp-settable defaults
11535 and ns_expand_space.
11536 (-setPanelFromDefaultValues): Remove ns_expand_space.
11537 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
11538 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
11539 i.e. no additional spacing, similar to Carbon port.
11540
d93f9575
CY
11541 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
11542 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 11543
305018ec
JD
115442009-03-14 Jan Djärv <jan.h.d@swipnet.se>
11545
11546 * sound.c (alsa_configure): Remove call to deprecated
11547 snd_pcm_sw_params_set_xfer_align.
11548
f761d6b6 115492009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
11550
11551 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
11552 after clicking in a detached tool bar.
11553 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
11554
46e722a9
SM
115552009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11556
348db3dd
SM
11557 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
11558 int/Lisp_Object mixup).
46e722a9 11559
a3d16f39
KH
115602009-03-13 Kenichi Handa <handa@m17n.org>
11561
11562 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 11563 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
11564 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
11565 (set_fontset_font): Change ARG to a vector. Handle range_list in
11566 ARG correctly.
11567 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 11568 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
11569 the above change.
11570 (fontset_from_font): Fix previous change.
fe24f56a 11571 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
11572 entry. If FONTSET is the default fontset, don't set the extra
11573 slot of the returning char-table.
11574
b066e6b6
JB
115752009-03-12 Juanma Barranquero <lekktu@gmail.com>
11576
11577 * nsfns.m (Fx_close_connection): Doc fix.
11578 (Fns_do_applescript): Reflow docstring.
11579 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
11580 (Fx_display_pixel_width, Fx_display_pixel_height)
11581 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
11582 Fix typos in docstrings.
11583 (Fns_set_alpha): Fix typos in error messages.
11584
d472514e 115852009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 11586
d472514e 11587 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
11588 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
11589 were used for such events.
11590
d472514e
JB
11591 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
11592 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 11593
d472514e 11594 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
11595 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
11596
fb930676
KH
115972009-03-11 Kenichi Handa <handa@m17n.org>
11598
ff85581a
KH
11599 * font.h (font_open_by_spec): Extern it.
11600
c50b7e98
KH
11601 * font.c (font_open_by_spec): New function.
11602 (font_open_by_name): Use font_open_by_spec.
11603
fb930676
KH
11604 * frame.c (x_set_font): When ARG is a font-object, don't alter the
11605 fontset of the frame.
11606
11607 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
11608 modify the default font of frames that use this fontset.
11609 (num_auto_fontsets): New variable.
11610 (fontset_from_font): Use num_auto_fontsets to decide a fontset
11611 name. Be sure to set FONTSET_ASCII to the correct font name.
11612 (update_auto_fontset_alist): New function.
11613
df4e8455
JB
116142009-03-11 Juanma Barranquero <lekktu@gmail.com>
11615
11616 * makefile.w32-in: Update dependencies.
11617
0a375797
AR
116182009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11619
11620 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
11621
61313fa3
SM
116222009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
11625
b55103fb
CY
116262009-03-10 Chong Yidong <cyd@stupidchicken.com>
11627
11628 * lread.c (Feval_buffer): Doc fix.
11629
dde2559c
KH
116302009-03-09 Kenichi Handa <handa@m17n.org>
11631
11632 * charset.c (Qfile_name_handler_alist): Extern it.
11633 (load_charset_map_from_file): Temporarily bind
11634 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
11635
df4e8455 116362009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 11637
47f588bb
GM
11638 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
11639 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 11640
4ddf94bd
AR
116412009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11642
4c9bdfc2
AR
11643 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
11644 (x_set_window_size): Change back to calculated method of setting
11645 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
11646 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
11647 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
11648
fe41ae9e
AR
11649 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
11650
4c9bdfc2
AR
11651 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
11652 accelerator in parens under GNUstep.
11653
825d0875
KH
116542009-03-06 Kenichi Handa <handa@m17n.org>
11655
11656 These changes are to detect incorrect composition sequence without
f3b3be74 11657 looking ahead the source. (Bug#2370)
825d0875
KH
11658
11659 * coding.h: Include "composite.h".
11660 (enum compisition_state): New enum.
11661 (struct compisition_status): New struct.
11662 (struct iso_2022_spec): New member cmp_status.
11663 (struct emacs_mule_spec): New struct.
11664 (struct coding_system): New members ctext_extended_segment_len and
11665 embedded_utf_8. Change the union member
11666 spec.emacs_mule_full_support to spec.emacs_mule.
11667
11668 * coding.c (CODING_ISO_CMP_STATUS): New macro.
11669 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 11670 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
11671 (ADD_COMPOSITION_DATA): New arg nbytes.
11672 (emacs_mule_char): New arg cmp_status.
11673 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
11674 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
11675 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
11676 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
11677 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
11678 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
11679 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
11680 (EMACS_MULE_COMPOSITION_END): New macro.
11681 (emacs_mule_finish_composition): New function.
11682 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
11683 (decode_coding_emacs_mule): Avoid long looking ahead while
11684 handling composition.
11685 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
11686 (ENCODE_COMPOSITION_RULE): New macro.
11687 (finish_composition): New function.
11688 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
11689 (DECODE_COMPOSITION_START): New implementation.
11690 (DECODE_COMPOSITION_END): Likewise.
11691 (STORE_COMPOSITION_RULE): New macro.
11692 (decode_coding_iso_2022): Avoid long looking ahead while handling
11693 composition, CTEXT extended segment, and embedded UTF-8.
11694 (setup_coding_system): For a coding of type iso-2022, reset
11695 CODING_ISO_EXTSEGMENT_LEN (coding) and
11696 CODING_ISO_EMBEDDED_UTF_8 (coding).
11697 (get_translation): Delete arguments last_block, from_nchars,
11698 to_nchars. Callers changed.
11699 (produce_chars): Don't modify charbuf. Adjusted for the change of
11700 get_translation.
98a326f7 11701 (produce_composition): Adjust for the new annotation sequence.
825d0875 11702 (handle_composition_annotation): Likewise.
98a326f7 11703 (consume_chars): Adjust for the change of get_translation.
825d0875 11704
ccbc4452
AR
117052009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11706
4ddf94bd 11707 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 11708
988a7ddb
KH
117092009-03-05 Kenichi Handa <handa@m17n.org>
11710
11711 * font.c (font_select_entity): New function.
11712 (font_find_for_lface): Use font_select_entity to select a font.
11713
11714 * fontset.c (fontset_find_font): If a font found without
a8a3728b 11715 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
11716 font with C restriction.
11717
98a326f7 117182009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 11719
be1bce46 11720 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 11721
10ea2b82
JR
117222009-03-04 Jason Rumney <jasonr@gnu.org>
11723
2c93b248 11724 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 11725 characters that have already been read. (Bug#2569)
2c93b248 11726
10ea2b82
JR
11727 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
11728 Log an error message if check_image_size failed.
11729 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 11730 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 11731
71a0c011
EZ
117322009-03-02 Eli Zaretskii <eliz@gnu.org>
11733
11734 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
11735 when decoding process output.
11736
2f63bba8
RS
117372009-03-01 Richard M Stallman <rms@gnu.org>
11738
11739 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
11740
11741 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
11742
0a9564cb
EZ
117432009-02-28 Eli Zaretskii <eliz@gnu.org>
11744
11745 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
11746 (decode_coding_emacs_mule, decode_coding_iso_2022)
11747 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11748 (decode_coding_raw_text, decode_coding_charset)
11749 (setup_coding_system, decode_eol, decode_coding, consume_chars):
11750 Honor inhibit-eol-conversion. (Bug #2186)
11751
449148b3
JR
117522009-02-28 Jason Rumney <jasonr@gnu.org>
11753
11754 * coding.c (detect_coding_charset): If not checking latin extra,
11755 fail on characters between 0x80 and 0xA0. (Bug#2354)
11756
a4aee864
EZ
117572009-02-28 Eli Zaretskii <eliz@gnu.org>
11758
11759 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 11760 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 11761
d88bee5a
GM
117622009-02-27 Glenn Morris <rgm@gnu.org>
11763
11764 * callint.c (Finteractive): Doc fix.
11765
a808f22d
KH
117662009-02-27 Kenichi Handa <handa@m17n.org>
11767
11768 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
11769
caf8d60c
CY
117702009-02-27 Chong Yidong <cyd@stupidchicken.com>
11771
11772 * font.c (font_style_to_value): Set value for unknown symbols to
11773 100 instead of 255.
b61137ea
CY
11774 (weight_table, slant_table, width_table): Treat "unspecified" as
11775 the default value.
caf8d60c 11776
1a0de25c
JB
117772009-02-26 Juanma Barranquero <lekktu@gmail.com>
11778
11779 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
11780
8fc45744
JB
117812009-02-25 Juanma Barranquero <lekktu@gmail.com>
11782
107bd7d1
JB
11783 * lread.c (Fload): Stop checking Vloads_in_progress and signal
11784 error as soon as a recursive load is detected.
8fc45744 11785
f097e223
AR
117862009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11787
11788 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
11789 before caching.
11790
8810a12f
KH
117912009-02-24 Kenichi Handa <handa@m17n.org>
11792
11793 * fontset.c (fontset_find_font): Fix the condition for checking
11794 unavailable font.
11795
2c7d1565
GM
117962009-02-24 Glenn Morris <rgm@gnu.org>
11797
11798 * xfaces.c (Finternal_set_font_selection_order): Remove leading
11799 whitespace that confuses documentation.
11800
a20878b6
MB
118012009-02-23 Miles Bader <miles@gnu.org>
11802
11803 * process.c (Flist_system_processes, Fprocess_attributes)
11804 (syms_of_process): Rename `system-process-attributes' to
11805 `process-attributes'.
11806
b3b58c01
AS
118072009-02-22 Andreas Schwab <schwab@linux-m68k.org>
11808
1b3b981b
AS
11809 * coding.h (struct coding_system): Make safe_charsets a pointer to
11810 unsigned char.
11811 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
11812 being 255.
11813 (SAFE_CHARSET_P): Likewise.
11814 (setup_iso_safe_charsets): Properly setup safe_charsets.
11815 (Fdefine_coding_system_internal): Likewise.
11816 (setup_coding_system): Likewise. Remove unneeded casts.
11817 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
bba3e508
SM
11818 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.
11819 Remove unneeded casts.
1b3b981b 11820
b3b58c01
AS
11821 * insdel.c (del_range_2): Don't modify gap contents when called
11822 from decode_coding_object. (Bug#1809)
11823
0b6f228c
CY
118242009-02-21 Chong Yidong <cyd@stupidchicken.com>
11825
11826 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
11827 Qfont_object.
11828 (Ftype_of): Recognize font objects.
11829
11830 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
11831
bba3e508
SM
11832 * font.c (Qfont_spec, Qfont_entity, Qfont_object):
11833 Definitions moved to data.c.
0b6f228c 11834
52f8870b
AR
118352009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11836
11837 * nsterm.m (x_make_frame_invisible): Unset async_visible,
11838 async_iconified. Based on a patch by Christian Lynbech
11839 <christian.lynbech@tieto.com>.
11840 (EmacsView-windowDidMiniaturize:): Unset async_visible.
11841
7087d5e9
GM
118422009-02-20 Glenn Morris <rgm@gnu.org>
11843
11844 * syntax.c (Fskip_chars_forward): Fix doc typo.
11845
41d2ceef
CY
118462009-02-20 Chong Yidong <cyd@stupidchicken.com>
11847
11848 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
11849
1a3b7ca6
CY
118502009-02-19 Chong Yidong <cyd@stupidchicken.com>
11851
11852 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
11853
73cce38d
KH
118542009-02-19 Kenichi Handa <handa@m17n.org>
11855
11856 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 11857 Don't overflow coding->carryover. (Bug#2370)
73cce38d 11858
a51092ee
DN
118592009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
11860
11861 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
11862
c423ecca
KH
118632009-02-18 Kenichi Handa <handa@m17n.org>
11864
11865 * font.c (font_check_otf_features): Fix handling of `nil' element.
11866 (Ffont_spec): Describe :lang and :otf in the docstring.
11867
4c1958f4
AS
118682009-02-16 Andreas Schwab <schwab@suse.de>
11869
11870 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
11871 string.
11872
5704f39a
KH
118732009-02-16 Kenichi Handa <handa@m17n.org>
11874
11875 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 11876 (Bug#1723)
5704f39a 11877
8f0085aa
CY
118782009-02-14 Chong Yidong <cyd@stupidchicken.com>
11879
a057d86a 11880 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
11881
11882 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
11883 (handle_line_prefix): Suppress wrapping of wrap prefixes.
11884
aff01dd9
EZ
118852009-02-14 Eli Zaretskii <eliz@gnu.org>
11886
11887 * msdos.c (MAX_SCREEN_BUF): New macro.
11888 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
11889 Encode the entire run of glyphs sharing the same face, instead of
11890 doing that one glyph at a time (fixes a bug with displaying
11891 double-size characters).
11892
ba301db3
AR
118932009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
11894
11895 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
11896
11897 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
11898 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 11899 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
11900
11901 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 11902 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 11903
51d861de
SM
119042009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11905
ac146f82 11906 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
11907 invisible areas.
11908
7fed8996
JR
119092009-02-12 Jason Rumney <jasonr@gnu.org>
11910
631ea4fb
JR
11911 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
11912 (add_font_entity_to_list): Call check_face_name even when family
11913 is unspecified.
11914
cb4a3e42
JR
11915 * w32term.c (x_display_pixel_height, x_display_pixel_width):
11916 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 11917 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 11918
7fed8996 11919 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 11920 raster fonts. (Bug#2219)
7fed8996 11921
895416e3
KH
119222009-02-12 Kenichi Handa <handa@m17n.org>
11923
11924 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
11925 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
11926 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 11927 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
11928 (find_automatic_composition): While looking forward and backward,
11929 check static composition. Fix where to stop looking forward.
11930 (composition_adjust_point): Fix checking of static composition.
11931 (Fcomposition_get_gstring): Pay attention to
1dacf998 11932 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
11933
11934 * lisp.h (fast_looking_at): Extern it.
11935
11936 * search.c (fast_looking_at): New function.
11937
51d861de 11938 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
11939 <struct glyph>.u.cmp.to.
11940 (append_composite_glyph): Likewise.
11941
51d861de 11942 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
11943 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
11944 composition.
51d861de 11945 (append_composite_glyph): Adjust for the change of
895416e3
KH
11946 <strcut glyph>.u.cmp.to.
11947
8510724d
JB
119482009-02-11 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * casetab.c (init_casetab_once):
11951 * coding.c (ALLOC_CONVERSION_WORK_AREA):
11952 * font.c (font_update_lface):
11953 * fontset.c (Fnew_fontset):
11954 * ftfont.c (ftfont_drive_otf):
11955 * xfont.c (xfont_open):
11956 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
11957
294fa707
SM
119582009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11959
11960 * fileio.c (Fwrite_region): !NILP -> CONSP.
11961
b5bfebec
AS
119622009-02-10 Andreas Schwab <schwab@suse.de>
11963
11964 * process.c (send_process): Properly relocate pointer into data
adab88bd 11965 when using encoded data. (Bug#2272)
b5bfebec 11966
cb84a2be
KH
119672009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
11968
11969 * coding.c (detect_coding_charset): Fix previous change.
11970
89e09428
JR
119712009-02-08 Jason Rumney <jasonr@gnu.org>
11972
11973 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 11974 disappeared while hourglass was displayed. (Bug #2193)
89e09428 11975
4470a277
AS
119762009-02-07 Andreas Schwab <schwab@suse.de>
11977
11978 * unexelf.c (unexec): Fix error message.
11979
3175b12a
AR
119802009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
11981
11982 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 11983 when modal window is active. (Bug #2152)
3175b12a
AR
11984 (applicationShouldTerminate:): Remove now-unneeded while loop
11985 around NSRunAlertPanel.
11986
11987 * nsmenu.m (popupSession): New file-global variable.
11988 (pop_down_menu): End the popupSession before closing dialog.
11989 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
11990 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
11991 don't query NSApp for events (just sleep instead).
11992
8434d0b8
EZ
119932009-02-07 Eli Zaretskii <eliz@gnu.org>
11994
51d861de
SM
11995 * coding.c (syms_of_coding) <translation-table-for-input>:
11996 Modify doc string to discourage use for character code unification.
8434d0b8 11997
aa82edfd
CY
119982009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11999
12000 * atimer.c (run_timers): Update pending_atimers.
12001
2d283c7c
CY
120022009-02-06 Chong Yidong <cyd@stupidchicken.com>
12003
eb306cab
CY
12004 * image.c (svg_load_image): Fix last change.
12005
2d283c7c
CY
12006 * xfns.c (Fx_create_frame): Signal an error if no font is
12007 found (Bug#2147).
12008
4d8e170e
JB
120092009-02-05 Juanma Barranquero <lekktu@gmail.com>
12010
12011 * character.c (syms_of_character) <script-representative-chars>:
12012 Fix typo in docstring.
12013
c96169a0
AR
120142009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12015
12016 * nsmenu.m (pop_down_menu): New function.
12017 (ns_popup_dialog): Call it on unwind.
12018 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
12019 call timer_check() (Bug#2154).
12020 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
12021 handling_signal is set.
12022 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
12023
31fd7c5c 12024 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
12025
12026 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
12027
12028 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
12029
51d861de
SM
12030 * keyboard.c (poll_for_input_1, handle_async_input):
12031 Set handling_signal under HAVE_NS.
c96169a0 12032
aacd8ba1
GM
120332009-02-04 Glenn Morris <rgm@gnu.org>
12034
12035 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
12036
4cb75c4b
KH
120372009-02-04 Kenichi Handa <handa@m17n.org>
12038
12039 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
12040
12041 * charset.c (Fchar_charset): New optional arg restriction.
12042
12043 * coding.h (coding_system_charset_list): Extern it.
12044
12045 * coding.c (coding_system_charset_list): New function.
12046
12047 * composite.c: Include coding.h and termhooks.h.
12048 (composition_gstring_p): Fix for the terminal case.
12049 (composition_gstring_width): Likewise.
12050 (fill_gstring_body): Likewise.
12051 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
12052 the frame.
12053 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
12054 is within a composition.
867d4bb3 12055 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
12056
12057 * term.c (encode_terminal_code): Fix handling of composition.
12058 (produce_composite_glyph): For static composition, get pixel_width
12059 from struct composition.
12060
826ba17e
AS
120612009-02-02 Andreas Schwab <schwab@suse.de>
12062
12063 * unexelf.c (unexec): Handle unaligned bss offset.
12064
8ad093db
AR
120652009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12066
12067 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
12068 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 12069
8ad093db
AR
12070 * keyboard.c (handle_interrupt): Don't call
12071 quit_throw_to_read_char() under NS.
d0a76a6e 12072
8ad093db
AR
12073 * blockinput.h: Remove NS-specific code.
12074
4d18a7a2
DN
120752009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
12076
db878925
DN
12077 * dispnew.c (window_change_signal): Don't try to get the size of a
12078 suspended tty frame.
12079 * term.c (Fresume_tty): Resize if the size has changed while the
12080 tty was suspended.
12081
4d18a7a2
DN
12082 * alloc.c (mark_stack): Properly conditionalize previous change.
12083
8984df7c
JB
120842009-01-30 Juanma Barranquero <lekktu@gmail.com>
12085
12086 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
12087 * w32term.c (w32_read_socket) [SYNC_INPUT]:
12088 Remove; this code is not used on Windows.
12089
75f4f1ac
EZ
120902009-01-30 Eli Zaretskii <eliz@gnu.org>
12091
12092 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
12093 EOLs that also has stray ^M characters.
12094
07a1e794
JB
120952009-01-30 Juanma Barranquero <lekktu@gmail.com>
12096
12097 * atimer.c (run_timers, alarm_signal_handler):
12098 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
12099 * w32inevt.c (w32_console_read_socket):
12100 * w32term.c (w32_read_socket):
12101 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
12102
a8b11cc9
CY
121032009-01-30 Chong Yidong <cyd@stupidchicken.com>
12104
12105 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
12106 Initialize it as a relative filename pattern.
12107 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
12108 (Fcall_process_region): Simplify temp file creation using
12109 temporary-file-directory.
12110
c279587b
EZ
121112009-01-29 Eli Zaretskii <eliz@gnu.org>
12112
12113 * msdos.c: Rename pending_signals to msdos_pending_signals.
12114 (sig_suspender, sigprocmask): Adjust.
12115
a8fe3242
CY
121162009-01-29 Chong Yidong <cyd@stupidchicken.com>
12117
12118 * keyboard.c (pending_signals): New var.
12119 (poll_for_input, input_available_signal, init_keyboard): Set it.
12120 (process_pending_signals): New function.
12121
12122 * lisp.h (QUIT): Check pending_signals instead of
12123 interrupt_input_pending. Use process_pending_signals.
12124
51d861de 12125 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 12126
51d861de 12127 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
12128
12129 * sysdep.c (emacs_write): Use process_pending_signals.
12130
12131 * xterm.c (XTread_socket): Update pending_signals.
12132
12133 * w32term.c (w32_read_socket): Update pending_signals.
12134
12135 * w32inevt.c (w32_console_read_socket): Update pending_signals.
12136
6570a1c4
KH
121372009-01-29 Kenichi Handa <handa@m17n.org>
12138
12139 * xftfont.c (xftfont_has_char): New function.
12140 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
12141
d72a4afa
AR
121422009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12143
12144 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
12145 under GNUstep.
12146 (ns_query_color): New declaration.
12147
12148 * nsterm.m (ns_confirm_quit): New variable.
12149 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
12150 (EmacsApp-applicationShouldTerminate:): Use it.
12151 (EmacsPrefsController): Let user set it.
12152 (ns_query_color): New function.
12153 (ns_defined_color): Use it.
12154 (ns_initialize): Drop.
12155 (ns_term_init): Add two lines from ns_initialize(), and set
12156 input_interrupt_mode to nil.
12157
12158 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 12159 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 12160
9fe78804
KH
121612009-01-28 Kenichi Handa <handa@m17n.org>
12162
12163 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
12164 (fontset_get_font_group): Remember that no font-group is specified
12165 for C.
9fe78804 12166
fa57de36
CY
121672009-01-27 Chong Yidong <cyd@stupidchicken.com>
12168
930600e9
CY
12169 * fns.c (concat): Check for string overflow (bug#1787).
12170
fa57de36
CY
12171 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
12172 Quadruple undo limits (bug#1501).
12173
7179ce7b
KH
121742009-01-27 Kenichi Handa <handa@m17n.org>
12175
12176 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
12177 directly use GT_Get_Char_index.
12178
12179 * xftfont.c (struct xftfont_info): New member `index'.
12180
12181 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 12182 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 12183
5be8fcc0
CY
121842009-01-26 Kenichi Handa <handa@m17n.org>
12185
12186 * fontset.c (fontset_find_font): Fix handling of non-cons return
12187 value of fontset_get_font_group.
12188 (fontset_font): Revert last change.
12189
19ae3e61
JR
121902009-01-26 Jason Rumney <jasonr@gnu.org>
12191
12192 * w32font.c (w32font_list_internal): Return quickly if registry is
12193 unknown. Simplify final return.
12194 (add_font_entity_to_list): Break complex logic down into more
12195 manageable chunks. Move unknown registry check to
12196 w32font_list_internal.
12197
8612b71a
AR
121982009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
12199
12200 Changes to remove Feval calls from GUI under NS.
12201
d8038940
JB
12202 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
12203 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
12204 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
12205
12206 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
12207 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
12208 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
12209 instead of NON_ASCII_KEYSTROKE_EVENT.
12210 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
12211 (EmacsApp-applicationShouldTerminate:): Query user.
12212 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
12213 instead of Feval.
12214
12215 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
12216
12217 * keyboard.c (kbd_buffer_get_event): Check for it.
12218 (keys_of_keyboard): Define lispy keys for
12219 ns-put/unput-working-text.
12220
12221 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
12222 versions.
12223 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
12224
6288ae55
CY
122252009-01-25 Chong Yidong <cyd@stupidchicken.com>
12226
12227 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 12228 setting current_buffer directly. (Bug#2044)
6288ae55 12229
289e7f8f
CY
122302009-01-24 Chong Yidong <cyd@stupidchicken.com>
12231
5ce87308 12232 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 12233 any work. (Bug#1952, bug#1990).
5ce87308 12234
64cc3cf6 12235 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 12236
b3243e6f
AR
122372009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12238
12239 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
12240 (ns_no_defaults): New declaration.
12241 (main): Use it.
e0d2e69a 12242
d900b2af 12243 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 12244
d900b2af 12245 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 12246
d900b2af
AR
12247 * nsterm.m (ns_no_defaults): New variable.
12248 (ns_initialize): Don't read defaults when ns_no_defaults.
12249 (EmacsView-readSelectionFromPasteboard:)
12250 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 12251 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
12252 (ns_dumpglyphs_stretch): New function.
12253 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 12254 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 12255
e0d2e69a
AR
12256 * nsimage.m (setPixmapData:): Set to ignore image DPI.
12257
3ac71f5d
CY
122582009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
12259
12260 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
12261 call for Sparc64.
12262
3fe53a83
AR
122632009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12264
12265 * nsfns.m:
12266 * nsgui.h:
12267 * nsmenu.m:
12268 * nsselect.m:
12269 * nsterm.h:
12270 * nsterm.m: Remove '23' comments that indicated code added during
12271 update from emacs-20 -> emacs-23.
12272
10f87c6f 122732009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
12274
12275 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 12276 ns_alternate_modifier. (Bug#1217)
a3b53a85 12277
c7cef62d
AR
12278 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
12279 Display all shortcuts, including those w/o super modifier.
12280
575fb8bd
AR
12281 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
12282
918b848b
CY
122832009-01-22 Chong Yidong <cyd@stupidchicken.com>
12284
12285 * fileio.c (Vwrite_region_post_annotation_function)
12286 (Vwrite_region_annotation_buffers): New vars.
12287 (build_annotations_unwind): Just reset
12288 Vwrite_region_annotation_buffers.
12289 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
12290 Call write-region-post-annotation-function.
12291 (build_annotations): Add to Vwrite_region_annotation_buffers if
12292 buffer changes.
12293
a39e2539
AR
122942009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12295
12296 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
12297 Tiger.
51d861de
SM
12298 * nsfns.m (ns_do_applescript):
12299 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 12300
35ed44db
AR
123012009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
12302
12303 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
12304
cbe0b5bf
AR
123052009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12306
12307 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 12308
6049d3a0
AR
12309 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
12310
12311 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
12312 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
12313 handle Ctrl-tab. (Bug#1841)
12314 (ns_get_color): Use unsigned long long for scanned hex string value.
12315 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 12316 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 12317 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 12318 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 12319 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 12320 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 12321 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 12322
d3810c21 12323 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 12324 DPI. (Bug#1316)
d3810c21
AR
12325 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
12326 values in onTiger section.
4c7077c3 12327
e301e634
CY
123282009-01-19 Chong Yidong <cyd@stupidchicken.com>
12329
7f82490b
CY
12330 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
12331 Check return value of font_spec_from_name.
64cc3cf6 12332 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
12333
12334 * font.c (font_spec_from_name): Return Qnil if font name could not
12335 be parsed.
12336 (font_parse_name): Treat a `?' character as part of an XLFD.
12337
e301e634
CY
12338 * fns.c (Fsubstring): Doc fix.
12339
1c0db158
KH
123402009-01-19 Kenichi Handa <handa@m17n.org>
12341
51d861de 12342 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
12343 (ftfont_list): Likewise.
12344
acf20901
JB
123452009-01-18 Juanma Barranquero <lekktu@gmail.com>
12346
fff4e459
JB
12347 * dbusbind.c (Fdbus_register_signal):
12348 * process.c (conv_sockaddr_to_lisp):
12349 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
12350
acf20901
JB
12351 * callproc.c (Fgetenv_internal): Doc fix.
12352
e7abcdfb
CY
123532009-01-16 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
12356 it is not even used.
12357
b60861e6
GM
123582009-01-16 Glenn Morris <rgm@gnu.org>
12359
12360 * font.c (Ffont_variation_glyphs): Silence compiler.
12361
8db52afe
JB
123622009-01-15 Juanma Barranquero <lekktu@gmail.com>
12363
12364 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
12365 Reported by David Robinow <drobinow@gmail.com>.
12366
4cddb209
KH
123672009-01-15 Kenichi Handa <handa@m17n.org>
12368
51d861de 12369 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 12370
f247f67b
JR
123712009-01-14 Jason Rumney <jasonr@gnu.org>
12372
12373 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 12374 never a fontset. (Bug#1562)
f247f67b 12375
f56a4450
KH
123762009-01-14 Kenichi Handa <handa@m17n.org>
12377
12378 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 12379 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 12380
4e99855e
CY
123812009-01-13 Chong Yidong <cyd@stupidchicken.com>
12382
12383 * font.c (font_clear_prop): If clearing the family, clear the font
12384 width index too.
12385
fff4e459 12386 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 12387
24f01470
JB
123882009-01-12 Juanma Barranquero <lekktu@gmail.com>
12389
12390 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
12391 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
12392 functions, use sizeof.
12393
a41240a3
MR
123942009-01-12 Martin Rudalics <rudalics@gmx.at>
12395
12396 * keyboard.c (read_char): Fix case where last_nonmenu_event
12397 returned a bad value with submenus. (Bug#447)
12398
944636b8
CY
123992009-01-12 Chong Yidong <cyd@stupidchicken.com>
12400
12401 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
12402 family, clear the font width index too.
12403
0dad7c6f
JR
124042009-01-11 Jason Rumney <jasonr@gnu.org>
12405
12406 * keyboard.c (cmd_error_internal): Exit when errors occur before
12407 frame creation and not in daemon mode. (Bug#1836)
12408
7c2363af
CY
124092009-01-10 Chong Yidong <cyd@stupidchicken.com>
12410
12411 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
12412 of a display vector, backtrack.
12413 (try_window_reusing_current_matrix): Check glyph type before
12414 referencing charpos member.
12415
97b1b294
EZ
124162009-01-10 Eli Zaretskii <eliz@gnu.org>
12417
12418 Fix Bug #876:
12419
12420 * coding.c (inhibit_null_byte_detection): New variable.
12421 (detect_coding, detect_coding_system): Don't pay attention to null
12422 bytes if inhibit_null_byte_detection is non-zero.
51d861de 12423 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
12424 <inhibit-iso-escape-detection>: Doc fix.
12425
4624b6e3
JR
124262009-01-09 Jason Rumney <jasonr@gnu.org>
12427
12428 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 12429 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
12430 Only report Unicode Plane 2 fonts as unicode-sip.
12431
323b840c
CY
124322009-01-09 Chong Yidong <cyd@stupidchicken.com>
12433
51d861de
SM
12434 * xfaces.c (Fx_font_family_list): Delete function.
12435 Move compatibility version to faces.el.
323b840c 12436
51d861de 12437 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 12438
eba7400d
MR
124392009-01-09 Martin Rudalics <rudalics@gmx.at>
12440
12441 * frame.c (x_set_frame_parameters): Remember requested value for
12442 fullscreen before it's reset by the parameter handler.
12443
4b09796d
GM
124442009-01-09 Glenn Morris <rgm@gnu.org>
12445
12446 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 12447 (last_command_event): ... and update all users.
4b09796d
GM
12448 (last_input_char): For clarity, rename to...
12449 (last_input_event): ... and update all users.
12450 (last-command-char, last-input-char): Move to subr.el as aliases.
12451 * cmds.c, commands.h: Update for last_command_char rename.
12452
14ccea62
CY
124532009-01-08 Chong Yidong <cyd@stupidchicken.com>
12454
51d861de 12455 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 12456
5f004711
JR
124572009-01-08 Jason Rumney <jasonr@gnu.org>
12458
12459 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
12460 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
12461 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
12462 Don't declare.
fff4e459 12463 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
12464 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
12465
b71f6f73
KH
124662009-01-07 Kenichi Handa <handa@m17n.org>
12467
50b06221 12468 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 12469 remember the coding system used for decoding in
50b06221
KH
12470 coding_system (Bug#1039).
12471
b71f6f73 12472 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 12473 breaking the loop. (Bug#870)
b71f6f73
KH
12474 (decode_coding_utf_16, decode_coding_emacs_mule)
12475 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12476 (decode_coding_charset): Likewise.
12477
56f668f7
MR
124782009-01-05 Martin Rudalics <rudalics@gmx.at>
12479
12480 * frame.c (x_set_frame_parameters): Make sure height (width) get
12481 applied when fullwidth (fullheight) is set. (Bug#1522)
12482
5da9424d
JB
124832009-01-04 Juanma Barranquero <lekktu@gmail.com>
12484
12485 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
12486 (utc_base): Declare as ULONGLONG, not long double.
12487 (convert_time_raw): Delete.
12488 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
12489 (initialize_utc_base): New function.
12490 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
12491 (convert_from_time_t): Use initialize_utc_base; compute result with
12492 64-bit arithmetic.
12493 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
12494
c4605e09
EZ
124952009-01-03 Eli Zaretskii <eliz@gnu.org>
12496
9acef61c 12497 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
12498 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
12499 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
12500 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
12501 [!subprocesses]: Define.
12502 (syms_of_process) [!subprocesses]: Intern and staticpro them.
12503 (Flist_system_processes, Fsystem_process_attributes)
12504 [!subprocesses]: Call list_system_processes and
12505 system_process_attributes instead of returning Qnil.
12506
9acef61c
JB
12507 * dosfns.c (system_process_attributes, list_system_processes):
12508 New functions.
c4605e09
EZ
12509
12510 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
12511
12512 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
12513 Don't use the default (no-op) implementation.
12514
8b7d0a16
JR
125152009-01-03 Jason Rumney <jasonr@gnu.org>
12516
a6d46bc1
JR
12517 * keyboard.c (parse_modifiers_uncached): Wheel events are
12518 clicks (bug#687).
12519
8b7d0a16
JR
12520 * w32term.c (x_query_colors, x_query_color): New functions.
12521
12522 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
12523 (svg_load_image): Cast returned pointers from dynamically loaded
12524 functions. Eliminate W32 specific code.
12525
bfe11752
DN
125262009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12527
89e2438a
DN
12528 * nsfns.m (x_set_foreground_color, x_set_background_color)
12529 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
12530 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
12531 x_ prefix instead of ns_. Update references.
12532 (syms_of_nsfns): Add a FIXME comment.
12533
12534 * nsterm.m (x_set_cursor_type): New prototype.
12535 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
12536
bfe11752
DN
12537 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
12538 for Solaris instead of incorrectly providing Qutime and Qcutime.
12539
031da700
EZ
125402009-01-02 Eli Zaretskii <eliz@gnu.org>
12541
12542 * w32.c (process_times): Compute sum of utime and stime.
12543 (system_process_attributes): Add Qtime to the alist.
12544
12545 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
12546 and add them to the alist.
12547
12548 * process.c (top level) <Qtime, Qctime>: New variables.
12549 (syms_of_process): staticpro them.
12550 (Fsystem_process_attributes): Add their documentation to the doc
12551 string.
12552
12553 * process.h: Declare Qtime and Qctime.
12554
df23bf08
JR
125552009-01-02 Jason Rumney <jasonr@gnu.org>
12556
9acef61c 12557 * image.c (Qgobject): New symbol.
df23bf08
JR
12558 (syms_of_image): Initialize it.
12559 (init_svg_functions): Load some functions from gobject library.
12560
5bbdf7aa
DN
125612009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
12562
12563 * frame.c (make_terminal_frame): Remove redundant code and useless
12564 block.
12565
63136da6
AS
125662009-01-01 Andreas Schwab <schwab@suse.de>
12567
12568 * process.c (conv_sockaddr_to_lisp): Add workaround for
12569 getsockname bug on BSD.
12570
9ef69046
CY
125712009-01-01 Chong Yidong <cyd@stupidchicken.com>
12572
d6fafbe0
CY
12573 * xfns.c (x_create_tip_frame): Set border width of the X window.
12574
51d861de 12575 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 12576
f9c34147
JR
125772009-01-01 Jason Rumney <jasonr@gnu.org>
12578
9acef61c 12579 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
12580 Don't block input, as per earlier xterm.c changes.
12581
f5497e45
AR
125822008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
12583
12584 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
12585 (ns_appkit_version_int): New function.
12586 (x-server-version): Use ns_appkit_version_int and follow 21+
12587 convention of returning 3 integers.
12588
c19cab20
KH
125892008-12-30 Kenichi Handa <handa@m17n.org>
12590
12591 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
12592 (CHAR_SURROGATE_PAIR_P): New macro.
12593
12594 * font.h (struct font_driver): New member get_variation_glyphs.
12595
9acef61c 12596 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
12597 (Ffont_variation_glyphs): New function.
12598 (syms_of_font): Defsubr it.
12599
12600 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
12601 ftfont_variation_glyphs.
12602 (setup_otf_gstring): New function.
12603 (ftfont_drive_otf): Use it.
12604 (ftfont_shape_by_flt): Handle variation selector.
12605 (ftfont_variation_glyphs): New function.
12606
28cd591f
MR
126072008-12-30 Martin Rudalics <rudalics@gmx.at>
12608
12609 * frame.c (Vemacs_iconified): Remove.
12610
7f714baf
JR
126112008-12-30 Jason Rumney <jasonr@gnu.org>
12612
12613 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 12614 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 12615
9d2d22ab
CY
126162008-12-30 Chong Yidong <cyd@stupidchicken.com>
12617
12618 * indent.c (Fvertical_motion): Don't advance iterator if we have
12619 reseated to the desired position.
12620
12621 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
12622 checking for pos match.
12623
545312c2
KH
126242008-12-30 Kenichi Handa <handa@m17n.org>
12625
1ede3eb6
KH
12626 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
12627 just get the low 8-bit of the code.
12628
545312c2
KH
12629 * font.c (font_intern_prop): Validate str as multibyte.
12630
bd7bbf29
DN
126312008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12632
31e0750e
DN
12633 * dispextern.h (struct face): Move lface and hash from the middle
12634 of bitfields.
12635
bd7bbf29
DN
12636 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
12637
b5672e7c
DN
126382008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12639
12640 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
12641 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
12642 instead of intervals.h.
12643
d704470f
AS
126442008-12-26 Andreas Schwab <schwab@suse.de>
12645
12646 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
12647 cons.
12648
54b33868
MR
126492008-12-26 Martin Rudalics <rudalics@gmx.at>
12650
12651 * textprop.c (Qminibuffer_prompt): New variable.
12652 (syms_of_textprop): Initialize it.
12653 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
12654 in minibuffer-prompt face. (Bug#1662)
12655
40b615d6
JR
126562008-12-25 Jason Rumney <jasonr@gnu.org>
12657
12658 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
12659
baae5c2d
JR
126602008-12-24 Jason Rumney <jasonr@gnu.org>
12661
12662 * ralloc.c (r_alloc_reset_variable): New function.
12663
12664 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 12665 record of what points where. (Bug#716)
baae5c2d 12666
a9051c88
DN
126672008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
12668
12669 * minibuf.c (read_minibuf): Follow the non-interactive case when
12670 running as a daemon, before detaching.
12671
8b146312
AS
126722008-12-22 Andreas Schwab <schwab@suse.de>
12673
12674 * buffer.c (init_buffer): Use realloc instead of xrealloc.
12675 * gtkutil.c (free_widget_value): Use xfree instead of free.
12676
56f2de10
MR
126772008-12-22 Martin Rudalics <rudalics@gmx.at>
12678
12679 * frame.c (delete_frame): New function derived from
12680 Fdelete_frame to handle Qnoelisp value for FORCE argument.
12681 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
12682 (Fdelete_frame): Call delete_frame. Remove line from doc-string
12683 saying that FORCE non-nil doesn't run `delete-frame-functions'.
12684 * frame.h: Extern delete_frame.
12685 * window.c (window_loop):
12686 * terminal.c (delete_terminal):
12687 * xterm.c (x_connection_closed):
12688 * xfns.c (Fx_hide_tip):
9acef61c 12689 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 12690
1fc200d6
JR
126912008-12-21 Jason Rumney <jasonr@gnu.org>
12692
12693 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
12694 when character maps to .notdef character.
12695
5e252df2
SM
126962008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
12699
99b72cc4
JR
127002008-12-20 Jason Rumney <jasonr@gnu.org>
12701
12702 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 12703 a graphical frame on Windows. (Bug#1325)
99b72cc4 12704
acc49a52
JD
127052008-12-20 Jan Djärv <jan.h.d@swipnet.se>
12706
12707 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
12708
6ea15123
CY
127092008-12-20 Chong Yidong <cyd@stupidchicken.com>
12710
12711 * minibuf.c (Fread_buffer): Doc fix.
12712
b2dab6c8
JR
127132008-12-20 Jason Rumney <jasonr@gnu.org>
12714
54ea0c87 12715 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 12716 server name in UNC paths. (Bug#719)
54ea0c87 12717
b2dab6c8 12718 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 12719 charbuf. (Bug#1035)
b2dab6c8 12720
6d1921be
DN
127212008-12-19 Daniel Engeler <engeler@gmail.com>
12722
12723 * sysdep.c (serial_configure): Fix typo.
12724
53934c98
DN
127252008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12726
12727 * sysdep.c: Include alloca.h.
f4f634e8
DN
12728 (system_process_attributes): Add implementation for Solaris.
12729
12730 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 12731
06e111a6
DN
127322008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12733
12734 Reorganize implementation of Flist_system_processes and
12735 Fsystem_process_attributes. No functional changes.
12736 * process.c: Don't #include pwd.h, grp.h and limits.h.
12737 (Flist_system_processes): Just call list_system_processes.
12738 (Fsystem_process_attributes): Just call system_process_attributes.
12739 (procfs_list_system_processes, time_from_jiffies)
12740 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
12741 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
12742
12743 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
12744 (list_system_processes): Rename from
12745 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
12746 Provide a do nothing implementation.
12747 (system_process_attributes): Rename from
12748 procfs_list_system_processes.
12749 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 12750 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
12751
12752 * w32.c (list_system_processes): Rename from
12753 w32_list_system_processes.
12754 (system_process_attributes): Rename from
12755 w32_system_process_attributes.
12756
12757 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
12758
12759 * process.h (w32_list_system_processes)
12760 (w32_system_process_attributes): Remove.
362654a6
JB
12761 (list_system_processes, system_process_attributes):
12762 New prototypes.
06e111a6 12763
6a705b23
KH
127642008-12-19 Kenichi Handa <handa@m17n.org>
12765
12766 * xfont.c (xfont_decode_coding_xlfd): New function.
12767 (xfont_encode_coding_xlfd): New function.
12768 (xfont_list_pattern): Decode XLFD by iso-8859-1.
12769 (xfont_list): Decode and encode XLFD by iso-8859-1.
12770 (xfont_match): Likewise.
12771 (xfont_list_family): Likewise.
12772 (xfont_open): Likewise.
12773
d66c0241 12774 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
12775 names are utf-8.
12776
d66c0241 12777 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
12778 names are utf-8.
12779
5a130941
JD
127802008-12-18 Jan Djärv <jan.h.d@swipnet.se>
12781
12782 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
12783 changed.
bfd20325
JD
12784 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
12785 clicked on a detached tool bar button.
5a130941 12786
fd95644b
DN
127872008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
12788
12789 * emacs.c (main): Print and error and exit when no data is read
12790 from the pipe.
12791
e6eee6ae
JR
127922008-12-17 Jason Rumney <jasonr@gnu.org>
12793
12794 * w32font.c (w32font_has_char): Always return -1.
12795
a35dd56b
KH
127962008-12-16 Kenichi Handa <handa@m17n.org>
12797
12798 * font.c (font_open_entity): Fix previous change.
12799
0e3635c2
DN
128002008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
12801
12802 * process.c: Include <limits.h>.
12803
d4835507 128042008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
12805
12806 * font.c (font_update_drivers): Fix mistake in reconstructing the
12807 driver list.
12808
128092008-12-16 Chong Yidong <cyd@stupidchicken.com>
12810
12811 * font.c (font_clear_cache): Fix format of font cache data.
12812
e2cbc401
CY
128132008-12-15 Chong Yidong <cyd@stupidchicken.com>
12814
12815 * xftfont.c (xftfont_open): Free Xft font pattern if
12816 XftFontOpenPattern fails.
12817
12818 * xterm.c (x_free_frame_resources): Remove extraneous call to
12819 free_frame_faces.
12820
b131d535
CY
128212008-12-13 Chong Yidong <cyd@stupidchicken.com>
12822
12823 * xterm.c (x_delete_display): Move xim_close_dpy call to
12824 x_delete_terminal.
12825 (x_delete_terminal): Call xim_close_dpy.
12826
e6df5336
JR
128272008-12-13 Jason Rumney <jasonr@gnu.org>
12828
12829 * w32font.c (intern_font_name): New function.
12830 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
12831 (w32font_open_internal, Fx_select_font): Decode font name.
12832 (fill_in_logfont, list_all_matching_fonts): Encode font name.
12833
12834 * w32font.h (intern_font_name): Declare new function.
12835
12836 * w32uniscribe.c (add_opentype_font_name_to_list):
12837 Use intern_font_name.
12838
20d68145
CY
128392008-12-13 Chong Yidong <cyd@stupidchicken.com>
12840
9f2554de
CY
12841 * frame.c (Fdelete_frame): Call free_font_driver_list.
12842
3d9bec9a
CY
12843 * font.c (free_font_driver_list): Implement missing function.
12844
20d68145
CY
12845 * w32term.c (w32_term_init): Don't initialize the image cache
12846 here; it will be done in init_frame_faces.
12847
12848 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
bba3e508
SM
12849 (struct x_display_info): Remove unused member null_pixel.
12850 New member xim_callback_data.
20d68145
CY
12851
12852 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
12853 (xim_initialize): Save pointer to callback function data.
12854 (xim_close_dpy): Free callback function data. Call XCloseIM,
12855 reverting 2008-11-04 change by David Smith.
12856 (x_term_init): Don't initialize the image cache here; it will be
12857 done in init_frame_faces. Remove ancient "null_pixel" cruft.
12858 (x_delete_display): Free x_dnd_atoms member.
12859
96f9306b
KH
128602008-12-13 Kenichi Handa <handa@m17n.org>
12861
ef1b0ba7 12862 * font.c (font_rescale_ratio): Move from xfaces.c.
6dec9044 12863 Argument type changed. Handle a font-spec too.
96f9306b 12864 (font_score): Check Vface_font_rescale_alist.
6dec9044 12865 (font_open_entity): Likewise. (Bug#1547)
96f9306b 12866
ef1b0ba7 12867 * xfaces.c (font_rescale_ratio): Move to font.c.
96f9306b 12868
8d5b4964
CY
128692008-12-13 Chong Yidong <cyd@stupidchicken.com>
12870
12871 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
12872
e6df5336
JR
128732008-12-12 Jason Rumney <jasonr@gnu.org>
12874
bba3e508
SM
12875 * w32fns.c (x_display_info_for_name, Fx_open_connection):
12876 Set Vwindow_system_version to the real w32 major version.
e6df5336 12877
97c6058a
DN
128782008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
12879
12880 * term.c (init_tty): Move setting the terminal name before the
12881 potential user: maybe_fatal.
12882
ec4e88d7
CY
128832008-12-11 Chong Yidong <cyd@stupidchicken.com>
12884
ef1b0ba7 12885 * term.c (tty_free_frame_resources): Rename from delete_tty_output;
d4835507 12886 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 12887
b4233ec9
JR
128882008-12-11 Jason Rumney <jasonr@gnu.org>
12889
8ec71e23 12890 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 12891 SYMBOL_CHARSET. (Bug#547)
8ec71e23 12892
b4233ec9 12893 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 12894 size for surrogates. (Bug#1096, bug#872)
b4233ec9 12895
011a0143
JB
128962008-12-11 Juanma Barranquero <lekktu@gmail.com>
12897
12898 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
12899
3c309f34
JB
129002008-12-11 Juanma Barranquero <lekktu@gmail.com>
12901
12902 * process.c (Fsystem_process_attributes, syms_of_process):
12903 Fix typo in name of Ssystem_process_attributes.
12904 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
12905
fedc6ab5
JB
129062008-12-11 Juanma Barranquero <lekktu@gmail.com>
12907
12908 * syntax.c (Fmodify_syntax_entry): Doc fix.
12909
ba3de0e8
JB
129102008-12-10 Juanma Barranquero <lekktu@gmail.com>
12911
12912 * font.c (Ffont_spec): Move usage to end of docstring.
12913
174f1c74
JR
129142008-12-10 Jason Rumney <jasonr@gnu.org>
12915
12916 * w32font.c (Qcham): New symbol.
12917 (font_supported_scripts): Add cham, and comments for other new
12918 scripts in bitfield from OpenType spec.
9d32f818
JR
12919 (add_font_entity_to_list): Limit unicode-sip fonts to those that
12920 contain characters beyond the bmp.
174f1c74 12921
7b649478
KH
129222008-12-10 Kenichi Handa <handa@m17n.org>
12923
12924 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 12925 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
12926 Qunicode_sip.
12927
2133e2d1
JB
129282008-12-10 Juanma Barranquero <lekktu@gmail.com>
12929
12930 * coding.c (QCdefault_char): Rename from QCdefalut_char.
12931 (Fcoding_system_put): Use QCdefault_char.
12932 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
12933
9af886ee
CY
129342008-12-09 Chong Yidong <cyd@stupidchicken.com>
12935
74d819eb
CY
12936 * xftfont.c (syms_of_xftfont): Fix typo.
12937
4ccfa1c0 12938 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 12939
7c19d3ae
DN
129402008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12941
12942 * emacs.c (main): Close daemon_pipe on exec.
12943
567826bb
CY
129442008-12-08 Chong Yidong <cyd@stupidchicken.com>
12945
12946 * termchar.h (struct tty): New members termcap_term_buffer and
12947 termcap_strings_buffer.
12948
12949 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 12950 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
12951 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
12952 All callers changed.
12953 (init_tty): Store termcap data and string buffers in new struct
12954 tty members termcap_term_buffer and termcap_strings_buffer.
12955 (delete_tty): Free them.
4ccfa1c0 12956 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 12957
aa96c42b
SZ
129582008-12-07 Seiji Zenitani <zenitani@mac.com>
12959
12960 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 12961 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 12962
b7e1d896
CY
129632008-12-06 Chong Yidong <cyd@stupidchicken.com>
12964
12965 * coding.c (make_conversion_work_buffer): Disable buffer
12966 modification hooks in the work buffer.
12967
b5ec91a5
EZ
129682008-12-05 Eli Zaretskii <eliz@gnu.org>
12969
12970 * process.c (procfs_system_process_attributes): If `nread' has a
12971 negative value, assign zero to it.
12972
a5d2a52b
CY
129732008-12-05 Chong Yidong <cyd@stupidchicken.com>
12974
68c5540b 12975 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 12976
7bf1bb21
KH
129772008-12-05 Kenichi Handa <handa@m17n.org>
12978
12979 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
12980 second character is a combining character.
12981
2fdc7d00
EZ
129822008-12-05 Eli Zaretskii <eliz@gnu.org>
12983
12984 * process.c (procfs_system_process_attributes): Don't use cmd,
12985 cmdsize, and q without initializing them first.
12986
bf6bfba8
JR
129872008-12-04 Jason Rumney <jasonr@gnu.org>
12988
12989 * w32font.c (w32font_draw): Initialize orig_clip before getting
12990 it, and delete it when finished.
12991
a3b1a468
DN
129922008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
12993
12994 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
12995 case when running as a daemon before detaching.
12996
8b8be8eb
JB
129972008-12-03 Juanma Barranquero <lekktu@gmail.com>
12998
805f2638 12999 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 13000
b1bde622
KH
130012008-12-03 Kenichi Handa <handa@m17n.org>
13002
e500c47d
KH
13003 * font.c (font_at): Set `multibyte' at first.
13004
ca516334
KH
13005 * coding.c (decode_coding_charset): Check type of an element of
13006 vector VALIDS.
7bf1bb21 13007 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 13008
4ccfa1c0 13009 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
13010 (font_for_char): Likewise.
13011
1e5ecd37
CY
130122008-12-03 Chong Yidong <cyd@stupidchicken.com>
13013
d5b01609 13014 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
13015 (font_update_lface): Handle fonts with corrupted size specs,
13016 i.e. non-int and non-float.
d5b01609 13017
11e3a6e4 13018 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 13019 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 13020 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 13021
ab06788b
CY
13022 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
13023
1e5ecd37 13024 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 13025 underline_minimum_offset for underline position.
1e5ecd37 13026
63c125ab
DN
130272008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13028
13029 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
13030
13031 * character.c (c_string_width): Specify the type for LEN.
13032
3a8406e1
KH
130332008-12-03 Kenichi Handa <handa@m17n.org>
13034
4ccfa1c0 13035 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 13036 (decode_coding_utf_8): Likewise.
4ccfa1c0 13037 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 13038 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 13039
651df7d9
CY
130402008-12-02 Chong Yidong <cyd@stupidchicken.com>
13041
13042 * keyboard.c (make_lispy_position): Only use PT if the selected
13043 window is current.
13044
1f625c6c
AS
130452008-12-02 Andreas Schwab <schwab@suse.de>
13046
f7741ce9
AS
13047 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
13048
1f625c6c
AS
13049 * doprnt.c (doprnt1): Fix size of charbuf.
13050
92bc2678
CY
130512008-12-02 Chong Yidong <cyd@stupidchicken.com>
13052
13053 * keyboard.c (timer_check): Revert last change.
13054
93b9e8cc
JB
130552008-12-02 Juanma Barranquero <lekktu@gmail.com>
13056
13057 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
13058
fd7a37d5
JB
130592008-12-01 Juanma Barranquero <lekktu@gmail.com>
13060
13061 * makefile.w32-in: Update dependencies.
13062 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
13063
c115043b
AS
130642008-12-01 Andreas Schwab <schwab@suse.de>
13065
13066 * font.c (register_font_driver): Use xmalloc.
13067 (font_put_frame_data): Likewise.
13068
f5668d2a
CY
130692008-12-01 Chong Yidong <cyd@stupidchicken.com>
13070
860d96be
CY
13071 * xfaces.c (realize_x_face): Make abort condition clearer.
13072
f5668d2a
CY
13073 * gtkutil.c (update_frame_tool_bar): Initialize variable.
13074
379c17e7
CY
130752008-11-30 Chong Yidong <cyd@stupidchicken.com>
13076
13077 * keyboard.c (timer_check): After a timer runs, ensure that the
13078 selected window's buffer is current.
13079
35f36d65
JB
130802008-11-30 Juanma Barranquero <lekktu@gmail.com>
13081
f952c61c
JB
13082 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
13083 It was accidentally restored by the Unicode merge.
13084
35f36d65
JB
13085 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
13086
b23077df
JB
130872008-11-29 Juanma Barranquero <lekktu@gmail.com>
13088
13089 * w32proc.c: Include "coding.h".
13090 (Fw32_short_file_name): Encode filename passed to Windows API.
13091 (Fw32_long_file_name): Encode filename passed to Windows API and
13092 decode back the result. (Bug#1433)
13093
b8ebe9dd
KH
130942008-11-29 Kenichi Handa <handa@m17n.org>
13095
8cc53f96
KH
13096 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
13097 not before accessing it.
13098
b8ebe9dd
KH
13099 * charset.c (Fdefine_charset_internal): After calculating
13100 min_char, max_char, and fastmap, copy the charset structure again.
13101 (encode_char): Fix the previous change.
13102
59bc82c0
SZ
131032008-11-28 Seiji Zenitani <zenitani@mac.com>
13104
13105 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
13106
13107 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
13108
13109 * nsterm.m (x_set_frame_alpha): New function.
13110
32247e3d
EZ
131112008-11-27 Eli Zaretskii <eliz@gnu.org>
13112
13113 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
13114
b003e5ff
JB
131152008-11-27 Juanma Barranquero <lekktu@gmail.com>
13116
13117 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
13118 pointer to check_face_name.
13119
708550f5
KH
131202008-11-27 Kenichi Handa <handa@m17n.org>
13121
13122 * category.h (SET_CATEGORY_SET): Call set_category_set.
13123 (set_category_set): Extern it.
13124
13125 * category.c (hash_get_category_set): New function.
bba3e508 13126 (Fmodify_category_entry): Adjust for the change of
708550f5
KH
13127 char_table_ref_and_range. Call hash_get_category_set to get a
13128 category set to store in the table.
13129
13130 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
13131 Funify_charset.
13132
2ae37cf0 13133 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
13134 (DECODE_CHAR): Check if the decoder vector is ready.
13135 (ENCODE_CHAR): Check if the encoder char-table is ready.
13136 (maybe_unify_char): Extern it.
13137
13138 * charset.c (Vchar_unified_charset_table): Delete it.
13139 (inhibit_load_charset_map): New variable.
13140 (temp_charset_work): New variable.
13141 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
13142 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
13143 New macros.
bba3e508
SM
13144 (load_charset_map): Meaning of control_flag changed.
13145 If inhibit_load_charset_map is nonzero, setup a table in
708550f5
KH
13146 temp_charset_work.
13147 (load_charset): New argument control_flag.
13148 (map_charset_for_dump): New function.
13149 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
13150 map_charset_for_dump.
13151 (Fdefine_charset_internal): If the charset method is MAP, load
13152 mapping tables by calling load_charset.
13153 (Funify_charset): Don't load a mapping table but directly set
13154 Vchar_unify_table.
13155 (maybe_unify_char): New function.
13156 (decode_char): Don't handle the deleted method MAP_DEFERRED.
13157 Handle the case of inhibit_load_charset_map being nonzero.
13158 (encode_char): Don't handle the deleted method MAP_DEFERRED.
13159 Handle the case of inhibit_load_charset_map being nonzero.
13160 (Fclear_charset_maps): Just free temp_charset_work.
13161 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
13162 variable.
13163
bba3e508 13164 * chartab.c (sub_char_table_ref_and_range): Adjust for the
708550f5
KH
13165 change of char_table_ref_and_range.
13166 (char_table_ref_and_range): Change the meaning of argument FROM
13167 and TO. Now the caller must provide initial values for *FROM
13168 and *TO.
13169
bba3e508 13170 * fontset.c (fontset_add): Adjust for the change of
708550f5
KH
13171 char_table_ref_and_range.
13172 (fontset_get_font_group): Likewise.
13173 (Ffontset_info): Likewise.
13174
bba3e508 13175 * keymap.c (describe_vector): Adjust for the change of
708550f5
KH
13176 char_table_ref_and_range. For char-table, put boundary between
13177 non-ASCII and 8-bit characters.
13178
13179 * print.c (print_object): For bool-vector, delete unnecessary
13180 check of ASCII_BYTE_P.
13181
9196133b
JR
131822008-11-26 Jason Rumney <jasonr@gnu.org>
13183
13184 * w32font.c (w32font_open_internal): Don't include external
9acef61c 13185 leading in font height. (Bug#879)
9196133b 13186
9f688acf
GM
131872008-11-26 Glenn Morris <rgm@gnu.org>
13188
13189 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
13190 redefinition with ifdef. (Bug#1383)
13191
90d19aff
AR
131922008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13193
13194 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
13195
4ccfa1c0 131962008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
13197
13198 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
13199 New EmacsView methods.
13200 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
13201 Fixes bug #1048,1357,1414.
13202
132032008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13204
13205 Fix bug #1362.
13206 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
13207 is not an indexed color.
13208 * nsterm.m (free_indexed_color): Add argument checking.
13209 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
13210
e7d5ecb3
CY
132112008-11-24 Chong Yidong <cyd@stupidchicken.com>
13212
13213 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
13214 Document confirm-after-completion value for
13215 minibuffer-completion-confirm.
13216
c285743c
JR
132172008-11-24 Jason Rumney <jasonr@gnu.org>
13218
13219 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
13220 warning.
13221
b0857706
JR
132222008-11-23 Jason Rumney <jasonr@gnu.org>
13223
13224 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
13225 restored before returning.
13226
13227 * w32font.c (check_face_name): New function.
13228 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 13229 fonts. (Bug#642)
b0857706 13230
ee50ff07
MR
132312008-11-22 Martin Rudalics <rudalics@gmx.at>
13232
13233 * buffer.c (Fswitch_to_buffer): Reword and mention new option
13234 confirm-nonexistent-file-or-buffer in doc-string.
13235
b8ff72fa
SM
132362008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
13239 Fix copy/paste typo. Add checks.
13240
cee53ed4
KH
132412008-11-21 Kenichi Handa <handa@m17n.org>
13242
13243 * coding.c (detect_coding_iso_2022): Reject invalid composition
13244 sequence.
13245 (DECODE_COMPOSITION_START): If the current source is the last
13246 block, and the current composition doesn't end, regard this
13247 sequence as invalid.
13248 (decode_coding_iso_2022): Handle invalid composition sequence.
13249
f6ef1e65
MR
132502008-11-20 Martin Rudalics <rudalics@gmx.at>
13251
13252 * window.c (coordinates_in_window): Don't return
13253 ON_VERTICAL_BORDER for the rightmost position of a mode/header
13254 line when the window is not the rightmost one. (Bug#1372)
13255
e08b1705
MR
132562008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
13257
13258 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
13259
ad98e89f
EZ
132602008-11-15 Eli Zaretskii <eliz@gnu.org>
13261
13262 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
13263 and bright_bg if noninteractive is non-zero.
13264
fb098a4b
CY
132652008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13266
13267 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
13268 x_draw_glyph_string_background.
13269
13270 * w32term.c (x_draw_glyph_string): Likewise.
13271
ce952b6e
CY
132722008-11-15 Chong Yidong <cyd@stupidchicken.com>
13273
13274 * xterm.c (x_draw_glyph_string): Stop drawing the background of
13275 the next glyph string once past the overhang width.
13276
13277 * nsterm.m (ns_draw_glyph_string): Likewise.
13278
13279 * w32term.c (x_draw_glyph_string): Likewise.
13280
26ea7079
CY
132812008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
13282
13283 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
13284 double file close.
13285
1c33c906
MR
132862008-11-14 Martin Rudalics <rudalics@gmx.at>
13287
13288 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
13289 dedicated status of window before attempting to display another
13290 buffer in it.
13291
8fc29035
JB
132922008-11-14 Juanma Barranquero <lekktu@gmail.com>
13293
13294 * msdos.c (Fmsdos_long_file_names):
13295 (syms_of_msdos) <dos-unsupported-char-glyph>:
13296 * dosfns.c (Fint86): Fix typos in docstrings.
13297
55fb4286
EZ
132982008-11-14 Eli Zaretskii <eliz@gnu.org>
13299
13300 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
13301
3fda0315
KY
133022008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13303
13304 * puresize.h (BASE_PURESIZE): Increase to 1260000.
13305
7e849c17
CY
133062008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
13307
13308 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
13309
13310 * frame.h: Negative alpha means "don't touch".
13311
13312 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
13313
13314 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
13315
b9fd67bd
DN
133162008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13317
13318 * hftctl.c:
13319 * chpdef.h:
13320 * acldef.h: Remove files used only for systems no longer supported.
13321
13322 * Makefile.in: Fix .o alphabetical ordering.
13323 (hftctl.o): Remove dependency, file removed.
13324 (keymap.o, print.o): Depend on charset.h.
13325
d5998e03
KH
133262008-11-10 Kenichi Handa <handa@m17n.org>
13327
2ae37cf0 13328 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 13329
be70e183
CY
133302008-11-08 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * dired.c (file_name_completion): If completion_ignore_case is
13333 enabled, ignore case when checking completion-regexp-list.
13334
7cf94eac
EZ
133352008-11-08 Eli Zaretskii <eliz@gnu.org>
13336
13337 * vm-limit.c (get_lim_data): Fix last change.
13338
ee107a89
KH
133392008-11-08 Kenichi Handa <handa@m17n.org>
13340
13341 * character.c (Fget_byte): New function.
13342 (syms_of_character): Defsubr Fget_byte.
13343
5fd15622
CY
133442008-11-07 Chong Yidong <cyd@stupidchicken.com>
13345
13346 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
13347 cursor position is valid after scrolling.
13348
13d62fad
JB
133492008-11-06 Juanma Barranquero <lekktu@gmail.com>
13350
13351 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
13352
a1dd2936
GM
133532008-11-06 Glenn Morris <rgm@gnu.org>
13354
13355 * xterm.c (handle_one_xevent): Don't let popup menus cause
13356 mouse-autoselect-window related window switching. (Bug#1261)
13357
860cd236
CY
133582008-11-04 David Smith <davidsmith@acm.org> (tiny change)
13359
13360 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
13361
653a3150
AS
133622008-11-04 Andreas Schwab <schwab@suse.de>
13363
13364 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
13365
870f5cac
CY
133662008-11-03 Chong Yidong <cyd@stupidchicken.com>
13367
13368 * xfns.c (Fx_wm_set_size_hint): New function.
13369
1e02f3cb
MR
133702008-11-03 Martin Rudalics <rudalics@gmx.at>
13371
13372 * textprop.c (Fprevious_single_char_property_change): Return 0
13373 when there's no change in a string. (Bug#1301)
13374
e630dfc6
MR
133752008-11-02 Martin Rudalics <rudalics@gmx.at>
13376
13377 * frame.c (do_switch_frame): New argument NORECORD passed to
13378 Fselect_window.
13379 (Fselect_frame): New argument NORECORD passed to
13380 do_switch_frame.
13381 (Fset_frame_selected_window): New argument NORECORD passed to
13382 Fselect_frame.
13383 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
13384 in call of do_switch_frame.
13385 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
13386 Handle NORECORD argument in call of Fselect_frame.
13387 * lisp.h (do_switch_frame, Fselect_frame)
13388 (Fset_frame_selected_window): Adjust declarations.
13389 * window.c (select_frame_norecord): New function.
13390 (run_window_configuration_change_hook): Use it and call
13391 Fselect_frame with NORECORD set.
13392 (Fselect_window): Pass NORECORD to Fselect_frame.
13393 (Fset_window_configuration): Handle NORECORD argument in call of
13394 do_switch_frame.
13395 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
13396 Fset_frame_selected_window.
13397 * keyboard.c (command_loop_1): Handle NORECORD in call of
13398 Fselect_frame (currently ifdefd).
13399
9020b223
GM
134002008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
13401
13402 * emacs.c (USAGE2): Untabify.
13403
793ffee8
SM
134042008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13405
13406 * composite.c (fill_gstring_header): Fix copy/paste typo.
13407
ab6d1131
MR
134082008-10-31 Martin Rudalics <rudalics@gmx.at>
13409
13410 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
13411 (Fother_window): Rename argument and rewrite doc-string.
13412 (select_window_norecord): Fix return value. (Bug#1276)
13413
601a9cf1
JB
134142008-10-30 Juanma Barranquero <lekktu@gmail.com>
13415
13416 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
13417 new frames overriding foreground for tooltips. Based on similar patch
13418 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
13419
813b0652
CY
134202008-10-29 Chong Yidong <cyd@stupidchicken.com>
13421
13422 * emacs.c (Fdaemon_initialized): Initialize nfd.
13423
4414f58f
MR
134242008-10-29 Martin Rudalics <rudalics@gmx.at>
13425
13426 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
13427 (Fwindow_text_height): Clarify doc-strings.
13428 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
13429 doc-string of window-scroll-functions.
13430
ecdcaa09
RS
134312008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13432
13433 * category.c (syms_of_category): Fix typo in docstring.
13434
23fe745a
JB
134352008-10-28 Juanma Barranquero <lekktu@gmail.com>
13436
13437 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
13438 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
13439 Fix typos in docstrings.
13440
ff808935
DN
134412008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
13442
13443 * emacs.c (daemon_pipe): Make non-static.
13444 (IS_DAEMON): Move definition ...
13445 * lisp.h (IS_DAEMON): ... here.
13446 (daemon_pipe): Declare.
13447 (is_daemon): Remove.
13448 * dispnew.c (init_display): Use IS_DAEMON.
13449
fc012771
SM
134502008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
13453 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
13454
13455 * emacs.c (is_daemon): Remove.
13456 (main): Don't set is_daemon.
13457 (IS_DAEMON): New macro.
13458 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 13459 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
13460 parent exits.
13461 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
13462
d8bdbe6f
CY
134632008-10-27 Chong Yidong <cyd@stupidchicken.com>
13464
d1a072bf
CY
13465 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
13466 over-sized glyph, draw it with the default glyph width.
13467
e2e325aa
CY
13468 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13469 glyph, draw it with the default glyph width.
13470
13471 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13472 glyph, draw it with the default glyph width.
13473
d8bdbe6f
CY
13474 * xdisp.c (try_scrolling): When computing the distance from the
13475 scroll margin to PT, try moving some distance past the window
13476 bottom before giving up.
13477
7bfac547
MR
134782008-10-27 Martin Rudalics <rudalics@gmx.at>
13479
13480 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
13481 (Fset_window_buffer): Explain in doc-string that a window can be
13482 "strongly" dedicated to its buffer.
13483
4ff029f6
DN
134842008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
13485
13486 * emacs.c (daemon_name): New variable.
13487 (main): Deal with --daemon=SERVER_NAME.
13488 (Fdaemonp): Return a name if one was passed to --daemon.
13489
5790ef40
DN
134902008-10-26 Romain Francoise <romain@orebokech.com>
13491
f9bd0df9 13492 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
13493 (main): Create a pipe before forking, make the parent exit only after
13494 the child has closed its end of the pipe. Move closing the
13495 descriptors ...
13496 (Fdaemon_initialized): ... here. New function.
13497
f5385255
SM
134982008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13499
4d632321
SM
13500 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
13501 the previous unoptimized table.
13502
f5385255
SM
13503 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
13504 the distinction between non-nil and non-t value of `dedicated'.
13505
6c56a0f3
CY
135062008-10-25 Chong Yidong <cyd@stupidchicken.com>
13507
13508 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 13509 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 13510
fec89261
MR
135112008-10-25 Martin Rudalics <rudalics@gmx.at>
13512
13513 * window.c (Fget_buffer_window, Fdelete_windows_on)
13514 (Freplace_buffer_in_windows): Make buffer argument optional and
13515 rename to buffer_or_name.
13516
34fcddd0
CY
135172008-10-24 Chong Yidong <cyd@stupidchicken.com>
13518
f5385255
SM
13519 * xdisp.c (handle_single_display_spec, handle_display_prop):
13520 Undo 2005-05-16 change.
34fcddd0
CY
13521 (handle_stop): Pop iterator if it's loaded with an empty string.
13522 (get_overlay_strings_1): Don't save iterator if it's loaded with
13523 an empty string (bug#1201).
13524
064766f2
KH
135252008-10-24 Kenichi Handa <handa@m17n.org>
13526
13527 * ftfont.c (ftfont_otf_features): Fix previous change.
13528 (ftfont_otf_capability): Check FeatureList.FeatureCount before
13529 calling ftfont_otf_features.
13530
f9bd0df9 135312008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
13532
13533 * font.c (font_match_p): Fix for the case that a vector of
13534 characters is in script-representative-chars.
13535
1dae9197
MA
135362008-10-24 Michael Albinus <michael.albinus@gmx.de>
13537
13538 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 13539 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
13540 (xd_read_queued_messages): Catch Qdbus_error from the macros.
13541 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 13542 macro. (Bug#1186)
1dae9197 13543
f9bd0df9 135442008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
13545
13546 * s/sol2-10.h: New file.
13547
878a4584
JB
135482008-10-23 Juanma Barranquero <lekktu@gmail.com>
13549
13550 * xdisp.c (fill_glyph_string): Fix typo in source (though the
13551 poor beast has survived 9+ years and the jump from xterm.c!).
13552
cd265ca6
MR
135532008-10-23 Martin Rudalics <rudalics@gmx.at>
13554
13555 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
13556 Reword doc-string.
f5385255 13557 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 13558
472a4dc9
JB
135592008-10-23 Juanma Barranquero <lekktu@gmail.com>
13560
13561 * character.c (syms_of_character) <script-representative-chars>:
13562 <unicode-category-table>: Doc fixes.
13563
159bd5a2
NF
135642008-10-23 Noah Friedman <friedman@splode.com>
13565
13566 * coding.c (make_conversion_work_buffer): Check that
13567 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
13568 Fget_buffer_create.
13569
49f9c344
KH
135702008-10-23 Kenichi Handa <handa@m17n.org>
13571
13572 * font.c (font_add_log): Check the values of extra properties.
13573
12bb3111
MR
135742008-10-22 Martin Rudalics <rudalics@gmx.at>
13575
13576 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13577 Reword doc-string.
13578 (Fset_window_parameter): Use NILP.
13579 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 13580 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 13581
bbeb4e99
JB
135822008-10-22 Juanma Barranquero <lekktu@gmail.com>
13583
13584 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
13585
135862008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
13587
13588 * nsfns.m (ns_appkit_version): New function.
13589 (x-server-version): Use it.
13590 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
13591 (x-server-vendor): Don't check_ns().
13592
13593 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
13594
a9b555d3
JB
135952008-10-22 Juanma Barranquero <lekktu@gmail.com>
13596
13597 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
13598 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
13599
4626499f
KH
136002008-10-22 Kenichi Handa <handa@m17n.org>
13601
e3681952
KH
13602 * syntax.c (scan_words): Call word_boundary_p instead of comparing
13603 scripts.
13604
4626499f
KH
13605 * category.c (word_boundary_p): Check scripts instead of charset.
13606 Handle nil value in word-separating-categories and
13607 word-combining-categories.
13608 (syms_of_category): Fix docstrings of word-separating-categories
13609 and word-combining-categories.
13610
1560f91a
EZ
136112008-10-21 Eli Zaretskii <eliz@gnu.org>
13612
13613 * coding.c (Fencode_coding_region, Fdecode_coding_region)
13614 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
13615
f4668441
MR
136162008-10-21 Martin Rudalics <rudalics@gmx.at>
13617
13618 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
13619 Rename arg "buffer" to "buffer_or_name".
13620 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
13621 it optional.
13622 (no_switch_window): Remove since the return value is not used.
a9b555d3 13623 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
13624 Consider window as dedicated when Fwindow_dedicated_p returns a
13625 non-nil value.
13626 * lisp.h: Remove prototype for no_switch_window.
13627
fd75ddb2
JD
136282008-10-21 Jan Djärv <jan.h.d@swipnet.se>
13629
13630 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 13631 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 13632
07295713
KH
136332008-10-21 Kenichi Handa <handa@m17n.org>
13634
13635 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
13636 check Vlatin_extra_code_table.
13637
712adc82
EZ
136382008-10-20 Eli Zaretskii <eliz@gnu.org>
13639
13640 * fileio.c (Fset_file_modes): Doc fix.
13641
f549eb0b
MA
136422008-10-19 Michael Albinus <michael.albinus@gmx.de>
13643
13644 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
13645 in arrays.
13646
aac0c6e3
MR
136472008-10-19 Martin Rudalics <rudalics@gmx.at>
13648
13649 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13650 Mention kill-buffer in doc-string.
13651 (Fset_window_buffer): Reinsert tem check removed in last commit.
13652 (Fenlarge_window, Fshrink_window): Have argument names and
13653 doc-string follow Elisp manual more closely.
13654
136552008-10-18 Eli Zaretskii <eliz@gnu.org>
13656
13657 * fileio.c (Fset_file_modes): Doc fix.
13658
136592008-10-18 Martin Rudalics <rudalics@gmx.at>
13660
13661 * window.c (Fwindow_width, Fset_window_start)
13662 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
13663 (Fdelete_windows_on, Freplace_buffer_in_windows):
13664 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
13665 (Fwindow_dedicated_p): Make window argument optional.
13666 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
13667 (Fset_window_buffer): Respect any non-nil dedicated value for
13668 window. Rename "buffer" argument to "buffer_or_name".
13669
136702008-10-18 Ulrich Mueller <ulm@gentoo.org>
13671
13672 * m/sh3.h: New file, machine description for SuperH.
13673
136742008-10-17 Martin Rudalics <rudalics@gmx.at>
13675
13676 * window.c (Fsplit_window): Rename arg horflag to horizontal.
13677
136782008-10-17 Kenichi Handa <handa@m17n.org>
13679
13680 * ftfont.c (ftfont_otf_features): Fix indexing
13681 gsub_gpos->FeatureList.Feature. Check the validity of indices.
13682
136832008-10-16 Magnus Henoch <mange@freemail.hu>
13684
13685 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
13686 (Fdbus_call_method_asynchronously): Ditto.
13687 This change makes C-h f display the argument list.
13688
136892008-10-16 Chong Yidong <cyd@stupidchicken.com>
13690
13691 * fileio.c (Fexpand_file_name): Doc fix.
13692
13693 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
13694 of :foreground and :background equivalent to unspecified (20.x
13695 compatibility).
13696
136972008-10-15 Eli Zaretskii <eliz@gnu.org>
13698
13699 * buffer.c (syms_of_buffer): Doc fix.
13700
137012008-10-14 Kenichi Handa <handa@m17n.org>
13702
13703 * font.c (font_clear_prop): When clearing font width, clear the
13704 average width field too.
13705
137062008-10-12 Andreas Schwab <schwab@suse.de>
13707
13708 * ftfont.c (ftfont_shape_by_flt): Make static.
13709 * ftfont.h (ftfont_shape_by_flt): Don't declare.
13710
13711 * font.c: Don't include <m17n-flt.h>.
13712
137132008-10-10 Eli Zaretskii <eliz@gnu.org>
13714
13715 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
13716
137172008-10-09 Eli Zaretskii <eliz@gnu.org>
13718
13719 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
13720 away code.
13721
137222008-10-09 Chong Yidong <cyd@stupidchicken.com>
13723
13724 * dispnew.c (update_text_area): Avoid looping due to large glyph
13725 overhangs (bug#1070).
13726
137272008-10-09 Kenichi Handa <handa@m17n.org>
13728
13729 * fontset.c (face_for_char): If face->fontset is negative, just
13730 return ascii_face.
13731
f5385255
SM
13732 * font.c (font_delete_unmatched): Fix previous change.
13733 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
13734
137352008-10-09 Martin Rudalics <rudalics@gmx.at>
13736
13737 * frame.c (Fraise_frame): On text-only terminals select frame in
13738 order to make it visible. (Bug#1061)
13739
137402008-10-08 Chong Yidong <cyd@stupidchicken.com>
13741
13742 * fontset.c (fontset_find_font): Check frame validity.
13743
137442008-10-07 Chong Yidong <cyd@stupidchicken.com>
13745
a9b555d3 13746 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
13747 (xg_display_close): Allow Emacs to close all displays (bug#985).
13748
137492008-10-06 Andreas Schwab <schwab@suse.de>
13750
f5385255 13751 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
13752
137532008-10-06 Chong Yidong <cyd@stupidchicken.com>
13754
f5385255 13755 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 13756
a9b555d3 13757 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
13758
13759 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
13760 during initialization.
13761
137622008-10-04 Eli Zaretskii <eliz@gnu.org>
13763
13764 * xdisp.c (redisplay_internal): If frame switched, redisplay the
13765 whole thing on MSDOS frames as well as on a TTY.
13766
13767 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
13768 well as for TTY.
13769 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
13770 well as on a TTY.
13771
13772 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
13773 as well as for TTY.
13774
13775 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
13776
13777 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
13778 MSDOS frames as well.
13779
137802008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13781
13782 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
13783 correct arguments.
b71ac3dd 13784 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
13785
137862008-10-03 Glenn Morris <rgm@gnu.org>
13787
13788 * emacs.c (USAGE1): Add --daemon.
13789
137902008-10-02 Eli Zaretskii <eliz@gnu.org>
13791
13792 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
13793 100, so it's in percents as advertised.
13794
137952008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13796
13797 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
13798 (ns_output.current_cursor, ns_output.desired_cursor)
13799 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
13800 (FRAME_NEW_CURSOR_COLOR): Remove.
13801
13802 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 13803 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
13804 enumeration (HOLLOW_BOX_CURSOR, etc.).
13805
13806 * nsterm.m (ns_frame_rehighlight): Remove commented code.
13807 (draw_window_cursor): Simplify code.
f5385255
SM
13808 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
13809 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 13810 updates manually.
a9b555d3
JB
13811 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
13812 Use core Emacs cursor types.
aac0c6e3 13813
b8ff72fa 13814 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
13815
138162008-10-02 Martin Rudalics <rudalics@gmx.at>
13817
13818 * process.c (Faccept_process_output): Fix doc-string.
13819
138202008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13821
13822 * gmalloc.c (__sbrk): Also define for uClibc.
13823
13824 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
13825 for uClibc.
13826
138272008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13828
13829 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
13830 styles.
13831 (nsfont_open): Reenable the cache.
13832
138332008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13834
13835 * font.c (font_matching_entity): Reflect ATTRS in font selection.
13836 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
13837
138382008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
13841 a suspended terminal.
13842
138432008-09-30 Michael Albinus <michael.albinus@gmx.de>
13844
13845 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
13846
138472008-09-30 Eli Zaretskii <eliz@gnu.org>
13848
13849 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
13850
138512008-09-30 Chong Yidong <cyd@stupidchicken.com>
13852
13853 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
13854 in a continued line coincides with a line beginning.
13855
138562008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
13857
13858 * nsfont.m (nsfont_trait_distance): Fix bug.
13859 (nsfont_list): Return a list rather than a vector (syncs with Handa
13860 changes of 2008-05-14).
13861 (nsfont_open): Improve logging.
13862
138632008-09-29 Andreas Schwab <schwab@suse.de>
13864
13865 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
13866
138672008-09-28 Martin Rudalics <rudalics@gmx.at>
13868
13869 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
13870 name as char-resolve-modifiers.
13871 Reported by: Markus Triska <markus.triska@gmx.at>
13872
138732008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
13874
13875 * dispnew.c (init_display): Return earlier when running as a daemon.
13876
138772008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13878
13879 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
13880
138812008-09-27 Eli Zaretskii <eliz@gnu.org>
13882
13883 * composite.c (Fcomposition_get_gstring)
13884 (Fcompose_region_internal, Fcompose_string_internal)
13885 (Ffind_composition_internal): Doc fix.
13886 (syms_of_composite) <compose-chars-after-function>: Doc fix.
13887 (syms_of_composite) <auto-composition-function>: Doc fix.
13888 (syms_of_composite) <composition-function-table>: Doc fix.
13889
138902008-09-25 Chong Yidong <cyd@stupidchicken.com>
13891
13892 * search.c (wordify): New argument for lax word-ends.
13893 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
13894
138952008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13896
13897 * lisp.h (is_daemon): Declare.
13898 * dispnew.c (init_display): Do not try to initialize the terminal
13899 when running as a daemon.
13900
139012008-09-22 Chong Yidong <cyd@stupidchicken.com>
13902
13903 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
13904 x_display_pixel_height.
13905
139062008-09-22 Martin Rudalics <rudalics@gmx.at>
13907
13908 * undo.c (record_point): Don't call Fundo_boundary for first
13909 change. (Bug#731)
13910
139112008-09-22 Juanma Barranquero <lekktu@gmail.com>
13912
13913 * emacs.c (Fdaemonp): Doc fix.
13914
139152008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
13916
13917 * emacs.c (main): Place #ifdef in the proper place.
13918
139192008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13920
13921 * emacs.c (standard_args): Add --daemon.
13922 (main): Disconnect from the terminal when --daemon is passed.
13923 (is_daemon): New variable.
13924 (Fdaemonp): New function.
13925 (syms_of_emacs): Defsubr it.
13926
139272008-09-20 Chong Yidong <cyd@stupidchicken.com>
13928
13929 * xdisp.c (get_next_display_element): Handle string display
13930 correctly when checking for the end of a box run.
13931
139322008-09-20 Glenn Morris <rgm@gnu.org>
13933
13934 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
13935 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
13936 (Frename_file): Avoid copying to trash if a rename involves
13937 a delete. (Bug#964).
13938
139392008-09-20 Eli Zaretskii <eliz@gnu.org>
13940
13941 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
13942 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
13943 frames as well as termcap frames.
13944 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
13945 get_named_tty.
13946
139472008-09-19 Eli Zaretskii <eliz@gnu.org>
13948
13949 * process.c (procfs_system_process_attributes): Fix cmdline in
13950 case /proc/PID/cmdline is empty.
13951
13952 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
13953 x_display_pixel_height.
13954
139552008-09-19 Juanma Barranquero <lekktu@gmail.com>
13956
13957 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
13958
13959 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
13960 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
13961
139622008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
13963
13964 * dispextern.h (struct it): Move line_wrap away from the middle of
13965 bitfields. Move voffset in struct iterator_stack_entry after the
13966 bitfields. Move tab_width near after another short.
13967
139682008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
13969
13970 * frame.h (struct frame): Move alpha from the middle of bitfields.
13971
13972 * window.h (struct window): Move frozen_window_start_p after the
13973 rest of the bitfields to reduce padding.
13974
139752008-09-18 Chong Yidong <cyd@stupidchicken.com>
13976
13977 * xterm.h (x_display_info): Remove `height' and `width' members.
13978
13979 * nsterm.h (ns_display_info): Remove `height' and `width' members.
13980
13981 * w32term.h (w32_display_info): Remove `height', `width',
13982 `height_in', and `width_in' members.
13983
b8ff72fa
SM
13984 * xterm.c (x_display_pixel_height, x_display_pixel_width):
13985 New functions.
aac0c6e3
MR
13986 (x_calc_absolute_position): Use them.
13987 (x_term_init): Omit removed `height' and `width' members.
13988
b8ff72fa
SM
13989 * w32term.c (x_display_pixel_height, x_display_pixel_width):
13990 New functions.
aac0c6e3
MR
13991 (w32_read_socket, x_calc_absolute_position): Use them.
13992 (w32_initialize_display_info, w32_term_init): Omit removed members
13993 of w32_display_info.
13994
b8ff72fa
SM
13995 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
13996 New functions.
13997 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 13998
b8ff72fa
SM
13999 * xterm.c (x_display_pixel_height, x_display_pixel_width):
14000 New functions.
aac0c6e3
MR
14001 (x_calc_absolute_position): Use them.
14002 (x_term_init): Omit removed `height' and `width' members.
14003
14004 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
14005 (compute_tip_xy):
14006 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
14007 * xmenu.c (menu_position_func): Use x_display_pixel_height and
14008 x_display_pixel_width.
14009
140102008-09-18 Kenichi Handa <handa@m17n.org>
14011
14012 * composite.c (fill_gstring_header): Don't check FROM and TO here.
14013 (composition_compute_stop_pos): Fix handling of static composition.
14014 (Fcomposition_get_gstring): Check FROM and TO at first.
14015
140162008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14017
46e722a9 14018 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
14019 mixup (YAILOM).
14020
140212008-09-17 Chong Yidong <cyd@stupidchicken.com>
14022
14023 * indent.c (Fvertical_motion): Use position reported by iterator
14024 instead of PT for determining screen motion (bug#943).
14025
140262008-09-17 Romain Francoise <romain@orebokech.com>
14027
14028 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
14029
140302008-09-17 Kenichi Handa <handa@m17n.org>
14031
14032 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
14033
14034 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
14035 if necessary.
14036
140372008-09-16 Kenichi Handa <handa@m17n.org>
14038
14039 * coding.c (make_conversion_work_buffer): Avoid calling
14040 Fget_buffer_create if it is not necessary.
14041
140422008-09-15 Martin Rudalics <rudalics@gmx.at>
14043
14044 * window.c (Fselect_window): Don't update window_select_count and
14045 use_time when norecord is not nil.
14046
140472008-09-14 Kenichi Handa <handa@m17n.org>
14048
14049 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
14050 specpdl_ptr.
14051
140522008-09-12 Kenichi Handa <handa@m17n.org>
14053
14054 * indent.c (scan_for_column): Don't handle automatic composition
14055 if the current buffer is not associated with a window.
14056
14057 * composite.c (composition_reseat_it): If the current buffer is
14058 not associated with a window, ignore the automatic composition.
14059 (find_automatic_composition): Likewise.
14060
140612008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
14064 (Fgpm_mouse_stop): Use it.
14065 * termhooks.h (close_gpm): Declare.
14066 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
14067 connection if Gpm_GetEvent fails.
14068
14069 * window.c (set_window_buffer): Always preserve current-buffer.
14070
140712008-09-12 Glenn Morris <rgm@gnu.org>
14072
14073 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
14074
140752008-09-11 Glenn Morris <rgm@gnu.org>
14076
14077 * charset.c (charset-map-path): Doc fix.
14078
140792008-09-10 Kenichi Handa <handa@m17n.org>
14080
14081 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
14082
14083 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
14084 compose a grapheme cluster with the preceding base glyph.
14085
14086 * composite.c (composition_compute_stop_pos): Fix previous change.
14087 Reset cmp_it->id to -1 at first.
14088
140892008-09-10 Glenn Morris <rgm@gnu.org>
14090
14091 * Makefile.in (character.o, chartab.o): Fix config.h typo.
14092
140932008-09-09 Chong Yidong <cyd@stupidchicken.com>
14094
14095 * keyboard.c (read_key_sequence): Reapply translation maps when
14096 switching keyboards.
14097
140982008-09-09 Kenichi Handa <handa@m17n.org>
14099
14100 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
14101 characters.
14102
14103 * composite.c (FORWARD_CHAR): Fix calculation
14104 of (POSITION).pos_byte.
14105 (composition_compute_stop_pos): Limit the search of composition to
14106 at most 500 characters ahead. If we reach the limit or find a
14107 newline, set cmp_it->ch to -2 and return 0.
14108 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
14109
141102008-09-08 Kenichi Handa <handa@m17n.org>
14111
14112 * indent.c (Fvertical_motion): Be sure to set
14113 it_overshoot_expected if it.cmp_it.id is non-negative.
14114
141152008-09-07 Andreas Schwab <schwab@suse.de>
14116
14117 * callproc.c (Fcall_process): Don't hold references to string data
14118 across garbage collection. Move initialisation of new_argv down
14119 to avoid compiler bug.
14120
141212008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14122
14123 * process.c (Fsystem_process_attributes): Doc fix.
14124
141252008-09-07 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * callproc.c (Fcall_process): Canonicalize current directory name.
14128
14129 * xdisp.c (move_it_to): When moving by vpos, ensure that the
14130 iterator advances to the next line if the current line ends in a
14131 continued tab.
14132
141332008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
14134
14135 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
14136 member to point to cmp_from.
14137
14138 * xdisp.c: Doc fix for references to gidx data member.
14139
141402008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
14143
141442008-09-07 Kenichi Handa <handa@m17n.org>
14145
14146 * composite.c (FORWARD_CHAR): Check STOP after
14147 incrementing (POSITION).pos.
14148
141492008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14150
14151 * process.c (Fsystem_process_attributes): Doc fix.
14152
141532008-09-06 Chong Yidong <cyd@stupidchicken.com>
14154
14155 * keyboard.c (Ftop_level): Doc fix.
14156
141572008-09-06 Eli Zaretskii <eliz@gnu.org>
14158
14159 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
14160 minibuffer, don't let lower part of menu invade the echo area.
14161
14162 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
14163 "char *q" to access menu text and advance through it. Revert the
14164 change that displayed ">" instead of ASCII character 0x10.
14165
141662008-09-05 Eli Zaretskii <eliz@gnu.org>
14167
14168 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
14169 toggle boxes and radio buttons on MS-DOS as well.
14170
141712008-09-05 Kenichi Handa <handa@m17n.org>
14172
14173 * composite.c (autocmp_chars): Check lookback count.
14174 (composition_compute_stop_pos): Set cmp_it->lookback.
14175 (composition_reseat_it): Check lookback count.
14176 (struct position_record): New struct.
14177 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
14178 (find_automatic_composition): New function.
14179 (composition_adjust_point): Use find_automatic_composition.
14180
14181 * dispextern.h (struct composition_it): New member lookback.
14182
141832008-09-02 Chong Yidong <cyd@stupidchicken.com>
14184
14185 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
14186 if moving by a single line.
14187
141882008-09-02 Andreas Schwab <schwab@suse.de>
14189
14190 * xterm.c (x_delete_display): Fix merge error.
14191
14192 * fileio.c (Fexpand_file_name): Remove unused variables.
14193
141942008-09-02 Eli Zaretskii <eliz@gnu.org>
14195
14196 * fileio.c (Fexpand_file_name): Copy argument `name' into local
14197 storage on all platforms, not just on DOS_NT.
14198
141992008-09-02 Jason Rumney <jasonr@gnu.org>
14200
b8ff72fa
SM
14201 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
14202 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
14203
142042008-09-01 Chong Yidong <cyd@stupidchicken.com>
14205
14206 * xfaces.c (Finternal_set_alternative_font_family_alist)
14207 (Finternal_set_alternative_font_registry_alist): Properly copy
14208 entire alist structure.
14209
142102008-09-01 Kenichi Handa <handa@m17n.org>
14211
d66c0241 14212 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 14213 representative chars of the script is a vector.
d66c0241
JB
14214 (ftfont_list): Handle the case where the representative chars of
14215 the script is a vector.
aac0c6e3
MR
14216
14217 * character.c (syms_of_character): Docstring of
14218 script-representative-chars fixed.
14219
142202008-08-31 Eli Zaretskii <eliz@gnu.org>
14221
14222 * msdos.c (BUILD_CHAR_GLYPH): New macro.
14223 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
14224 the menu. Allocate larger buffer for `text', to account for
14225 possible ^C characters.
14226
142272008-08-31 Martin Rudalics <rudalics@gmx.at>
14228
14229 * xdisp.c (prepare_menu_bars): Don't call
14230 Vwindow_size_change_functions with arg Qt.
14231
142322008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * font.h (font_range):
14235 * fileio.c (report_file_error):
46e722a9
SM
14236 * composite.c (composition_update_it): Yet another int/Lisp_Object
14237 mixup (YAILOM).
aac0c6e3
MR
14238
142392008-08-30 Glenn Morris <rgm@gnu.org>
14240
14241 * data.c (Fmake_variable_frame_local): Doc fix.
14242
14243 * frame.c (Fmodify_frame_parameters): Doc fix.
14244
142452008-08-30 Eli Zaretskii <eliz@gnu.org>
14246
14247 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
14248 needed by GetTokenInformation.
14249 (w32_system_process_attributes): Check return values of all system
14250 APIs.
14251
14252 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
14253 only when the state changes.
14254 (IT_update_begin, IT_update_end): Add termscript trace.
14255
14256 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
14257 clipboard is unavailable. Set dst to NULL if it doesn't point to
14258 malloc'ed data.
14259 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
14260 passing random values to xfree.
14261
14262 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 14263 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
14264
142652008-08-29 Jason Rumney <jasonr@gnu.org>
14266
14267 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
14268
142692008-08-29 Eli Zaretskii <eliz@gnu.org>
14270
14271 * composite.c (fill_gstring_body): Avoid compiler warnings.
14272
14273 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
14274 LGLYPH_SET_CODE to avoid compiler warnings.
14275
2ae37cf0 14276 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
14277
14278 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
14279
14280 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
14281 LGLYPH_SET_CODE.
14282
142832008-08-29 Kenichi Handa <handa@m17n.org>
14284
14285 * fileio.c (report_file_error): Don't downcase the first character
14286 of errstring if it is still unibyte.
14287
142882008-08-29 Kenichi Handa <handa@m17n.org>
14289
14290 These changes are to re-implement the automatic composition so
14291 that it doesn't use text properties.
14292
14293 * Makefile.in (ftfont.o): Depend on composite.h.
14294 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
14295
14296 * character.h (Vunicode_category_table): Extern it.
14297
14298 * character.c (Vunicode_category_table): New variable.
14299 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
14300
14301 * chartab.c (optimize_sub_char_table): Perform more greedy
14302 optimization.
14303
b8ff72fa
SM
14304 * composite.h (enum composition_method):
14305 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
14306 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
14307 (Vcomposition_function_table): Extern it.
14308 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
14309 (composition_gstring_put_cache, composition_gstring_from_id)
14310 (composition_gstring_p, composition_gstring_width)
14311 (composition_compute_stop_pos, composition_reseat_it)
14312 (composition_update_it, composition_adjust_point): Extern them.
14313 (Fcomposition_get_gstring): EXFUN it.
14314
d66c0241 14315 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
14316 (Vcomposition_function_table)
14317 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
14318 (gstring_hash_table, gstring_work, gstring_work_headers):
14319 New variables.
aac0c6e3
MR
14320 (gstring_lookup_cache, composition_gstring_put_cache)
14321 (composition_gstring_from_id, composition_gstring_p)
14322 (composition_gstring_width, fill_gstring_header)
14323 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
14324 (composition_reseat_it, composition_update_it)
b8ff72fa 14325 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
14326 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
14327 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 14328 Defsubr composition_get_gstring.
aac0c6e3
MR
14329
14330 * dispextern.h (struct glyph): New union u.cmp. Delete the member
14331 cmp_id.
14332 (struct glyph_string): Delete the member gidx. New members
14333 cmp_id, cmp_from, and cmp_to.
14334 (enum it_method): Delete GET_FROM_COMPOSITION.
14335 (struct composition_it): New struct.
14336 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
14337 Delete c, len, cmp_id, cmp_len in u.comp.
14338
14339 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 14340 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 14341 (enum lglyph_indices): Likewise.
b8ff72fa 14342 (font_range): Adjust extern.
aac0c6e3
MR
14343 (font_fill_lglyph_metrics): Extern it.
14344
14345 * font.c (QCf): New variable.
14346 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
14347 (font_prepare_composition): Delete this function.
14348 (font_range): Type and arguments changed.
14349 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
14350 (font_fill_lglyph_metrics): New function.
b8ff72fa 14351 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 14352 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
14353 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
14354 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
14355
14356 * fontset.h (font_for_char): Extern it.
14357
14358 * fontset.c (font_for_char): New function.
14359
14360 * ftfont.c: Include composite.h.
14361 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 14362 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
14363
14364 * indent.c: Include composite.h and dispextern.h.
14365 (check_composition): Delete this function.
14366 (scan_for_column): Handle composition by
14367 composition_compute_stop_pos, composition_reseat_it, and
14368 composition_update_it.
14369 (compute_motion): Likewise.
14370 (Fvertical_motion): Fix checking of composition.
14371
14372 * keyboard.c (adjust_point_for_property): Check composition by
14373 composition_adjust_point.
14374
b8ff72fa 14375 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
14376 struct glyph_string.
14377
b8ff72fa
SM
14378 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
14379 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
14380 struct glyph.
14381 (produce_composite_glyph): Likewise.
14382
b8ff72fa
SM
14383 * w32term.c (x_draw_composite_glyph_string_foreground):
14384 Adjust for the change of struct glyph_string.
aac0c6e3
MR
14385 (x_draw_glyph_string): Likewise.
14386
14387 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
14388 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
14389
14390 * xdisp.c: Include font.h.
14391 (it_props): Delete the entry for Qauto_composed.
14392 (init_iterator): Initialize it->cmp_it.id to -1.
14393 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 14394 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
14395 (handle_auto_composed_prop): Delete it.
14396 (handle_composition_prop): Handle only static composition.
14397 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
14398 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 14399 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
14400 (pop_it): Likewise.
14401 (get_next_element): Delete next_element_from_composition.
14402 (CHAR_COMPOSED_P): New macro.
14403 (get_next_display_element): For automatic composition, get a face
14404 from the font in the glyph-string.
14405 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 14406 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
14407 (next_element_from_string): Check if the character at the current
14408 position is composed by CHAR_COMPOSED_P.
14409 (next_element_from_buffer): Likewise.
d66c0241
JB
14410 (next_element_from_composition): Adjust for the change of struct it.
14411 Update it->cmp_it.
b8ff72fa
SM
14412 (dump_glyph): Adjust for the change of struct glyph.
14413 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
14414 it and struct glyph. Don't handle automatic composition here.
14415 (fill_gstring_glyph_string): New function.
14416 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 14417 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
14418 (BUILD_GSTRING_GLYPH_STRING): New macro.
14419 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
14420 automatic composition.
b8ff72fa 14421 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 14422 struct glyph.
b8ff72fa 14423 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 14424
b8ff72fa 14425 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
14426 the change of struct glyph_string.
14427 (x_draw_glyph_string): Likewise.
14428
144292008-08-29 Glenn Morris <rgm@gnu.org>
14430
14431 * buffer.c (word-wrap): Doc fix.
14432 * xdisp.c (truncate-partial-width-windows): Doc fix.
14433 Increase default to 50.
14434
144352008-08-29 Chong Yidong <cyd@stupidchicken.com>
14436
14437 * xdisp.c (update_tool_bar_unwind): New function.
14438 (update_tool_bar): Temporarily set selected frame before building
14439 tool-bar items.
14440
144412008-08-28 Michael Albinus <michael.albinus@gmx.de>
14442
14443 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
14444 snprintf, respectively.
14445 (xd_append_arg): Convert strings with Fstring_make_unibyte.
14446
144472008-08-28 Chong Yidong <cyd@stupidchicken.com>
14448
14449 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
14450 LDFLAGS to GNUstep CC invocation.
14451
144522008-08-27 Chong Yidong <cyd@stupidchicken.com>
14453
14454 * indent.c (Fvertical_motion): Revert last change. Handle the
14455 general case where we are moving forward, and PT spans multiple
14456 screen lines.
14457
14458 * eval.c (find_handler_clause): Temporarily increase
14459 max-lisp-eval-depth while printing the backtrace buffer, to
14460 guarantee that help-mode code can run.
14461
144622008-08-27 Eli Zaretskii <eliz@gnu.org>
14463
14464 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
14465 colors under -rv.
14466 (IT_set_frame_parameters): Don't swap foreground and background
14467 colors if `(reverse . t)' is present in the frame properties.
14468 (internal_terminal_init): Call init_frame_faces only for the
14469 initial frame.
14470
144712008-08-27 Andreas Schwab <schwab@suse.de>
14472
14473 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
14474
144752008-08-27 Andreas Schwab <schwab@suse.de>
14476
14477 * search.c (search_buffer): Set char_base to zero only at the end.
14478
144792008-08-27 Kenichi Handa <handa@m17n.org>
14480
b8ff72fa 14481 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
14482
144832008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
14484
14485 * xterm.c (x_term_init): Temporarily hide the partially
14486 initialized terminal while calling vendor-specific-keysyms.
14487
144882008-08-26 Eli Zaretskii <eliz@gnu.org>
14489
14490 * msdos.c (internal_terminal_init): Most initializations done only
14491 once, especially initial_screen_colors[] and termscript open.
14492
144932008-08-26 Chong Yidong <cyd@stupidchicken.com>
14494
14495 * eval.c (Fcondition_case): Doc fix.
14496
14497 * widgetprv.h (EmacsFramePart): Change font member to the new font
14498 struct.
14499
14500 * widget.c: Include character.h and font.h for XSETFONT.
14501 (setup_frame_gcs): Compute X font id from font struct, just once.
14502
145032008-08-26 Eli Zaretskii <eliz@gnu.org>
14504
14505 * term.c (get_named_tty): Fix last change.
14506
145072008-08-26 Chong Yidong <cyd@stupidchicken.com>
14508
14509 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 14510 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
14511
145122008-08-25 Eli Zaretskii <eliz@gnu.org>
14513
14514 * frame.c (do_switch_frame): Mark previously displayed frame as
14515 obscured for FRAME_MSDOS_P frames as well.
14516
145172008-08-24 Eli Zaretskii <eliz@gnu.org>
14518
14519 * frame.c (make_terminal_frame): Initialize f->terminal,
14520 f->terminal->reference_count, and scroll bars on MS-DOS as well.
14521 Set the top frame to newly created frame.
14522 (Fmake_terminal_frame): Reuse the_only_display_info.
14523
14524 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
14525 estimating available memory.
14526
b97439ce 145272008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
14528
14529 * nsterm.m (ns_draw_window_cursor): Don't call
14530 NSDisableScreenUpdates and NSEnableScreenUpdates on
14531 non-NS_IMPL_COCOA systems.
14532
145332008-08-23 Andreas Schwab <schwab@suse.de>
14534
14535 * process.c (procfs_system_process_attributes): Fix use of
14536 uninitialized variables.
14537
145382008-08-23 Eli Zaretskii <eliz@gnu.org>
14539
14540 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
14541
14542 * dispnew.c (init_display): Remove MS-DOS specific conditions for
14543 calling tty-set-up-initial-frame-faces.
14544
b8ff72fa
SM
14545 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
14546 Allow MSDOS frames along with X frames.
aac0c6e3
MR
14547
14548 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
14549 addition to output_termcap.
14550
14551 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
14552
14553 * termchar.h (FRAME_TTY): Support output_msdos_raw.
14554 (struct tty_display_info) [MSDOS]: Add fields related to mouse
14555 highlight.
14556
14557 * process.c [!subprocesses]: Define QCname.
14558 (syms_of_process): Intern and staticpro it.
14559
14560 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
14561 Adjust for changes in encoding/decoding routines.
14562 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
14563 encode_coding and decode_coding.
14564
b8ff72fa 14565 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
14566
14567 * dosfns.c: Include frame.h before termhooks.h.
14568 (dos_cleanup): Use CURTTY ()->termscript instead of a global
14569 variable termscript.
14570
14571 * s/msdos.h (USER_FULL_NAME): Define.
14572 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
14573
14574 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
14575 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
14576 pw->pw_gecos.
14577
14578 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
14579 SELECTED_FRAME as additional (1st) argument.
14580 (tty_read_avail_input): Handle output_msdos_raw in
14581 addition to output_termcap.
14582
14583 * msdos.c: Include frame.h before termhooks.h.
14584 (mouse_on, mouse_off, mouse_moveto, mouse_init)
14585 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
14586 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
14587 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
14588 (IT_set_terminal_modes, IT_reset_terminal_modes)
14589 (IT_set_frame_parameters): Use tty->termscript instead of a global
14590 variable termscript.
14591 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
14592 global variable terminal_coding. Don't refer to
14593 Vnonascii_translation_table.
14594 (internal_terminal_init): Set Vwindow_system in current_kboard.
14595 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
14596 Announce date and time of session start, if termscript is open.
14597 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
14598 term.c:init_tty). Open termscript only of not already open.
14599 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
14600 here instead of dos_ttraw. Don't initialize display if this is an
14601 initial tty. Don't set FRAME_FONT.
14602 (Vwindow_system_version): Bump to 23.
14603 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
14604 is available, set up mouse_position_hook.
14605 (dos_ttraw, IT_set_terminal_modes): If called with initial
14606 terminal, do nothing.
14607 (IT_set_frame_parameters): Handle the Qtty_type frame
14608 parameter by calling internal_terminal_init.
14609 (dos_set_window_size, show_mouse_face)
14610 (clear_mouse_face, IT_note_mode_line_highlight)
14611 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
14612 (dos_rawgetc): Use tty_display_info instead of x_display_info.
14613 (initialize_msdos_display): New function.
14614 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
14615 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
14616 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
14617 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 14618 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
14619 (request_sigio, unrequest_sigio): Don't define, now defined on
14620 sysdep.c.
14621 (IT_write_glyphs): Rewrite to use encode_terminal_code.
14622
14623 * term.c [MSDOS]: Include msdos.h.
14624 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
14625 conditional to DOS_NT. Allow only one call to this function in a
14626 session. Don't allocate a new struct tty_display_info; instead,
14627 reuse the_only_display_info. Call get_tty_size to get screen
14628 dimensions. Call init_baud_rate to set bad_rate.
14629 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
14630 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 14631 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
14632 (get_tty_terminal, get_named_tty, Ftty_type)
14633 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
14634 output_termcap.
b8ff72fa
SM
14635 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
14636 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 14637 only when subprocesses are supported.
aac0c6e3
MR
14638
14639 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
14640 f->output_data.x.
14641 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
14642 terminal devices.
14643
5582fbc7 14644 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
14645 x_output.
14646 (FRAME_FONT): Use output_data.tty.
14647 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
14648 (struct x_display_info): Rename from display_info. Update all users in
14649 msdos.c.
aac0c6e3 14650 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 14651 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
14652 (dos_ttraw): Update prototype.
14653
14654 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
14655 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
14656
146572008-08-23 Jason Rumney <jasonr@gnu.org>
14658
14659 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
14660 (fn_TIFFSetDirectory): New library function used.
14661 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
14662 (tiff_load): Use :index to select among multiple images. Set count
14663 property when multiple images exist.
14664 (gif_format): Use :index, not :image.
14665
146662008-08-23 Chong Yidong <cyd@stupidchicken.com>
14667
14668 * xdisp.c (try_scrolling): Check INT_MAX instead of
14669 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
14670 to obtain INT_MAX.
14671
146722008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
14673
14674 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
14675
146762008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
14677
14678 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
14679 GNUstep library location.
14680
146812008-08-21 Chong Yidong <cyd@stupidchicken.com>
14682
14683 * xfaces.c (x_update_menu_appearance): Check validity of menu font
14684 before using it.
14685
14686 * puresize.h (BASE_PURESIZE): Increase to 1250000.
14687
146882008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14689
14690 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
14691 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
14692 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
14693 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
14694 (EmacsApp-cursor_blink_handler): Remove declaration.
14695 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
14696 match 01 Feb 2008 changes in xterm.c.
14697 (ns_read_socket): Add cast to avoid warning.
14698 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
14699 GNUstep.
14700
147012008-08-20 Chong Yidong <cyd@stupidchicken.com>
14702
14703 * xselect.c (x_get_foreign_selection): Return nil if desired
14704 selection could not be obtained, instead of signalling an error.
14705
147062008-08-20 David Reitter <david.reitter@gmail.com>
14707
14708 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
14709 * nsterm.m: Remove ns-specific code for cursor blinking.
14710 (ns_draw_window_cursor): Clear cursor properly rather than
14711 redrawing the area. Respect width of bar cursors.
14712 These changes enable the use of generic blink-cursor-mode and
14713 generic cursor types in NS and support smooth cursor movements (do
14714 not blink off after command).
14715 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
14716 Nextstep, too.
14717
147182008-08-19 Kenichi Handa <handa@m17n.org>
14719
14720 * font.c (Vfont_log_deferred): New variable.
14721 (font_add_log): Check Vfont_log_deferred.
14722 (font_deferred_log): New function.
14723
14724 * font.h (font_deferred_log): Extern it.
14725
14726 * fontset.c (reorder_font_vector): Use encoding charset of fonts
14727 for sorting.
14728 (face_for_char): Use deferred log.
14729
147302008-08-18 Kenichi Handa <handa@m17n.org>
14731
14732 * fontset.c (face_for_char): Add font log.
14733
14734 * font.c (font_add_log): Add the font properties :script, :lang,
14735 and :otf in the log.
14736
147372008-08-17 Chong Yidong <cyd@stupidchicken.com>
14738
14739 * xdisp.c: Remove dead code.
14740 (handle_invisible_prop, next_overlay_string): Defer call to
14741 setup_for_ellipsis.
14742 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
14743
147442008-08-15 Chong Yidong <cyd@stupidchicken.com>
14745
14746 * xfaces.c (lookup_derived_face): Properly handle possible zero
14747 return value of get_lface_attributes.
14748 (merge_faces): Don't tell lookup_derived_face to signal an error
14749 if face is not found.
14750
14751 * dired.c (Fdirectory_files): Doc fix.
14752
14753 * process.c (make_process): Initialize kill_without_query struct
14754 member.
14755
147562008-08-15 Eli Zaretskii <eliz@gnu.org>
14757
14758 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
14759 Alternative calculation of totphys for Visual Studio 6.
14760
14761 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
14762
14763 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
14764 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
14765 All users changed.
14766 (stat): Only root directory passed to GetDriveType. Allow RAM
14767 disk as well as local fixed disk when w32-get-true-file-attributes
14768 is set to `local'.
14769 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
14770 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
14771 (w32_cached_id, w32_add_to_cache): New functions.
14772 (get_name_and_id): Look account names in the cache before calling
14773 lookup_account_sid.
14774 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
14775 New initialization flags.
14776 (globals_of_w32): Initialize them to zero.
14777 (w32_system_process_attributes): Use w32_cached_id and
14778 w32_add_to_cache.
14779
147802008-08-14 Lawrence Mitchell <wence@gmx.li>
14781
14782 * lread.c (Fread_char, Fread_char_exclusive): If no character
14783 event is read before timeout is reached, return nil, rather than
14784 converting to a number.
14785
147862008-08-14 Chong Yidong <cyd@stupidchicken.com>
14787
14788 * fns.c (use_dialog_box): Doc fix.
14789
14790 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
14791 on OS X.
14792
147932008-08-13 Chong Yidong <cyd@stupidchicken.com>
14794
14795 * frame.c (Qns_parse_geometry): New var.
14796 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
14797
147982008-08-11 Chong Yidong <cyd@stupidchicken.com>
14799
14800 * xdisp.c (x_produce_glyphs): Handle the case when font has no
14801 space character in calculating tabs.
14802
148032008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
14804
14805 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
14806
148072008-08-10 Glenn Morris <rgm@gnu.org>
14808
14809 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
14810 silence gcc "limited range of data type" warnings in some
14811 make_fixnum_or_float calls.
14812
148132008-08-09 Eli Zaretskii <eliz@gnu.org>
14814
14815 * w32.c (w32_system_process_attributes): If the process does not
14816 exist, return nil.
14817
14818 * w32.c: Include thelp32.h, psapi.h and coding.h.
14819 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
14820 declarations.
14821 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
14822 (Process32Next_Proc): New typedefs.
14823 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
14824 (g_b_init_process32_next, g_b_init_open_thread_token)
14825 (g_b_init_impersonate_self, g_b_init_revert_to_self)
14826 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
14827 (g_b_init_get_process_working_set_size)
14828 (g_b_init_global_memory_status_ex): New static variables.
14829 (globals_of_w32): Initialize them.
14830 (create_toolhelp32_snapshot, process32_first, process32_next)
14831 (open_thread_token, impersonate_self, revert_to_self)
14832 (get_process_memory_info, get_process_working_set_size)
14833 (global_memory_status, global_memory_status_ex): New wrapper
14834 functions.
14835 (w32_list_system_processes, w32_system_process_attributes)
14836 (enable_privilege, restore_privilege, ltime, process_times):
14837 New functions.
14838 (convert_time_raw): New function.
14839 (convert_time): Remove conversion of FILETIME into time in 100
14840 nsec units, call convert_time_raw instead.
14841
14842 * process.h (w32_list_system_processes, w32_system_process_attributes):
14843 Add prototypes.
14844 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
14845 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
14846 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
14847 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
14848
14849 * process.c (Fsystem_process_attributes): Doc fix.
14850
148512008-08-08 Chong Yidong <cyd@stupidchicken.com>
14852
14853 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
14854 a continued multi-char glyph; if so, advance to the actual glyph.
14855
148562008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14857
14858 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
14859
14860 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
14861 (.m.o): Use it.
14862 * config.in: Regenerate.
14863
148642008-08-07 Chong Yidong <cyd@stupidchicken.com>
14865
14866 * xdisp.c (redisplay_window): Revert last change.
14867 (try_window): Check bottom scroll margin too.
14868
148692008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14870
14871 * config.in: Regenerate.
14872
14873 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
14874 -list-load-path-shadows'.
14875 (nsgui.h): Reduce number of things depending on it.
14876
148772008-08-06 Chong Yidong <cyd@stupidchicken.com>
14878
14879 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
14880 instead of window-end which does the wrong thing at eob.
14881 (try_cursor_movement): Minor optimization.
14882 (redisplay_window): If scroll margin is defined, don't assume
14883 window doesn't need scrolling.
14884
148852008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14886
14887 * config.in: Regenerate.
14888
14889 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
14890 (mostlyclean): Don't delete *.d under NS.
14891
14892 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
14893
148942008-08-06 Kenichi Handa <handa@m17n.org>
14895
14896 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
14897
148982008-08-06 Andreas Schwab <schwab@suse.de>
14899
14900 * config.in: Regenerate.
14901
149022008-08-05 Chong Yidong <cyd@stupidchicken.com>
14903
14904 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
14905 forcing a window start.
14906
14907 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
14908 (auto_save_1): Update modtime when auto-save-list-file-name is on.
14909
149102008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
14911
14912 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
14913 argument.
14914
149152008-08-05 Juanma Barranquero <lekktu@gmail.com>
14916
14917 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
14918 <scroll-down-aggressively, before-change-functions>:
14919 <after-change-functions>: Reflow docstrings.
14920
149212008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 14922 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
14923
14924 Dock menu customization, based on a patch by Ken Raeburn, plus some
14925 other fixes.
14926 * nsmenu.m (dockMenu): New variable.
14927 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
14928
14929 * nsterm.h (dockMenu): Declare.
14930
14931 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
14932 (ns_term_init): Initialize dockMenu.
14933 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
14934 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
14935 left.
14936
14937 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
14938
149392008-08-04 Chong Yidong <cyd@stupidchicken.com>
14940
14941 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
14942
14943 * config.in: Regenerate.
14944
149452008-08-04 Seiji Zenitani <zenitani@mac.com>
14946
14947 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
14948
149492008-08-04 Chong Yidong <cyd@stupidchicken.com>
14950
14951 * nsterm.h (find_and_call_menu_selection): Fix prototype.
14952
149532008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
14954
14955 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
14956
14957 * keyboard.h: Comment an #endif.
14958
14959 * lisp.h (have_menus_p): Adjust comment.
14960
14961 * menu.c (find_and_return_menu_selection): Fix comparison with
14962 client_data.
14963
14964 * nsmenu.m (popup_activated_flag): New variable.
14965 (popup_activated): New function.
14966 (menu-or-popup-active-p): New exported lisp definition.
14967 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
14968 when popup done.
14969 (ns_popup_dialog): Set popup_activated_flag.
14970
14971 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
14972 version for GNUstep (handled by conditional typedef in nsterm.m).
14973 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
14974 in rgb.txt).
14975
14976 * process.c (init_process): Use DARWIN_OS, not DARWIN.
14977
14978 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
14979
14980 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
14981
14982 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
14983 shortcircuit if popup_activated like GTK and X toolkit.
14984
14985 * m/inter386.h: Change DARWIN to DARWIN_OS.
14986
14987 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
14988 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
bba3e508
SM
14989 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
14990 Expand comment on NO_SOCK_SIGIO.
aac0c6e3
MR
14991
149922008-08-03 Chong Yidong <cyd@stupidchicken.com>
14993
14994 * nsterm.m (windowDidResize): Remove stopModal call.
14995
149962008-08-03 Andreas Schwab <schwab@suse.de>
14997
14998 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
14999 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
15000
150012008-08-02 Chong Yidong <cyd@stupidchicken.com>
15002
15003 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
15004 Don't use uninitialized pointer variable when using getrlimit.
15005
150062008-08-02 Jason Rumney <jasonr@gnu.org>
15007
15008 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
15009
150102008-08-02 Eli Zaretskii <eliz@gnu.org>
15011
15012 * alloc.c (NSTATICS): Bump to 0x640.
15013
15014 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
15015
15016 * lisp.h: Add prototype for directory_files_internal.
15017
15018 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
15019 New functions.
15020 (syms_of_process): Defsubr them. Add initializations for various
15021 Q* symbols used in procfs_system_process_attributes.
15022 (procfs_list_system_processes, procfs_system_process_attributes)
15023 [HAVE_PROCFS]: New functions.
15024 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
15025 (procfs_get_total_memory): New functions.
15026
150272008-08-01 Juanma Barranquero <lekktu@gmail.com>
15028
15029 * xfaces.c (Fx_load_color_file): Fix previous change;
15030 it is #ifdef WINDOWSNT, not WINDOWS_NT.
15031
150322008-08-01 Michael Albinus <michael.albinus@gmx.de>
15033
15034 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
15035
150362008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15037
15038 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
15039
150402008-08-01 Chong Yidong <cyd@stupidchicken.com>
15041
15042 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
15043
15044 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
15045 define NSApplicationDelegateReplySuccess.
15046 (EmacsView -converstationIdentifier): Use long instead of
15047 NSInteger for GNUstep, since it doesn't have NSInteger.
15048
15049 * xmenu.c: Revert last change.
15050
15051 * keyboard.h: Fix last change.
15052
150532008-08-01 Juanma Barranquero <lekktu@gmail.com>
15054
15055 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
15056 on Windows.
15057
150582008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15059
15060 Warning clearing and clean-up in NS port.
15061 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
15062 Add prototypes.
15063 * nsgui.h (FACE_DEFAULT): Remove, unused.
15064 (XGCValues): Change colors to unsigned long.
15065 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
15066 nsterm.m.
15067 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
15068 (ns_list_fonts): Remove, unused.
15069 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
15070 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
15071 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
15072 (nsfont_draw): Compare face colors to 0, not nil.
15073 * nsmenu.m (struct widget_value): Drop unneeded declaration.
15074 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
15075 (-addSubmenuWithTitle:): Use NSMenuItem class.
15076 (ns_popup_menu): Use NO, not NULL, for enabled setting.
15077 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
15078 (ns_clip_to_row): Make gc arg a BOOL.
15079 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
15080 ns_clip_to_row() call.
15081 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
15082 used). Cast FRAME_FONT assignments.
15083 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
15084 (ns_string_to_lispmod): Change arg to const char.
15085 (ns_term_init): Use NSMenuItem class.
15086 (EmacsApp -openFile:): Move to different section of file.
15087 (EmacsApp -application:openFiles:): Don't return a value, call
15088 -replyToOpenOrPrint:.
15089 (EmacsView -keyDown:): Fix up cast.
15090 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
15091 (EmacsView -menuDown:): Cast tag in call to
15092 find_and_call_menu_selection().
15093 (ns_list_fonts): Remove, unused.
15094 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
15095 (ns_fontname_to_xlfd): Make static.
15096 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
15097 Remove prototypes (now in keyboard.h).
15098 (next_menubar_widget_id): Remove, unused.
15099 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
15100 Remove prototypes (now in keyboard.h).
15101 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
15102
151032008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
15104
15105 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
15106 (floatfns.o): Depend on syssignal.h.
15107 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
15108
15109 * systty.h: Fix previous change that removed BSD_TERMIOS.
15110 Add comments to #ifdefs.
15111
151122008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15113
15114 * w32fns.c (w32-load-color-file): Remove.
15115 (x-open-connection): Use renamed Fx_load_color_file.
15116 * xfaces.c (x-load-color-file): Add.
15117 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
15118 Emacs.clr.
15119 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
15120
151212008-07-31 Michael Albinus <michael.albinus@gmx.de>
15122
15123 * dbusbind.c (Fdbus_call_method_asynchronously)
15124 (Fdbus_method_error_internal): New defuns.
15125 (xd_read_message): Handle also reply messages.
15126 (Vdbus_registered_functions_table): Extend docstring.
15127
151282008-07-31 Juanma Barranquero <lekktu@gmail.com>
15129
15130 * keyboard.c (gobble_input): Fix previous change.
15131
151322008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
15133
15134 * bitmaps/README:
15135 * xfns.c:
15136 * termcap.c:
15137 * term.c:
15138 * syswait.h:
15139 * systty.h:
15140 * systime.h:
15141 * syssignal.h:
15142 * sysdep.c:
15143 * process.h:
15144 * process.c:
15145 * print.c:
15146 * ndir.h:
15147 * lread.c:
15148 * keyboard.c:
15149 * getpagesize.h:
15150 * floatfns.c:
15151 * fileio.c:
15152 * emacs.c:
15153 * doc.c:
15154 * dispnew.c:
15155 * dired.c:
15156 * data.c:
15157 * callproc.c:
15158 * buffer.c:
15159 * README:
15160 * Makefile.in:
15161 * s/template.h:
15162 * s/msdos.h:
15163 * m/vax.h: Remove VMS support.
15164 * s/vms.h:
15165 * vlimit.h:
15166 * uaf.h:
15167 * temacs.opt:
15168 * param.h:
15169 * ioctl.h: Remove file.
15170
151712008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
15172
15173 * s/ms-w32.h (MULTI_KBOARD): Remove.
15174 * xterm.c:
15175 * xselect.c:
15176 * xfns.c:
15177 * window.c:
15178 * w32term.c:
15179 * w32fns.c:
15180 * terminal.c:
15181 * termhooks.h:
15182 * term.c:
15183 * sysdep.c:
15184 * keyboard.h:
15185 * keyboard.c:
15186 * frame.h:
15187 * frame.c:
15188 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
15189 * config.in: Regenerate.
15190
151912008-07-30 Jason Rumney <jasonr@gnu.org>
15192
15193 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
15194
15195 * w32font.c (w32font_encode_char): Leave as unicode if in range.
15196 (w32font_open_internal): Get unicode version of textmetrics.
15197 Don't enable or disable glyph indices here.
15198 (w32font_open): Disable use of glyph indices.
15199
15200 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
15201
152022008-07-30 Chong Yidong <cyd@stupidchicken.com>
15203
15204 * minibuf.c (Vread_buffer_function): Doc fix.
15205
152062008-07-30 John Paul Wallington <jpw@pobox.com>
15207
15208 * minibuf.c (read_buffer_completion_ignore_case): New var.
15209 (Fread_buffer): Use it.
15210
152112008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
15212
15213 * systty.h (sensemode): Remove empty #if. Remove reference to
15214 BSD_TERMIOS, unused.
15215
15216 * sysdep.c: Remove reference to DGUX.
15217 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
15218
15219 * config.in: Regenerate.
15220
152212008-07-30 Jason Rumney <jasonr@gnu.org>
15222
15223 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
15224
152252008-07-29 Jason Rumney <jasonr@gnu.org>
15226
15227 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
15228 is populated.
15229 (uniscribe_encode_char): Always use uniscribe.
15230 Avoid using context if cache is populated.
15231
152322008-07-29 Jan Djärv <jan.h.d@swipnet.se>
15233
15234 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
15235 open menu.
15236
15237 * gtkutil.c (menu_nav_ended): Remove.
15238 (create_menus): Remove signal connect for menu_nav_ended.
15239
152402008-07-28 Chong Yidong <cyd@stupidchicken.com>
15241
15242 * xdisp.c (redisplay_window): Check return value of
15243 compute_window_start_on_continuation_line before forcing a window
15244 start.
15245
152462008-07-28 Jason Rumney <jasonr@gnu.org>
15247
15248 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
15249
15250 * w32term.c (w32_enable_unicode_output, cleartype_active):
15251 Remove obsolete display options.
15252 (x_draw_glyph_string_background): Don't use old cleartype_active
15253 workaround.
15254 (w32_initialize): Remove cleartype_active initialization.
15255 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
15256
152572008-07-28 Andreas Schwab <schwab@suse.de>
15258
15259 * lisp.h (init_weak_hash_tables, syms_of_font)
15260 (xd_read_queued_messages, syms_of_dbusbind): Declare.
15261 (remove_hash_entry): Don't declare.
15262 * eval.c (maybe_call_debugger): Make static and move before use.
15263 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
15264 * xdisp.c: Include "gtkutil.h" if USE_GTK.
15265 * xterm.h (x_set_frame_alpha): Declare.
15266
152672008-07-28 Jan Djärv <jan.h.d@swipnet.se>
15268
15269 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
15270 (create_menus): Connect selection-done to menu_nav_ended.
15271
152722008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15273
15274 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
15275 Set Vx_resource_name to a fallback. Replace read of 'buffered'
15276 parameter with read of 'alpha' one.
15277 (Qns_frame_parameter): Remove.
5582fbc7 15278 * nsselect.m (selection-coding-system)
aac0c6e3
MR
15279 (next-selection-coding-system, Vselection_coding_system)
15280 (Vnext_selection_coding_system): Drop.
15281
152822008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15283
15284 * nsfns.m (do-applescript, do_applescript): Rename to
15285 ns-do-applescript, ns_do_applescript, and move within file.
15286
152872008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15288
15289 Remove support for Mac Carbon.
15290 * mactoolbox.c:
15291 * macterm.h:
15292 * macterm.c:
15293 * macselect.c:
15294 * macmenu.c:
15295 * macgui.h:
15296 * macfns.c:
15297 * mac.c: Remove file.
15298 * s/darwin.h:
15299 * m/intel386.h:
15300 * xfaces.c:
15301 * xdisp.c:
15302 * window.c:
15303 * tparam.c:
15304 * termhooks.h:
15305 * termcap.c:
15306 * term.c:
15307 * syssignal.h:
15308 * sysselect.h:
15309 * sysdep.c:
15310 * process.c:
15311 * lread.c:
15312 * lisp.h:
15313 * keyboard.c:
15314 * image.c:
15315 * fringe.c:
15316 * frame.h:
15317 * frame.c:
15318 * fontset.c:
15319 * font.h:
15320 * font.c:
15321 * fns.c:
15322 * fileio.c:
15323 * emacs.c:
15324 * dispnew.c:
15325 * dispextern.h:
15326 * config.in:
15327 * atimer.c:
2ae37cf0 15328 * Makefile.in: Remove code for Carbon.
aac0c6e3 15329
f0131492 153302008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
15331
15332 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
15333
153342008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15335
15336 * macterm.h (kCGBitmapByteOrder32Host): New define for
15337 non-universal SDKs.
15338
15339 * image.c (mac_create_cg_image_from_image, image_load_image_io)
15340 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
15341
15342 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
15343 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
15344
153452008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
15346
15347 * w32inevt.c: Include dispextern.h.
15348
153492008-07-26 Andreas Schwab <schwab@suse.de>
15350
15351 * print.c (print_object): Fix off-by-one in last change.
15352
153532008-07-25 Juanma Barranquero <lekktu@gmail.com>
15354
15355 * term.c (syms_of_term): Don't initialize default_orig_pair,
15356 default_set_foreground and default_set_background on Windows.
15357
153582008-07-25 Jason Rumney <jasonr@gnu.org>
15359
15360 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
15361 ScriptItemize. Clean up return value checking. Remove unused
15362 variables.
15363 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
15364 shaping engine.
15365
15366 * w32font.c (w32font_has_char): Handle the case where we can't
15367 determine the script for a character.
15368
153692008-07-25 Chong Yidong <cyd@stupidchicken.com>
15370
15371 * term.c (syms_of_term): Initialize default_orig_pair,
15372 default_set_foreground, and default_set_background.
15373
15374 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
15375 clash (bug#86).
15376 (getloadavg): Callers changed.
15377
15378 * image.c (svg_load_image): Fix last change.
15379 (svg_load_image): Use rsvg_handle_get_dimensions to check that
15380 image size is valid. Use g_object_unref instead of deprecated
15381 rsvg_handle_free to free rsvg handle.
15382 (x_from_xcolors): Don't initialize pixmap (silence compiler).
15383
153842008-07-25 Jason Rumney <jasonr@gnu.org>
15385
15386 * w32font.c (w32font_encode_char): Encode characters outside BMP as
15387 surrogates before looking up glyph index.
15388 (w32font_text_extents): Encode as surrogates if falling back to
15389 functions that need UTF-16 wide chars.
15390
15391 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
15392 BMP as surrogates before looking up glyph index.
15393
153942008-07-25 Chong Yidong <cyd@stupidchicken.com>
15395
15396 * image.c (svg_load_image): Check for failure in return value of
15397 rsvg_handle_get_pixbuf. Free rsvg handle when done.
15398
153992008-07-25 Jason Rumney <jasonr@gnu.org>
15400
15401 * w32font.c (Fx_select_font): Reverse sense of second arg.
15402
154032008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15404
15405 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
15406 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
15407
15408 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
15409 (PURESIZE): Use it.
15410
154112008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15412
15413 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
15414 * m/alpha.h (TEXT_END):
15415 * m/ibmrs6000.h (TEXT_END):
15416 * m/macppc.h (TEXT_END):
15417 * s/darwin.h (TEXT_END):
15418 * s/msdos.h (TEXT_END): Remove, unused.
15419 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
15420 * s/cygwin.h: Remove comment.
15421
15422 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
15423 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
15424 * m/intel386.h (DOT_GLOBAL_START):
15425 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
15426 (USG): Remove, file not used on USG platforms.
15427
15428 * Makefile.in (HAVE_X11): Remove empty #else.
15429
154302008-07-24 Andreas Schwab <schwab@suse.de>
15431
15432 * fileio.c (Finsert_file_contents): Properly adjust undo list
15433 after format conversion.
15434
154352008-07-24 Jan Djärv <jan.h.d@swipnet.se>
15436
15437 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
15438 (menu_nav_ended): Remove.
15439 (create_menus): Remove signal connect for menu_nav_ended.
15440 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
15441 create_menus.
15442 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
15443
154442008-07-23 Jason Rumney <jasonr@gnu.org>
15445
15446 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
15447 with opened font.
15448 (w32font_open): Set font type to gdi.
15449
15450 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
15451
154522008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15453
15454 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
15455 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
15456 defines it.
15457 * unexec.c (ADDR_CORRECT): Define unconditionally.
15458
15459 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
15460
15461 * unexec.c: Remove code depending on !COFF and USG, the file is
15462 not used for such systems.
15463
15464 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
15465 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
15466 (LD_SWITCH_SYSTEM_1): Remove, update users.
15467
15468 * s/darwin.h (DATA_END):
15469 * m/intel386.h (DATA_END):
15470 * m/ibmrs6000.h (DATA_END):
15471 * m/alpha.h (DATA_END): Remove, unused.
15472
15473 * config.in: Regenerate.
15474 * s/ms-w32.h (subprocesses): Define unconditionally.
15475 * s/template.h (subprocesses): Update comment.
15476 * s/vms.h (subprocesses):
15477 * s/usg5-4.h (subprocesses):
15478 * s/hpux10-20.h (subprocesses):
15479 * s/gnu-linux.h (subprocesses):
15480 * s/cygwin.h (subprocesses):
15481 * s/bsd-common.h (subprocesses):
15482 * s/aix4-2.h (subprocesses):
15483 * s/darwin.h (subprocesses): Do not define, defined by default now.
15484
15485 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
15486 Remove all references.
15487 (temacs): Add GNUstep specific ld flags.
15488
15489 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
15490 similarly to what X does.
15491
154922008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15493
15494 * nsfns.m (x-list-fonts): Remove.
15495 (syms_of_nsfns): Drop the x-list-fonts declaration.
15496 * nsterm.m: Get rid of remaining "//" comments.
15497
154982008-07-22 Chong Yidong <cyd@stupidchicken.com>
15499
15500 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
15501
15502 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
15503 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
15504 (Fns_own_selection_internal, Fx_disown_selection_internal)
15505 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
15506
15507 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
15508 ... */' style of docstrings. Doc fixes.
15509
155102008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15511
15512 * terminfo.c (UP, BC, PC): Undo previous change.
15513
15514 * nsfns.m: Rename ns prefixed functions/variables to the
15515 corresponding x versions. Update references.
15516
155172008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
15520
155212008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15522
15523 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
15524 Remove forwarding functions.
15525 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
15526 non-static.
15527 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
15528 non-static.
15529 (ns_frame_parm_handlers): Use the new names.
15530 (syms_of_nsfns): Move to the end of file.
15531
15532 * nsterm.m (syms_of_nsterm): Move to the end of file.
15533
15534 * dispnew.c (init_display): Remove code for X10.
15535
155362008-07-22 Jason Rumney <jasonr@gnu.org>
15537
15538 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
15539 bare drive.
15540
155412008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15542
15543 * nsterm.m (syms_of_nsterm): Remove debugging println.
15544
155452008-07-22 David Reitter <david.reitter@gmail.com>
15546
15547 * nsfns.m (do_applescript, F_do_applescript): NS version of the
15548 Carbon implementation of the same functionality: execute arbitrary
15549 AppleScript code.
15550
155512008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
15552
15553 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
15554 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
15555 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
15556 (Fx_display_mm_height, Fx_display_mm_width)
15557 (Fx_display_backing_store, Fx_display_visual_class)
15558 (Fx_display_save_under, Fx_open_connection)
15559 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
15560 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
15561 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15562 (Fx_display_pixel_width, Fx_display_pixel_height)
15563 (Fx_display_usable_bounds, Fx_display_planes)
15564 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
15565 ... */' style of docstrings.
15566
155672008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
15568
15569 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
15570 on this platform.
15571 (mips):
15572 * m/iris4d.h (mips): Do not define.
15573 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
15574
15575 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
15576
15577 * image.c:
15578 * nsfns.m:
15579 * nsselect.m:
15580 * nsterm.h:
15581 * nsterm.m: Rename ns prefixed functions/variables to the
15582 corresponding x versions. Update references.
15583
15584 * m/ibms390x.h (NO_REMAP): Do not undefine.
15585
15586 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
15587
155882008-07-21 Chong Yidong <cyd@stupidchicken.com>
15589
15590 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
15591 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
15592 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
15593 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
15594 (Fns_display_mm_height, Fns_display_mm_width)
15595 (Fns_display_backing_store, Fns_display_visual_class)
15596 (Fns_display_save_under, Fns_open_connection)
15597 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
15598 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
15599 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15600 (Fns_display_pixel_width, Fns_display_pixel_height)
15601 (Fns_display_usable_bounds, Fx_display_planes)
15602 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
15603
156042008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
15605
15606 * print.c (print_object): Check print_depth before searching for
15607 circularities.
15608
156092008-07-21 Michael Albinus <michael.albinus@gmx.de>
15610
15611 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
15612 only sprintf.
15613
156142008-07-21 Kenichi Handa <handa@m17n.org>
15615
15616 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
15617
156182008-07-20 Andreas Schwab <schwab@suse.de>
15619
15620 * syntax.c (find_start_pos, find_start_value)
15621 (find_start_value_byte, find_start_begv, find_defun_start)
15622 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
15623
156242008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15625
15626 * s/sol2-3.h: Insert contents of s/sol2.h.
15627 (LD_SWITCH_SYSTEM): Remove redundant definition.
15628 * s/sol2.h: Remove, unused.
15629
156302008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15631
15632 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
15633
156342008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15635
15636 * Makefile.in (ns_appdir): Fix typo in find command.
15637
156382008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15639
15640 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
15641
15642 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
15643 added not supported anymore.
15644
15645 * s/usg5-4-2.h (LIBS_SYSTEM):
15646 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
15647
15648 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15649 * s/lynxos.h (GETPGRP_NO_ARG):
15650 * s/hpux10-20.h (NO_SIOCTL_H):
15651 * s/gnu.h (GETPGRP_NO_ARG):
15652 * s/gnu-linux.h (NO_SIOCTL_H):
15653 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15654 * s/cygwin.h (GETPGRP_NO_ARG):
15655 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
15656 (C_DEBUG_SWITCH): Remove duplicate definition.
15657
15658 * m/ibms390.h: Remove boilerplate comments.
15659
15660 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
15661
15662 * process.c (HAVE_SERIAL): Consolidate ifdefs.
15663 (wait_reading_process_output): Remove code for SunOS, platform not
15664 supported anymore. Use SOLARIS2 instead of sun.
15665
156662008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15667
15668 * font.c (font_open_by_name): Under NS, default lface height to zero.
15669 (font_open_for_lface): Under NS, set size based on frame fontsize.
15670 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
15671 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
15672
156732008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15674
15675 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
15676 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
15677 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
15678 YES/NO.
15679 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
15680 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
15681 * Makefile.in (clean): Clear out build destination dir.
15682
156832008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15684
15685 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
15686 xterm, xselect.
15687 * lisp.h: Remove declaration of hash_remove.
15688 * nsgui.h: Remove redefinitions of hash_remove.
15689 * fns.c (hash_remove): Rename to hash_remove_from_table.
15690
156912008-07-19 Seiji Zenitani <zenitani@mac.com>
15692
15693 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
15694 strdup() the family UTF8String before modifying it.
15695
156962008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15697
15698 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
15699 NS_FACE_BACKGROUND with 0 instead of nil.
15700 * nsfont.m (nsfont_draw): Same.
15701
157022008-07-19 Chong Yidong <cyd@stupidchicken.com>
15703
15704 * nsfns.m (ns_set_background_color): Fix crash.
15705
157062008-07-18 Chong Yidong <cyd@stupidchicken.com>
15707
15708 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
15709
157102008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
15711
15712 * puresize.h (BASE_PURESIZE): Increase to 1240000.
15713
157142008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15715
15716 * gtkutil.c: Include <config.h> instead of "config.h".
15717
15718 * lisp.h (Foverlay_buffer): Add EXFUN.
15719
15720 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
15721 child process to complete child_setup. Undo 2005-09-21 change.
15722
15723 * s/darwin.h: Mention setsid after vfork.
15724
157252008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15726
15727 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
15728 Depend on macgui.h.
15729
15730 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
15731 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
15732
15733 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
15734 and f19.
15735 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
15736
15737 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
15738 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
15739 Remove enumerators.
15740
15741 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
15742 Check if FACE_FROM_ID returns NULL.
15743
157442008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
15745
15746 * w32inevt.c (change_frame_size): Remove extern declaration.
15747 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
15748 change_frame_size.
15749
157502008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15751
15752 * getloadavg.c: Revert last change (2008-07-15).
15753
157542008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15755
15756 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 15757 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
15758 from configure.
15759
157602008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
15761
15762 * s/sol2.h:
15763 * s/sol2-4.h: Reorganize conditionals.
15764
15765 * ecrt0.c: Remove code depending on m68000, not used anymore.
15766
15767 * fns.c (hash_remove): Make static.
15768 * lisp.h (hash_remove): Don't prototype.
15769
15770 * m/ibmrs6000.h:
15771 * m/ibms390x.h:
15772 * m/macppc.h: Remove boilerplate comments.
15773
15774 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
15775 Solaris, which does not need them.
15776
15777 * m/vax.h: Remove comments about unsupported systems.
15778
15779 * s/darwin.h: Reorganize ifdefs.
15780
157812008-07-17 Andreas Schwab <schwab@suse.de>
15782
15783 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
15784
157852008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
15786
15787 Use SDATA. Follow coding convention of placing operators at
15788 beginning of next line rather than end of previous line, and placing
15789 spaces around infix operators.
15790
15791 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
15792 in case it was defined already.
15793 USE @GNUSTEP_MAKEFILES@ rather than envvars.
15794 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
15795 ns_default.
15796 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
15797 Lisp_Objects.
15798 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
15799 (ns_defined_color, ns_color_to_lisp): Declare.
15800 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
15801 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
15802 it's accepted even with USE_LISP_UNION_TYPE.
15803 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
15804 (update_frame_tool_bar): Remove apparently obsolete tests for
15805 non-integerness of f->tool_bar_lines.
15806 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
15807 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
15808 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
15809 (nsfont_open): Don't confuse NULL for Qnil.
15810 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
15811 * menu.h (find_and_call_menu_selection):
15812 * menu.c (find_and_call_menu_selection): Use just int for vector size.
15813 (find_and_return_menu_selection): Always return something.
15814 * frame.h: Include dispextern.h for Display_Info.
15815 (display_x_get_resource): Declare.
15816
158172008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
15818
15819 * syntax.c: Remove stdio.h include accidentally introduced in
15820 Emacs.app commit.
15821 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
15822 NS_IMPL_COCOA.
15823 * keyboard.c (handle_async_input, input_available_signal): Remove
15824 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
15825
158262008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15827
15828 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
15829 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
15830 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
15831 Use SDATA.
15832
15833 * keymap.c: Remove all NS-specific code.
15834 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
15835 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
15836 where_is_preferred_modifier, return a different value depending on how
15837 preferred is the binding.
15838 (where_is_internal): Adjust accordingly.
15839 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
15840 Adjust to new preferred_sequence_p.
15841 (syms_of_keymap): Declare `where-is-preferred-modifier'.
15842 * keyboard.c (parse_solitary_modifier): Not static any more.
15843 * keyboard.h (parse_solitary_modifier): Declare.
15844
158452008-07-16 Andreas Schwab <schwab@suse.de>
15846
15847 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
15848 of easymenu.
15849
158502008-07-16 Chong Yidong <cyd@stupidchicken.com>
15851
15852 * xdisp.c (move_it_in_display_line): Account for word wrap, so
15853 that we don't move off the line.
15854
158552008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * keyboard.c (Qsuper): Remove.
15858 (parse_menu_item): Don't call where_is_internal specially for NS.
15859
158602008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15861
15862 * s/gnu-linux.h: Remove boilerplate comments.
15863
15864 * m/alpha.h (__ELF__): Consolidate conditions.
15865
15866 * m/m68k.h (linux): Use GNU_LINUX instead.
15867 Remove boilerplate comments.
15868
15869 * m/intel386.h: Undo refactoring from previous change.
15870 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
15871 too, remove dead code.
15872 (linux): Use GNU_LINUX instead.
15873
158742008-07-16 Jason Rumney <jasonr@gnu.org>
15875
15876 * w32gui.h: Repeat 26 June changes lost by last change.
15877
158782008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15879
15880 * systty.h: Remove code for Aix on 386, unsupported platform.
15881
15882 * s/ms-w32.h: Remove boilerplate comments.
15883 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
15884
15885 * s/gnu-linux.h (TERM): Remove support.
15886 (HAVE_SYSVIPC): Remove, unused.
15887 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
15888 for this system.
15889
15890 * process.c: Remove support for IRIS, unused.
15891 Remove support for TERM, not relevant anymore.
15892
15893 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
15894 used with the definition.
15895
15896 * s/aix4-2.h (static): Do not undef.
15897
15898 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
15899 only used on Aix.
15900 (HAVE_SYSVIPC): Remove, unused.
15901
15902 * m/hp800.h (CANNOT_DUMP): Do not undef.
15903
15904 * m/alpha.h: Fix comment.
15905
15906 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
15907 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
15908 used by this configuration.
15909 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
15910 * unexec.c: Remove code depending on HPUX and
15911 USG_SHARED_LIBRARIES, not used with this file. Remove code
15912 depending on IRIS, unused. Remove if 0-ed code.
15913
15914 * s/template.h: Remove comments about static.
15915
15916 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
15917 Remove if 0-ed code.
15918 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
15919 were the same as the default.
15920 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
15921 Remove boilerplate comments.
15922 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
15923 (HAVE_SYSVIPC): Remove, unused.
15924 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
15925
15926 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15927 Remove boilerplate comments.
15928 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15929 Remove boilerplate comments.
15930 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15931 Remove boilerplate comments.
15932 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
15933
15934 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
15935 USG systems which do not use DATA_SEG_BITS.
15936 Refactor code. Remove boilerplate comments.
15937
15938 * m/ibms390.h:
15939 * m/m68k.h:
15940 * s/bsd-common.h:
15941 * s/cygwin.h:
15942 * s/darwin.h:
15943 * s/freebsd.h:
15944 * s/gnu.h:
15945 * s/msdos.h: Remove boilerplate comments.
15946
15947 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 15948 do not use this file.
aac0c6e3
MR
15949 (IRIS_4D): Remove, unused.
15950
15951 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 15952 do not use this file.
aac0c6e3
MR
15953 (SIGN_EXTEND_CHAR):
15954 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
15955 * unexmips.c: Remove file, unused.
15956
15957 * editfns.c (Fuser_full_name): Replace the only use of
15958 USER_FULL_NAME with its value.
15959 * config.in: Regenerate.
15960
159612008-07-16 David Reitter <david.reitter@gmail.com>
15962
15963 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
15964 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
15965
159662008-07-16 Glenn Morris <rgm@gnu.org>
15967
15968 * emacs.c (system-type): Doc fix.
15969
159702008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
15973 If the cache doesn't work, let's fix it, rather than work around it.
15974
159752008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15976
15977 * Makefile.in: Correct additions for nsfont.o in last commit.
15978 * nsfont.m: New file (forgot last commit).
15979
159802008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
15981
bba3e508
SM
15982 * callproc.c (set_initial_environment):
15983 Initialize Vprocess_environment under CANNOT_DUMP (fixes crash when
aac0c6e3
MR
15984 batch-compiling for bootstrap).
15985
159862008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 15987 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 15988
c4cc8b9a
JB
15989 * frame.c (make_initial_frame): Call init_frame_faces(f) in
15990 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
15991
159922008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15993
15994 Changes and additions for NeXTstep windowing system (Cocoa and
15995 GNUstep) support.
15996
15997 * Makefile.in:
15998 * config.in: Support defines and build commands for NS port.
15999 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
16000 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
16001 * dispextern.h: Include nsgui.h and add needed typedefs under NS
16002 windowing.
16003 (struct face): Add synth_ital field.
16004 * dispnew.c: Include nsterm.h when compiling under NS windowing.
16005 (init_display): Initialize Vinitial_window_system to "ns" when so
16006 compiled.
16007 * emacs.c: Include GSConfig.h when compiling under GNUstep.
16008 (display_arg): Use under NS.
16009 (main): Under NS, allocate autorelease pool and handle command line
16010 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
16011 (standard_args): Add NS-specific args.
16012 (shut_down_emacs): Shut down NS terminal if compiled under NS.
16013 * font.c (DEFAULT_ENCODING): New variable.
16014 (font_find_for_lface): Use it.
16015 (syms_of_font): Load syms_of_nsfont under NS.
16016 * font.h: Declare nsfont_driver when compiled under NS.
16017 * fontset.c: When compiling under NS, include nsterm.h.
16018 (fontset_from_font): Autoconstruct fontset under NS.
16019 * frame.c (various): Under NS, include nsterm.h, add Qns window system
16020 symbol, document and use it.
16021 (do_switch_frame): When for_deletion under Cocoa, add
16022 Fraise_frame(Qnil).
16023 (x_set_frame_parameters): Ensure font attribute changes are picked up.
16024 (x_get_arg): Allow "yes" and "no" as boolean values.
16025 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
16026 Qright under Cocoa.
16027 (focus-follows-mouse): Default to 0 under NS.
16028 * frame.h (enum output_method): Add output_ns.
16029 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
16030 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
16031 (FRAME_WINDOW_P): NS-specific definition.
16032 * fringe.c (max_used_fringe_bitmap): Make public.
16033 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
16034 (getloadavg): Use NeXT code under descendant OS's.
16035 * image.c (includes and header section, x_create_bitmap_from_data)
16036 (x_create_bitmap_from_file, free_bitmap_record, image_background)
16037 (image_background_transparent, x_clear_image_1)
16038 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
16039 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
16040 (x_to_xcolors, x_from_xcolors, x_disable_image)
16041 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
16042 other GUIs, including XPM support using code originally written for
16043 Carbon GUI.
16044 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
16045 using NS API.
16046 (image_ascent): Use font metrics macros instead of direct struct field
16047 access.
16048 * keyboard.c (includes): Add nsterm.h when compiling under NS.
16049 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
16050 Also, handle NS as GTK for menu bar purposes.
16051 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
16052 toolkit where they differ.
16053 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
16054 use cachelist, still needed under NS.
16055 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
16056 (struct widget_value): Define it here for menu.c.
16057 * keymap.c (includes): Include modifier internals.
16058 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
16059 NS.
16060 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
16061 support for preferring sequences using certain modifiers, specified by
16062 the FIRSTONLY argument.
16063 * lisp.h (hash_remove): Rename to avoid name clash when compiling
16064 under NS GNUstep implementation.
16065 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
16066 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
16067 * menu.c: Include nsterm.h under NS.
16068 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
16069 (free_menubar_widget_tree_value, update_submenu_strings)
16070 (find_and_call_menu_selection): Treat NS as X and NT.
16071 (find_and_return_menu_selection): New function, used for popup menus.
16072 * nsgui.h:
16073 * nsterm.h:
16074 * nsfns.m:
16075 * nsimage.m:
16076 * nsmenu.m:
16077 * nsselect.m:
16078 * nsterm.m: New files.
16079 * process.c (wait_reading_process_output): Under NS, call ns_select()
16080 instead of plain select().
16081 * syntax.c (char_quoted): Under NS, avoid a crash when called near
16082 beginning of buffer.
16083 * sysselect.h (init_process): Rename when compiling under Cocoa to
16084 avoid name conflict.
16085 * termhooks.h (display_info): Add ns_display_info to union.
16086 * terminal.c (Fterminal_live_p): Add ns to terminal types.
16087 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
16088 COCOA environment.
16089 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
16090 unexec() signature. (Note, this will dump, but the resulting file
16091 crashes; unexosx is used instead; keeping around for reference and
16092 possible aid in getting dump working under GNUstep.)
16093 * w32gui.h (button_type, widget_value): Remove definitions (now in
16094 keyboard.h).
16095 * window.c: Include nsterm.h when compiling under NS.
16096 * xdisp.c (includes): Include nsterm.h when compiling under NS.
16097 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
16098 other GUI windowing systems.
16099 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
16100 GTK.
16101 (x_consider_frame_title): Under NS, set icon type and frame
16102 modified-state indicator; use ns_set_name_as_filename() when using
16103 formatted title.
16104 (update_window_cursor): Make public when compiling under NS.
16105 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
16106 (hourglass_atimer, Vhourglass_delay
16107 * xfaces.c (header section, init_frame_faces, clear_font_table)
16108 (defined_color, unload_color, x_face_list_fonts)
16109 (prepare_face_for_display): Add NS support parallel to other GUIs.
16110 Emulate GCs like other non-X GUIs.
16111 (split_font_name): Don't lowercase font name under NS.
16112 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
16113 under NS.
16114 * s/darwin.h: Add support for compilation under NS.
16115
161162008-07-15 Jason Rumney <jasonr@gnu.org>
16117
16118 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
16119 (w32_show_hourglass): Rename from show_hourglass.
16120 (w32_hide_hourglass): Rename from hide_hourglass.
16121 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
16122 (Vhourglass_delay): Declare extern.
16123 (hourglass_started): Remove.
16124
16125 * xdisp.c (Vhourglass_delay): Remove static.
16126 (hourglass_started, start_hourglass, cancel_hourglass):
16127 Don't include these versions on WINDOWSNT.
16128
161292008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
16130
16131 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
16132 variables (formerly in xfns.c).
16133 (show_hourglass, hide_hourglass): New prototypes (same).
16134 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
16135 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
16136 in xfns.c).
16137 (syms_of_xdisp): Declare/initialize display-hourglass,
16138 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
16139 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
16140 formerly in xfns.c.
16141 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
16142 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
16143 (start_hourglass, cancel_hourglass): Remove.
16144 (show_hourglass, hide_hourglass): Remove prototypes and static
16145 modifiers.
16146 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
16147 hourglass_atimer, hourglass_shown_p declaration/initialization.
16148 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
16149 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
16150 (start_hourglass, cancel_hourglass): Remove.
16151 (show_hourglass, hide_hourglass): Remove prototypes and static
16152 modifiers.
16153 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
16154 hourglass_atimer, hourglass_shown_p declaration/initialization.
16155 * w32fns.c (display_hourglass_p, Vhourglass_delay)
16156 (DEFAULT_HOURGLASS_DELAY): Remove.
16157 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
16158 hourglass_shown_p declaration/initialization.
16159
161602008-07-14 Jason Rumney <jasonr@gnu.org>
16161
16162 * w32fns.c (w32_get_arg): Remove wrapper function.
16163 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
16164 directly.
16165 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
16166
161672008-07-14 Kenichi Handa <handa@m17n.org>
16168
16169 * xfont.c (xfont_open): Add workaround for X's bug.
16170
161712008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16172
16173 * fontset.c: Include <stdio.h> unconditionally.
16174
161752008-07-13 Michael Albinus <michael.albinus@gmx.de>
16176
16177 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
16178 for filtering.
16179
161802008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16181
16182 * s/vms.h: Use __GNUC__ instead of _GNUC_.
16183
16184 * m/macppc.h:
16185 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
16186
c4cc8b9a 16187 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
16188 (SPECIAL_EMACS_INT):
16189 * m/ia64.h (SPECIAL_EMACS_INT):
16190 * m/amdx86-64.h (SPECIAL_EMACS_INT):
16191 * s/gnu.h (NLIST_STRUCT):
16192 * s/aix4-2.h (X11R5_INHIBIT_I18N):
16193 * s/gnu-linux.h (LINUX):
16194 * s/msdos.h (HAVE_FACES):
16195 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
16196
16197 * systty.h:
16198 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
16199 anymore.
16200
162012008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
16202
16203 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
16204 always defined as int.
16205
16206 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
16207 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
16208 * s/gnu-linux.h (HAVE_WAIT_HEADER):
16209 * s/freebsd.h (HAVE_WAIT_HEADER):
16210 * s/bsd-common.h (HAVE_UNION_WAIT):
16211 * s/aix4-2.h (HAVE_WAIT_HEADER):
16212 * m/mips.h (HAVE_UNION_WAIT):
16213 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
16214 (COFF, static): Do not define, they are undefined later in the file.
16215
16216 * process.c (update_status): Don't use a union.
16217 (status_convert):
16218 (sigchld_handler): Use int instead of WAITTYPE.
16219
162202008-07-12 Chong Yidong <cyd@stupidchicken.com>
16221
16222 * indent.c (Fvertical_motion): Restore hscroll before moving to
16223 goal column.
16224
162252008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16226
16227 * lisp.h: Remove left over code.
16228
162292008-07-11 Andreas Schwab <schwab@suse.de>
16230
16231 * lisp.h: Fix logic in last change.
16232
16233 * menu.h: New file.
16234 * menu.c: Include it.
16235 * xmenu.c: Likewise.
16236 * Makefile.in: Update dependencies.
16237
162382008-07-11 Kenichi Handa <handa@m17n.org>
16239
16240 * fontset.c (fontset_from_font): Cancel the previous change.
16241
162422008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16243
16244 * lisp.h:
16245 * w32heap.c:
16246 * emacs.c:
16247 * alloc.c: Replace all references of NO_UNION_TYPE with
16248 USE_LISP_UNION_TYPE.
16249
16250 * m/xtensa.h (NO_UNION_TYPE):
16251 * m/vax.h (NO_UNION_TYPE):
16252 * m/template.h (NO_UNION_TYPE):
16253 * m/sparc.h (NO_UNION_TYPE):
16254 * m/mips.h (NO_UNION_TYPE):
16255 * m/macppc.h (NO_UNION_TYPE):
16256 * m/m68k.h (NO_UNION_TYPE):
16257 * m/iris4d.h (NO_UNION_TYPE):
16258 * m/intel386.h (NO_UNION_TYPE):
16259 * m/ibms390x.h (NO_UNION_TYPE):
16260 * m/ibms390.h (NO_UNION_TYPE):
16261 * m/ibmrs6000.h (NO_UNION_TYPE):
16262 * m/ia64.h (NO_UNION_TYPE):
16263 * m/hp800.h (NO_UNION_TYPE):
16264 * m/arm.h (NO_UNION_TYPE):
16265 * m/amdx86-64.h (NO_UNION_TYPE):
16266 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
16267 defining it the same.
16268
162692008-07-10 Chong Yidong <cyd@stupidchicken.com>
16270
16271 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
16272
162732008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
16274
16275 * fileio.c:
50426a04 16276 * sysdep.c:
aac0c6e3
MR
16277 * systty.h:
16278 * m/ibmrs6000.h:
16279 * m/iris4d.h:
16280 * s/aix4-2.h:
16281 * s/freebsd.h:
16282 * s/gnu-linux.h:
16283 * s/hpux10-20.h:
16284 * s/hpux11.h:
16285 * s/netbsd.h:
16286 * s/sol2-3.h:
16287 * s/sol2-4.h:
16288 * s/sol2.h:
16289 * s/usg5-4.h:
16290 * s/vms.h: Remove references to unused variables.
16291
162922008-07-10 Andreas Schwab <schwab@suse.de>
16293
16294 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
16295 pattern before matching the generic family.
16296
162972008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
16298
16299 * unexec.c:
16300 * s/vms.h:
16301 * s/usg5-4-2.h:
16302 * s/sol2-5.h:
16303 * s/freebsd.h:
16304 * s/darwin.h: Remove dead code.
16305
16306 * m/template.h:
16307 * m/sparc.h:
16308 * m/mips.h:
16309 * m/m68k.h:
16310 * m/iris4d.h:
16311 * m/intel386.h:
16312 * m/ibms390x.h:
16313 * m/ibms390.h:
16314 * m/ia64.h:
16315 * m/hp800.h:
16316 * m/arm.h:
16317 * m/amdx86-64.h: Remove dead code and references to unused
16318 and compiler defined symbols.
16319
16320 * unexmips.c:
16321 * unexelf.c: Remove references to desupported systems.
16322
16323 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
16324
16325 * m/powermac.h: Remove boilerplate comments.
16326 (NO_REMAP): Remove unused definition.
16327
16328 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
16329 define them.
16330
163312008-07-10 Kenichi Handa <handa@m17n.org>
16332
16333 * xfont.c (xfont_open): Log the reason of failure.
16334
163352008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
16336
16337 * fontset.c (fontset_get_font_group):
16338 * font.c (font_check_otf): Specify argument types.
16339
163402008-07-09 Kenichi Handa <handa@m17n.org>
16341
16342 * coding.c (detect_coding_utf_8): Set detect_info->found only when
16343 non-ASCII char is found.
16344
16345 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
16346 (reorder_font_vector): Change the arg preferred_family to font.
16347 Prefer the spec matching with font.
16348 (fontset_get_font_group): New function.
16349 (fontset_find_font): Change the format of an element of a realized
16350 fontset. Use fontset_get_font_group.
16351 (fontset_font): Try the current fontset, the default fontset, the
16352 fallbacks of the current fontset, and the fallbacks of the default
16353 fontset in this order.
16354 (face_for_char): Delete the shortcut to use the current font.
16355 (fontset_from_font): Don't set fonts for Latin in the fontset.
16356
16357 * font.h (font_make_object, font_match_p): Adjust prototypes.
16358
16359 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
16360
16361 * font.c (font_make_object): New arg entity and pixelsize.
16362 (font_check_otf_features, font_check_otf): New functions.
16363 (font_match_p): Check :lang, :script, and :otf properties.
16364
16365 * xfont.c (xfont_open): Adjust it for the change of
16366 font_make_object.
16367 (xfont_text_extents): Fix initial setting of metrics.
16368
16369 * ftfont.c (struct ftfont_info): New member index, delete member
16370 fc_charset_idx. Make the member order compatible with struct
16371 xftfont_info.
16372 (fc_charset_table): Change charset names to registry names.
16373 (ftfont_pattern_entity): Delete the args registry and
16374 fc_charset_idx. Change the value of :font-entity property
16375 to (FONTNAME . INDEX). Always set :registry property to
16376 `iso10646-1'.
16377 (struct ftfont_cache_data): New struct.
16378 (ftfont_lookup_cache): New arg for_face.
16379 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
16380 (ftfont_driver): Set the member otf_capability.
16381 (ftfont_get_charset): Adjust it for the change of
16382 fc_charset_table.
16383 (OTF_TAG_SYM): New macro.
16384 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
16385 for the change of fc_charset_table.
16386 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
16387 ftfont_pattern_entity. Add FC_INDEX to objset.
16388 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
16389 and ftfont_pattern_entity.
16390 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
16391 font_make_object, struct ftfont_info.
16392 (ftfont_has_char): Use ftfont_get_fc_charset.
16393 (ftfont_otf_features, ftfont_otf_capability): New functions.
16394 (ftfont_shape): Use ftfont_get_otf.
16395 (ftfont_text_extents): Fix initial setting of metrics.
16396
16397 * xftfont.c (struct xftfont_info): New member ft_size. Make the
16398 member order compatible with struct ftfont_info.
bba3e508
SM
16399 (xftfont_open): Add FC_CHARSET to the pattern.
16400 Set xftfont_info->ft_size. Don't unlock the face. Check BDF
aac0c6e3
MR
16401 properties if appropriate.
16402 (xftfont_close): Unlock the face.
16403 (xftfont_anchor_point, xftfont_shape): Deleted.
16404 (syms_of_xftfont): Don't set members anchor_point and shape of
16405 xftfont_driver.
16406
16407 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
16408 font_make_object.
16409
16410 * w32font.c (w32font_open): Adjust it for the change of
16411 font_make_object.
16412 (w32font_open_internal): Don't set properties of font_object here.
16413
164142008-07-08 Chong Yidong <cyd@stupidchicken.com>
16415
16416 * macfns.c (x_create_tip_frame):
16417 * w32fns.c (x_create_tip_frame):
16418 * xfns.c (x_create_tip_frame): Pass parameter argument to
16419 face-set-after-frame-default.
16420
16421 * xfaces.c (Finternal_merge_in_global_face): Save merged
16422 attributes for the default face back into the face vector.
16423
164242008-07-08 Andreas Schwab <schwab@suse.de>
16425
16426 * fontset.h: Declare fontset_from_font. Don't declare
16427 new_fontset_from_font and fontset_from_font_name.
16428 * xterm.c: Include "fontset.h".
16429 * Makefile.in (xterm.o): Update dependencies.
16430
164312008-07-08 Glenn Morris <rgm@gnu.org>
16432
16433 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
16434 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
16435
164362008-07-07 Chong Yidong <cyd@stupidchicken.com>
16437
16438 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
16439 (x_set_frame_parameters): Don't bind it.
16440
164412008-07-07 Juanma Barranquero <lekktu@gmail.com>
16442
16443 * w32fns.c (map_w32_filename): Declare extern.
16444
164452008-07-07 Jason Rumney <jasonr@gnu.org>
16446
16447 * w32term.c (WS_EX_LAYERED): Define if not already.
16448
164492008-07-06 Chong Yidong <cyd@stupidchicken.com>
16450
16451 * xfaces.c (set_font_frame_param): Don't try to set the font
16452 parameter if it is still unspecified in the lface.
16453
164542008-07-05 Chong Yidong <cyd@stupidchicken.com>
16455
16456 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
16457 face if it didn't already exist.
16458
16459 * xdisp.c (try_window_id): Give up if word-wrapping is on.
16460
164612008-07-05 Andreas Schwab <schwab@suse.de>
16462
16463 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
16464
164652008-07-05 Chong Yidong <cyd@stupidchicken.com>
16466
16467 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
16468 word-wrapping.
16469 (IT_DISPLAYING_WHITESPACE): New macro.
16470 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
16471 when word-wrapping. Simplify word-wrapping logic. Use correct
16472 pixel positions when saving copies of the iterator.
16473 (display_line): Use proper wrap point if the last character on a
16474 line was preceded by whitespace.
16475
164762008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16477
16478 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
16479
164802008-07-04 Kenichi Handa <handa@m17n.org>
16481
16482 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
16483
16484 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
16485
164862008-07-02 Jason Rumney <jasonr@gnu.org>
16487
16488 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 16489 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
16490
16491 * xdisp.c (next_element_from_display_vector): Move assignment out
16492 of if statement.
16493
164942008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
16495
16496 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
16497
16498 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
16499 (syms_of_fileio): Initialize and export them.
16500 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
16501
16502 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
16503 (Fsystem_move_file_to_trash): New function.
16504 (syms_of_w32fns): Export it to lisp.
16505
165062008-07-01 Jason Rumney <jasonr@gnu.org>
16507
16508 * w32font.c (w32font_text_extents): Don't count overhang as part
16509 of width.
16510
165112008-06-30 Miles Bader <miles@gnu.org>
16512
16513 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
16514 Add `avoid_cursor_p' field.
16515
16516 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
16517 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
16518 (append_glyph, append_composite_glyph, produce_image_glyph)
16519 (append_stretch_glyph): Initialize avoid_cursor_p.
16520 (get_it_property): Rename from `get_line_height_property'.
16521 (x_produce_glyphs): Use get_it_property.
16522 (handle_line_prefix, push_display_prop): New functions.
16523 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
16524 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
16525 New variables.
16526 (syms_of_xdisp): Initialize them.
16527
165282008-06-30 Kenichi Handa <handa@m17n.org>
16529
16530 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
16531 XftDefaultSubstitute (they are called in XftFontMatch).
16532 (xftfont_open): Fix args to ftfont_font_format.
16533
16534 * ftfont.c (fc_charset_table): New member lang.
16535 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 16536 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
16537 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
16538 (ftfont_open): Fix args to ftfont_font_format.
16539 (ftfont_font_format): New arg filename.
16540
165412008-06-30 Chong Yidong <cyd@stupidchicken.com>
16542
16543 * xfaces.c (Finternal_merge_in_global_face): If default face was
16544 modified, realize it again. Update the font face attribute.
16545
165462008-06-29 Jason Rumney <jasonr@gnu.org>
16547
16548 * w32term.c (x_set_frame_alpha): Fix logic.
16549
165502008-06-29 Kenichi Handa <handa@m17n.org>
16551
16552 * fontset.c (Finternal_char_font): Return font-object instead of
16553 font-name.
16554
16555 * composite.c (get_composition_id): Fix the width calculation for TAB.
16556
165572008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * indent.c (Fvertical_motion): Properly handle float column arg.
16560
165612008-06-28 Jason Rumney <jasonr@gnu.org>
16562
16563 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
16564 (pfnSetLayeredWindowAttributes): New function pointer.
16565 (w32_initialize): Initialize it when supported.
16566 (x_set_frame_alpha): New function.
16567
16568 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
16569 (w32_frame_parm_handlers): Set alpha handler.
16570
16571 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
16572
165732008-06-27 Jason Rumney <jasonr@gnu.org>
16574
16575 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
16576 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
16577 (w32_to_x_charset, x_to_w32_charset)
16578 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16579 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16580 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16581 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16582 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16583 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16584 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
16585 (Qw32_charset_unicode): Remove.
16586 (syms_of_w32fns): Update for above changes.
16587
16588 * w32font.c (w32_to_x_charset, x_to_w32_charset)
16589 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16590 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16591 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16592 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16593 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16594 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16595 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
16596 (syms_of_w32font): Update for above changes.
16597
165982008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
16599
16600 * s/usg5-4.h: Fix previous change: keep the correct branch of a
16601 removed #if.
16602 (USG_SHARED_LIBRARIES): Remove duplicate definition.
16603
166042008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 16605 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
16606
16607 * makefile.w32-in (LOCAL_FLAGS):
16608 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
16609
16610 * sysdep.c (_spawnlp, _getpid):
16611 Declare with explicit _cdecl instead of _CRTAPI1.
16612
16613 * editfns.c (Fget_internal_run_time):
16614 Check for WINDOWSNT with #ifdef, not #if.
16615
166162008-06-26 Jason Rumney <jasonr@gnu.org>
16617
16618 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
16619
16620 * w32term.c (x_draw_glyph_string_foreground)
16621 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
16622 Use FONT_HANDLE macro.
16623 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
16624
16625 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16626 (uniscribe_encode_char): Use FONT_HANDLE macro.
16627
16628 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
16629 (w32font_text_extents): Use precast w32_font.
16630 (w32font_close): Free cached metrics.
16631 (w32font_open_internal): Allocate space for name on stack.
16632
166332008-06-26 Chong Yidong <cyd@stupidchicken.com>
16634
16635 * xdisp.c (extend_face_to_end_of_line): Fix last change.
16636
166372008-06-26 Jason Rumney <jasonr@gnu.org>
16638
16639 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
16640 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
16641
166422008-06-26 Juanma Barranquero <lekktu@gmail.com>
16643
16644 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
16645
166462008-06-26 Jason Rumney <jasonr@gnu.org>
16647
16648 * w32bdf.c, w32bdf.h: Remove obsolete files.
16649
16650 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
16651
16652 * w32gui.h: Don't include w32bdf.h.
16653 (XCharStruct, enum w32_char_font_type, W32FontStruct):
16654 Remove obsolete font support.
16655
16656 * w32font.h (struct w32font_info): Remove compat_w32_font.
16657 Add hfont member.
16658 (FONT_COMPAT): Remove obsolete macro.
16659
16660 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
16661 (w32font_encode_char, w32font_text_extents): Use new hfont member.
16662 (w32font_open_internal): Remove compat code. Set new hfont member.
16663 (Fx_select_font): Use new hfont member.
16664
16665 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16666 (uniscribe_encode_char): Use new hfont member.
16667
16668 * w32term.c (x_draw_glyph_string_foreground)
16669 (x_draw_composite_glyph_string_foreground): Use new hfont member.
16670 (x_draw_glyph_string): Use metrics in w32font_info.
16671
166722008-06-26 Kenichi Handa <handa@m17n.org>
16673
16674 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
16675
166762008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16677
16678 * unexnext.c:
16679 * m/ews4800.h:
16680 * m/hp9000s300.h:
16681 * m/ibm370aix.h:
16682 * m/mips-siemens.h:
16683 * m/ncr386.h:
16684 * m/next.h:
16685 * m/pmax.h:
16686 * m/powerpcle.h:
16687 * m/tandem-s2.h:
16688 * s/386bsd.h:
16689 * s/bsd386.h:
16690 * s/bsd4-1.h:
16691 * s/bsd4-2.h:
16692 * s/bsdos2-1.h:
16693 * s/bsdos2.h:
16694 * s/bsdos3.h:
16695 * s/bsdos4.h:
16696 * s/nextstep.h:
16697 * s/ultrix4-3.h:
16698 * s/usg5-0.h:
16699 * s/usg5-2-2.h:
16700 * s/usg5-2.h:
16701 * s/usg5-4-3.h:
16702 * s/ux4800.h:
16703 * s/uxpds.h:
16704 * s/uxpv.h: Remove support for obsolete systems.
16705 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 16706 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
16707 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
16708 Remove, insert contents in s/aix4-2.h.
16709 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
16710 * s/bsd4-3.h: Rename to ...
16711 * s/bsd-common.h: ... this.
16712 * data.c:
16713 * doc.c:
16714 * ecrt0.c:
16715 * emacs.c:
16716 * fileio.c:
16717 * floatfns.c:
16718 * keyboard.c:
16719 * mem-limits.h:
16720 * print.c:
16721 * process.c:
16722 * sysdep.c:
16723 * syssignal.h:
16724 * systty.h:
16725 * syswait.h:
16726 * term.c:
16727 * unexec.c:
16728 * unexelf.c:
16729 * unexhp9k800.c:
16730 * m/hp800.h:
16731 * m/ibmrs6000.h:
16732 * m/mips.h:
16733 * m/vax.h:
16734 * s/darwin.h:
16735 * s/freebsd.h:
16736 * s/gnu.h:
16737 * s/ms-w32.h:
16738 * s/msdos.h:
16739 * s/netbsd.h:
16740 * s/template.h: Remove references to obsolete variables.
16741
16742 * Makefile.in: Add dependencies for all unexec files.
16743 (admindir): Remove unused variable.
16744 (UNEXEC_SRC): Remove references.
16745
167462008-06-25 Chong Yidong <cyd@stupidchicken.com>
16747
16748 * xfns.c (x_default_font_parameter): If Xft is available, first
16749 try Monospace-12 for the default font.
16750
167512008-06-25 Jason Rumney <jasonr@gnu.org>
16752
16753 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
16754
167552008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16756
16757 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
16758
16759 * buffer.c (syms_of_buffer): Remove default-word-wrap.
16760
167612008-06-25 Juanma Barranquero <lekktu@gmail.com>
16762
16763 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
16764 <scroll-conservatively>: Fix typo in docstring.
16765
16766 * xselect.c (Fx_send_client_event): Doc fix.
16767
167682008-06-25 Kenichi Handa <handa@m17n.org>
16769
16770 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
16771
16772 * font.c (font_parse_fcname): Remove unused variables.
16773 (font_sort_entites): Delete the arg SPEC. Caller changed.
16774 Fix for the case of ! best_only.
16775 (font_delete_unmatched): Check DPI and AVGWIDTH too.
16776
16777 * lisp.h (Fstring_to_unibyte): EXFUN it.
16778
16779 * character.h (str_to_unibyte): Extern it.
16780
16781 * character.c (str_to_unibyte): New function.
16782
16783 * fns.c (Fstring_to_unibyte): New function.
16784 (syms_of_fns): Defsubr it.
16785
167862008-06-24 Kenichi Handa <handa@m17n.org>
16787
16788 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
16789 DPI too.
16790 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
16791
167922008-06-24 Andreas Schwab <schwab@suse.de>
16793
16794 * Makefile.in (${lispsource}loaddefs.el): Rename from
16795 ../lisp/loaddefs.el.
16796 (bootstrap-clean): Do what distclean does but don't remove
16797 Makefile.
16798 (distclean): Depend on bootstrap-clean and remove Makefile.
16799
168002008-06-24 Chong Yidong <cyd@stupidchicken.com>
16801
16802 * buffer.h (struct buffer): New member word_wrap.
16803
16804 * buffer.c (syms_of_buffer): New variables default-word-wrap and
16805 word-wrap.
16806 (init_buffer_once): Initialize them.
16807
16808 * dispextern.h (struct it): Replace bool truncate_lines_p with a
16809 line_wrap enum possessing three possible values.
16810
16811 * termopts.h: Replace truncate_partial_width_windows with
16812 Vtruncate_partial_width_windows.
16813
16814 * dispnew.c (direct_output_for_insert): Avoid direct output when
16815 inserting a space with word wrap on.
16816
16817 * indent.c (compute_motion): Obey integer values of
16818 truncate-partial-width-windows.
16819
16820 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
16821 replacing truncate_partial_width_windows.
16822 (init_iterator): If Vtruncate_partial_width_windows is an integer,
16823 truncate only if the window width is below that integer.
16824 (start_display, resize_mini_window, produce_stretch_glyph)
16825 (display_string, move_it_in_display_line_to): Use line_wrap.
bba3e508
SM
16826 (back_to_previous_visible_line_start, reseat_1):
16827 Reset string_from_display_prop_p.
aac0c6e3
MR
16828 (display_line): Extend default face to end of line when wrapping.
16829
168302008-06-24 Kim F. Storm <storm@cua.dk>
16831
16832 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
16833 to wrap continued lines at word boundaries.
16834
168352008-06-24 Jason Rumney <jasonr@gnu.org>
16836
16837 * font.c (Ffont_face_attributes): Multiply pixel size before point
16838 conversion to avoid multiplying rounding error.
16839
168402008-06-23 Jason Rumney <jasonr@gnu.org>
16841
16842 * w32term.c (x_draw_glyph_string_background)
16843 (x_draw_glyph_string): Remove old bdf font code.
16844
16845 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
16846
168472008-06-22 Kenichi Handa <handa@m17n.org>
16848
16849 * font.c (font_find_for_lface): Try the adstyle specified in
16850 the property of LFACE_FONT of LFACE (if any).
16851
168522008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 16853 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
16854
16855 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
16856
168572008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
16858
16859 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
16860 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
16861 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
16862 (witness-emacs): Remove.
16863 (lisp, shortlisp): Move loaddefs.el earlier.
16864 (mostlyclean): Forget about witness-emacs.
16865
168662008-06-22 Glenn Morris <rgm@gnu.org>
16867
16868 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
16869 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
16870
168712008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16872
16873 * Makefile.in (PRECOMP): Remove.
16874 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
16875 (witness-emacs): Run `compile-first'.
16876 (.el.elc): Use the new compile-onefile target.
16877
168782008-06-21 Kenichi Handa <handa@m17n.org>
16879
16880 * xftfont.c (xftfont_open): Handle QCembolden only when
16881 FC_EMBOLDEN is defined.
16882
168832008-06-21 Andreas Schwab <schwab@suse.de>
16884
16885 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
16886 (.el.elc): Likewise.
16887
168882008-06-21 Miles Bader <miles@gnu.org>
16889
16890 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
16891 build dir, not the lisp source dir.
16892
168932008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
16896 (bootstrapclean): Remove.
16897 (.el.elc): New rule.
16898 (PRECOMP): New var.
16899 (../lisp/subdirs.el): Remove.
16900 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
16901 (witness-emacs): New target.
16902 (mostlyclean): Remove witness-emacs as well.
16903 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
16904 Add witness-emacs dependency.
16905
169062008-06-20 Chong Yidong <cyd@stupidchicken.com>
16907
16908 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
16909 defined by the font.
16910
169112008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16912
16913 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
16914 (bootstrap-clean): New target that keeps TAGS around.
16915 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
16916 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
16917
169182008-06-20 Jason Rumney <jasonr@gnu.org>
16919
16920 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
16921 Remove obsolete font code.
16922
16923 * w32font.c (font_matches_spec): Use csb bitfield from font signature
16924 to determine language support.
16925
169262008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * sysdep.c (cfsetspeed): New fun extracted from the code.
16929 (cfmakeraw): Move before first use.
16930
169312008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
16932
16933 * sysdep.c (cfmakeraw): Provide fallback implementation.
16934 (serial_configure): Provide fallback implementation of cfsetspeed.
16935
169362008-06-20 Kenichi Handa <handa@m17n.org>
16937
16938 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
16939 the pattern.
16940
16941 * fontset.c (fontset_from_font): Copy font_spec before changing
16942 the elements.
16943
16944 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
16945
169462008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16947
16948 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
16949 for explicit `font' parameters.
16950
16951 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
16952
169532008-06-19 Kenichi Handa <handa@m17n.org>
16954
16955 * frame.c: Include <ctype.h>.
16956 (x_set_font_backend): Allow spacing characters in the X resource
16957 for FontBackend.
16958
169592008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * w32fns.c, xfns.c (Qfont_param): New var.
16962 (syms_of_w32fns): Initialize it.
16963 (x_default_font_parameter): Record explicit `font' into
16964 `font-parameter'.
16965
169662008-06-18 Kenichi Handa <handa@m17n.org>
16967
16968 * font.c (font_parse_xlfd): Fix previous change.
16969 (font_parse_fcname): Don't use :fc-unknown-spec.
16970 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
16971 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
16972 (font_add_log): Prepend the driver name to the resulting fonts.
16973
16974 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
16975 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
16976 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
16977
16978 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
16979 (QCembolden): New variables.
16980 (syms_of_xftfont): DEFSYM them.
16981 (xftfont_open): Call XftFontMatch. Don't trust the result of
16982 XftTextExtents8 if the pixel_size is less than 5.
16983
169842008-06-18 Andreas Schwab <schwab@suse.de>
16985
16986 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
16987 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
16988
169892008-06-18 Jason Rumney <jasonr@gnu.org>
16990
16991 * w32font.c (w32font_list, w32font_match): Add logging.
16992
16993 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
16994
169952008-06-17 Chong Yidong <cyd@stupidchicken.com>
16996
16997 * font.c (font_parse_fcname): Store divider characters for
16998 unknown-spec list. For known key symbols, intern using correct
16999 symbol name.
17000
170012008-06-17 Kenichi Handa <handa@m17n.org>
17002
17003 * xfaces.c (realize_default_face): If the frame is not on window
17004 system, set the fontset of face to nil.
17005
170062008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
17007
17008 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
17009
170102008-06-16 Juanma Barranquero <lekktu@gmail.com>
17011
17012 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
17013 (build_font_name_from_vector): Delete externs.
17014
17015 * xfaces.c (struct font_name): Don't declare.
17016
170172008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
17018
17019 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
17020
170212008-06-16 Chong Yidong <cyd@stupidchicken.com>
17022
17023 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
17024
170252008-06-16 Juanma Barranquero <lekktu@gmail.com>
17026
17027 * font.c (Ffont_spec): Fix usage in docstring.
17028 (Ffont_face_attributes): Doc fix.
17029
170302008-06-16 Andreas Schwab <schwab@suse.de>
17031
17032 * font.c (Ffont_face_attributes): Fix definition.
17033
170342008-06-16 Jason Rumney <jasonr@gnu.org>
17035
17036 * font.h (font_style_symbolic_from_value): Remove.
17037
17038 * font.c (font_style_symbolic_from_value): Remove.
17039 (font_style_symbolic): Revert to pre 2008-06-13 version.
17040
17041 * w32font.c (w32_to_fc_weight): New function.
17042 (w32font_full_name, logfont_to_fcname): Use it.
17043
170442008-06-16 Kenichi Handa <handa@m17n.org>
17045
17046 * font.c (font_check_object): Delete it.
17047 (font_clear_cache): Check if a font-object is alive.
17048 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
17049 font-object to nil.
17050 (font_close_object): Don't check FONT_CLOSE_OBJECT.
17051 (font_at): Don't call font_check_object.
17052 (Ffont_get): Return a symbol for :weight, :slant, and :width.
17053
170542008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17055
17056 * puresize.h (BASE_PURESIZE): Increase to 1230000.
17057
170582008-06-16 Chong Yidong <cyd@stupidchicken.com>
17059
17060 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
17061
170622008-06-15 Chong Yidong <cyd@stupidchicken.com>
17063
17064 * font.c (font_parse_fcname): Only one decimal point.
17065 (font_unparse_fcname): Handle data in family and foundry indices
17066 as symbols, not strings.
17067 (font_unparse_gtkname, Ffont_face_attributes): New functions.
17068
17069 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
17070
17071 * font.h (font_unparse_gtkname): Add prototype.
17072
170732008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
17074
17075 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
17076
170772008-06-15 Andreas Schwab <schwab@suse.de>
17078
17079 * font.c (font_update_drivers): Fix crash when no drivers match.
17080
170812008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17082
17083 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
17084 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
17085
170862008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17087
17088 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
17089
170902008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17091
17092 * process.c (Fserial_process_configure, Fprocess_send_eof):
17093 Use EQ to compare Lisp_Objects.
17094
170952008-06-13 Jason Rumney <jasonr@gnu.org>
17096
17097 * w32fns.c (Fw32_select_font): Remove old font API function.
17098
17099 * w32font.c (logfont_to_fcname): New function.
17100 (Fx_select_font): New font dialog function compatible with
17101 GTK/fontconfig version.
17102
17103 * font.c (font_style_symbolic_from_value): New function.
17104 (font_style_symbolic): Use it.
17105
17106 * font.h (font_style_symbolic_from_value): Declare new function.
17107
171082008-06-13 Juanma Barranquero <lekktu@gmail.com>
17109
17110 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
17111 <font-width-table>: Fix typos in docstrings.
17112
171132008-06-13 Daniel Engeler <engeler@gmail.com>
17114
17115 These changes add serial port access.
17116 * process.c: Add HAVE_SERIAL.
17117 (Fdelete_process, Fprocess_status, Fset_process_buffer)
17118 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
17119 (list_processes_1, select_wrapper, Fstop_process)
17120 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
17121 (status_notify): Modify to handle serial processes.
17122 [HAVE_SERIAL] (Fserial_process_configure)
17123 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
17124 New functions.
17125 * process.h (struct Lisp_Process): Add `type'.
17126 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
17127 New functions.
17128 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
17129 serial ports.
b71ac3dd 17130 (serial_open, serial_configure): New functions.
aac0c6e3
MR
17131 * w32.h: Add FILE_SERIAL.
17132 (struct _child_process): Add ovl_read, ovl_write.
17133
171342008-06-13 Kenichi Handa <handa@m17n.org>
17135
17136 * dispextern.h (enum lface_attribute_index): New member
17137 LFACE_FOUNDRY_INDEX.
17138
17139 * font.c (font_score): Delete arg alternate_families. Check only
17140 weight, slant, width, and size. Ignore the difference of alias
17141 style symbols.
17142 (font_sort_entites): Adjust for the above change. Reflect the
17143 order of font-driver to scores.
17144 (font_list_entities): Don't check alternate_familes here.
17145 (font_clear_prop): Handle foundry.
17146 (font_update_lface): Don't parse "foundry-family" form here.
17147 Handle FONT_FOUNDRY_INDEX.
17148 (font_find_for_lface): Likewise. Handle alternate families here.
17149 If registry is nil, try iso8859-1 and ascii-0.
17150 (font_open_for_lface): Pay attention to size in ENTITY.
17151 (font_open_by_name): Simplify by calling font_load_for_lface.
17152 (free_font_driver_list): Delete it.
17153 (font_update_drivers): Preserve the order of backends.
17154 (syms_of_font): Setting of sort_shift_bits adjusted for the change
17155 of font_score and font_sort_entites.
17156 (font_update_sort_order): Likewise.
17157
17158 * xfaces.c (LFACE_FOUNDRY): New macro.
17159 (check_lface_attrs): Check foundry.
17160 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
17161 (merge_face_vectors): Check foundry.
17162 (merge_face_ref): Likewise.
17163 (Finternal_set_lisp_face_attribute): Likewise.
17164 (x_update_menu_appearance): Likewise.
17165 (Finternal_get_lisp_face_attribute): Likewise.
17166 (lface_hash): Likewise.
17167 (lface_same_font_attributes_p): Likewise.
17168 (x_supports_face_attributes_p): Likewise.
17169 (tty_supports_face_attributes_p): Likewise.
17170 (Finternal_set_alternative_font_family_alist): Intern strings.
17171 (Finternal_set_alternative_font_registry_alist): Downcase strings.
17172 (realize_default_face): Set LFACE_FOUNDRY (lface).
17173
17174 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
17175 font-driver at first.
17176
17177 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
17178
171792008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17180
17181 * lread.c (Fload): Use xfree, not free on saved_doc_string.
17182
171832008-06-12 Jim Meyering <meyering@redhat.com>
17184
17185 Make unexec_free handle NULL the same way free does.
17186 * unexmacosx.c (unexec_free): Ignore a NULL argument.
17187
171882008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17189
17190 * character.h (CHAR_TO_BYTE_SAFE): New macro.
17191 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
17192 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
17193 (WEAK_ALIAS): Simplify.
17194 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
17195 when searching a unibyte buffer.
17196
171972008-06-12 Chong Yidong <cyd@stupidchicken.com>
17198
17199 * xfns.c (Fx_select_font): Rename from x-font-dialog.
17200
172012008-06-12 Juanma Barranquero <lekktu@gmail.com>
17202
17203 * w32font.c: Include ctype.h.
17204
172052008-06-11 Jason Rumney <jasonr@gnu.org>
17206
17207 * w32font.c (w32font_encode_char): Detect missing glyphs that are
17208 misreported as space.
17209 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
17210 as aliases for registry iso10646-1.
17211
172122008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17213
17214 * buffer.c (clone_per_buffer_values): Skip `name'.
17215
172162008-06-11 Chong Yidong <cyd@stupidchicken.com>
17217
17218 * font.c (font_parse_fcname): Fix last change; accept decimal
17219 points in font size.
17220
172212008-06-10 Jason Rumney <jasonr@gnu.org>
17222
17223 * w32uniscribe.c (add_opentype_font_name_to_list):
17224 Skip non unicode fonts.
17225
172262008-06-10 Chong Yidong <cyd@stupidchicken.com>
17227
17228 * xfns.c (Fx_font_dialog): New function.
17229
17230 * gtkutil.c (xg_dialog_response_cb): Rename from
17231 xg_file_response_callback.
17232 (pop_down_dialog): Rename from pop_down_file_dialog.
17233 (xg_get_file_name): Callers changed.
17234 (xg_get_font_name): New function.
17235
17236 * gtkutil.h (xg_get_font_name): Insert prototype.
17237
172382008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
17239
17240 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
17241 x_underline_minimum_display_offset.
17242 (syms_of_xdisp): Declare it here rather than in xterm.c.
17243 * dispextern.h (underline_minimum_offset): Declare it.
17244 * w32term.c (x_draw_glyph_string): Use it.
17245 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
17246 (syms_of_xterm): Don't declare it any more.
17247 (x_draw_glyph_string): Adjust to the new name.
17248
8719abec 172492008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
17250
17251 * xterm.c (x_underline_minimum_display_offset): New var.
17252 (x_draw_glyph_string): Use it.
17253 (syms_of_xterm): Declare it.
17254
172552008-06-10 Chong Yidong <cyd@stupidchicken.com>
17256
17257 * font.c (font_parse_fcname): Accept GTK-style font names too.
17258
172592008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
17260
17261 * dired.c (file_name_completion): Don't return t if the match is exact
17262 but with different capitalization.
17263 * minibuf.c (Ftry_completion): Simplify.
17264
17265 * window.c (Vwindow_point_insertion_type): New var.
17266 (set_window_buffer): Use it.
17267 (syms_of_window): Init and export it to Lisp.
17268
172692008-06-10 Kenichi Handa <handa@m17n.org>
17270
17271 * font.h (font_intern_prop): Prototype adjusted.
17272
17273 * font.c (font_intern_prop): New arg force_symbol.
17274 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
17275 Adjust for the change of font_intern_prop.
17276
17277 * ftfont.c (ftfont_pattern_entity):
17278 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
17279 (w32_registry):
17280 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
17281 the change of font_intern_prop.
17282
172832008-06-09 Juanma Barranquero <lekktu@gmail.com>
17284
17285 * w32menu.c (digest_single_submenu): Declare extern.
17286
172872008-06-09 Jason Rumney <jasonr@gnu.org>
17288
17289 * w32term.c (x_make_frame_visible): Use alternate restore flags.
17290
17291 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
17292 (parse_single_submenu): Remove.
17293 (digest_single_submenu): Remove.
17294 (syms_of_w32menu): Don't initialise variables that have moved
17295 to menu.c.
17296 (set_frame_menubar): Sync with version in xmenu.c.
17297 (w32_menu_show): Sync with xmenu_show in xmenu.c.
17298
17299 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
17300 Make static again.
17301
173022008-06-09 Jason Rumney <jasonr@gnu.org>
17303
17304 Changes to w32 files related to the move of common menu code
17305 to menu.c on 2008-06-08 by Chong Yidong.
17306
17307 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
17308 defs to w32gui.h.
17309 (single_keymap_panes, push_menu_item, push_menu_pane):
17310 Make globally visible.
17311
17312 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
17313 (local_free, malloc_widget_value, free_widget_value)
17314 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
17315 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
17316 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
17317 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
17318 (menu_items, menu_items_allocated, menu_items_used)
17319 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
17320 (init_menu_items, finish_menu_items, discard_menu_items)
17321 (grow_menu_items, push_submenu_start, push_submenu_end)
17322 (push_left_right_boundary, push_menu_pane, push_menu_item)
17323 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
17324 (free_menubar_widget_tree_value, parse_single_submenu)
17325 (update_submenu_strings): Remove functions.
17326 (xmalloc_widget_value): Remove and declare extern.
17327
17328 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
17329 (OBJ1): Build it.
17330
17331 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
17332 (local_heap, local_alloc, local_free, malloc_widget_value)
17333 (free_widget_value): Define here.
17334
173352008-06-09 Kenichi Handa <handa@m17n.org>
17336
17337 * font.h (Qascii_0): Extern it.
17338
17339 * font.c (Qascii_0): New variable.
17340 (syms_of_font): DEFSYM it.
17341 (font_open_by_name): If the registry "iso8859-1" fails, try also
17342 "ascii-0".
17343
17344 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
17345
173462008-06-08 Kenichi Handa <handa@m17n.org>
17347
17348 * .gdbinit (xfont): New command.
17349
173502008-06-08 Andreas Schwab <schwab@suse.de>
17351
17352 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
17353 * Makefile.in (menu.o): Update dependencies.
17354
17355 * Makefile.in (obj): Always add menu.o.
17356 * emacs.c (main): Always call syms_of_menu.
17357 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
17358
173592008-06-08 Chong Yidong <cyd@stupidchicken.com>
17360
17361 * Makefile.in: Compile menu.c.
17362
17363 * lisp.h: Declare syms_of_menu.
17364
17365 * emacs.c (main): Call syms_of_menu.
17366
17367 * keyboard.h: Relocate platform-independent menu definitions from
17368 xmenu.c.
17369
17370 * menu.c: New file. Relocate platform-independent menu
17371 definitions from xmenu.c. Suggested by Adrian Robert.
17372
17373 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 17374 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
17375 (menu_items_used, menu_items_n_panes)
17376 (menu_items_submenu_depth): Move to keyboard.h.
17377 (init_menu_items, finish_menu_items, unuse_menu_items)
17378 (discard_menu_items, restore_menu_items, save_menu_items)
17379 (grow_menu_items, push_submenu_start, push_submenu_end)
17380 (push_left_right_boundary, push_menu_pane, push_menu_item)
17381 (keymap_panes, single_keymap_panes, single_menu_item)
17382 (list_of_panes, list_of_items, find_and_call_menu_selection)
17383 (xmalloc_widget_value, free_menubar_widget_value_tree)
17384 (parse_single_submenu, digest_single_submenu)
17385 (update_submenu_strings): Move to menu.c.
17386
173872008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
17388
17389 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
17390
173912008-06-06 Miles Bader <miles@gnu.org>
17392
17393 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
17394 face, not frame default.
17395
173962008-06-05 Martin Rudalics <rudalics@gmx.at>
17397
17398 * window.c (pop_up_windows, pop_up_frames)
17399 (display_buffer_reuse_frames, Vpop_up_frame_function)
17400 (Vdisplay_buffer_function, Veven_window_heights)
17401 (Vspecial_display_buffer_names, Vspecial_display_regexps)
17402 (Vspecial_display_function, Vsame_window_buffer_names)
17403 (Vsame_window_regexps, split_height_threshold)
17404 (Vsplit_window_preferred_function): Move those vars to window.el.
17405 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
17406 (Fdisplay_buffer): Move those functions to window.el.
17407 (syms_of_window): Remove corresponding declarations.
17408 (display_buffer): New function.
17409 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
17410 * dispnew.c (Flast_nonminibuf_frame): New function.
17411 * buffer.c (Fpop_to_buffer): Move to window.el.
17412
174132008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17414
17415 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
17416
174172008-06-05 Kenichi Handa <handa@m17n.org>
17418
17419 * coding.c (detect_coding): Fix previous change.
17420 (detect_coding_system): Likewise.
17421
174222008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17423
17424 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
17425
17426 * keymap.c (Vminibuffer_local_filename_must_match_map):
17427 Rename from Vminibuffer_local_must_match_filename_map.
17428 (syms_of_keymap):
17429 * minibuf.c (Fcompleting_read): Adjust accordingly.
17430 * commands.h: Rename declaration as well.
17431
174322008-06-05 Kenichi Handa <handa@m17n.org>
17433
17434 * font.c (Ffont_spec): Don't use font_parse_family_registry for
17435 family name.
17436 (Ffont_put): Likewise.
17437
17438 * fontset.c (fontset_find_font): Call font_open_for_lface with the
17439 current font-spec.
17440
17441 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
17442 is unspecified.
17443
17444 * xfaces.c (realize_x_face): If the font-related face attributes
17445 are the same as those of default face, realize a new fontset from
17446 default->fontset.
17447 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
17448
174492008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17450
17451 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
17452 (move_it_in_display_line): New wrapper.
17453
17454 * window.c (window_scroll_pixel_based_preserve_x)
17455 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
17456 (window_scroll_pixel_based, window_scroll_line_based):
17457 Use them to preserve column positions.
17458 (syms_of_window): Initialize them.
17459
17460 * indent.c (Fvertical_motion): Extend first arg to allow passing an
17461 (HPOS . VPOS) pair.
17462
17463 * dispextern.h (move_it_in_display_line): Declare.
17464
174652008-06-05 Juanma Barranquero <lekktu@gmail.com>
17466
17467 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
17468 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
17469 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
17470
174712008-06-04 Juanma Barranquero <lekktu@gmail.com>
17472
17473 * window.c (Fset_window_parameter): Doc fix.
17474 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
17475
174762008-06-04 Joakim Verona <joakim@verona.se>
17477
17478 * window.h (struct window): Add new member window_parameters.
17479
17480 * window.c (Fwindow_parameters, Fwindow_parameter)
17481 (Fset_window_parameter): New defuns.
17482 (syms_of_window): Defsubr the new defuns.
17483 (make_window): Initialize window_parameters to nil.
17484
174852008-06-04 John Paul Wallington <jpw@pobox.com>
17486
17487 * eval.c (Fdefmacro): Doc fix.
17488
174892008-06-04 Kenichi Handa <handa@m17n.org>
17490
17491 * coding.c (detect_coding): Fix handling of coding->head_ascii.
17492 Be sure to call setup_coding_system when we find a proper coding system.
17493 (detect_coding_system): Fix handling of coding->head_ascii.
17494
174952008-06-03 Andreas Schwab <schwab@suse.de>
17496
17497 * font.c (font_prop_validate_spacing): Fix last change.
17498
174992008-06-03 Kenichi Handa <handa@m17n.org>
17500
17501 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
17502 (font_parse_fcname): Fix handling of unknown key.
17503
17504 * xfont.c (xfont_list): Try an alias.
17505
17506 * charset.c (char_charset): Return NULL if the arg charset_list is
17507 specified and C doesn't belong to any of them.
17508
175092008-06-02 Chip Coldwell <coldwell@redhat.com>
17510
17511 * font.c (font_pixel_size): Don't take cdr of an integer.
17512
175132008-06-02 Jim Meyering <meyering@redhat.com>
17514
17515 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
17516 * alloc.c (xfree): Return right away for a NULL arg.
17517 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
17518 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
17519 * mac.c (create_apple_event_from_event_ref): Likewise.
17520 (create_apple_event_from_drag_ref, cfstring_create_normalized):
17521 Likewise.
17522 * doprnt.c (doprnt1): Likewise.
17523 * frame.c (frame): Likewise.
17524 * keyboard.c (wipe_kboard): Likewise.
17525 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
17526 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
17527 * term.c (tty_default_color_capabilities, maybe_fatal)
17528 (delete_tty): Likewise.
17529 * w16select.c (string): Likewise.
17530 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
17531 * w32bdf.c (w32_free_bdf_font): Likewise.
17532 * w32fns.c (w32_unload_font): Likewise.
17533 * w32font.c (w32font_close): Likewise.
17534 * window.c (size_window): Likewise.
17535 * xselect.c (receive_incremental_selection): Likewise.
17536 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
17537 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
17538 * w32.c (stat): Likewise.
17539
17540 Remove useless if-before-free tests.
17541 * editfns.c (Fset_time_zone_rule): Likewise.
17542 * lread.c (nosuffix): Likewise.
17543 * ralloc.c (get_bloc): Likewise.
17544 * regex.c (reg_free): Likewise.
17545 * xftfont.c (xftfont_open, xftfont_close): Likewise.
17546 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
17547 * xsmfns.c (smc_save_yourself_CB): Likewise.
17548
175492008-06-02 Kenichi Handa <handa@m17n.org>
17550
17551 * font.c (font_find_for_lface): Handle float font size.
17552 (font_open_for_lface): Likewise.
17553
17554 * xfaces.c (x_supports_face_attributes_p): Check face->font before
17555 comparing the properties.
17556
175572008-06-01 Jason Rumney <jasonr@gnu.org>
17558
17559 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
17560 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
17561 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
17562 Don't add empty script list.
17563 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
17564
175652008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
17566
17567 * Makefile.in (dot, dotdot): Remove, update users.
17568 ".." has been used elsewhere in the file for a long time.
17569 (LIBXT_STATIC): Remove conditional based on unused variable.
17570
175712008-06-01 Miles Bader <miles@gnu.org>
17572
17573 * xfaces.c (Vface_remapping_alist): New variable.
17574 (syms_of_xfaces): Initialize it.
17575 (enum named_merge_point_kind): New type.
17576 (struct named_merge_point): Add `named_merge_point_kind' field.
17577 (push_named_merge_point): Make cycle detection respect different
17578 named-merge-point kinds.
17579 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
17580 Remove face-name alias resolution.
17581 (lface_from_face_name): New definition using
17582 `lface_from_face_name_no_resolve'.
17583 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
17584 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
17585 (get_lface_attributes): New definition that layers face-remapping on
17586 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
17587 (lookup_basic_face): New function.
17588 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
17589 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
17590 `get_lface_attributes'.
17591 (face_at_buffer_position): Use `lookup_basic_face' to lookup
17592 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
17593 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
17594
17595 * xdisp.c (init_iterator): Pass base_face_id through
17596 `lookup_basic_face' when we actually use it as a face-id.
17597 (handle_single_display_prop): Use `lookup_basic_face' to lookup
17598 DEFAULT_FACE_ID.
17599
17600 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
17601 lookup the initial face-id.
17602
17603 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
17604
176052008-06-01 Juanma Barranquero <lekktu@gmail.com>
17606
17607 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
17608 (Fremove_text_properties): Fix typos in docstrings.
17609
176102008-05-31 Kenichi Handa <handa@m17n.org>
17611
17612 * font.c (font_list_entities): Fix the car part of data to be
17613 stored in the cache.
17614
17615 * ftfont.c (ftfont_font_format): Don't use strcasestr.
17616
176172008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17618
17619 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
17620 Add a `test' argument so another predicate than `equal' can be used.
17621 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
17622 (map_char_table): Remove unused vars `c' and `i'.
17623 * lisp.h (Foptimize_char_table): Adjust declaration.
17624 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
17625
176262008-05-30 Kenichi Handa <handa@m17n.org>
17627
17628 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
17629 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
17630 defined.
17631
176322008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17633
17634 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
17635 (Fmake_variable_frame_local): Disallow mixing buffer-local and
17636 frame-local settings for the same variable.
17637
176382008-05-30 Kenichi Handa <handa@m17n.org>
17639
17640 * fontset.c (Ffont_info): Move to font.c.
17641 (syms_of_fontset): Delete defsubr of Sfont_info.
17642
17643 * font.c (font_style_to_value, font_score): Delete casting of the
17644 args to xstcasecmp.
17645 (register_font_driver): Increment num_font_drivers only when
17646 registering the driver globally.
17647 (Ffont_info): Move from fontset.c. Handle a font object too.
17648 (syms_of_font): Defsubr Sfont_info.
17649
176502008-05-29 Kenichi Handa <handa@m17n.org>
17651
17652 * coding.h (enum define_coding_utf8_arg_index): New enum.
17653 (enum coding_attr_index): Change coding_attr_utf_16_bom to
17654 coding_attr_utf_bom.
17655 (enum utf_bom_type): Rename from utf_16_bom_type.
17656 (struct utf_16_spec): Adjust for the above change.
17657 (struct coding_system): Add utf_8_bom in `spec' union.
17658
17659 * coding.c (CODING_UTF_8_BOM): New macro.
17660 (enum coding_category): Delete coding_category_utf_8, add
17661 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
17662 coding_category_utf_8_sig.
17663 (CATEGORY_MASK_UTF_8): Delete it.
17664 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
17665 (CATEGORY_MASK_UTF_8_SIG): New macros.
17666 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
17667 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
17668 CATEGORY_MASK_UTF_8_SIG.
17669 (CATEGORY_MASK_UTF_8): New macro.
17670 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
17671 (detect_coding_utf_8): Check BOM.
17672 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
17673 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
17674 (encode_coding_utf_16): Likewise.
17675 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
17676 (detect_coding, detect_coding_system): Handle utf-8-auto.
17677 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
17678 (syms_of_coding): Fix setting up of Vcoding_category_table.
17679
176802008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * process.c (Faccept_process_output): If `millisec' is non-nil,
17683 `seconds' default to 0.
17684 (wait_reading_process_output): Also return non-nil if we read output
17685 from a non-running process.
17686
176872008-05-29 Jason Rumney <jasonr@gnu.org>
17688
17689 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
17690 `raster' specified.
17691 (add_font_entity_to_list): Allow non-opentype truetype fonts back
17692 in the uniscribe backend, but disallow any font that has no
17693 unicode subrange support.
17694
176952008-05-29 Juanma Barranquero <lekktu@gmail.com>
17696
17697 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
17698 Fix typos in docstrings.
17699
177002008-05-29 Kenichi Handa <handa@m17n.org>
17701
17702 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
17703 (Fx_family_fonts): Set frame correctly.
17704
177052008-05-28 Jason Rumney <jasonr@gnu.org>
17706
17707 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
17708
177092008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17710
17711 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
17712 calling build_annotations.
17713
177142008-05-28 Juanma Barranquero <lekktu@gmail.com>
17715
17716 * coding.c (Fdecode_coding_region, Fencode_coding_region)
17717 (Fencode_coding_string):
17718 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
17719 <latin-extra-code-table>: Fix typos in docstrings.
17720 (syms_of_coding) <coding-system-alist>: Doc fix.
17721 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
17722
177232008-05-28 Kenichi Handa <handa@m17n.org>
17724
17725 * fontset.c (Ffont_info): Don't call font_close_object.
17726
17727 * font.c (font_parse_family_registry): Use Ffont_put to validate
17728 foundry and family.
17729 (font_delete_unmatched): Don't check spacing.
17730 (font_list_entities): Add spacing to the spec to list fonts.
17731
17732 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
17733 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
17734
17735 * coding.c (encode_coding_raw_text): Fix previous change.
17736 (encode_coding_object): When the dst_object is a buffer and is
17737 different from src_object, move gap to PT.
17738
177392008-05-27 Chong Yidong <cyd@stupidchicken.com>
17740
17741 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
17742
177432008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17744
17745 * coding.c (encode_coding_raw_text): Set coding->produced_char for
17746 all branches. Compute it differently.
17747
17748 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
17749
177502008-05-27 Juanma Barranquero <lekktu@gmail.com>
17751
17752 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
17753 into "else if () ... else ...".
17754
177552008-05-27 Jason Rumney <jasonr@gnu.org>
17756
17757 * w32font.c (w32font_open_internal): Determine if glyph indices
17758 are likely to work here.
17759
177602008-05-27 Chong Yidong <cyd@stupidchicken.com>
17761
17762 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
17763 draw overlap glyphs with appropriate highlighting.
17764
177652008-05-27 Kenichi Handa <handa@m17n.org>
17766
17767 * xfont.c (xfont_open): Fix calculation of font->average_width.
17768
177692008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17770
17771 * casefiddle.c (casify_object): Try to guess better whether the
17772 argument is a byte or a char.
17773
177742008-05-26 Andreas Schwab <schwab@suse.de>
17775
17776 * xselect.c (x_reply_selection_request): Properly handle format == 32.
17777 Always send multiples of format size.
17778
17779 * xterm.c (x_set_frame_alpha): Fix type mismatch.
17780
177812008-05-26 Jason Rumney <jasonr@gnu.org>
17782
17783 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
17784 (compute_metrics): Don't set failure if we just cleared the cache.
17785 (w32_weight_table): Remove unused variable.
17786 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
17787 backwards compatibility.
17788
177892008-05-25 Kenichi Handa <handa@m17n.org>
17790
17791 * w32term.c (x_draw_glyph_string):
17792 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
17793
17794 * xfaces.c: Delete unused function prototypes.
17795 (xstrlwr, font_frame): Delete them.
17796 (clear_face_cache): Delete unused variable.
17797
17798 * xftfont.c (xftfont_open): Delete unused variable.
17799 If underline_thickness is not 1, adjust underline_position.
17800
17801 * ftxfont.c (ftxfont_open): Delete unused variable.
17802
17803 * fontset.c (face_for_char): Optimize for the case of no charset
17804 property.
17805
17806 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
17807 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
17808 (otf_open, font_otf_capability, generate_otf_features)
17809 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17810 Comment out by surrounding "#if 0" and "#endif" for the moment.
17811 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
17812 (syms_of_font): Codes for accessing above commented out.
17813
178142008-05-24 Eli Zaretskii <eliz@gnu.org>
17815
17816 * w32proc.c: Include dispextern.h.
17817
17818 * w32.c: Include dispextern.h.
17819
178202008-05-23 Juanma Barranquero <lekktu@gmail.com>
17821
17822 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
17823 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
17824 Fix typos in docstrings.
17825
178262008-05-23 Jason Rumney <jasonr@gnu.org>
17827
17828 * xsmfns.c: Remove includes that are already included by config.h.
17829
178302008-05-23 Kenichi Handa <handa@m17n.org>
17831
17832 * charset.c (Qemacs, charset_emacs): New variables.
17833 (char_charset): Fix for non-Unicode characters.
17834 (syms_of_charset): Define charset_emacs.
17835
17836 * w32term.c (x_draw_glyph_string): Be sure to update
17837 s->underline_thickness and s->underline_position. Be sure to draw
17838 underline within the current line area.
17839
17840 * xterm.c (x_draw_glyph_string): Be sure to update
17841 s->underline_thickness and s->underline_position. Be sure to draw
17842 underline within the current line area.
17843
17844 * fontset.c: Delete unused variables and add casting for char *
17845 throughout the file.
17846 (fontset_font): Try the fallback fonts of the current fontset
17847 before consulting the default fontset.
17848
17849 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
17850
17851 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
17852
178532008-05-22 Jason Rumney <jasonr@gnu.org>
17854
17855 * font.c: Don't include strings.h.
17856
17857 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
17858
17859 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
17860 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
17861 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
17862 to call xstrcasecmp.
17863
17864 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
17865
17866 * fontset.c (fs_query_fontset): Use xstrcasecmp.
17867
17868 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
17869
17870 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
17871
178722008-05-22 Kenichi Handa <handa@m17n.org>
17873
17874 * puresize.h (BASE_PURESIZE): Increase to 1220000.
17875
17876 * font.c (font_prop_validate_style): Adjust for the format
17877 change of font_style_table.
17878
17879 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
17880 two args.
17881
17882 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
17883 two args.
17884
178852008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17886
17887 * minibuf.c (keys_of_minibuf): Delete.
17888 * lisp.h (keys_of_minibuf): Delete.
17889 * emacs.c (main): Don't call keys_of_minibuf.
17890
178912008-05-22 Kenichi Handa <handa@m17n.org>
17892
17893 * ftfont.c (ftfont_resolve_generic_family): Rename from
17894 ftfont_list_generic_family. Return a single family for each
17895 generic family.
17896 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
17897 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
17898 Call font_add_log.
17899 (ftfont_match): Call font_add_log.
17900
17901 * font.h (Ffont_xlfd_name): EXFUN adjusted.
17902 (FONT_DEBUG): Define it.
17903 (font_add_log): Extern it.
17904 (font_assert): Rename from xassert.
17905
17906 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
17907 (xfont_list_family): Call font_add_log.
17908 (xfont_match): Likewise.
17909 (memq_no_quit): Delete.
17910
17911 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
17912 call of Ffont_xlfd_name.
17913
17914 * xfaces.c (struct table_entry, slant_table, weight_table)
17915 (swidth_table): Move to font.c.
17916
17917 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
17918 xassert are changed to font_assert. Delete many unused variables.
17919 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
17920 New variables.
17921 (struct table_entry): Move from xfaces.c and modified.
17922 (weight_table, slant_table, width_table): Move from xfaces.c and
17923 contents adjusted for the change of struct table_entry.
17924 (font_style_to_value, font_style_symbolic): Adjust for the
17925 format change of font_style_table.
17926 (font_parse_family_registry): Don't overwrite existing foundry and
17927 family of font_spec.
17928 (font_score): Fix calculation of diff for sizes.
17929 (font_sort_entites): Call font_add_log.
17930 (font_delete_unmatched): Return a newly created list.
17931 (font_list_entities): Fix previous change. Call font_add_log.
17932 (font_matching_entity, font_open_entity, font_close_entity):
17933 Call font_add_log.
17934 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
17935 (Finternal_set_font_style_table): Delete.
17936 (BUILD_STYLE_TABLE): New macro.
17937 (build_style_table): New function.
17938 (Vfont_log, font_log_env_checked): New variables.
17939 (font_add_log): New function.
17940 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
17941 Declare Lisp variables "font-weight-table", "font-slant-table",
17942 "font-width-table", and "font-log". Initialize font_style_table.
17943
179442008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
17945
17946 * xterm.c (x_set_frame_alpha): Move declarations before statements.
17947
179482008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 17949 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
17950
17951 * frame.c (Qalpha): Add a new frame parameter `alpha'.
17952 (Vframe_alpha_lower_limit): New variable.
17953 (x_set_alpha): New function.
17954
17955 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
17956
17957 * xfns.c (x-create-frame, Qalpha):
17958 Initialize the frame parameter `alpha'.
17959 * xterm.c (OPAQUE, OPACITY): New.
17960 (x_set_frame_alpha): New function.
17961 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
17962
17963 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
17964 * w32fns.c (w32_frame_parm_handlers): Likewise.
17965
179662008-05-20 Jason Rumney <jasonr@gnu.org>
17967
17968 * w32font.c (add_font_entity_to_list): Don't add non-opentype
17969 truetype fonts to opentype list.
17970
179712008-05-20 Juanma Barranquero <lekktu@gmail.com>
17972
17973 * fontset.c (Ffontset_info): Doc fix.
17974 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
17975 <ignore-relative-composition>: Fix typos in docstrings.
17976
17977 * font.c (syms-of-font) <font-encoding-alist>:
17978 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
17979 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
17980 (Ffont_otf_alternates): Doc fixes.
17981
179822008-05-20 Kenichi Handa <handa@m17n.org>
17983
17984 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
17985 font.h through out the file.
17986 (FONT_DRIVERS): Rename from FONTOBJ.
17987 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
17988 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
17989
17990 * emacs.c (main): Call syms_of_font unconditionally.
17991
17992 * font.h (find_font_encoding): Extern it.
17993
17994 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
17995 fontset.c.
194d44e7 17996 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
17997 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
17998 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
17999 only when HAVE_WINDOW_SYSTEM is defined.
18000 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
18001 when HAVE_WINDOW_SYSTEM is defined.
18002
18003 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
18004 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
18005
18006 * xfaces.c: Include font.h unconditionally.
18007 (merge_face_ref, merge_face_vectors)
18008 (Finternal_set_lisp_face_attribute): Cancel the previous change.
18009
180102008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18011
18012 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
18013 indirect_variable.
18014 * eval.c (lisp_indirect_variable): New fun.
18015 (Fuser_variable_p): Use it.
18016
180172008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
18018
18019 * lisp.h (indirect_variable):
18020 * data.c (indirect_variable, let_shadows_buffer_binding_p):
18021 Use Lisp_Symbol pointers rather than Lisp_Object.
18022 Adjust callers.
18023 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
18024 To this end, change calling-convention.
18025
18026 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
18027 if some non-hidden buffers are selected by string&pred.
18028
180292008-05-19 Chong Yidong <cyd@stupidchicken.com>
18030
18031 * process.c (wait_reading_process_output): Always check status
18032 when in batch mode.
18033
180342008-05-19 Kenichi Handa <handa@m17n.org>
18035
18036 * font.c (font_list_entities): Fix handling of cache.
18037 (font_matching_entity): Likewise.
18038
18039 * ftfont.c (cs_iso8859_1): Delete.
18040 (ft_face_cache): New variable.
18041 (struct ftfont_info): New member fc_charset_idx.
18042 (ftfont_build_basic_charsets): Delete.
18043 (fc_charset_table): New variable.
18044 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
18045 . FC_CHARSET_IDX) as :font-entity property in the font entity.
18046 Callers changed.
18047 (ftfont_lookup_cache, ftfont_get_charset): New functions.
18048 (ftfont_spec_pattern): New argument fc_charset_idx.
18049 Check registry more rigidly. Change callers.
18050 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
18051 change of :font-entity property of the font.
18052
18053 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
18054 property of the font.
18055
180562008-05-18 Juanma Barranquero <lekktu@gmail.com>
18057
18058 * coding.c (Fcoding_system_p): Rename argument to match docstring.
18059 (Funencodable_char_position, Fcheck_coding_systems_region)
18060 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
18061 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
18062 (Ffind_operation_coding_system, Fset_coding_system_priority)
18063 (Fcoding_system_eol_type): Doc fixes.
18064
180652008-05-17 Glenn Morris <rgm@gnu.org>
18066
18067 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
18068
180692008-05-16 Eli Zaretskii <eliz@gnu.org>
18070
18071 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
18072 and st_gid.
18073
18074 * frame.c (Fdelete_frame): Don't call font_update_drivers if
18075 HAVE_WINDOW_SYSTEM is not defined.
18076
18077 * xfaces.c (merge_face_ref, merge_face_vectors)
18078 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
18079 HAVE_WINDOW_SYSTEM is defined.
18080 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
18081
180822008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
18085
180862008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18087
18088 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
18089
180902008-05-15 Kenichi Handa <handa@m17n.org>
18091
18092 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
18093 preference.
18094
180952008-05-15 Glenn Morris <rgm@gnu.org>
18096
18097 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
18098
180992008-05-15 Chong Yidong <cyd@stupidchicken.com>
18100
18101 * fns.c (init_fns): Don't initialize weak_hash_tables here.
18102 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
18103
18104 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
18105
181062008-05-15 Kenichi Handa <handa@m17n.org>
18107
18108 * ftfont.c (ftfont_list): Downcase family name to check generic
18109 families.
18110
18111 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
18112 font-spec for QCfont value.
18113
18114 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
18115 buffer. Check the return value of it.
18116
181172008-05-14 Jason Rumney <jasonr@gnu.org>
18118
18119 * w32term.c (w32_get_glyph_overhangs): Remove.
18120 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
18121
181222008-05-14 Kenichi Handa <handa@m17n.org>
18123
18124 * font.c (font_prop_validate): Make nil a valid value.
18125 (font_clear_cache): Check if the cached vector of entities is nil
18126 or not.
18127
181282008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18129
18130 * emacs.c (main_thread): Conditionalize on
18131 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
18132 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
18133
18134 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
18135 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
18136 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
18137
181382008-05-14 Kenichi Handa <handa@m17n.org>
18139
18140 * coding.c (detect_coding_iso_2022): Ignore a coding category that
18141 has no corresponding coding system.
18142
181432008-05-14 Jason Rumney <jasonr@gnu.org>
18144
18145 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
18146
18147 * w32font.h (w32font_open_internal): Update declaration.
18148
18149 * w32font.c (w32font_open_internal): Change last argument from
18150 w32font_info struct to font object. Fill in font object from
18151 font_entity. Get Outline metrics if possible. Use them to
18152 calculate underline position and thickness. Use xlfd name as name
18153 property. Don't set codepage.
18154 (w32font_open): Pass font_object to w32font_open_internal. Don't
18155 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
18156 (w32font_draw): Use s->font.
18157 (clear_cached_metrics): Don't clear non-existent blocks.
18158
18159 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
18160 font was not found.
18161 (x_draw_glyph_string): Use underline position and thickness from font.
18162
18163 * w32uniscribe.c (uniscribe_open): Pass font_object to
18164 w32font_open_internal.
18165
181662008-05-14 Kenichi Handa <handa@m17n.org>
18167
18168 These changes are to delete all legacy font-handling codes, and
18169 make Emacs use only font-backends.
18170
18171 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
18172 (frame.o, image.o, print.o): Depend on $(FONTSRC).
18173
18174 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
18175
18176 * charset.h (Vcharset_non_preferred_head)
18177 (Vcurrent_iso639_language): Extern them.
18178
18179 * charset.c (Vcharset_non_preferred_head): New variable.
18180 (Vcurrent_iso639_language): New variable.
18181 (syms_of_charset): Declare it as a Lisp variable.
18182 (char_charset): Don't check non preferred charsets. As a last
18183 resort, return charset_unicode.
18184 (Fset_charset_priority): Update Vcharset_non_preferred_head.
18185
18186 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
18187 conditionals. Don't check enable_font_backend. Delete all codes
18188 used only when USE_FONT_BACKEND is not defined.
18189
18190 * dispextern.h (struct glyph_string): Change type of `font' to
18191 `struct font *'.
18192 (struct glyph_string): New member underline_position and
18193 underline_thickness.
18194 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
bba3e508
SM
18195 (struct face): Change type of `font' to `struct font *'.
18196 Remove members `font_name', `font_info_id'.
aac0c6e3
MR
18197 (per_char_metric, encode_char): Delete externs.
18198 (calc_pixel_width_or_height): Adjust the prototype.
18199
18200 * emacs.c (enable_font_backend): Delete extern.
18201 (main): Don't set enable_font_backend. Don't check the command
18202 line argument "-disable-font-backend".
18203
18204 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
18205 (enum font_property_index): New members FONT_DPI_INDEX,
18206 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
18207 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
18208 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
18209 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
18210 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
18211 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
18212 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
18213 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
18214 (struct font_spec, struct font_entity): New structs.
ef1b0ba7 18215 (FONT_ENCODING_NOT_DECIDED): Move from fontset.h.
aac0c6e3
MR
18216 (struct font): Many members from old "struct font_info" moved to
18217 here. Members font and entity deleted.
18218 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
18219 the new font-related objects.
18220 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
18221 (CHECK_FONT_GET_OBJECT): Likewise.
18222 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
ef1b0ba7 18223 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h.
bba3e508
SM
18224 (struct font_driver): New members case_sensitive anc check.
18225 Type of the member list and open changed.
aac0c6e3
MR
18226 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
18227 (font_symbolic_width, font_find_object, font_get_spec)
18228 (font_set_lface_from_name): Delete extern.
18229 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
18230
18231 * font.c: Include <strings.h>.
18232 (enable_font_backend): Delete it.
18233 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
18234 (CHECK_VALIDATE_FONT_SPEC): Delete it.
ef1b0ba7 18235 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move to font.h.
aac0c6e3
MR
18236 (null_string): Delete it.
18237 (null_vector): Make it static.
18238 (font_family_alist): Delete it.
18239 (Qnormal): Extern it.
18240 (QCextra, QClanguage): Delete it.
18241 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
18242 (font_make_spec, font_make_entity, font_make_object)
ef1b0ba7 18243 (font_intern_prop): Rename from intern_downcase. Don't downcase
aac0c6e3 18244 the string. Callers changed.
bba3e508 18245 (font_pixel_size): Adjust for the format change of font-related
aac0c6e3
MR
18246 objects.
18247 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
18248 (font_style_to_value, font_style_symbolic): New function.
18249 (build_font_family_alist): Delete it.
18250 (font_registry_charsets): Use Fassoc_string instead of
18251 assq_no_quit.
18252 (font_prop_validate_symbol): Don't return null_string.
bba3e508 18253 (font_prop_validate_style): Adjust for the change of
aac0c6e3
MR
18254 style-related values in a font vector.
18255 (font_property_table): Delete entries for QClanguage and
18256 QCantialias, add entries for QCavgwidth.
18257 (get_font_prop_index): Delete the 2nd argument FROM.
18258 (font_prop_validate): Arguments changed.
bba3e508 18259 (font_put_extra): Adjust for the change of font-related objects.
aac0c6e3
MR
18260 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
18261 (font_parse_fcname, font_unparse_fcname)
18262 (font_prepare_composition): Likewise.
ef1b0ba7 18263 (font_parse_family_registry): Rename from font_merge_old_spec.
aac0c6e3 18264 (otf_open): Delete the 1st arg entity.
bba3e508 18265 (font_otf_capability): Adjust for the above change.
aac0c6e3
MR
18266 (font_score): New arg alternate_families. Adjusted for the change
18267 of font-related objects.
18268 (font_sort_entites): New arg best_only.
18269 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
18270 Delete them.
18271 (font_match_p): Check alternate families.
18272 (font_find_object): Delete it.
18273 (font_check_object): New function.
bba3e508 18274 (font_clear_cache): Adjust for the change of font-related objects.
aac0c6e3
MR
18275 (font_delete_unmatched): New arg.
18276 (font_list_entities): Call font_driver->list with a spec that
18277 doesn't specify style-related properties.
18278 (font_matching_entity): Arguments changed. Caller changed.
bba3e508 18279 (font_open_entity): Adjust for the change of font-related objects.
aac0c6e3
MR
18280 (font_close_object, font_has_char, font_encode_char)
18281 (font_get_name, font_get_spec): Likewise.
18282 (font_spec_from_name, font_clear_prop, font_update_lface):
18283 New functions.
18284 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
18285 (font_prepare_for_face, font_done_for_face, font_open_by_name)
bba3e508 18286 (font_at): Adjust for the change of font-related objects.
aac0c6e3
MR
18287 (font_range): New function.
18288 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
bba3e508 18289 (Ffont_xlfd_name): Adjust for the change of font-related objects.
aac0c6e3 18290 (Fcopy_font_spec, Fmerge_font_spec): New function.
ef1b0ba7 18291 (Ffont_family_list): Rename from list-families.
aac0c6e3
MR
18292 (Finternal_set_font_style_table): Arguments changed.
18293 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
bba3e508 18294 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjust for the
aac0c6e3
MR
18295 change of font-related objects.
18296 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
18297
18298 * fontset.h (struct font_info): Delete it. Most members go to
18299 struct font.
ef1b0ba7 18300 (FONT_ENCODING_NOT_DECIDED): Move to font.h.
aac0c6e3
MR
18301 (enum FONT_SPEC_INDEX): Delete it.
18302 (font_info, list_fonts_func, load_font_func, query_font_func)
18303 (set_frame_fontset_func, find_ccl_program_func)
bba3e508
SM
18304 (get_font_repertory_func, new_fontset_from_font_name):
18305 Delete externs.
aac0c6e3
MR
18306 (fontset_from_font_name): Extern it.
18307 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
18308 (FONT_INFO_FROM_FACE): Deleted.
18309 (face_for_font): Adjust prototype.
18310
18311 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
18312 conditionals. Don't check enable_font_backend. Delete all codes
18313 used only when USE_FONT_BACKEND is not defined.
18314 (get_font_info_func, list_font_func, load_font_func)
18315 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
18316 (get_font_repertory_func): Delete them.
18317 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
18318 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
18319 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
18320 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
18321 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
18322 (fontset_compare_rfontdef): New function.
18323 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
18324 rfont-defs by qsort. Adjusted for the change of font-group vector.
18325 (load_font_get_repertory): Deleted.
18326 (fontset_find_font): Use new macros to ref/set elements of
18327 font-def and rfont-def.
18328 (fontset_font): Fix the timing of remembering that no font for C.
18329 (free_face_fontset): Do nothing if the face has no fontset.
18330 (face_suitable_for_char_p): Use new macros to ref/set elements of
18331 rfont-def.
18332 (face_for_char): Likewise. Call face_for_char with font_object.
18333 (fs_load_font): Delete. Delete #pragma surrounding it.
18334 (fs_query_fontset): Use strcasecmp instead of strcmp.
bba3e508 18335 (generate_ascii_font_name): Adjust for the format change of
aac0c6e3
MR
18336 font-spec.
18337 (Fset_fontset_font): Likewise. Use new macros to set elements of
18338 font-def.
18339 (Fnew_fontset): Use font_unparse_xlfd to generate
18340 FONTSET_ASCII (fontset).
18341 (new_fontset_from_font_name): Deleted.
ef1b0ba7 18342 (fontset_from_font): Rename from new_fontset_from_font. Check if
aac0c6e3
MR
18343 a fontset is already created for the font. FIx updating of
18344 Vfontset_alias_alist.
18345 (fontset_ascii_font): Deleted.
bba3e508 18346 (Ffont_info): Adjust for the format change of font-spec.
aac0c6e3
MR
18347 (Finternal_char_font): Likewise.
18348 (Ffontset_info): Likewise.
18349 (syms_of_fontset): Don't check load_font_func.
18350
18351 * fns.c (internal_equal): Handle PREV_FONT.
18352
18353 * frame.h: Delete USE_FONT_BACKEND conditional.
18354
18355 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
18356 conditionals. Don't check enable_font_backend. Delete all codes
18357 used only when USE_FONT_BACKEND is not defined.
18358 (x_set_font): Call x_new_font, not x_new_fontset2.
18359 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
18360 already set for the frame.
18361
bba3e508
SM
18362 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.
18363 Make a font-entity by font_make_entity. Use font_intern_prop instead
aac0c6e3
MR
18364 of intern_downcase. Use FONT_SET_STYLE to set a style-related
18365 font property. If a font is scalable, set avgwidth property to 0.
18366 Set font-entity property by font_put_extra.
18367 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
bba3e508 18368 (ffont_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
18369 (ftfont_spec_pattern): New function.
18370 (ftfont_list): Return a list, not vector.
18371 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
18372 (ftfont_list_family): Don't downcase names.
18373 (ftfont_free_entity): Deleted.
18374 (ftfont_open): Return a font-object. Adjusted for the change of
18375 struct font. Get underline_thickness and underline_position from
18376 font property. Don't update dpyinfo->smallest_font_height and
18377 dpyinfo->smallest_char_width.
18378 (ftfont_close): Don't free `struct font'.
bba3e508 18379 (ftfont_has_char): Adjust for the format change of font-entity.
aac0c6e3
MR
18380 (ftfont_encode_char, ftfont_text_extents): Likewise.
18381
18382 * ftxfont.c (ftxfont_list): Return a list, not vector.
18383 (ftxfont_open): Return a font-object. Adjusted for the change of
18384 struct font. Get underline_thickness and underline_position from
18385 font property. Don't update dpyinfo->smallest_font_height and
18386 dpyinfo->smallest_char_width.
18387 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
bba3e508 18388 (ftxfont_draw): Adjust for the change of struct font.
aac0c6e3 18389
bba3e508
SM
18390 * image.c (image_ascent): Don't include "charset.h".
18391 Include "character.h" and "font.h".
aac0c6e3
MR
18392
18393 * lisp.h (enum pvec_type): New member PREV_FONT.
18394 (Fassoc_string): EXFUN it.
18395
18396 * print.c: Include font.h.
18397 (print_object): Handle font-related objects.
18398
18399 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
18400 conditionals. Don't check enable_font_backend. Delete all codes
18401 used only when USE_FONT_BACKEND is not defined.
18402 (handle_auto_composed_prop): Do nothing if it->f is not on a
18403 window system. Check how many following characters can be
18404 displayed by the same font.
18405 (calc_pixel_width_or_height): Type of the 4th arg is changed to
18406 'struct font *'.
18407 (get_char_face_and_encoding): Assign the whole encoding task to
18408 the `encode-char' method of a font driver.
bba3e508 18409 (fill_composite_glyph_string): Adjust for the change of `struct
aac0c6e3
MR
18410 face' and `struct glyph_string'.
18411 (fill_glyph_string): Likewise.
18412 (get_per_char_metric): Arguments changed.
bba3e508 18413 (x_get_glyph_overhangs): Adjust for the change of `struct face'
aac0c6e3
MR
18414 and `struct glyph_string'.
18415 (produce_stretch_glyph, calc_line_height_property)
18416 (x_produce_glyphs): Likewise.
18417
18418 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
18419 conditionals. Don't check enable_font_backend. Delete all codes
bba3e508
SM
18420 used only when USE_FONT_BACKEND is not defined.
18421 Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
aac0c6e3
MR
18422 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
18423 (Qp): Extern them.
18424 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
18425 Deleted.
18426 (struct font_name): Deleted.
18427 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
18428 (compare_fonts_by_sort_order): New function.
18429 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
18430 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
18431 Deleted.
18432 (Fx_family_fonts): Use font_list_entities, and sort fonts by
18433 compare_fonts_by_sort_order.
18434 (Fx_font_family_list): Call Ffont_family_list.
18435 (face_numeric_value, face_numeric_weight, face_numeric_slant)
18436 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
18437 (face_symbolic_slant, face_symbolic_swidth)
18438 (split_font_name_into_vector, build_font_name_from_vector)
18439 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
18440 (font_rescale_ratio, split_font_name, build_font_name)
18441 (free_font_names, sort_fonts, x_face_list_fonts)
18442 (face_font_available_p, sorted_font_list, cmp_font_names)
18443 (font_list_1, concat_font_list, font_list, remove_duplicates):
18444 Deleted.
18445 (Fx_list_fonts): Use Ffont_list.
18446 (LFACE_AVGWIDTH): Deleted.
18447 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
18448 by FONTP.
18449 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
18450 (set_lface_from_font_name): Delete it.
ef1b0ba7 18451 (set_lface_from_font): Rename from
aac0c6e3
MR
18452 set_lface_from_font_and_fontset. Caller changed. Don't set
18453 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
18454 for face.
18455 (merge_face_vectors): Copy font-spec if necessary.
18456 Clear properties of the font-spec if necessary.
18457 (merge_face_ref): Clear properties of the font-spec if necessary.
18458 (Finternal_set_lisp_face_attribute): Likewise.
18459 (set_font_frame_param): Use font_load_for_lface to load a
18460 font-object, and call Fmodify_frame_parameters with it.
18461 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
18462 font name by Ffont_xlfd_name.
18463 (Finternal_lisp_face_attribute_values): Don't check QCweight,
18464 QCslant, and QCwidth.
18465 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
18466 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
18467 Compare fonts by EQ.
18468 (lookup_non_ascii_face): Deleted.
18469 (face_for_font): The 2nd argument changed.
18470 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
18471 Check atomic font properties by case insensitive.
18472 (realize_non_ascii_face): Set face->overstrike correctly.
18473 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
18474 (dump_realized_face): Get font name from
18475 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
18476
18477 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
18478 conditionals. Don't check enable_font_backend. Delete all codes
18479 used only when USE_FONT_BACKEND is not defined.
18480 (xic_create_xfontset): Original code deleted and renamed from
18481 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
18482 (x_make_gc): Don't set GCFont in GCs.
18483 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
18484 opened by "fixed".
18485 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
18486 find_ccl_program_func, query_font_func, set_frame_fontset_func,
18487 get_font_repertory_func.
18488
18489 * xfont.c: Include <stdlib.h> and "ccl.h".
18490 (struct xfont_info): New structure.
18491 (xfont_query_font): Deleted.
ef1b0ba7 18492 (xfont_find_ccl_program): Rename from x_find_ccl_program and
aac0c6e3 18493 moved from xterm.c.
bba3e508 18494 (xfont_driver): Adjust for the change of struct font_driver.
aac0c6e3 18495 (compare_font_names): New function.
ef1b0ba7
SM
18496 (xfont_list_pattern): Sort font names case insensitively.
18497 Make font_entity by calling font_make_entity. Avoid auto-scaled fonts.
aac0c6e3
MR
18498 (xfont_list): Return a list, not vector.
18499 (xfont_match): If the font doesn't have QCname property, generate
18500 a name from the other font properties.
18501 (xfont_open): Return a font-object. Adjusted for the change of
18502 struct font. Get underline_thickness and underline_position from
18503 font property. Don't update dpyinfo->smallest_font_height and
18504 dpyinfo->smallest_char_width.
18505 (xfont_close): Don't free struct font.
bba3e508 18506 (xfont_prepare_face): Adjust for the change of struct font.
aac0c6e3 18507 (xfont_done_face): Deleted.
bba3e508 18508 (xfont_has_char): Adjust for the change of struct font.
aac0c6e3
MR
18509 (xfont_encode_char, xfont_draw): Likewise.
18510 (xfont_check): New function.
18511
bba3e508 18512 * xftfont.c (xftfont_list): Adjust for the change of `list'
aac0c6e3 18513 callback function.
bba3e508
SM
18514 (xftfont_match): Adjust for the format change of font-entity.
18515 (xftfont_open): Adjust for the format change of font-entity and
aac0c6e3
MR
18516 font-object. Adjusted for the change of struct font. Return a
18517 font-object. Don't update dpyinfo->smallest_font_height and
18518 dpyinfo->smallest_char_width.
18519 (xftfont_close): Block input while calling XftFontClose.
18520 (xftfont_prepare_face): Don't block input while calling
18521 xftfont_get_colors. Adjusted for the change of struct font.
18522 (xftfont_shape): Return value of error case fixed.
18523
18524 * xrdb.c (x_load_resources): Don't setup a fontset resource.
18525
18526 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
18527 conditionals.
18528 (FONT_WIDTH): Return (f)->max_width.
18529 (struct x_display_info): Delete member `font'.
18530 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
18531 (x_find_ccl_program, x_get_font_repertory): Delete externs.
18532 (struct x_output): Change type of `font' to `struct font *'.
18533
18534 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
18535 conditionals. Don't check enable_font_backend. Delete all codes
18536 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
18537 (x_per_char_metric, x_encode_char): Deleted.
18538 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
bba3e508 18539 (x_compute_glyph_string_overhangs): Adjust for the change of
aac0c6e3
MR
18540 `struct face'.
18541 (x_draw_glyph_string_foreground)
18542 (x_draw_composite_glyph_string_foreground): Likewise.
18543 (x_draw_glyph_string): Likewise. Use font->underline_position and
18544 font->underline_thickness.
ef1b0ba7 18545 (x_new_font): Rename from x_new_fontset2.
aac0c6e3
MR
18546 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
18547 (x_check_font): Call `check' method of a font driver.
18548 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
18549 (x_query_font, x_get_font_repertory): Deleted.
ef1b0ba7 18550 (x_find_ccl_program): Rename and moved to xfont.c.
bba3e508 18551 (x_redisplay_interface): Adjust for the change of `struct
aac0c6e3
MR
18552 redisplay_interface'.
18553
18554 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
18555 conditionals. Don't check enable_font_backend. Delete all codes
18556 used only when USE_FONT_BACKEND is not defined. Surround non-used
18557 code by "#ifdef OLD_FONT" and "endif".
18558 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
18559
18560 * w32font.h (struct w32font_info): New member.
18561 (FONT_COMPAT): New macro.
18562 (w32font_open_internal): Prototype adjusted.
18563
18564 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
18565 OLD_FONT" and "endif".
18566
18567 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
18568 conditionals. Don't check enable_font_backend. Delete all codes
18569 used only when USE_FONT_BACKEND is not defined.
18570 (w32font_open): Return a font-object. Make a font-object by
18571 font_make_object. Adjusted for the change of struct w32font_info.
18572 (w32font_close): Don't free struct font. Adjusted for the change
18573 of struct w32font_info.
18574 (w32font_encode_char, w32font_text_extents, w32font_draw):
ef1b0ba7 18575 Adjust for the change of struct w32font_info.
aac0c6e3
MR
18576 (w32font_draw): Likewise.
18577 (w32font_list_internal): Return a list, not vector.
18578 (w32font_open_internal): Change the 4th arg to font-object.
18579 Adjusted for the change of struct w32font_info and font-object format.
18580 (add_font_name_to_list): Don't downcase names.
18581 (w32_enumfont_pattern_entity): Make a font-entity by
18582 font_make_entity. Adjusted for the format change of font-entity.
18583 Use FONT_SET_STYLE to set a style-related font property. If a
18584 font is scalable, set avgwidth property to 0. Set font-entity
18585 property by font_put_extra.
bba3e508 18586 (font_matches_spec): Adjust for the format change of font-entity.
aac0c6e3
MR
18587 (w32_weight_table, w32_decode_weight): New variables.
18588 (w32_encode_weight): New function.
bba3e508 18589 (fill_in_logfont): Adjust for the format change of font-spec.
aac0c6e3
MR
18590 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
18591 weight value.
bba3e508 18592 (w32font_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
18593
18594 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
18595 conditionals. Don't check enable_font_backend. Surround non-used
18596 code by "#ifdef OLD_FONT" and "endif".
18597 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
bba3e508 18598 (FONT_AVG_WIDTH): Adjust for the change of struct font.
aac0c6e3
MR
18599
18600 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
18601 conditionals. Don't check enable_font_backend. Delete all codes
18602 used only when USE_FONT_BACKEND is not defined. Surround non-used
18603 code by "#ifdef OLD_FONT" and "endif".
18604
18605 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
18606 (uniscribe_open): Return value changed to font-object.
18607 Adjusted for the format change of font-object.
bba3e508 18608 (uniscribe_otf_capability): Adjust for the change of struct font.
aac0c6e3 18609 (add_opentype_font_name_to_list): Don't downcase names.
bba3e508 18610 (uniscribe_font_driver): Adjust for the change of struct
aac0c6e3
MR
18611 font_driver.
18612
186132008-05-13 Chong Yidong <cyd@stupidchicken.com>
18614
18615 * dispnew.c (update_frame_1): Check if tty output is still valid
18616 before flushing it.
18617
186182008-05-13 Jan Djärv <jan.h.d@swipnet.se>
18619
18620 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
18621 to Gtk+ menus.
18622
186232008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18624
18625 * dired.c (file_name_completion): Tweak the code so as to always do it
18626 in a single pass. Tighten the scope of some variables.
18627
18628 * dired.c (Qdefault_directory): New var.
18629 (file_name_completion): Use it instead of Fexpand_file_name.
18630 (syms_of_dired): Initialize it.
18631
186322008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18633
18634 * fileio.c (double_dollars): Remove dead code.
18635
186362008-05-10 Eli Zaretskii <eliz@gnu.org>
18637
18638 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
18639 Mention w32-get-true-file-attributes in doc string.
18640
18641 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
18642
186432008-05-09 Glenn Morris <rgm@gnu.org>
18644
18645 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
18646 2008-04-23.
18647
186482008-05-09 Eli Zaretskii <eliz@gnu.org>
18649
18650 Support for reporting owner and group of each file on MS-Windows:
18651 * dired.c (stat_uname, stat_gname): New functions, with special
18652 implementation for w32.
18653 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
18654
18655 * w32.c: Rename the_passwd_* to dflt_passwd_*.
18656 (dflt_group_name): New static variable.
18657 (dflt_group): Rename from the_group.
18658 (init_user_info): Init dflt_group fields. Get user's group name
18659 from LookupAccountSid.
18660 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
18661 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
18662 New initialization states.
18663 (globals_of_w32): Initialize them to zero. Initialize the default
18664 group name to "None".
18665 (GetFileSecurity_Name): New global var, the name of the function
18666 to call for GetFileSecurity.
18667 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
18668 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
18669 (get_file_security, get_security_descriptor_owner)
18670 (get_security_descriptor_group, is_valid_sid)
18671 (get_file_security_desc, get_rid, get_name_and_id)
18672 (get_file_owner_and_group): New functions.
18673 (stat): Use get_file_security_desc and get_file_owner_and_group to
18674 report the owner and primary group of each file. Don't ignore the
18675 high 32 bits of file's size, now that st_size is 64-bit wide.
18676 Fix test when to get true file attributes.
18677 (init_user_info): Use get_rid instead of equivalent inline code.
18678 (fstat): Don't ignore the high 32 bits of file's size.
18679
186802008-05-09 Chong Yidong <cyd@stupidchicken.com>
18681
18682 * image.c (png_load): Use correct bit-depth for setting background
18683 color.
18684
186852008-05-08 Eli Zaretskii <eliz@gnu.org>
18686
18687 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
18688 epa-hook.elc.
18689
186902008-05-08 Juanma Barranquero <lekktu@gmail.com>
18691
18692 * font.c (Ffont_match_p): Don't use `iff' in docstring.
18693
186942008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
18695
18696 * macfns.c (Fx_create_frame): Make a copy of frame parameters
18697 because the original parameters are in pure storage now.
18698 (mac_window): Remove unused params. Update callers.
18699
187002008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18701
18702 * lread.c (substitute_object_recurse): Use lower-level primitives.
18703 Don't signal errors when traversing sub-char-tables.
18704 Don't loop over all the possible characters when traversing char-tables.
18705
18706 * print.c (print_preprocess): Add sub-char-tables to the print-table,
18707 just like we do in print.c.
18708
187092008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * minibuf.c (Ftry_completion): Remove code left over from when we used
18712 scmp instead of Fcompare_strings.
18713
187142008-05-04 Juanma Barranquero <lekktu@gmail.com>
18715
18716 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
18717
187182008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18719
18720 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
18721 Create bitmap context in native byte order.
18722
18723 * macterm.c (XDrawLine)
18724 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
18725 context in native byte order.
18726
187272008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18728
18729 * config.in: Regenerate.
18730
18731 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
18732 New definitions for Image I/O support.
18733 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
18734 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
18735 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18736 (mac_data_provider_release_data, image_load_image_io)
18737 [USE_MAC_IMAGE_IO]: New functions.
18738 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
18739 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
18740 (init_image_func_pointer) [MAC_OSX]: Remove function.
18741 (image_load_quartz2d) [MAC_OSX]: Check availability of
18742 CGImageCreateWithPNGDataProvider at compile time.
18743 Use lowercase `false' for boolean constant.
18744 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
18745 Use image_load_image_io.
18746 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
18747 Don't check MyCGImageCreateWithPNGDataProvider.
18748 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
18749 Don't call init_image_func_pointer.
18750
18751 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
18752
18753 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
18754 Make variable non-static.
18755 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
18756 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18757
18758 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
18759 (RED_FROM_ULONG): Mask off higher bits.
18760 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
18761
18762 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
18763 Include AvailabilityMacros.h.
18764 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
18765 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
18766
187672008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18768
18769 * chartab.c (Fset_char_table_range): If range is t, really set all
18770 chars to that value.
18771
187722008-05-03 Eli Zaretskii <eliz@gnu.org>
18773
18774 * dired.c (Ffile_attributes): Don't allow the device number become
18775 negative.
18776
187772008-05-02 Daiki Ueno <ueno@unixuser.org>
18778
18779 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
18780
187812008-05-02 Juri Linkov <juri@jurta.org>
18782
18783 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
18784 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
18785 DEFAULT argument as a list of default values in docstrings.
18786
187872008-05-01 Chong Yidong <cyd@stupidchicken.com>
18788
18789 * puresize.h (BASE_PURESIZE): Increase to 1210000.
18790
187912008-05-01 Martin Rudalics <rudalics@gmx.at>
18792
18793 * dispnew.c (change_frame_size_1): Preserve small windows when
18794 shrinking frames by calling set_window_height|width with third
18795 arg 2.
18796
18797 * window.h (struct window): Replace field too_small_ok by field
18798 resize_proportionally.
18799
18800 * window.c (make_window): Initialize resize_proportionally.
18801 (enlarge_window): Temporarily set resize_proportionally to make
18802 sure that shrink_windows does scale the window proportionally.
18803 (shrink_windows): When window has resize_proportionally set try
18804 to shrink it proportionally by stealing from other windows.
18805 (struct saved_window, Fset_window_configuration)
18806 (compare_window_configurations): Handle resize_proportionally.
18807 (WINDOW_TOTAL_SIZE): New macro.
18808 (window_min_size, shrink_windows, size_window): Use it.
18809 (check_min_window_sizes): Remove. Invalid values of
18810 window-min-height|width are handled by window_min_size_2 now.
18811 (size_window, Fsplit_window, enlarge_window)
18812 (adjust_window_trailing_edge, grow_mini_window): Don't call
18813 check_min_window_sizes.
18814 (window_min_size_2, window_min_size_1, window_min_size):
18815 New argument safe_p for retrieving "safe" minimum sizes.
18816 (Fdisplay_buffer, Fsplit_window, enlarge_window)
18817 (adjust_window_trailing_edge, grow_mini_window):
18818 Adjust arguments of window_min_size... functions.
18819 (shrink_windows): Argument min_size removed. New argument
18820 safe_p allows shrinking windows to their safe minimum sizes.
18821 Calculate minimum size and decide whether a window shall be
18822 deleted for each window individually.
18823 (size_window): When nodelete_p equals 2, tell shrink_windows to
18824 delete windows only if their new minimum size is no more safe.
18825 (shrink_window_lowest_first): Call window_min_size_1 to make
18826 sure to preserve modeline of bottom-most window when resizing
18827 the minibuffer.
18828 (Fset_window_configuration, Fcurrent_window_configuration)
18829 (compare_window_configurations): Do not handle
18830 window-min-height|width any more.
18831 (syms_of_window): Clarify window-min-height|width doc-strings.
18832
188332008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
18834
18835 * dired.c (file_name_completion): Fix up the encoding/decoding issue
18836 some more. Copy some of the code from Ftry_completions.
18837 Remove special case code that dates back to initial revision when the
18838 slash was only added when necessary and that can't trigger nowadays.
18839
188402008-04-27 Kenichi Handa <handa@m17n.org>
18841
18842 * font.c (font_prop_validate): Signal `error' instead of `font'.
18843
188442008-04-29 Jason Rumney <jasonr@gnu.org>
18845
18846 * w32fns.c (Fw32_battery_status): New defun.
18847 (syms_of_w32fns): Defsubr it.
18848
188492008-04-28 Andreas Schwab <schwab@suse.de>
18850
18851 * dired.c (file_name_completion): Fix another mixing of encoded
18852 and decoded names.
18853
188542008-04-28 Juanma Barranquero <lekktu@gmail.com>
18855
18856 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
18857
188582008-04-27 Juanma Barranquero <lekktu@gmail.com>
18859
18860 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
18861
188622008-04-27 Andreas Schwab <schwab@suse.de>
18863
18864 * dired.c (file_name_completion): Fix inappropriate mixing of
18865 encoded and decoded names.
18866
18867 * xterm.c (XTread_socket): Fix use of uninitialized variable.
18868
18869 * puresize.h (BASE_PURESIZE): Increase to 1200000.
18870
188712008-04-26 Eli Zaretskii <eliz@gnu.org>
18872
18873 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
18874 2008-03-31, it's not needed anymore with `struct stat' definition
18875 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
18876 for the same reasons.
18877
188782008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
18879
18880 * m/sparc.h: Additional redefinitions for GNU/Linux.
18881
188822008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18883
18884 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
18885 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
18886 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
18887 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
18888 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18889 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
18890 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18891 Likewise.
18892
18893 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
18894 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
18895 (mac_ax_number_of_characters): Add externs.
18896 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18897 [USE_MAC_TSM]: Likewise.
18898 (mac_handle_text_input_event) [MAC_OSX]:
18899 Handle kEventTextInputOffsetToPos for no active input area case.
18900 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
18901 (mac_handle_document_access_event)
18902 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
18903 (install_application_handler) [MAC_OSX]: Register handlers for
18904 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
18905 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18906 Register mac_handle_document_access_event.
18907
18908 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
18909 Make functions non-static.
18910
189112008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18912
18913 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
18914 (read_file_name_completion_ignore_case, insert_default_directory)
18915 (Qdefault_directory): Move to minibuffer.el.
18916 (Fread_file_name): Call the new `read-file-name' instead.
18917
189182008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18919
18920 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
18921 Make function non-static.
18922 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
18923 Remove function.
18924 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
18925 Move to mactoolbox.c.
18926 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
18927
18928 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
18929 (mac_rect_make): New macro.
18930
18931 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
18932 instead of float.
18933 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
18934 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
18935 (XSetBackground) [USE_CG_DRAWING]: Likewise.
18936 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
18937 CGRectMake.
18938 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
18939 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
18940 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
18941 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
18942 instead of WindowRef in argument type.
18943 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
18944 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
18945 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
18946 instead of DISPLAY. All uses changed.
18947 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
18948 (x_calc_absolute_position): Simplify so as not to use
18949 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
18950
18951 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
18952 instead of WindowRef in argument type.
18953 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
18954 [TARGET_API_MAC_CARBON]: Remove externs.
18955 (create_apple_event, mac_event_parameters_to_lisp)
18956 [TARGET_API_MAC_CARBON]: Add externs.
18957
18958 * mactoolbox.c (Vmac_ts_script_language_on_focus)
18959 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
18960 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
18961 is clicked.
18962 (x_activate_menubar): Remove extern for saved_menu_event_location.
18963 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
18964 Move from mac.c.
18965
189662008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18967
18968 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
18969 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
18970
189712008-04-23 Jason Rumney <jasonr@gnu.org>
18972
18973 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
18974 attributes only for local files.
18975
18976 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
18977 default to Qlocal.
18978
189792008-04-22 Juri Linkov <juri@jurta.org>
18980
18981 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
18982 read-buffer-to-switch instead of using the letter "B".
18983
189842008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18985
18986 * fileio.c (Qdefault_directory): New variable.
18987 (Fread_file_name): Use it to pass `dir' to the completion functions.
18988
189892008-04-20 Chong Yidong <cyd@stupidchicken.com>
18990
18991 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
18992
189932008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18994
18995 * keyboard.c (Vpre_help_message): Remove.
18996 (show_help_echo): Remove default C code.
18997
18998 * dired.c (directory_files_internal, file_name_completion):
18999 Only call ENCODE_FILE if the string is indeed decoded.
19000
190012008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * Makefile.in (TOOLKIT_DEFINES): Remove.
19004 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
19005
190062008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19007
19008 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
19009 (mactoolbox.o): New target.
19010
19011 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
19012 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
19013
19014 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
19015 Use mac_set_frame_window_background instead of XSetWindowBackground.
19016 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
19017 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
19018 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
19019 instead of SetWindowTitleWithCFString.
19020 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
19021 Move function to mactoolbox.c.
19022 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
19023 Use mac_set_window_modified instead of SetWindowModified.
19024 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
19025 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
19026 (Fx_focus_frame): Use mac_front_non_floating_window instead of
19027 FrontNonFloatingWindow. Use mac_activate_window instead of
19028 ActivateWindow. Use mac_active_non_floating_window instead of
19029 ActiveNonFloatingWindow.
19030 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
19031 Use mac_show_hourglass and mac_hide_hourglass.
19032 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
19033 instead of GetGlobalMouse.
19034 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
19035 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
19036 Use mac_bring_window_to_front instead of BringToFront.
19037 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
19038 mactoolbox.c.
19039 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
19040 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
19041 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
19042 mactoolbox.c.
19043
19044 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
19045 (XtPointer): Move typedef from macmenu.c.
19046 (enum button_type): Move enum from macmenu.c.
19047 (widget_value): Move typedef from macmenu.c.
19048 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
19049 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
19050 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
19051 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
19052 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
19053 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
19054 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
19055 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
19056 (Selection): Move typedef from macselect.c.
19057 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
19058 macterm.c.
19059 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
19060 (mac_is_window_collapsed, mac_bring_window_to_front)
19061 (mac_send_window_behind, mac_hide_window, mac_show_window)
19062 (mac_collapse_window, mac_front_non_floating_window)
19063 (mac_active_non_floating_window, mac_activate_window)
19064 (mac_move_window_structure, mac_move_window, mac_size_window)
19065 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
19066
19067 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
19068 (enum mac_menu_kind): Move enum to mactoolbox.c.
19069 (min_menu_id): Move variable to mactoolbox.c.
19070 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
19071 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
19072 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
19073 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
19074 [TARGET_API_MAC_CARBON]: Likewise.
19075 (XtPointer): Move typedef to macgui.h.
19076 (enum button_type): Move enum to macgui.h.
19077 (widget_value): Move typedef to macgui.h.
19078 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
19079 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
19080 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
19081 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
19082 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
19083 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
19084 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
19085 (popup_activated_flag): Make variable non-static.
19086 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
19087 (add_menu_item, fill_menu, dispose_menus):
19088 Move functions to mactoolbox.c.
19089 (restore_show_help_function, menu_target_item_handler)
19090 (install_menu_target_item_handler, mac_handle_dialog_event)
19091 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
19092 [TARGET_API_MAC_CARBON]: Likewise.
19093 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
19094 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
19095 (find_and_call_menu_selection, name_is_separator): Make function
19096 non-static.
19097 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
19098 to mactoolbox.c.
19099 (set_frame_menubar): Don't call install_menu_quit_handler.
19100 (menu_item_selection): New variable.
19101 (mac_menu_show): Use create_and_show_popup_menu.
19102 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
19103 selection but set variable menu_item_selection. All uses changed.
19104 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
19105 Call install_menu_quit_handler. Move to mactoolbox.c.
19106
19107 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
19108 (Selection): Move typedef to macgui.h.
19109 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
19110 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
19111 Make variables non-static.
19112 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
19113 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
19114 Make functions non-static.
19115 (Vmac_service_selection) [MAC_OSX]: Likewise.
19116 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
19117 (mac_valid_selection_target_p, mac_clear_selection)
19118 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
19119 (mac_put_selection_value, mac_selection_has_target_p)
19120 (mac_get_selection_value, mac_get_selection_target_list)
19121 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
19122 Move functions to mactoolbox.c.
19123 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
19124 Likewise.
19125 (copy_scrap_flavor_data, mac_handle_service_event)
19126 (install_service_handler) [MAC_OSX]: Likewise.
19127 (syms_of_macselect) <Vmac_dnd_known_types>:
19128 Use mac_dnd_default_known_types.
19129
19130 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
19131 Move to mactoolbox.c.
19132 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
19133 (Fx_selection_owner_p): Add EXFUN.
19134 (install_window_handler, remove_window_handler, XSetWindowBackground):
19135 Remove externs.
19136 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
19137 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
19138 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
19139 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
19140 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
19141 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
19142 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
19143 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
19144 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
19145 (create_and_show_popup_menu, mac_get_selection_from_symbol)
19146 (mac_valid_selection_target_p, mac_clear_selection)
19147 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
19148 (mac_put_selection_value, mac_selection_has_target_p)
19149 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
19150 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
19151 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
19152 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
19153 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
19154 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
19155 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
19156 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
19157 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
19158
19159 * mactoolbox.c: New file.
19160
191612008-04-18 Jason Rumney <jasonr@gnu.org>
19162
19163 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
19164
191652008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * character.c (Fmultibyte_char_to_unibyte):
19168 Return latin1 chars unchanged.
19169
19170 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
19171 relocated if it points to `name'.
19172
191732008-04-17 Kenichi Handa <handa@m17n.org>
19174
19175 * data.c (Faset): Allow setting a multibyte character in an
19176 ASCII-only unibyte string.
19177
19178 * lisp.h (STRING_SET_MULTIBYTE): New macro.
19179
191802008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19181
19182 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
19183 done in config.h.
19184
191852008-04-16 Juanma Barranquero <lekktu@gmail.com>
19186
19187 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
19188 (Fchar_direction): Add usage in the docstring.
19189
191902008-04-15 Chong Yidong <cyd@stupidchicken.com>
19191
19192 * keyboard.c (read_key_sequence): Remove always-true checks.
19193
191942008-04-14 Jason Rumney <jasonr@gnu.org>
19195
19196 * w32font.c (w32font_open_internal): Set max_bounds.descent in
19197 compatibility struct, for better underline positioning.
19198
191992008-04-13 David Hansen <david.hansen@gmx.net>
19200
19201 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
19202 string.
19203
192042008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19205
19206 * m/hp800.h (XUINT, XSET): Remove.
19207
192082008-04-12 Juanma Barranquero <lekktu@gmail.com>
19209
19210 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
19211 previous change.
19212
192132008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
19216 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
19217
192182008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
19219
19220 * keymap.h (map_keymap_canonical): Declare.
19221 * xmenu.c (single_keymap_panes): Use it.
19222
192232008-04-11 Glenn Morris <rgm@gnu.org>
19224
19225 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
19226 set the target's value to that of the alias.
19227
192282008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * term.c (set_tty_color_mode): Left over typo.
19231
192322008-04-10 Michael Albinus <michael.albinus@gmx.de>
19233
19234 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
19235 only after check for file name handler functions. Signal, when
19236 native functionality is not supported.
19237 (syms_of_fileio): Declare it unconditionally.
19238
192392008-04-10 Jason Rumney <jasonr@gnu.org>
19240
19241 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
19242 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
19243
19244 * w32.c (logon_network_drive): Also logon to remote drives that
19245 are mapped to drive letters.
19246
192472008-04-10 Glenn Morris <rgm@gnu.org>
19248
19249 * xdisp.c (truncate-partial-width-windows): Doc fix.
19250
192512008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19252
19253 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
19254 Move functions to minibuffer.el.
19255 (syms_of_fileio): Don't declare them.
19256
192572008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19258
19259 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
19260 (syms_of_minibuf): Remove its initialization.
19261
19262 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
19263
192642008-04-09 Juanma Barranquero <lekktu@gmail.com>
19265
19266 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
19267
192682008-04-09 Jason Rumney <jasonr@gnu.org>
19269
19270 * makefile.w32-in (distclean): Delete makefile too.
19271 (maintainer-clean): New target.
19272
19273 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
19274
19275 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
19276 for new font backend and composite cases.
19277
192782008-04-09 Jan Djärv <jan.h.d@swipnet.se>
19279
19280 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
19281 Most of the code moved to run_timers.
19282 (do_pending_atimers): Call run_timers.
19283 (run_timers): New function.
19284
19285 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
19286 run atimers.
19287
19288 * process.c (wait_reading_process_output): The same as above.
19289
192902008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * minibuf.c (last_exact_completion): Remove variable.
19293 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
19294 (complete_and_exit_1, complete_and_exit_2)
19295 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
19296 (Fdisplay_completion_list, display_completion_list_1)
19297 (Fminibuffer_completion_help, Fself_insert_and_exit)
19298 (Fexit_minibuffer, Fminibuffer_message): Move functions to
19299 minibuffer.el.
19300 (syms_of_minibuf): Remove corresponding initializations.
19301
19302 * keyboard.c (Qdeactivate_mark): New var.
19303 (command_loop_1): Use it to call `deactivate-mark'.
19304 (syms_of_keyboard): Initialize it.
19305
19306 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
19307 to another frame.
19308 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
19309 Don't call set_tty_color_mode.
19310 (store_frame_param): Reset previous_frame rather than call
19311 set_tty_color_mode.
19312 * term.c (set_tty_color_mode): Rewrite.
19313 * dispextern.h (set_tty_color_mode): New type.
19314 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
19315
193162008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19317
19318 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
19319 for generic chars, which do not exist any more in emacs-unicode.
19320
193212008-04-08 Michael Albinus <michael.albinus@gmx.de>
19322
19323 * coding.c (detect_coding_emacs_mule)
19324 (Ffind_operation_coding_system): Fix typo.
19325
193262008-04-08 Jason Rumney <jasonr@gnu.org>
19327
19328 * w32uniscribe.c (SNAME): Extract only symbol name.
19329
19330 * w32font.h (struct w32_metric_cache): New struct.
19331 (w32font_info): Use it.
19332 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
19333 (CACHE_BLOCKSIZE): New constants.
19334
19335 * w32font.c (Qja, Qko, Qzh): New symbols.
19336 (syms_of_w32font): Initialise them.
19337 (font_matches_spec): Use them to filter by language.
19338 (recompute_cached_metrics): Remove function.
19339 (compute_metrics, clear_cached_metrics): New functions.
19340 (w32font_encode_char): Use them to manage metric cache.
19341 (w32font_text_extents): Cache metrics for all glyphs on demand.
19342 Delay converting glyph indices to WORD until needed.
19343 (w32font_open_internal): Initialize metric cache to empty.
19344 (registry_to_w32_charset): Charset should always be a symbol.
19345 (fill_in_logfont, list_all_matching_fonts): Family should
19346 always be a symbol.
19347
193482008-04-06 Jason Rumney <jasonr@gnu.org>
19349
19350 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
19351 Give up if glyph indices not supported. Use uniscribe obtained
19352 ABC widths for individual metrics. Map glyph clusters back to
19353 characters using fClusterStart flag. Return number of glyphs
19354 produced, not chars processed.
19355 (uniscribe_shape): Map char at FROM to current glyph.
19356
193572008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19358
19359 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
19360 Use SetMenuItemHierarchicalMenu.
19361
193622008-04-05 Jason Rumney <jasonr@gnu.org>
19363
19364 * image.c (pbm_load): Allow color values up to 65535.
19365 Throw an error if max_color_idx is outside the supported range.
19366 Report an error when image size is invalid.
19367 Read two bytes at a time when raw images have max_color_idx above 255.
19368
aac0c6e3
MR
193692008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
19370
19371 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
19372 append "CCL: Quitted" when the CCL program is quitted.
19373 (setup_ccl_program): Initialize ccl->quit_silently to zero.
19374
19375 * ccl.h (struct ccl_program): New member quit_silently.
19376
193772008-04-05 Chong Yidong <cyd@stupidchicken.com>
19378
19379 * search.c (compile_pattern_1): Treat non-nil and non-string of
19380 search-spaces-regexp as nil.
19381
19382 * minibuf.c (Fassoc_string): Tweak docstring.
19383
193842008-04-05 Eli Zaretskii <eliz@gnu.org>
19385
19386 * dired.c (Ffile_attributes): Support inode numbers wider than 32
19387 bits. Remove ugly WINDOWSNT-specific kludge introduced on
19388 2008-03-14 to force inode be positive.
19389
19390 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
19391 _S_* ones, since we now use our own sys/stat.h.
19392 (stat, fstat): Don't mangle the inode number.
19393 (init_user_info): Don't restrict UID and GID to 0-60000 range.
19394
193952008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19396
19397 * frame.h (struct frame): Give one more bit to `visible' since we use
19398 values larger than 1 to indicate obscured frames on ttys.
19399
19400 * keymap.c (Qkeymap_canonicalize): New var.
19401 (Fmap_keymap_internal): New fun.
19402 (describe_map): Use keymap-canonicalize.
19403
19404 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
19405 (Fundo_boundary): Set them.
19406 (syms_of_undo): Initialize them.
19407 (record_point): Use them instead of last_point_position*.
19408 (last_undo_buffer): Change type.
19409
194102008-04-04 Jason Rumney <jasonr@gnu.org>
19411
19412 * w32font.c (w32font_text_extents): Use font's ascent and descent.
19413 (recompute_cached_metrics): Don't set ascent and descent per char.
19414
19415 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
19416 (uniscribe_check_otf): Add GC protection before consing.
19417 Rearrange loop for counting features.
19418
194192008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19420
19421 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
19422 buffer with byte-size of source buffer.
19423
194242008-04-03 Chong Yidong <cyd@stupidchicken.com>
19425
19426 * callint.c (Fcall_interactively): Handle temporary region even
19427 when shift-select-mode is off.
19428
194292008-04-03 Jason Rumney <jasonr@gnu.org>
19430
19431 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
19432
194332008-04-03 Kenichi Handa <handa@m17n.org>
19434
19435 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
19436 (CATEGORY_MASK_UTF_16): Likewise.
19437 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
19438 binary file.
19439 (detect_coding): Add null-byte detection for a binary file.
19440 (detect_coding_system): Likewise.
19441
194422008-04-03 Jason Rumney <jasonr@gnu.org>
19443
19444 * w32uniscribe.c: New file.
19445
19446 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
19447
19448 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
19449
19450 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
19451 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
19452 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
19453 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
19454 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
19455 (Qphonetic): New symbols.
19456 (syms_of_w32font): Initialize them.
19457 (font_supported_scripts): Use them.
19458 (w32font_list_family): List all charsets.
19459 (w32font_text_extents, recompute_cached_metrics): Fix metric
19460 calculations.
19461 (w32_enumfont_pattern_entity): Make full_type a DWORD.
19462 Give opentype fonts their own format.
19463 (font_matches_spec): New arguments backend and logfont.
19464 Handle :otf spec for uniscribe backend.
19465 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
19466 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
19467
19468 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
19469 font backend.
19470 (globals_of_w32fns): Initialize uniscribe font backend.
19471
19472 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
19473 dependencies.
19474 (w32uniscribe.$(O)): New file to build.
19475 (FONT_OBJ): Include w32uniscribe.$(O).
19476 (LIBS): Add uniscribe libraries.
19477
19478 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
19479
194802008-04-02 Chong Yidong <cyd@stupidchicken.com>
19481
19482 * callint.c (Vshift_select_mode): New var.
19483 (Finteractive): Document new ^ spec.
19484 (Fcall_interactively): Call handle-shift-selection if the ^ spec
19485 is present.
19486
19487 * keyboard.c (Vthis_command_keys_shift_translated): New var.
19488 (command_loop_1): Avoid running the direct display versions of
19489 forward-char and backward-char if shift-selection may occur.
19490 (read_key_sequence): Set Vthis_command_keys_shift_translated if
19491 shift-translation takes place.
19492
19493 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
19494 avoid clobbering by define-minor-mode.
19495
19496 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
19497 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
19498
19499 * syntax.c (Fforward_word): Add ^ interactive spec.
19500
19501 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
19502 (Fscroll_right): Add ^ interactive spec.
19503
195042008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19505
19506 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
19507
19508 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
19509
19510 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
19511
195122008-03-31 Juri Linkov <juri@jurta.org>
19513
19514 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
19515
195162008-03-30 Jan Djärv <jan.h.d@swipnet.se>
19517
19518 * gtkutil.c (xg_set_geometry): Fix indentation.
19519 (xg_resize_outer_widget): Remove.
19520 (x_wm_size_hint_off): Fix indentation.
19521 (xg_frame_set_char_size): Call flush_and_sync after
19522 gtk_window_resize.
19523 (x_wm_set_size_hint): Pass NULL as geometry window to
19524 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
19525 Add menu bar and tool bar height to base height.
19526 (xg_update_frame_menubar, free_frame_menubar)
19527 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
19528 (update_frame_tool_bar, free_frame_tool_bar):
19529 Change xg_resize_outer_widget to xg_frame_set_char_size.
19530
195312008-03-30 Michael Albinus <michael.albinus@gmx.de>
19532
19533 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
19534 (Fdbus_call_method): New parameter TIMEOUT.
19535 (dbus-send-signal): Optimize UNGCPRO call.
19536
195372008-03-29 Juri Linkov <juri@jurta.org>
19538
19539 * window.c (Fdisplay_buffer): Move call to
19540 Vsplit_window_preferred_function out of conditions that check
19541 if window is eligible for vertical splitting.
19542 When Vsplit_window_preferred_function is non-nil, call it and use
19543 its non-nil return value as window. Otherwise, continue doing
19544 vertical splitting using Fsplit_window with arg horflag=nil.
19545 (syms_of_window) <Vsplit_window_preferred_function>: Change the
19546 default value from `split-window' to nil.
19547
195482008-03-29 Juri Linkov <juri@jurta.org>
19549
19550 * callint.c (Fcall_interactively): Revert 2008-03-16 change
19551 for interactive code letters 'b' and 'B'.
19552
195532008-03-29 Eli Zaretskii <eliz@gnu.org>
19554
19555 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
19556 multibyte string.
19557
195582008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19559
19560 * keyboard.c (pending_funcalls): New var.
19561 (timer_check): Run it.
19562 (syms_of_keyboard): Initialize it.
19563 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
19564 (Vdelete_terminal_functions): New vars.
19565 (syms_of_terminal): Initialize them.
19566 (Fdelete_terminal): Run delete-terminal-functions.
19567 * xdisp.c (safe_eval): Rewrite.
19568 (safe_call2): New fun.
19569 * frame.c (Qdelete_frame_functions): New var.
19570 (syms_of_frame): Initialize it.
19571 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
19572 * lisp.h (safe_call2, pending_funcalls): Declare.
19573
195742008-03-28 Andreas Schwab <schwab@suse.de>
19575
19576 * indent.c (Fmove_to_column): Move declaration before statements.
19577
195782008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19579
19580 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
19581 (struct frame): Use bit fields for boolean vars.
19582
19583 * process.c (server_accept_connection): Simplify naming.
19584 (emacs_get_tty_pgrp): Use SDATA.
19585
19586 * coding.c (decode_coding_object): Fix last change.
19587
195882008-03-27 Jason Rumney <jasonr@gnu.org>
19589
19590 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
19591
195922008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
19593
19594 * charset.c (Fdefine_charset_internal): Change the way of
19595 registering charsets in Vcharset_order_list.
19596 (syms_of_charset): Make the charset `eight-bit' supplementary.
19597
195982008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
19599
19600 * regex.c (EXTEND_BUFFER): Change order of pointer addition
19601 operations, to avoid having the difference between pointers
19602 overflow.
19603
196042008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19605
19606 * indent.c (check_display_width): New fun.
19607 (scan_for_column): Use it.
19608
19609 * data.c (syms_of_data): Mark most-positive-fixnum and
19610 most-negative-fixnum as constants.
19611
19612 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
19613
19614 * indent.c (scan_for_column): Extract from current_column_1.
19615 Merge with the same code from Fmove_to_column.
19616 (current_column_1, Fmove_to_column): Use it.
19617
196182008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19619
19620 * keymap.c (map_keymap_internal): New fun.
19621 (map_keymap): Use it.
19622 (Fmap_keymap_internal): New fun.
19623 (Fmap_keymap): Remove left-out test from before make_save_value.
19624
19625 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
19626
19627 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
19628 Use XCAR/XCDR.
19629
19630 * process.h (struct Lisp_Process): Remove filter_multibyte.
19631 * process.c (QCfilter_multibyte): Remove.
19632 (setup_process_coding_systems): Don't use filter_multibyte.
19633 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
19634 (read_process_output): Don't adjust multibyteness to filter_multibyte.
19635 (Fset_process_filter_multibyte): Change the coding-system to
19636 approximate the previous behavior.
19637 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
19638 coding-system.
19639
19640 * coding.c (decode_coding_object): When not decoding into a buffer,
19641 obey the coding system's preference of (uni|multi)byte.
19642
196432008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
19646 every char is changed and has a different byte-length.
19647 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
19648 Fix int -> EMACS_INT.
19649
196502008-03-23 David Hansen <david.hansen@gmx.net>
19651
19652 * dbusbind.c (xd_read_message): Remove extra copying of message
19653 strings. Check for NULL `interface' or `member'.
19654
196552008-03-22 Eli Zaretskii <eliz@gnu.org>
19656
19657 * w32.c (readdir): If FindFirstFile/FindNextFile return in
19658 cFileName a file name that includes `?' characters, use the 8+3
19659 alias in cAlternateFileName instead.
19660
196612008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19662
19663 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
19664
196652008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
19668 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
19669 work on current_buffer only instead (that was already the case
19670 for some of the code anyway).
19671 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
19672 (temp_set_point, temp_set_point_both): Use EMACS_INT.
19673 (SET_PT, SET_PT_BOTH): Adjust.
19674 * intervals.h (set_point, temp_set_point, set_point_both)
19675 (temp_set_point_both): Remove redundant declarations.
19676
196772008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19678
19679 * fileio.c (Finsert_file_contents):
19680 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
19681 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
19682 when buffer != current_buffer anyway.
19683
196842008-03-20 Andreas Schwab <schwab@suse.de>
19685
19686 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
19687 as default.
19688
196892008-03-19 Jason Rumney <jasonr@gnu.org>
19690
19691 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
19692 (syms_of_w32fns): Initialize them.
19693 (HOURGLASS_ID): New constant.
19694 (x_window_to_frame): Don't check hourglass_window.
19695 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
19696 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
19697 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
19698 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
19699 Only change the cursor if hourglass is not active.
19700 (Fx_create_frame): Initialize frame's current_cursor.
19701 (hourglass_atimer): Remove.
19702 (hourglass_started): New function.
19703 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
19704 (show_hourglass): Adapt to w32, changing argument to frame.
19705
19706 * w32term.h (struct w32_output): Remove hourglass_window.
19707 Add current_cursor.
19708
19709 * eval.c (call_debugger, Fsignal):
19710 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
19711 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
19712 (Fexecute_extended_command, cancel_hourglass_unwind):
19713 * minibuf.c (read_minibuf):
19714 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
19715
197162008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
19717
19718 * window.c (run_funs): New fun.
19719 (run_window_configuration_change_hook): Use it to run the buffer-local
19720 and the global part of the hook.
19721
19722 * xdisp.c (format_mode_line_unwind_data): Add window argument.
19723 (unwind_format_mode_line): Restore selected window.
19724 (x_consider_frame_title, Fformat_mode_line): Set selected window.
19725
197262008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19727
19728 * editfns.c (Fchar_equal): Check they are valid characters.
19729
19730 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
19731
197322008-03-17 Andreas Schwab <schwab@suse.de>
19733
19734 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
19735 against a charset.
19736
19737 * lisp.h (Fbuffer_list): Declare.
19738
197392008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 19740
aac0c6e3
MR
19741 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
19742 handlebox_widget is != 0.
19743
197442008-03-16 Juri Linkov <juri@jurta.org>
19745
19746 * callint.c (Fcall_interactively): For interactive code letters
19747 'b' and 'B' put the buffer list into the list of default "future"
19748 values of the minibuffer.
19749
197502008-03-16 Andreas Schwab <schwab@suse.de>
19751
19752 * keyboard.c (read_key_sequence): Fix downcasing of letters with
19753 modifiers.
19754
19755 * regex.c (re_match_2_internal): Correct matching of a charset
19756 against latin-1 characters.
19757
197582008-03-16 Kenichi Handa <handa@m17n.org>
19759
19760 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
19761 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
19762 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
19763 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
19764 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
19765 CHAR_STRING_ADVANCE.
19766 (produce_chars): Fix for the case that the source and the
19767 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
19768 instead of CHAR_STRING_ADVANCE.
19769 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
19770 STRING_CHAR_ADVANCE.
19771
197722008-03-15 Andreas Schwab <schwab@suse.de>
19773
19774 * regex.c (re_match_2_internal): Correct matching of eight bit
19775 characters in unibyte strings.
19776
197772008-03-15 Martin Rudalics <rudalics@gmx.at>
19778
19779 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
19780 at end of range when it coincides with the end of the buffer.
19781
197822008-03-14 Eli Zaretskii <eliz@gnu.org>
19783
19784 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
19785
19786 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
19787
197882008-03-14 Jason Rumney <jasonr@gnu.org>
19789
19790 * editfns.c (initial_tz): New variable.
19791 (syms_of_editfns): Initialize it.
19792 (Fset_time_zone_rule): Set it when first called.
19793 Use it when TZSTRING is nil.
19794
19795 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
19796 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
19797 (monitor_from_point_fn, get_monitor_info_fn): New globals.
19798 (globals_of_w32fns): Initialize them.
19799 (compute_tip_xy): Use them to position tooltips.
19800
198012008-03-14 Glenn Morris <rgm@gnu.org>
19802
19803 * emacs.c (main): Revert previous change.
19804 (standard_args): Revert -internal-script back to -scriptload,
19805 and remove the long-option form.
19806
198072008-03-13 Glenn Morris <rgm@gnu.org>
19808
19809 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
19810 Remove option -enable-font-backend.
19811
198122008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19813
19814 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
19815
198162008-03-11 Jan Djärv <jan.h.d@swipnet.se>
19817
19818 * xterm.c (x_connection_closed): For GTK: If this is the last
19819 terminal just exit without closing the display.
19820
198212008-03-11 Jason Rumney <jasonr@gnu.org>
19822
19823 * w32font.c (w32font_full_name): Use floor to round.
19824
f0131492 198252008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
19826
19827 * sound.c (alsa_configure): Declare vol at beginning of block.
19828
19829 * fontset.c (Ffontset_info): Remove extra semicolon.
19830
198312008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19832
19833 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
19834 size of resulting string.
19835
198362008-03-10 Jason Rumney <jasonr@gnu.org>
19837
19838 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
19839
198402008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19841
19842 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
19843 Don't pretend as if characters with display property haven't been
19844 consumed for string-replacing-string case.
19845
198462008-03-08 Kim F. Storm <storm@cua.dk>
19847
19848 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
19849 (get_next_display_element, next_element_from_string)
19850 (next_element_from_ellipsis, next_element_from_buffer): Use it.
19851
198522008-03-08 Andreas Schwab <schwab@suse.de>
19853
19854 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
19855
198562008-03-06 Jason Rumney <jasonr@gnu.org>
19857
19858 * w32font.c (w32_registry): Take font_type argument. Use ANSI
19859 when charset not specified. Only translate ANSI to unicode when
19860 font_type is truetype.
19861 (w32font_coverage_ok): New function.
19862 (add_font_entity_to_list): Use it to filter unsuitable fonts.
19863
198642008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
19865
19866 * lread.c (Fread_char): Resolve modifiers.
19867 (Fread_char_exclusive): Likewise.
19868
19869 * character.c (char_resolve_modifier_mask): New function.
19870 (char_string): Use char_resolve_modifier_mask.
19871 (Fchar_resolve_modifiers): New function.
19872 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
19873 function.
19874
198752008-03-04 Jason Rumney <jasonr@gnu.org>
19876
19877 * makefile.w32-in: Always include w32font.c in the build.
19878 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
19879
198802008-03-04 Andreas Schwab <schwab@suse.de>
19881
19882 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
19883 (versionclean): Likewise.
19884
198852008-03-04 Juanma Barranquero <lekktu@gmail.com>
19886
19887 * .cvsignore: Add oo.
19888
198892008-03-03 Andreas Schwab <schwab@suse.de>
19890
19891 * coding.c (decode_coding_object): Inhibit gap shrinking while
19892 decoding in place.
19893
198942008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
19895
19896 * w32term.c: Remove unused include "gnu.h".
19897 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
19898
19899 * gnu.h: Rename to ...
19900 * emacs-icon.h: ... this.
19901 * xterm.c: Use emacs-icon.h instead of gnu.h.
19902 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
19903
199042008-03-03 Juanma Barranquero <lekktu@gmail.com>
19905
19906 * w32font.c: Include math.h.
19907
199082008-03-03 Jason Rumney <jasonr@gnu.org>
19909
19910 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
19911 Compute options separately.
19912 (w32font_open_internal): Set glyph_idx before caching metrics.
19913
19914 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
19915 Define if system headers don't.
19916 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
19917 (w32font_encode_char): Don't declare here.
19918
19919 * w32font.c (Quniscribe, QCformat): New symbols.
19920 (syms_of_w32font): Define them.
19921 (w32font_has_char): Indicate uncertainty.
19922 (w32font_encode_char): Encode as glyph point. Make static.
19923 (recompute_cached_metrics): New function.
19924 (w32font_open_internal): Use it. Set font to use glyph points
19925 initially. Set format based on type of font.
19926 (w32font_text_extents, w32font_draw): Optionally use glyph points.
19927 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
19928 on it. Set format based on information available here.
19929 (add_font_entity_to_list): Identify backend based on opentype_only.
19930
199312008-03-02 Andreas Schwab <schwab@suse.de>
19932
19933 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
19934
19935 * coding.c (decode_coding_big5, produce_chars):
19936 Fix typos in last change.
19937
199382008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
19939
19940 * gnu.h: New icon.
19941
199422008-03-02 Kenichi Handa <handa@m17n.org>
19943
19944 * coding.c (decode_coding_utf_8): When eol-type of CODING is
19945 `dos', don't decode '\r' if that is the last in the source.
19946 (decode_coding_utf_16, decode_coding_emacs_mule)
19947 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19948 (decode_coding_raw_text, decode_coding_charset): Likewise.
19949 (produce_chars): Don't decode EOL here. Use EMACS_INT.
19950
199512008-03-01 Jason Rumney <jasonr@gnu.org>
19952
19953 * w32font.c (w32font_full_name): Report point size for scalable fonts.
19954
199552008-03-01 Kim F. Storm <storm@cua.dk>
19956
19957 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
19958
199592008-03-01 Jason Rumney <jasonr@gnu.org>
19960
19961 * w32font.c (w32font_full_name): New function.
19962 (w32font_open_internal): Use it.
19963
199642008-03-01 Kim F. Storm <storm@cua.dk>
19965
19966 * dispnew.c (line_draw_cost): Fix invalid glyph check.
19967
199682008-03-01 Jason Rumney <jasonr@gnu.org>
19969
19970 * font.c (font_unparse_fcname): Increase len when style is a symbol.
19971
199722008-03-01 Jan Djärv <jan.h.d@swipnet.se>
19973
19974 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
19975 xg_frame_resized when the event is for the edit widget.
19976
ef1b0ba7 19977 * gtkutil.h (xg_frame_resized): Rename from xg_resize_widgets.
aac0c6e3
MR
19978
19979 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
19980 set_char_size.
ef1b0ba7 19981 (xg_frame_resized): Rename from xg_resize_widgets. Remove all
aac0c6e3
MR
19982 operations on widgets here. Just set frame size if needed.
19983 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
19984 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
19985 (x_wm_set_size_hint): Set size hints on the edit widget only, not
19986 the whole frame.
19987 (xg_create_tool_bar): Move attachment of the tool bar to
19988 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
19989 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
19990
199912008-03-01 Jason Rumney <jasonr@gnu.org>
19992
19993 * w32fns.c (w32_msg_pump): Disable debug code.
19994
199952008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19996
19997 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
19998
199992008-02-29 Chong Yidong <cyd@stupidchicken.com>
20000
20001 * xdisp.c (next_overlay_string): Don't set
20002 overlay_strings_at_end_processed_p if we're currently reading from
20003 a display string.
20004
200052008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * xdisp.c (get_overlay_strings_1): Fix typo.
20008
200092008-02-29 Chong Yidong <cyd@stupidchicken.com>
20010
20011 * xdisp.c (get_overlay_strings_1): Add missing argument type.
20012
200132008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
20014
20015 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
20016
20017 * xdisp.c (display_mode_element): Cancel the previous change.
20018 (decode_mode_spec): Likewise.
20019 (handle_auto_composed_prop): Don't make composition if it->string
20020 is a string.
20021
200222008-02-27 Kim F. Storm <storm@cua.dk>
20023
20024 * lisp.h (GLYPH): Change type from int to struct with separate char
20025 and face_id members.
20026 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
20027 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
20028 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
20029 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
20030 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
20031 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
20032 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
20033 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
20034 handle new Lisp glyph code encoding, either an integer or a cons.
20035
20036 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
20037 (GLYPH_ALIAS): Delete.
20038 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
20039 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
20040 (GLYPH_FROM_CHAR): Replace macro by ...
20041 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
20042
20043 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
20044 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
20045 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
20046 (GLYPH_INVALID_P): New macro.
20047 (spec_glyph_lookup_face): Update prototype.
20048
20049 * dispnew.c (line_draw_cost): Adapt to new glyph type.
20050 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
20051 new glyph code encoding.
20052 (spec_glyph_lookup_face): No return value; update passed glyph instead.
20053 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
20054
20055 * xdisp.c (get_next_display_element, next_element_from_display_vector):
20056 Adapt to new glyph type and new glyph code encoding.
20057
20058 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
20059
20060 * indent.c (current_column, current_column_1, Fmove_to_column)
20061 (compute_motion): Adapt to new glyph code encoding.
20062
20063 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
20064
200652008-02-27 Chong Yidong <cyd@stupidchicken.com>
20066
20067 * process.c (wait_reading_process_output): Check for window
20068 changes caused by timers.
20069 Suggested by Johan Bockgård.
20070
200712008-02-27 Glenn Morris <rgm@gnu.org>
20072
20073 * emacs.c (USAGE1): Add `--disable-font-backend'.
20074
200752008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20076
20077 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
20078 is made to the buffer.
20079
200802008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20081
20082 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
20083 (face_at_string_position):
20084 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
20085 (face_at_string_position):
20086 * xdisp.c (display_string, next_overlay_change):
20087 * buffer.h (overlays_at):
20088 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
20089 Update callers.
20090
200912008-02-26 Chong Yidong <cyd@stupidchicken.com>
20092
20093 * editfns.c (Fformat): Doc fix.
20094
200952008-02-26 Juanma Barranquero <lekktu@gmail.com>
20096
20097 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
20098 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
20099 (Ffont_otf_alternates, Fquery_font): Doc fixes.
20100
201012008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
20102
20103 * buffer.c (Fbuffer_swap_text): New function.
20104 (syms_of_buffer): Defsubr it.
20105
201062008-02-25 Chong Yidong <cyd@stupidchicken.com>
20107
20108 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
20109
201102008-02-25 Jason Rumney <jasonr@gnu.org>
20111
20112 * w32font.c (w32font_draw): Draw one character at a time when padding.
20113
201142008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
20115
20116 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
20117 Handle a nil arg. Use run_window_configuration_change_hook.
20118 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
20119 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
20120 Use run_window_configuration_change_hook.
20121
201222008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
20123
20124 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
20125 1-pixel width.
20126
201272008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
20128
20129 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
20130 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
20131 if the glyph in the font is zero pixel with.
20132
20133 * dispextern.h (struct glyph_string): New member padding_p.
20134
20135 * w32font.c (w32font_draw): Pay attention to s->padding_p.
20136
20137 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
20138
20139 * xfont.c (xfont_draw): Pay attention to s->padding_p.
20140
20141 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
20142
20143 * font.c: If the font driver doesn't have `shape' function, return Qnil.
20144
201452008-02-25 Jason Rumney <jasonr@gnu.org>
20146
20147 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
20148
201492008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20150
20151 Allow fine-grained image-cache flushing.
20152 * dispextern.h (struct image): Add `dependencies' field.
20153 (clear_image_caches): Change arg to Lisp_Object.
20154 * image.c (make_image): Initialize `dependencies' field.
20155 (clear_image_cache): Change arg to allow fine-grained flushing.
20156 Perform the flush even if image-cache-eviction-delay is nil.
20157 (clear_image_caches): Change arg to Lisp_Object.
20158 (Fclear_image_cache): Expand meaning of the argument.
20159 (mark_image): Mark `dependencies' field.
20160 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
20161 (lface_hash): Use XHASH rather than XFASTINT.
20162 (face_at_buffer_position): Fix int -> EMACS_INT position.
20163 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
20164 (select_frame_for_redisplay): Remove code duplication.
20165 (redisplay_internal): Adapt arg to call to clear_image_caches.
20166
201672008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
20168
20169 * s/vms4-0.h:
20170 * s/vms4-2.h:
20171 * s/vms4-4.h:
20172 * s/vms5-5.h: Remove, unused.
20173
20174 * s/irix5-2.h:
20175 * s/irix6-0.h:
20176 * s/riscos5.h:
20177 * s/mach-bsd4-3.h:
20178 * m/mips4.h: Remove files for obsolete systems.
20179
20180 * Makefile.in:
20181 * filelock.c:
20182 * unexmips.c:
20183 * m/hp9000s300.h:
20184 * m/iris4d.h:
20185 * s/aix3-1.h:
20186 * s/hpux.h:
20187 * s/msdos.h:
20188 * s/usg5-0.h:
20189 * s/usg5-2-2.h:
20190 * s/usg5-2.h:
20191 * s/usg5-3.h: Remove references to obsolete variables.
20192
20193 * s/irix5-0.h: Remove, move all the contents ...
20194 * s/irix6-5.h: ... here. Simplify.
20195 * config.in: Regenerate.
20196
201972008-02-24 Jason Rumney <jasonr@gnu.org>
20198
20199 * w32term.c (x_draw_glyph_string_background): Clear the background
20200 manually when cleartype is in use.
20201 (x_draw_glyph_string_foreground): Draw text transparently when
20202 cleartype is in use.
20203
20204 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
20205 a font into it unless we have to.
20206
202072008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
20208
20209 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
20210 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 20211
aac0c6e3
MR
202122008-02-18 Jason Rumney <jasonr@gnu.org>
20213
20214 * w32fns.c (Fw32_shell_execute): Encode parameters.
20215
202162008-02-09 Eli Zaretskii <eliz@gnu.org>
20217
20218 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
20219
202202008-02-05 Juanma Barranquero <lekktu@gmail.com>
20221
20222 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
20223
202242008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
20225
20226 * xterm.c (x_set_offset): Don't change the gravity if
20227 CHANGE_GRAVITY is -1.
20228
202292008-02-23 Chong Yidong <cyd@stupidchicken.com>
20230
20231 * fileio.c (auto_save_error_occurred): New var.
20232 (auto_save_error): Set it.
20233 (Fdo_auto_save): Don't overwrite the error message if an auto-save
20234 error occurred.
20235
202362008-02-23 Eli Zaretskii <eliz@gnu.org>
20237
20238 * w32.c (globals_of_w32): Add initializations for
20239 g_b_init_get_sid_sub_authority and
20240 g_b_init_get_sid_sub_authority_count.
20241
202422008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
20245 (font_parse_xlfd): Use them for sanity check.
20246 (Finternal_set_font_style_table): Make sure the table is bijective.
20247
20248 Consolidate the image_cache to the terminal struct.
20249 * termhooks.h (P_): Remove redundant def.
20250 (struct terminal): New field `image_cache'.
20251 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
20252 of FRAME_X_IMAGE_CACHE.
20253 * xterm.h (struct x_display_info): Remove image_cache field.
20254 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20255 * w32term.h (struct w32_display_info): Remove image_cache field.
20256 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20257 * macterm.h (struct mac_display_info): Remove image_cache field.
20258 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20259 * xterm.c (x_term_init):
20260 * w32term.c (w32_term_init):
20261 * macterm.c (mac_term_init): Set the image_cache in the terminal.
20262 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
20263 Remove declarations.
20264 (clear_image_caches, mark_image_cache): New declarations.
20265 * xfaces.c (clear_face_cache):
20266 * xdisp.c (redisplay_internal): Use clear_image_caches.
20267 * image.c (clear_image_cache): Don't check that a frame is on
20268 a window-system before checking if it shares the same cache.
20269 (clear_image_caches): New function.
20270 (Fclear_image_cache): Use it.
20271 (mark_image): Move from allo.c.
20272 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
20273 * alloc.c (mark_image, mark_image_cache): Move to image.c.
20274 (mark_object): Don't call mark_image_cache for frames.
20275 (mark_terminals): Call mark_image_cache.
20276
20277 * lisp.h (Fdelete_terminal): Declare.
20278
20279 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
20280 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
20281 wrong_type_argument.
20282
202832008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
20284
20285 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
20286 malayalam.el, and tamil.el. Add sinhala.el.
20287
202882008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20289
20290 * xterm.c (x_connection_closed): Consolidate identical tests.
20291 (x_delete_terminal): Don't crash if called via x_connection_closed.
20292
202932008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
20294
20295 * xdisp.c (decode_mode_spec): New arg string.
20296 (display_mode_element): Adjust for the above change.
20297
202982008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * callint.c (Fcall_interactively): Use AREF.
20301
203022008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
20305
203062008-02-18 Jan Djärv <jan.h.d@swipnet.se>
20307
20308 * xfns.c (Fx_show_tip): Set string to " " if empty.
20309
203102008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
20311
20312 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
20313 with Qt.
20314
203152008-02-17 Kenichi Handa <handa@m17n.org>
20316
20317 * ftfont.c (ftfont_shape): Return Lispy number.
20318
20319 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
20320 for GCs.
20321 (Finternal_set_font_selection_order): Call font_update_sort_order
20322 only when enable_font_backend is set.
20323 (realize_x_face): Set face->font_info to that of default face only
20324 when enable_font_backend is set.
20325
20326 * xdisp.c (handle_composition_prop): Set it->c to the fist
20327 character of the composed region.
20328 (fill_composite_glyph_string): Set base_face->font_info to
20329 s->font_info. Get a face for ascii from base_face->ascii_face.
20330 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
20331 with a face already decided.
20332 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
20333 non-negative.
20334 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
20335 call font_prepare_composition unconditionally.
20336
20337 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
20338
20339 * xterm.h (struct x_display_info): New member font.
20340
20341 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
20342 (x_set_mouse_face_gc, x_new_font): Likewise.
20343 (x_term_init): Setup display_info->font.
20344 (x_delete_terminal): Free display_info->font.
20345
20346 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
20347
20348 * ftxfont.c (ftxfont_default_fid): Delete it.
20349 (ftxfont_open): Set xfont->fid to 0.
20350 (ftxfont_end_for_frame): Clear data specific to the frame and the
20351 font-driver.
20352
20353 * xftfont.c (xftfont_default_fid): Delete it.
20354 (xftfont_open): Set xfont->fid to 0.
20355
20356 * fontset.c (FONTSET_OBJLIST): New macro.
20357 (fontset_find_font): Update font-object list of the fontset.
20358 (free_realized_fontset): New function.
20359 (free_face_fontset): Call free_realized_fontset.
20360 (Ffont_info): Call font_close_object only when enable_font_backend
20361 is set.
20362
20363 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
20364 [HAVE_NTGUI]: Include w32term.h.
20365 [MAC_OS]: Include macterm.ch.
20366 (font_otf_ValueRecord): Use make_number.
20367 (font_finish_cache): Fix handling of reference count.
20368 (font_clear_cache): Update num_fonts.
20369 (font_open_entity): Update smallest_char_width and
20370 smallest_font_height of the frame.
20371 (font_close_object): Update num_fonts.
20372 (Fclear_font_cache): Fix finding the target cache data.
20373
203742008-02-16 Glenn Morris <rgm@gnu.org>
20375
20376 * fontset.c (Finternal_char_font): Fix compilation warning.
20377
203782008-02-16 Eli Zaretskii <eliz@gnu.org>
20379
20380 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
20381 instead of char arrays. Enlarge the size of array passed to
20382 get_token_information.
20383
20384 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
20385 warnings.
20386
203872008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
20388
20389 * .gdbinit: Don't set `args', it breaks gdb --args.
20390
203912008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
20392
20393 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
20394 within a narrowed buffer.
20395
203962008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
20397
20398 * coding.c (decode_coding_object, encode_coding_object):
20399 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
20400
204012008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
20402
20403 * coding.c (coding_set_destination): Use BEG_BYTE rather than
20404 hardcoding 1.
20405 (detect_coding_system):
20406 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
20407 (string_char_to_byte, string_byte_to_char, insert_from_gap):
20408 * insdel.c (insert_from_gap):
20409 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
20410 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
20411 (string_to_multibyte):
20412 * character.c (chars_in_text, multibyte_chars_in_text):
20413 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
20414
20415 * character.h (FETCH_STRING_CHAR_ADVANCE)
20416 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
20417 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
20418 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
20419
20420 * casefiddle.c (casify_region): Only call after-change and composition
20421 functions on the part of the region that was changed.
20422
20423 * keyboard.c (read_avail_input):
20424 * frame.c (Fdelete_frame): Call Fdelete_terminal.
20425
204262008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20427
20428 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
20429 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
20430
204312008-02-11 Juanma Barranquero <lekktu@gmail.com>
20432
20433 * w32menu.c (push_submenu_start, push_submenu_end)
20434 (push_left_right_boundary, push_menu_pane, push_menu_item):
20435 * keyboard.c (read_key_sequence): Don't pass args with side effects
20436 to AREF, it fails when compiling with -DENABLE_CHECKING.
20437
204382008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
20439
20440 * Makefile.in (${lispsource}international/charprop.el):
20441 Delete this target.
20442
20443 * search.c (boyer_moore): Fix incorrect synching of the trunk and
20444 emacs-unicode-2.
20445
204462008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * terminal.c (Fdelete_terminal): Clean up the `force' path.
20449
204502008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20451
20452 * frame.c (Qnoelisp): New symbol.
20453 (syms_of_frame): Initialize it.
20454 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
20455 harmless Elisp code, from a strong `force' from x_connection_closed.
20456 * frame.h (Qnoelisp): Declare.
20457 * xterm.c (x_connection_closed): Pass `noelisp'.
20458
20459 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
20460 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
20461 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
20462 rather than `int' for the type of `type'.
20463
204642008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
20465
20466 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
20467
20468 * Makefile.in (GNUC): Remove support for gcc-1.x.
20469
204702008-02-10 Richard Stallman <rms@gnu.org>
20471
20472 * lisp.h (ASET): Use AREF, not ASLOT.
20473
204742008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * lisp.h (ASET): Check bounds.
20477
204782008-02-10 Glenn Morris <rgm@gnu.org>
20479
20480 * buffer.c (mode-name): Doc fix.
20481
204822008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20483
20484 * Makefile.in:
20485 * emacs.c:
20486 * gmalloc.c:
20487 * keyboard.c:
20488 * lisp.h:
20489 * m/ibm370aix.h:
20490 * process.c:
20491 * regex.c:
20492 * s/hpux.h:
20493 * sysdep.c:
20494 * sysselect.h:
20495 * systty.h:
20496 * unexec.c:
20497 * w32term.c:
20498 * xsmfns.c:
20499 * xterm.c: Remove code that deals with obsolete variables.
20500
20501 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
20502
20503 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
20504 nothing else needs it anymore.
20505
205062008-02-09 Eli Zaretskii <eliz@gnu.org>
20507
20508 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
20509 instead of unibyte_char_to_multibyte.
20510
205112008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20512
20513 * s/gnu-linux.h: Remove commented out code.
20514
20515 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
20516
20517 * Makefile.in: Update what RMS says about using autoconf.
20518 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
20519 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
20520 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
20521 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
20522
205232008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20524
20525 * keymap.c (Fkey_description): Move side effect outside of macro call.
20526
20527 * xfaces.c (Finternal_make_lisp_face):
20528 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
20529
20530 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
20531 (syms_of_fontset): Use ASET.
20532
20533 * fns.c (concat): Move side effect outside of macro call.
20534 (hash_clear): Use ASET.
20535
205362008-02-08 Richard Stallman <rms@gnu.org>
20537
20538 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
20539 If FORCE, and frame has a surrogate minibuffer for another frame,
20540 delete the other frame first.
20541
205422008-02-07 Timo Savola <timo.savola@iki.fi>
20543
20544 * xterm.c (x_detect_focus_change): Handle embed client message.
20545 (handle_one_xevent): Ditto.
20546 (handle_one_xevent): If embedded and we get a button press/release,
20547 request focus.
20548 (xembed_set_info, xembed_send_message): New functions.
20549 (x_make_frame_visible): Call xembed_set_info if embedded.
20550 (x_make_frame_invisible): Call xembed_set_info if embedded.
20551 (x_term_init): Initialize Xatom_XEMBED.
20552 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
20553 (x_iconify_frame): Ditto.
20554
20555 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
20556 (enum xembed_info, enum xembed_message, enum xembed_focus)
20557 (enum xembed_modifier, enum xembed_accelerator): New.
20558 (xembed_set_info, xembed_send_message): Declare.
20559 (FRAME_X_EMBEDDED_P): New.
20560
20561 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
20562 gtk_plug_new.
20563
20564 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
20565 window ID of a frame.
20566 (x_window): Reparent frame if embedded.
20567 (Fx_create_frame): Don't set border width if embedded.
20568
20569 * emacs.c (USAGE3): Add --parent-id.
20570 (standard_args): Ditto.
20571
205722008-02-07 Jan Djärv <jan.h.d@swipnet.se>
20573
20574 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
20575
205762008-02-07 Jim Meyering <meyering@redhat.com>
20577
20578 Use "do...while (0)", not "if (1)...else" in macro definitions.
20579 The latter provokes a warning from gcc about the empty else, when
20580 followed by ";". Also, without that trailing semicolon, it would
20581 silently swallow up any following statement.
20582 * syntax.h (SETUP_SYNTAX_TABLE)
20583 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
20584 * buffer.h (DECODE_POSITION): Likewise.
20585 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
20586 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
20587 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
20588 (FETCH_CHAR_ADVANCE): Likewise.
20589 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
20590
205912008-02-07 Jim Meyering <meyering@redhat.com>
20592
20593 * lread.c [lint]: Don't include <sys/inode.h>.
20594
205952008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
20596
20597 * xselect.c (x_handle_dnd_message):
20598 * xmenu.c (digest_single_submenu, xmenu_show):
20599 * xdisp.c (with_echo_area_buffer_unwind_data)
20600 (format_mode_line_unwind_data, unwind_format_mode_line)
20601 (display_menu_bar):
20602 * eval.c (Ffetch_bytecode):
20603 * doc.c (store_function_docstring):
20604 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
20605 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
20606 * buffer.c (add_overlay_mod_hooklist): Use ASET.
20607
206082008-02-07 Kenichi Handa <handa@m17n.org>
20609
20610 * ftxfont.c (ftxfont_open): Don't set
20611 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
20612
20613 * ftfont.c (ftfont_open): Fix previous change.
20614
206152008-02-06 Jason Rumney <jasonr@gnu.org>
20616
20617 * w32font.c (w32font_text_extents): Fill in lbearing metric.
20618 Use cached metrics for ASCII characters.
20619 (w32font_open_internal): Don't set font's owning_frame.
20620 Cache metrics for ASCII characters.
20621
20622 * w32font.h (struct w32font_info): Add ascii_metrics.
20623 Remove owning_frame.
20624
206252008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
20626
20627 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
20628 to negative value.
20629
20630 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
20631
20632 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
20633
20634 * charset.c (syms_of_charset): Set QCtest and Qeq.
20635
206362008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * process.c (Fstart_process):
20639 * callproc.c (Fcall_process): Handle the case where
20640 Funhandled_file_name_directory returns nil.
20641
20642 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
20643 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
20644 * font.c (check_gstring): Use them and AREF to access the vector before
20645 we know it's really a gstring.
20646 (Ffont_shape_text): Fix typo.
46e722a9 20647 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
20648
20649 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
20650 Declare.
20651
20652 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
20653
206542008-02-05 Jason Rumney <jasonr@gnu.org>
20655
20656 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
20657 Set smallest_font_height and smallest_char_width in display info.
20658
206592008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
20660
20661 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
20662
206632008-02-05 Miles Bader <miles@gnu.org>
20664
20665 * xfaces.c (get_lface_attributes, merge_named_face)
20666 (lookup_named_face, lookup_derived_face, realize_named_face):
20667 Revert 2008-02-01 change by cyd@stupidchicken.com.
20668
206692008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
20670
20671 * fontset.c (Ffontset_info): Handle the case of inhibitting the
20672 fallback fonts.
20673 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
20674
206752008-02-04 Jason Rumney <jasonr@gnu.org>
20676
20677 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
20678 set full_name.
20679 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
20680
206812008-02-03 Jason Rumney <jasonr@gnu.org>
20682
20683 * makefile.w32-in (OBJ1): Include font.o here.
20684 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
20685
206862008-02-02 Jason Rumney <jasonr@gnu.org>
20687
20688 * makefile.w32-in (temacs): Bump EMHEAP to 21.
20689
206902008-02-01 Jason Rumney <jasonr@gnu.org>
20691
20692 * s/cygwin.h: Define VIRT_ADDR_VARIES.
20693
20694 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
20695
206962008-02-01 Andreas Schwab <schwab@suse.de>
20697
20698 * Makefile.in (shortlisp, lisp): Update for rename of
20699 ../lisp/language/myanmar.el.
20700
207012008-02-01 Chong Yidong <cyd@stupidchicken.com>
20702
20703 * xfaces.c (get_lface_attributes): Delete function.
20704 (merge_named_face, lookup_named_face, lookup_derived_face)
20705 (realize_named_face): Call lface_from_face_name directly, and use
20706 the fact that merge_face_vectors does not alter its FROM argument.
20707
207082008-02-01 Jason Rumney <jasonr@gnu.org>
20709
20710 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
20711 input in the default locale. Handle non-Unicode multibyte input.
20712
207132008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20714
20715 * fontset.c (reorder_font_vector): Exclude nil elements from the
20716 font group. Don't try multiple fonts.
20717 (fontset_font): Adjust for the above change.
20718 (Finternal_char_font): Return nil if the found font doesn't
20719 contain the character ch.
20720
20721 * Makefile.in (lisp, shortlisp): Add cham.el.
20722
207232008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20724
20725 * font.h (FONTP): Make it return 1 also for a font-object.
20726
20727 * .gdbinit (xfontset): New function.
20728
20729 * font.c (font_find_for_lface): Check if the character C is
20730 supported or not only for the first font.
20731
20732 * fontset.c (reorder_font_vector): Fix typo.
20733 (fontset_find_font): Don't add a font-spec specifying a script.
20734 Use 0 (not Qt) for the indication of empty font-group. Change the
20735 format of RFONT-DEF. Return Qt if no font in the font-group
20736 support the character.
20737 (fontset_font): Adjust for the above change. If no font was
20738 found the character, remember that.
20739 (face_for_char): Adjust for the change of RFONT-DEF.
20740 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
20741 no font for the target.
20742 (Finternal_char_font): Adjust for the change of RFONT-DEF.
20743
207442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20745
20746 * font.c (font_load_for_face): Handle the case that the font in
20747 face->lface is a string.
20748
207492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20750
20751 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
20752
207532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20754
20755 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
20756 Fix previous change. If the frame is not on a window system,
20757 signal an error.
20758
207592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20760
bba3e508
SM
20761 * coding.c (decode_coding_object, encode_coding_object):
20762 Adjust marker positions after conversion.
aac0c6e3
MR
20763
20764 * lisp.h (struct Lisp_Marker): New member need_adjustment.
20765
207662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20767
20768 * font.c (font_find_for_lface): Fix the handling of the return
20769 value of font_has_char.
20770 (Ffont_shape_text): Fix previous change.
20771
20772 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
20773 (fontset_ref_and_range): Delete it.
20774 (fontset_find_font): Call char_table_ref_and_range instead of
20775 FONTSET_REF_AND_RANGE.
20776 (make_fontset): Don't setup font groups of Latin here.
20777 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
20778 (new_fontset_from_font): Make the specified font the default for
20779 all Latin characters.
20780
207812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20782
20783 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
20784 is on a window system before accessing the fontset of the frame.
20785
207862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20787
20788 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
20789
20790 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
20791 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
20792
20793 * font.c (Ffont_shape_text): If the font driver doesn't have a
20794 shaper function, make zero-width glyphs to have at least one-pixel
20795 width. Fix setting of `to' field of glyphs.
20796
207972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20798
20799 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
20800 glyphs.
20801
20802 * font.h (struct font_driver): Improve docstring of member `shape'.
20803
208042008-02-01 Kenichi Handa <handa@m17n.org>
20805
20806 * composite.c (syms_of_composite): Fix docstring of
20807 auto-composition-function.
20808
20809 * font.h (LGLYPH_SIZE): New macro.
20810
20811 * font.c (Ffont_fill_gstring): Stop filling when a character not
20812 supported by the font is found.
20813 (Ffont_shape_text): When a shape callback function returns nil,
20814 try at most two more times with larger gstring.
20815 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
20816
20817 * xdisp.c (handle_auto_composed_prop): Change the argument to
20818 auto-composition-function.
20819
20820 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
20821 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
20822 Lispy glyph and store it in the lgstring.
20823
20824 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
20825
20826 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
20827
208282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20829
20830 * font.c (Ffont_shape_text): Avoid unnecessary composition.
20831
20832 * fontset.c (Vfont_encoding_charset_alist): New variable.
20833 (syms_of_fontset): DEFVAR it.
20834 (reorder_font_vector, fontset_find_font): Optimize for the case of
20835 no need of reordering.
20836 (face_for_char): Map the charset property by
20837 Vfont_encoding_charset_alist.
20838
208392008-02-01 Jason Rumney <jasonr@gnu.org>
20840
20841 * w32font.c (logfonts_match): Don't check adstyle here.
20842 (font_matches_spec): Check here against physical font instead.
20843 (add_font_entity_to_list): Avoid some substitutions.
20844
20845 * font.c (font_parse_fcname): Default weight and slant to normal.
20846 (font_score): Prefer normal fonts if weight or slant unspecified.
20847 (font_score) [WINDOWSNT]: Scale weight difference down to closer
20848 match freetype scores.
20849
208502008-02-01 Jason Rumney <jasonr@gnu.org>
20851
20852 * w32font.c (w32font_text_extents): Don't use the frame stored in the
20853 font, as it may have been deleted.
20854 (w32_enumfont_pattern_entity): Map generic family to adstyle using
20855 most common hyphenless variation.
20856 (logfonts_match): Check generic family.
20857 (font_matches_spec): Don't check generic family here.
20858 (fill_in_logfont): Set generic family based on adstyle.
20859
20860 * w32font.h (w32font_get_cache): Update declaration.
20861
208622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20863
20864 * ftfont.c (ftfont_get_cache): Adjust the argument type.
20865
20866 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
20867 If none of the new drivers are available, call font_update_drivers
20868 with the old drivers.
20869
20870 * w32font.c (w32font_get_cache): Adjust the argument type.
20871
20872 * xfont.c (xfont_get_cache): Adjust the argument type.
20873
20874 * font.h (struct font_driver): Change argument type of get_cache.
20875
20876 * xftfont.c (xftfont_start_for_frame): Delete prototype.
20877
20878 * font.c (Ffont_get): Fix arguments to Fassoc.
20879 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
20880 (font_clear_cache): New function.
20881 (font_list_entities, font_matching_entity): Use font_get_cache.
20882 (font_update_drivers): Call font_clear_cache when finishing a driver.
20883
20884 * fontset.c (fontset_find_font): Fix previous change.
20885
208862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20887
20888 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
20889 dpyinfo->font_table.
20890 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
20891 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
20892
20893 * font.c (font_at): Handle the case that the arg C is negative.
20894 Handle the unibyte case.
20895 (Ffont_at): Call font_at with the arg C -1.
20896
20897 * xdisp.c (handle_auto_composed_prop): Don't get a character at
20898 the position here, and call font_at with the arg C -1.
20899 Don't check the range of the existing composition at the point.
20900
209012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20902
20903 * fontset.c (fontset_add): New args charset_id and family.
20904 Change caller.
20905 (load_font_get_repertory, fontset_find_font): Assume that
20906 font_spec is always a font-spec object.
20907 (Fset_fontset_font): Always store a font-spec object in a fontset.
20908
20909 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
20910 instead of get_property_and_range.
20911
209122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20913
20914 * xftfont.c (struct xftfont_info): Delete the member ft_face.
20915 (xftfont_open): Don't keep locking face.
20916 (xftfont_close): Don't unlock face.
20917 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
20918
20919 * fontset.c (fontset_find_font): Don't prefer a font of
20920 supplementary charset.
20921
209222008-02-01 Kenichi Handa <handa@m17n.org>
20923
20924 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
20925 script, langsys_tag to langsys, new member script.
20926 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 20927 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
20928 listing to the script specified in that property. Fix arg to
20929 OTF_check_features.
20930
209312008-02-01 Jason Rumney <jasonr@gnu.org>
20932
20933 * w32font.h: New file.
20934
20935 * w32font.c: Include it.
20936 (struct w32font_info): Add owning_frame field. Move to w32font.h.
20937 (w32font_open): Set owning_frame.
20938 (w32font_text_extents): Use owning_frame.
20939 (struct font_callback_data): Add opentype_only field.
20940 (add_font_entity_to_list): Use it to filter fonts.
20941 Don't check against full name.
20942 (w32font_list_internal): New function.
20943 (w32font_list): Use it.
20944 (w32font_match_internal): New function.
20945 (w32font_match): Use it.
20946 (w32font_open_internal): New function.
20947 (w32font_open): Use it.
20948 (w32font_get_cache, w32font_close, w32font_has_char)
20949 (w32font_encode_char, w32font_text_extents, w32font_draw):
20950 Make non-static.
20951
20952 * makefile.w32-in (w32font.o): Depend on w32font.h.
20953
209542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20955
20956 * charset.c (Fdefine_charset_internal): Record a supplementary
20957 charset at the tail of Vcharset_order_list.
20958
20959 * font.c (Ffont_shape_text): Fix the return value.
20960
20961 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
20962
20963 * xdisp.c (handle_auto_composed_prop): Fix previous change.
20964
209652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20966
20967 * ftfont.c (struct OpenTypeSpec): New struct.
20968 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
20969 (ftfont_get_open_type_spec): New function.
20970 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
20971
20972 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
20973
209742008-02-01 Jason Rumney <jasonr@gnu.org>
20975
20976 * w32font.c (add_font_entity_to_list): Compare only the beginning
20977 of full name.
20978
209792008-02-01 Kenichi Handa <handa@m17n.org>
20980
20981 * xdisp.c (handle_auto_composed_prop): Simplify the code.
20982 Never return HANDLED_RECOMPUTE_PROPS.
20983
209842008-02-01 Kenichi Handa <handa@m17n.org>
20985
20986 * font.c (font_gstring_produce): Delete it.
20987
20988 * composite.h (COMPOSITION_METHOD):
20989 Handle COMPOSITION_WITH_GLYPH_STRING.
20990
209912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20992
20993 * xfont.c (Qx): Delete.
20994 (syms_of_xfont): Don't initialize Qx.
20995
20996 * composite.h (enum composition_method):
20997 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
20998
209992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21000
21001 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
21002 (choose_face_font): Accept new form of font-spec.
21003
21004 * frame.h (font_driver_list): Declare it unconditionally.
21005 (struct frame): Define members font_driver_list and font_data_list
21006 unconditionally.
21007
21008 * fontset.c: Include "font.h" unconditionally.
21009 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
21010 (Fset_fontset_font): Accept a font-spec object.
21011
21012 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
21013 PIXEL_SIZE part a wild card.
21014
21015 * dispextern.h (struct glyph_string): Define members clip and
21016 num_clips unconditionally.
21017 (struct face): Define members font_info and extra unconditionally.
21018
21019 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
21020 ftfont_info only when HAVE_LIBOTF is defined.
21021
210222008-02-01 Andreas Schwab <schwab@suse.de>
21023
21024 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
21025 and end.
21026
210272008-02-01 Jason Rumney <jasonr@gnu.org>
21028
21029 * w32font.c (w32font_driver): Add new fields.
21030
210312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21032
21033 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
21034 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
21035 (LIBES): Add @M17N_FLT_CFLAGS@.
21036
21037 * composite.c (compose_text): Don't treat the new style
21038 composition specially.
21039
21040 * emacs.c (main): Call syms_of_font unconditionally.
21041
21042 * font.h (FONT_ENTITY_NOT_LOADABLE)
21043 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
21044 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
21045 (struct font_driver): New member shape.
21046 (font_registry_charsets): Extern it.
21047 (font_find_for_lface, font_prepare_composition): Adjust prototype.
21048 (font_otf_capability, font_drive_otf): Delete their externs.
21049
21050 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
21051 (font_charset_alist, font_registry_charsets): Move from xfont.c
21052 and rename.
21053 (font_prop_validate_otf): New function.
21054 (font_property_table): Register it for QCotf.
21055 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
21056 (font_drive_otf): Delete.
21057 (font_prepare_composition): New arg F. Adjust for the change of
21058 lispy gstring.
21059 (font_find_for_lface): New arg C.
21060 (font_load_for_face): Adjust for the change of font_find_for_lface.
21061 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
21062 lispy gstring.
21063 (Ffont_shape_text): New function.
21064 (Fopen_font): If the font size is not given, use 12-pixel.
21065 (Ffont_at): New arg STRING.
40b1a3a9 21066 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
21067 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
21068 conditionally.
21069
21070 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
21071 fonts of the same font-spec. Change the format of RFONT-DEF.
21072 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
21073 Adjust for the change of RFONT-DEF.
21074 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
21075
21076 * ftfont.h: New file.
21077
21078 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
21079 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
21080 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
21081 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
21082 font_otf_capability and font_drive_otf, set ftfont_shape.
21083 (ftfont_list): Adjust for the change of :otf property value.
21084 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
21085 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
21086 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
21087 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
21088 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
21089 (otf_gstring, gstring, m17n_flt_initialized): New variables.
21090
21091 * w32term.c (x_draw_composite_glyph_string_foreground):
21092 Adjust for the change of lispy gstring.
21093
21094 * xdisp.c (handle_composition_prop): Adjust for the change of
21095 lispy gstring. Call a function for auto-composition with the
21096 third arg it->window.
21097 (fill_composite_glyph_string): Adjust for the change of lispy string.
21098 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
21099
21100 * xfaces.c (set_font_frame_param): Adjust for the change of
21101 font_find_for_lface.
21102
21103 * xfont.c (x_font_charset_alist): Move to font.c and rename.
21104 (xfont_registry_charsets): Likewise. Change caller.
21105 (syms_of_xfont): Don't handle x_font_charset_alist.
21106
21107 * xftfont.c: Include "ftfont.h".
21108 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
21109 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
21110 (xftfont_close) [HAVE_LIBOTF]: Close otf.
21111 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
21112 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
21113 Set xftfont_driver.shape to xftfont_shape.
21114
21115 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
21116 the change of lispy gstring.
21117
211182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21119
21120 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
21121
211222008-02-01 Jason Rumney <jasonr@gnu.org>
21123
21124 * w32font.c (w32font_draw): Fill background manually.
21125
211262008-02-01 Jason Rumney <jasonr@gnu.org>
21127
21128 * font.c (Qfontp): Remove unused symbol.
21129 (QCantialias): New symbol.
21130 (syms_of_font): Define it.
21131 (font_property_table): Set a validator for QCantialias.
21132
21133 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
21134 Define if not already.
21135 (QCfamily): Share with xfaces.c.
21136 (Qstandard, Qsubpixel, Qnatural): New symbols.
21137 (syms_of_w32font): Define them. Don't define QCfamily here.
21138 (w32_antialias_type, lispy_antialias_type): New functions.
21139 (w32_enumfont_pattern_entity): New arg requested_font.
21140 Set antialias parameter if non-default was requested.
21141 (fill_in_logfont): Fill in lfQuality if :antialias specified.
21142
211432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21144
21145 * lread.c (read1): Undo the previous change.
21146
211472008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
21148
21149 * frame.c (Fdelete_frame): Call font_update_drivers only when
21150 USE_FONT_BACKEND is defined.
21151
211522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21153
21154 * font.h (struct font_bitmap): New member bits_per_pixel.
21155 (struct font_driver): New members start_for_frame and end_for_frame.
21156 (struct font_data_list): New struct.
21157 (font_put_frame_data, font_get_frame_data): Extern them.
21158
21159 * frame.h (struct frame): New member font_data_list.
21160
21161 * font.c (font_update_drivers): Call driver->start_for_frame and
21162 driver->end_for_frame at proper timings.
21163 (font_put_frame_data, font_get_frame_data): New functions.
21164 (Ffont_spec): Add usage in the docstring.
21165
21166 * frame.c (make_frame): Initialize f->font_data_list to NULL.
21167 (Fdelete_frame): Call font_update_drivers.
21168
21169 * xftfont.c (struct xftface_info): Delete the member xft_draw.
21170 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
21171 (xftfont_get_xft_draw): New function.
21172 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
21173 (xftfont_end_for_frame): New function.
21174 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
21175
21176 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
21177 Change argument. Cache GCs in the per-frame data.
21178 (struct ftxfont_frame_data): New struct.
21179 (ftxfont_draw_bitmap): New arg gc_fore and flush.
21180 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
21181 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
21182 (ftxfont_end_for_frame): New function.
21183 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
21184
21185 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
21186
211872008-02-01 Kenichi Handa <handa@m17n.org>
21188
21189 * xselect.c (Vselection_coding_system)
21190 (Vnext_selection_coding_system): Delete them.
21191 (syms_of_xselect): Don't declare selection-coding-system and
21192 next-selection-coding-system. They are declared in select.el.
21193
211942008-02-01 Jason Rumney <jasonr@gnu.org>
21195
21196 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
21197
21198 * w32fns.c: Include imm.h.
21199 (get_composition_string_fn, get_ime_context_fn): New optional
21200 system functions.
21201 (globals_of_w32fns): Load them from imm32.dll.
21202 (ignore_ime_char): New flag.
21203 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
21204 WM_IME_ENDCOMPOSITION messages.
21205
21206 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
21207 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
21208
212092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21210
21211 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
21212 (READCHAR_REPORT_MULTIBYTE): New macro.
21213 (readchar): New 2nd arg MULTIBYTE.
21214 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
21215 Make symbol's name multibyte according to the multibyteness of the
21216 source.
21217
212182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21219
21220 * xfaces.c (face_for_overlay_string): Call lookup_face with
21221 correct arguments (fix of synching with the trunk).
21222
212232008-02-01 Kenichi Handa <handa@m17n.org>
21224
21225 * font.c (font_prop_validate_symbol, font_prop_validate_style)
21226 (font_prop_validate_non_neg, font_prop_validate_spacing):
21227 Delete argument prop_index.
21228 (font_property_table): Change arguments to validater. Change Callers.
21229 (font_lispy_object): Delete.
21230 (font_at): Use font_find_object instead fo font_lispy_object.
21231
212322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21233
21234 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
21235 and file names.
21236
212372008-02-01 Jason Rumney <jasonr@gnu.org>
21238
21239 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
21240 (font_matches_spec): Remove debug output.
21241 (add_font_entity_to_list): Avoid using substituted fonts.
21242
212432008-02-01 Jason Rumney <jasonr@gnu.org>
21244
21245 * doc.c (Fsnarf_documentation):
21246 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
21247
212482008-02-01 Miles Bader <miles@gnu.org>
21249
21250 * dispextern.h (struct glyph_row): Only define "clip" field if
21251 HAVE_WINDOW_SYSTEM is defined.
21252
212532008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21254
21255 Fix up multi-tty merge.
21256
21257 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
21258 and indentation.
21259
21260 * xfaces.c (free_realized_face, clear_face_gcs):
21261 Include font_done_for_face in the input_blocked section, just in case.
21262
21263 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
21264 (get_char_face_and_encoding): Undo last change and remove the *other*
21265 duplicate definition (i.e. keep the one that's better scoped and that
21266 includes code for the font-backend).
21267
21268 * terminal.c (create_terminal): Default keyboard_coding to
21269 `no-conversion' and terminal_coding to `undecided'.
21270
21271 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
21272
21273 * fontset.c (free_realized_fontsets): Check that the table entry does
21274 contain a fontset before trying to compare it to `base'.
21275
21276 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
21277 syms_of_charset, and syms_of_coding earlier because init_window_once
21278 now needs Vcoding_system_hash_table to be setup.
21279
21280 * coding.h (default_buffer_file_coding): Remove.
21281
21282 * coding.c (default_buffer_file_coding): Remove.
21283 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
21284 than ->symbol, and use the terminal-local coding system.
21285 (syms_of_coding): Don't setup the coding-systems that are not
21286 terminal-local.
21287 (Fdefine_coding_system_internal): Use XCAR/XCDR.
21288
21289 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
21290 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
21291
21292 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
21293 in chartab.c and were re-added here by mistake.
21294 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
21295
21296 * doc.c (Fsnarf_documentation):
21297 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
21298 src to etc.
21299
21300 * ChangeLog.10: Add mistakenly removed entry.
21301
213022008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
21303
21304 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
21305
213062008-02-01 Miles Bader <miles@gnu.org>
21307
21308 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
21309 Add extra args to FACE_FOR_CHAR.
21310
213112008-02-01 Kenichi Handa <handa@m17n.org>
21312
21313 * keymap.c (where_is_internal_1): If key is a cons, store the copy
21314 in sequence.
21315
21316 * chartab.c (map_sub_char_table, map_char_table): If the range
21317 contains just one character, call the function with that character
21318 even if the depth is not 3.
21319
213202008-02-01 Jason Rumney <jasonr@gnu.org>
21321
21322 * w32font.c (w32font_text_extents): Calculate metrics for the
21323 whole string.
21324
213252008-02-01 Jason Rumney <jasonr@gnu.org>
21326
21327 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
21328
213292008-02-01 Jason Rumney <jasonr@gnu.org>
21330
bba3e508
SM
21331 * w32term.c (x_set_glyph_string_clipping):
21332 Use get_glyph_string_clip_rects.
aac0c6e3
MR
21333 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
21334 Adjust for the change of struct glyph_string.
21335
21336 * w32font.c (w32font_draw): Do clipping here.
21337
213382008-02-01 Kenichi Handa <handa@m17n.org>
21339
21340 * xftfont.c (xftfont_draw): Adjust for the change of struct
21341 glyph_string.
21342
bba3e508
SM
21343 * xterm.c (x_set_glyph_string_clipping):
21344 Use get_glyph_string_clip_rects.
aac0c6e3
MR
21345 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
21346 Adjust for the change of struct glyph_string.
21347
21348 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
21349 the resulting clip(s}.
21350 (expose_overlaps): Add arg r. Change callers. Set it to
21351 row->clip temporarily.
21352 (expose_window): Redraw rows overlapping the exposed area.
21353
21354 * dispextern.h (struct glyph_row): New member clip.
21355 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
21356 clip_height, new member clip, and num_clips.
21357
213582008-02-01 Kenichi Handa <handa@m17n.org>
21359
21360 * data.c (Fchar_or_string_p): Fix docstring.
21361
213622008-02-01 Kenichi Handa <handa@m17n.org>
21363
21364 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
21365 create a temporary XftDraw object.
21366
213672008-02-01 Kenichi Handa <handa@m17n.org>
21368
21369 * font.c (Ffontp): Fix docstring.
21370
21371 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
21372 strong evidence of ISO-2022.
21373
213742008-02-01 Kenichi Handa <handa@m17n.org>
21375
21376 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
21377 SYNTAX_ENTRY_FOLLOW_PARENT.
21378
213792008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21380
21381 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
21382 its type.
21383 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21384 Update to the new type of weak_hash_tables and next_weak.
21385
21386 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
21387 a plain C pointer to Lisp_Hash_Table.
21388
21389 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
21390 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
21391 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
21392 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
21393 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
21394 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
21395 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
21396 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
21397 (GC_EQ): Remove since they've been identical to their non-GC_
21398 alter-egos ever since the markbit was eradicated.
21399
21400 * alloc.c:
21401 * buffer.c:
21402 * buffer.h:
21403 * data.c:
21404 * fileio.c:
21405 * filelock.c:
21406 * fns.c:
21407 * frame.h:
21408 * lisp.h:
21409 * macterm.c:
21410 * print.c:
21411 * process.c:
21412 * w32fns.c:
21413 * w32menu.c:
21414 * w32term.c:
21415 * xfns.c:
21416 * xmenu.c:
21417 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
21418
214192008-02-01 Kenichi Handa <handa@m17n.org>
21420
21421 * chartab.c (map_sub_char_table): Make it work for the top-level
21422 char-table. Fix handling of parent char-table.
21423 (map_char_table): Adjust for the above change.
21424
214252008-02-01 Jason Rumney <jasonr@gnu.org>
21426
21427 * w32font.c (Qgdi): Rename from Qw32.
21428
214292008-02-01 Jason Rumney <jasonr@gnu.org>
21430
21431 * w32bdf.c (get_quoted_string): Make function static.
21432
214332008-02-01 Kenichi Handa <handa@m17n.org>
21434
21435 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
21436 bigger ascent and descent than those of the font, use them as
21437 font's ascent and descent.
21438
214392008-02-01 Kenichi Handa <handa@m17n.org>
21440
21441 * Makefile.in (${lispsource}international/charprop.el): Move this
21442 target within "#ifdef HAVE_UNIDATA" and "#endif".
21443
214442008-02-01 Kenichi Handa <handa@m17n.org>
21445
21446 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
21447 (shortlisp): Add ../lisp/language/tai-viet.el.
21448
214492008-02-01 Ulrich Mueller <ulm@gentoo.org>
21450
21451 * Makefile.in (${lispsource}international/charprop.el): Depend on
21452 temacs${EXEEXT}.
21453
214542008-02-01 Jason Rumney <jasonr@gnu.org>
21455
21456 * w32font.c (w32font_close): Delete the GDI font object.
21457
21458 * w32menu.c: Include character.h.
21459
21460 * w32proc.c: Likewise.
21461
21462 * w32select.c: Likewise.
21463
21464 * makefile.w32-in (w32proc.o): Depend on character.h.
21465
214662008-02-01 Jason Rumney <jasonr@gnu.org>
21467
21468 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
21469
21470 * w32menu.c (syms_of_w32menu): Likewise.
21471
21472 * w32proc.c (syms_of_ntproc): Likewise.
21473
21474 * w32select.c (syms_of_w32select): Likewise.
21475
21476 * w32term.c (syms_of_w32term): Likewise.
21477
214782008-02-01 Jason Rumney <jasonr@gnu.org>
21479
21480 * w32font.c (w32font_draw): Delete brush after using it.
21481
214822008-02-01 Jason Rumney <jasonr@gnu.org>
21483
21484 * w32font.c (w32font_open): Don't set font_idx.
21485 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
21486 to font settings.
21487 (w32font_draw): Fill background explicitly.
21488
214892008-02-01 Jason Rumney <jasonr@gnu.org>
21490
21491 * w32term.c (w32_initialize): Don't call w32font_initialize.
21492
21493 * w32font.c (w32font_info): Remove subranges.
21494 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
21495 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
21496 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
21497 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
21498 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
21499 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
21500 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
21501 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
21502 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
21503 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
21504 New symbols.
21505 (font_callback_data): New struct.
21506 (w32font_list, w32font_match): Use it.
21507 (w32font_open): Don't populate subranges.
21508 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
21509 (w32font_encode_char): Always return unicode code-point as-is.
21510 (w32font_text_extents): Supply a transformation matrix to
21511 GetGlyphOutline. Never look up by glyph index. Avoid looping
21512 twice. Use unicode version of GetTexExtentPoint32 instead of
21513 glyph index version.
21514 (set_fonts_frame): Remove.
21515 (w32_enumfont_pattern_entity): Add frame parameter, use it to
21516 set frame parameter. Use backward compatible fake foundries.
21517 Save generic family in extra slot under QCfamily. Make width slot
21518 constant. Save QCspacing value. Save list of scripts instead of
21519 binary subranges.
21520 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
bba3e508
SM
21521 (add_font_entity_to_list): Use font_callback_data struct.
21522 Filter unwanted fonts.
aac0c6e3
MR
21523 (add_one_font_entity_to_list): Use font_callback_data struct.
21524 (w32_registry): Default to iso10646_1.
21525 (fill_in_logfont): Use dpi from extra slot. Don't bother with
21526 string font registries. Don't fill in font name if it is a generic
21527 family name, fill family instead. Use spacing, family and script
21528 extra info to fill pitch, family and charset fields.
21529 (list_all_matching_fonts): Use font_callback_data struct.
21530 (unicode_range_for_char): Remove.
21531 (font_supported_scripts): New function.
21532 (w32font_initialize): Remove.
21533 (syms_of_w32font): Update which symbols are defined.
21534
215352008-02-01 Jason Rumney <jasonr@gnu.org>
21536
21537 * font.c (font_pixel_size): Reverse assq_no_quit args.
21538
21539 * w32term.h (FONT_WIDTH): Report max width, not average.
21540 (FONT_MAX_WIDTH): Remove.
21541 (FONT_AVG_WIDTH): New macro.
21542
21543 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
21544 redefinition of FONT_WIDTH.
21545
21546 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
21547 (w32_cache_char_metrics): Use FONT_WIDTH.
21548
21549 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
21550
215512008-02-01 Jason Rumney <jasonr@gnu.org>
21552
21553 * w32font.c (w32font_open): Make lfHeight negative.
21554
21555 * w32fns.c (x_default_font_parameter): Use new style font name.
21556 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
21557
215582008-02-01 Jason Rumney <jasonr@gnu.org>
21559
21560 * w32font.c (QCsubranges): New symbol.
21561 (w32font_open, w32font_has_char): Get subranges from subproperty
21562 of extra.
21563 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
21564 (syms_of_w32font): Define :subranges symbol.
21565
21566 * font.c (font_put_extra): Expose externally.
21567
21568 * font.h (font_put_extra): Move declaration from font.c.
21569
21570 * font.c (Ffont_get): Use font driver to determine otf capability.
21571 (adjust_anchor): Check if driver defines anchor_point before using.
21572
21573 * w32font.c (w32font_open): Handle size, height and pixel_size better.
21574 (w32font_draw): Use options.
21575 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
21576 Fix detection of truetype fonts.
21577 (registry_to_w32_charset): Handle charsets other than iso8859-1
21578 expressed as lisp symbols.
21579 (w32_registry): Express charset as lisp symbol.
21580 (fill_in_logfont): Reverse pixel and point height logic.
21581 Don't set width here. Set quality to default.
21582
21583 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
21584 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
21585
21586 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21587 Remove redundant loop and allocation.
21588
21589 * makefile.w32-in (font.o, w32font.o): New objects.
21590 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
21591 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
21592
21593 * xdisp.c (fill_composite_glyph_string): Make the first arg to
21594 STORE_XCHARB a valid l-value.
21595
21596 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
21597 calculations for non-Truetype fonts.
21598 (x_draw_glyph_string): Sync with xterm.c.
21599 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21600 Remove redundant code.
21601 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
21602
21603 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
21604 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
21605
21606 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
21607 (x_to_w32_charset, w32_to_x_charset): Expose externally.
21608
21609 * w32font.c: New file for w32 font backend.
21610
216112008-02-01 Kenichi Handa <handa@m17n.org>
21612
21613 * term.c: Don't include "buffer.h" twice.
21614
216152008-02-01 Kenichi Handa <handa@m17n.org>
21616
21617 * character.c (Funibyte_string): New function.
21618 (syms_of_character): Defsubr it.
21619
216202008-02-01 Jason Rumney <jasonr@gnu.org>
21621
21622 * w32term.c [USE_FONT_BACKEND]:
21623 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
21624 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
21625 (x_draw_glyph_string, x_draw_glyph_string_foreground)
21626 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
21627 (x_free_frame_resources): Sync with xterm.c.
21628
216292008-02-01 Andreas Schwab <schwab@suse.de>
21630
21631 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
21632 char-table size.
21633
216342008-02-01 Kenichi Handa <handa@m17n.org>
21635
21636 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
21637
216382008-02-01 Kenichi Handa <handa@m17n.org>
21639
21640 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
21641 font_otf_gpos, add font_drive_otf.
21642
21643 * fontset.c (fontset_find_font): Pay attention to font size
21644 specified for a font.
21645 (reorder_font_vector): Check contents of font_def.
21646
21647 * font.c (struct otf_list): Delete it.
21648 (otf_list): Make it a lisp variable.
21649 (otf_open): Use lispy otf_list.
21650 (generate_otf_features): Rename from parse_gsub_gpos_spec.
21651 (check_otf_features): New function.
21652 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
21653 New functions.
21654 (font_drive_otf): New function merging font_otf_gsub and
21655 font_otf_gpos.
21656 (font_open_for_lface): New arg spec. Change argument order.
21657 (font_load_for_face): Adjust for the change of font_open_for_lface.
21658 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
21659 Ffont_otf_gpos.
21660 (syms_of_font): Staticpro otf_list. Delete defsubr of
21661 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
21662
21663 * xfaces.c (set_font_frame_param): Adjust for the change of
21664 font_open_for_lface.
21665
21666 * font.h (font_open_for_lface): Adjust prototype.
21667 (struct font_driver): Delete members otf_gsub and otf_gpos, add
21668 member otf_drive.
21669 (font_otf_gsub, font_otf_gpos): Delete externs.
21670 (font_drive_otf): Extern it.
21671
216722008-02-01 Kenichi Handa <handa@m17n.org>
21673
21674 * font.c (font_at): If the window W is not on a window system,
21675 return Qnil.
21676
21677 * coding.c (produce_chars, encode_coding): Don't call
21678 insert_from_gap if no characters to produce.
21679
216802008-02-01 Kenichi Handa <handa@m17n.org>
21681
21682 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
21683 Fclear_face_cache.
21684
21685 * xfaces.c (face_for_font): Check also face->font==font->font.font.
21686
216872008-02-01 Miles Bader <miles@gnu.org>
21688
21689 * emacs.c (main): Change default value of `enable_font_backend' to 1.
21690 Parse "--disable-font-backend" option.
21691 (standard_args): Add "--disable-font-backend" option.
21692
216932008-02-01 Kenichi Handa <handa@m17n.org>
21694
21695 * fontset.c (fontset_find_font): New function.
21696 (fontset_font): Use fontset_find_font.
21697 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
21698 Register the specified font for all Latin characters.
21699 (new_fontset_from_font): Register the specified font for all Latin
21700 characters.
21701 (dump_fontset): For a realized fontset, include the base fontset
21702 name in the returned vector.
21703
217042008-02-01 Kenichi Handa <handa@m17n.org>
21705
21706 * character.h (CHAR_STRING): Cast C to unsigned on calling
21707 char_string.
21708
21709 * character.c (char_string): Type of arg C changed to unsigned.
21710 Signal an error if C is an invalid character code.
21711
21712 * editfns.c (general_insert_function, Fchar_to_string):
21713 Use CHARACTERP, not INTEGERP.
21714
217152008-02-01 Kenichi Handa <handa@m17n.org>
21716
21717 * character.h (MIN_MULTIBYTE_LEADING_CODE)
21718 (MAX_MULTIBYTE_LEADING_CODE): New macros.
21719
21720 * regex.c (analyse_first): Fix for multibyte characters in "case
21721 charset:" and "case categoryspec:".
21722
217232008-02-01 Andreas Schwab <schwab@suse.de>
21724
21725 * Makefile.in (LIBES): Move standard libraries to the end.
21726
217272008-02-01 Kenichi Handa <handa@m17n.org>
21728
21729 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
21730 nonzero, don't shrink the buffer nextb.
21731
21732 * buffer.h (struct buffer_text): New member inhibit_shrinking.
21733
21734 * coding.c (coding_alloc_by_making_gap): New arg offset.
21735 (alloc_destination): Call coding_alloc_by_making_gap with the arg
21736 offset.
21737 (decode_coding_iso_2022): Update coding->safe_charsets.
21738 (decode_coding_gap): Temporarily set
21739 current_buffer->text->inhibit_shrinking to 1.
21740
217412008-02-01 Kenichi Handa <handa@m17n.org>
21742
bba3e508
SM
21743 * xterm.c (x_draw_composite_glyph_string_foreground):
21744 Fix indexing into elements of s->cmp and s->char2b.
aac0c6e3
MR
21745
217462008-02-01 Juanma Barranquero <lekktu@gmail.com>
21747
21748 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
21749
217502008-02-01 Kenichi Handa <handa@m17n.org>
21751
21752 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
21753 target_multibyte instead of multibyte.
21754 (re_match_2_internal): Call bcmp_translate with target_multibyte.
21755 (bcmp_translate): Change the argument name from multibyte to
21756 target_multibyte.
21757
217582008-02-01 Kenichi Handa <handa@m17n.org>
21759
21760 These changes are to compile a regexp into a pattern that can be
21761 used both for multibyte and unibyte targets.
21762
21763 * Makefile.in (search.o): Depend on charset.h.
21764
21765 * character.c (multibyte_char_to_unibyte_safe): New function.
21766
21767 * search.c: Include "charset.h".
21768 (compile_pattern_1): Delete argument multibyte. Don't set
21769 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
21770 (compile_pattern): Don't compare cp->buf.target_multibyte.
21771 Compare cp->buf.charset_unibyte.
21772 (compile_pattern): Set cp->buf.target_multibyte.
21773
21774 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
21775
21776 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
21777
21778 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
21779 multibyte. Change callers.
21780 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
21781 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
21782 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
21783 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
21784 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
21785 (regex_compile): Make the compiled pattern usable both for
21786 multibyte and unibyte targets.
21787 (analyse_first): Make the fastmap usable both for multibyte and
21788 unibyte targets.
21789 (TRANSLATE_VIA_MULTIBYTE): Delete.
21790 (re_match_2_internal): Pay attention to the case that the
21791 multibyteness of bufp and target may be different.
21792
217932008-02-01 Kenichi Handa <handa@m17n.org>
21794
21795 * xdisp.c (x_produce_glyphs): When a font is not found, make the
21796 empty box occupy at least one column width.
21797
217982008-02-01 Miles Bader <miles@gnu.org>
21799
21800 * Makefile.in: Remove redundant HAVE_XFT clause.
21801
218022008-02-01 Kenichi Handa <handa@m17n.org>
21803
21804 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
21805
218062008-02-01 Kenichi Handa <handa@m17n.org>
21807
21808 * fontset.c (Finternal_char_font): Fix for the case of POSITION
21809 being nil.
21810
218112008-02-01 Kenichi Handa <handa@m17n.org>
21812
21813 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
21814
218152008-02-01 Kenichi Handa <handa@m17n.org>
21816
21817 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
21818
218192008-02-01 Kenichi Handa <handa@m17n.org>
21820
21821 * search.c (simple_search): Fix previous change.
21822
218232008-02-01 Kenichi Handa <handa@m17n.org>
21824
21825 * xftfont.c (ftfont_font_format): Extern declaration.
21826
21827 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
21828
21829 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
21830 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
21831
21832 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
21833 (ftfont_font_format): Fix previous change.
21834
21835 * font.h (Ffont_xlfd_name): EXFUN it.
21836
21837 * font.c (font_parse_xlfd): Fix the array size of `f'.
21838 (register_font_driver): Use EQ to compare driver->type.
21839
21840 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
21841 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
21842 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
21843
218442008-02-01 Kenichi Handa <handa@m17n.org>
21845
21846 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
21847 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
21848
218492008-02-01 Kenichi Handa <handa@m17n.org>
21850
21851 * xfont.c (xfont_open): Set font->format.
21852
21853 * xftfont.c (xftfont_open): Set font->format.
21854
21855 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
21856 (ftfont_list): Include FC_FONTFORMAT in FcObject.
21857 (ftfont_open): Set font->format.
21858 (ftfont_font_format): New function.
21859
21860 * font.h (struct font): New member format.
21861
21862 * font.c (Qopentype): New variable.
21863 (syms_of_font): Defsym it.
21864 (Fquery_font): Change the format of the last element of the return
21865 value.
21866
218672008-02-01 Kenichi Handa <handa@m17n.org>
21868
21869 * xfns.c (xic_create_xfontset): Try the default fontset name as a
21870 last resort.
21871
218722008-02-01 Kenichi Handa <handa@m17n.org>
21873
21874 * coding.c (detect_coding_charset): Fix detection of multi-byte
21875 charset.
21876
218772008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
21878
21879 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
21880
218812008-02-01 Kenichi Handa <handa@m17n.org>
21882
21883 * xdisp.c (get_next_display_element): Set it->face_id for the
21884 first component of a composition.
21885 (x_produce_glyphs): Check if the font is changed or not for composition.
21886
218872008-02-01 Kenichi Handa <handa@m17n.org>
21888
21889 * fontset.c (Qlatin): New variable.
21890 (syms_of_fontset): Define it as a lisp symbol.
21891 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
21892
218932008-02-01 Kenichi Handa <handa@m17n.org>
21894
21895 * font.c (font_unparse_fcname): Pay attention to the case that
21896 some of font property is a null string.
21897
218982008-02-01 Kenichi Handa <handa@m17n.org>
21899
21900 * term.c: Include "composite.h".
21901 (encode_terminal_code): Output all components of composition.
21902 Check the size of encode_terminal_src.
21903 (produce_glyphs): For composition, call produce_composite_glyph.
21904 (append_composite_glyph, produce_composite_glyph): New functions.
21905
21906 * xdisp.c (x_produce_glyphs): In handling composition, if a font
21907 is not found, get font_info from the current ascii face.
21908
219092008-02-01 Kenichi Handa <handa@m17n.org>
21910
21911 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
21912 buffer-file-name to Qnil before calling insert_from_buffer.
21913
21914 * font.c (font_unparse_fcname): Pay attention to the case that
21915 foundry is a null string.
21916
219172008-02-01 Kenichi Handa <handa@m17n.org>
21918
21919 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
21920
21921 * font.c (Qunicode_sip): New variable.
21922 (syms_of_font): Declare it as a Lisp symbol.
21923
21924 * font.h (Qunicode_sip): Extern it.
21925
219262008-02-01 Kenichi Handa <handa@m17n.org>
21927
21928 * composite.c (get_composition_id): Pay attention to TAB component.
21929
21930 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
21931 TAB. Adjust for the change of s->char2b which always points to
21932 the first element of allocated memory.
21933
21934 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
21935
21936 * xdisp.c (handle_composition_prop): Set it->c to the first
21937 non-TAB component.
21938 (fill_composite_glyph_string): Change argument.
21939 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
21940 (x_produce_glyphs): Fix handling of left/right padding.
21941
219422008-02-01 Kenichi Handa <handa@m17n.org>
21943
21944 * coding.c (detect_coding_system): Fix for handling off
21945 inhibit_iso_escape_detection. Fix for the case that no coding
21946 system is defined for a specific coding category.
21947
219482008-02-01 Kenichi Handa <handa@m17n.org>
21949
21950 * font.c (font_matching_entity): Delete unused local var.
21951
21952 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
21953 opening a font.
21954
21955 * fileio.c (Finsert_file_contents): On recovering a file, assume
21956 Unix-like eol.
21957 (choose_write_coding_system): On auto-saving a file, force
21958 Unix-like eol.
21959
21960 * coding.c (setup_coding_system): Fix setting of
21961 coding->common_flags based on eol_type.
21962 (coding_inherit_eol_type): If PARENT is not nil, be sure to
21963 inherit from it.
21964
219652008-02-01 Kenichi Handa <handa@m17n.org>
21966
21967 * alloc.c (NSTATICS): Increas to 0x600.
21968
219692008-02-01 Kenichi Handa <handa@m17n.org>
21970
21971 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
21972 (ftfont_list): Don't check :name property.
21973 (ftfont_match): New function.
21974 (ftfont_pattern_entity): If the pattern doesn't contain
21975 FC_SPACING, don't assume FC_MONO.
21976
21977 * font.h (struct font_driver): New member `match'.
21978 (font_update_drivers): Adjust prototype.
21979
21980 * font.c (font_parse_fcname, font_parse_name): Don't change :name
21981 property of FONT.
bba3e508
SM
21982 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring):
21983 Define them unconditionally.
aac0c6e3
MR
21984 (font_matching_entity): New function.
21985 (font_open_by_name): Try font_matching_entity if exact match is
21986 not found.
21987 (font_update_drivers): Delete the arg FONT. Return a list of
21988 actually used backends. Don't free faces, font caches here.
21989 Don't store data in frame parameters. Don't call x_set_font.
21990 (Ffont_spec): Store :name property as is.
21991 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
21992 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
21993 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
21994 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
21995 Call font->driver->otf_gsub instead of font_otf_gsub.
21996
21997 * frame.c (x_set_font_backend): Do more works that were done in
21998 font_update_drivers before.
21999
22000 * xfont.c (xfont_match): New function.
22001 (xfont_driver): Set xfont_driver.match to xfont_match.
22002 (xfont_draw): Set font in GC if necessary.
22003
22004 * ftxfont.c (ftxfont_match): New function.
22005 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
22006
22007 * xftfont.c (xftfont_match): New function.
22008 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
22009
220102008-02-01 Kenichi Handa <handa@m17n.org>
22011
22012 * font.h (struct font): New member scalable.
22013 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
22014 (font_otf_gsub): Adjust prototype.
22015
22016 * font.c (font_otf_capability): Fix handling of the default langsys.
22017 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
22018 Check the contents of SPEC.
22019 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
22020 (check_gstring): New function.
22021 (REPLACEMENT_CHARACTER): New macro.
22022 (font_otf_gsub): New arg alternate_subst. Be sure to set all
22023 glyph codes of GSTRING.
22024 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
22025 (font_prepare_composition): Set cmp->glyph_len.
22026 (font_open_entity): Set font->scalable.
22027 (Ffont_get): Handle :otf property.
bba3e508
SM
22028 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates):
22029 New functions.
aac0c6e3
MR
22030 (Fquery_font): Use font->font.full_name.
22031 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
22032 Sfont_otf_alternates.
22033
22034 * ftfont.c (ftfont_open): Set font->font.full_name and
22035 font->font.name properly. Fix calculation of font->font.height
22036 and font->min_width.
22037
22038 * ftxfont.c (ftxfont_create_gcs): New function.
22039 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
22040 (ftxfont_draw_backgrond): Fix filling region.
22041 (ftxfont_default_fid): New function.
22042 (ftxfont_open): Set xfont->fid to the return value of
22043 ftxfont_default_fid.
22044 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
22045 (ftxfont_done_face): Free only GCs that are created by
22046 ftxfont_create_gcs.
22047 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
22048
22049 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
22050 Clip to src->width, etc (not src->clip_XXX).
22051
22052 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
22053 FontBackend frame parameter.
22054
220552008-02-01 Kenichi Handa <handa@m17n.org>
22056
22057 * font.h (struct font_driver_list): New member `on'.
22058 (Fclear_font_cache): EXFUN it.
22059 (font_update_drivers): Extern it.
22060
22061 * font.c (font_unparse_fcname): Fix typo (swidth->width).
22062 (font_list_entities): Check driver_list->on.
40b1a3a9 22063 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
22064 (font_update_drivers): New function.
22065 (Fclear_font_cache): Check driver_list->on.
22066
22067 * frame.h (Qfont_backend): Extern it.
22068 (x_set_font_backend): Extern it.
22069
22070 * frame.c (Qfont_backend): New variable.
22071 (frame_parms): New element for font-backend.
22072 (x_set_font_backend): New function.
22073
22074 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
22075 FontBackend frame parameter.
22076 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
22077 x_set_font_backend.
22078
22079 * xfont.c (xfont_list): Don't try listing by :name property if the
22080 name is not for XLFD.
22081
220822008-02-01 Kenichi Handa <handa@m17n.org>
22083
22084 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
22085 (LGLYPH_SET_TO): New macros.
22086 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
22087 element of G is vector or not.
22088 (font_at): Extern it.
22089
22090 * font.c: Include window.h.
22091 (font_lispy_object): New function.
22092 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
22093 end of valid glyph.
22094 (font_close_object): Fix getting (struct font *).
22095 (font_at): New function.
22096 (Ffont_get): If FONT is a font-object, get entity from it.
22097 (Ffont_make_gstring): Initialize elements of glyphs with nil.
bba3e508
SM
22098 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.
22099 Fix range check.
aac0c6e3
MR
22100 (Ffont_at): New function.
22101 (syms_of_font): Defsubr Sfont_at.
22102
22103 * xdisp.c (it_props): Move the entry for Qauto_composed to just
22104 before the entry for Qcomposition.
22105 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
22106 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
22107 the font in gstring.
22108 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
22109 LGLYPH_FORM (g) to detect the end of valid glyph.
22110 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
22111 we are composing with gstring.
22112
22113 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
22114 Check if adjustment is vector or not.
22115
22116 * Makefile.in (font.o): Make it depends on window.h.
22117
221182008-02-01 Kenichi Handa <handa@m17n.org>
22119
22120 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
22121 adjustment is vector or not.
22122
221232008-02-01 Miles Bader <miles@gnu.org>
22124
22125 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
22126
221272008-02-01 Kenichi Handa <handa@m17n.org>
22128
22129 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
bba3e508 22130 (LGLYPH_SET_WIDTH): Adjust for the change of LGLYPH format.
aac0c6e3
MR
22131 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
22132
22133 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
22134 (DEVICE_DELTA): Fix typo.
22135 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
22136 LGLYPH format.
22137
22138 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
22139 the change of LGLYPH format.
22140
221412008-02-01 Kenichi Handa <handa@m17n.org>
22142
22143 * ftfont.c (ftfont_list): Fix typo.
22144 (ftfont_build_basic_charsets): Don't include letters with diacritics.
22145
221462008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22147
22148 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
22149
22150 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
22151 xftface_info is non-NULL.
22152
221532008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22154
22155 * ftfont.c (ftfont_list): Move misplaced #endif.
22156
221572008-02-01 Kenichi Handa <handa@m17n.org>
22158
22159 * ftfont.c (ftfont_list): Pay attention to the case that
22160 FC_CAPABILITY is not defined.
22161
221622008-02-01 Kenichi Handa <handa@m17n.org>
22163
22164 * xftfont.c (xftfont_open): Set charset related members to -1.
22165
22166 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
22167 QCname.
22168 (ftfont_open): Set charset related members to -1.
22169
22170 * fontset.c (Votf_script_alist): New variable.
22171 (syms_of_fontset): Initialize it.
22172 (fontset_font): Delete unused variable.
22173
22174 * fontset.h (Votf_script_alist): Extern it.
22175
22176 * font.c (font_find_for_lface): Optimize code.
22177
22178 * font.h (font_close_object, font_merge_old_spec): Extern them.
22179
221802008-02-01 Kenichi Handa <handa@m17n.org>
22181
22182 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
22183 (syms_of_font): Initialize them.
22184 (font_pixel_size): Allow float value in dpi.
22185 (font_prop_validate_type): Delete.
22186 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
22187 Change caller.
22188 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
22189 (font_prop_validate_extra): Delete.
22190 (font_prop_validate_spacing): New function.
22191 (font_property_table): Add elements for all known properties.
bba3e508
SM
22192 (get_font_prop_index): Rename from check_font_prop_name.
22193 New argument FROM. Change caller.
aac0c6e3
MR
22194 (font_prop_validate): Validate all known properties.
22195 (font_put_extra): Delete argument force. Change caller.
22196 (font_expand_wildcards): Make it static. Fix the way of shrinking
22197 the possible range.
22198 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
22199 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
22200 Change caller.
22201 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
22202 (font_parse_fcname): Delete argument merge. Fix parsing of point
22203 size. Don't validate properties values here. Change caller.
22204 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
22205 (font_open_by_name): Delete unused variable.
22206 (Ffont_spec): Likewise. Validate property values.
22207 (Ffont_match_p): New function.
22208
22209 * font.h (QCscalable): Extern it.
22210 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
22211
22212 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
22213
22214 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
22215 (xfont_list_pattern): New function.
22216 (xfont_list): Use xfont_list_pattern.
22217
222182008-02-01 Kenichi Handa <handa@m17n.org>
22219
22220 * font.h (Flist_fonts): EXFUN it.
22221
222222008-02-01 Jason Rumney <jasonr@gnu.org>
22223
22224 * w32term.c (w32_initialize): Add back smoothing_type and
22225 smoothing_enabled definitions.
22226
222272008-02-01 Kenichi Handa <handa@m17n.org>
22228
22229 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
22230 s->face->font on determining underline position.
22231
222322008-02-01 Kenichi Handa <handa@m17n.org>
22233
22234 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
22235 (font_has_char): Accept font-object too.
22236 (font_find_for_lface): Try at first with a size specified in face.
22237
222382008-02-01 Kenichi Handa <handa@m17n.org>
22239
22240 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
22241 font_open_by_name.
22242
222432008-02-01 Kenichi Handa <handa@m17n.org>
22244
22245 * font.h (QCspacing, QCdpi): Extern them.
22246 (enum font_spacing): New enum.
22247 (FONT_PIXEL_SIZE_QUANTUM): New macro.
22248
22249 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
22250 (QCspacing, QCdpi): New variables.
22251 (syms_of_font): Initialize them.
22252 (font_pixel_size): New function.
22253 (font_put_extra): New function.
22254 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
22255 in FONT_EXTRA.
22256 (font_parse_fcname): Handle enumerated values (e.g. bold).
22257 Fix handling font size. Add QCname property that contains only
22258 unknown properties.
22259 (font_score): Change argument. Change caller. Pay attention to
22260 FONT_PIXEL_SIZE_QUANTUM.
22261 (font_sort_entites, font_list_entities, font_find_for_lface)
22262 (font_open_for_lface, font_open_by_name): Fix handling of font size.
22263 (Ffont_spec): Add QCname property that contains only unknown properties.
22264
bba3e508
SM
22265 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.
22266 Don't include weight in listing pattern, instead check weight of each
aac0c6e3
MR
22267 listed font. Don't include scalable in pattern. Pay attention to
22268 FONT_PIXEL_SIZE_QUANTUM.
22269
222702008-02-01 Kenichi Handa <handa@m17n.org>
22271
22272 * font.c (font_parse_fcname): Fix parsing of point-size.
22273 (font_unparse_fcname): Produce symbolic names for style properties.
22274 (font_list_entities): Handle float size correctly.
22275 (font_open_by_name): Prefer `normal' property values if the name
22276 doesn't specify them.
22277
22278 * fontset.c (Finternal_char_font): Use font_get_name, not
22279 Ffont_xlfd_name.
22280
22281 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
22282 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
22283 pattern. Don't force scalable.
22284
22285 * xftfont.c (xftfont_open): For generating a name, start from
22286 96-byte buffer.
22287
222882008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22289
22290 * frame.h (x_new_fontset2): Fix prototype.
22291
222922008-02-01 Kenichi Handa <handa@m17n.org>
22293
22294 * font.h (struct font_driver): Delete member parse_name.
22295 (font_match_p, font_get_spec, font_parse_fcname)
22296 (font_unparse_fcname): Extern them.
22297 (font_get_name): Adjust prototype.
22298
22299 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
22300 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
bba3e508
SM
22301 (font_expand_wildcards): Fix handling ENCODING field.
22302 Avoid unnecessary checks for weight, slant, and swidth.
aac0c6e3
MR
22303 (font_parse_fcname): New function.
22304 (font_unparse_fcname): New function.
22305 (font_parse_name): New function.
22306 (font_match_p): New function.
22307 (font_get_name): Change return value to Lisp string.
22308 (font_get_spec): New function.
22309 (Qunspecified, Qignore_defface): Don't extern them.
22310 (font_find_for_lface): Assume that LFACE is fully specified.
22311 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
22312 object, use it for FACE.
22313 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
22314 driver->parse_name.
22315 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
22316
22317 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
22318 prototype.
22319
22320 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
22321 argument F. Don't call Fnew_fontset. Instead, directly call
22322 make_fontset.
22323
22324 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
22325
22326 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
22327 of x_new_fontset2.
22328
22329 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
22330 (Qsans__serif): New variables.
22331 (ftfont_generic_family_list): New variable.
22332 (syms_of_ftfont): Initialize the above variables.
22333 (ftfont_pattern_entity): Delete argument NAME.
22334 (ftfont_list_generic_family): New function.
22335 (ftfont_parse_name): Delete this function.
22336 (ftfont_list): Try generic family only when FcFontList found no font.
22337 (ftfont_list_family): Fix args to FcObjectSetBuild.
22338
22339 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
22340 object in attrs[LFACE_FONT_INDEX].
22341 (set_lface_from_font_name): Cancel all changes for font-backend.
22342 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
22343 function.
22344 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
22345 font object in QCfont attribute.
22346 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
22347 (realize_default_face) [USE_FONT_BACKEND]: Call
22348 set_lface_from_font_and_fontset.
22349
22350 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
22351 "fixed", and signal error here if no suitable font was found.
22352
22353 * xfont.c (xfont_parse_name): Delete this function.
22354
22355 * xftfont.c (xftfont_open): Change coding style of error
22356 handling. Generate fontconfig's fontname pattern.
22357
22358 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
22359 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
22360
22361 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
22362 Both args FONTSET and FONT_OBJECT must be existing ones.
22363
223642008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22365
22366 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
22367
223682008-02-01 Kenichi Handa <handa@m17n.org>
22369
22370 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
22371
22372 * font.h (struct font): Fix typo.
22373
22374 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
22375 XLFD_XXX_INDEX.
22376 (enum xlfd_field_mask): New enum.
ef1b0ba7 22377 (intern_font_field): Change argument. Change caller. If digits
aac0c6e3
MR
22378 are followed by non-digits, return a symbol.
22379 (font_expand_wildcards): New function.
22380 (font_parse_xlfd): Fix wildcard handling.
22381 (Ffont_spec): If :name is specified, reflect the info in the other
22382 properties.
22383
22384 * ftfont.c (ftfont_pattern_entity): Fix typo.
22385 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
22386 locale.
22387
223882008-02-01 Kenichi Handa <handa@m17n.org>
22389
22390 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
22391
22392 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
22393 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
22394 registry doesn't specify encoding part.
22395 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
22396 (font_open_by_name): At first try parsing the name.
22397 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
22398 as Lisp symbols.
22399
22400 * fontset.c (reorder_font_vector): Pay attention to the case that
22401 the 3rd element of font_def is nil.
22402 (fontset_font): For the default fontset, append one more fontset
22403 elements for a script-based font specification. Don't add script
22404 attribute on finding a font.
22405 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
22406 font name.
22407 (fontset_ascii_font): If a font can't be opened, return nil.
22408
22409 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
22410 (ftfont_pattern_entity): New function.
22411 (ftfont_get_cache): Assume that freetype_font_cache is already
22412 initialized.
22413 (ftfont_list): Handle the case that a file is specified in font
22414 name. Use ftfont_pattern_entity to generate entities.
22415 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
22416 (syms_of_ftfont): Initialize freetype_font_cache.
22417
22418 * xftfont.c (xftfont_open): Make the font name fontconfig's
22419 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
22420 (xftfont_close): Free font->font.name if not NULL.
22421
22422 * xfont.c (xfont_list): If script is specified for a font, return
22423 null_vector.
22424 (xfont_list_family): Declare argument type.
22425
22426 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
22427 name, set LFACE_FONT (lface) to nil.
22428
22429 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
22430 return Qnil.
22431
224322008-02-01 Kenichi Handa <handa@m17n.org>
22433
22434 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
22435 (standard_args): Add "-enable-font-backend".
22436
224372008-02-01 Kenichi Handa <handa@m17n.org>
22438
22439 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
22440 (struct xftdraw_list, xftdraw_list): Delete them.
22441 (register_xftdraw, check_xftdraw): Delete them.
22442 (xftfont_prepare_face): Don't call register_xftdraw.
22443 (xftfont_done_face): Don't call check_xftdraw.
22444 (xftfont_draw): Get background color only when with_background is
22445 nonzero.
22446
22447 * xfont.c (xfont_encode_char): Fix calculation of char2b.
22448
224492008-02-01 Kenichi Handa <handa@m17n.org>
22450
22451 These changes are for the new font handling codes.
22452
22453 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
22454 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
22455 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
22456 (FONTSRC, FONTOBJ): New variables.
22457 (obj): Add $(FONTOBJ).
22458 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
22459 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
22460 @LIBOTF_LIBS@.
22461 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
22462 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
22463
22464 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
22465
22466 * character.h (Vscript_representative_chars): Extern it.
22467
22468 * character.c (Vscript_representative_chars): New variable.
22469 (syms_of_character): Declare it as a Lisp variable.
22470
22471 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
22472 enable_font_backend is nonzero, accept the composition method
22473 COMPOSITION_WITH_GLYPH_STRING.
22474
22475 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
22476 enumeration COMPOSITION_WITH_GLYPH_STRING.
22477
22478 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
22479 members clip_x, clip_y, clip_width, and clip_height.
22480 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
22481
22482 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
22483 --enable-font-backend. Call syms_of_font.
22484
22485 * fns.c (assoc_no_quit): New function.
22486
22487 * fontset.h (FONT_INFO_FROM_FACE): New macro.
22488 (face_for_font, new_fontset_from_font)
22489 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
22490
22491 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
22492 (fontset_font, fontset_ascii, face_for_char)
22493 (make_fontset_for_ascii_face, Ffont_info)
22494 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
22495 is nonzero, use font-backend mechanism.
22496 (find_font_encoding): Make it non-static.
22497 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
22498 New functions.
22499
22500 * frame.h (struct frame): New members resx and resy.
22501 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
22502 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
22503
22504 * frame.c [USE_FONT_BACKEND]: Include "font.h".
22505 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
22506
22507 * lisp.h (assoc_no_quit): Extern it.
22508
22509 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
22510 Through out the file, use FONT_INFO_FROM_FACE instead of
22511 FONT_INFO_FROM_ID, use get_per_char_metric instead of
22512 rif->per_char_metric.
22513 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
22514 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
22515 (get_glyph_face_and_encoding, fill_composite_glyph_string)
22516 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
22517 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
22518 nonzero, use font-backend mechanism.
22519 (get_per_char_metric): New function.
22520
22521 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
22522 (set_lface_from_font_name)
22523 (set_font_frame_param, free_realized_face)
22524 (prepare_face_for_display, clear_face_gcs)
22525 (Finternal_set_font_selection_order, realize_x_face)
22526 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
22527 font-backend mechanism.
22528 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
22529 (load_face_font) [USE_FONT_BACKEND]: Abort.
22530 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
22531 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
22532
22533 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
22534 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
22535 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
bba3e508
SM
22536 nonzero, register all available font drivers.
22537 Call x_default_font_parameter for deciding a font.
aac0c6e3
MR
22538 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
22539
22540 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
22541 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
22542 (x_set_glyph_string_clipping_exactly)
22543 (x_compute_glyph_string_overhangs)
22544 (x_draw_glyph_string_foreground)
22545 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
22546 (x_free_frame_resources) [USE_FONT_BACKEND]: If
22547 enable_font_backend is nonzero, use font-backend mechanism.
22548 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
22549
225502008-02-01 Kenichi Handa <handa@m17n.org>
22551
22552 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
22553 system_eol_type.
22554 (syms_of_coding): Initialize system_eol_type.
22555
22556 * process.c (Fset_process_coding_system): Inherit system's eol
22557 format if necessary.
22558
225592008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22560
22561 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
22562
225632008-02-01 Kenichi Handa <handa@m17n.org>
22564
22565 * coding.c (decode_eol): Pay attention to buffer relocation in
22566 del_range_2.
22567 (decode_coding): Call decode_eol before restoring undo_list.
22568
225692008-02-01 Kenichi Handa <handa@m17n.org>
22570
22571 * charset.c (Fdefine_charset_internal): Fix setting of
22572 emacs_mule_bytes.
22573
225742008-02-01 Kenichi Handa <handa@m17n.org>
22575
22576 * keyboard.c (read_char): Check if C is a character or not before
22577 looking up Vkeyboard_translate_table.
22578
225792008-02-01 Kenichi Handa <handa@m17n.org>
22580
bba3e508
SM
22581 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION):
22582 Fix condition to terminate the loop.
aac0c6e3
MR
22583
225842008-02-01 Kenichi Handa <handa@m17n.org>
22585
22586 * coding.c (produce_composition): Compare charbuf[i] instead of
22587 args[i] against 0.
22588 (Fterminal_coding_system): Use EQ to compare Lisp objects.
22589
225902008-02-01 Kenichi Handa <handa@m17n.org>
22591
22592 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
22593 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
22594 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
22595 detect_coding.
22596 (emacs_mule_char): Handle old style (Emacs 20) component character
22597 of a composition.
22598 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
22599 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
22600 composition rule.
22601 (decode_coding_emacs_mule): Handle invalid bytes correctly.
22602
226032008-02-01 Kenichi Handa <handa@m17n.org>
22604
22605 * coding.c (encode_coding_ccl): Allocate destination dynamically
22606 when necessary.
22607
226082008-02-01 Kenichi Handa <handa@m17n.org>
22609
22610 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
22611 the loop. When quitted, show a proper error message.
22612
226132008-02-01 Kenichi Handa <handa@m17n.org>
22614
bba3e508
SM
22615 * xterm.c (x_set_glyph_string_clipping_exactly):
22616 Set src->clip_head and src->clip_tail temporarily instead of src->hl.
aac0c6e3
MR
22617
22618 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
22619 character sequence.
22620 (Fccl_execute_on_string): Use ASET, not XSET.
22621
226222008-02-01 Kenichi Handa <handa@m17n.org>
22623
22624 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
22625
226262008-02-01 Kenichi Handa <handa@m17n.org>
22627
22628 * coding.c (decode_coding): Fix the condition of terminating the
22629 decoding loop.
22630
226312008-02-01 Kenichi Handa <handa@m17n.org>
22632
22633 * data.c (Faset): On setting a character bigger than 255 in a
22634 unibyte string, signal an error instead of make the string multibyte.
22635
226362008-02-01 Kenichi Handa <handa@m17n.org>
22637
22638 * charset.c (map_charset_chars): Fix for ascii-compatible charset
22639 made by a mapping table.
22640
226412008-02-01 Kenichi Handa <handa@m17n.org>
22642
22643 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
22644 not.
22645 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
22646 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
22647
bba3e508
SM
22648 * xterm.c (x_draw_composite_glyph_string_foreground):
22649 Check s->face is NULL or not.
aac0c6e3
MR
22650
226512008-02-01 Kenichi Handa <handa@m17n.org>
22652
22653 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
22654 (x_draw_glyph_string): Fix drawing of right_overhang and
22655 left_overhang around/on cursor.
22656
22657 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
22658
226592008-02-01 Kenichi Handa <handa@m17n.org>
22660
22661 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
22662
226632008-02-01 Kenichi Handa <handa@m17n.org>
22664
22665 * coding.c (Fdefine_coding_system_internal)
22666 (Fdefine_coding_system_alias): Avoid a duplicated element in
22667 Vcoding_system_alist.
22668
226692008-02-01 Kenichi Handa <handa@m17n.org>
22670
22671 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
22672
22673 * coding.c (Qcoding_system_define_form): New variable.
22674 (syms_of_coding): Intern and staticpro it.
22675 (Fcoding_system_p): Check Qcoding_system_define_form.
22676 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
22677
22678 * coding.h (CODING_SYSTEM_P): If ID is not available, call
22679 Fcoding_system_p.
22680 (CHECK_CODING_SYSTEM): If ID is not available, call
22681 Fcheck_coding_system.
22682 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
22683 Try also Fcheck_coding_system.
22684
226852008-02-01 Kenichi Handa <handa@m17n.org>
22686
22687 * coding.c (code_conversion_restore): GCPRO arg.
22688
226892008-02-01 Kenichi Handa <handa@m17n.org>
22690
22691 * character.c (lisp_string_width): Check multibyteness of STRING.
22692
226932008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22694
22695 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
22696 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
22697 (decode_mac_font_name): Use decode_coding_c_string instead of
22698 decode_coding.
bba3e508
SM
22699 (x_load_font): Initialize fontp->fontset to -1.
22700 Set fontp->encoding_type.
aac0c6e3
MR
22701
227022008-02-01 Kenichi Handa <handa@m17n.org>
22703
22704 * search.c (search_buffer): Give up BM search on case-fold-search
22705 if one of a target character has a case-equivalence of different
3b59c351 22706 byte length even if that target character is an ASCII.
aac0c6e3
MR
22707 (simple_search): Fix calculation of byte length of matched text.
22708 (boyer_moore): Fix handling of case-equivalent multibyte characters.
22709
227102008-02-01 Kenichi Handa <handa@m17n.org>
22711
22712 * coding.c (decode_coding): Fix handling of invalid bytes.
22713
227142008-02-01 Kenichi Handa <handa@m17n.org>
22715
22716 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
22717 Unicode characters.
22718
227192008-02-01 Kenichi Handa <handa@m17n.org>
22720
22721 * coding.c (encode_coding_object): If a pre-write-conversion
22722 function makes a new buffer, kill it.
22723
227242008-02-01 Kenichi Handa <handa@m17n.org>
22725
22726 * coding.c (QCascii_compatible_p): New variable.
22727 (syms_of_coding): Initialize it.
22728 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
22729 calling string_char.
22730 (record_conversion_result): Add `default:' case.
22731 (coding_charset_list): Delete unused variable `coding_type'.
22732 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
22733 property in the plist of the coding system.
22734 (Fcoding_system_put): Check QCascii_compatible_p.
22735
227362008-02-01 Miles Bader <miles@gnu.org>
22737
22738 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
22739 removed calculation of frame `f', as it's now used.
22740
227412008-02-01 Kenichi Handa <handa@m17n.org>
22742
22743 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
22744 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
22745 (UNIDATA): New variable.
22746 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
bba3e508
SM
22747 (bootstrap-emacs${EXEEXT}): Depends on charprop.el.
22748 Run $(RUN_TEMACS) unconditionally.
aac0c6e3
MR
22749
227502008-02-01 Kenichi Handa <handa@m17n.org>
22751
22752 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
22753 (admindir): New variable.
22754 ($(lispsource)international/charprop.el): New target.
22755
227562008-02-01 Miles Bader <miles@gnu.org>
22757
22758 * character.c (chars-in-region): Remove obsolete function.
22759 (syms_of_character): Remove its initialization.
22760
227612008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
22762
22763 * w32select.c (validate_coding_system)
22764 (setup_windows_coding_system): New functions.
bba3e508
SM
22765 (convert_to_handle_as_coded, Fw32_get_clipboard_data):
22766 Use setup_windows_coding_system.
22767 (setup_config, Fw32_get_clipboard_data):
22768 Use validate_coding_system.
aac0c6e3
MR
22769 (Fx_selection_exists): Move call to setup_config to a place
22770 where signals are allowed.
22771
22772 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
22773 (Fcheck_coding_system): Add declarations.
22774
227752008-02-01 Kenichi Handa <handa@m17n.org>
22776
22777 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
22778
227792008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22780
22781 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
22782 string as the second argument for x_new_fontset.
22783
227842008-02-01 Kenichi Handa <handa@m17n.org>
22785
22786 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
22787 (encode_coding_object): Use safe_call instead of call2.
22788
227892008-02-01 Kenichi Handa <handa@m17n.org>
22790
22791 * fontset.c (Fset_fontset_font): Check family element of a given vector.
22792
22793 * Makefile.in (lisp): Include charprop.el.
22794
227952008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22796
22797 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
22798 Not sure if it's unnecessary.
22799
228002008-02-01 Steven Tamm <steventamm@mac.com>
22801
22802 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
22803 some possibly unnecessary fontset checking code that crashed
22804 when creating a new frame.
22805
228062008-02-01 Kenichi Handa <handa@m17n.org>
22807
22808 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
22809 lookup_face.
22810
22811 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
22812
22813 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
22814
228152008-02-01 Kenichi Handa <handa@m17n.org>
22816
22817 * coding.c: Cancel the change done in HEAD on 2008-02-01.
22818 (coding_charset_list): New function.
22819
22820 * coding.h (coding_charset_list): Extern it.
22821
228222008-02-01 Kenichi Handa <handa@m17n.org>
22823
22824 * fontset.c (Fset_fontset_font): Call find_font_encoding with
22825 concatenation of family and registry.
22826
228272008-02-01 Kenichi Handa <handa@m17n.org>
22828
22829 * character.h (BYTE8_STRING): Fix typo.
22830
22831 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
22832 string to multibyte (sync to HEAD).
22833
22834 * casefiddle.c (casify_region): Handle changes in byte-length
22835 using replace_range_2 (sync to HEAD).
22836
228372008-02-01 Andreas Schwab <schwab@suse.de>
22838
22839 * chartab.c (map_char_table): GCPRO table and arg.
22840
228412008-02-01 Kenichi Handa <handa@m17n.org>
22842
22843 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
22844 already at limit.
22845
228462008-02-01 Kenichi Handa <handa@m17n.org>
22847
22848 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
22849 instead of fast_c_string_match_ignore_case.
bba3e508
SM
22850 (find_font_encoding): Change argument to Lisp_Object.
22851 Use fast_string_match_ignore_case instead of
aac0c6e3
MR
22852 fast_c_string_match_ignore_case. Change caller.
22853
228542008-02-01 Kenichi Handa <handa@m17n.org>
22855
22856 * xdisp.c (get_next_display_element): In unibyte case, decide to
22857 display in octal form by checking a character by
22858 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
22859
22860 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
22861
22862 * character.c (unibyte_has_multibyte_table): New variable.
22863
22864 * character.h (unibyte_has_multibyte_table): Extern it.
22865 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
22866
228672008-02-01 Kenichi Handa <handa@m17n.org>
22868
22869 * coding.c (encode_coding_iso_2022): Fix handling of charset
22870 annotation.
22871
228722008-02-01 Kenichi Handa <handa@m17n.org>
22873
22874 * coding.c (setup_coding_system): If coding_system is nil, use
22875 Qundecided.
22876 (Fterminal_coding_system): Return nil if terminal coding system is
22877 `undecided'.
bba3e508
SM
22878 (syms_of_coding): Define coding-system `undecided' here.
22879 Setup terminal_coding as `undecided'.
aac0c6e3
MR
22880
228812008-02-01 Kenichi Handa <handa@m17n.org>
22882
bba3e508
SM
22883 * xdisp.c (message_dolog, set_message_1):
22884 Call unibyte_char_to_multibyte with arg type int.
aac0c6e3
MR
22885
22886 * lread.c (read1): Fix reading of a char-table.
22887
22888 * print.c (print_object): Include sub char-table in circularities
22889 detection.
22890
228912008-02-01 Kenichi Handa <handa@m17n.org>
22892
22893 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
22894 Append the found sequences in car of ARGS instead of prepending.
22895
228962008-02-01 Kenichi Handa <handa@m17n.org>
22897
22898 * fileio.c (report_file_error): Make a unibyte string from
22899 strerror (errorno).
22900 (Fsubstitute_in_file_name): Fix the arg to
22901 unibyte_char_to_multibyte. It is evaluated twice.
22902
229032008-02-01 Kenichi Handa <handa@m17n.org>
22904
22905 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
22906
229072008-02-01 Kenichi Handa <handa@m17n.org>
22908
22909 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
22910 BOM is not found.
22911 (detect_coding, detect_coding_system): Optimization for ISO-2022
22912 when no 8-bit data is found.
22913
229142008-02-01 Jason Rumney <jasonr@gnu.org>
22915
22916 * w32fns.c (x_to_w32_font): Update to use new coding struct.
22917
229182008-02-01 Kenichi Handa <handa@m17n.org>
22919
22920 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
22921 CHARS.
22922
229232008-02-01 Steven Tamm <steventamm@mac.com>
22924
22925 * macterm.c (mac_encode_char): Add charset argument and update
22926 to use encoding_type.
22927 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
22928 switch to pure fontset.
22929 (decode_mac_font_name): Temporarily remove decoding.
22930 (x_font_name_to_mac_font_name): Temporarily remove encoding.
22931 (x_load_font): Temporarily remove encoding.
22932
229332008-02-01 Kenichi Handa <handa@m17n.org>
22934
22935 * xfaces.c (Fface_font): If frame is not on a window system,
22936 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
22937 refer to face->font.
22938 (split_font_name_into_vector, build_font_name_from_vector)
22939 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
22940 when HAVE_WINDOW_SYSTEM is defined.
22941
229422008-02-01 Kenichi Handa <handa@m17n.org>
22943
22944 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
22945 (x_produce_glyphs): Fix setting of members of cmp in case
22946 cmp->glyph_len is zero.
22947
22948 * fontset.c (Fset_fontset_font): Fix docstring.
22949 (Ffontset_info): Make it backward compatible. New arg ALL.
22950
229512008-02-01 Kim F. Storm <storm@cua.dk>
22952
22953 * process.c (read_process_output): Grow decoding_buf when needed;
22954 this could cause a crash in allocate_string and compact_small_strings.
22955
229562008-02-01 Kenichi Handa <handa@m17n.org>
22957
22958 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
22959
229602008-02-01 Kenichi Handa <handa@m17n.org>
22961
22962 * coding.c (setup_coding_system): Set coding->common_flags
22963 correctly for raw-text.
22964 (consume_chars): On encoding unibyte text by raw-text, don't check
22965 multibyte form.
22966 (encode_coding): On encoding by raw-text, never use translation tables.
22967
22968 * fileio.c (e_write): Short cut for the case of no encoding.
22969
229702008-02-01 Kenichi Handa <handa@m17n.org>
22971
22972 * coding.c (detect_coding, detect_coding_system): Delete unused
22973 variables.
22974
229752008-02-01 Kenichi Handa <handa@m17n.org>
22976
22977 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
22978 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
22979
229802008-02-01 Kenichi Handa <handa@m17n.org>
22981
bba3e508
SM
22982 * coding.c (Ffind_coding_systems_region_internal):
22983 Include raw-text and no-conversion in the result.
aac0c6e3
MR
22984
229852008-02-01 Kenichi Handa <handa@m17n.org>
22986
22987 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
22988 (load_font_get_repertory): Delete unnecessary check of ENCODING of
22989 FONT_DEF.
22990 (font_def_arg, add_arg, from_arg, to_arg): New args.
22991 (set_fontset_font): Change argument.
22992 (Fset_fontset_font): Fix for the case that TARGET is a script
22993 name and charset name.
22994 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
22995
229962008-02-01 Kenichi Handa <handa@m17n.org>
22997
22998 * fontset.c (fontset_font): Rename from fontset_face. Change return
22999 value.
23000 (face_suitable_for_char_p, face_for_char): Adjust for the change
23001 of fontset_font.
23002 (make_fontset_for_ascii_face): Fix setting of the fontset element
23003 for ASCII.
23004 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
23005 to get a font name.
23006 (Ffontset_info): Adjust for the change of fontset_font.
23007
23008 * coding.c (emacs_mule_char): Check invalid code more rigidly.
23009
23010 * character.h (LEADING_CODE_LATIN_1_MIN)
23011 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
23012
230132008-02-01 Kenichi Handa <handa@m17n.org>
23014
23015 * editfns.c (check_translation): New function.
23016 (Ftranslate_region_internal): Handle M:N mapping.
23017
230182008-02-01 Kenichi Handa <handa@m17n.org>
23019
23020 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
23021
230222008-02-01 Kenichi Handa <handa@m17n.org>
23023
23024 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
23025 goto invalid_code.
23026 (decode_coding_iso_2022): Fix handling of invalid designation.
23027
23028 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
23029 after calling code_conversion_save.
23030
230312008-02-01 Kenichi Handa <handa@m17n.org>
23032
23033 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
23034
23035 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
23036
23037 * fontset.c: Include "intervals.h".
23038 (fontset_face): Fix comparing of Lisp_Objects.
bba3e508
SM
23039 (free_face_fontset, new_fontset_from_font_name):
23040 Fix Lisp_Object/int mixup.
aac0c6e3
MR
23041
23042 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
23043
23044 * coding.c: Add many prototypes for static functions.
23045 (get_translation_table): Allow max_lookup to be NULL.
23046 (decode_coding, Ffind_coding_systems_region_internal)
bba3e508
SM
23047 (Funencodable_char_position, Fcheck_coding_systems_region):
23048 Call get_translation_table with max_lookup NULL.
aac0c6e3
MR
23049
230502008-02-01 Kenichi Handa <handa@m17n.org>
23051
23052 * coding.c (get_translation_table): Declare it as Lisp_Object.
23053 (LOOKUP_TRANSLATION_TABLE): New macro.
23054 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
23055 instead of CHAR_TABLE_REF.
23056
230572008-02-01 Kenichi Handa <handa@m17n.org>
23058
23059 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
23060 annotation data format.
23061 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
23062 Change arguments FROM and TO to single argument NCHARS. Change caller.
23063 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
23064 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
23065 (decode_coding_ccl, decode_coding_charset): Pay attention to
23066 coding->charbuf_used.
23067 (get_translation): New function.
23068 (produce_chars): New arguments translation_table and last_block.
23069 Translate characters here. Return number of carryover chars.
23070 Change caller.
23071 (produce_composition): New argument pos. Change caller.
23072 Adjust for the change of annotation data format.
23073 (produce_charset, produce_annotation): Likewise.
23074 (decode_coding, encode_coding): Don't call translate_chars.
23075 (consume_chars): New arg translation_table. Change caller.
23076 (translate_chars): Delete.
23077 (syms_of_coding): Make translation-table's number of extra slots 2.
23078
230792008-02-01 Kenichi Handa <handa@m17n.org>
23080
23081 * search.c (simple_search): Fix setting this_pos_byte in backward
23082 search.
23083
23084 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
23085 byte sequence.
23086 (detect_coding_ccl): Fix setting of the variable valids.
23087
230882008-02-01 Kenichi Handa <handa@m17n.org>
23089
23090 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
23091
23092 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
23093
23094 * editfns.c (Ftranslate_region_internal): Rename from
23095 Ftranslate_region. Accept a char-table in TABLE.
23096 (syms_of_editfns): Defsubr Stranslate_region_internal.
23097
23098 * xfaces.c (set_lface_from_font_name): If a font is specified for
23099 a frame, generate a fontset from the font.
23100 (build_scalable_font_name): If the scalable font is requested for
23101 a specific size, don't change that size.
23102 (try_font_list): Try a scalable font also in the case that a
23103 pattern string is specified.
23104
231052008-02-01 Kenichi Handa <handa@m17n.org>
23106
23107 * xfaces.c (Fface_font): New optional arg CHARACTER.
23108
231092008-02-01 Kenichi Handa <handa@m17n.org>
23110
23111 * charset.h (CHARSET_OFFSET): New macro.
23112
231132008-02-01 Kenichi Handa <handa@m17n.org>
23114
23115 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
23116
23117 * fontset.c (fontset_face): Handle the case that repertory is a
23118 char-table.
23119 (find_font_encoding): Return nil for unknown encoding.
23120 (Fset_fontset_font): Ignore a font of unknown encoding.
23121
231222008-02-01 Kenichi Handa <handa@m17n.org>
23123
23124 * keymap.c (describe_vector): Handle default value of a char table.
23125
23126 * fontset.c (fontset_face): Handle fallback fonts correctly.
23127 (Ffontset_info): Return infomation about fallback fonts.
23128
231292008-02-01 Kenichi Handa <handa@m17n.org>
23130
23131 * fontset.c (FONTSET_DEFAULT): New macro.
23132 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
23133 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
23134 the case that it is nil.
23135 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
23136 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
23137
23138 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
23139 subset or superset.
23140
231412008-02-01 Kenichi Handa <handa@m17n.org>
23142
23143 * emacs.c (main): Call init_charset after syms_of_XXX.
23144
23145 * charset.c (Vcharset_map_directory): Delete.
23146 (Vcharset_map_path): New variable.
23147 (load_charset_map_from_file): Use Vcharset_map_path instead.
23148 (init_charset): Initialize Vcharset_map_path.
23149 (syms_of_charset): Delete declaration of "charset-map-directory",
23150 add declaration of "charset-map-path".
23151
231522008-02-01 Kenichi Handa <handa@m17n.org>
23153
23154 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
23155 ASCII only string.
23156
23157 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
23158
23159 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
23160 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
23161
231622008-02-01 Kenichi Handa <handa@m17n.org>
23163
23164 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
23165
23166 * coding.c (QCmnemonic, QCdefalut_char)
23167 (QCdecode_translation_table, QCencode_translation_table)
23168 (QCpost_read_conversion, QCpre_write_conversion): New variables.
23169 (get_translation_table): Return a list of translation tables if
23170 necessary.
23171 (decode_coding): Call get_translation_table with ENCODEP 0.
23172 (char_encodable_p): If translation_table is non-nil, always call
23173 translate_char.
23174 (Fdefine_coding_system_internal): Accept list of translation
23175 tables as :encode-translation-table and :decode-translation-table.
23176 (Fcoding_system_put): New function.
bba3e508
SM
23177 (syms_of_coding): Declare new symbols.
23178 Defsubr Scoding_system_put.
aac0c6e3
MR
23179 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
23180 typically JISX0212.
23181
23182 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
23183 when the charset is superset type.
23184
23185 * character.c (translate_char): Accept list of translation tables.
23186
231872008-02-01 Kenichi Handa <handa@m17n.org>
23188
23189 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
23190 (CODING_ATTR_TRANS_TBL): New macro.
23191
23192 * coding.c (get_translation_table): New function.
23193 (translate_chars): Fix the bug of skipping annotation data.
23194 (decode_coding, encode_coding): Utilize get_translation_table.
23195 (char_encodable_p, Funencodable_char_position): Translate char if
23196 necessary.
23197 (Ffind_coding_systems_region_internal)
23198 (Fcheck_coding_systems_region): Setup translation table for encode
23199 in a coding system attribute vector in advance.
23200 (Fdefine_coding_system_internal): Allow a symbol as translation
23201 table. For shift-jis type coding system, allow 4th charset.
23202
232032008-02-01 Kenichi Handa <handa@m17n.org>
23204
23205 * coding.c (decode_coding_sjis): Check the first byte rigidly.
23206
23207 * xdisp.c (get_next_display_element): Pass -1 as POS to
23208 FACE_FOR_CHAR if displaying a C-string.
23209
232102008-02-01 Kenichi Handa <handa@m17n.org>
23211
23212 * composite.c (get_composition_id): Handle xoff and yoff in a
23213 composition rule.
23214
23215 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
23216 (struct composition): New member lbearing and rbearing.
23217
23218 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
23219 (x_get_glyph_overhangs): Handle a composition glyph.
23220 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
23221
23222 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
23223 composition glyph.
23224
232252008-02-01 Kenichi Handa <handa@m17n.org>
23226
23227 * print.c: Include charset.h.
23228 (Vprint_charset_text_property): New variable.
23229 (Qdefault): Extern it.
23230 (PRINT_STRING_NON_CHARSET_FOUND)
23231 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
23232 (print_check_string_result): New variable.
23233 (print_check_string_charset_prop): New function.
23234 (print_prune_charset_plist): New variable.
23235 (print_prune_string_charset): New function.
23236 (print_object): Call print_prune_string_charset if
23237 Vprint_charset_text_property is not t.
23238 (print_interval): Print nothing if interval->plist is nil.
23239 (syms_of_print): Declare Vprint_charset_text_property as a lisp
23240 variable. Init and staticpro print_prune_charset_plist.
23241
232422008-02-01 Kenichi Handa <handa@m17n.org>
23243
23244 * fontset.c (new_fontset_from_font_name): Use the specified font
23245 for all characters in the new fontset.
23246
23247 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
23248 OBJECT args.
23249
23250 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
23251 OBJECT args for composition too.
23252
23253 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
23254 OBJECT args.
23255
232562008-02-01 Kenichi Handa <handa@m17n.org>
23257
23258 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
23259
23260 * fontset.c (reorder_font_vector): Adjust for the change of
23261 FONT_DEF format.
23262 (fontset_face): New arg id. Change caller.
23263 (face_for_char): New args pos and object.
23264 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
23265 (fs_query_fontset): Check NAME by Fassoc too.
23266 (Fset_fontset_font): Allow non-XLFD font name.
23267 (Ffontset_info): Adjust for the change of FONT_DEF format.
23268
23269 * fontset.h (face_for_char): Adjust prototype.
23270
23271 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
23272 (append_space, extend_face_to_end_of_line)
23273 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
23274 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
23275
23276 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
23277 POS and OBJECT args.
23278
23279 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
23280 POS and OBJECT args.
23281
232822008-02-01 Jason Rumney <jasonr@gnu.org>
23283
23284 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
23285 of GlobalAlloc'ed memory.
23286
232872008-02-01 Kenichi Handa <handa@m17n.org>
23288
23289 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
23290
23291 * charset.h (charset_table_used): Delete extern.
23292
23293 * charset.c (charset_table_used): Make it static.
23294 (map_charset_chars): Fix args to c_function with.
23295
23296 * chartab.c (map_sub_char_table_for_charset): Fix args to
23297 c_function with.
23298
bba3e508
SM
23299 * coding.h (enum coding_result_code):
23300 Delete CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
aac0c6e3
MR
23301
23302 * coding.c (Qinsufficient_source, Qinconsistent_eol)
23303 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
23304 (Vlast_code_conversion_error): New variables.
23305 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
23306 (ONE_MORE_BYTE): Record error if any instead of signaling an
23307 error. If non-ASCII multibyte char is found, return the negative
23308 value of the code. All callers changed to check it.
23309 (ONE_MORE_BYTE_NO_CHECK): Likewise.
23310 (record_conversion_result): New function. Change all codes setting
23311 coding->result to call this function.
23312 (detect_coding_utf_8, decode_coding_utf_8)
23313 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
23314 Don't use the local variable incomplete.
23315 (emacs_mule_char): Change the second arg to `const'.
23316 (decode_coding): Fix of flushing out unprocessed data.
23317 (make_conversion_work_buffer): Fix making of a work buffer.
23318 (decode_coding_object): Return coding->dst_object.
23319
23320 * fontset.c (set_fontset_font): Fix args.
23321
23322 * lisp.h (CHARACTERBITS): Define as 22.
23323
23324 * process.c (send_process): Be sure to set coding->src_multibyte.
23325
23326 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
23327
233282008-02-01 Kenichi Handa <handa@m17n.org>
23329
23330 * xdisp.c (handle_auto_composed_prop): Give limit to
23331 Fnext_single_char_property_change.
23332
233332008-02-01 Kenichi Handa <handa@m17n.org>
23334
23335 * composite.c (syms_of_composite): Don't make the composition hash
23336 table weak.
23337
23338 * fontset.c (Fset_fontset_font): Fix docstring.
23339
23340 * lisp.h (detect_coding_system): Adjust prototype.
23341
23342 * fileio.c (kill_workbuf_unwind): Delete this function.
23343 (Finsert_file_contents): Adjust the call of detect_coding_system.
23344 Get conversion_buffer by code_conversion_save. Use the macro
23345 CODING_MAY_REQUIRE_DECODING. After decoding, update
23346 coding_system.
23347
23348 * coding.h (make_conversion_work_buffer): Delete extern.
23349 (code_conversion_save): Extern it.
23350
23351 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
23352 (CODING_GET_INFO): Delete argument eol_type. Change callers.
23353 (decode_coding_utf_8): Don't do eol converion.
23354 (detect_coding_utf_16): Check coding->src_chars, not
23355 coding->src_bytes. Add heuristics for those that have no signature.
23356 (decode_coding_emacs_mule, decode_coding_iso_2022)
23357 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
23358 Don't do eol converion.
23359 (adjust_coding_eol_type): Return a new coding system.
23360 (detect_coding): Don't detect eol. Fix for utf-16 detection.
23361 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
23362 each change.
23363 (decode_coding): Pay attention to undo_list. Do eol conversion for
23364 all types of coding-systems (if necessary).
23365 (Vcode_conversion_work_buf_list): Delete it.
23366 (Vcode_conversion_reused_workbuf): Rename from
23367 Vcode_conversion_reused_work_buf.
23368 (Vcode_conversion_workbuf_name): New variable.
23369 (reused_workbuf_in_use): New variable.
23370 (make_conversion_work_buffer): Delete the arg DEPTH.
23371 (code_conversion_restore): Change argument to cons.
23372 (code_conversion_save): Delete the argument BUFFER. Change callers.
23373 (detect_coding_system): New argument src_chars. Change callers.
23374 Fix for utf-16 detection.
23375 (init_coding_once): Don't use ISO_carriage_return.
23376 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
23377 reused_workbuf_in_use.
23378
233792008-02-01 Kenichi Handa <handa@m17n.org>
23380
23381 * keymap.c (store_in_keymap): Pay attention to the case that idx
23382 is a cons specifying a character range.
23383
233842008-02-01 Kenichi Handa <handa@m17n.org>
23385
23386 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
23387 HANDLED_RECOMPUTE_PROPS.
23388
23389 * coding.c (Fdefine_coding_system_internal): Fix checking of
23390 ascii compatibility.
23391
233922008-02-01 Kenichi Handa <handa@m17n.org>
23393
23394 * charset.c (find_charsets_in_text): Delete unused locale variable.
23395 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
23396
23397 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
23398 Resync charset_list to Vemacs_mule_charset_list.
23399
23400 * keymap.c (store_in_keymap): Pay attention to the case that idx
23401 is a cons specifying a character range.
23402
234032008-02-01 Kenichi Handa <handa@m17n.org>
23404
23405 * composite.c (update_compositions): Bind inhibit-read-only, etc
23406 to t before calling remove-list-of-text-properties.
23407
23408 * print.c (print_object): Always print ASCII chars as is.
23409
234102008-02-01 Kenichi Handa <handa@m17n.org>
23411
23412 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
23413
23414 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
23415 is a char table.
23416
234172008-02-01 Kenichi Handa <handa@m17n.org>
23418
23419 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
23420
234212008-02-01 Kenichi Handa <handa@m17n.org>
23422
23423 * xfaces.c (set_lface_from_font_name): Fix for the case that
23424 FONTNAME is not fontset name.
23425
234262008-02-01 Kenichi Handa <handa@m17n.org>
23427
23428 * fns.c (base64_encode_1): Fix previous change.
23429
234302008-02-01 Kenichi Handa <handa@m17n.org>
23431
23432 * fontset.c (set_fontset_font): New function.
23433 (Fset_fontset_font): If a font is specified for a charset, use
23434 map_charset_chars to store the font spec in a fontset.
23435
234362008-02-01 Kenichi Handa <handa@m17n.org>
23437
23438 * fontset.c (fontset_face): Create a fallback fontset on demand.
23439 (make_fontset): Don't create a fallback fontset here.
23440 (free_face_fontset): Free a fallback fontset (if any) too.
23441 (n_auto_fontsets): Delete this variable.
23442 (auto_fontset_alist): New variable.
23443 (new_fontset_from_font_name): Check auto_fontset_alist.
23444 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
23445 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
23446 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
23447 Defsubr Sfontset_list_all.
23448
234492008-02-01 Kenichi Handa <handa@m17n.org>
23450
23451 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
23452
234532008-02-01 Kenichi Handa <handa@m17n.org>
23454
23455 * fontset.c (Fnew_fontset): Check NAME more rigidly.
23456
234572008-02-01 Kenichi Handa <handa@m17n.org>
23458
23459 * editfns.c (Fgoto_char): Fix docstring.
23460
234612008-02-01 Kenichi Handa <handa@m17n.org>
23462
23463 * insdel.c (insert_from_gap): Adjust intervals correctly.
23464
234652008-02-01 Jason Rumney <jasonr@gnu.org>
23466
23467 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
23468 (pfnGetFontUnicodeRanges): New dynamically loaded function.
23469 (w32_initialize): Try to load it.
23470 (x_get_font_repertory): Use it if available.
23471 (w32_encode_char): Add shortcut for unicode output.
23472
23473 * w32fns.c (w32_load_system_font): Default charset to -1.
23474 (x_to_w32_charset): Match all fonts for unicode.
23475 (w32_to_x_charset): New parameter matching. Don't return partial
23476 or wildcard charsets.
23477 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
23478 (w32_codepage_for_font): Return CP_UNICODE for unicode.
23479 (w32_to_x_font): Match charset to real charset.
23480 (enum_font_cb2): Always list unicode versions.
23481
23482 * makefile.w32-in (temacs): Increase EMHEAP.
23483
234842008-02-01 Jason Rumney <jasonr@gnu.org>
23485
23486 * w32term.c (w32_encode_char): New charset parameter.
23487 font_info.encoding becomes encoding_type.
23488 (x_get_font_repertory): New function. Warning: stub only!
23489 (x_new_font): Return quickly if font already set.
23490 (x_new_fontset): fontsetname parameter is Lisp_Object.
23491 Use new fs_query_fontset. Try new_fontset_from_font_name.
23492 Use fontset_name for return value.
23493
23494 * w32term.h: Declare x_get_font_repertory.
23495
23496 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
23497 place of find_charset_in_text. Use encode_coding_object in place
23498 of encode_coding.
23499 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
23500 decode_coding.
23501
23502 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
23503 of x_new_fontset.
23504 (w32_load_system_font): Initialize charset as unicode.
23505 font_info.encoding becomes encoding_type.
23506 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
23507 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
23508 (syms_of_w32fns): Set get_font_repertory_func.
23509
23510 * w32console.c: Include character.h. Use terminal_encode_buffer
23511 from term.c.
bba3e508
SM
23512 (write_glyphs): Use new version of encode_terminal_code.
23513 Use encode_coding_object in place of encode_coding.
aac0c6e3
MR
23514
23515 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
23516 encoding becomes encoding_type.
23517
23518 * term.c (terminal_encode_buffer): Make externally visible.
23519
23520 * makefile.w32-in: Add character.h dependancies.
23521 (character.o, chartab.o): New targets.
23522
235232008-02-01 Kenichi Handa <handa@m17n.org>
23524
23525 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
23526 CODING_ID_EOL_TYPE.
23527
235282008-02-01 Andreas Schwab <schwab@suse.de>
23529
23530 * coding.c (produce_chars): Revert last change.
23531
235322008-02-01 Kenichi Handa <handa@m17n.org>
23533
23534 * charset.h (charset_unicode): Extern it.
23535
23536 * charset.c (string_xstring_p): Check by (C >= 0x100).
bba3e508
SM
23537 (find_charsets_in_text): Change format of the arc CHARSETS.
23538 New arg MULTIBYTE.
aac0c6e3
MR
23539 (Ffind_charset_region, Ffind_charset_string): Adjust for the
23540 change of find_charsets_in_text.
23541 (Fsplit_char): Fix doc. Never return unknown.
23542
23543 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
23544
bba3e508
SM
23545 * coding.c (Fdefine_coding_system_alias):
23546 Update Vcoding_system_list.
aac0c6e3
MR
23547
23548 * fontset.c (load_font_get_repertory): Pay attention to the case
23549 that ENCODING of a font is specified by a char-table.
23550
23551 * xterm.c (x_get_font_repertory): Handle the case that the
23552 encoding of font is other than Unicode.
23553
235542008-02-01 Kenichi Handa <handa@m17n.org>
23555
bba3e508
SM
23556 * term.c (encode_terminal_code): Don't handle glyph-table.
23557 Check if a character is encodable by the terminal coding system.
23558 If not, produces proper number of `?'s. Update
aac0c6e3
MR
23559 terminal_encode_buffer and terminal_encode_buf_size if necessary.
23560 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
23561
235622008-02-01 Kenichi Handa <handa@m17n.org>
23563
bba3e508
SM
23564 * term.c (terminal_encode_buffer, terminal_encode_buf_size):
23565 New variables.
aac0c6e3
MR
23566 (encode_terminal_code): Change argument. Encode multiple
23567 characters at once. Store the result of encoding in
23568 terminal_encode_buffer.
23569 (write_glyphs, insert_glyphs): Adjust for the change of
23570 encode_terminal_code.
23571 (term_init): Initialize terminal_encode_buffer and
23572 terminal_encode_buf_size.
23573
23574 * coding.c (consume_chars): If coding->src_object is nil, don't
23575 check annotation.
23576
235772008-02-01 Kenichi Handa <handa@m17n.org>
23578
23579 * character.c (char_string): Use ASCII_CHAR_P instead of
23580 SINGLE_BYTE_CHAR_P.
23581
235822008-02-01 Kenichi Handa <handa@m17n.org>
23583
23584 * xdisp.c (handle_auto_composed_prop): Check if the last
23585 characters of auto-composed region is newly composed with the
23586 following characters.
23587 (handle_composition_prop): Fix checking of point being inside
23588 composition.
23589
235902008-02-01 Kenichi Handa <handa@m17n.org>
23591
23592 * fns.c (concat): Don't change multibyteness of the result by
23593 concatenating an 8-bit character.
23594
23595 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
23596 multibyteness of the result when newelt is an 8-bit character.
23597
235982008-02-01 Dave Love <fx@gnu.org>
23599
23600 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
23601 EMACS_INT.
23602
23603 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
23604
23605 * xfaces.c (face_numeric_value): Declare dim size_t.
23606 (Finternal_lisp_face_equal_p): Remove unused f.
23607
23608 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
23609 (MATRIX_ROW): Remove unused vars.
23610 (draw_glyphs, x_insert_glyphs, fast_find_position)
23611 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
23612 byte/char counts.
23613
23614 * regex.c (regex_compile): Remove unused var.
23615
23616 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23617
23618 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
23619 (Faccessible_keymaps, where_is_internal): Remove unused vars.
23620
23621 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
23622
23623 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
23624
23625 * fileio.c (Fwrite_region): Remove unused var.
23626
23627 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
23628 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
23629
23630 * composite.c (Fremove_list_of_text_properties): Declare.
23631
23632 * coding.c (inhibit_pre_post_conversion): Remove (unused).
23633 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
23634 (coding_inherit_eol_type): Remove unused attrs.
23635 (detect_coding): Cast arg of detect_eol.
23636
23637 * charset.c (syms_of_charset): Remove unused var p.
23638 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
23639 byte/char counts.
23640
23641 * casetab.c (set_case_table): Remove unused var.
23642
bba3e508
SM
23643 * window.c (Fdisplay_buffer, Fframe_selected_window):
23644 Remove unused vars.
aac0c6e3
MR
23645
236462008-02-01 Dave Love <fx@gnu.org>
23647
23648 * xterm.c (x_bitmap_mask): Declare.
23649
236502008-02-01 Dave Love <fx@gnu.org>
23651
23652 * xterm.c (x_term_init): Fix type error.
23653
23654 * lisp.h: Add Funibyte_char_to_multibyte.
23655
23656 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
23657 (Fset_coding_system_priority): Doc fix.
23658
23659 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
23660
23661 * indent.c (check_composition): Make start and end EMACS_INT.
23662
23663 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
23664
23665 * xdisp.c (handle_composition_prop, check_point_in_composition):
23666 Make buffer positions EMACS_INT.
23667
23668 * composite.c (find_composition, run_composition_function)
23669 (update_compositions, Ffind_composition_internal): Make buffer
23670 positions EMACS_INT.
23671
bba3e508
SM
23672 * composite.h (find_composition, update_compositions):
23673 Make position args EMACS_INT.
aac0c6e3
MR
23674
23675 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
23676
23677 * intervals.c (get_property_and_range):
23678 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
23679
23680 * unexalpha.c: Don't include varargs.h.
23681
236822008-02-01 Dave Love <fx@gnu.org>
23683
23684 * coding.h (ENCODE_UTF_8): New.
23685
23686 * Makefile.in (gtkutil.o): Depend on coding.h.
23687
23688 * coding.c (Fset_coding_system_priority): Doc fix.
23689
236902008-02-01 Kenichi Handa <handa@m17n.org>
23691
23692 * fileio.c (Finsert_file_contents): Call setup_coding_system in
23693 the case of auto saving.
23694
236952008-02-01 Andreas Schwab <schwab@suse.de>
23696
bba3e508
SM
23697 * chartab.c (map_char_table, map_char_table_for_charset):
23698 Protect `range' from GC.
aac0c6e3
MR
23699
237002008-02-01 Kenichi Handa <handa@m17n.org>
23701
23702 * coding.c (decode_coding_sjis): Check bytes more rigidly.
23703
237042008-02-01 Kenichi Handa <handa@m17n.org>
23705
23706 * fileio.c (choose_write_coding_system): Return a decided coding system.
23707 (Fwrite_region): Set Vlast_coding_system_used to the return value
23708 of choose_write_coding_system.
23709
237102008-02-01 Kenichi Handa <handa@m17n.org>
23711
23712 * charset.c (Fset_charset_priority): Pay attention to duplicated
23713 arguments.
23714
23715 * coding.c (QCcategory): New variable.
23716 (syms_of_coding): Defsym it. Set all elements of
23717 Vcoding_category_table and their symbol values.
23718 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
23719 coding-category-XXX, and coding-category-list.
23720 (Fdefine_coding_system_internal): Add category in the plist.
23721
237222008-02-01 Kenichi Handa <handa@m17n.org>
23723
23724 * callproc.c (Fcall_process): Handle carryover correctly.
23725
23726 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
23727 (raw_text_coding_system): Check NILP (coding_system).
23728 (coding_inherit_eol_type): Check NILP (coding_system) and
23729 NILP (parent).
23730 (consume_chars): Fix for the case of raw-text.
23731
23732 * process.c (read_process_output): Handle carryover correctly.
23733
237342008-02-01 Dave Love <fx@gnu.org>
23735
23736 * regex.c (re_search_2): Fix last change.
23737
237382008-02-01 Kenichi Handa <handa@m17n.org>
23739
23740 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
23741 target_multibyte. Even in a unibyte case, return a converted
23742 multibyte char.
23743 (GET_CHAR_AFTER): New macro.
23744 (PATFETCH): Translate via multibyte char.
23745 (HANDLE_UNIBYTE_RANGE): Delete this macro.
23746 (SETUP_MULTIBYTE_RANGE): New macro.
23747 (regex_compile): Setup compiled code so that its multibyteness
23748 matches that of a target. Fix the handling of "[X-YZ]" using
23749 SETUP_MULTIBYTE_RANGE.
23750 (analyse_first) <charset>: For filling fastmap for all multibyte
23751 characters, don't check by BASE_LEADING_CODE_P.
23752 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
23753 the same as RE_MULTIBYTE_P (bufp) now.
23754 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
23755 (TARGET_CHAR_AND_LENGTH): Delete this macro.
23756 (TRANSLATE_VIA_MULTIBYTE): New macro.
23757 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
23758 It is the same as RE_MULTIBYTE_P (bufp) now.
23759 <exactn>: Translate via multibyte.
bba3e508
SM
23760 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.
23761 Don't translate it.
aac0c6e3
MR
23762 <charset, charset_not>: Fetch a character by
23763 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
23764 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
23765 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
23766 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
23767 by GET_CHAR_AFTER.
23768 (bcmp_translate): Likewise.
23769
23770 * search.c (compile_pattern): Check the member target_multibyte,
23771 not the member multibyte of buf.
23772
23773 * lread.c (read1): While reading a string, set force_singlebyte
23774 and force_multibyte correctly.
23775
23776 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
23777 up of unibyte_to_multibyte_table.
23778
237792008-02-01 Kenichi Handa <handa@m17n.org>
23780
23781 * coding.c (setup_coding_system): If coding has
23782 post-read-conversion or pre-write-conversion, set
23783 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
23784 respectively.
23785 (decode_coding_gap): Run post-read-conversion if any.
23786
23787 * fileio.c (Finsert_file_contents): Even if we read into a
23788 unibyte buffer, check if we must decode the result or not.
23789
237902008-02-01 Kenichi Handa <handa@m17n.org>
23791
23792 * coding.c (make_conversion_work_buffer): Change the work buffer
23793 name to the same one as that of Emacs 21.
23794
237952008-02-01 Kenichi Handa <handa@m17n.org>
23796
23797 * coding.h (make_conversion_work_buffer): Adjust prototype.
23798 (code_conversion_restore): Don't extern it.
23799
23800 * coding.c (detected_mask): Delete unused variable.
23801 (decode_coding_iso_2022): Pay attention to the byte sequence of
23802 CTEXT extended segment, and retain those bytes as is.
23803 (decode_coding_ccl): Delete unused variable `valids'.
23804 (setup_coding_system): Delete unused variable `category'.
23805 (consume_chars): Delete unused variable `category'. Make it work
23806 for non-multibyte case.
23807 (make_conversion_work_buffer): Change argument.
23808 (saved_coding): Delete unused variable.
23809 (code_conversion_restore): Don't check saved_coding->destination.
23810 (code_conversion_save): New function.
23811 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
23812 instead of record_unwind_protect.
23813 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
23814 (detect_coding_system): Delete unused variable `mask'.
23815 (Fdefine_coding_system_internal): Delete unused variable id.
23816
23817 * fileio.c (kill_workbuf_unwind): New function.
23818 (Finsert_file_contents): On replacing, call
23819 make_conversion_work_buffer with correct args, and call
23820 record_unwind_protect with the first arg kill_workbuf_unwind.
23821
23822 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
23823
238242008-02-01 Kenichi Handa <handa@m17n.org>
23825
23826 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
23827 (fontset_add): Fix for the case that TO is less than TO1.
23828 (Ffontset_info): Don't use fallback fontset on checking the
23829 default fontset.
23830 (dump_fontset): New function for debugging.
23831
23832 * coding.c (Fdefine_coding_system_internal): Fix for the case that
23833 coding_type is Qcharset.
23834
238352008-02-01 Kenichi Handa <handa@m17n.org>
23836
23837 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
23838 (map_char_table): Don't inherit the value from the parent on
23839 initializing VAL. Adjust for the above change.
23840
238412008-02-01 Kenichi Handa <handa@m17n.org>
23842
23843 * coding.c (Qsignature, Qendian): Delete these variables.
23844 (syms_of_coding): Don't initialize them.
23845 (CATEGORY_MASK_UTF_16_AUTO): New macro.
23846 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
23847 detect_info->found.
23848 (decode_coding_utf_16): Don't detect BOM here.
23849 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
23850 is NOT utf_16_without_bom.
23851 (setup_coding_system): For a coding system of type utf-16, check
23852 if the attribute :endian is Qbig or not (not nil or not), and set
23853 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
23854 (detect_coding): If coding type is utf-16 and BOM detection is
23855 required, detect it.
23856 (Fdefine_coding_system_internal): For a coding system of type
23857 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
23858
238592008-02-01 Kenichi Handa <handa@m17n.org>
23860
23861 * coding.c (coding_set_source): Fix for the case that the current
23862 buffer is different from coding->src_object.
23863 (decode_coding_object): Don't use the conversion work buffer if
23864 DST_OBJECT is a buffer.
23865
238662008-02-01 Dave Love <fx@gnu.org>
23867
23868 * lread.c (read_emacs_mule_char) [len==2]: Index
23869 emacs_mule_charset correctly.
23870
238712008-02-01 Dave Love <fx@gnu.org>
23872
23873 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
23874 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
23875 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
23876 treated specially.)
23877 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
23878 (detected_mask): Remove Big5 bits.
23879
238802008-02-01 Kenichi Handa <handa@m17n.org>
23881
23882 The following changes are to make the font rescaling facility
23883 compatible with Emacs 21.
23884
23885 * xfaces.c (Vface_font_rescale_alist): Rename from
23886 Vface_resizing_fonts.
23887 (struct font_name): Rename member resizing_ratio to rescale_ratio.
23888 (font_rescale_ratio): Rename from font_resizing_ratio.
23889 (split_font_name): Set font->rescale_ratio.
23890 (better_font_p): Pay attention to font->rescale_ratio.
23891 (build_scalable_font_name): Likewise. Change RESX, and RESY
23892 fields.
23893 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
23894
238952008-02-01 Kenichi Handa <handa@m17n.org>
23896
23897 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
23898 (Qutf_16_le): Remove these variables.
23899 (syms_of_coding): Don't DEFSYM them.
23900 (decode_coding_utf_16): Fix handling of BOM.
23901 (encode_coding_utf_16): Fix handling of BOM.
23902
239032008-02-01 Kenichi Handa <handa@m17n.org>
23904
23905 * fileio.c (Finsert_file_contents): On replacing, before decoding
23906 the file into the work buffer, set point of the work buffer to the end.
23907
239082008-02-01 Dave Love <fx@gnu.org>
23909
23910 * coding.c (Fcheck_coding_systems_region): Fix type errors.
23911
239122008-02-01 Dave Love <fx@gnu.org>
23913
23914 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
23915 and fix C types.
23916
239172008-02-01 Kenichi Handa <handa@m17n.org>
23918
23919 * xdisp.c (SKIP_GLYPHS): New macro.
23920 (set_cursor_from_row): Pay attention to string display properties.
23921
23922 * category.c (copy_category_entry): Fix for the case that RANGE
23923 is an integer.
23924
23925 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
23926
23927 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
23928
239292008-02-01 Kenichi Handa <handa@m17n.org>
23930
23931 * charset.c (Fcharset_id_internal): New function.
23932 (syms_of_charset): Defsubr it.
23933
23934 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
23935 with the last arg charset_list acquired from coding.
23936 (Fdefine_coding_system_internal): For ccl-based coding system, fix
23937 the attribute coding_attr_ccl_valids.
23938
23939 * coding.h (enum define_coding_ccl_arg_index): Set the first
23940 member coding_arg_ccl_decoder to coding_arg_max.
23941
23942 * ccl.h (ccl_driver): Adjust prototype.
23943
23944 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
23945 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 23946 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
23947 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
23948 last arg Qnil.
23949
239502008-02-01 Kenichi Handa <handa@m17n.org>
23951
23952 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
23953 call encode_char.
23954
23955 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
23956
239572008-02-01 Dave Love <fx@gnu.org>
23958
23959 * composite.c (syms_of_composite): Make composition_hash_table weak.
23960
239612008-02-01 Kenichi Handa <handa@m17n.org>
23962
23963 * dispextern.h (check_face_attributes, generate_ascii_font_name)
23964 (font_name_registry): Don't extern them.
23965 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
23966
23967 * fontset.h (Qfontset): Don't extern it.
23968 (new_fontset_from_font_name): Extern it.
23969
23970 * fontset.c: Give 8 extra slots to fontset objects.
23971 (Qfontset_info): New variable.
23972 (syms_of_fontset): Defsym it.
23973 (FONTSET_FALLBACK): New macro.
23974 (fontset_face): Try also the default fontset.
23975 (make_fontset): Realize a fallback fontset from the default fontset.
23976 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
23977 using split_font_name_into_vector and build_font_name_from_vector.
23978 (Fset_fontset_font): Access the elements of font_spec by enum
23979 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
23980 name by using split_font_name_into_vector.
23981 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
bba3e508
SM
23982 generate a proper font name from the fontset name.
23983 Update Vfontset_alias_alist.
aac0c6e3
MR
23984 (n_auto_fontsets): New variable.
23985 (new_fontset_from_font_name): New function.
23986 (Ffont_info): Store the information about fonts generated from the
23987 default fontset in the first extra slot of the returned char-table.
23988
23989 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
23990 (font_name_registry): Delete function.
23991 (split_font_name_into_vector): New function.
23992 (build_font_name_from_vector): New function.
23993 (font_list): The argument REGISTRY is now a list of registry names.
23994 (choose_face_font): If we are choosing an ASCII font, and ATTRS
23995 specifies an explicit font name, return the name as is. Make a
23996 list of registy names.
23997
23998 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
23999 of x_new_fontset.
24000 (Fx_create_frame): Don't call x_new_fontset here. Just use
24001 x_list_fonts to check the existence of fonts.
24002
24003 * xterm.h (x_new_fontset): Adjust prototype.
24004
24005 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
24006 string. Use new_fontset_from_font_name to create a fontset from a
24007 font name.
24008
240092008-02-01 Kenichi Handa <handa@m17n.org>
24010
24011 * syntax.c (Vfind_word_boundary_function_table): New name for
24012 Vnext_word_boundary_function_table.
24013 (find-word-boundary-function-table): New name for
24014 next-word-boundary-function-table.
24015
240162008-02-01 Dave Love <fx@gnu.org>
24017
24018 * Makefile.in: Fix some dependencies.
24019
24020 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
24021 set it to nil before returning.
24022
24023 * composite.c (update_compositions): Fix type error.
24024
24025 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
24026
240272008-02-01 Kenichi Handa <handa@m17n.org>
24028
24029 * xterm.c (x_new_font): Optimize for the case that the font is
24030 already set for the frame.
24031
240322008-02-01 Kenichi Handa <handa@m17n.org>
24033
24034 * chartab.c (char_table_ascii): Check if the char table contents
24035 is sub-char-table or not.
24036 (char_table_set, char_table_set_range): Fix argument to
24037 char_table_ascii.
24038
24039 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
24040 (detect_coding_utf_8, detect_coding_utf_16)
24041 (detect_coding_emacs_mule, detect_coding_iso_2022)
24042 (detect_coding_sjis, detect_coding_big5)
24043 (detect_coding_ccl, detect_coding_charset): Change argument MASK
24044 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
24045 sequence is valid in this coding system. Change callers.
24046 (MAX_ANNOTATION_LENGTH): New macro.
24047 (ADD_ANNOTATION_DATA): New macro.
bba3e508
SM
24048 (ADD_COMPOSITION_DATA): Change argument. Change callers.
24049 Call ADD_ANNOTATION_DATA. Change the format of annotation data.
aac0c6e3
MR
24050 (ADD_CHARSET_DATA): New macro.
24051 (emacs_mule_char): New argument ID. Change callers.
24052 (decode_coding_emacs_mule, decode_coding_iso_2022)
24053 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
24054 Produce charset annotation data in coding->charbuf.
24055 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
24056 to charset annotation data in coding->charbuf.
24057 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
24058 coding->common_flags if the coding system is iso-2022 based and
24059 uses designation.
24060 (produce_composition): Adjust for the new annotation data format.
24061 (produce_charset): New function.
24062 (produce_annotation): Handle charset annotation.
bba3e508
SM
24063 (handle_composition_annotation, handle_charset_annotation):
24064 New functions.
aac0c6e3
MR
24065 (consume_chars): Handle charset annotation. Utilize the above two
24066 functions.
24067 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
24068 buffer, get the deleted text as a string and set
24069 coding->src_object to that string.
24070 (detect_coding, detect_coding_system): Use the new struct
24071 coding_detection_info.
24072
24073 * coding.h (struct coding_detection_info): New structure.
24074 (struct coding_system): Adjust prototype of the member `detector'.
24075 (CODING_ANNOTATE_CHARSET_MASK): New macro.
24076
240772008-02-01 Kenichi Handa <handa@m17n.org>
24078
24079 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
24080
240812008-02-01 Dave Love <fx@gnu.org>
24082
24083 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
24084 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
24085 to new local and nullify apropos_accumulate before returning.
24086 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
24087
240882008-02-01 Kenichi Handa <handa@m17n.org>
24089
24090 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
24091 correctly.
e3eea1fc 24092
aac0c6e3
MR
240932008-02-01 Dave Love <fx@gnu.org>
24094
24095 * fns.c (Flanginfo): Call synchronize_system_time_locale.
24096
240972008-02-01 Kenichi Handa <handa@m17n.org>
24098
24099 The following changes are to make character composition happen
24100 automatically on displaying.
24101
24102 * Makefile.in (lisp, shortlisp): Add composite.elc.
24103
24104 * composite.h (Qauto_composed, Vauto_composition_function)
24105 (Qauto_composition_function): Extern them.
24106
24107 * composite.c (Vcomposition_function_table)
24108 (Qcomposition_function_table): Delete variables.
24109 (Qauto_composed, Vauto_composition_function)
24110 (Qauto_composition_function): New variables.
24111 (run_composition_function): Don't call
24112 compose-chars-after-function.
24113 (update_compositions): Clear `auto-composed' text property.
24114 (compose_chars_in_text): Delete this function.
24115 (syms_of_composite): Staticpro Qauto_composed and
24116 Qauto_composition_function. Declare Vauto_composition_function as
24117 a Lisp variable.
24118
24119 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
24120
24121 * xdisp.c (it_props): Add an entry for Qauto_composed.
24122 (handle_auto_composed_prop): New function.
24123
24124 * xselect.c (selection_data_to_lisp_data): Don't call
24125 compose_chars_in_text.
24126
241272008-02-01 Dave Love <fx@gnu.org>
24128
24129 * keyboard.c (read_char): Modify checking around use of
24130 Vkeyboard_translate_table.
24131
24132 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
24133 and fix C types.
24134
241352008-02-01 Kenichi Handa <handa@m17n.org>
24136
24137 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
24138 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
24139 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
24140 the case that the last byte is '\r' correctly.
24141 (decode_coding): Flush out the unprocessed data correctly.
24142 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
24143
241442008-02-01 Dave Love <fx@gnu.org>
24145
24146 * xterm.c (XTread_socket): Fix changes for defined keysyms.
24147 Add XK_ISO... case.
24148 (xaw_scroll_callback): Revert last change.
24149
241502008-02-01 Kenichi Handa <handa@m17n.org>
24151
24152 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
24153
241542008-02-01 Kenichi Handa <handa@m17n.org>
24155
24156 * xfaces.c (Vface_resizing_fonts): New variable.
24157 (struct font_name): New member `resizing_ratio'.
24158 (font_resizing_ratio): New function.
24159 (split_font_name): Set font->resizing_ratio.
24160 (better_font_p): Pay attention to font->resizing_ratio.
24161 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
24162 RESX, and RESY fields.
24163 (try_alternative_families): Try scalable fonts if
24164 Vscalable_fonts_allowed is not Qt.
24165 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
24166
241672008-02-01 Dave Love <fx@gnu.org>
24168
24169 * xterm.c (xaw_scroll_callback): Cast correctly.
24170
241712008-02-01 Dave Love <fx@gnu.org>
24172
24173 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
24174 (lispy_kana_keys): Comment out.
24175 (make_lispy_event) [XK_kana_A]: Comment out.
24176
24177 * xterm.c (xaw_scroll_callback): Cast call_data.
24178 (XTread_socket): Deal with ASCII keysyms.
24179 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
24180
241812008-02-01 Dave Love <fx@gnu.org>
24182
24183 * xterm.c (Vx_keysym_table): New.
24184 (syms_of_xterm): Initialize it.
24185 (XTread_socket): Use it.
24186 From head: Eliminate incorrect optimization that tried to avoid
24187 decoding the output of X*LookupString.
24188 (x_get_font_repertory): Delete charset declaration.
24189
241902008-02-01 Kenichi Handa <handa@m17n.org>
24191
24192 * coding.c (detect_coding_charset): If only ASCII bytes are found,
24193 return 0.
bba3e508
SM
24194 (Fdefine_coding_system_internal):
24195 Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
aac0c6e3
MR
24196
241972008-02-01 Dave Love <fx@gnu.org>
24198
24199 * coding.c (Fcheck_coding_system): Doc fix.
24200
24201 * editfns.c (Finsert_byte): Return a proper value.
24202
242032008-02-01 Kenichi Handa <handa@m17n.org>
24204
bba3e508
SM
24205 * coding.c (decode_coding): Fix args to translate_chars.
24206 Pay attention to Vstandard_translation_table_for_decode.
aac0c6e3
MR
24207 (encode_coding): Fix args to translate_chars. Pay attention to
24208 Vstandard_translation_table_for_encode.
24209
24210 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
24211 SINGLE_BYTE_CHAR_P.
24212
24213 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
24214 not by SINGLE_BYTE_CHAR_P.
24215
24216 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
24217 SINGLE_BYTE_CHAR_P.
24218
24219 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
24220 SINGLE_BYTE_CHAR_P.
24221
24222 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
24223 by SINGLE_BYTE_CHAR_P.
24224
24225 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
24226 SINGLE_BYTE_CHAR_P.
24227
242282008-02-01 Dave Love <fx@gnu.org>
24229
24230 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
24231
242322008-02-01 Dave Love <fx@gnu.org>
24233
24234 * fns.c (Flanginfo): Fix typo.
24235
24236 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
24237
242382008-02-01 Kenichi Handa <handa@m17n.org>
24239
24240 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
24241 (detect_coding_emacs_mule, detect_coding_iso_2022)
24242 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
24243 incomplete byte sequence. Don't update *mask when correctly detected.
24244 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
24245 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
24246 (detect_coding, detect_coding_system): Adjust for the changes above.
24247
242482008-02-01 Kenichi Handa <handa@m17n.org>
24249
24250 * character.c (char_string): Rename from
24251 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
24252 (string_char): Rename from string_char.
24253
24254 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
24255 if C is greater than MAX_3_BYTE_CHAR.
bba3e508
SM
24256 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE):
24257 Call string_char instead of string_char_with_unification.
aac0c6e3
MR
24258
242592008-02-01 Dave Love <fx@gnu.org>
24260
24261 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
24262
242632008-02-01 Kenichi Handa <handa@m17n.org>
24264
24265 * keymap.c (push_key_description): Pay attention to force_multibyte.
24266
24267 * regex.c (re_search_2): Fix for the case of unibyte buffer.
24268
242692008-02-01 Dave Love <fx@gnu.org>
24270
24271 * charset.c (define_charset_internal): Rename `supprementary'.
24272
24273 * Makefile.in (lisp, shortlisp): Remove latin-N.
24274
242752008-02-01 Dave Love <fx@gnu.org>
24276
24277 * xfns.c (x_window, x_window): Use use_xim.
24278
24279 * xterm.c (use_xim): Initialize.
24280 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
24281 (x_term_init): Maybe set use_xim.
24282
24283 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
24284
242852008-02-01 Kenichi Handa <handa@m17n.org>
24286
24287 * search.c (search_buffer): Fix case-fold-search of multibyte
24288 characters.
24289 (boyer_moore): Rename the last argument to char_high_bits.
24290
242912008-02-01 Kenichi Handa <handa@m17n.org>
24292
24293 * xdisp.c (display_string): Fix for the case of zero width glyph.
24294
24295 * xfns.c (x_set_font): Change the error message of the case that
24296 x_new_fontset returns Qt.
24297
24298 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
24299 (Finternal_set_lisp_face_attribute): Use signal_error for the
24300 error of invalid fontset.
24301
24302 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
24303 fontset, return Qt.
24304
243052008-02-01 Dave Love <fx@gnu.org>
24306
24307 * unexelf.c (unexec): Make .got handling not SGI-specific.
24308
24309 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
24310
24311 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
24312
24313 * keyboard.c (read_key_sequence): Fix type error.
24314
bba3e508
SM
24315 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte):
24316 Fix type error.
aac0c6e3
MR
24317
24318 * fontset.c (fontset_add): Return Lisp_Object.
24319
243202008-02-01 Dave Love <fx@gnu.org>
24321
24322 * charset.h (charset_ordered_list_tick): Declare extern.
24323
243242008-02-01 Kenichi Handa <handa@m17n.org>
24325
24326 The following changes (and some of 2008-02-01 changes of mine) are
24327 for handling syntax, category, and case conversion for unibyte
24328 characters by converting them to multibyte on the fly. With these
24329 changes, we don't have to setup syntax and case tables for unibyte
24330 characters in each language environment.
24331
24332 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
24333 multibyte if necessary.
24334
24335 * bytecode.c (Fbyte_code): Likewise.
24336
24337 * character.h (LEADING_CODE_LATIN_1_MIN)
24338 (LEADING_CODE_LATIN_1_MAX): New macros.
24339 (unibyte_to_multibyte_table): Extern it.
24340 (unibyte_char_to_multibyte): New macro.
24341 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
24342 (CHAR_LEADING_CODE): New macro.
24343 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
24344
24345 * character.c (unibyte_to_multibyte_table): New variable.
24346 (unibyte_char_to_multibyte): Move to character.h and define as macro.
24347 (multibyte_char_to_unibyte): If C is an eight-bit character,
24348 convert it to the corresponding byte value.
24349
24350 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
24351 not 1, signals an error. Update the elements of
24352 unibyte_to_multibyte_table.
24353 (init_charset_once): Initialize unibyte_to_multibyte_table.
24354 (syms_of_charset): Define the charset `iso-8859-1'.
24355
24356 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
24357 as is without converting it to unibyte. In a unibyte buffer,
24358 convert C to multibyte before checking the syntax.
24359
24360 * lisp.h (unibyte_char_to_multibyte): Delete extern.
24361
24362 * minibuf.c (Fminibuffer_complete_word): Use the macro
24363 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
24364
24365 * regex.h (struct re_pattern_buffer): New member target_multibyte.
24366
24367 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
bba3e508
SM
24368 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.
24369 If that is zero, convert an eight-bit char to multibyte.
aac0c6e3
MR
24370 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
24371 non-emacs case.
24372 (PATFETCH): Convert an eight-bit char to multibyte.
24373 (HANDLE_UNIBYTE_RANGE): New macro.
24374 (regex_compile): Setup the compiled pattern for multibyte chars
24375 even if the given regex string is unibyte. Use PATFETCH_RAW
24376 instead of PATFETCH in many places. To handle `charset'
24377 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
24378 only for ASCII chars.
24379 (analyse_first) <exactn>: Simplify because the compiled pattern
24380 is multibyte.
24381 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
24382 <charset>: Use CHAR_LEADING_CODE to get leading codes.
24383 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
24384 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
24385 multibyte always 1.
24386 (re_search_2): In emacs, set the locale variable multibyte to 1,
24387 otherwise to 0. New local variable target_multibyte. Check it
bba3e508
SM
24388 to decide the multibyteness of STR1 and STR2.
24389 If target_multibyte is zero, convert unibyte chars to multibyte
aac0c6e3
MR
24390 before translating and checking fastmap.
24391 (TARGET_CHAR_AND_LENGTH): New macro.
24392 (re_match_2_internal): In emacs, set the locale variable multibyte
bba3e508
SM
24393 to 1, otherwise to 0. New local variable target_multibyte.
24394 Check it to decide the multibyteness of STR1 and STR2.
24395 Use TARGET_CHAR_AND_LENGTH to fetch a character from D.
aac0c6e3
MR
24396 <charset, charset_not>: If multibyte is nonzero, check fastmap
24397 only for ASCII chars. Call bcmp_translate with
24398 target_multibyte, not with multibyte.
24399 <begline>: Declare the local variable C as `unsigned'.
24400 (bcmp_translate): Change the last arg name to target_multibyte.
24401
24402 * search.c (compile_pattern_1): Don't adjust the multibyteness of
24403 the regexp pattern and the matching target. Set cp->buf.multibyte
24404 to the multibyteness of the regexp pattern. Set
24405 cp->but.target_multibyte to the multibyteness of the matching target.
24406 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
24407 FETCH_STRING_CHAR_ADVANCE.
24408 (Freplace_match): Convert unibyte chars to multibyte.
24409
24410 * syntax.c (char_quoted, back_comment, scan_words)
24411 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
24412 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
24413 unibyte chars to multibyte.
24414 (skip_chars): Delete the arg syntaxp, and move the code for
24415 handling syntaxes to skip_syntaxes. Change callers.
24416 Fix the case that the multibyteness of STRING and the current
24417 buffer doesn't match.
24418 (skip_syntaxes): New function.
24419 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
24420 SINGLE_BYTE_CHAR_P.
24421
244222008-02-01 Kenichi Handa <handa@m17n.org>
24423
24424 * xfaces.c (QCfontset): New variable.
24425 (LFACE_FONTSET): New macro.
24426 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
24427 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
24428 (Finternal_set_lisp_face_attribute)
24429 (Finternal_get_lisp_face_attribute): Handle QCfontset.
24430 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
24431 check also LFACE_FONTSET_INDEX.
24432 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
24433 attrs[LFACE_FONT_INDEX].
24434 (syms_of_xfaces): Intern and staticpro QCfontset.
24435
24436 * dispextern.h (enum lface_attribute_index): New member
24437 LFACE_FONTSET_INDEX.
24438
24439 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
24440
244412008-02-01 Kenichi Handa <handa@m17n.org>
24442
24443 * coding.c (coding_set_destination): Fix coding->destination for
24444 the case converting a region.
24445 (encode_coding_utf_8): Encode eight-bit chars as single byte.
24446 (encode_coding_object): Fix coding->dst_pos and
24447 coding->dst_pos_byte for the case converting a region.
24448
24449 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
24450
24451 * character.h (BYTE8_STRING): New macro.
24452
24453 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
24454
244552008-02-01 Kenichi Handa <handa@m17n.org>
24456
24457 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
24458 characters by octal form.
24459
24460 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
24461
24462 * buffer.h (_fetch_multibyte_char_len): Delete extern.
24463 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
24464 _fetch_multibyte_char_len.
24465 (FETCH_CHAR_AS_MULTIBYTE): New macro.
24466
24467 * casetab.c (set_canon, set_identity, shuffle): Simplify.
24468
24469 * casefiddle.c (casify_object): Simplify. Handle the case that
24470 the case conversion change the byte length.
24471 (casify_region): Likewise.
24472
24473 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
24474
24475 * character.c (_fetch_multibyte_char_len): Delete this variable.
24476 (syms_of_character): Setup Vprintable_chars.
24477
24478 * editfns.c (Fchar_equal): Fix for the unibyte case.
24479 (Finsert_byte): New function.
24480 (syms_of_editfns): Defsubr it.
24481
24482 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
24483 of direct code 0x3ffff.
24484
24485 * search.c (Freplace_match): Fix for the unibyte case.
24486
244872008-02-01 Kenichi Handa <handa@m17n.org>
24488
24489 * lread.c (safe_to_load_p): Fix the logic.
24490
24491 * syntax.c (scan_words): Don't treat characters belonging to
24492 different scripts as constituting a word.
24493
24494 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24495
24496 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
24497
24498 * emacs.c (main): In the case of --unibyte, instead of aborting on
24499 finding non-empty buffer, make it unibyte.
24500
245012008-02-01 Kenichi Handa <handa@m17n.org>
24502
24503 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
24504 to create a fontset.
24505
245062008-02-01 Dave Love <fx@gnu.org>
24507
24508 * character.c (Funibyte_char_to_multibyte): Doc fix.
24509
24510 * xfns.c [HAVE_STDLIB_H]: Fix last change.
24511
245122008-02-01 Kenichi Handa <handa@m17n.org>
24513
24514 * fontset.c (fontset_add): Make the type `int'.
24515 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
24516
24517 * character.c (unibyte_char_to_multibyte)
24518 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
24519 charset_unibyte, not charset_primary.
24520
24521 * charset.h (charset_unibyte): Extern it instead of charset_primary.
24522
24523 * charset.c (charset_unibyte): Rename from charset_primary.
24524 (Funibyte_charset): Rename from Fprimary_charset.
24525 (Fset_unibyte_charset): Rename from Fset_primary_charset.
24526 (syms_of_charset): Adjust for the above changes.
24527
24528 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24529 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24530 it->multibyte_p is zero.
24531
24532 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
24533 Delete extern.
24534
245352008-02-01 Kenichi Handa <handa@m17n.org>
24536
24537 * coding.c (Fdefine_coding_system_internal): Fix category setting
24538 for a coding system of type iso-2022.
24539
245402008-02-01 Kenichi Handa <handa@m17n.org>
24541
24542 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
24543
245442008-02-01 Kenichi Handa <handa@m17n.org>
24545
24546 * syntax.c (Vnext_word_boundary_function_table): New variable.
24547 (next-word-boundary-function-table): Declare it as a Lisp variable
24548 in syms_of_syntax.
24549 (scan_words): Call functions in Vnext_word_boundary_function_table
24550 if any.
24551
24552 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
24553
24554 * fontset.c (fs_load_font): If fontp->charset is not negative,
24555 return fontp without setting its members.
24556
245572008-02-01 Dave Love <fx@gnu.org>
24558
24559 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
24560
24561 * m/sparc.h (HAVE_ALLOCA): Delete.
24562
24563 * s/irix6-5.h: Don't include strings.h.
24564 (bcopy, bzero, bcmp): Don't undef.
24565
24566 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
24567
24568 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
24569 (TIOCSIGSEND): Don't test IRIX6.
24570 (bcopy, bzero, bcmp): Define conditionally.
24571
245722008-02-01 Kenichi Handa <handa@m17n.org>
24573
24574 * buffer.c (Qas, Qmake, Qto): New variables.
24575 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
24576 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
24577
24578 * callproc.c (Fcall_process): Don't call insert_1_both directly if
24579 we are inserting a process output into a multibyte buffer.
24580
24581 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
24582 multibyte_char_to_unibyte.
24583
24584 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
24585 by the primary charset, make it eight-bit char.
24586 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
24587
24588 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
24589 (charset_8_bit__control, charset_8_bit_graphic)
24590 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
24591 (define_charset_internal): New function.
24592 (syms_of_charset): Call define_charset_internal for pre-defined
24593 charsets.
24594
24595 * charset.h (charset_8_bit): Extern it.
24596
24597 * coding.c (make_conversion_work_buffer): Adjust for the change
24598 of Fset_buffer_multibyte.
24599 (encode_coding_raw_text): Increment p0 in the loop.
24600
24601 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
24602
bba3e508
SM
24603 * xdisp.c (setup_echo_area_for_printing, set_message_1):
24604 Adjust for the change of Fset_buffer_multibyte.
aac0c6e3
MR
24605
24606 * fns.c (Fstring_to_multibyte): New function.
24607 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
24608
246092008-02-01 Dave Love <fx@gnu.org>
24610
24611 * xfns.c (x_put_x_image): Declare args.
24612
24613 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
24614 (try_font_list): Declare an arg.
24615
24616 * xdisp.c (message2_nolog, set_message): Declare an arg.
24617
24618 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
24619
24620 * syntax.c (scan_sexps_forward): Declare an arg.
24621
24622 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
24623 Declare an arg.
24624
24625 * lisp.h (Fnew_fontset): Declare.
24626
24627 * keymap.c (push_key_description): Call CHARACTERP correctly.
24628
24629 * fontset.c (fontset_add): Declare args. Call make_number correctly.
24630 (face_for_char): Delete unused vars.
24631 (Fset_fontset_font): Doc fix. Delete unused vars.
24632
24633 * doc.c (Fsubstitute_command_keys): Delete unused vars.
24634
24635 * composite.c (update_compositions): Declare arg.
24636
24637 * cm.c (calccost, cmgoto): Declare args.
24638
24639 * charset.c: Remove `emacs' conditional. Doc fixes.
24640 (map_char_table_for_charset): Declare.
24641
24642 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
24643
24644 * ccl.c: Remove `emacs' conditional.
24645
246462008-02-01 Kenichi Handa <handa@m17n.org>
24647
24648 The following changes are to allow specifying multiple font
24649 patterns for a character range (specified by script or charset).
24650
24651 * Makefile.in (abbrev.o): Depend on syntax.h.
24652 (xfaces.o): Depend on charset.h.
24653
24654 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
24655 SINGLE_BYTE_CHAR_P.
24656
24657 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
24658
24659 * character.h (Vchar_script_table): Extern it.
24660
24661 * character.c (Vscript_alist): Delete.
24662 (Vchar_script_table, Qchar_script_table): New variable.
24663 (syms_of_character): Declare Vchar_script_table as a lisp variable
24664 and initialize it.
24665
24666 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
24667 have property char-table-extra-slots, make no extra slot.
24668
24669 * dispextern.h (struct face): Delete member `charset'.
24670 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
24671 SINGLE_BYTE_CHAR_P.
24672 (choose_face_font, lookup_non_ascii_face, font_name_registry):
24673 Add prototypes.
24674 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
24675 (generate_ascii_font_name): Rename from generate_ascii_font.
24676
24677 * fontset.h (get_font_repertory_func): New prototype.
24678 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
24679 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
24680
24681 * fontset.c (Qprepend, Qappend): New variables.
24682 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
24683 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
24684 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
24685 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
24686 (fontset_ref_and_range, fontset_add, reorder_font_vector)
24687 (load_font_get_repertory): New functions.
24688 (fontset_set): Delete.
24689 (fontset_face): New arg FACE. Return face ID, not face.
24690 Complete re-write to handle new fontset structure. Change caller.
24691 (free_face_fontset): Use ASET istead of AREF (X) = Y.
24692 (face_for_char): Don't call lookup_face.
24693 (make_fontset_for_ascii_face): New arg FACE.
24694 (fs_load_font): New arg CHARSET_ID. Don't check
24695 Vfont_encoding_alist here.
24696 (find_font_encoding): New function.
24697 (list_fontsets): Use STRINGP, not ! NILP.
24698 (accumulate_script_ranges): New function.
bba3e508
SM
24699 (Fset_fontset_font, Fnew_fontset, Ffontset_info):
24700 Completely re-written to handle new fontset structure.
aac0c6e3 24701 (Ffontset_font): Return a copy of element.
bba3e508
SM
24702 (syms_of_fontset): Define symbols Qprepend and Qappend.
24703 Fix docstring of font-encoding-alist.
aac0c6e3
MR
24704
24705 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
24706 (Fset_fotset_font): Fix arguments to 5.
24707
24708 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
24709
24710 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
24711 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24712 (highlight_trailing_whitespace): Adjust for the change of
24713 lookup_named_face.
24714
24715 * xfaces.c: Include charset.h.
24716 (load_face_font): Delete argument C. Change caller.
24717 (generate_ascii_font_name): Rename from generate_ascii_font.
24718 (font_name_registry): New function.
24719 (cache_face): Store ascii faces before non-ascii faces in buckets.
24720 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
24721 Lookup only ascii faces.
24722 (lookup_non_ascii_face): New function.
24723 (lookup_named_face): Delete argument C. Change caller.
24724 (lookup_derived_face): Delete argument C. Change caller.
24725 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
24726 a string, just call font_list with it.
24727 (choose_face_font): Delete arguments FACE and C. New arg
24728 FONT_SPEC. Change caller.
24729 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
24730 Change caller.
24731 (realize_non_ascii_face): New function.
24732 (realize_x_face): Call load_face_font here.
24733 (realize_tty_face): Delete argument C. Change caller.
24734 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
24735 get a face ID.
24736 (dump_realized_face): Don't print charset of FACE.
24737
24738 * xfns.c (x_set_font): Always call x_new_fontset and
24739 store_frame_parameter.
24740 (Fx_create_frame): Call x_new_fontset, not x_new_font.
24741 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
24742
24743 * xterm.h (x_get_font_repertory): Extern it.
24744
24745 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24746 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24747 it->multibyte_p is zero.
24748 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24749 (x_new_fontset): If FONTSETNAME doesn't match any existing
24750 fontsets, create a new one.
24751 (x_get_font_repertory): New function.
24752
247532008-02-01 Kenichi Handa <handa@m17n.org>
24754
24755 * coding.c (Ffind_coding_systems_region_internal): Detect an
24756 ASCII only string correctly.
24757
24758 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
24759 version is 0.
24760
247612008-02-01 Kenichi Handa <handa@m17n.org>
24762
24763 * lread.c: Include "coding.h".
24764 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
24765 (load_each_byte, unread_char): New variables.
24766 (readchar_backlog): Delete.
24767 (readchar): Return a character unless load_each_byte is nonzero.
24768 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
24769 cons. If unread_char is not -1, simply return it.
24770 (unreadchar): Handle the case that readcharfun is
24771 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
24772 (read_multibyte): Delete.
24773 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
24774 (read_emacs_mule_char): New functions.
24775 (Fload): Even if the file doesn't have the extension ".elc", if
24776 safe_to_load_p returns a positive version number, assume that the
24777 file contains bytecompiled code. If the version is less than 22,
24778 load the file while decoding multibyte sequences by emacs-mule.
24779 (readevalloop): Don't use readchar_backlog.
24780 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
24781 (Fread_from_string): Pay attention to the case that STREAM is a cons.
24782 (read_escape): Delete the arg BYTEREP.
24783 (read1): Set load_each_byte to 1 temporarily while handling
24784 #@NUMBER. Don't call read_multibyte.
24785 (read_vector): Call Fread with a cons. If readcharfun is
24786 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
24787 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
24788 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
24789 and Qload_force_doc_strings.
24790
247912008-02-01 Kenichi Handa <handa@m17n.org>
24792
bba3e508
SM
24793 * xdisp.c (face_before_or_after_it_pos):
24794 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
aac0c6e3
MR
24795
247962008-02-01 Kenichi Handa <handa@m17n.org>
24797
24798 * character.h (TRAILING_CODE_P): New macro.
24799 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
24800 (string_char_with_unification): Fix prototype.
24801 (Vscript_alist): Extern it.
24802
24803 * character.c (Vscript_alist): New variable.
24804 (string_char_with_unification, str_as_unibyte)
24805 (string_escape_byte8): Add `const' to local variables.
24806 (syms_of_character): Declare script-alist as a Lisp variable.
24807
24808 * charset.h (Vcharset_ordered_list): Extern it.
24809 (charset_ordered_list_tick): Extern it.
24810 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
24811 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
24812 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
24813 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
24814 (Funify_charset): Adjust for the change of Funify_charset.
24815
24816 * charset.c (charset_ordered_list_tick): New variable.
24817 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
24818 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 24819 deunify instead of unify a charset.
aac0c6e3
MR
24820 (string_xstring_p): Add `const' to local variables.
24821 (find_charsets_in_text): Add `const' to arguments and local variables.
bba3e508
SM
24822 (encode_char): Adjust for the change of Funify_charset.
24823 Fix detecting of invalid code.
aac0c6e3
MR
24824 (Fset_charset_priority): Increment charset_ordered_list_tick.
24825 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
24826 and TO_CODE.
24827
24828 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
24829 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
24830 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
24831 (decode_coding_ccl, consume_chars)
24832 (Ffind_coding_systems_region_internal)
24833 (Fcheck_coding_systems_region): Add `const' to local variables.
24834
24835 * print.c (print_object): Use octal form for printing the
24836 contents of a bool vector.
24837
248382008-02-01 Dave Love <fx@gnu.org>
24839
24840 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
24841 <version == 20>: Refuse to load.
24842
248432008-02-01 Dave Love <fx@gnu.org>
24844
24845 * fns.c: Move coding.h.
24846 (Qcodeset, Qdays, Qmonths): New.
24847 (concat): Use CHARACTERP instead of INTEGERP.
24848 (Flocale_codeset): Delete.
24849 (Flanginfo): New function.
24850 (syms_of_fns): Change accordingly.
24851
24852 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
24853
248542008-02-01 Dave Love <fx@gnu.org>
24855
bba3e508
SM
24856 * casetab.c (init_casetab_once, init_casetab_once):
24857 Fix CHAR_TABLE_SET call.
aac0c6e3
MR
24858
24859 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
24860
24861 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
24862
24863 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
24864 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
24865 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
24866
24867 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
24868
24869 * coding.c (ENCODE_DESIGNATION, decode_eol)
24870 (make_conversion_work_buffer, code_conversion_restore)
24871 (Fdefine_coding_system_internal): Convert Lisp types.
24872 (code_conversion_restore): Use EQ, not ==.
24873 (Fencode_coding_string): Fix code_convert_string call.
24874
24875 * coding.h (code_convert_region): Fix prototype.
24876
24877 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
24878
24879 * fontset.c (fontset_ref, fontset_set, fs_load_font)
24880 (Ffontset_info): Convert Lisp types.
24881
24882 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
24883
24884 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
24885
24886 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
24887
24888 * chartab.c: Include "...h", not <...h> in some cases.
24889
24890 * callproc.c (Fcall_process): Remove unused variables.
24891
248922008-02-01 Dave Love <fx@gnu.org>
24893
24894 * coding.c (Fset_coding_system_priority): Allow null arg list.
24895
248962008-02-01 Dave Love <fx@gnu.org>
24897
24898 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
24899 (Fself_insert_and_exit): Use CHARACTERP.
24900
24901 * callproc.c (Fcall_process): Remove unused vars.
24902
24903 * xterm.c (XTread_socket): Add extra dead keysyms.
24904
24905 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
24906
24907 * dispextern.h: Remove prototypes for redraw_frame,
24908 redraw_garbaged_frames.
24909
24910 * cmds.c (Fself_insert_command): Use CHARACTERP.
24911
24912 * chartab.c (make_sub_char_table): Remove unused var.
24913 (Fset_char_table_default, Fmap_char_table): Doc fix.
24914
24915 * keymap.c (access_keymap): Remove generic char code.
24916 (push_key_description): Use CHARACTERP.
24917
249182008-02-01 Dave Love <fx@gnu.org>
24919
24920 * charset.c: Doc fixes.
24921 (Funify_charset): Extra checking.
24922
249232008-02-01 Dave Love <fx@gnu.org>
24924
24925 * lread.c: Remove some unused variables.
24926 (safe_to_load_p): If safe, return the magic number version byte.
24927 (Fload): Maybe use load-with-code-conversion.
24928
249292008-02-01 Kenichi Handa <handa@m17n.org>
24930
24931 * category.c (Fmodify_category_entry): Don't modify the contents
bba3e508
SM
24932 of category_set for characters out of the range.
24933 Avoid unnecessary modification.
aac0c6e3
MR
24934
24935 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
24936 Vchar_unify_table. The default value of the table is now nil.
24937
24938 * character.c (syms_of_character): Setup Vchar_width_table for
24939 eight-bit-control and raw-byte chars.
24940
bba3e508
SM
24941 * charset.h (enum define_charset_arg_index):
24942 Delete charset_arg_parents and add charset_arg_subset and
aac0c6e3
MR
24943 charset_arg_superset.
24944 (enum charset_attr_index): Delete charset_parents and add
24945 charset_subset and charset_superset.
24946 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
24947 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
24948 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
24949 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
24950 (CHARSET_SUPERSET): New macros.
24951 (charset_work): Extern it.
24952 (ENCODE_CHAR): Use charset_work.
24953 (CHAR_CHARSET_P): Adjust for the change of encoder format.
24954 (map_charset_chars): Extern it.
24955
24956 * charset.c (load_charset_map): Set the default value of encoder
24957 and deunifier char-tables to nil.
bba3e508
SM
24958 (map_charset_chars): Change argument. Change callers.
24959 Use map_char_table_for_charset instead of map_char_table.
aac0c6e3
MR
24960 (Fmap_charset_chars): New optional args from_code and to_code.
24961 (Fdefine_charset_internal): Adjust for the change of
24962 `define-charset' (:parents -> :subset or :superset).
24963 (charset_work): New variable.
24964 (encode_char, syms_of_charset): Adjust for the change of
24965 Fdefine_charset_internal.
24966 (Ffind_charset_string): Setup the vector `charsets' correctly.
24967
bba3e508
SM
24968 * chartab.c (sub_char_table_ref_and_range): New arg default.
24969 Fix the previous change.
aac0c6e3
MR
24970 (char_table_ref_and_range): Adjust for the above change.
24971 (map_sub_char_table_for_charset): New function.
24972 (map_char_table_for_charset): New function.
24973
24974 * keymap.c (describe_vector): Handle a char-table directly here.
24975 (describe_char_table): Delete.
24976
24977 * lisp.h (map_charset_chars): Delete.
24978
249792008-02-01 Dave Love <fx@gnu.org>
24980
24981 * fns.c (count_combining): Comment out (unused).
24982 (Flocale_codeset): New.
24983 (syms_of_fns): Defsubr it.
24984
24985 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
24986 (size_t): Remove.
24987
249882008-02-01 Dave Love <fx@gnu.org>
24989
24990 * Makefile.in (chartab.o): Depend on charset.h.
24991
249922008-02-01 Kenichi Handa <handa@m17n.org>
24993
24994 * character.c (syms_of_character): Set the default value of
24995 Vprintable_chars to Qnil.
24996
249972008-02-01 Dave Love <fx@gnu.org>
24998
24999 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
25000
250012008-02-01 Kenichi Handa <handa@m17n.org>
25002
25003 * charset.c (load_charset_map): Handle the case that from < to
25004 correctly.
25005
25006 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
25007 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
25008 Pay attention to raw-8-bit chars.
25009
250102008-02-01 Kenichi Handa <handa@m17n.org>
25011
25012 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
25013 It is not bytecompiled now.
25014
25015 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
25016 (charset_jisx0208): New variables.
25017 (Fdefine_charset_internal): Setup them if appropriate.
25018 (init_charset_once): Initialize them to -1.
25019
25020 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
25021 (charset_jisx0208): Extern them.
25022
25023 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
25024 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
25025 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
25026 (setup_iso_safe_charsets): Fix arguments to Fassq.
25027 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
25028 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
25029 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
25030 (encode_coding_iso_2022): Change the 1st arg to
25031 ENCODE_ISO_CHARACTER to a variable.
25032
250332008-02-01 Kenichi Handa <handa@m17n.org>
25034
25035 * charset.h (enum define_charset_arg_index): New enums
25036 charset_arg_min_code and charset_arg_max_code.
25037 (struct charset): New member char_index_offset.
25038
25039 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
25040 Take charset->char_index_offset into account.
25041 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
25042 args[charset_arg_max_code]. Setup charset.char_index_offset.
25043 (syms_of_charset): Fix args to Fdefine_charset_internal.
25044
250452008-02-01 Dave Love <fx@gnu.org>
25046
25047 * coding.c (decode_coding_utf_8): Reject overlong sequences.
25048
250492008-02-01 Dave Love <fx@gnu.org>
25050
25051 * coding.c: Doc fixes.
25052 (Fcoding_system_aliases): Fix return value.
25053 (Qmac): Remove (duplicated) definition.
25054
250552008-02-01 Dave Love <fx@gnu.org>
25056
362654a6
JB
25057 * charset.c (Fcharset_priority_list, Fset_charset_priority):
25058 New functions.
aac0c6e3
MR
25059
25060 * character.c (Fstring): Doc fix.
25061
25062 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
25063
362654a6 25064 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
25065 (font-encoding-alist): Doc fix.
25066
250672008-02-01 Dave Love <fx@gnu.org>
25068
25069 * term.c (costs_set): Declare static, non-initialized for pcc.
25070 (encode_terminal_code): Remove unused var.
25071
25072 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
25073 for K&R.
25074
25075 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
25076
25077 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
25078 (suffixes): Move out of make_subsidiaries for K&R.
25079
25080 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
25081
25082 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
25083
250842008-02-01 Dave Love <fx@gnu.org>
25085
25086 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
25087
25088 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
25089
250902008-02-01 Yong Lu <lyongu@asia-infonet.com>
25091
25092 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
25093
25094 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
25095
250962008-02-01 Kenichi Handa <handa@m17n.org>
25097
25098 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
25099 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
25100
251012008-02-01 Kenichi Handa <handa@m17n.org>
25102
25103 * coding.c (decode_coding_charset): Adjust for the change of
25104 Fdefine_coding_system_internal.
25105 (Fdefine_coding_system_internal): For a coding system of
25106 `charset' type, store a list of charset IDs in
25107 `charset_attr_charset_valids' element of coding attributes.
25108
251092008-02-01 Kenichi Handa <handa@m17n.org>
25110
25111 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
bba3e508
SM
25112 (emacs_mule_char): New arg src. Delete arg `composition'.
25113 Change caller. Handle 2-byte and 3-byte charsets correctly.
aac0c6e3
MR
25114 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
25115 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
25116 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
ef1b0ba7
SM
25117 (DECODE_EMACS_MULE_21_COMPOSITION):
25118 Call DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
aac0c6e3
MR
25119 sequence.
25120 (decode_coding_emacs_mule): Handle composition correctly. Rewind
25121 `src' and `consumed_chars' correctly before calling emacs_mule_char.
25122 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
25123 and alt&rule composition.
25124 (decode_coding_iso_2022): Handle composition correctly.
25125 (init_coding_once): Setup emacs_mule_bytes for private charsets.
25126
25127 * charset.c (Fdefine_charset_internal): Fix bug for the case of
25128 re-defining a charset. If the charset has :emacs-mule-id, setup
25129 emacs_mule_bytes.
25130 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
25131
251322008-02-01 Kenichi Handa <handa@m17n.org>
25133
25134 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
25135 (encode_coding_big5, encode_coding_charset): If coding requires safe
25136 encoding, produce a character specified by
25137 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
25138
251392008-02-01 Dave Love <fx@gnu.org>
25140
25141 * xterm.c (XSetIMValues): Declare.
25142
25143 * process.c: Conditionally include sys/wait.h, pty.h.
25144
25145 * print.c (print_object): Fix print format for 64-bit systems.
25146
25147 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
25148
25149 * buffer.c (emacs_strerror): Declare.
25150
25151 * fontset.c (Fclear_face_cache): Declare.
25152 (accumulate_font_info): Comment-out (unused).
25153 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
25154 variables.
25155
25156 * character.h (string_escape_byte8): Declare.
25157
bba3e508
SM
25158 * charset.c (load_charset_map, load_charset_map_from_file):
25159 Remove unused vars.
aac0c6e3
MR
25160 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
25161 (Fmap_charset_chars): Doc fix.
25162
25163 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
25164 (Fset_coding_system_priority, Fset_coding_system_priority)
25165 (Fdefine_coding_system_internal): Doc fix.
25166
251672008-02-01 Dave Love <fx@gnu.org>
25168
25169 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
25170
251712008-02-01 Kenichi Handa <handa@m17n.org>
25172
25173 * character.c (string_escape_byte8): Make multibyte string with
25174 correct size.
25175
25176 * charset.c (Fmake_char): Delete unnecessary code.
25177
251782008-02-01 Kenichi Handa <handa@m17n.org>
25179
25180 * xfns.c (x_encode_text): Allocate coding.destination here, and
25181 call encode_coding_object with dst_object Qnil.
25182
25183 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
25184 multibyte form correctly.
25185
25186 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
25187 against Vfont_encoding_alist.
25188
25189 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
25190 handling of charset list.
25191 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
25192 (decode_coding_object): Move point to coding->dst_pos before
25193 calling post-read-conversion function.
25194 (encode_coding_object): Give correct arguments to
25195 pre-write-conversion. Ignore the return value of
25196 pre-write-conversion function. Pay attention to the case that
25197 pre-write-conversion changes the current buffer. If dst_object is
25198 Qt, even if coding->src_bytes is zero, allocate at least one byte
25199 to coding->destination.
25200
25201 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
25202
25203 * charset.c (Fmake_char): Make it more backward compatible.
25204 (Fmap_charset_chars): Fix docstring.
25205
252062008-02-01 Dave Love <fx@gnu.org>
25207
25208 * coding.c: Doc fixes.
25209 (Fdefine_coding_system_alias): Use names, not symbols, in
25210 coding-system-alist.
25211
252122008-02-01 Kenichi Handa <handa@m17n.org>
25213
25214 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
25215 of calling free_realized_face.
25216
252172008-02-01 Yong Lu <lyongu@asia-infonet.com>
25218
25219 * charset.c (read_hex): Don't treat SPC as a comment starter.
25220 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
25221 (Fdecode_char): Fix typo.
25222
252232008-02-01 Kenichi Handa <handa@m17n.org>
25224
25225 * charset.h (struct charset): New member `code_space_mask'.
25226
25227 * coding.c (coding_set_source): Delete the local variable beg_byte.
25228 (encode_coding_charset, Fdefine_coding_system_internal):
25229 Delete the local variable charset.
bba3e508
SM
25230 (Fdefine_coding_system_internal):
25231 Setup attrs[coding_attr_charset_valids] correctly.
aac0c6e3
MR
25232
25233 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
25234 member to check if CODE is valid or not.
25235 (Fdefine_charset_internal): Initialize `code_space_mask' member.
25236 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
25237 is within the range of charset->min_code and carset->max_code.
25238
252392008-02-01 Dave Love <fx@gnu.org>
25240
25241 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
25242
25243 * dispextern.h (generate_ascii_font): Fix return type.
25244
25245 * xfaces.c (generate_ascii_font): Fix arg declaration.
25246
25247 * coding.c (coding_inherit_eol_type)
25248 (Fset_terminal_coding_system_internal)
25249 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
25250
252512008-02-01 Kenichi Handa <handa@m17n.org>
25252
bba3e508
SM
25253 * coding.c (decode_coding_charset, encode_coding_charset):
25254 Handle multiple charsets correctly.
aac0c6e3
MR
25255
252562008-02-01 Kenichi Handa <handa@m17n.org>
25257
25258 * search.c (boyer_moore): Fix handling of multibyte character
25259 translation.
25260
25261 * xdisp.c (display_mode_element): When the variable `elt' is
25262 changed, update `this' and `lisp_string'.
25263
252642008-02-01 Kenichi Handa <handa@m17n.org>
25265
25266 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
25267
25268 * callproc.c (Fcall_process): Be sure to give the current buffer
25269 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
25270
25271 * charset.c (struct charset_map_entries): New struct.
25272 (load_charset_map): Rename from parse_charset_map. New args
25273 entries and n_entries. Change caller.
25274 (load_charset_map_from_file): Rename from load_charset_map.
25275 Change caller. New arg control_flag. Call load_charset_map at
25276 the tail.
25277 (load_charset_map_from_vector): New function.
25278 (Fdefine_charset_internal): Setup charset.compact_codes_p.
25279 (encode_char): If the charset is compact, change a character index
25280 to a code point.
25281
25282 * coding.c (coding_alloc_by_making_gap): Check the case that the
25283 source and destination are the same correctly.
25284 (decode_coding_raw_text): Set coding->consumed_char and
25285 coding->consumed to 0.
25286 (produce_chars): If coding->chars_at_source is nonzero, update
25287 coding->consumed_char and coding->consumed before calling
25288 alloc_destination.
25289 (Fdefine_coding_system_alias): Register ALIAS in
25290 Vcoding_system_alist.
25291 (syms_of_coding): Define `no-conversion' coding system at the tail.
25292
25293 * fileio.c (Finsert_file_contents): Set coding_system instead of
25294 val. If the current buffer is multibyte, always call
25295 decode_coding_gap.
25296
25297 * xfaces.c (try_font_list): Give higher priority to fontset's
25298 family than face's family.
25299
253002008-02-01 Kenichi Handa <handa@m17n.org>
25301
25302 * callproc.c (Fcall_process): Be sure to give the current buffer
25303 to decode_coding_c_string.
25304
25305 * xfaces.c (try_font_list): Give a family specified in a fontset
25306 higher priority than a family specified in a face.
25307
253082008-02-01 Kenichi Handa <handa@m17n.org>
25309
25310 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
25311 Fix arguments to insert_from_buffer.
25312
25313 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
25314
253152008-02-01 Kenichi Handa <handa@m17n.org>
25316
25317 * coding.c (produce_chars): Set the variable `multibytep' correctly.
25318 (decode_coding_gap): Set coding->dst_multibyte correctly.
25319
253202008-02-01 Kenichi Handa <handa@m17n.org>
25321
25322 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
25323 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
25324 (encode_coding_utf_16): Substitute coding->default_char for
25325 non-Unicode characters.
25326 (decode_coding): Don't call record_insert here.
25327 (setup_coding_system): Initialize `surrogate' of
25328 coding->spec.utf_16 to 0.
25329 (EMIT_ONE_BYTE): Fix for multibyte case.
25330
25331 * insdel.c (insert_from_gap): Call record_insert.
25332
253332008-02-01 Kenichi Handa <handa@m17n.org>
25334
25335 * casefiddle.c (casify_region): Fix multibyte case.
25336
25337 * character.c (c_string_width): Add return type `int'.
25338 (char_string_with_unification): Delete arg ADVANCED.
25339
25340 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
25341 (CHAR_STRING): Adjust for the change of char_string_with_unification.
25342 (CHAR_STRING_ADVANCE): Make it do-while statement.
25343
25344 * chartab.c (sub_char_table_set_range): Optimize for the case
25345 DEPTH == 3. Add workaround code for a GCC optimization bug.
25346
25347 * charset.c (parse_charset_map): Remove an unused variable.
25348
25349 * coding.c: Delete unused variables.
25350
25351 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
25352 earlier. If inserted is zero and the coding system doesn't
25353 require flushing, don't call decode_coding_gap.
25354
25355 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
25356
253572008-02-01 Kenichi Handa <handa@m17n.org>
25358
25359 The following changes are for using Unicode as an internal
25360 character model, and use UTF-8 format for buffer/string
25361 representation.
25362
25363 * .gdbinit (xchartable): Adjust for the change of char table structure.
25364 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
25365
25366 * Makefile.in (obj): Add character.o and chartab.o.
25367 (lisp, shortlisp): Remove utf-8.elc.
25368 (*.o): For many files, change dependency on charset.h to
25369 character.h, and add dependency on character.h.
25370 (character.o, chartab.o): New targets.
25371
25372 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
25373 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
25374 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
25375 of "charset.h".
25376
25377 * dired.c, filelock.c: Include "character.h".
25378
25379 * alloc.c: Include "character.h" instead of "charset.h".
25380 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
25381 (syms_of_alloc): Remove defsubr for Smake_char_table.
25382
25383 * buffer.c: Include "character.h" instead of "charset.h", don't
25384 include "coding.h".
25385 (Fset_buffer_multibyte): Adjust for UTF-8.
25386
25387 * buffer.h: EXFUN Fbuffer_live_p.
25388
25389 * callproc.c: Include "character.h" instead of "charset.h".
25390 (Fcall_process): Big change for the new code-conversion APIs.
25391
25392 * casetab.c: Include "character.h" instead of "charset.h".
25393 (set_canon, set_identity, shuffle): Adjust for the new
25394 map_char_table spec.
25395 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
25396 accessing the char table structure.
25397
25398 * chartab.c: New file that implements char table.
25399
25400 * category.c: Include "character.h".
25401 (copy_category_entry): New function.
25402 (copy_category_table): Call map_char_table and copy_category_entry.
25403 (Fmake_category_table): Initialize all top-level slots.
25404 (char_category_set): New function.
25405 (modify_lower_category_set): Delete.
25406 (Fmodify_category_entry): Call char_table_ref_and_range.
25407
25408 * category.h (CATEGORY_SET): Just call char_category_set.
25409
25410 * ccl.c: Include "character.h".
25411 (Qccl, Qcclp): New variables.
25412 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
25413 it's less than 256.
25414 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
25415 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
25416 and DST type.
25417 (ccl_driver): Change types of argument, adjust code accordingly.
25418 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
25419 ccl_driver.
25420 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
25421
25422 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
25423 New members src_multibyte, dst_multibyte, consumed, and produced.
25424 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
25425 (CODING_SPEC_CCL_PROGRAM): New macro.
25426 (ccl_driver): Update prototype.
25427 (Qccl, Qcclp, Fccl_program_p): Extern them.
25428 (CHECK_CCL_PROGRAM): New macro.
25429
25430 * character.c, character.h, chartab.c: New files.
25431
25432 * charset.c: Mostly re-written. Move character and multibyte sequence
25433 handling codes to character.c.
25434
25435 * charset.h: Mostly re-written. Move character and multibyte sequence
25436 handling codes to character.h.
25437
25438 * coding.c, coding.h: Mostly re-written.
25439
25440 * composite.c: Include "character.h" instead of "charset.h".
25441 (CHAR_WIDTH): Move to character.h.
25442 (HASH_KEY, HASH_VALUE): Delete.
25443
25444 * composite.h (enum composition_method): Change order of enumeration
25445 symbols.
25446
25447 * data.c: Include "character.h" instead of "charset.h".
25448 (Faref): Call CHAR_TABLE_REF for a char table.
25449 (Faset): Call CHAR_TABLE_SET for a char table.
25450
25451 * dispextern.h (free_realized_face, check_face_attribytes)
25452 (generate_ascii_font): Extern them.
25453 (free_realized_multibyte_face): Delete extern.
25454
25455 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
25456 table structure.
25457
25458 * editfns.c: Include "character.h" instead of "charset.h".
25459 (Fchar_to_string): Always call CHAR_STRING.
25460
25461 * emacs.c (main): Call init_charset_once, init_charset,
25462 syms_of_chartab, and syms_of_character.
25463
25464 * fileio.c: Include "character.h" instead of "charset.h".
25465 (Finsert_file_contents): Big change for the new code-conversion API.
25466 (choose_write_coding_system, Fwrite_region): Likewise.
25467 (build_annotations_2): Delete.
25468 (e_write): Big change for the new code-conversion API.
25469
25470 * fns.c: Include "character.h" instead of "charset.h".
25471 (copy_sub_char_table): Move to chartab.c.
25472 (Fcopy_sequence): Call copy_char_table for a char table.
25473 (concat): Delete codes calling count_multibyte.
25474 (string_char_to_byte, string_byte_to_char): Adjust for the new
25475 multibyte form.
25476 (internal_equal): Adjust for the change of char table structure.
25477 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
25478 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
25479 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
25480 (char_table_translate, optimize_sub_char_table)
25481 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
25482 chartab.c.
25483 (char_table_ref_and_index): Delete.
25484 (HASH_KEY, HASH_VALUE): Move to lisp.h.
25485 (Fmd5): Call preferred_coding_system instead of accessing
25486 Vcoding_category_list. Adjust for the new code-conversion API.
25487 (syms_of_fns): Move defsubr for char table related functions to
25488 chartab.c.
25489
25490 * fontset.c: Mostly re-written.
25491
25492 * fontset.h (struct font_info): Change type of the member encoding_type.
25493 (enum FONT_SPEC_INDEX): New enum.
25494 (fontset_font_pattern, fs_load_font): Update prototype.
25495 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
25496
25497 * indent.c: Include "character.h" instead of "charset.h".
25498 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
25499
25500 * insdel.c: Include "character.h" instead of "charset.h".
25501 (copy_text): Don't refer to Vnonascii_translation_table.
25502 (insert_from_gap): New function.
25503
25504 * keyboard.c: Include "character.h" instead of "charset.h".
25505 (command_loop_1): Never call direct_output_forward_char before
25506 a non-ASCII character.
25507 (read_char): If Vkeyboard_translate_table is a char table, always
25508 translate a character.
25509
25510 * keymap.c: Include "character.h".
25511 (store_in_keymap): Handle the case that IDX is a cons.
25512 (Fdefine_key): Handle the case that KEY is a cons and the car part
25513 is also a cons (range).
25514 (push_key_description): Adjust for the new character code.
25515 (describe_vector): Call describe_char_table for a char table.
25516 (describe_char_table): New function.
25517
25518 * keymap.h (describe_char_table): Extern it.
25519
25520 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
25521 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
25522 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
25523 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
25524 Delete.
25525 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
25526 structure.
25527 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
25528 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
25529 (CHARTAB_SIZE_BITS_3): New macros.
25530 (chartab_size): Extern it.
25531 (struct Lisp_Char_Table): Re-design.
25532 (struct Lisp_Sub_Char_Table): New structure.
25533 (HASH_KEY, HASH_VALUE): Move from fns.c.
25534 (CHARACTERBITS): Define as 22.
25535 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
25536 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
25537 (GC_SUB_CHAR_TABLE_P): New macro.
25538 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
ef1b0ba7 25539 (code_convert_string_norecord): Delete extern.
aac0c6e3
MR
25540 (init_character_once, syms_of_character, init_charset)
25541 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
25542
25543 * lread.c: Include "character.h".
25544 (read_multibyte): New arg NBYTES.
25545 (read_escape): Change the meaning of returned *BYTEREP.
25546 (to_multibyte): Delete.
25547 (read1): Adjust the handling of char table and string.
25548
25549 * print.c: Include "character.h" instead of "charset.h".
25550 (print_string): Convert 8-bit raw bytes to octal form by
25551 string_escape_byte8.
25552 (print_object): Adjust for the new multibyte form. Print 8-bit
25553 raw bytes always in octal form. Handle sub char table correctly.
25554
25555 * process.c: Include "character.h" instead of "charset.h".
25556 (read_process_output, send_process): Adjust for the new
25557 code-conversion API.
25558
25559 * puresize.h (BASE_PURESIZE): Increase.
25560
25561 * regex.c: Include "character.h" instead of "charset.h".
25562 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
25563 (regex_compile): Accept a range whose starting and ending
25564 character have different leading bytes.
25565 (analyse_first): Adjust for the above change.
25566
25567 * search.c: Include "character.h" instead of "charset.h".
25568 (search_buffer, boyer_moore): Adjust for the new multibyte form.
25569 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
25570
25571 * syntax.c: Include "character.h" instead of "charset.h".
25572 (syntax_parent_lookup): Delete.
25573 (Fmodify_syntax_entry): Accept a cons as CHAR.
25574 (skip_chars): Adjust for the new multibyte form.
25575 (init_syntax_once): Call char_table_set_range instead of directly
25576 accessing the structure of a char table.
25577
25578 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
25579 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
25580 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
25581 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
25582
25583 * term.c: Include "buffer.h" and "character.h".
25584 (encode_terminal_code, write_glyphs): Adjust for the new
25585 code-conversion API.
25586 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
25587
25588 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
25589
25590 * xdisp.c: Include "character.h".
25591 (get_next_display_element): Adjust for the new multibyte form.
25592 (disp_char_vector): Adjust for the new char table structure.
25593 (decode_mode_spec_coding): Adjust for the new structure of
25594 coding system.
25595 (decode_mode_spec): Adjust for the new code-conversion API.
25596
25597 * xfaces.c: Include "character.h" instead of "charset.h".
25598 (load_face_font): Adjust for the change of choose_face_font and
25599 FS_LOAD_FONT.
25600 (generate_ascii_font): New function.
25601 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
25602 (set_font_frame_param): Adjust for the change of choose_face_font.
25603 (free_realized_face): Make it public.
25604 (free_realized_faces_for_fontset): Rename from
25605 free_realized_multibyte_face. Free also faces realized for ASCII.
25606 (choose_face_font): Change arguments. Adjust for the change of
25607 fontset_font_pattern and FS_LOAD_FONT.
25608
25609 * xfns.c: Include "character.h".
25610 (x_encode_text): Adjust for the new code-conversion API.
25611
25612 * xselect.c: Don't include "charset.h".
25613 (selection_data_to_lisp_data): Adjust for the new code conversion API.
25614
25615 * xterm.c: Include "character.h".
25616 (x_encode_char): New argument CHARSET. Change caller.
25617 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
25618 Call ENCODE_CHAR instead of SPLIT_CHAR.
25619 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
25620 CHAR_WIDTH instead of CHARSET_WIDTH.
25621 (XTread_socket): Adjust for the new code-conversion API.
25622 (x_new_font): Adjust for the change of FS_LOAD_FONT.
25623 (x_load_font): Adjust for the change of struct font.
25624
256252008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
25626
25627 * xfaces.c (face_at_buffer_position): Remove unused vars.
25628
256292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25630
25631 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
25632 Fix overflow checking.
25633
256342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25635
25636 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
25637 Cancel previous change.
25638
256392008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25640
25641 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
25642 ccl->eight_bit_control. Fix check for buffer overflow.
25643 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
25644 (ccl_driver): Initialize extra_bytes to 0.
25645
256462008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25647
25648 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
25649 return it ORed with ctrl_modifier.
25650
256512008-01-29 Miles Bader <miles@gnu.org>
25652
25653 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
25654
256552008-01-28 Jason Rumney <jasonr@gnu.org>
25656
25657 * w32.c (stat): Don't double check for networked drive.
25658
256592008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25660
25661 * window.c (run_window_configuration_change_hook): New function.
25662 Code extracted from set_window_buffer. Set the selected frame.
25663 (set_window_buffer): Use it.
25664 * window.h (run_window_configuration_change_hook): Declare.
25665 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
25666
25667 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
25668
256692008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
25670
25671 * Makefile.in: Remove references to unused macros.
25672
256732008-01-26 Eli Zaretskii <eliz@gnu.org>
25674
25675 * w32.c (g_b_init_get_sid_sub_authority)
25676 (g_b_init_get_sid_sub_authority_count): New static variables.
25677 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
25678 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
25679 (init_user_info): Use them to retrieve uid and gid.
25680 Use 500/513, the Windows defaults, as Administrator's uid/gid.
25681 (fstat): Use pw_uid and pw_gid from the_passwd structure for
25682 st_uid and st_gid of the file.
25683
256842008-01-26 Jason Rumney <jasonr@gnu.org>
25685
25686 * w32.c (logon_network_drive): New function.
25687 (stat): Use it.
25688
256892008-01-26 Chong Yidong <cyd@stupidchicken.com>
25690
25691 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
25692 invisible text covered with an ellipsis.
25693
256942008-01-25 Richard Stallman <rms@gnu.org>
25695
25696 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
25697 jump back to beginning. Move some other initializations after that.
25698 (Qwindow_text_change_functions, Vwindow_text_change_functions):
25699 New variables.
25700 (syms_of_xdisp): Init them.
25701
25702 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
25703
25704 * buffer.c (reset_buffer_local_variables):
25705 Implement `permanent-local-hook'.
25706 (Qpermanent_local_hook): New variable.
25707 (syms_of_buffer): Init and staticpro it.
25708
257092008-01-25 Michael Albinus <michael.albinus@gmx.de>
25710
25711 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
25712
257132008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
25714
25715 * fns.c (Fclrhash): Return TABLE.
25716
257172008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25718
25719 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
25720 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
25721 is set even without positional changes.
25722 (x_scroll_bar_clear): Set bar->redraw_needed_p.
25723
25724 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
25725
257262008-01-23 Jason Rumney <jasonr@gnu.org>
25727
25728 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
25729
25730 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
25731 the unicode range available in MULE by locale-coding-system.
25732 Improve dbcs lead byte detection. Set event timestamp and modifiers
25733 earlier.
25734
257352008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25736
25737 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
25738 [MAC_OSX] (init_mac_osx_environment): Initialize it.
25739 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
25740 when used on child processes.
25741
257422008-01-21 Michael Albinus <michael.albinus@gmx.de>
25743
25744 * dbusbind.c (Fdbus_method_return_internal): Rename from
25745 Fdbus_method_return.
25746 (Fdbus_unregister_object): Move to dbus.el.
25747 (Fdbus_call_method, Fdbus_method_return_internal)
25748 (Fdbus_send_signal): Improve debug messages.
25749
257502008-01-20 Martin Rudalics <rudalics@gmx.at>
25751
25752 * undo.c (undo_inhibit_record_point): New variable.
25753 (syms_of_undo): Initialize it.
25754 (record_point): Don't record point when undo_inhibit_record_point
25755 is set.
25756
257572008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
25758
25759 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
25760
25761 * xdisp.c (Qauto_hscroll_mode): New var.
25762 (syms_of_xdisp): Initialize it.
25763 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
25764 window's buffer.
25765 (hscroll_windows): Don't check automatic_hscrolling_p here.
25766
25767 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
25768 vscroll if we're setting window-buffer to the value it already has.
25769
257702008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
25771
25772 * m/intel386.h: Remove references to XENIX.
25773
257742008-01-17 Andreas Schwab <schwab@suse.de>
25775
25776 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
25777 instead of HAVE_X86_64_LIB64_DIR.
25778 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
25779
257802008-01-17 Glenn Morris <rgm@gnu.org>
25781
25782 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
25783 to HAVE_X86_64_LIB64_DIR.
25784
257852008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
25786
25787 * s/irix3-3.h:
25788 * s/irix4-0.h:
25789 * s/386-ix.h:
25790 * s/domain.h:
25791 * s/hpux9-x11r4.h:
25792 * s/hpux9shxr4.h: Remove files for systems no longer supported.
25793
25794 * sysdep.c: Remove code containing references to symbols defined
25795 by unsupported systems.
25796
257972008-01-16 Glenn Morris <rgm@gnu.org>
25798
25799 * coding.c (select-safe-coding-system-function): Doc fix.
25800
258012008-01-15 Glenn Morris <rgm@gnu.org>
25802
25803 * config.in: Revert 2008-01-13 change: this is a generated file.
25804
258052008-01-13 Tom Tromey <tromey@redhat.com>
25806
25807 * lisp.h: Fix typo.
25808
258092008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25810
25811 * m/sequent-ptx.h:
25812 * m/sequent.h:
25813 * s/ptx.h:
25814 * s/ptx4-2.h:
25815 * s/ptx4.h: Remove files for systems no longer supported.
25816
25817 * callproc.c (Fcall_process): Fix previous change.
25818
258192008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25820
25821 * unexsunos4.c: Remove file, system not supported anymore.
25822
25823 * m/mips.h:
25824 * m/intel386.h:
25825 * callproc.c:
25826 * config.in:
25827 * ecrt0.c:
25828 * emacs.c:
25829 * fileio.c:
25830 * frame.c:
25831 * getpagesize.h:
25832 * keyboard.c:
25833 * lread.c:
25834 * process.c:
25835 * puresize.h:
25836 * sysdep.c:
25837 * systty.h:
25838 * syswait.h:
25839 * unexec.c:
25840 * xdisp.c:
25841 * alloc.c: Remove code containing references to symbols defined by
25842 unsupported systems.
25843
258442008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
25845
25846 * coding.c (detect_coding_mask): Fix previous change.
25847
258482008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
25849
25850 * coding.c (detect_coding_iso2022): New arg
25851 latin_extra_code_state. Allow Latin extra codes only
25852 when *latin_extra_code_state is nonzero.
25853 (detect_coding_mask): If there is a NULL byte, detect the encoding
25854 as UTF-16 or binary. If Latin extra codes exist, detect the
25855 encoding as ISO-2022 only when there's no other proper encoding is
25856 found.
25857
258582008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25859
25860 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
25861 #ifdef MAC_OS.
25862
258632008-01-08 Richard Stallman <rms@gnu.org>
25864
25865 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
25866
258672008-01-06 Nick Roberts <nickrob@snap.net.nz>
25868
25869 * keyboard.c (parse_menu_item): Don't enclose key bindings on
25870 menu bar in parentheses.
25871
258722008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
25873
25874 * m/7300.h:
25875 * m/acorn.h:
25876 * m/alliant-2800.h:
25877 * m/alliant.h:
25878 * m/alliant1.h:
25879 * m/alliant4.h:
25880 * m/altos.h:
25881 * m/amdahl.h:
25882 * m/apollo.h:
25883 * m/att3b.h:
25884 * m/aviion-intel.h:
25885 * m/aviion.h:
25886 * m/celerity.h:
25887 * m/clipper.h:
25888 * m/cnvrgnt.h:
25889 * m/convex.h:
25890 * m/cydra5.h:
25891 * m/delta88k.h:
25892 * m/dpx2.h:
25893 * m/dual.h:
25894 * m/elxsi.h:
25895 * m/f301.h:
25896 * m/gould-np1.h:
25897 * m/gould.h:
25898 * m/i860.h:
25899 * m/ibmps2-aix.h:
25900 * m/ibmrt-aix.h:
25901 * m/ibmrt.h:
25902 * m/irist.h:
25903 * m/is386.h:
25904 * m/isi-ov.h:
25905 * m/mega68.h:
25906 * m/mg1.h:
25907 * m/news-r6.h:
25908 * m/news-risc.h:
25909 * m/news.h:
25910 * m/nh3000.h:
25911 * m/nh4000.h:
25912 * m/ns16000.h:
25913 * m/ns32000.h:
25914 * m/nu.h:
25915 * m/orion.h:
25916 * m/orion105.h:
25917 * m/paragon.h:
25918 * m/pfa50.h:
25919 * m/plexus.h:
25920 * m/pyramid.h:
25921 * m/pyrmips.h:
25922 * m/sh3el.h:
25923 * m/sps7.h:
25924 * m/sr2k.h:
25925 * m/stride.h:
25926 * m/sun1.h:
25927 * m/sun2.h:
25928 * m/sun3-68881.h:
25929 * m/sun3-fpa.h:
25930 * m/sun3-soft.h:
25931 * m/sun3.h:
25932 * m/sun386.h:
25933 * m/symmetry.h:
25934 * m/tad68k.h:
25935 * m/tahoe.h:
25936 * m/targon31.h:
25937 * m/tek4300.h:
25938 * m/tekxd88.h:
25939 * m/tower32.h:
25940 * m/tower32v3.h:
25941 * m/ustation.h:
25942 * m/wicat.h:
25943 * m/xps100.h:
25944 * s/cxux.h:
25945 * s/cxux7.h:
25946 * s/dgux.h:
25947 * s/dgux4.h:
25948 * s/dgux5-4-3.h:
25949 * s/dgux5-4r2.h:
25950 * s/esix.h:
25951 * s/esix5r4.h:
25952 * s/hiuxmpp.h:
25953 * s/hiuxwe2.h:
25954 * s/iris3-5.h:
25955 * s/iris3-6.h:
25956 * s/isc2-2.h:
25957 * s/isc3-0.h:
25958 * s/isc4-0.h:
25959 * s/isc4-1.h:
25960 * s/newsos5.h:
25961 * s/newsos6.h:
25962 * s/osf1.h:
25963 * s/osf5-0.h:
25964 * s/riscix1-1.h:
25965 * s/riscix12.h:
25966 * s/sco4.h:
25967 * s/sco5.h:
25968 * s/sunos4-0.h:
25969 * s/sunos4-1.h:
25970 * s/sunos413.h:
25971 * s/sunos4shr.h:
25972 * s/umax.h:
25973 * s/unipl5-2.h:
25974 * s/xenix.h:
25975 * cxux-crt0.s:
25976 * unexapollo.c:
25977 * unexconvex.c:
25978 * unexenix.c:
25979 * unexsni.c: Remove files for systems no longer supported.
25980
25981 * m/intel386.h: Remove references to unsupported systems.
25982
25983 * w32.c (get_emacs_configuration): Remove reference to i860.
25984
25985 * sysdep.c: Remove dead code.
25986
259872008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
25988
25989 * s/rtu.h:
25990 * m/masscomp.h: Remove files. Platform is obsolete.
25991
259922008-01-04 Michael Albinus <michael.albinus@gmx.de>
25993
25994 * dbusbind.c (Fdbus_method_return): New function.
25995 (xd_read_message): Add the serial number to the event.
25996 (Fdbus_register_method): Activate the function.
25997
259982008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25999
26000 * keyboard.c (read_key_sequence): Fix typo.
26001
260022008-01-03 Michael Albinus <michael.albinus@gmx.de>
26003
26004 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
26005 (xd_signature, xd_append_arg): Handle element type detection for
26006 empty arrays.
26007 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
26008 SDATA () calls; this must be solved more general.
26009 (Fdbus_register_signal): Use SBYTES instead of strlen.
26010
260112008-01-03 Magnus Henoch <magnus@zemdatav>
26012
26013 * dbusbind.c (xd_append_arg): Use unsigned char instead of
26014 unsigned int for byte values (necessary for big-endian platform).
26015 (Fdbus_call_method): Handle the case of no returned arguments.
26016
260172007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
26018
26019 * dbusbind.c (xd_read_message): Use non-static input_event struct.
26020
260212007-12-31 Magnus Henoch <mange@freemail.hu>
26022
26023 * dbusbind.c (xd_signature): Signature of variant is just "v".
26024
260252007-12-30 Michael Albinus <michael.albinus@gmx.de>
26026
26027 * dbusbind.c: Fix several errors and compiler warnings.
26028 Reported by Tom Tromey <tromey@redhat.com>.
26029 (XD_ERROR, XD_DEBUG_MESSAGE)
26030 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
26031 (xd_append_arg): Part for basic D-Bus types rewritten.
26032 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
26033 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
26034 appropriate.
26035 (xd_read_message): Return Qnil. Don't signal an error; it is not
26036 useful during event reading.
26037 (Fdbus_register_signal): Signal an error if the check for
26038 FUNCTIONP fails.
26039 (Fdbus_register_method): New function. The implementation is not
26040 complete, the call of the function signals an error therefore.
26041 (Fdbus_unregister_object): New function, renamed from
26042 Fdbus_unregister_signal. The initial check signals an error, if
26043 the object is not well formed.
26044
260452007-12-30 Richard Stallman <rms@gnu.org>
26046
26047 * textprop.c (get_char_property_and_overlay):
26048 Signal error if POSITION is out of range in a buffer.
26049
260502007-12-29 Martin Rudalics <rudalics@gmx.at>
26051
26052 * w32fns.c (Fx_create_frame): Make copy of frame parameters
26053 because the original parameters are in pure storage now.
26054
260552007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26056
26057 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
26058
260592007-12-22 Eli Zaretskii <eliz@gnu.org>
26060
26061 * callint.c (syms_of_callint) <command-history>: Add reference to
26062 history-length in the doc string.
26063
260642007-12-17 Jason Rumney <jasonr@gnu.org>
26065
26066 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
26067 before passing as wParam.
26068
260692007-12-22 Michael Albinus <michael.albinus@gmx.de>
26070
26071 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
26072 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
26073 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
26074 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
26075 as number.
26076 (Fdbus_call_method): Fix docstring.
26077
260782007-12-21 Michael Albinus <michael.albinus@gmx.de>
26079
26080 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
26081 New macros.
26082 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
26083 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
26084 Simplify.
26085 (xd_signature): New function.
26086 (xd_append_arg): Compute also signatures. Major rewrite.
26087 (xd_retrieve_arg): Make debug messages friendly.
26088 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
26089 Check for signatures of arguments.
26090
260912007-12-19 Michael Albinus <michael.albinus@gmx.de>
26092
26093 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
26094 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
26095 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
26096 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
26097 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
26098 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
26099 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
26100 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
26101 (xd_retrieve_value): Remove. Functionality included in ...
26102 (xd_append_arg): New function.
26103 (Fdbus_call_method, Fdbus_send_signal): Apply it.
26104
261052007-12-16 Michael Albinus <michael.albinus@gmx.de>
26106
26107 * dbusbind.c (top): Include <stdio.h>.
26108 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
26109 dbus_message_new_method_call and dbus_message_new_signal.
26110 (Fdbus_register_signal): Rename unique_name to uname.
26111 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
26112 non-existing unique name. Fix typos in matching rule. Return an
26113 object which is useful in Fdbus_unregister_signal.
26114 (Fdbus_unregister_signal): Reimplementation, in order to remove
26115 only the corresponding entry.
26116 (Vdbus_registered_functions_table): Change the order of entries.
26117 Apply these changes in xd_read_message and Fdbus_register_signal.
26118
261192007-12-16 Andreas Schwab <schwab@suse.de>
26120
26121 * fileio.c (Finsert_file_contents): Fix overflow check to not
26122 depend on undefined integer overflow.
26123
261242007-12-14 Jason Rumney <jasonr@gnu.org>
26125
26126 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
26127 for characters above 127.
26128
261292007-12-13 Jason Rumney <jasonr@gnu.org>
26130
26131 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
26132 before dereferencing array.
26133 (lookup_vk_code): Remove zero comparison.
26134
261352007-12-14 Michael Albinus <michael.albinus@gmx.de>
26136
26137 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
26138 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
26139 Use `unsigned int' instead of `uint'.
26140 (xd_read_message, Fdbus_register_signal): Split expressions into
26141 multiple lines before operators "&&" and "||", according to the
26142 GNU Coding Standards.
26143
261442007-12-14 Eli Zaretskii <eliz@gnu.org>
26145
26146 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
26147
261482007-12-12 Juri Linkov <juri@jurta.org>
26149
26150 * buffer.c (Frename_buffer): In interactive spec replace
26151 `read-buffer' with `read-string' that uses `buffer-name-history'
26152 as history, and the current buffer's name as default.
26153
261542007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
26155
26156 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
26157 manipulating the backtrace manually.
26158 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
26159 (struct backtrace, backtrace_list): Remove.
26160 (command_loop_1): Remove dead var `no_direct'.
26161
26162 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
26163 preserve non-built-in buffer-local variables.
26164 (Fkill_all_local_variables): Don't re-create&re-set permanent
26165 buffer-local variables.
26166
261672007-12-09 Juri Linkov <juri@jurta.org>
26168
26169 * buffer.c (Frename_buffer): Change interactive spec from "s" to
26170 Lisp code that uses `read-buffer' with current buffer as default.
26171
261722007-12-08 Michael Albinus <michael.albinus@gmx.de>
26173
26174 * dbusbind.c (xd_read_message): Generate an event for every
26175 registered handler. There might be several handlers registered
26176 for the same signal.
26177 (Fdbus_register_signal): Don't overwrite a registration for the
26178 same signal. Add a new registration if handlers are different.
26179 (Vdbus_registered_functions_table): Rework doc string.
26180
261812007-12-07 Michael Albinus <michael.albinus@gmx.de>
26182
26183 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
26184 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
26185 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
26186 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
26187 Unify argument lists.
26188 (xd_read_message, Fdbus_register_signal): Reorder and extend event
26189 arguments and hash table keys. Use unique name for service.
26190 (Fdbus_unregister_signal): Remove checks.
26191 (Vdbus_registered_functions_table): Fix doc string.
26192
261932007-12-05 Magnus Henoch <mange@freemail.hu>
26194
26195 * process.c (make_process): Initialize pty_flag to 0.
26196
261972007-12-05 Jason Rumney <jasonr@gnu.org>
26198
26199 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
26200 specified XBMs.
26201
262022007-12-05 Richard Stallman <rms@gnu.org>
26203
26204 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
26205
262062007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26207
26208 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
26209 New variable.
26210 (mac_try_close_socket) [MAC_OSX]: New function.
26211 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
26212 Update cfsockets_for_select. Replace invalid CFRunLoop source.
26213
26214 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
26215 Use mac_try_close_socket.
26216
262172007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26218
26219 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
26220 reloc_base.
26221 (copy_dysymtab): Compute relocation base here.
26222 (rebase_reloc_address) [__ppc64__]: New function.
26223 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
26224 changed.
26225
262262007-12-05 Jason Rumney <jasonr@gnu.org>
26227
26228 * w32proc.c (sys_spawnve): Quote args with wildcards.
26229
262302007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26231
26232 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
26233 __objc_* sections.
26234 (unrelocate) [_LP64]: Set relocation base to address of data segment.
26235
262362007-12-05 Michael Albinus <michael.albinus@gmx.de>
26237
26238 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
26239 Move check for Vdbus_registered_functions_table to
26240 xd_read_queued_messages.
26241 (xd_read_queued_messages): Protect xd_read_message calls by
26242 internal_condition_case_1.
26243
262442007-12-04 Michael Albinus <michael.albinus@gmx.de>
26245
26246 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
26247 Qdbus_system_bus and Qdbus_session_bus, respectively.
26248 (Vdbus_intern_symbols): Remove.
26249 (Vdbus_registered_functions_table): New hash table.
26250 (XD_SYMBOL_INTERN_SYMBOL): Remove.
26251 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
26252 Rewrite in order to manage registered functions by hash table
26253 Vdbus_registered_functions_table.
26254
262552007-12-03 Jan Djärv <jan.h.d@swipnet.se>
26256
26257 * xterm.c: Update URL to Window Manager Specification in comment.
26258
262592007-12-02 Michael Albinus <michael.albinus@gmx.de>
26260
26261 * config.in (HAVE_DBUS): Add.
26262
26263 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
26264 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
26265 (obj): Add $(DBUS_OBJ).
26266 (LIBES): Add $(DBUS_LIBS).
26267 (dbusbind.o): New target.
26268
26269 * dbusbind.c: New file.
26270
26271 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
26272
26273 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
26274 (Qdbus_event): New Lisp symbol.
26275 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
26276 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 26277 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
26278
26279 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
26280
262812007-12-01 Richard Stallman <rms@gnu.org>
26282
26283 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
26284
262852007-11-30 Jason Rumney <jasonr@gnu.org>
26286
26287 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
26288 (w32con_reset_terminal_modes): Clear screen buffer.
26289 (w32_face_attributes): Don't use color indexes that are out of range.
26290 Only reverse the default colors.
26291
26292 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
26293 WINDOWSNT.
26294
26295 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
26296
262972007-11-29 Jason Rumney <jasonr@gnu.org>
26298
26299 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
26300 (w32_face_attributes): Use Vtty_defined_color_alist to determine
26301 if the terminal colors are initialized.
26302 (unspecified_fg, unspecified_bg): Remove unused declarations.
26303
263042007-11-29 Andreas Schwab <schwab@suse.de>
26305
26306 * keyboard.c (apply_modifiers): Fix typo.
26307
263082007-11-29 Richard Stallman <rms@gnu.org>
26309
26310 * keymap.c (Fcurrent_local_map): Doc fix.
26311
263122007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
26313
26314 * s/gnu-kfreebsd.h: New file.
26315
263162007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
26317
26318 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
26319 Don't cast redundantly.
26320
26321 * keyboard.c (KEY_TO_CHAR): New macro.
26322 (parse_modifiers, apply_modifiers): Accept integer arguments.
26323 (read_key_sequence): Use them to unify the "shift->unshift" mapping
26324 for chars and symbol keys.
26325 After doing such remapping, apply function-key-map again.
26326
263272007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
26328
26329 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
26330 compiled anymore.
26331
263322007-11-26 Andreas Schwab <schwab@suse.de>
26333
26334 * process.c (list_processes_1): Fix indentation level of the
26335 command column.
26336
263372007-11-23 Andreas Schwab <schwab@suse.de>
26338
26339 * editfns.c (Fformat): Handle %c specially since it requires the
26340 argument to be of type int.
26341
263422007-11-23 Markus Triska <markus.triska@gmx.at>
26343
26344 * emacs.c (main): Call init_editfns before init_process, since
26345 init_process sets Vprocess_connection_type depending on OS release.
26346
263472007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
26348
26349 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
26350 (find_symbol_value): Use do_symval_forwarding.
26351
26352 * data.c (set_internal): Set the value in the `cons-cell' (for
26353 Buffer_Local_values) not only for frame-local variables.
26354
263552007-11-22 Andreas Schwab <schwab@suse.de>
26356
26357 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
26358 values to sprintf.
26359 * keymap.c (Fsingle_key_description): Likewise.
26360 * print.c (print_object): Likewise.
26361
263622007-11-22 Jan Djärv <jan.h.d@swipnet.se>
26363
26364 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
26365 file for image is nil.
26366
263672007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
26368
26369 * term.c: Include stdarg.h.
26370 (fatal): Implement using varargs.
26371 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
26372
263732007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
26374
26375 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
26376 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
26377 Update call to buffer_slot_type_mismatch.
26378 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
26379 (buffer_slot_type_mismatch): Update.
26380 * buffer.c (buffer_local_types): Remove.
26381 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
26382 (defvar_per_buffer): Set the type in the buffer_objfwd.
26383
263842007-11-21 Jason Rumney <jasonr@gnu.org>
26385
26386 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
26387 CreateFileMapping returns NULL on failure.
26388
263892007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
26390
26391 * search.c (Fset_match_data): Remove the `evaporate' feature.
26392 (unwind_set_match_data): Don't use the `evaporate' feature.
26393
263942007-11-21 Jason Rumney <jasonr@gnu.org>
26395
26396 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
26397
26398 * w32console.c (w32con_write_glyphs): Remove unused variables.
26399
264002007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
26401
26402 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
26403
26404 * s/darwin.h (MULTI_KBOARD): Remove.
26405
26406 * macfns.c (x_create_tip_frame, Fx_create_frame)
26407 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
26408
264092007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
26410
26411 * buffer.c (Fbuffer_local_value): Remove redundant test.
26412 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
26413 than in `current-buffer' to match the comment.
26414 Do the swap using swap_in_global_binding.
26415
26416 * data.c (store_symval_forwarding, set_internal):
26417 * eval.c (specbind): Remove dead code.
26418
26419 * coding.c (detect_coding, Fupdate_coding_systems_internal):
26420 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
26421 Since we do not want to see internal Lisp_*fwd objects here.
26422
264232007-11-18 Jan Djärv <jan.h.d@swipnet.se>
26424
26425 * sysdep.c (init_system_name): Use getaddrinfo if available.
26426
26427 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
26428 (x_scroll_bar_note_movement): start, end, with, height in struct
26429 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
26430
264312007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
26432
26433 * puresize.h (BASE_PURESIZE): Increase to 1190000.
26434
264352007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
26436
26437 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
26438 This undoes Richard's change of 14-Oct-2002.
26439
26440 * alloc.c (allocate_other_vector):
26441 * lisp.h (allocate_other_vector): Remove.
26442
26443 * window.c (struct save_window_data): Move non-lisp data to the end
26444 and make it `int' rather than Lisp_Object.
26445 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
26446 Done wrap/unwrap integer values.
26447 (Fset_window_configuration, compare_window_configurations):
26448 Update use of fields to their new types.
26449
26450 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
26451 Turn integer fields into `int'. Merge x_window_low and x_window_high.
26452 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
26453 (SET_SCROLL_BAR_X_WINDOW): Remove.
26454 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
26455 Access the new x_window field directly.
26456 * xterm.c (x_scroll_bar_create): Use a pseudovector.
26457 Don't wrap/unwrap integers into Lisp_Objects.
26458 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
26459 (x_scroll_bar_report_motion):
26460 Don't wrap/unwrap integers into Lisp_Objects.
26461 (x_term_init): Use SDATA.
26462 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
26463 (x_scroll_bar_set_handle, x_scroll_bar_remove)
26464 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
26465 (x_scroll_bar_report_motion, x_scroll_bar_clear):
26466 * xfns.c (x_set_background_color):
26467 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
26468 Access the new x_window field directly.
26469
26470 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
26471 (allocate_pseudovector): Make non-static.
26472
26473 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
26474 (allocate_pseudovector): Declare.
26475 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
26476
264772007-11-15 Andreas Schwab <schwab@suse.de>
26478
26479 * editfns.c (Fformat): Correctly format EMACS_INT values.
26480 Also take precision into account when formatting an integer.
26481
26482 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
26483
264842007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
26485
26486 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
26487 (syms_of_keyboard): Defsubr it.
26488
26489 * data.c (swap_in_global_binding): Fix longstanding bug where
26490 store_symval_forwarding was not called with the right second argument,
26491 thus causing objfwd-ing from being dropped.
26492
264932007-11-14 Juanma Barranquero <lekktu@gmail.com>
26494
26495 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
26496 (Fx_display_pixel_height, Fx_display_planes)
26497 (Fx_display_color_cells, Fx_server_max_request_size)
26498 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26499 (Fx_display_visual_class, Fx_display_save_under):
26500 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
26501 (Fx_display_pixel_height, Fx_display_planes)
26502 (Fx_display_color_cells, Fx_server_max_request_size)
26503 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
26504 (Fx_display_mm_height, Fx_display_mm_width)
26505 (Fx_display_backing_store, Fx_display_visual_class)
26506 (Fw32_select_font, Fx_display_save_under):
26507 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
26508 (Fx_display_pixel_height, Fx_display_planes)
26509 (Fx_display_color_cells, Fx_server_max_request_size)
26510 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26511 (Fx_display_save_under): Fix typos in docstrings.
26512
265132007-11-14 Juanma Barranquero <lekktu@gmail.com>
26514
26515 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
26516 corresponding to deleted entries; they are an implementation detail.
26517 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
26518 Remove variables.
26519 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
26520 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
26521 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
26522 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
26523 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
26524 (Fw32_define_rgb_color, Fw32_load_color_file)
26525 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
26526 Fix typos in docstrings.
26527 (Fx_server_version): Reflow docstring.
26528 (Fw32_shell_execute): Doc fixes.
26529
265302007-11-13 Juanma Barranquero <lekktu@gmail.com>
26531
26532 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
26533 if w32_parse_hot_key returned nil.
26534
265352007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
26536
26537 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
26538
265392007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 26540
aac0c6e3
MR
26541 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
26542
26543 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
26544
26545 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
26546 Remove W32_SCROLL_BAR_CLICK_EVENT.
26547
26548 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
26549 Add MULTIMEDIA_KEY_EVENT.
26550
26551 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
26552 (lispy_multimedia_keys) [WINDOWSNT]: New array.
26553 (make_lispy_event) [WINDOWSNT]: Use it to translate
26554 MULTIMEDIA_KEY_EVENT.
26555
26556 * w32term.h (WM_APPCOMMAND): Define if not already.
26557 (GET_APPCOMMAND_LPARAM): Likewise.
26558
26559 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
26560 WM_APPCOMMAND.
26561
26562 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
26563 (syms_of_w32fns): Export and initialize it.
26564 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
26565
265662007-11-09 Chong Yidong <cyd@stupidchicken.com>
26567
26568 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
26569 twice.
26570
26571 * xdisp.c (handle_face_prop): Fix last change.
26572
265732007-11-09 Richard Stallman <rms@gnu.org>
26574
26575 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
26576 not just for after-strings and before-strings.
26577 Call face_for_overlay_string and pass the overlay to it.
26578 (handle_display_prop): Determine whether property came from an overlay.
26579 Pass OVERLAY arg to handle_single_display_spec.
26580 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
26581 (load_overlay_strings): Fill in it->string_overlays.
26582 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
26583
26584 * xfaces.c (face_for_overlay_string): Function renamed from
26585 face_at_buffer_position_no_overlays, and add arg OVERLAY.
26586
26587 * dispextern.h (struct it): New elt string_overlays.
26588 New elt from_overlay, also in stack.
26589 Rearrange a few elements.
26590 (face_for_overlay_string): Decl renamed from
26591 face_at_buffer_position_no_overlays, and add argument.
26592
265932007-11-09 Richard Stallman <rms@gnu.org>
26594
26595 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
26596 to get the base face for an overlay string.
26597
26598 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
26599
26600 * xfaces.c (face_at_buffer_position_no_overlays): New function.
26601
26602 * xdisp.c (handle_stop): Move some code out of loop.
26603
266042007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26605
26606 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
26607 Fix conversion from Lisp object to ATSUFontID.
26608
266092007-11-09 Jason Rumney <jasonr@gnu.org>
26610
26611 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
26612
266132007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26614
26615 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
26616 Don't assume regions are aligned to page boundary.
26617 (print_load_command_name): Add LC_UUID if defined.
26618
266192007-11-09 Richard Stallman <rms@gnu.org>
26620
26621 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
26622
266232007-11-07 Jason Rumney <jasonr@gnu.org>
26624
26625 * s/windows95.h: Remove.
26626
266272007-11-06 Jan Djärv <jan.h.d@swipnet.se>
26628
26629 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
26630 abort with a message on unhandled store_type values.
26631
266322007-11-01 Jan Djärv <jan.h.d@swipnet.se>
26633
26634 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
26635 Remove HAVE_X11R5 and HAVE_X11R4.
26636
266372007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26638
26639 * Makefile.in: Remove references to sunfns.c and sunfns.o.
26640
266412007-11-01 Johan Bockgård <bojohan@gnu.org>
26642
26643 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
26644 Don't set s->stippled_p here, since it has already been set by
26645 x_set_glyph_string_gc from x_draw_glyph_string.
26646
266472007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26648
26649 * sunfns.c: Remove file.
26650
26651 * m/sun386.h:
26652 * m/sun2.h:
26653 * m/sparc.h: Remove Sun windows code.
26654
266552007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
26656
26657 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
26658 (init_keyboard): Set current_kboard's window-system to nil.
26659 (tty_read_avail_input): Typo.
26660 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
26661
266622007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
26663
26664 * s/usg5-4.h:
26665 * s/usg5-3.h:
26666 * s/ptx.h:
26667 * m/is386.h:
26668 * m/ibmps2-aix.h:
26669 * Makefile.in: Remove all mentions of X10.
26670
26671 * dispnew.c (syms_of_display): Don't mention version 10.
26672
266732007-10-28 Juanma Barranquero <lekktu@gmail.com>
26674
26675 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
26676 ($(BLD)/abbrev.$(O)): Remove.
26677
266782007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
26679
26680 Rewrite abbrev.c in Elisp.
26681 * image.c (Qcount): Don't declare as extern.
26682 (syms_of_image): Initialize and staticpro `Qcount'.
26683 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
26684 * emacs.c (main): Don't call syms_of_abbrev.
26685 * Makefile.in (obj): Remove abbrev.o.
26686 (abbrev.o): Remove.
26687 * abbrev.c: Remove.
26688
266892007-10-26 Martin Rudalics <rudalics@gmx.at>
26690
26691 * window.c (window_min_size_2): Don't count header-line.
26692
266932007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
26694
26695 * frame.h (struct frame): Move all bit fields after the first bit
26696 field to take advantage of the available space. Group all the
26697 chars together to reduce wasted space due to padding.
26698
266992007-10-26 Juanma Barranquero <lekktu@gmail.com>
26700
26701 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
26702
26703 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
26704 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
26705 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
26706 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
26707 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
26708 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
26709 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
26710 (last_marked, mark_object_loop_halt): Make static.
26711
26712 * frame.c (syms_of_frame) <delete-frame-functions>:
26713 Fix typo in docstring.
26714
267152007-10-25 Juanma Barranquero <lekktu@gmail.com>
26716
26717 * w32.c (init_environment): Fix tiny memory leak.
26718 (w32_get_resource): Remove unused variable `ok'.
26719
267202007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
26721
26722 Make `window-system' into a keyboard-local variable (rather than
26723 frame-local as done originally by multi-tty).
26724
26725 * keyboard.h (struct kboard): Add Vwindow_system.
26726 * keyboard.c (init_kboard): Set a default for Vwindow_system.
26727 (mark_kboards): Mark Vwindow_system.
26728
26729 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
26730 (init_display): Don't set the obsolete `window-system' frame-param.
26731
26732 * xterm.c (x_term_init):
26733 * w32term.c (w32_create_terminal):
26734 * term.c (init_tty): Set Vwindow_system.
26735 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
26736 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
26737
26738 * xfns.c (Fx_create_frame, x_create_tip_frame):
26739 * w32fns.c (Fx_create_frame, x_create_tip_frame):
26740 * macfns.c (Fx_create_frame):
26741 Don't set the obsolete `window-system' frame-param.
26742
26743 * frame.h (Qwindow_system): Remove.
26744 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
26745 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
26746
267472007-10-24 Richard Stallman <rms@gnu.org>
26748
26749 * frame.c (x_figure_window_size): For fullscreen case,
26750 set USPosition | PPosition without clobbering rest of window_prompting.
26751
26752 * keyboard.c (Fcurrent_idle_time): Doc fix.
26753
26754 * print.c (Fwith_output_to_temp_buffer): Doc fix.
26755
267562007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
26757
26758 * process.c (unwind_request_sigio): Only define if __ultrix__.
26759
26760 * callproc.c (child_setup): Remove spurious *.
26761
26762 * lisp.h (Fget_text_property): Declare.
26763 (have_menus_p): Declare it here rather than in sys-dep header files.
26764 * macterm.h (have_menus_p):
26765 * msdos.h (have_menus_p):
26766 * xterm.h (have_menus_p): Remove.
26767
26768 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
26769 (Fmake_variable_frame_local): Just check the variable's const-ness
26770 rather than checking nil or t.
26771
267722007-10-22 Jason Rumney <jasonr@gnu.org>
26773
26774 * w32fns.c: Include math.h.
26775 (w32_abort): Declaration moved to nt/config.nt.
26776
26777 * s/ms-w32.h (HAVE_STDLIB_H): Define.
26778 (abort): Redefinition moved to nt/config.nt.
26779
26780 * m/windowsnt.h: Remove.
26781
267822007-10-22 Juanma Barranquero <lekktu@gmail.com>
26783
26784 * emacs.c (Fdump_emacs): Fix typo in message.
26785 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
26786 <installation-directory>: Reflow docstring.
26787
267882007-10-22 Juri Linkov <juri@jurta.org>
26789
26790 * minibuf.c: Allow minibuffer default to be a list of default values.
26791 With empty input use the first element of this list as returned default.
26792 (string_to_object)
26793 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
26794 (read_minibuf): If defalt is cons, set histstring to its car.
26795 (Fread_string): If default_value is cons, set val to its car.
26796 (Fread_buffer): If def is cons, use its car.
26797 (Fcompleting_read): If defalt is cons, set val to its car.
26798
267992007-10-21 Michael Albinus <michael.albinus@gmx.de>
26800
26801 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
26802
268032007-10-20 Juanma Barranquero <lekktu@gmail.com>
26804
26805 * doc.c (Fdocumentation): Check for advice in all cases.
26806
268072007-10-19 Chong Yidong <cyd@stupidchicken.com>
26808
26809 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
26810
268112007-10-19 Richard Stallman <rms@gnu.org>
26812
26813 * doc.c (Fdocumentation): Check for and handle an advised function.
26814
268152007-10-19 Juanma Barranquero <lekktu@gmail.com>
26816
26817 * process.c (Fset_process_filter): Doc fix.
26818
268192007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
26820
26821 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
26822 which caused key-translation-map to applied repeatedly (thus breaking
26823 double-mode).
26824
268252007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26826
26827 * xselect.c (x_own_selection, x_handle_selection_clear)
26828 (x_clear_frame_selections):
26829 * w32menu.c (list_of_panes, list_of_items):
26830 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
26831 * textprop.c (validate_plist, interval_has_all_properties)
26832 (interval_has_some_properties, interval_has_some_properties_list)
26833 (add_properties, text_property_list):
26834 * process.c (Fget_buffer_process, list_processes_1, status_notify):
26835 * minibuf.c (Fassoc_string):
26836 * macselect.c (x_own_selection, x_clear_frame_selections)
26837 (Fx_disown_selection_internal):
26838 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
26839 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
26840
268412007-10-17 Chong Yidong <cyd@stupidchicken.com>
26842
26843 * process.c: Link to libs for calling res_init() if available.
26844 (Fmake_network_process): Call res_init() before getaddrinfo or
26845 gethostbyname, if possible.
26846
268472007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26848
26849 * lread.c (read1): Set pvectype for char_tables.
26850
26851 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
26852 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
26853 Add type checks.
26854 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
26855
26856 * alloc.c (free_misc): Use XMISCTYPE.
26857 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
26858
268592007-10-17 Glenn Morris <rgm@gnu.org>
26860
26861 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
26862 (syms_of_minibuf): Add Qcompletion_ignore_case.
26863 * dired.c (Qcompletion_ignore_case): Change to external.
26864 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
26865 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
26866 (Fread_file_name): Use it rather than intern'ing.
26867
26868 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
26869 (Fread_coding_system): Ignore case of user input.
26870
268712007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26872
26873 * xdisp.c (handle_display_prop): Ignore display specs after
26874 replacing one when string text is being replaced.
26875 (handle_single_display_spec): Pretend as if characters with display
26876 property haven't been consumed only when buffer text is being replaced.
26877
268782007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
26879
26880 * xfns.c (Fx_create_frame, Fx_display_list):
26881 * window.c (window_fixed_size_p, enlarge_window)
26882 (shrink_window_lowest_first):
26883 * macterm.c (init_font_name_table):
26884 * macfns.c (Fx_create_frame, Fx_display_list):
26885 * lread.c (close_load_descs):
26886 * keyboard.c (read_char_x_menu_prompt):
26887 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
26888 * coding.c (code_convert_region_unwind): Test the type of an object
26889 rather than just !NILP before extracting data from it.
26890
26891 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
26892
26893 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
26894 (XMISCANY): New macro.
26895 (XMISCTYPE): Use it.
26896 (struct Lisp_Misc_Any): New type.
26897 (union Lisp_Misc): Use it.
26898 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
26899 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
26900 (find_symbol_value, set_internal, default_value, Fset_default)
26901 (Fmake_variable_buffer_local, Fmake_local_variable)
26902 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
26903 (Flocal_variable_if_set_p, Fvariable_binding_locus):
26904 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
26905 * alloc.c (allocate_buffer): Set the size and tag.
26906 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
26907 Use XMISCANY.
26908 (die): Follow the GNU convention for error messages.
26909 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
26910 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
26911 tag any more.
26912 (set_buffer_internal_1):
26913 * frame.c (store_frame_param):
26914 * eval.c (specbind):
26915 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
26916
26917 * doc.c (Fsnarf_documentation): Simplify.
26918
269192007-10-14 Juanma Barranquero <lekktu@gmail.com>
26920
26921 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
26922 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
26923
269242007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
26925
26926 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
26927
269282007-10-14 Juanma Barranquero <lekktu@gmail.com>
26929
26930 * eval.c (do_autoload): Don't save autoloads.
26931
26932 * data.c (Ffset): Save autoload of the function being set.
26933
269342007-10-07 John Paul Wallington <jpw@pobox.com>
26935
26936 * xfns.c (x_create_tip_frame): Set the `display-type' frame
26937 parameter before setting up faces.
26938
269392007-10-13 Eli Zaretskii <eliz@gnu.org>
26940
26941 * ccl.c (Fregister_code_conversion_map):
26942 * keyboard.c (append_tool_bar_item): Reformat last change.
26943
26944 * lisp.h (eabs): Rename from `abs'. All callers changed.
26945
269462007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
26947
26948 * buffer.c (add_overlay_mod_hooklist):
26949 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
26950 * fontset.c (make_fontset):
26951 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
26952 (append_tool_bar_item):
26953 * macmenu.c (grow_menu_items):
26954 * w32menu.c (grow_menu_items):
26955 * xmenu.c (grow_menu_items): Use larger_vector.
26956
269572007-10-13 Eli Zaretskii <eliz@gnu.org>
26958
26959 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
26960 selected frame'' on MSDOS).
26961
269622007-10-12 Martin Rudalics <rudalics@gmx.at>
26963
26964 * frame.c (Qexplicit_name): New variable.
26965 (x_report_frame_params): Report it in parameter alist.
26966 (syms_of_frame): Intern and staticpro it.
26967
269682007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
26969
26970 * macfns.c (x_create_tip_frame): Set terminal for frame.
26971
269722007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
26973
26974 * frame.c (Qenvironment): Remove.
26975 (syms_of_frame) <Qenvironment>: Don't initialize.
26976 (Fdelete_frame): Don't treat the `environment' param specially.
26977 * frame.h (Qenvironment): Don't declare.
26978 * callproc.c (set_initial_environment): Don't set unused frame param.
26979
26980 * frame.c (Fframe_with_environment): Remove.
26981 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26982
26983 * lisp.h (Fframe_with_environment): Don't declare.
26984
269852007-10-10 Juanma Barranquero <lekktu@gmail.com>
26986
26987 * indent.c (indent_tabs_mode, last_known_column)
26988 (last_known_column_modified): Make static.
26989 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
26990
269912007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
26992
26993 * puresize.h (BASE_PURESIZE): Increase to 1170000.
26994
269952007-10-09 Jason Rumney <jasonr@gnu.org>
26996
26997 * w32term.c (x_set_window_size): Disable code that attempts to tell
26998 Lisp code about a size change before it actually happens.
26999
270002007-10-09 Richard Stallman <rms@gnu.org>
27001
27002 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
27003 return HANDLED_RETURN.
27004
270052007-10-08 Martin Rudalics <rudalics@gmx.at>
27006
27007 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
27008 when there's an unread command event.
27009
27010 * frame.c (focus_follows_mouse): Move here from frame.el to allow
27011 window autoselection act appropriately when leaving selected frame.
27012 (syms_of_frame): Initialize focus_follows_mouse.
27013 * frame.h (focus_follows_mouse): Extern it.
27014 * macterm.c (XTread_socket): When focus_follows_mouse is nil
27015 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
27016 * msdos.c (dos_rawgetc): Likewise.
27017 * w32term.c (w32_read_socket): Likewise.
27018 * xterm.c (handle_one_xevent): Likewise.
27019 * xdisp.c (syms_of_xdisp): In doc-string of
27020 mouse-autoselect-window mention focus-follows-mouse.
27021
270222007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27023
27024 * macterm.c (mac_load_query_font): Fix missing return value.
27025 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
27026 Add BLOCK_INPUT.
27027
270282007-10-08 Richard Stallman <rms@gnu.org>
27029
27030 * xdisp.c (get_window_cursor_type): Implement documented behavior
27031 for cursor-in-non-selected-windows = t.
27032
270332007-10-08 Jason Rumney <jasonr@gnu.org>
27034
27035 * w32.c (w32_get_resource): Always close registry keys.
27036
270372007-10-08 Jason Rumney <jasonr@gnu.org>
27038
27039 * makefile.w32-in (LIBS): Add COMCTL32.
27040
27041 * w32fns.c (globals_of_w32fns): Init common controls.
27042
270432007-10-08 Richard Stallman <rms@gnu.org>
27044
27045 * image.c (our_memory_buffer): Rename from omfib_buffer.
27046
270472007-10-08 Richard Stallman <rms@gnu.org>
27048
27049 * buffer.c (Foverlays_at): Doc fix.
27050
270512007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
27052
27053 * fns.c (Fplist_put): Preserve uneven tail data.
27054
270552007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
27056
27057 * termhooks.h (enum event_kind): Remove trailing comma.
27058
27059 * frame.h (enum): Remove trailing comma.
27060
270612007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
27062
27063 * w32proc.c (delete_child): Don't terminate threads of zombies.
27064
270652007-10-08 Martin Rudalics <rudalics@gmx.at>
27066
27067 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
27068
27069 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
27070 last-repeatable-command.
27071 (init_kboard): Initialize Vlast_repeatable_command.
27072 (command_loop_1): Set it to real_this_command unless that was
27073 bound to an input event.
27074 (mark_kboards): Mark it.
27075
270762007-10-08 Richard Stallman <rms@gnu.org>
27077
27078 * eval.c (condition-case): Doc fix.
27079
270802007-10-08 Masatake YAMATO <jet@gyve.org>
27081
27082 * xfaces.c (tty_supports_face_attributes_p): Fix code
27083 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
27084 was copied and not edited.
27085
270862007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
27087
27088 Add new `input-decode-map' keymap and use it for terminal
27089 escape sequences.
27090 * keyboard.h (struct kboard): Add Vinput_decode_map.
27091 Remove Vlocal_key_translation_map.
27092 * keyboard.c (read_key_sequence): Add support for input-decode-map.
27093 (init_kboard): Init input-decode-map.
27094 Replace local-key-translation-map back with key-translation-map.
27095 (syms_of_keyboard): Declare input-decode-map.
27096 Remove local-key-translation-map. Update docstrings.
27097 (mark_kboards): Mark Vinput_decode_map.
27098 Don't mark Vlocal_key_translation_map.
27099 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
27100 Replace local-key-translation-map back with key-translation-map.
27101 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
27102 Bind in input-decode-map rather than function-key-map.
27103
27104 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
27105 This was made redundant by the previous introduction of XSETPVECTYPE.
27106
271072007-10-09 Richard Stallman <rms@gnu.org>
27108
27109 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
27110
271112007-09-29 Richard Stallman <rms@gnu.org>
27112
27113 * eval.c (internal_condition_case_2, internal_condition_case_1)
27114 (internal_condition_case): Reenable abort if x_catching_errors ()
27115 to see if that really happens and why.
27116
271172007-10-06 Andreas Schwab <schwab@suse.de>
27118
27119 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
27120
271212007-10-04 Juanma Barranquero <lekktu@gmail.com>
27122
27123 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
27124
271252007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
27126
27127 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
27128
271292007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
27130
27131 * window.h (struct window):
27132 * window.c (struct save_window_data, struct saved_window):
27133 * termhooks.h (struct terminal):
27134 * process.h (struct Lisp_Process):
27135 * frame.h (struct frame):
27136 * buffer.h (struct buffer):
27137 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
27138 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
27139 The size field of (pseudo)vectors is now unsigned.
27140 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
27141
27142 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
27143 Turn `count' into an integer.
27144
27145 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
27146 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
27147 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
27148 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
27149 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
27150
27151 * alloc.c (allocate_pseudovector): New fun.
27152 (ALLOCATE_PSEUDOVECTOR): New macro.
27153 (allocate_window, allocate_terminal, allocate_frame)
27154 (allocate_process): Use it.
27155 (mark_vectorlike): New function.
27156 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
27157 (mark_terminals): Use it.
27158 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
27159 (Fmake_byte_code): Use XSETPVECTYPE.
27160
27161 * frame.c (Fframe_parameters): Minor simplification.
27162
27163 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
27164
27165 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
27166
27167 * buffer.c (Fget_buffer_create, init_buffer_once):
27168 * lread.c (defsubr):
27169 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
27170
27171 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
27172 defined differently in the m/*.h files.
27173 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
27174 (XSETPVECTYPE): New macro.
27175 (XSETPSEUDOVECTOR): Use it.
27176
27177 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
27178 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
27179
27180 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
27181 * lread.c (defvar_per_buffer):
27182 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
27183
27184 * window.c (candidate_window_p): Only consider as visible frames that
27185 are on the same terminal.
27186
27187 * m/ibms390x.h (MARKBIT): Remove unused macro.
27188
271892007-10-01 Juanma Barranquero <lekktu@gmail.com>
27190
27191 * lread.c (Fload): Fix typo in docstring.
27192
271932007-10-01 Michaël Cadilhac <michael@cadilhac.name>
27194
27195 * floatfns.c (Fexpt): Manually check for overflows, so that a power
27196 of a non-zero value can't yield zero.
27197
271982007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
27199
27200 * term.c (term_clear_mouse_face, term_mouse_highlight)
27201 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
27202
27203 * print.c (safe_debug_print): Use XHASH.
27204
27205 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
27206 Lisp elements such as tags.
27207 (XHASH): New macro.
27208 (EQ): Use it.
27209 (SREF, SSET, STRING_COPYIN): Use SDATA.
27210 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
27211
27212 * alloc.c (mark_terminal): Remove left-over declaration.
27213 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
27214 (allocate_vectorlike): Remove type argument. Adjust callers.
27215 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
27216 Only handle the one remaining MEM_TYPE_VECTORLIKE.
27217
27218 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
27219 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
27220 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
27221 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
27222 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
27223 Use them.
27224
27225 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
27226 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
27227 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
27228
272292007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
27230
27231 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
27232 loaded by default.
27233
272342007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
27235
27236 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
27237 on this tty.
27238 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
27239
27240 * term.c (mouse_face_window): Rename from Qmouse_face_window.
27241 Update all users.
27242 (handle_one_term_event): Use Gpm_DrawPointer.
27243 (Fgpm_mouse_start): Rename from Fterm_open_connection.
27244 Signal errors instead of returning nil. Always return nil.
27245 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
27246 Make it a noop if gpm-mouse was not activated.
27247 (syms_of_term): Update names.
27248
272492007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
27250
27251 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
27252 (init_sys_modes): Check that gpm_tty is the current tty.
27253
27254 * alloc.c (allocate_terminal): Set the vector size to only count the
27255 lisp fields. Initialize those to nil.
27256 (mark_object): Don't treat terminals specially.
27257 (mark_terminal): Remove.
27258 (mark_terminals): Use mark_object instead.
27259
27260 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
27261 the GC to the beginning.
27262
27263 * indent.h:
27264 * indent.c: Use EMACS_INT for ints coming from Elisp data.
27265
27266 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
27267
272682007-09-25 Jason Rumney <jasonr@gnu.org>
27269
27270 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
27271
27272 * w32console.c (create_w32cons_output): Remove.
27273
27274 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
27275
27276 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
27277 (reset_sys_modes): Use reset_terminal_modes_hook.
27278
272792007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
27280
27281 * eval.c (do_autoload): Don't output any message.
27282
272832007-09-24 Juri Linkov <juri@jurta.org>
27284
27285 * emacs.c (standard_args): Change priority of "--no-splash"
27286 from 40 to 3. Add "--no-desktop" with the same priority.
27287
272882007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
27289
27290 * alloc.c (gc_sweep): Check cons cell mark bits word by word
27291 and optimize the case where they are all 1.
27292
272932007-09-23 Johannes Weiner <hannes@saeurebad.de>
27294
27295 * lisp.h (abs): Define if not defined.
27296 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
27297 Don't define `abs', since it's defined in lisp.h.
27298
272992007-09-22 Eli Zaretskii <eliz@gnu.org>
27300
27301 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
27302 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
27303 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
27304 (init_tty): Use DEV_TTY instead of "/dev/tty".
27305 [WINDOWSNT]: No need to protect from NAME arg being null.
27306
273072007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
27308
27309 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
27310 up the tty state.
27311
273122007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
27313
27314 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
27315 (gpm_tty): Change its type.
27316 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
27317 (gpm_tty): Change its type and initialize it.
27318 (Fterm_open_connection): Check the frame is indeed a tty.
27319 Use the new gpm_tty.
27320 (Fterm_close_connection): Use the new gpm_tty.
27321 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
27322 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
27323
273242007-09-21 Juanma Barranquero <lekktu@gmail.com>
27325
27326 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
27327 underline_color, to draw strike-through.
27328
273292007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
27330
27331 * lisp.h (allocate_terminal): Declare.
27332
27333 * window.c (candidate_window_p): Consider frames that are being placed
27334 by the user as somewhere between visible and iconified.
27335 (window_loop): Prefer windows on the current frame.
27336 (Fselect_window): Move the use of select-frame to the beginning so we
27337 can just delegate all the work (it'll call us back anyway).
27338
27339 * frame.c (Qdisplay_environment_variable):
27340 * frame.h (Qdisplay_environment_variable): Delete.
27341
27342 * .gdbinit (xbacktrace): Print the arg's address rather than the value
27343 of the first arg, since that value may be a union.
27344
27345 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
27346 parameter rather than Qdisplay_environment_variable. If all else
27347 fails, look for DISPLAY in initial-environment.
27348
273492007-09-21 Glenn Morris <rgm@gnu.org>
27350
27351 * Makefile.in (emacstool): Remove target.
27352 (lisp, shortlisp): Remove termdev.elc.
27353
273542007-09-21 Markus Triska <markus.triska@gmx.at>
27355
27356 * xterm.c (x_delete_display): Compile session management conditionally.
27357
273582007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
27359
27360 * callproc.c (getenv_internal_1): New function.
27361 (getenv_internal): Use it.
27362 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
27363
27364 * terminal.c (get_terminal): Don't accept ints to represent terminals.
27365 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
27366 (Fset_terminal_parameter): Work with dead terminals as well.
27367 (Fmodify_terminal_parameters): Remove.
27368
27369 * terminal.c (get_terminal): Handle terminals.
27370 Make sure the terminal returned is live.
27371 (create_terminal): Use allocate_terminal.
27372 (mark_terminals): Move to alloc.c.
27373 (delete_terminal): Use terminal->name as liveness status.
27374 NULL out fields after freeing their contents.
27375 Don't deallocate the object.
27376 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
27377 rather than an int.
27378 (Fterminal_live_p): Accept non-integer arguments.
27379 (Fterminal_list): Return terminal objects rather than an ints.
27380
27381 * alloc.c (enum mem_type): New member for `terminal' objects.
27382 (allocate_terminal): New function.
27383 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
27384 Handle terminals.
27385 (mark_terminal): New fun.
27386 (mark_terminals): Move from terminal.c.
27387
27388 * term.c (get_tty_terminal): Don't treat output_initial specially.
27389 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
27390 (delete_tty): Use terminal->name as liveness status.
27391
27392 * termhooks.h (struct terminal): Make it into a pseudovector.
27393 Remove `deleted' replaced by checking `name's nullness.
27394
27395 * print.c (print_object): Handle terminals.
27396
27397 * lisp.h (enum pvec_type): New `terminal' pseudovector.
27398 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
27399
27400 * frame.c (make_terminal_frame):
27401 * keyboard.c (tty_read_avail_input):
27402 * w32term.c (x_delete_terminal):
27403 * xfns.c (Fx_create_frame, x_create_tip_frame):
27404 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
27405
274062007-09-20 Glenn Morris <rgm@gnu.org>
27407
27408 * process.c (Fmake_network_process): Doc fix.
27409
274102007-09-19 Jason Rumney <jasonr@gnu.org>
27411
27412 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
27413
274142007-09-19 Michaël Cadilhac <michael@cadilhac.name>
27415
27416 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
27417 Fix a C warning regarding variable constness.
27418
27419 * xterm.c (handle_one_xevent): Fix a C warning.
27420
274212007-09-18 Jason Rumney <jasonr@gnu.org>
27422
27423 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
27424
274252007-09-17 Jan Djärv <jan.h.d@swipnet.se>
27426
27427 * gtkutil.c (gdpy_def): New variable.
27428 (xg_initialize): Initialize gdpy_def.
27429 (xg_display_close): If no other display exists, set gdpy_def to a
27430 new connection.
27431
274322007-09-16 Jan Djärv <jan.h.d@swipnet.se>
27433
27434 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
27435 when we have no file name for the icon.
27436 (xg_tool_bar_expose_callback): Remove.
27437 (xg_create_tool_bar): Don't connect expose signal to
27438 xg_tool_bar_expose_callback.
27439 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
27440
274412007-09-16 Andreas Schwab <schwab@suse.de>
27442
27443 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
27444 values instead of zapping them.
27445
274462007-09-14 Glenn Morris <rgm@gnu.org>
27447
27448 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
27449 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
27450 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
27451 scope and rename to omfib_buffer for clarity.
27452 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
27453
274542007-09-14 Kenichi Handa <handa@m17n.org>
27455
27456 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
27457
274582007-09-13 Jason Rumney <jasonr@gnu.org>
27459
27460 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
27461
27462 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
27463
27464 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
27465 (mac_term_init): Call here instead, passing rif.
27466
274672007-09-13 Glenn Morris <rgm@gnu.org>
27468
27469 * s/hpux.h: No longer define `static' as nothing.
27470
274712007-09-13 Johan Bockgård <bojohan@gnu.org>
27472
27473 * callint.c (Fcall_interactively): Remove unused var `fun'.
27474
274752007-09-12 Romain Francoise <romain@orebokech.com>
27476
27477 * window.c (prefer_window_split_horizontally, display_buffer):
27478 Revert 2007-09-08 change.
27479
274802007-09-12 Glenn Morris <rgm@gnu.org>
27481
27482 * alloca.c: Remove file.
27483 * Makefile.in (alloca): Do not undef.
27484 (allocaobj, alloca.o): Remove.
27485 (otherobj): Remove allocaobj.
27486 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
27487 * regex.c (C_ALLOCA): Remove all references and code that was only
27488 used when this was defined.
27489 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
27490 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
27491 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
27492
27493 * Makefile.in (SOURCES, unlock, relock): Delete.
27494
27495 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
27496 (menu_grab_callback): All uses changed.
27497
27498 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
27499 (x_reply_selection_request): All uses changed.
27500
275012007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
27502
27503 * lread.c (load_warn_old_style_backquotes): Change message to look
27504 better when it appears in the middle of byte-compiler messages.
27505
275062007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
27507
27508 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
27509
27510 * xterm.c (x_create_terminal): Add comment.
27511
27512 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
27513
275142007-09-10 Richard Stallman <rms@gnu.org>
27515
27516 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
27517
275182007-09-10 Michaël Cadilhac <michael@cadilhac.name>
27519
27520 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
27521 (DEFUN): Document `intspec', use it instead of `prompt'.
27522
27523 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
27524
27525 * data.c (Finteractive_form): If the interactive specification starts
27526 with a `(', use it as a Lisp form.
27527
27528 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
27529 name and file modes.
27530
27531 * callint.c (Fcall_interactively): Comment fixes.
27532
275332007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
27534
27535 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
27536 and compiled functions.
27537
275382007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
27539
27540 * window.c (prefer_window_split_horizontally): New variable.
27541 (display_buffer): Consider splitting window horizontally depending
27542 on prefer_window_split_horizontally.
27543
275442007-09-08 Eli Zaretskii <eliz@gnu.org>
27545
27546 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
27547
275482007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27549
27550 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
27551
27552 * frame.c (x_set_frame_parameters): Check number is positive before
27553 using XFASTINT.
27554
27555 * window.c (freeze_window_start): Don't presume selected_window holds
27556 a window object.
27557 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
27558
275592007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
27560
27561 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
27562
275632007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27564
27565 * window.c (Vsplit_window_preferred_function): New var.
27566 (Fdisplay_buffer): Use it.
27567 (syms_of_window): Export, and initialize it.
27568
275692007-09-06 Pixel <pixel@mandriva.com> (tiny change)
27570
27571 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
27572
275732007-09-06 Glenn Morris <rgm@gnu.org>
27574
27575 * gtkutil.c (menu_grab_callback) <cnt>:
27576 * xselect.c (x_reply_selection_request) <cnt>: Move static
27577 variable to file scope.
27578
275792007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
27580
27581 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
27582 consistent values of selected_frame and selected_window.
27583
275842007-09-04 Jason Rumney <jasonr@gnu.org>
27585
27586 * w32console.c (initialize_w32_display): Zero unused hooks.
27587
275882007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27589
27590 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
27591 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
27592
275932007-09-04 Jason Rumney <jasonr@gnu.org>
27594
27595 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
27596 in w32console.c. Set up input. Remove XXX comments that have been
27597 confirmed as correct.
27598
27599 * s/ms-w32.h (MULTI_KBOARD): Define.
27600
27601 * w32console.c (one_and_only_w32cons): Remove.
27602 (initialize_w32_display): Take terminal argument.
27603
27604 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
27605 initialize_w32_display.
27606 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
27607
27608 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
27609
27610 * keyboard.c (discard_mouse_events): Discard it.
27611 (make_lispy_event): Translate it to a lisp event.
27612 (lispy_wheel_names): Add wheel-left and right events.
27613 (syms_of_keyboard): Enlarge wheel_syms.
27614
27615 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
27616 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
27617
27618 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
27619
27620 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
27621 from WM_MOUSEHWHEEL.
27622 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
27623
27624 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
27625 terminal.
27626
27627 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
27628 keyboard for the terminal.
27629
276302007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27631
27632 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
27633 (Vresume_tty_hook): Rename from Vresume_tty_functions.
27634 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
27635 and resume-tty-function to resume-tty-hook.
27636 (Fsuspend_tty, Fresume_tty): Use new names.
27637
276382007-09-02 Jan Djärv <jan.h.d@swipnet.se>
27639
27640 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
27641 if it starts with "n:".
27642
276432007-08-31 Jan Djärv <jan.h.d@swipnet.se>
27644
27645 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
27646
276472007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
27648
27649 * frame.h:
27650 * frame.c (Qterm_environment_variable): Remove.
27651 (syms_of_frame): Don't init and staticpro it.
27652
27653 * callproc.c (getenv_internal): Remove special case for $TERM.
27654
27655 * callproc.c (Vinitial_environment): New variable.
27656 (set_initial_environment): Initialize it.
27657 (syms_of_callproc): Declare it.
27658 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
27659 TERM under which a process runs is never related to the TERM in which
27660 Emacs is running.
27661
276622007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27663
27664 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
27665 * s/darwin.h: ... do it here.
27666
276672007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
27668
27669 * lisp.h (set_initial_environment): Rename from set_global_environment.
27670
27671 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
27672 removed by mistake on the multi-tty branch.
27673
27674 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
27675 (Fmodify_frame_parameters): Return a value.
27676
27677 * image.c (png_load): Comment-out var only used in commented-out code.
27678
27679 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
27680 before passing it to mark_object.
27681
27682 * xfaces.c (internal_resolve_face_name): Return a value.
27683 (internal_resolve_face_name, resolve_face_name_error): Comment out.
27684
27685 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
27686 (x_icon): Comment-out var only used in commented-out code.
27687
276882007-08-29 Romain Francoise <romain@orebokech.com>
27689
27690 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
27691 QUIT hasn't been provided.
27692
276932007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27694
27695 * callproc.c (child_setup, getenv_internal): Use the
27696 display-environment-variable and term-environment-variable frame params.
27697 (set_initial_environment): Initialise Vprocess_environment.
27698
27699 * config.in: Disable multi-keyboard support on a mac.
27700
27701 * frame.c (Qterm_environment_variable)
27702 (Qdisplay_environment_variable): New variables.
27703 (syms_of_frame): Intern and staticpro them.
27704 (Fmake_terminal_frame): Disable output method test.
27705
27706 * frame.h: Declare them here.
27707
27708 * macfns.c (x_set_mouse_color): Get rif from the frame.
27709 (x_set_tool_bar_lines): Don't use updating_frame.
27710 (mac_window): Add 2 new parameters for consistency with other systems.
27711 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
27712 frame parameters following what is done in X11 and w32. Don't use
27713 FRAME_MAC_DISPLAY_INFO.
27714 (Fx_open_connection, start_hourglass): Remove window-system check.
27715 (x_create_tip_frame): Get the keyboard from the terminal.
27716
27717 * macmenu.c: Reorder includes.
27718 (Fx_popup_menu): Use terminal specific mouse_position_hook.
27719
27720 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
27721 terminal parameter.
27722 (x_clear_frame): Add a frame parameter.
27723 (note_mouse_movement): Get rif from the frame.
27724 (mac_term_init): Initialize the terminal.
27725 (mac_initialize): Make static and move terminal initialization ...
27726 (mac_create_terminal): ... to this new function.
27727
27728 * macterm.h (struct mac_display_info): Add terminal.
27729 (mac_initialize): Delete declaration.
27730
27731 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
27732
27733 * sysdep.c: Comment out text after #endif.
27734
27735 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
27736 is defined. Better initialize ttys in windows. Use terminal
27737 specific mouse_position_hook.
27738
27739 * termhooks.h (union display_info): Add mac_display_info.
27740
27741 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
27742 Set the default minibuffer frame, window_system and the rest of the
27743 frame parameters following what is done in X11.
27744
27745 * w32term.c (w32_initialize): Make static.
27746
27747 * xselect.c (x_handle_selection_clear): Only access
27748 terminal->kboard when MULTI_KBOARD is defined.
27749
27750 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
27751 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
27752
277532007-08-29 Jason Rumney <jasonr@gnu.org>
27754
27755 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
27756 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
27757
27758 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
27759 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
27760
27761 * keyboard.c (restore_kboard_configuration): Only define when
27762 MULTI_KBOARD defined.
27763
27764 * makefile.w32-in: Update dependancies from Makefile.in.
27765 (OBJ1): Add terminal.$(O)
27766
27767 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
27768 Don't define function body.
27769 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
27770
27771 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
27772
27773 * w32.c (request_sigio, unrequest_sigio): Remove.
27774
27775 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
27776 (w32con_clear_frame, w32con_clear_end_of_line)
27777 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
27778 (w32con_delete_glyphs, w32con_set_terminal_window)
27779 (scroll_line, w32_sys_ring_bell): Add frame arg.
27780 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
27781 Add terminal arg.
27782 (PICK_FRAME): Remove.
27783 (w32con_write_glyphs): Use frame specific terminal coding.
27784 (one_and_only_w32cons): New global variable.
27785 (initialize_w32_display): Use it for storing hooks.
27786 (create_w32cons_output): New function.
27787
27788 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
27789 arg a frame.
27790
27791 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
27792 Set window_system.
27793 (x_set_tool_bar_lines): Don't use updating_frame.
27794 (Fx_create_frame): Set terminal and ref count.
27795 (Fx_open_connection): Remove window-system check.
27796
27797 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
27798
27799 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
27800 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
27801 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
27802 Add frame arg.
27803 (x_delete_terminal, w32_create_terminal): New functions.
27804 (w32_term_init): Create a terminal.
27805 (w32_initialize): Move terminal specific initialization to
27806 w32_create_terminal.
27807
27808 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
27809 (w32_clear_rect, w32_clear_area): Use background from frame.
27810 (w32_display_info): Add terminal.
27811 (w32_sys_ring_bell, x_delete_display): Declare here.
27812
27813 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
27814
27815 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
27816
278172007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
27818
27819 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
27820 Fix get_named_tty calls for the controlling tty.
27821
278222007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
27823
194d44e7 27824 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
27825
278262007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
27827
27828 * term.c (tty_insert_glyphs): Add missing first parameter.
27829
278302007-08-29 Károly Lőrentey <karoly@lorentey.hu>
27831
27832 * buffer.c (Fbuffer_list, Fbury_buffer):
27833 Take frame->buried_buffer_list into account.
27834
27835 * cm.c (current_tty): New variable, for cmputc().
27836 (cmputc): Use it.
27837 (cmcheckmagic): Add tty parameter, look up terminal streams there.
27838 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
27839 (cmgoto): Add tty parameter. Pass it on to calccost().
27840 Use emacs_tputs() instead of tputs().
27841
27842 * cm.h (emacs_tputs): New macro to set current_tty, and then call
27843 tputs().
27844 (current_tty): New variable, for cmputc().
27845 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
27846
27847 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
27848 (internal_condition_case, internal_condition_case_1)
27849 (internal_condition_case_2): Don't abort when x_catching_errors.
27850
27851 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
27852 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
27853 prevent crashes caused by bogus longjmps in read_char.
27854
27855 * keymap.h (Fset_keymap_parent): Add EXFUN.
27856
27857 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
27858 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
27859 Remove redundant definition.
27860
27861 * macfns.c (x_set_mouse_color, x_make_gc):
27862 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27863
27864 * w32term.c (x_free_frame_resources):
27865 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27866 (w32_initialize): Use the accessor macros for terminal characteristics.
27867
27868 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
27869 Use the accessor macros for terminal characteristics.
27870 * msdos.c (internal_terminal_init): Use the accessor macros for
27871 terminal characteristics.
27872 (ScreenVisualBell, internal_terminal_init):
27873 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27874
27875 * termopts.h (no_redraw_on_reenter): Declare.
27876
27877 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
27878 (mark_terminals, mark_ttys): Declare.
27879 (Fgarbage_collect): Call them.
27880 (mark_object): Mark buried_buffer_list.
27881
27882 * prefix-args.c: Include stdlib.h for exit.
27883
27884 * syssignal.h: Add comment.
27885
27886 * indent.c: Include stdio.h.
27887
27888 * window.h (Vinitial_window_system): Declare.
27889 (Vwindow_system): Delete declaration.
27890
27891 * fontset.c (Finternal_char_font): Use FRAME_RIF.
27892
27893 * image.c (lookup_image): Don't initialize `c' until the xasserts
27894 have been run.
27895
27896 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
27897 FRAME_FOREGROUND_PIXEL.
27898
27899 * print.c (print_preprocess): Don't lose print_depth levels while
27900 iterating.
27901
27902 * widget.c (update_from_various_frame_slots):
27903 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27904
27905 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
27906 frames.
27907 (window_internal_height): Remove bogus make_number call.
27908 (init_window_once): Call make_terminal_frame with two zero parameters.
27909
27910 * fileio.c (Fread_file_name): Update comment.
27911
27912 * callint.c (Fcall_interactively):
27913 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
27914 Make sure it is correctly unwound.
27915
27916 * xsmfns.c (x_session_close): New function.
27917
27918 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
27919 Delete declarations.
27920
27921 * xterm.h: Remove declaration for x_fully_uncatch_errors.
27922 (x_output): Remove background_pixel and foreground_pixel fields.
27923 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
27924 (x_delete_device, x_session_close): Declare.
27925
27926 * lread.c: Include setjmp.h. Update declaration of `read_char'.
27927 (read_filtered_event): Call `read_char' with a local
27928 `wrong_kboard_jmpbuf'.
27929
27930 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
27931 Don't call single_kboard_state. Use FRAME_RIF.
27932
27933 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
27934 systems.
27935
27936 * lisp.h (set_process_environment): Rename to `set_global_environment'.
27937 (Fframe_with_environment, Fset_input_meta_mode)
27938 (Fset_quit_char): EXFUN.
27939 (x_create_device, tty_output, terminal, tty_display_info): Declare.
27940 (init_sys_modes, reset_sys_modes): Update prototypes.
27941 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
27942
27943 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
27944 Vlocal_key_translation_map, and Vkeyboard_translate_table.
27945 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
27946 Delete declarations.
27947 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
27948 (temporarily_switch_to_single_kboard, tty_read_avail_input):
27949 New declarations.
27950
27951 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
27952 already does that during init_display(). Call syms_of_keymap
27953 before syms_of_keyboard. Call `syms_of_terminal'.
27954 Call set_initial_environment, not set_process_environment.
27955 (shut_down_emacs): Call reset_all_sys_modes() instead of
27956 reset_sys_modes().
27957
27958 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
27959 (internal_resolve_face_name, resolve_face_name_error): New functions.
27960 (resolve_face_name): Protect against loops and errors thrown by Fget.
27961 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
27962 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
27963
27964 * scroll.c: Replace CURTTY() with local variables throughout the
27965 file (where applicable).
27966 (calculate_scrolling, calculate_direct_scrolling)
27967 (scrolling_1, scroll_cost): Use the accessor macros for terminal
27968 characteristics.
27969
27970 * keymap.c (Vfunction_key_map): Remove.
27971 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
27972 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
27973 (Vkey_translation_map): Remove.
27974 (syms_of_keymap): Remove DEFVAR for key-translation-map.
27975 (Fdescribe_buffer_bindings)
27976 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
27977 Update for terminal-local key-translation-map.
27978
27979 * Makefile.in (callproc.o): Update dependencies.
27980 (lisp, shortlisp): Add termdev.elc.
27981 (obj): Add terminal.o.
27982 (terminal.o): Add dependencies.
27983 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
27984 (data.o, fns.o): Add termhooks.h dependency.
27985 (SOME_MACHINE_LISP): Add dnd.elc.
27986 (minibuf.o): Fix typo.
27987 Update dependencies.
27988
27989 * data.c (do_symval_forwarding, store_symval_forwarding)
27990 (find_symbol_value): Use the selected frame's keyboard, not
27991 current_kboard.
27992
27993 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
27994 Vwindow_system.
27995
27996 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
27997 Fmenu_bar_open.
27998 (syms_of_xmenu): Update defsubr.
27999 (mouse_position_for_popup, Fx_popup_menu)
28000 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
28001 (set_frame_menubar, free_frame_menubar)
b97439ce 28002 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
28003 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
28004 an X frame.
28005
28006 * xselect.c (x_own_selection): Abort if not an X frame.
28007 (some_frame_on_display): Check if it is an X frame.
28008 (x_handle_selection_clear): Deal with MULTI_KBOARD.
28009
28010 * coding.c: Include frame.h and termhooks.h.
28011 (terminal_coding, keyboard_coding): Delete.
28012 (Fset_terminal_coding_system_internal)
28013 (Fset_keyboard_coding_system_internal)
28014 (Fkeyboard_coding_system)
28015 (Fterminal_coding_system): Add a terminal parameter.
28016 Get terminal_coding from the terminal.
28017 (init_coding_once): Don't call setup_coding_system here.
28018
28019 * dispextern.h (set_scroll_region, turn_off_insert)
28020 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
28021 (tty_clear_end_of_line, tty_setup_colors)
28022 (delete_tty, updating_frame)
28023 (produce_special_glyphs, produce_glyphs, write_glyphs)
28024 (insert_glyphs): Remove.
28025 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
28026 (tty_turn_off_highlight, get_tty_size): Add declaration.
28027 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
28028
28029 * frame.h (enum output_method): Add output_initial.
28030 (struct x_output): Delete.
28031 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
28032 Access foreground_pixel and background_pixel directly from the frame.
28033 (tty_display): Delete.
28034 (struct frame): Add buried_buffer_list, foreground_pixel,
28035 background_pixel and terminal. Delete kboard.
28036 (union output_data): Add tty.
28037 (FRAME_KBOARD): Get the kboard from the terminal.
28038 (FRAME_INITIAL_P): New macro.
28039 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
28040 (Qterm_environment_variable, Qdisplay_environment_variable)
28041 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
28042 New declarations.
28043
28044 * termchar.h (tty_output, tty_display_info): New structures.
28045 (tty_list): Declare.
28046 (FRAME_TTY, CURTTY): New macros.
28047 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
28048 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
28049 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
28050 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
28051
28052 * callproc.c: Include frame.h and termhooks.h, for terminal
28053 parameters.
28054 (add_env): New function.
28055 (child_setup): Use it.
28056 (child_setup, getenv_internal): Handle the new Vprocess_environment.
28057 (getenv_internal): Fix get_terminal_param call.
28058 (Fgetenv_internal, egetenv): Update doc.
28059 (syms_of_callproc): Initialize Vprocess_environment to nil.
28060 Register and initialize them. Remove obsolete defvars. Update doc
28061 strings.
28062 (child_setup): Handle Vlocal_environment_variables.
28063 (getenv_internal): Add terminal parameter.
28064 Handle Vlocal_environment_variables.
28065 (Fgetenv_internal): Add terminal parameter.
28066 (child_setup, getenv_internal, Fgetenv_internal): Store the local
28067 environment in a frame (not terminal) parameter. Update doc strings.
28068 (set_initial_environment): Rename from set_global_environment.
28069 Store Emacs environment in initial frame parameter.
28070
28071 * xdisp.c (redisplay_internal): Update references to
28072 `previous_terminal_frame'.
28073 (display_mode_line, Fformat_mode_line): Replace calls to
28074 `push_frame_kboard' with `push_kboard'.
28075 (get_glyph_string_clip_rects): Add extra parentheses and
28076 braces to prevent compiler warnings.
28077 (calc_pixel_width_or_height): Add xassert to check that the
28078 frame is alive. Don't call `lookup_image' on a termcap frame.
28079 (message2_nolog, message3_nolog, redisplay_internal)
28080 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
28081 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
28082 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
28083 (Fx_display_pixel_width, Fx_display_pixel_height)
28084 (Fx_display_planes, Fx_display_color_cells)
28085 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
28086 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
28087 (Fx_display_backing_store, Fx_display_visual_class)
28088 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
28089 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
28090
28091 * xfns.c (x_set_foreground_color x_set_background_color)
28092 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
28093 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28094 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
28095 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
28096 terminal that is being deleted.
28097 (Fx_create_frame): Use `store_frame_param' to set `window-system'
28098 frame parameter, and make sure it overrides any user-supplied setting.
28099 (Fx_close_connection, Fx_synchronize): Unify argument names with
28100 the rest of the DEFUNs.
28101
28102 * dispnew.c (Fsend_string_to_terminal): Update call to
28103 `get_tty_terminal'.
28104 (Fredraw_frame, Fsend_string_to_terminal)
28105 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
28106 FRAME_TERMCAP_P and FRAME_TTY.
28107 (window_change_signal): Don't believe width/height values that are
28108 impossibly small.
28109 (Vinitial_window_system): Rename from Vwindow_system.
28110 (termscript, Wcm, rif): Delete.
28111
28112 * termhooks.h (struct terminal): New struct containing the
28113 previously global text display hooks and new members NAME,
28114 DELETED and PARAM_ALIST.
28115 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
28116 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
28117 (FRAME_RIF): New macros.
28118 (get_terminal_param, get_device): New declarations.
28119 (termscript): Delete declaration.
28120
28121 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
28122 (XTflash, x_free_frame_resources, x_scroll_bar_create)
28123 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
28124 FRAME_FOREGROUND_PIXEL.
28125 (x_fully_uncatch_errors): Disable definition.
28126 (x_scroll_bar_expose): Fix reference to foreground pixel.
28127 (XTread_socket): Disable loop on all X displays.
28128 (x_delete_terminal): Don't set terminal->deleted and let
28129 delete_terminal delete the frames on the terminal.
28130 (x_delete_display): Doc update to reflect changes in
28131 delete_terminal.
28132 (x_display_info) <terminal>: Move member earlier in the struct.
28133 (deleting_tty): Remove old variable.
28134 (Fsuspend_tty): Call clear_tty_hooks.
28135 (Fresume_tty, init_tty): Call set_tty_hooks.
28136 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
28137 errors on X frames.
28138 (x_catch_errors_unwind): Abort if x_error_message is NULL.
28139 (handle_one_xevent): Initialize `f' to NULL.
28140 (x_delete_terminal, x_create_terminal): New functions.
28141 (XTset_terminal_modes, XTreset_terminal_modes)
28142 (XTread_socket, x_connection_closed, x_term_init)
28143 (x_term_init, x_delete_display): Add terminal parameter.
28144 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
28145 X connections.
28146
28147 * frame.c: Include termchar.h.
28148 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
28149 (Qwindow_system, Qenvironment, Qterm_environment_variable)
28150 (Qdisplay_environment_variable): New vars.
28151 (Fframep): Deal with output_initial.
28152 (Fframe-live-p): Doc fix.
28153 (Fwindow-system): New function.
28154 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
28155 (make_terminal_frame): Don't create frames on a terminal that is
28156 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28157 (store_frame_param): Check for found_for_frame before calling XFRAME.
28158 (Fmake_terminal_frame): Handle NULL tty names correctly.
28159 (syms_of_frame): Enhance doc string of `default-frame-alist'.
28160 (Fdelete_frame): Remove unused variable `count'. Don't allow other
28161 frames to refer to a deleted frame in their 'environment parameter.
28162 (Fframe_with_environment): New function.
28163 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
28164 (get_future_frame_param): New function.
28165 (Fmake_terminal_frame): Use it.
28166 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
28167
28168 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
28169 * sysdep.c (reset_sys_modes): Update for renames.
28170
28171 * keyboard.c (tty_read_avail_input): New function.
28172 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
28173 (syms_of_keyboard): Defsubr them.
28174 (Fset_input_meta_mode, Fset_quit_char): New functions.
28175 (Fset_input_mode): Split to above functions.
28176 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
28177 parameter. Use it in call to `read_char'.
28178 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
28179 Set wrong_kboard_jmpbuf correctly in recursive calls.
28180 Use current_kboard to access Vkeyboard_translate_table.
28181 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
28182 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
28183 Update longjmp invocations. Remember the original current_kboard,
28184 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
28185 changes it. Comment out unnecessary calls to
28186 `record_single_kboard_state' and `any_kboard_state'.
28187 Update recursive calls.
28188 (wrong_kboard_jmpbuf): Remove global variable.
28189 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
28190 Handle deleted interrupted_kboards correctly; that is a legal
28191 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
28192 and read_char calls. Abort if interrupted_kboard died in read_char.
28193 (any_kboard_state, single_kboard_state)
28194 (push_frame_kboard): Remove function.
28195 (pop_kboard): Switch out of single_kboard mode if the kboard has
28196 been deleted. Remove unused variable. Help debugging by not
28197 changing current_kboard unnecessarily. Set current_kboard to the
28198 kboard of the selected frame when the stored kboard object has
28199 been deleted before pop_kboard.
28200 (temporarily_switch_to_single_kboard): Change first parameter to a
28201 frame pointer. Throw an error when caller wants to change kboards
28202 while in single_kboard mode. Don't push_kboard if we weren't in
28203 single kboard state. Don't pop_kboard if we popped into any
28204 kboard state.
28205 (restore_kboard_configuration): Abort if pop_kboard changed the
28206 kboard in single_kboard mode. Call pop_kboard only after setting
28207 up single_kboard mode.
28208 (Frecursive_edit): Switch to single_kboard mode only in nested
28209 command loops.
28210 (cmd_error, command_loop, command_loop_1, timer_check):
28211 Comment out unnecessary call to `any_kboard_state' and
28212 `record_single_kboard_state'.
28213 (delete_kboard): Exit single_kboard mode if we have just deleted
28214 that kboard. Use FRAME_KBOARD.
28215 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
28216 `fatal_error_signal'.
28217 (record_single_kboard_state): Don't push_kboard if we weren't in
28218 single kboard state. Don't pop_kboard if we popped into any
28219 kboard state.
28220 (push_frame_kboard): Rename to push_kboard.
28221 (kbd_buffer_get_event): Use FRAME_TERMINAL.
28222 (read_avail_input): Read input from all terminals.
28223 (mark_kboards): Also mark Vkeyboard_translate_table.
28224 (kbd_buffer_store_event_hold): Simplify condition.
28225 (read_key_sequence): Reinitialize fkey and keytran at each replay.
28226 (Vkeyboard_translate_table): Move to struct kboard.
28227 (init_kboard): Initialize Vkeyboard_translate_table.
28228 (syms_of_keyboard): Use DEFVAR_KBOARD to define
28229 Vkeyboard_translate_table. Update doc strings. Update docs of
28230 local-function-key-map and function-key-map.
28231
28232 * terminal.c: New file.
28233
28234 * term.c: Include errno.h.
28235 (Vring_bell_function, device_list, initial_device)
28236 (next_device_id, ring_bell, update_begin, update_end)
28237 (set_terminal_window, cursor_to, raw_cursor_to)
28238 (clear_to_end, clear_frame, clear_end_of_line)
28239 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
28240 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
28241 (syms_of_term): Move their initialization to terminal.c.
28242 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
28243 (Ftty_display_color_cells)
28244 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
28245 (clear_tty_hooks, set_tty_hooks)
28246 (init_tty, maybe_fatal): New functions.
28247 (Ftty_type): Return nil if terminal is not on a tty instead of
28248 throwing an error. Doc update.
28249 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
28250 Doc update. Initialize new subrs and variables.
28251 (delete_tty): Use terminal->deleted.
28252 (tty_set_terminal_modes): Rename from set_terminal_modes.
28253 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
28254 (set_scroll_region): Rename to `tty_set_scroll_region'.
28255 (turn_on_insert): Rename to `tty_turn_on_insert'.
28256 (turn_off_insert): Rename to `tty_turn_off_insert'.
28257 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
28258 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
28259 (toggle_highligh): Rename to `tty_toggle_highlight'.
28260 (background_highlight): Rename to `tty_background_highlight'.
28261 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
28262 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
28263 (tty_set_scroll_region, tty_background_highlight)
28264 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
28265 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
28266 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
28267 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
28268 Add static modifier.
28269 (tty_reset_terminal_modes, tty_set_terminal_window)
28270 (tty_set_scroll_region, tty_background_highlight)
28271 (tty_highlight_if_desired, tty_cursor_to)
28272 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
28273 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
28274 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
28275 renames.
28276
282772007-08-28 Jan Djärv <jan.h.d@swipnet.se>
28278
28279 * keyboard.c: Qrtl is new.
28280 (parse_tool_bar_item): Handle :rtl keyword.
28281 (syms_of_keyboard): Intern :rtl keyword.
28282
28283 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
28284
28285 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
28286 so no Lisp code is executed.
28287 (file_for_image, find_rtl_image): New functions.
28288 (xg_get_image_for_pixmap): Use file_for_image.
28289 (update_frame_tool_bar): If direction is RTL, use RTL image if
28290 defined. Use Gtk stock images if defined.
28291
282922007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28293
28294 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
28295 for nonexistent or zero-width glyph in composition glyph.
28296
282972007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
28298
28299 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
28300
28301 * xdisp.c (Finvisible_p): New function.
28302 (syms_of_xdisp): defsubr it.
28303
283042007-08-24 Juanma Barranquero <lekktu@gmail.com>
28305
28306 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
28307 Doc fixes.
28308
283092007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28310
28311 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
28312
283132007-08-24 Martin Rudalics <rudalics@gmx.at>
28314
28315 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
28316 whether decoding has modified buffer contents.
28317
283182007-08-24 Jason Rumney <jasonr@gnu.org>
28319
28320 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
28321 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
28322 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
28323 (init_svg_functions) [HAVE_NTGUI]: New function.
28324 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
28325 (svg_load_image): Use them.
28326 (svg_load_image) [HAVE_NTGUI]: Implement background.
28327
283282007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28329
28330 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
28331 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
28332 (LIBX): Remove @RSVG_LIBS@.
28333 (LIBES): Add $(RSVG_LIBS).
28334
28335 * image.c (svg_load_image): Blend with specified background if exists.
28336 Use IMAGE_BACKGROUND. Add Mac OS Support.
28337
28338 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
28339 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
28340 Remove macros.
28341 [MAC_OSX] (socket_callback): Do nothing.
28342 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
28343 ReceiveNextEvent.
28344 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
28345 socket_callback.
28346 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
28347
283482007-08-22 Glenn Morris <rgm@gnu.org>
28349
28350 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
28351
283522007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
28353
28354 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
28355
28356 * image.c: Add support for SVG images. Some additional comments
28357 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
28358 (svg_image_p): New function to test for SVG image.
28359 (svg_load): New function to load SVG image.
28360 (svg_load_image): New function, helper for svg_load.
28361 (Qsvg): New Lisp_object.
28362 (svg_keyword_index): New enum.
28363 (svg_format): New static `image_keyword' struct.
28364 (svg_type): New static `image_type' struct.
28365 (librsvg/rsvg.h): Include it.
28366
283672007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
28368
28369 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
28370
283712007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
28372
28373 * lread.c (Qold_style_backquotes): New var.
28374 (syms_of_lread): Init and staticpro it.
28375 (load_warn_old_style_backquotes): New fun.
28376 (Fload): Use them to warn about old style backquotes.
28377 (end_of_file_error, Fload): Remove unused vars.
28378
28379 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
28380
28381 * lread.c (Vold_style_backquotes): New var.
28382 (syms_of_lread): Init and export it to Elisp.
28383 (read1): Set it when we find an old-style (back)quote.
28384
283852007-08-22 Jason Rumney <jasonr@gnu.org>
28386
28387 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
28388
283892007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
28390
28391 * puresize.h (BASE_PURESIZE): Increase to 1140000.
28392
283932007-08-19 Richard Stallman <rms@gnu.org>
28394
28395 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
28396
283972007-08-19 Andreas Schwab <schwab@suse.de>
28398
28399 * alloc.c (pure): Round PURESIZE up.
28400
284012007-08-17 Jan Djärv <jan.h.d@swipnet.se>
28402
28403 * xterm.c (handle_one_xevent): Remove check that mouse click is in
28404 active frame.
28405
284062007-08-16 Richard Stallman <rms@gnu.org>
28407
28408 * eval.c (Fcommandp): Add parens to clarify.
28409
28410 * minibuf.c (Fall_completions): Use enum for type of table.
28411
28412 * emacs.c (USAGE2): Improve text.
28413
284142007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
28415
28416 * term.c (tty_default_color_capabilities): Declare static
28417 variables in file scope, to avoid HPUX compiler problem.
28418
284192007-08-13 Jan Djärv <jan.h.d@swipnet.se>
28420
28421 * gtkutil.c (update_frame_tool_bar): Use -1 as index
28422 to gtk_toolbar_insert.
28423
284242007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
28425
28426 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
28427
28428 * insdel.c (reset_var_on_error): New fun.
28429 (signal_before_change, signal_after_change):
28430 Use it to reset (after|before)-change-functions to nil in case of error.
28431 Bind inhibit-modification-hooks to t.
28432 Don't bind (after|before)-change-functions to nil while they run.
28433
284342007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28435
28436 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
28437 filling pixmap with stippled background.
28438
284392007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28440
28441 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
28442 Don't use invisible frame as parent window for repositioning.
28443
284442007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
28445
28446 * print.c (new_backquote_output): Rename from old_backquote_output.
28447 (print): Inverse its logic (according to its name) so as to match the
28448 behavior of new_backquote_flag in lread.c.
28449
284502007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28451
28452 * gmalloc.c (posix_memalign): New function.
28453
28454 * macterm.c (frame_highlight, frame_unhighlight): Don't call
28455 ActivateControl/DeactivateControl here.
28456 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
28457 frame-notice-user-settings is non-nil.
28458 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
28459 for kEventParamFMFontStyle.
28460 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
28461 mac_pass_command_to_system and mac_pass_control_to_system here.
28462 (XTread_socket): Call ActivateControl/DeactivateControl here.
28463 (XTread_socket) [TARGET_API_MAC_CARBON]:
28464 Check mac_pass_command_to_system and mac_pass_control_to_system here.
28465 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
28466 for window repositioning.
28467
284682007-08-08 Glenn Morris <rgm@gnu.org>
28469
28470 * Replace `iff' in doc-strings and comments.
28471
284722007-08-07 Chong Yidong <cyd@stupidchicken.com>
28473
28474 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
28475
284762007-08-07 Martin Rudalics <rudalics@gmx.at>
28477
28478 * fileio.c (Finsert_file_contents): Run format-decode and
28479 after_insert_file_functions on entire buffer when REPLACE is
28480 non-nil and inhibit modification_hooks and point_motion_hooks.
28481 For consistency, run after_insert_file_functions iff something
28482 got inserted. Move signal_after_change and update_compositions
28483 after code running after_insert_file_functions. Make sure that
28484 undo_list doesn't record intermediate steps of the decoding process.
28485
284862007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28487
28488 * emacs.c (main)
28489 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
28490 Call malloc_enable_thread on interactive startup.
28491
28492 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
28493 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
28494 [USE_PTHREAD]: Conditionalize with it.
28495 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
28496 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
28497 New functions.
28498
284992007-08-06 Chong Yidong <cyd@stupidchicken.com>
28500
28501 * xdisp.c (redisplay_window): When restoring original buffer
28502 position, make sure it is still valid.
28503
28504 * image.c (png_load): Ignore png-supplied background color.
28505
285062007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28507
28508 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
28509 Use kCFAbsoluteTimeIntervalSince1970.
28510
28511 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
28512 New variable.
28513 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
28514 event loop should be quit.
28515 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
28516 Quit dialog event loop if quit_dialog_event_loop is set.
28517
28518 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
28519 (Selection): New typedef. Use instead of ScrapRef.
28520 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
28521 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
28522 (mac_clear_selection): Rename from clear_scrap.
28523 (get_flavor_type_from_symbol): New argument SEL and subsume function of
28524 scrap_has_target_type. All uses changed.
28525 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
28526 (mac_selection_has_target_p): New functions.
28527 (mac_put_selection_value): Rename from put_scrap_string.
28528 (mac_get_selection_value): Rename from get_scrap_string.
28529 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
28530 (put_scrap_private_timestamp, scrap_has_target_type)
28531 (get_scrap_private_timestamp): Remove functions.
28532 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
28533 (x_own_selection, x_get_local_selection):
28534 Use mac_valid_selection_value_p.
28535 (x_own_selection): Don't use put_scrap_private_timestamp.
28536 Record OWNERSHIP-INFO into Vselection_alist instead.
28537 (x_get_local_selection): Don't check type if request is local.
28538 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
28539 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
28540
285412007-08-04 Jan Djärv <jan.h.d@swipnet.se>
28542
28543 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
28544 add comment explaining why.
28545
285462007-08-03 Richard Stallman <rms@gnu.org>
28547
28548 * fileio.c (Fvisited_file_modtime): Use make_time.
28549
285502007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
28551
28552 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
28553 build.
28554
285552007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
28556
28557 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
28558
285592007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
28560
28561 * puresize.h (BASE_PURESIZE): Increase to 1130000.
28562
285632007-07-30 Richard Stallman <rms@gnu.org>
28564
28565 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
28566
285672007-07-29 Jan Djärv <jan.h.d@swipnet.se>
28568
28569 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
28570
285712007-07-28 Nick Roberts <nickrob@snap.net.nz>
28572
28573 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
28574 remote default-directory.
28575
28576 * buffer.c (mode-line-format): Update doc string.
28577
285782007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28579
28580 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
28581 scroll bar gap.
28582 (x_scroll_bar_create): Set bar->fringe_extended_p.
28583 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
28584 on frame edge. Check fringe background extension. Don't clear
28585 extended fringe background area.
28586
28587 * w32term.h (struct scroll_bar): New member fringe_extended_p.
28588 (w32_fill_area): Enclose multiple statements with do ... while (0).
28589
28590 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
28591 Extend fringe background to scroll bar gap.
28592 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
28593 Set bar->fringe_extended_p.
28594 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28595 Put leftmost/rightmost scroll bars on frame edge. Check fringe
28596 background extension. Don't clear extended fringe background area.
28597
28598 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28599 New member fringe_extended_p.
28600
286012007-07-25 Glenn Morris <rgm@gnu.org>
28602
28603 * Relicense all FSF files to GPLv3 or later.
28604
28605 * COPYING: Switch to GPLv3.
28606
286072007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
28608
28609 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
28610
28611 * data.c (Finteractive_form): Check for the presence of an
28612 `interactive-form' symbol property more thoroughly.
28613
28614 * data.c (Finteractive_form): Use an `interactive-form' property if
28615 present, analogous to the function-documentation property.
28616
286172007-07-24 Jason Rumney <jasonr@gnu.org>
28618
28619 * w32fns.c (x_real_positions): Get real position from OS instead of
28620 calculating it.
28621
286222007-07-23 Jason Rumney <jasonr@gnu.org>
28623
28624 * filelock.c (current_lock_owner): Allow for @ sign in username.
28625
286262007-07-22 Nick Roberts <nickrob@snap.net.nz>
28627
28628 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
28629 remote default-directory.
28630
28631 * buffer.c (mode-line-format): Describe above case in doc string.
28632
286332007-07-20 Eli Zaretskii <eliz@gnu.org>
28634
28635 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
28636 Define if not defined.
28637
286382007-07-18 Jason Rumney <jasonr@gnu.org>
28639
28640 * w32proc.c (w32_executable_type): Handle 64 bit executables.
28641
286422007-07-18 Richard Stallman <rms@gnu.org>
28643
28644 * data.c (Fsetq_default): Doc fix.
28645
28646 * eval.c (Fsetq): Doc fix.
28647
286482007-07-18 Juanma Barranquero <lekktu@gmail.com>
28649
28650 * coding.c (Ffind_operation_coding_system):
28651 * eval.c (For, Fand): Doc fixes.
28652 Reported by Johan Bockgård.
28653
286542007-07-18 Jan Djärv <jan.h.d@swipnet.se>
28655
28656 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
28657
28658 * xterm.h: Declare x_ewmh_activate_frame.
28659
28660 * xterm.c (x_ewmh_activate_frame): New function.
28661 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
28662
286632007-07-17 Martin Rudalics <rudalics@gmx.at>
28664
28665 * window.c (Fdisplay_buffer): If largest or LRU window is the
28666 only window, split it even if it is not eligible for splitting.
28667 This restores the original behavior broken by the 2007-07-15
28668 change.
28669
286702007-07-17 Glenn Morris <rgm@gnu.org>
28671
28672 * abbrev.c (abbrev_check_chars): New function.
28673 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
28674 Call abbrev_check_chars to check abbrev characters are word
28675 constituents. Doc fix.
28676
286772007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
28678
28679 * process.c (Fstart_process, Fmake_network_process)
28680 (read_process_output): Fix up last changes.
28681
286822007-07-16 Eli Zaretskii <eliz@gnu.org>
28683
28684 * makefile.w32-in (clean): Don't delete *~.
28685
286862007-07-16 Andreas Schwab <schwab@suse.de>
28687
28688 * window.c (Fdisplay_buffer): Use NILP.
28689 (Fset_window_scroll_bars): Likewise.
28690
286912007-07-15 Martin Rudalics <rudalics@gmx.at>
28692
28693 * window.c (window_min_size_2): New function.
28694 (window_min_size_1, size_window, Fdisplay_buffer)
28695 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
28696 windows without mode- or header-lines when window-min-height is
28697 too small.
28698 (size_window): Reset nodelete_p after testing it, following an
28699 earlier note by Kim F. Storm.
28700 (display_buffer): Do not set split_height_threshold to twice the
28701 value of window_min_height to avoid changing the value of a
28702 customizable variable. Rather explicitly check whether the
28703 height of the window that shall be splitted is at least as large
28704 as split_height_threshold.
28705 (Fwindow_full_width_p): New defun.
28706 (syms_of_window): Defsubr it.
28707
28708 * window.h: Add EXFUN for Fwindow_full_width_p.
28709
287102007-07-14 Jason Rumney <jasonr@gnu.org>
28711
28712 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
28713
287142007-07-14 Richard Stallman <rms@gnu.org>
28715
28716 * eval.c (maybe_call_debugger): New function.
28717 (find_handler_clause): Use maybe_call_debugger.
28718 Call it when the handler says `debug'.
28719 Eliminate DEBUGGER_VALUE_PTR.
28720 (Fsignal): Eliminate debugger_value.
28721 (Qdebug): New variable.
28722 (syms_of_eval): Initialize it.
28723
287242007-07-14 Juanma Barranquero <lekktu@gmail.com>
28725
28726 * eval.c (Fprogn):
28727 * keyboard.c (Ftrack_mouse):
28728 * print.c (Fwith_output_to_temp_buffer):
28729 * window.c (Fsave_window_excursion): Doc fix.
28730
287312007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
28732
28733 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
28734
287352007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
28736
28737 * process.h (struct Lisp_Process): Turn slots infd, outfd,
28738 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
28739 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
28740 read_output_delay, and read_output_skip from Lisp_Objects to ints.
28741 Remove unused encoding_carryover.
28742 * process.c: Adjust all functions accordingly.
28743
287442007-07-12 Richard Stallman <rms@gnu.org>
28745
28746 * term.c: Include unistd.h only if HAVE_UNISTD_H.
28747
287482007-07-11 Jason Rumney <jasonr@gnu.org>
28749
28750 * makefile.w32-in (LIBS): Include OLE32.
28751
28752 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
28753 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
28754
287552007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
28756
28757 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
28758 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
28759 from a Lisp_Object into a bare pointer.
28760 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
28761 Adjust the code correspondingly.
28762
28763 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
28764
28765 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
28766 (term_show_mouse_face): Remove unused var `j'.
28767 (handle_one_term_event): Remove unused vars `i' and `j'.
28768 Don't cast return value of ttyname since it's not necessary.
28769
287702007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
28771
28772 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
28773 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
28774
28775 * fns.c (map_char_table): Use an array of int for `indices' rather than
28776 an array of Lisp_Objects (which are only ever integers anyway).
28777 (Fmap_char_table): Update caller.
28778 * lisp.h: Update prototype.
28779 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
28780 * fontset.c (Ffontset_info):
28781 * casetab.c (set_case_table): Update callers.
28782
28783 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
28784
28785 * keymap.c (struct accessible_keymaps_data)
28786 (struct where_is_internal_data): New structures.
28787 (accessible_keymaps_1, where_is_internal_1): Use them to change
28788 interface to adhere to the one used by map_keymap.
28789 (Faccessible_keymaps, where_is_internal): Use map_keymap.
28790 (accessible_keymaps_char_table, where_is_internal_2): Remove.
28791
28792 * keymap.h (map_keymap_function_t): More informative prototype.
28793
287942007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
28795
28796 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
28797 (looking_at_1): Don't change search_regs and last_thing_searched
28798 if `inhibit-changing-match-data' is non-nil.
28799 (string_match_1, search_buffer, set_search_regs): Likewise.
28800 (syms_of_search): Add Lisp level definition for
28801 `inhibit-changing-match-data' and set it to nil.
28802 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
28803 start and end of the match, instead of using values in search_regs.
28804
288052007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
28806
28807 * minibuf.c (Fcompleting_read): New value `confirm-only'
28808 for `require-match'.
28809
288102007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
28811
28812 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
28813 part of the 2007-06-27 change to syms_of_fileio.
28814
288152007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28816
28817 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
28818 Check WINDOWP before using XWINDOW. Consolidate return statements.
28819
288202007-06-27 Richard Stallman <rms@gnu.org>
28821
28822 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
28823
288242007-06-27 Juanma Barranquero <lekktu@gmail.com>
28825
28826 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
28827
288282007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28829
28830 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
28831 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
28832 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
28833 (_free_internal, memalign): Use them.
28834 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
28835 Initialize to PTHREAD_MUTEX_INITIALIZER.
28836 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
28837 (morecore_nolock): Rename from morecore. All uses changed.
28838 Use only nolock versions of internal allocation functions.
28839 (_malloc_internal_nolock, _realloc_internal_nolock)
28840 (_free_internal_nolock): New functions created from
28841 _malloc_internal, _realloc_internal, and _free_internal.
28842 (_malloc_internal, _realloc_internal, _free_internal): Use them.
28843 Copy hook value to automatic variable before its use.
28844 (memalign): Copy hook value to automatic variable before its use.
28845
288462007-06-26 Kenichi Handa <handa@m17n.org>
28847
28848 * coding.c (Ffind_operation_coding_system): Docstring improved.
28849 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
28850
288512007-06-25 David Kastrup <dak@gnu.org>
28852
28853 * keymap.c (Fcurrent_active_maps): Add `position' argument.
28854 (Fwhere_is_internal): Adjust call to `current-active-maps' to
28855 cater for additional parameter.
28856
28857 * keymap.h: Adjust number of parameters to `current-active-maps'.
28858
28859 * doc.c (Fsubstitute_command_keys): Adjust call of
28860 `current-active-maps'.
28861
288622007-06-25 David Kastrup <dak@gnu.org>
28863
28864 * callint.c (Fcall_interactively): Make the parsing of interactive
28865 specs somewhat more readable.
28866
288672007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28868
28869 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
28870 to scroll bar gap also when bitmap fills fringe. Draw only foreground
28871 if extended background has already been filled.
28872
288732007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28874
28875 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
28876 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
28877
28878 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
28879 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
28880 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
28881 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
28882 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
28883 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
28884 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
28885 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
28886 Run timers during dialog popup.
28887 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
28888
288892007-06-21 Jason Rumney <jasonr@gnu.org>
28890
28891 * image.c (convert_mono_to_color_image): Swap fore and background.
28892
288932007-06-20 Jason Rumney <jasonr@gnu.org>
28894
28895 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
28896 (w32_free_bdf_font): Unmap memory not handle.
28897
288982007-06-20 Sam Steingold <sds@gnu.org>
28899
28900 * gmalloc.c (__morecore): Fix the declaration to comply with the
28901 definition.
28902
289032007-06-20 Juanma Barranquero <lekktu@gmail.com>
28904
28905 * w32term.c (w32_delete_display): Remove leftover declaration.
28906 (w32_define_cursor, w32_initialize): Make static.
28907
28908 * w32.c (_wsa_errlist): Fix typo in error message.
28909 (init_environment): Ignore any environment variable from the
28910 registry having a null value.
28911
289122007-06-20 Glenn Morris <rgm@gnu.org>
28913
28914 * Makefile.in (LIBGIF): Default to -lgif.
28915
289162007-06-17 Jason Rumney <jasonr@gnu.org>
28917
28918 * w32menu.c (add_menu_item): Don't use multibyte string functions on
28919 unicode strings.
28920
289212007-06-16 Juanma Barranquero <lekktu@gmail.com>
28922
28923 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
28924 Fix typo in docstring.
28925
289262007-06-16 Eli Zaretskii <eliz@gnu.org>
28927
28928 * w32menu.c (add_menu_item): Escape `&' characters in menu items
28929 and their keybindings.
28930
289312007-06-15 Chong Yidong <cyd@stupidchicken.com>
28932
28933 * composite.c (update_compositions): Fix last fix.
28934
289352007-06-14 Jason Rumney <jasonr@gnu.org>
28936
28937 * w32.c (get_process_times_fn): New function pointer.
28938 (globals_of_w32): Intialize it if present in kernel32.dll.
28939 (w32_get_internal_run_time): New function.
28940
28941 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
28942
289432007-06-14 Kenichi Handa <handa@etlken.m17n.org>
28944
28945 * composite.c (update_compositions): Check the validness of
28946 compositions.
28947
289482007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28949
28950 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
28951 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
28952
28953 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
28954 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
28955
28956 * macgui.h (USE_MAC_TOOLBAR): New define.
28957
28958 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
28959 Return immediately unless popup is activated.
28960
28961 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
28962 background to scroll bar gap.
28963 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
28964 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
28965 scroll bars on frame edge. Check fringe background extension.
28966 Don't clear extended fringe background area.
28967 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
28968 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
28969 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
28970 [USE_MAC_TOOLBAR]: New macros.
28971 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
28972 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
28973 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
28974 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
28975 [USE_MAC_TOOLBAR]: New functions.
28976 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
28977 manually if previous repositioning has failed.
28978 (mac_handle_keyboard_event): Use precomputed event kind.
28979 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
28980 as tool bar item click. Handle mouse movement over tool bar items.
28981
28982 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
28983 toolbar_win_gravity.
28984 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
28985 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
28986 Add externs.
28987
28988 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
28989 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
28990
289912007-06-14 Chong Yidong <cyd@stupidchicken.com>
28992
28993 * image.c (search_image_cache): Remove unused variable.
28994
289952007-06-13 Chong Yidong <cyd@stupidchicken.com>
28996
28997 * xfns.c, xmenu.c: Link to xaw3d if available.
28998
289992007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29000
29001 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
29002 frame_foreground and frame_background.
29003
29004 * image.c (lookup_image): Save frame foreground and background colors.
29005 (search_image_cache): Check if saved and current frame colors match.
29006
290072007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
29008
29009 * regex.c (regex_compile): Remove the `regnum' counter.
29010 Use bufp->re_nsub instead. Add support for \(?N:RE\).
29011
290122007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
29013
29014 * term.c: Include intervals.h to declare Fget_text_property.
29015
290162007-06-10 Jason Rumney <jasonr@gnu.org>
29017
29018 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
29019
290202007-06-08 Juanma Barranquero <lekktu@gmail.com>
29021
29022 * callint.c (Fcall_interactively):
29023 * editfns.c (Fdelete_and_extract_region):
29024 * fileio.c (Fread_file_name):
29025 * fns.c (Fmapconcat):
29026 * keyboard.c (cmd_error_internal):
29027 * keymap.c (Fkey_description):
29028 * lread.c (openp):
29029 * minibuf.c (read_minibuf):
29030 * search.c (wordify):
29031 * sunfns.c (sel_read):
29032 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
29033 * xfns.c (x_default_scroll_bar_color_parameter):
29034 * xmenu.c (menu_help_callback):
29035 * xselect.c (Fx_get_atom_name):
29036 * xterm.c (x_term_init): Use empty_unibyte_string.
29037
290382007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
29039
29040 * alloc.c (init_strings): Initialize canonical empty strings.
29041 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
29042 canonical empty string when the requested size is 0.
29043
29044 * emacs.c (empty_unibyte_string): Rename from empty_string.
29045 (empty_multibyte_string): New canonical empty string.
29046 (syms_of_emacs): Don't initialize empty_string.
29047
29048 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
29049 string, if appropriate.
29050 (empty_unibyte_string, empty_multibyte_string): New externs.
29051 (empty_string): Remove extern.
29052
29053 * lread.c (syms_of_lread): Use empty_unibyte_string.
29054
290552007-06-07 Jason Rumney <jasonr@gnu.org>
29056
29057 * s/ms-w32.h: Don't define HAVE_TZNAME.
29058
29059 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
29060
290612007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29062
29063 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
29064
29065 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
29066 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
29067
29068 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
29069 Don't call next handler.
29070 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
29071 Remove argument. Install handler to application.
29072 (set_frame_menubar): Don't change deep_p.
29073 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
29074 FRAME_OUTER_TO_INNER_DIFF_Y.
29075 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
29076 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
29077 [HAVE_DIALOGS]: New macros.
29078 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
29079 Use them.
29080 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
29081
29082 * macselect.c [MAC_OSX] (install_service_handler): Rename from
29083 init_service_handler. All callers changed. Return OSStatus value.
29084
29085 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
29086 All callers changed so as not to call SetPortWindowPort.
29087 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
29088 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
29089 mac_draw_string_common.
29090 (mac_draw_image_string_qd): Likewise.
29091 (mac_draw_string_common): Use them. Add INLINE.
29092 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
29093 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
29094 GetGlobalMouse.
29095 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
29096 and FRAME_OUTER_TO_INNER_DIFF_Y.
29097 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
29098 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
29099 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
29100 repositioning window to mac_handle_window_event.
29101 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
29102 saving window location to mac_handle_window_event
29103 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
29104 (install_menu_target_item_handler): Remove argument in extern.
29105 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
29106 Also accept command events.
29107 (do_keystroke): New function created from XTread_socket.
29108 (init_command_handler): Remove functions.
29109 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
29110 and save window location by kEventWindowShowing and kEventWindowHiding
29111 handlers here. Don't call next handler for window state change and
29112 focus events.
29113 (mac_handle_application_event, mac_handle_keyboard_event)
29114 [TARGET_API_MAC_CARBON]: New functions.
29115 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
29116 kEventWindowShowing and kEventWindowHiding events. Move installation
29117 of mouse, font, text input and menu target item handlers to
29118 install_application_handler.
29119 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
29120 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
29121 New function.
29122 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
29123 Register it.
29124 (XTread_socket) [TARGET_API_MAC_CARBON]:
29125 Consolidate SendEventToEventTarget calls.
29126 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
29127 Move application activation handler to mac_handle_application_event.
29128 Move keyboard handler to mac_handle_keyboard_event.
29129 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
29130 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
29131 init_command_handler. Call install_application_handler.
29132
29133 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
29134 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
29135
291362007-06-07 Glenn Morris <rgm@gnu.org>
29137
29138 * emacs.c (main): Use `emacs-copyright' in --version output.
29139
291402007-06-06 Chong Yidong <cyd@stupidchicken.com>
29141
29142 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
29143
291442007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29145
29146 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
29147
29148 * macgui.h: Replace WindowPtr with WindowRef.
29149
29150 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
29151 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
29152 Replace ControlHandle with ControlRef.
29153 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
29154
29155 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
29156 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
29157 Replace ControlHandle with ControlRef.
29158 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
29159 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
29160
29161 * macterm.h (struct scroll_bar): Rename member control_handle_low
29162 and control_handle_high to control_ref_low and control_ref_high.
29163 All uses changed.
29164 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
29165 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
29166 respectively. All uses changed.
29167 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
29168 (install_window_handler, remove_window_handler): Replace WindowPtr
29169 with WindowRef in externs.
29170
291712007-06-05 Juanma Barranquero <lekktu@gmail.com>
29172
29173 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
29174
291752007-06-03 Nick Roberts <nickrob@snap.net.nz>
29176
29177 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
29178
29179 * frame.c (Fmouse_position, Fmouse_pixel_position):
29180 Condition on HAVE_GPM too.
29181
29182 * term.c (term_mouse_highlight): Remove unused variables.
29183 (Fterm_open_connection): Set gpm_zerobased to 1.
29184 (term_mouse_movement, term_mouse_click, handle_one_term_event):
29185 Use zero based co-ordinates.
29186 (handle_one_term_event): Report a drag as mouse movement too.
29187
29188 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
29189
291902007-06-03 Chong Yidong <cyd@stupidchicken.com>
29191
29192 * image.c (search_image_cache): New function. Require background
29193 color match if background color is unspecified in the image spec.
29194 (uncache_image, lookup_image): Use it.
29195
291962007-06-01 Juanma Barranquero <lekktu@gmail.com>
29197
29198 * window.c (Fshrink_window): Reflow docstring.
29199
292002007-06-02 Chong Yidong <cyd@stupidchicken.com>
29201
29202 * Version 22.1 released.
29203
292042007-06-01 Richard Stallman <rms@gnu.org>
29205
29206 * xfns.c (x_encode_text): Add GCPRO.
29207
292082007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29209
29210 * xfns.c (x_set_name_internal): Save encoded name before
29211 x_encode_text in case string data is relocated.
29212
292132007-05-31 Richard Stallman <rms@gnu.org>
29214
29215 * buffer.c (syms_of_buffer): Doc fix.
29216
292172007-05-30 Nick Roberts <nickrob@snap.net.nz>
29218
29219 * sysdep.c (init_sys_modes): Add rather than replace with
29220 O_NONBLOCK.
29221
29222 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
29223 term_mouse_moveto.
29224
29225 * termhooks.h (term_mouse_moveto): New extern.
29226
29227 * term.c (mouse_face_window): Rename...
29228 (Qmouse_face_window): ...to this.
29229 (term_show_mouse_face, term_clear_mouse_face)
29230 (term_mouse_highlight): Use Qmouse_face_window.
29231 (term_mouse_moveto): New function.
29232 (term_mouse_position): Make it work.
29233 (syms_of_term): Uncomment assignment to mouse_position_hook.
29234 Staticpro Qmouse_face_window.
29235
292362007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29237
29238 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
29239 around current_column call.
29240
292412007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
29242
29243 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
29244 * xdisp.c (next_element_from_buffer):
29245 * window.c (delete_window):
29246 * term.c (term_mouse_highlight):
29247 * msdos.c (getdefdir):
29248 * macterm.c (mac_create_bitmap_from_bitmap_data)
29249 (init_font_name_table):
29250 * fns.c (Fsxhash):
29251 * data.c (Fmake_local_variable):
29252 * ccl.c (ccl_driver): Likewise.
29253
292542007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29255
29256 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
29257 Call mac_wakeup_from_rne on window size change.
29258
292592007-05-25 Chong Yidong <cyd@stupidchicken.com>
29260
29261 * image.c (uncache_image): Fix typo.
29262
292632007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
29264
29265 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
29266
292672007-05-22 Richard Stallman <rms@gnu.org>
29268
29269 * xterm.c (x_connection_closed): Remove NO_RETURN.
29270
292712007-05-22 Martin Rudalics <rudalics@gmx.at>
29272
29273 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
29274
292752007-05-21 Chong Yidong <cyd@stupidchicken.com>
29276
29277 * image.c (uncache_image): New function.
29278 (Fimage_refresh): New function.
29279
292802007-05-20 Jan Djärv <jan.h.d@swipnet.se>
29281
29282 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
29283
292842007-05-20 Nick Roberts <nickrob@snap.net.nz>
29285
29286 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
29287 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
29288
292892007-05-20 Nick Roberts <nickrob@snap.net.nz>
29290
29291 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
29292 conditional on [HAVE_GPM_H].
29293
292942007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
29295
29296 * syntax.c (skip_chars): Update syntax-table only after we checked that
29297 the new location is valid.
29298
292992007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29300
29301 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
29302 mac_get_window_bounds.
29303
293042007-05-20 Nick Roberts <nickrob@snap.net.nz>
29305
29306 * Makefile.in (LIBGPM): Allow it to be set from configure.
29307 If set then link Emacs with it.
29308
29309 * config.in: Regenerate.
29310
29311 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
29312 New externs.
29313
29314 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
29315 Include gpm.h.
29316 (handle_one_term_event, term_gpm): New externs.
29317
29318 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
29319 and allow it to be interrupted by SIGIO.
29320
29321 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
29322 (wait_reading_process_output): Wait on gpm_fd too.
29323 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
29324 (add_gpm_wait_descriptor_called_flag): New variable.
29325 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
29326
29327 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
29328 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
29329 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
29330 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
29331 (make_lispy_event): Add case GPM_CLICK_EVENT.
29332 (read_avail_input): Handle mouse input.
29333
29334 * term.c (write_glyphs_with_face): New function.
29335 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
29336 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
29337 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
29338 (mouse_face_face_id, term_gpm, pos_x, pos_y)
29339 (last_mouse_x, last_mouse_y): New variables.
29340 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
29341 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
29342 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
29343 (Fterm_close_connection): New functions.
29344 (term_init): Initialise mouse_face_window.
29345
293462007-05-19 Chong Yidong <cyd@stupidchicken.com>
29347
29348 * xdisp.c (redisplay_window): If first window line is a
29349 continuation line, recompute the new window start instead of
29350 recentering.
29351
293522007-05-18 Glenn Morris <rgm@gnu.org>
29353
29354 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
29355 Suggested by Alfred M. Szmidt <ams@gnu.org>.
29356
293572007-05-17 Glenn Morris <rgm@gnu.org>
29358
29359 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
29360
293612007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29362
29363 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
29364 dead key repeat and up events.
29365
293662007-05-14 Chong Yidong <cyd@stupidchicken.com>
29367
29368 * image.c (pbm_load): Check image size for monochrome pbm.
29369
293702007-05-13 Chong Yidong <cyd@stupidchicken.com>
29371
29372 * xterm.c (XTread_socket): Revert last change.
29373
293742007-05-12 Chong Yidong <cyd@stupidchicken.com>
29375
29376 * image.c (pbm_load): Correctly check image size for greyscale pbm.
29377
29378 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
29379
293802007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
29381
29382 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
29383 mixup (YAILOM).
29384
293852007-05-07 Andreas Schwab <schwab@suse.de>
29386
29387 * keymap.c (Flookup_key): Fix typo in last change.
29388
293892007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
29390
29391 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
29392 mapping for unibyte strings.
29393
293942007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29395
29396 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
29397 (Fx_popup_dialog) [MAC_OSX]: Likewise.
29398
293992007-04-29 Richard Stallman <rms@gnu.org>
29400
29401 * insdel.c (replace_range): For undo, record insertion first.
29402
294032007-04-29 Andreas Schwab <schwab@suse.de>
29404
29405 * lisp.h (VECSIZE): Use OFFSETOF.
29406
294072007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29408
29409 * xdisp.c (try_window_reusing_current_matrix): Fix number of
29410 disabled lines.
29411
294122007-04-28 Richard Stallman <rms@gnu.org>
29413
29414 * lread.c (read_escape): In a string, \s is always space.
29415
294162007-04-27 Jan Djärv <jan.h.d@swipnet.se>
29417
29418 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
29419
29420 * gtkutil.c (xg_update_menubar, create_menus): Create empty
29421 submenu for menu bar items.
29422
29423See ChangeLog.10 for earlier changes.
29424
29425;; Local Variables:
29426;; coding: utf-8
aac0c6e3
MR
29427;; End:
29428
f3d87560
GM
29429 Copyright (C) 2007, 2008, 2009, 2010
29430 Free Software Foundation, Inc.
aac0c6e3
MR
29431
29432 This file is part of GNU Emacs.
29433
29434 GNU Emacs is free software: you can redistribute it and/or modify
29435 it under the terms of the GNU General Public License as published by
29436 the Free Software Foundation, either version 3 of the License, or
29437 (at your option) any later version.
29438
29439 GNU Emacs is distributed in the hope that it will be useful,
29440 but WITHOUT ANY WARRANTY; without even the implied warranty of
29441 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29442 GNU General Public License for more details.
29443
29444 You should have received a copy of the GNU General Public License
29445 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
29446