* net/tramp.el (tramp-default-method-alist)
[bpt/emacs.git] / src / ChangeLog
CommitLineData
f1aab3ff
ŠN
12010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change)
2
3 * window.c (syms_of_window): Add missing defsubr for
4 window-use-time.
5
365525b3
AS
62010-12-28 Andreas Schwab <schwab@linux-m68k.org>
7
8 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
9 * xterm.c (x_alloc_lighter_color_for_widget): Restore.
10
59fc5cf9
AS
112010-12-27 Andreas Schwab <schwab@linux-m68k.org>
12
2f7c71a1
AS
13 * buffer.c: Remove unused declarations.
14 * buffer.h: Likewise.
15 * charset.h: Likewise.
16 * composite.h: Likewise.
17 * dispextern.h: Likewise.
18 * dispnew.c: Likewise.
19 * font.h: Likewise.
20 * fontset.c: Likewise.
21 * fontset.h: Likewise.
22 * intervals.h: Likewise.
23 * keymap.h: Likewise.
24 * lisp.h: Likewise.
25 * syntax.c: Likewise.
26 * syntax.h: Likewise.
27 * termhooks.h: Likewise.
28 * window.h: Likewise.
29 * xsettings.h: Likewise.
30 * xterm.c: Likewise.
31 * xterm.h: Likewise.
32
33 * chartab.c (sub_char_table_ref): Make static.
34 * dispnew.c (line_hash_code, required_matrix_height)
35 (required_matrix_width): Likewise.
36 * eval.c (interactive_p, apply_lambda): Likewise.
37 * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
38 Likewise.
39 * font.c (QCadstyle, QCregistry, font_make_spec)
40 (font_parse_fcname, font_encode_char, font_at): Likewise.
41 * frame.c (x_frame_get_arg): Likewise.
42 * keymap.c (get_keyelt): Likewise.
43 * lread.c (read_filtered_event): Likewise.
44 * print.c (write_string_1): Likewise.
45 * window.c (delete_window, window_height, window_width)
46 (foreach_window): Likewise.
47 * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
48 * xterm.c (x_scroll_bar_clear, xembed_set_info)
49 (xembed_send_message): Likewise.
50
51 * eval.c (run_hook_list_with_args): Delete.
52 * font.c (font_unparse_gtkname, font_update_lface): Likewise.
53 * terminal.c (get_terminal_param): Likewise.
54 * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
55
c4b607ed
AS
56 * scroll.c: Fix comment.
57
59fc5cf9
AS
58 * dispnew.c (add_window_display_history)
59 (add_frame_display_history, glyph_row_slice_p)
60 (find_glyph_row_slice, flush_stdout)
61 (check_matrix_pointer_lossage, matrix_row)
62 (check_matrix_invariants, check_window_matrix_pointers)
63 (check_matrix_pointers, window_to_frame_vpos)
64 (window_to_frame_hpos): Prototize.
65 * textprop.c (erase_properties): Likewise.
66
a65b85b5
SM
672010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
68
17870c01
SM
69 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
70 (print_preprocess): Fix handling of uninterned symbols in last change.
71
a65b85b5
SM
72 * print.c (print, print_preprocess, print_object): Use a hash table
73 rather than a linear table for Vprint_number_table.
74
f13183cf
CY
752010-12-20 Chong Yidong <cyd@stupidchicken.com>
76
77 * frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
78
94975270
CY
792010-12-20 Chong Yidong <cyd@stupidchicken.com>
80
81 * keyboard.c (Vtool_bar_separator_image_expression): New variable.
82 (parse_tool_bar_item): Use it to obtain image separators for
83 displays not using native tool-bar separators.
84
85 * xdisp.c (build_desired_tool_bar_string): Don't handle separators
86 specially, since this is now done in parse_tool_bar_item.
87
ef1b0ba7
SM
882010-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 Minor clean up to silence some gcc warnings.
91 * window.c (Fset_window_buffer):
92 * xterm.c (x_set_frame_alpha): Restructure code to silence
93 compiler warning.
94 (handle_one_xevent): Remove unused var `p'.
95 (do_ewmh_fullscreen): Remove unused var `lval'.
96 (xembed_set_info): Remove unused var `atom'.
97 * textprop.c (Fremove_list_of_text_properties): Add braces to silence
98 compiler warning.
99 * fontset.c (fontset_id_valid_p, dump_fontset):
100 * ftfont.c (ftfont_drive_otf): Modernize k&r declaration.
101 * eval.c (Feval, Ffuncall): Avoid unneeded gotos.
102 * dispnew.c (update_frame, update_frame_1): Compile the `do_pause'
103 label only when it's used.
104 * image.c (x_create_bitmap_from_xpm_data):
105 * dispextern.h (x_create_bitmap_from_xpm_data): Use const char** like
106 its callers.
107 * coding.c (detect_coding_utf_16): Remove unused vars `src_base' and
108 `consumed_chars'.
109 (DECODE_EMACS_MULE_21_COMPOSITION): Remove unused var `charbuf_base'.
110 (decode_coding_emacs_mule): Remove unused label `retry'.
111 (detect_eol): Add parens to silence compiler warning.
112 * alloc.c (bytes_used_when_reconsidered): Move to the #ifdef where
113 it's used to silence the compiler.
114 (make_number): Modernize k&r declaration.
115 (mark_char_table): Add parens to silence compiler warning.
116
4039c786
CY
1172010-12-17 Chong Yidong <cyd@stupidchicken.com>
118
119 * keyboard.c (parse_tool_bar_item): Allow menu separators in
120 tool-bar maps.
121 (menu_separator_name_p): New function, from gtkutil.c.
122 (separator_names): Move from gtkutil.c.
123
124 * keyboard.h (menu_separator_name_p): Add prototype.
125
126 * gtkutil.c (XG_BIN_CHILD): New macro.
127 (xg_get_menu_item_label, xg_update_menubar)
128 (xg_update_menu_item, xg_tool_bar_menu_proxy)
129 (xg_show_toolbar_item, update_frame_tool_bar): Use it.
130 (separator_names, xg_separator_p): Move to keyboard.c.
ef1b0ba7
SM
131 (create_menus, xg_update_submenu, update_frame_tool_bar):
132 Use menu_separator_name_p.
4039c786
CY
133
134 * nsmenu.m (name_is_separator): Function deleted.
135 (addItemWithWidgetValue): Use menu_separator_name_p.
136
137 * w32menu.c (name_is_separator): Function deleted.
138 (add_menu_item): Use menu_separator_name_p.
139
aa936e8e
JD
1402010-12-16 Jan Djärv <jan.h.d@swipnet.se>
141
142 * nsterm.m (ns_draw_window_cursor): If the cursor color is the
143 same as the background, use the face forground as cursor.
144
f49d1f52 1452010-12-13 Eli Zaretskii <eliz@gnu.org>
15579471
EZ
146
147 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
148
f49d1f52 1492010-12-13 Eli Zaretskii <eliz@gnu.org>
76feb864 150
f0559026
EZ
151 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
152 (face_before_or_after_it_pos, next_element_from_string)
153 (next_element_from_c_string, produce_stretch_glyph): Remove unused
154 calculations of maximum string length before calling
155 string_char_and_length and STRING_CHAR_AND_LENGTH.
156 (string_char_and_length): Update commentary: MAXLEN is no longer
157 needed.
158
f49d1f52 1592010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0b9fc69a
JD
160
161 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
162 as (Qsave_session arg).
163
164 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
165 (smc_die_CB): Make an event with arg Qt.
166 (Fhandle_save_session): If event has Qt as argument,
167 call Fkill_emacs (Bug#7552).
168
f49d1f52
SM
1692010-12-13 Chong Yidong <cyd@stupidchicken.com>
170
171 * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
172
1732010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2b815743
JD
174
175 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
176
f49d1f52 1772010-12-13 Chong Yidong <cyd@stupidchicken.com>
d8b2a962
CY
178
179 * dispextern.h (struct it): New member overlay_strings_charpos.
180
181 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
182 charpos where we computed n_overlay_strings.
183 (next_overlay_string): Load overlay strings at recorded position,
184 which may not be the same as the iterator's charpos (Bug#7016).
185
f49d1f52 1862010-12-13 Chong Yidong <cyd@stupidchicken.com>
77f1ed6c
CY
187
188 * xdisp.c (try_scrolling): Avoid infloop if the first line is
189 obscured due to a vscroll (Bug#7537).
190
f49d1f52 1912010-12-13 Jan Djärv <jhd@zeplinf.localdomain>
2a91a0b5
JD
192
193 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
194
195 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
196 Use FRAME_TOOLBAR_HEIGHT.
197 (x_set_offset): Handle XNegative and YNegative in
198 f->size_hint_flags (Bug#7510).
199
39321b94
EZ
2002010-12-11 Eli Zaretskii <eliz@gnu.org>
201
202 * w32fns.c (Fx_show_tip): Call try_window with last argument
203 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
204 solved. Round up the tip height to an integral multiple of the
205 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
206 (Bug#7398)
207
ec1b9b17
GM
2082010-12-08 Glenn Morris <rgm@gnu.org>
209
210 * fileio.c (Fverify_visited_file_modtime): Default to current buffer.
211
3c2317e8
LMI
2122010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * xml.c (parse_region): Ignore blank HTML nodes.
215 (make_dom): Return CDATA sections (like <style>foo</style>) as
216 text nodes.
217
bba3e508
SM
2182010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * lread.c (read1): Allow newstyle unquote outside of backquote.
221 Disallow old-style backquotes inside new-style backquotes.
222 Don't count unquotes to figure out when we're "syntactically inside
223 but semantically outside of a backquote" any more.
224 Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
225 to all contexts.
226
d23d8608
CY
2272010-12-05 Chong Yidong <cyd@stupidchicken.com>
228
229 * process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
230
d6a003a8
AS
2312010-12-04 Andreas Schwab <schwab@linux-m68k.org>
232
233 * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
234 (S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
235 * m/arm.h, m/sh3.h, m/xtensa.h: Remove files.
236
201ef780
AS
2372010-12-03 Andreas Schwab <schwab@linux-m68k.org>
238
239 * lisp.h (union Lisp_Object): Explicitly declare signedness of
240 bit-field.
241 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
242 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
243 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
244 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
245 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
246 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
247 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
248 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
249 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
250 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
251 * m/hp800.h: Remove file.
252 * m/mips.h: Remove file.
253
146490c3
JD
2542010-12-03 Jan Djärv <jan.h.d@swipnet.se>
255
256 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
257 with cursor color and draw a rectangle around the image (Bug#7412).
258
babc8f0d
AS
2592010-12-03 Andreas Schwab <schwab@linux-m68k.org>
260
261 * frame.c (x_set_font): Remove unused variable.
262
9583e9a0
JD
2632010-12-02 Jan Djärv <jan.h.d@swipnet.se>
264
dd723bbd
JD
265 * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
266
9583e9a0
JD
267 * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
268 drawing text under filled box cursor (Bug#7479).
269
07976ae3 2702010-11-27 Kenichi Handa <handa@m17n.org>
b84ae584
KH
271
272 * charset.c (emacs_mule_charset): Make it an array of charset ID;
273 i.e. integer.
bba3e508 274 (Fdefine_charset_internal): Adjust for the above change.
b84ae584
KH
275 (init_charset_once): Likewise.
276
bba3e508
SM
277 * charset.h (emacs_mule_charset): Adjust the prototype.
278 Delete duplicated extern.
b84ae584
KH
279
280 * coding.c (emacs_mule_char): Adjust for the change of
281 emacs_mule_charset.
282
283 * lread.c (read_emacs_mule_char): Adjust for the change of
284 emacs_mule_charset.
285
07976ae3 2862010-11-27 Eli Zaretskii <eliz@gnu.org>
b8e5cf1d
EZ
287
288 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
289 of w32api >= 3.15. (Bug#6989) (Bug#7452)
290
07976ae3 2912010-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
96ad0af7
YM
292
293 * alloc.c (mark_terminals): Ensure that the image cache is marked
294 even if the terminal object was marked earlier (Bug#6301).
295
35f1de62
CY
2962010-11-21 Chong Yidong <cyd@stupidchicken.com>
297
298 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
299
07976ae3 3002010-11-27 Jan Djärv <jan.h.d@swipnet.se>
8d7f026f
JD
301
302 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
303 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
304 Use 23 as menubar height if 0. (Bug#7425).
305
8547874a
EZ
3062010-11-26 Eli Zaretskii <eliz@gnu.org>
307
228482b2
EZ
308 * xdisp.c (set_message_1): Force paragraph direction in echo area
309 be left-to-right.
310
8547874a
EZ
311 * keyboard.c (make_lispy_position): Put a meaningful value in yret
312 when the click is on the header or mode line.
313
1e2dddbe
EZ
3142010-11-25 Eli Zaretskii <eliz@gnu.org>
315
316 * xdisp.c (set_cursor_from_row): Don't forget to consider the
317 `cursor' property of the first character in overlay strings.
12365240 318 (Bug#7474) (Bug#7481)
1e2dddbe 319
50795d1f
JD
3202010-11-24 Jan Djärv <jan.h.d@swipnet.se>
321
322 * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
323 (NSLeftAlternateKeyMask): New defines.
c80c6166
JD
324 (keyDown): Parse left and right keys separately (Bug#7458).
325 Compare Left key masks exactly (Bug#7458).
50795d1f 326
f8ab8c1f
EZ
3272010-11-23 Eli Zaretskii <eliz@gnu.org>
328
329 * intervals.c (temp_set_point_both): Define before calling, to
330 avoid GCC warnings.
331
2e8a4797
DN
3322010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
333
b29116ef
DN
334 * nsmenu.m: Use #include <config.h> instead of "config.h".
335
b932f8b1
DN
336 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
337 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
338 Move declarations ...
339 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
340 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
341 ... here.
342
42c8bc9b
DN
343 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
344 (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
345 (gdb_pvec_type):
346 * print.c (print_output_debug_flag):
347 * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
348 (safe_debug_print): New declaration.
349
2e8a4797
DN
350 * xterm.c:
351 * systty.h:
352 * sound.c: Include <sys/ioctl.h> unconditionally.
353
b609f591
YM
3542010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
355
356 * alloc.c (mark_maybe_object): Return early if given a Lisp
357 integer (Bug#6301).
358
731e263a
KB
3592010-11-21 Ken Brown <kbrown@cornell.edu>
360
361 * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
362
b7d1e144
JD
3632010-11-21 Jan Djärv <jan.h.d@swipnet.se>
364
365 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
366 Define (Bug#7458).
367 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
368 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
369 NSRightControlKeyMask also (Bug#7458).
370 (keyDown): Ditto (Bug#7458).
371 (syms_of_nsterm): Defvar ns-right-command-modifier and
372 ns-right-control-modifier (Bug#7458).
373
b7982059
DN
3742010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
375
bee3419f
DN
376 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
377 * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
378
b7982059
DN
379 * intervals.h (temp_set_point, temp_set_point_both):
380 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
381
01664ed1
KB
3822010-11-20 Ken Brown <kbrown@cornell.edu>
383
384 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
385
7c2d713b
EZ
3862010-11-20 Eli Zaretskii <eliz@gnu.org>
387
388 * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
389 \xNNNNNN for hex-code display of glyphless characters.
390
d2bd5189
JD
3912010-11-20 Jan Djärv <jan.h.d@swipnet.se>
392
393 * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
394 Set important to ! vert_only.
395 (xg_show_toolbar_item): Don't show label horizontally if
396 tool item isn't important.
397 (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
398 xg_make_tool_item, or update important on existing tool item.
399
400 * keyboard.c (QCvert_only): New variable.
401 (parse_tool_bar_item): Check for QCvert_only.
402 (syms_of_keyboard): Initialize QCvert_only.
403
404 * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
405
d9a95e67
EZ
4062010-11-20 Eli Zaretskii <eliz@gnu.org>
407
408 * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
409 same in-line.
410
b6557553
AS
4112010-11-20 Andreas Schwab <schwab@linux-m68k.org>
412
413 * xfaces.c (lookup_face): Make static.
414 * dispnew.c (copy_row_except_pointers): Likewise.
415 * syntax.c (dec_bytepos): Likewise.
416 (inc_bytepos): Remove.
417 * dispextern.h (lookup_face): Remove declaration.
418
f48fe1f0
EZ
4192010-11-19 Eli Zaretskii <eliz@gnu.org>
420
421 * xdisp.c (set_cursor_from_row): Display cursor after all the
422 glyphs that come from an overlay. Don't overstep the last glyph
423 when skipping glyphs from an overlay. (Bug#6687)
424
654ef137
DN
4252010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
426
84dfc8a7
DN
427 * alloc.c (refill_memory_reserve): Move declaration ...
428 * lisp.h (refill_memory_reserve): ... here.
429
94fa3833
DN
430 * strftime.c (_strftime_copytm): Add declaration.
431
dde990a0
DN
432 * callproc.c (syms_of_callproc): Use intern_c_string.
433
50c77428
DN
434 Move declarations from .c files to .h files.
435 * process.c (timers_run):
436 * minibuf.c (quit_char):
437 * lread.c (read_emacs_mule_char):
438 * keyboard.c (minibuf_level, message_enable_multibyte)
439 (pending_malloc_warning):
440 * insdel.c (Vselect_active_regions, Vsaved_region_selection)
441 (Qonly): Remove declarations.
442 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
443 (Vselect_active_regions):
444 * keyboard.h (timers_run): Add declarations.
445
654ef137
DN
446 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
447 (tm_diff): Convert definitions to standard C.
448 (extra_args_spec_iso): Remove, unused.
449
4a47c275 4502010-11-18 Jan Djärv <jan.h.d@swipnet.se>
37de8fd0
J
451
452 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
453
454 * config.in (HAVE_G_TYPE_INIT): New symbol.
455
4a47c275 4562010-11-18 Eli Zaretskii <eliz@gnu.org>
c7926fe2
EZ
457
458 * lread.c (Fload): Mention `load-in-progress' and
459 `load-file-name'. (Bug#7346)
460
86520d8c
EZ
461 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
462 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
463 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
464 subprocesses. Use buffer_free only ifdef subprocesses.
465
466 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
467 the subprocesses version, not in the non-subprocesses one.
468
794a4b6d
EZ
469 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
470
146d267b
EZ
4712010-11-17 Eli Zaretskii <eliz@gnu.org>
472
473 * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
474 lines on text-mode terminals. (bug#7417)
475
fad0d565
SM
4762010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
479 (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
480
6b4bb703
KH
4812010-11-17 Kenichi Handa <handa@m17n.org>
482
483 * coding.c (Fset_terminal_coding_system_internal): Fix previous
484 change (set charset-ID list instead of charset-symbol list).
485
9173a8fb
CY
4862010-11-16 Chong Yidong <cyd@stupidchicken.com>
487
488 * keyboard.c (make_lispy_position): For text area clicks, record Y
489 pixel position relative to the text area, excluding header line.
490 Also change X and Y to Lisp_Objects, not pointers; don't return
491 coordinate values via pointers. Pass ON_TEXT_AREA coordinate to
492 buffer_posn_from_coords counting from the start of the text area.
493 (Fposn_at_x_y, make_lispy_event): Callers changed.
494
495 * window.c (coordinates_in_window): Change X and Y to ints rather
496 than pointers; don't return coordinates via pointers.
497 (struct check_window_data): Change X and Y from pointers to ints.
498 (window_from_coordinates): Remove args WX and WY; don't return
499 coordinates via pointers.
500 (Fcoordinates_in_window_p, window_from_coordinates):
501 (check_window_containing, Fwindow_at): Callers changed.
502 (window_relative_x_coord): New function.
503
504 * window.h (window_from_coordinates, window_relative_x_coord):
505 Update prototypes.
506
507 * dispnew.c (buffer_posn_from_coords): Assume that X counts from
508 the start of the text area.
509
510 * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
511 call. Use window_relative_x_coord.
512 (note_mouse_highlight): Change window_from_coordinates call.
513
514 * w32term.c (w32_read_socket):
515 * msdos.c (dos_rawgetc):
516 * xterm.c (handle_one_xevent): Likewise.
517
d2762c86
DN
5182010-11-16 Dan Nicolaescu <dann@ics.uci.edu>
519
520 * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
521 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
522 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
523 Convert definitions to standard C.
524 * regex.c: Do not include <stdlib.h>, config.h does it.
525 Include unistd.h.
526 (xrealloc, init_syntax_once, re_match, regcomp, regexec)
527 (regerror, regfree): Convert definitions to standard C.
528 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
529 (__mktime_internal): Convert definitions to standard C.
530
c2f0866a
DN
5312010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
532
42a7e7f1
DN
533 * w32proc.c:
534 * w32inevt.c:
535 * w32heap.c:
536 * w32.c: Remove config.h include guards.
537
67802943
DN
538 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
539 No code changes.
540
f0e1af46
DN
541 * process.c: Include <sys/ioctl.h> unconditionally,
542 keyboard.c already does it.
543
c2f0866a
DN
544 * keyboard.c (pending_malloc_warning): Add const to match
545 definition in alloc.c.
546 (Fset_input_interrupt_mode): Simplify #ifdefs.
547
92d3ab7e
DN
5482010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
549
12e610e8
DN
550 Clean up systty.h macros.
551 * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
552 (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
553 definition in all uses.
554 (EMACS_TTY_TABS_OK): Remove, it has a single user.
555 * sysdep.c (discard_tty_input, child_setup_tty)
556 (init_sys_modes, tabs_safe_p, reset_sys_modes):
557 * emacs.c (shut_down_emacs):
558 * callproc.c (child_setup):
559 * term.c (dissociate_if_controlling_tty): Inline removed macros.
560
92d3ab7e
DN
561 * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
562
a3e6bad4
CY
5632010-11-14 Chong Yidong <cyd@stupidchicken.com>
564
565 * w32fns.c (Fx_create_frame):
566 * nsfns.m (Fx_create_frame): Don't check for the cursorColor
567 resource here; it's now done at startup.
568
5a232ffb
J
5692010-11-14 Jan Djärv <jan.h.d@swipnet.se>
570
571 * xterm.c (set_wm_state): Add Qnil to final cons.
572
573 * xselect.c (x_send_client_event): Remove unused variables cons and
574 size.
575
24021b38
YM
5762010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
577
578 * keyboard.c (modify_event_symbol) : Add const to array elements of
579 arg NAME_TABLE.
580 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
581 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
582 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
583 Add const to array elements.
584 (scroll_bar_parts): Make static. Fix position of const.
585
586 * w32fns.c (lispy_function_keys): Add const to extern.
587
588 * w32inevt.c (lispy_function_keys): Likewise.
589
afa42fe3
CY
5902010-11-14 Chong Yidong <cyd@stupidchicken.com>
591
592 * xfns.c (Fx_create_frame): Don't check for the cursorColor
593 resource here; it's now done at startup.
594
53260a94
DN
5952010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
596
c865c575 597 * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
ff2e8052 598
c865c575 599 Fix compilation on Solaris.
ff2e8052
DN
600 * sysdep.c: Do not #include <term.h>.
601 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
602
53260a94
DN
603 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
604
933e29ff
J
6052010-11-13 Jan Djärv <jan.h.d@swipnet.se>
606
607 * xterm.c (set_wm_state): Don't put Atom in cons, call
608 make_fixnum_or_float on them first.
609 (x_term_init): Initialize Xatom_net_supporting_wm_check and
610 Xatom_net_supported correctly.
611
612 * xselect.c (x_send_client_event): Move CHECK_STRING ...
613 (Fx_send_client_event): to here.
614
a048073e
MR
6152010-11-13 Martin Rudalics <rudalics@gmx.at>
616
617 * window.c (Fwindow_use_time): New function.
618
0eb025fb
EZ
6192010-11-13 Eli Zaretskii <eliz@gnu.org>
620
621 * xdisp.c (set_cursor_from_row): Fix cursor positioning on
622 zero-width characters.
623
624 * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
625
626 * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
627 box before drawing the glyphs inside it.
628
629 * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
630
bba3e508
SM
631 * dispextern.h (enum glyphless_display_method):
632 Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.
633 All users changed.
0eb025fb 634
bba3e508
SM
635 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
636 Fix comments.
0eb025fb
EZ
637 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
638 whitespace in "[]", to simulate a box. Don't use uninitialized
639 variable `width'.
640
c869cc37
JD
6412010-11-11 Julien Danjou <julien@danjou.info>
642
2d9074ba
JD
643 * xsettings.c (init_xsettings): Use already fetch atoms.
644
645 * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
646 from dpyinfo.
647
648 * xselect.c (Fx_send_client_event): Split and create
649 x_send_client_event.
650
651 * lisp.h: Do not EXFUN Fx_send_client_event.
652
653 * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
654 from dpyinfo.
655 (wm_supports): Use atoms from dpyinfo.
656 (do_ewmh_fullscreen): Use atoms from dpyinfo.
657 (x_ewmh_activate_frame): Use atoms from dpyinfo.
658 (xembed_set_info): Use atoms from dpyinfo.
659 (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
660 _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
661 _NET_ACTIVE_WINDOW, XSETTINGS atoms.
662 Get all atoms in one round-trip.
663 (set_wm_state): Use x_send_client_event rather than
664 Fx_send_client_event, using Atom directly.
665 (x_ewmh_activate_frame): Ditto.
666 (x_set_sticky): Pass atoms to set_wm_state.
667 (do_ewmh_fullscreen): Ditto.
668
669
670 * xterm.h (x_display_info): Add Xatom_net_supported,
671 Xatom_net_supporting_wm_check, Xatom_net_active_window,
672 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
673
c869cc37
JD
674 * xfns.c (Fx_show_tip): Fix typo in docstring.
675
1a4236ea
SM
6762010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
679 it's not negative.
680
3106121c
YM
6812010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
682
683 * font.c (font_filter_properties): Add const to array elements of
684 properties args.
685
686 * font.h (font_filter_properties): Likewise.
687
688 * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
689 elements.
690
691 * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
692
da1fec2b
MA
6932010-11-10 Michael Albinus <michael.albinus@gmx.de>
694
695 * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
696 (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
697 (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
698 (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
699 (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
700
bd6bc222
GM
7012010-11-10 Glenn Morris <rgm@gnu.org>
702
703 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
704
c0098065
EZ
7052010-11-09 Eli Zaretskii <eliz@gnu.org>
706
bd6bc222 707 * xfns.c (x_real_positions): Fix declaration-after-statement problem.
c0098065 708
d607b96b 7092010-11-09 Chong Yidong <cyd@stupidchicken.com>
be3faa80
CY
710
711 * image.c (free_image): Don't garbage the frame here, since this
712 function can be called while redisplaying (Bug#7210).
713 (uncache_image): Garbage the frame here (Bug#6426).
714
d607b96b 7152010-11-09 Jan Djärv <jan.h.d@swipnet.se>
184765cc 716
d607b96b
SM
717 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
718 parent is the root window. Check this after traversing window tree.
184765cc 719
d607b96b 720 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
bd80a886 721
d607b96b 722 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
bd80a886 723
d607b96b
SM
724 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
725 before traversing window tree (Bug#5721).
c2e124a9 726
27f92be7
J
7272010-11-07 Jan Djärv <jan.h.d@swipnet.se>
728
66b16767
J
729 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
730
25f38310
SM
731 * xdisp.c (note_mode_line_or_margin_highlight):
732 Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
27f92be7 733
a971c0a7
EZ
7342010-11-06 Eli Zaretskii <eliz@gnu.org>
735
736 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
737 adjust width of tool-tip frame to the width of text, excluding the
738 stretch glyph at the beginning of R2L glyph rows.
739
740 * w32fns.c (Fx_show_tip): Likewise.
741
80417b95
JD
7422010-11-06 Jan Djärv <jan.h.d@swipnet.se>
743
744 * nsfont.m: Include termchar for new mouse-highlight.
6dc61cf1 745 (nsfont_draw): Use MOUSE_HL_INFO.
80417b95 746
28118eb6
EZ
7472010-11-05 Eli Zaretskii <eliz@gnu.org>
748
c1fc2d3a 749 Unify mouse-highlight code for all GUI and TTY sessions.
cf482c50
EZ
750
751 * term.c: Remove static mouse_face_* variables. All users
752 changed.
753 (term_show_mouse_face, term_clear_mouse_face)
754 (fast_find_position, term_mouse_highlight): Functions deleted.
755 (tty_draw_row_with_mouse_face): New function.
756 (term_mouse_movement): Call note_mouse_highlight instead of
757 term_mouse_highlight.
758
bbf534ce
EZ
759 * nsterm.m (ns_update_window_begin, ns_update_window_end)
760 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
761 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
762 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
763 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
764 Replace Display_Info with Mouse_HLInfo everywhere where
765 mouse_face_* members were accessed for mouse highlight purposes.
766
767 * xterm.c (x_update_window_begin, x_update_window_end)
768 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
bba3e508
SM
769 (handle_one_xevent, x_free_frame_resources, x_term_init):
770 Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_*
bbf534ce
EZ
771 members were accessed for mouse highlight purposes.
772
773 * w32term.c (x_update_window_begin, x_update_window_end)
774 (x_update_end, w32_read_socket, x_free_frame_resources)
775 (w32_initialize_display_info): Replace Display_Info with
776 Mouse_HLInfo everywhere where mouse_face_* members were accessed
777 for mouse highlight purposes.
778
779 * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
780 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
781 unless the frame is on a window-system.
c1fc2d3a 782 (get_tool_bar_item, handle_tool_bar_click)
7ea692f6
EZ
783 (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
784 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
785 (note_mode_line_or_margin_highlight, note_mouse_highlight)
786 (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
787 Replace Display_Info with Mouse_HLInfo everywhere where
788 mouse_face_* members were accessed for mouse highlight purposes.
c1fc2d3a 789 (coords_in_mouse_face_p): Move prototype out of the
d009ae66
EZ
790 HAVE_WINDOW_SYSTEM conditional.
791 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
792 HAVE_WINDOW_SYSTEM block.
bba3e508
SM
793 (try_window_id) [HAVE_GPM || MSDOS]:
794 Call x_clear_window_mouse_face.
d009ae66 795 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
c1fc2d3a
EZ
796 systems. Call tty_draw_row_with_mouse_face for TTY systems.
797 (show_mouse_face): Call draw_row_with_mouse_face, instead of
798 calling draw_glyphs directly.
d009ae66
EZ
799 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
800 (cursor_in_mouse_face_p, rows_from_pos_range)
801 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
802 (note_mode_line_or_margin_highlight, note_mouse_highlight)
803 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
804 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
805 fragments.
806 (note_mouse_highlight): Call popup_activated for MSDOS as well.
807 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
808 integer.
809 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
bba3e508
SM
810 (x_consider_frame_title, tool_bar_lines_needed):
811 Move prototypes to HAVE_WINDOW_SYSTEM-only part.
c1fc2d3a
EZ
812 (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
813 part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
814 (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
815 part.
d009ae66
EZ
816
817 * dispnew.c (mirror_make_current): Set Y coordinate of the
818 mode-line and header-line rows.
c1fc2d3a
EZ
819 (init_display): Setup initial frame's output_data for text
820 terminal frames.
d009ae66 821
c1fc2d3a
EZ
822 * xmenu.c (popup_activated): Don't define on MSDOS, which now has
823 its own definition on msdos.c.
d009ae66
EZ
824
825 * msdos.c (show_mouse_face, clear_mouse_face)
826 (fast_find_position, IT_note_mode_line_highlight)
827 (IT_note_mouse_highlight): Functions deleted.
828 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
829 instead of IT_note_mouse_highlight.
830 (draw_row_with_mouse_face, popup_activated): New functions.
c1fc2d3a
EZ
831 (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
832 (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
833 (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
834 where mouse_face_* members were accessed for mouse highlight
835 purposes.
836
837 * msdos.h (initialize_msdos_display): Add prototype.
838
839 * frame.h (MOUSE_HL_INFO): New macro.
840
841 * lisp.h (Mouse_HLInfo): New data type.
842
843 * xterm.h (struct x_display_info):
844 * w32term.h (struct w32_display_info):
845 * nsterm.h (struct ns_display_info):
846 * termchar.h (struct tty_display_info): Use it instead of
847 mouse_face_* members.
848
849 * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
850 1st argument.
851 (frame_to_window_pixel_xy, note_mouse_highlight)
852 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
853 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
854 HAVE_WINDOW_SYSTEM conditional.
855 (draw_row_with_mouse_face): Declare prototype.
856 (tty_draw_row_with_mouse_face): Declare prototype.
857
6e8d7c47
EZ
8582010-11-05 Eli Zaretskii <eliz@gnu.org>
859
bba3e508
SM
860 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
861 Remove unused variables.
6e8d7c47 862
f31ba3f0
AR
8632010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
864
865 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
866 logic pointed out by Eli Zaretskii.
867
448e17d6
LMI
8682010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
869
0c3a9a9f
GM
870 * coding.c (coding-category-list): Refer to set-coding-system-priority
871 instead of the obsolete set-coding-priority in the doc string.
448e17d6 872
f31ba3f0 873
3fdebbf9 8742010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
f31ba3f0
AR
875
876 * nsfont.m (nsfont_draw): Correct previous patch to return
877 correct value.
878 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
879 don't change the method signature, change the return.
880
8812010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
3fdebbf9
AR
882
883 * nsfont.m (nsfont_draw)
884 * nsimage.m (EmacsImage-setXBMColor:)
f31ba3f0 885 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
3fdebbf9 886
17c0c952
JD
8872010-11-03 Julien Danjou <julien@danjou.info>
888
889 * image.c (gif_load): Add support for transparency and specified
890 :background.
891
b18fad6d
KH
8922010-11-01 Kenichi Handa <handa@m17n.org>
893
894 * dispextern.h (lookup_glyphless_char_display): Extern it.
895
896 * termhooks.h (struct terminal): New member charset_list.
897
898 * coding.c (Fset_terminal_coding_system_internal): Set the
899 `charset_list' member of struct terminal.
900
a8039db1 901 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
b18fad6d
KH
902 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
903
904 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
905 (lookup_glyphless_char_display): Set it->what at the end.
906 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
907 (last_glyphless_glyph_merged_face_id): Make them non-static.
908
a8039db1
JB
909 * w32term.c (x_draw_glyphless_glyph_string_foreground):
910 Fix the arg with_background for font->driver->draw.
65b6b59a 911
a8039db1 9122010-11-01 Kenichi Handa <handa@m17n.org>
0269bd90 913
a8039db1
JB
914 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
915 Surround chp by parentheses.
0269bd90 916
a8039db1 9172010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
918
919 Implement various display methods for glyphless characters.
920
921 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
922 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
923 (Qzero_width): New variables.
924 (THIN_SPACE_WIDTH): New macro.
925 (lookup_glyphless_char_display): New funciton.
926 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
927 (last_glyphless_glyph_merged_face_id): New variables.
928 (get_next_display_element): Check glyphless characters.
929 (redisplay_internal): Initialize last_glyphless_glyph_frame and
930 last_glyphless_glyph_face_id.
931 (fill_glyphless_glyph_string): New function.
932 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
933 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
934 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
935 (x_produce_glyphs): If a suitable font is not found, produce a
936 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
937 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
938 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
939 Qzero_width.
940 (Vglyphless_char_display): Declare it as a Lisp variable.
941
942 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
a8039db1
JB
943 (struct glyph): Change the size of the member "type" to 3.
944 Add glyphless to the union slice and u.
b2cca856
KH
945 (enum display_element_type): Add IT_GLYPHLESS.
946 (enum glyphless_display_method): New enum.
947 (struct it): New member glyphless_method.
948 (Vglyphless_char_display): Extern it.
949
950 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
951 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
952
a8039db1 953 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
b2cca856
KH
954 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
955
956 * nsterm.m (ns_draw_glyph_string): Handle the case
957 GLYPHLESS_GLYPH (the detail is not yet implemented).
958
c8c59954
GM
9592010-10-31 Glenn Morris <rgm@gnu.org>
960
80696982
GM
961 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
962
c8c59954
GM
963 * frame.c (syms_of_frame) <tool-bar-mode>:
964 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
965
46eadc7a
CY
9662010-10-31 Chong Yidong <cyd@stupidchicken.com>
967
968 * xterm.c (x_connection_closed): Print informative error message
969 when aborting on GTK. This requires using shut_down_emacs
970 directly instead of Fkill_emacs.
971
ffe75e6b
EZ
9722010-10-29 Eli Zaretskii <eliz@gnu.org>
973
974 * emacs.c (main): Call syms_of_filelock unconditionally.
975
976 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
977 clause, but keep part of it conditioned on CLASH_DETECTION.
978
9d794026
GM
9792010-10-29 Glenn Morris <rgm@gnu.org>
980
4f4f2973
GM
981 * nsfns.m (Fx-display-save-under, Fx-open-connection)
982 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
983 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
984 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
985 Sync docs between X, W32, NS.
986
9d794026
GM
987 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
988 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
989
d46f6bbb
JB
9902010-10-26 Juanma Barranquero <lekktu@gmail.com>
991
992 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
993 otherwise, bootstrapping on Windows fails to compile macroexp.el.
994
2e35f1a2
EZ
9952010-10-26 Eli Zaretskii <eliz@gnu.org>
996
997 * cmds.c (internal_self_insert): Don't insert if argument N is
84b28888 998 zero or negative. (Bug#7281)
2e35f1a2 999
8daaeda6
J
10002010-10-26 Jan Djärv <jan.h.d@swipnet.se>
1001
1002 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
1003
6a5c2175
GM
10042010-10-25 Glenn Morris <rgm@gnu.org>
1005
1006 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
1007
7c051dd8
GM
10082010-10-24 Glenn Morris <rgm@gnu.org>
1009
1010 * w32fns.c (Fx_synchronize, Fx_change_window_property)
1011 (Fx_window_property, Fx_file_dialog):
1012 * xfns.c (Fx_synchronize, Fx_change_window_property)
1013 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
1014
23c261f5
CY
10152010-10-24 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
1018
d414c713 10192010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1020
1021 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
1022
1023 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
1024 Deprecate use as a boolean flag.
1025
947f5e01
JM
10262010-10-24 Jim Meyering <jim@meyering.net>
1027
1028 * emacs.c (argmatch): Don't treat "--" as "--chdir".
1029
65807d73
GM
10302010-10-24 Glenn Morris <rgm@gnu.org>
1031
f5f25615
GM
1032 * w16select.c (syms_of_win16select) <selection-coding-system>:
1033 <next-selection-coding-system>:
1034 * w32select.c (syms_of_w32select) <selection-coding-system>:
1035 <next-selection-coding-system>:
3646b86d
GM
1036 Sync docs with select.el.
1037
46710489
GM
1038 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
1039 Lisp version.
1040
ea883883
GM
1041 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
1042 Sync doc with the xterm.c version.
1043
65807d73
GM
1044 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
1045 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
1046
f3d87560
GM
10472010-10-23 Glenn Morris <rgm@gnu.org>
1048
66c6abf0 1049 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
e1fd756b 1050 * frame.c (syms_of_frame) <menu-bar-mode>:
6e82cf1a 1051 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
a102db1e 1052 <hourglass-delay>: Sync docs with Lisp.
f3d87560 1053
7b7e2c18
EZ
10542010-10-23 Eli Zaretskii <eliz@gnu.org>
1055
d1d6801e 1056 Implement mouse highlight for bidi-reordered lines.
d0010be5
EZ
1057
1058 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
1059 (mouse_face_from_string_pos): New function, replaces
1060 fast_find_string_pos.
1061 (note_mouse_highlight): Call it instead of fast_find_string_pos.
d1d6801e
EZ
1062 (note_mode_line_or_margin_highlight): Support bidi-reordered
1063 strings and R2L glyph rows. Fix comments.
2f3f89b3
EZ
1064 (note_mouse_highlight): When bidi reordering is turned on in a
1065 buffer, call next-single-property-change and
ef1b0ba7
SM
1066 previous-single-property-change with last argument nil.
1067 Clear mouse highlight when mouse pointer is in a R2L row on the stretch
d1d6801e 1068 glyph that stands for no text beyond the line end.
1f382a02
EZ
1069 (row_containing_pos): Don't return too early when CHARPOS is in a
1070 bidi-reordered continued line. Return immediately when the first
1071 hit is found in a line that is not continued, or when an exact
1072 match for CHARPOS is found.
d1d6801e
EZ
1073 (rows_from_pos_range): New function.
1074 (mouse_face_from_buffer_pos): Use it instead of calling
1075 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
1076 function to support mouse highlight in bidi-reordered lines and
1077 not to assume that START_CHARPOS is always in mouse_face_beg_row.
1078 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
1079 that the former is always above the latter or identical to it.
1554d88e 1080 (show_mouse_face): Support drawing highlighted R2L lines.
1b5a721b
EZ
1081 (coords_in_mouse_face_p): New function, bidi-aware.
1082 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
1083 Call it instead of comparing with mouse-face members of dpyinfo.
1084 (note_mode_line_or_margin_highlight): Fix confusingly swapped
1085 usage of hpos and vpos.
544bbc31 1086
dee186b6
J
10872010-10-22 Jan Djärv <jan.h.d@swipnet.se>
1088
1089 * xrdb.c: Include keyboard.h for MOTIF.
1090
1091 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
1092 MOTIF (Bug#7263).
1093
1094 * xfns.c: Include Xm/TextF and Xm/List.
bba3e508
SM
1095 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog):
1096 Make ANSI prototypes.
dee186b6 1097
5fb59edb
GM
10982010-10-22 Glenn Morris <rgm@gnu.org>
1099
1100 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
1101 Remove ccl and duplicate mouse.
1102
8b78d5e3
CY
11032010-10-21 Chong Yidong <cyd@stupidchicken.com>
1104
1105 * insdel.c (prepare_to_modify_buffer): Don't set
1106 saved-region-selection if modification hooks are disabled.
1107
b8a47412
CY
11082010-10-19 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * cmds.c (Fdelete_char): Doc fix.
1111
ca3fa302 11122010-10-19 Ken Brown <kbrown@cornell.edu>
5419963b
KB
1113
1114 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
1115
ca3fa302 11162010-10-19 Kenichi Handa <handa@m17n.org>
31daa5e1
KH
1117
1118 Fix incorrect font metrics when the same font is opened with
1119 different pixelsizes.
1120
1121 * xftfont.c: Include composite.h.
1122 (xftfont_shape): New function.
1123 (syms_of_xftfont): Set xftfont_driver.shape.
1124
c978536f
JD
11252010-10-18 Julien Danjou <julien@danjou.info>
1126
1127 * frame.c (Fframe_pointer_visible_p):
1128 Add `frame-pointer-visible-p' to get the pointer visibility.
1129
4b2d9ec2
LMI
11302010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1131
1132 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
1133 non-"EAGAIN"-like error to signal to Emacs that the socket should
1134 be closed.
1135
9cf66cf2
EZ
11362010-10-15 Eli Zaretskii <eliz@gnu.org>
1137
c3911ead
EZ
1138 * unexcoff.c (make_hdr): Fix prototype according to changes in
1139 2010-10-03T13:59:56Z!dann@ics.uci.edu.
1140
9cf66cf2
EZ
1141 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
1142
be98da05
TH
11432010-10-15 Tassilo Horn <tassilo@member.fsf.org>
1144
1145 * Makefile.in (really-oldXMenu): Fix typo in variable name that
1146 made building the X menu fail.
cc98b256 1147 (really-oldXMenu): Fix my previous fix.
be98da05 1148
220d91b8 11492010-10-14 Damyan Pepper <damyanp@gmail.com>
9fa82824
DP
1150
1151 Fix handling of font properties on Windows (bug#6303).
1152 * font.c (font_filter_properties): New function, refactored from
1153 ftfont_filter_properties.
1154 * font.h (font_filter_properties): Declare.
1155 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
1156 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
1157 (w32font_filter_properties): New function.
1158 (w32font_driver): Add w32font_filter_properties.
1159
220d91b8 11602010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 1161
c0943d3d 1162 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
1163 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
1164
24f981c9
JB
11652010-10-14 Juanma Barranquero <lekktu@gmail.com>
1166
1167 * w32fns.c (w32_wnd_proc, file_dialog_callback):
1168 * w32font.c (w32_generic_family):
1169 * w32inevt.c (key_event):
1170 * w32menu.c (fill_in_menu):
1171 * w32proc.c (reader_thread, w32_executable_type, compare_env)
1172 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
1173 * w32term.c (w32_read_socket): Make static.
1174
850690cc
JB
11752010-10-13 Juanma Barranquero <lekktu@gmail.com>
1176
1177 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
1178 prototypes; all callers changed.
1179
5e371708
JB
11802010-10-13 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * makefile.w32-in (TLIB2): Rename from TLIBW32.
1183 (OBJ2): New macro.
1184 (WIN32OBJ, FONTOBJ): Remove.
1185 (OBJ1): Redistribute object files with OBJ2.
1186 (LIBS, $(TEMACS)): Use TLIB2.
1187 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
1188 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
1189
2e288d54
JB
11902010-10-13 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * emacs.c (Vdynamic_library_alist)
1193 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
1194 Doc fix.
1195
1196 * lisp.h (Vdynamic_library_alist): Declare extern.
1197
1198 * image.c (Vimage_library_alist)
1199 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
1200 (lookup_image_type): Use Vdynamic_library_alist.
1201 (Finit_image_library): Doc fix.
1202
aba1381b
DN
12032010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1204
1205 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
1206 (lispdir): Remove trailing /, update all uses.
1207
4c14013d 12082010-10-12 Jan Djärv <jan.h.d@swipnet.se>
a2e35ef5
JD
1209
1210 * nsterm.m (Qleft): Declare.
1211 (ns_right_alternate_modifier): New variable
1212 (NSRightAlternateKeyMask): New define.
1213 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
1214 ns_right_alternate_modifier isn't Qleft.
1215 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
1216 as emacs modifier for NSRightAlternateKeyMask.
1217 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
1218
355cdaf3
LMI
12192010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1220
1221 * gnutls.c (emacs_gnutls_write): If we're trying to write before
1222 gnutls is ready, return EAGAIN as the errno.
1223
4c620157
DN
12242010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1225
edfd76ce
DN
1226 * vm-limit.c:
1227 * unexhp9k800.c:
1228 * unexelf.c:
1229 * unexaix.c:
1230 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
1231
a4daeecf
DN
1232 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
1233 (PROFILING_LDFLAGS): Remove, not needed anymore.
1234
2cb72a75 1235 * Makefile.in: Use $(...) everywhere instead of ${...}
4cf3ad30
DN
1236 (CRT_DIR): Move near potential user.
1237 (START_FILE): Move near CRT_DIR, it might use it.
2cb72a75 1238
4c620157
DN
1239 * sysdep.c (LPASS8): Remove, unused.
1240 (emacs_ospeed): Change from being a global to a local in the only
1241 user: init_baud_rate.
1242
b845653d
LMI
12432010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1244
1245 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
bda6d2bd 1246 (emacs_gnutls_write): Remove the debuggin fsync call.
b845653d 1247 (emacs_gnutls_read): Return -1 if we got an error from
bda6d2bd 1248 gnutls_read. This allows us to actually read lots of data from
b845653d 1249 the GnuTLS stream.
2e6c74c5
LMI
1250 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
1251 According to the documentation, this is correct, and it seems to
1252 make things work.
b845653d 1253
3625b3e2
CY
12542010-10-09 Chong Yidong <cyd@stupidchicken.com>
1255
1256 * xterm.c (x_draw_relief_rect): Clear corner pixels.
1257
8b1c619f
MA
12582010-10-08 Michael Albinus <michael.albinus@gmx.de>
1259
1260 * keyboard.c: Revert last change; it was not intended to be
1261 synchronized with the trunk.
1262
93d50df8
KH
12632010-10-08 Kenichi Handa <handa@m17n.org>
1264
2b7c9342 1265 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 1266
4628bef1 12672010-10-08 Michael Albinus <michael.albinus@gmx.de>
a79b0f28
MA
1268
1269 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
1270 (Fdbus_init_bus): ... here. (Bug#7113)
1271
4628bef1 12722010-10-08 Glenn Morris <rgm@gnu.org>
7b2bf907
GM
1273
1274 * buffer.c (before-change-functions, after-change-functions):
1275 Three-year overdue doc fix following 2007-08-13 change.
1276
4628bef1 12772010-10-08 Kenichi Handa <handa@m17n.org>
1911a33b
KH
1278
1279 * coding.c (coding_inherit_eol_type): If parent doesn't specify
1280 eol-format, inherit from the system's default.
1281 (complement_process_encoding_system): Make a new coding system
1282 inherit the original eol-format.
1283
4628bef1 12842010-10-08 Kenichi Handa <handa@m17n.org>
fcaf8878
KH
1285
1286 * coding.c (complement_process_encoding_system): New function.
1287
1288 * coding.h (complement_process_encoding_system): Extern it.
1289
1290 * callproc.c (Fcall_process): Complement the coding system for
1291 encoding arguments.
1292 (Fcall_process_region): Complement the coding system for encoding
1293 the input to the process.
1294
1295 * process.c (Fstart_process): Complement the coding system for
1296 encoding arguments.
1297 (send_process): Complement the coding system for encoding what
1298 sent to the process.
1299
4628bef1 13002010-10-08 Kenichi Handa <handa@m17n.org>
18acb5ad
KH
1301
1302 * xfont.c (xfont_open): Fix setting of font->average_width from
1303 :avgwidth property (Bug#7123).
1304
4628bef1 13052010-10-08 Michael Albinus <michael.albinus@gmx.de>
dec83468
MA
1306
1307 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
1308 is more portable.
1309
1310 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
1311 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
1312 has not defined SIGIO.
1313
389454fb
CY
13142010-10-08 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
1317 draw the outermost line using the black relief, for legibility.
1318 Omit drawing the four corner pixels.
1319
51b403bd
CY
13202010-10-04 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
1323 (read_key_sequence): Inline echo_prompt.
1324 (echo_dash): Add a dash only if key is continued (Bug#7137).
1325
3e6ae1a4
DN
13262010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
1327
1328 Remove O_RDONLY, O_WRONLY definitions, not needed.
1329 * unexcoff.c:
1330 * lread.c:
1331 * fileio.c:
1332 * doc.c:
1333 * callproc.c:
1334 * alloc.c:
1335 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
1336
c1ae068b
LMI
13372010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1338
1339 * gnutls.h (GNUTLS_LOG2): Convenience macro.
1340
1341 * gnutls.c: Add property list symbol holders.
1342 (emacs_gnutls_handshake): Clarify how sockets are passed to
1343 GnuTLS.
1344 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
1345 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
1346 and keyfiles to be a list of file names. Default to "NORMAL" for
1347 the priority string. Improve logging.
1348
e2afe435
GM
13492010-10-03 Glenn Morris <rgm@gnu.org>
1350
1351 * fileio.c (Vdirectory_sep_char): Remove.
1352
dd5ecd6b
DN
13532010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1354
b5437a05
DN
1355 * termhooks.h: Remove #ifdef CONSP.
1356
4777478a
DN
1357 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
1358
a3d5088d
DN
1359 Include <fcntl.h> unconditionally.
1360 * termcap.c:
1361 * sysdep.c:
1362 * lread.c:
1363 * keyboard.c:
1364 * filelock.c:
1365 * fileio.c:
1366 * doc.c:
1367 * callproc.c:
1368 * alloc.c: Remove include guards for <fcntl.h>, process.c already
1369 does it.
1370
82719735
DN
1371 * process.c: Do not include <sys/wait.h>, syswait.h does it.
1372
9de940b5
DN
1373 * sysdep.c (flush_pending_output): Remove code, does not do
1374 anything on any platform.
1375
57507bf8 1376 Remove unused code.
bba3e508
SM
1377 * sysdep.c (select_alarm, sys_select, read_input_waiting):
1378 Remove select emulation, all systems support select.
57507bf8
DN
1379 (set_exclusive_use): Remove, the only user is in an #if 0 block.
1380 * process.c (create_process): Remove #if 0 code.
1381
dd5ecd6b
DN
1382 Remove unused arguments for unexec.
1383 The third one is never used, and the last two are always passed as zero.
1384 * emacs.c (unexec): Add declaration.
1385 (Fdump_emacs): Only pass the first two arguments to unexec.
1386 Simplify #ifdef.
1387 * unexw32.c (unexec):
1388 * unexsol.c (unexec):
1389 * unexhp9k800.c (unexec):
1390 * unexcw.c (unexec): Remove the last 3 arguments, unused.
1391 * unexelf.c (unexec): Remove the last 3 arguments, unused.
1392 (find_section): Use const.
1393 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
1394 (unexec_error): Declare it NO_RETURN.
1395 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
1396 it as an argument, remove data_start and entry_address arguments, unused.
1397 (unexec): Remove bss_start, data_start and
1398 entry_address arguments.
1399 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
1400 it as an argument, remove data_start and entry_address arguments, unused.
1401 (unexec): Remove bss_start, data_start and
1402 entry_address arguments.
1403
74f1829d
JB
14042010-10-03 Juanma Barranquero <lekktu@gmail.com>
1405
7f467e14
JB
1406 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
1407
74f1829d
JB
1408 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
1409 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
1410 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
1411 Fix typos in docstrings.
1412 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
1413 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
1414
6926550f
CY
14152010-10-03 Chong Yidong <cyd@stupidchicken.com>
1416
1417 * keyboard.c (command_loop_1): Make sure the mark is really alive
1418 before using it (Bug#7044).
1419
54b65f7b
JB
14202010-10-02 Juanma Barranquero <lekktu@gmail.com>
1421
1422 * makefile.w32-in (tags): Rename target to full-tags.
1423
383ebd15
EZ
14242010-10-02 Eli Zaretskii <eliz@gnu.org>
1425
1426 * emacs.c (main): Remove !WINDOWSNT conditional.
1427 (Fkill_emacs): Don't mention exemption on MS-Windows.
1428
9c524fcb
GM
14292010-10-02 Glenn Morris <rgm@gnu.org>
1430
3226d6ca
GM
1431 * character.c (Fchar_bytes): Remove obsolete function.
1432 (syms_of_character): Remove Schar_bytes.
1433
9c524fcb
GM
1434 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
1435 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
1436 in batch-mode.
1437 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
1438 (kill-emacs-hook): Doc fix.
1439
1b217849
LMI
14402010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1441
1442 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
bba3e508 1443 (parse_region): Rework to take regions instead of strings, and
1b217849
LMI
1444 renamed to reflect that these are the libxml functions.
1445
54cc6a83
EZ
14462010-10-01 Eli Zaretskii <eliz@gnu.org>
1447
0ebf79de
EZ
1448 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
1449 screen dimensions in tty->Wcm.
1450
54cc6a83
EZ
1451 * xdisp.c (set_cursor_from_row): When the row is truncated and
1452 point is outside the range of displayed characters, position the
1453 cursor inside the scroll margin. (Bug#6349)
1454
321401d1
DN
14552010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1456
4cacd822
DN
1457 Do not include stdlib.h and string.h, config.h does it.
1458 * xfont.c:
1459 * w32term.c:
1460 * w32reg.c:
1461 * w32inevt.c:
1462 * w32heap.c:
1463 * w32console.c:
1464 * w16select.c:
1465 * unexsol.c:
1466 * term.c:
1467 * sound.c:
1468 * scroll.c (m):
1469 * gtkutil.c:
1470 * font.c:
1471 * filelock.c:
1472 * fileio.c:
1473 * dosfns.c:
1474 * dbusbind.c:
1475 * bidi.c:
1476 * callproc.c:
1477 * process.c:
1478 * msdos.c:
1479 * charset.c: Do not include stdlib.h and string.h, config.h does it.
1480
bba3e508
SM
1481 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h
1482 defines it.
0781e7ab 1483
9bf58201
DN
1484 * process.c: Move #include <pty.h> earlier.
1485 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
1486 (pty_name): Move definition later.
1487
088dcc3e
DN
1488 * nsselect.m (syms_of_nsselect):
1489 * nsmenu.m (syms_of_nsmenu):
1490 * nsfns.m (syms_of_nsfns):
1491 * msdos.c (syms_of_msdos):
4cacd822 1492
088dcc3e
DN
1493 * image.c (syms_of_image):
1494 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
1495
321401d1
DN
1496 * point.h: Remove, unused.
1497
73077a9a
EZ
14982010-10-01 Eli Zaretskii <eliz@gnu.org>
1499
1500 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
1501 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
1502 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
1503
55e572ef
DN
15042010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1505
1506 * xml.c (parse_string): Use const.
1507
d4b6d95d
LMI
15082010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1509
ef1b0ba7
SM
1510 * eval.c (Fbacktrace): Don't overwrite print-level on exit.
1511 Also only override Vprint_level if it isn't already bound, and increase
d4b6d95d
LMI
1512 the level to 8 to produce more useful backtraces for bug reports.
1513
e4b6db12
DN
15142010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1515
1516 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
1517
1becef93
JB
15182010-09-30 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * w32console.c (vga_stdcolor_name): Remove unused function;
1521 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
1522
df7fcaff
LMI
15232010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1524
bac5cef8
LMI
1525 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
1526 (Fgnutls_boot): Start the handshake.
1527 (emacs_gnutls_read): Perform the handshake from the reader loop.
e6059fa2
LMI
1528 (Fgnutls_boot): Remove some debugging messages.
1529 Change indentation throughout to use the Emacs style.
1530 (emacs_gnutls_handshake): Cast the fds to something that's
1531 possibly the expected length.
1532 (emacs_gnutls_write): Return -1 if we try to write before handshake.
bac5cef8 1533
df7fcaff
LMI
1534 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
1535
1536 * process.c (make_process): Set the gnutls_p field to zero by
1537 default.
1538 (read_process_output): Always call the gnutls_read function if the
1539 stream is a gnutls stream.
1540 (send_process): Ditto for writes.
1541
1542 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
1543 or write anything until the state is GNUTLS_STAGE_READY.
1544 (Fgnutls_boot): Mark the stream as being a gnutls stream.
1545
d585695f
EZ
15462010-09-29 Eli Zaretskii <eliz@gnu.org>
1547
af7ef32d
EZ
1548 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
1549 NEUTRAL_DIR.
1550 (handle_invisible_prop, iterate_out_of_display_property)
1551 (next_element_from_buffer): If bidi_it.first_elt is set, call
1552 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
1553 (Bug#7128)
1554
d585695f
EZ
1555 * print.c (print_object): Fix format string and argument types for
1556 printing a Lisp_Misc_Marker.
1557
1558 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
1559 (load_overlay_strings, get_overlay_strings_1)
1560 (get_overlay_strings, forward_to_next_line_start)
1561 (back_to_previous_visible_line_start, reseat, reseat_to_string)
1562 (get_next_display_element, next_element_from_string)
1563 (next_element_from_c_string, next_element_from_buffer)
1564 (move_it_vertically_backward, move_it_by_lines, add_to_log)
1565 (message_dolog, message_log_check_duplicate, message2_nolog)
1566 (message3, message3_nolog, vmessage, set_message, set_message_1)
1567 (hscroll_window_tree, text_outside_line_unchanged_p)
1568 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
1569 (find_last_unchanged_at_beg_row)
1570 (find_first_unchanged_at_end_row, row_containing_pos)
1571 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
bba3e508
SM
1572 (display_count_lines, x_produce_glyphs, note_mouse_highlight):
1573 Use EMACS_INT for buffer and string positions.
d585695f
EZ
1574
1575 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
1576 (row_containing_pos): Adjust prototype.
1577
1578 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
1579 (message2_nolog, set_message): Adjust prototypes.
1580
a6f3211f
SM
15812010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
1584 (Fgnutls_boot): Use SDATA.
1585 (Fgnutls_handshake): Remove unused var `max_log_level'.
1586
e0720500
MA
15872010-09-27 Michael Albinus <michael.albinus@gmx.de>
1588
11a5af7c 1589 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
1590 (Bug#7113)
1591
d8a4b27a
J
15922010-09-27 Jan Djärv <jan.h.d@swipnet.se>
1593
42d3022b
J
1594 * xgselect.c (xg_select): Clear file descriptors not set from
1595 rfds and wfds.
1596
d8a4b27a
J
1597 * process.c (wait_reading_process_output): Add missing FD_CLR
1598 for write_mask (must mirror connect_wait_mask).
1599
8ed70bf3
LMI
16002010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1601
1602 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
1603 prefix.
1604 (Fgnutls_boot): Use changed process members. Use log level with a
1605 function parameter to set it. Bring back Emacs-level debugging
1606 messages at log level 1 and 2.
1607
1608 * process.c (make_process): Initialize gnutls_log_level.
1609
1610 * process.h: Add gnutls_log_level and rename x509_cred and
1611 anon_cred to have the gnutls_ prefix for consistency.
1612
1613 * gnutls.h (GNUTLS_LOG): Add convenience macro.
1614
bedf4aab
JB
16152010-09-27 Juanma Barranquero <lekktu@gmail.com>
1616
1617 * w32.c (g_b_init_get_sid_identifier_authority)
1618 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
1619 Remove, not used.
1620 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
1621 (init_winsock): Remove useless assignment.
1622 (open_process_token, get_token_information, lookup_account_sid)
1623 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
1624 (get_security_descriptor_owner, get_security_descriptor_group)
1625 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
1626 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
1627 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
1628 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
1629 (unc_volume_file_attributes, convert_from_time_t)
1630 (create_toolhelp32_snapshot, process32_first, process32_next)
1631 (open_thread_token, impersonate_self, revert_to_self)
1632 (get_process_memory_info, get_process_working_set_size)
1633 (global_memory_status, global_memory_status_ex, socket_to_fd)
1634 (shutdown_handler): Make static.
1635
08609ffd
MA
16362010-09-27 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
1639 (xd_pending_messages): Functions removed.
1640 (xd_read_queued_messages): Add parameters fd, *data, for_read in
1641 order to be compatible with add_read_fd. Determine bus from data,
1642 and call xd_read_message just for this bus.
1643 (xd_add_watch): Use xd_read_queued_messages as callback function.
1644 Add data.
1645
1646 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
1647
d2e9d0bb
LMI
16482010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
ef1b0ba7 1650 * gnutls.c (gnutls_log_function): Add more debugging.
ec9f09be 1651 (emacs_gnutls_read): Don't infloop while reading.
d2e9d0bb 1652
4be9765d
KH
16532010-09-27 Kenichi Handa <handa@m17n.org>
1654
1655 These changes are to remove restriction on the number of glyphs in
1656 one composition.
1657
1658 * dispextern.h (struct glyph): Change the member "slice" to union.
1659 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
bba3e508 1660 (GLYPH_SLICE_EQUAL_P): Adjust for the above change.
4be9765d
KH
1661
1662 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
1663 instead of glyph->slice.
1664 (marginal_area_string): Likewise.
1665
1666 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
1667 glyph->u.cmp.
1668 (append_composite_glyph): Likewise.
1669
1670 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
1671 glyph->u.cmp.
1672 (fill_gstring_glyph_string, x_get_glyph_overhangs)
1673 (append_composite_glyph): Likewise.
1674 (fill_image_glyph_string): Use glyph->slice.img instead of
1675 glyph->slice.
1676 (append_glyph, produce_image_glyph, append_stretch_glyph)
1677 (note_mouse_highlight): Likewise.
1678
3fad2ad2
J
16792010-09-26 Jan Djärv <jan.h.d@swipnet.se>
1680
bf05eed6
J
1681 * process.c (add_keyboard_wait_descriptor)
1682 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
82d6e50b
J
1683 (wait_reading_process_output): Don't pass write_mask to select
1684 if SELECT_CANT_DO_WRITE_MASK is defined.
1685 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
bf05eed6 1686
3fad2ad2
J
1687 * process.h (add_read_fd, delete_read_fd, add_write_fd)
1688 (delete_write_fd): Declare.
1689
1690 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
1691 (write_mask): New variable.
ef1b0ba7 1692 (max_input_desc): Rename from max_keyboard_desc.
3fad2ad2 1693 (fd_callback_info): New variable.
70e31436
JB
1694 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
1695 New functions.
3fad2ad2
J
1696 (Fmake_network_process): FD_SET write_mask.
1697 (deactivate_process): FD_CLR write_mask.
1698 (wait_reading_process_output): Connecting renamed to Writeok.
70e31436
JB
1699 check_connect removed. check_write is new. Remove references to gpm.
1700 Use Writeok/check_write unconditionally (i.e. no #ifdef
3fad2ad2
J
1701 NON_BLOCKING_CONNECT) instead of Connecting.
1702 Loop over file descriptors and call callbacks in fd_callback_info
1703 if file descriptor is ready for I/O.
1704 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
1705 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
1706 (keyboard_bit_set): Use max_input_desc.
70e31436
JB
1707 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
1708 Remove #ifdef subprocesses. Use max_input_desc.
3fad2ad2
J
1709 (init_process): Initialize write_mask and fd_callback_info.
1710
1711 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
1712
1713 * dbusbind.c: Include process.h.
1714 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
1715 (xd_read_message_1): New functions.
70e31436
JB
1716 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
1717 Handle watch for both read and write.
3fad2ad2
J
1718 (Fdbus_init_bus): Also register xd_toggle_watch.
1719 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1720 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
1721 to dbus_connection_flush.
70e31436 1722 (xd_read_message): Move most of the code to xd_read_message_1.
3fad2ad2
J
1723 Call xd_read_message_1 until status is COMPLETE.
1724
dce4c2ac
DN
17252010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1726
1727 * term.c: Do not include sys/ioctl.h, not needed.
70e31436
JB
1728 (init_tty): Reorder code to reduce the number of #ifdefs.
1729 No code changes.
dce4c2ac 1730
8af55556
TZ
17312010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1732
1733 * process.h: Set up GnuTLS support.
1734
1735 * process.c (make_process, Fstart_process)
1736 (read_process_output, send_process): Set up GnuTLS support for
1737 process input/output file descriptors.
1738
1739 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
1740
1741 * gnutls.c: The source code for GnuTLS support in Emacs.
1742
1743 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
1744
1745 * config.in: Set up GnuTLS support.
1746
1747 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
1748 (obj, LIBES): Set up GnuTLS support.
1749
83e245c4
JB
17502010-09-26 Juanma Barranquero <lekktu@gmail.com>
1751
1752 * w32.c (get_emacs_configuration_options): Fix previous change.
1753
d24ec09a
CY
17542010-09-25 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
1757 alive before using it (Bug#6977).
1758
b7bdc47c
LMI
17592010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
a952d5f3
LMI
1761 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
1762
1763 * dispextern.h: EMACS_INT/int fixup.
1764
1765 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
1766 fixup.
1767
b7bdc47c
LMI
1768 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
1769
41118bd3
EZ
17702010-09-25 Eli Zaretskii <eliz@gnu.org>
1771
2452438f
EZ
1772 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
1773 (Fselect_window, window_scroll_pixel_based)
1774 (window_scroll_line_based, Frecenter, Fset_window_configuration):
1775 Use EMACS_INT for buffer positions.
1776
1777 * textprop.c (validate_interval_range, interval_of)
1778 (property_change_between_p, Fadd_text_properties)
1779 (set_text_properties_1, Fremove_text_properties)
1780 (Fremove_list_of_text_properties, Ftext_property_any)
1781 (Ftext_property_not_all, copy_text_properties)
1782 (text_property_list, extend_property_ranges)
1783 (verify_interval_modification): Use EMACS_INT for buffer
1784 positions.
1785
f877c546
EZ
1786 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
1787 for buffer positions.
1788
1789 * process.c (read_process_output, send_process)
1790 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
1791 and string positions and size.
1792
da43f021
EZ
1793 * print.c (print_object, print_string, strout): Use EMACS_INT for
1794 string indices.
1795
1796 * minibuf.c (string_to_object): Use EMACS_INT for string position
1797 and size.
1798
1799 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
1800
1801 * lread.c <read_from_string_index, read_from_string_index_byte>
1802 <read_from_string_limit, readchar_count>: Define EMACS_INT.
1803 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
1804 buffer positions and string length.
1805
41118bd3
EZ
1806 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
1807 EMACS_INT.
1808 (echo_truncate, adjust_point_for_property, read_char)
1809 (gen_help_event, make_lispy_event, modify_event_symbol)
1810 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
1811 for buffer positions and string length.
1812
1813 * keyboard.h (gen_help_event): Adjust prototype.
1814
1815 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
1816
1817 * commands.h <last_point_position>: Declare EMACS_INT.
1818
1819 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
1820 (truncate_echo_area): Accept EMACS_INT argument.
1821
1822 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
1823
1824 * lisp.h (truncate_echo_area): Adjust prototype.
1825
1826 * composite.c (composition_adjust_point): Return EMACS_INT.
1827
1828 * composite.h (composition_adjust_point): Adjust prototype.
1829
ba3033ee
JB
18302010-09-25 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * process.c (Fmake_network_process): When arg :host is 'local,
1833 use address 127.0.0.1, not name "localhost". (Bug#6781)
1834
4f3a2f8d
EZ
18352010-09-24 Eli Zaretskii <eliz@gnu.org>
1836
5816888b
EZ
1837 * indent.c (Fcurrent_indentation, indented_beyond_p)
1838 (compute_motion): Use EMACS_INT for buffer position variables.
1839
1840 * lisp.h (indented_beyond_p): Adjust prototype.
1841
1842 * buffer.c (overlay_strings): Return EMACS_INT.
1843
1844 * buffer.h (overlay_strings): Adjust prototype.
1845
1846 * region-cache.c (pp_cache): Adjust format to arguments.
1847
1848 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
1849 (call_debugger): Use EMACS_INT for specpdl_size related variables.
1850 (verror): Use EMACS_INT for size of allocated buffer.
1851
ace1712c
EZ
1852 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
1853 positions.
1854
1855 * xdisp.c (redisplay_internal, try_window_id)
bba3e508
SM
1856 (set_cursor_from_row, find_first_unchanged_at_end_row):
1857 Use EMACS_INT for buffer positions.
ace1712c 1858
f5276b75 1859 * dispextern.h (set_cursor_from_row): Adjust prototype.
ace1712c
EZ
1860
1861 * dispnew.c (increment_matrix_positions)
1862 (increment_row_positions, copy_glyph_row_contents)
1863 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
1864 positions.
1865
1866 * dispextern.h (mode_line_string, marginal_area_string)
bba3e508
SM
1867 (increment_matrix_positions, increment_row_positions):
1868 Adjust prototypes.
ace1712c
EZ
1869
1870 * data.c (Faref, Faset): Use EMACS_INT for string length and
1871 positions.
1872
1873 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
1874 characters to insert.
1875
1876 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
1877 position and size.
1878
4f3a2f8d
EZ
1879 * syntax.c (scan_words, update_syntax_table)
1880 (prev_char_comend_first, back_comment, skip_chars)
bba3e508
SM
1881 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars):
1882 Use EMACS_INT for buffer and string positions.
4f3a2f8d
EZ
1883
1884 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
1885
1886 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
1887 positions.
1888
db063399
LMI
18892010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1890
f0812d35
LMI
1891 * scroll.c (calculate_scrolling, line_ins_del)
1892 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
1893 conversion.
1894
f5c7fc27
LMI
1895 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
1896 (region_cache_backward, region_cache_forward)
1897 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
1898 conversion.
1899
db063399
LMI
1900 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
1901
1902 * eval.c (verror): Fix EMACS_INT/int conversion.
1903
07914cd0 1904 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
db063399
LMI
1905 (print_preprocess, print_check_string_charset_prop)
1906 (print_object): Fix EMACS_INT/int conversion.
1907
1908 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
1909
e6d4aefa
EZ
19102010-09-24 Eli Zaretskii <eliz@gnu.org>
1911
69481da7
EZ
1912 * callproc.c (Fcall_process): Use EMACS_INT for count of
1913 characters read from the subprocess.
1914
61bfec98
EZ
1915 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
1916 positions.
1917 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
1918 positions.
1919
145582a0
EZ
1920 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
1921 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
1922 length.
1923 (advance_to_char_boundary, Fset_buffer_multibyte)
1924 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
1925 (overlay_touches_p, record_overlay_string, overlay_strings)
1926 (recenter_overlay_lists, fix_start_end_in_overlays)
1927 (modify_overlay, Fmove_overlay, report_overlay_modification)
1928 (evaporate_overlays): Use EMACS_INT for buffer positions.
1929
bba3e508
SM
1930 * lisp.h (fix_start_end_in_overlays, overlay_touches_p):
1931 Adjust prototypes.
145582a0 1932
446470a9
EZ
1933 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
1934 positions.
1935
e6d4aefa
EZ
1936 * fns.c (Fcompare_strings, Fstring_lessp, concat)
1937 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
1938 (Fsubstring_no_properties, substring_both, Ffillarray)
1939 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
1940 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
1941 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
1942 (Fmd5): Use EMACS_INT for buffer and string positions and length
1943 variables and arguments.
1944
1945 * lisp.h (substring_both): Adjust prototype.
1946
eb652396
JB
19472010-09-24 Juanma Barranquero <lekktu@gmail.com>
1948
1949 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
1950 * w32fns.c (clipboard_sequence_fn): Don't declare.
1951 (globals_of_w32fns): Don't initialize it.
1952
266a86bd 19532010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
fbb3da77
SM
1954
1955 * syntax.c (back_comment): Detect the case where a 1-char comment
1956 starter is also the 2nd char of a 2-char comment ender.
1957
266a86bd 19582010-09-23 Jan Djärv <jan.h.d@swipnet.se>
2b5b82db
J
1959
1960 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
1961
40283062
LMI
19622010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1963
db063399
LMI
1964 * eval.c (verror): EMACS_INT/int cleanup.
1965
faf8b5bc
LMI
1966 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
1967 unwind_protect more than 2GB worth of functions.
1968
1969 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
1970
40283062
LMI
1971 * lisp.h: Have oblookup take EMACS_INT to allow interning big
1972 string and avoid compiler warnings.
1973 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
1974 all users.
1975
1976 * lread.c (oblookup): EMACS_INT/int cleanup.
1977
1978 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
1979
fe3537c3
EZ
19802010-09-23 Eli Zaretskii <eliz@gnu.org>
1981
1982 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
1983
1984 * lisp.h (clip_to_bounds): Adjust prototype.
1985
1986 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
1987
0350982f
LMI
19882010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1989
84c9ce05
LMI
1990 * lisp.h: doprnt.c EMACS_INT/int cleanup.
1991
1992 * doprnt.c (doprnt): EMACS_INT/int cleanup.
1993
1994 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
1995 cleanup.
1996
0350982f
LMI
1997 * lisp.h: Change the definition of all marker.c functions that
1998 take and return buffer stuff to be EMACS_INT instead of int.
1999
2000 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
2001 (buf_charpos_to_bytepos, bytepos_to_charpos)
2002 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
2003 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
2004 for all buffer positions.
2005
c50bd0d2
CY
20062010-09-23 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * intervals.c (traverse_intervals, rotate_right, rotate_left)
2009 (split_interval_right, find_interval, next_interval)
2010 (delete_node, delete_interval, interval_deletion_adjustment)
2011 (adjust_intervals_for_deletion, merge_interval_right)
2012 (merge_interval_left, graft_intervals_into_buffer)
2013 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
2014
2015 * intervals.h (traverse_intervals): Update prototype.
2016
14162469
EZ
20172010-09-23 Eli Zaretskii <eliz@gnu.org>
2018
c098fdb8
EZ
2019 * indent.c (compute_motion): Use EMACS_INT for arguments to
2020 region_cache_forward.
2021
bba3e508
SM
2022 * region-cache.c (struct boundary, struct region_cache):
2023 Use EMACS_INT for positions.
c098fdb8
EZ
2024 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
2025 (delete_cache_boundaries, set_cache_region)
2026 (invalidate_region_cache, know_region_cache)
bba3e508
SM
2027 (region_cache_forward, region_cache_backward, pp_cache):
2028 Use EMACS_INT for buffer positions.
c098fdb8
EZ
2029
2030 * region-cache.h (know_region_cache, invalidate_region_cache)
2031 (region_cache_forward, region_cache_backward): Adjust prototypes.
2032
2033 * search.c (string_match_1, fast_c_string_match_ignore_case)
2034 (looking_at_1, scan_buffer, scan_newline)
2035 (find_next_newline_no_quit, find_before_next_newline)
2036 (search_command, trivial_regexp_p, search_buffer, simple_search)
2037 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
2038 and string positions and length.
2039
caefdbe7
EZ
2040 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
2041 (find_before_next_newline): Adjust prototypes.
c098fdb8 2042
29cdc13e
EZ
2043 * editfns.c (transpose_markers, update_buffer_properties)
2044 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
2045 (get_pos_property, Fconstrain_to_field)
2046 (Fline_beginning_position, Fline_end_position, Fprevious_char)
2047 (Fchar_after, Fchar_before, Finsert_char)
2048 (Finsert_buffer_substring, Fcompare_buffer_substrings)
bba3e508
SM
2049 (Fsubst_char_in_region, Fformat, Ftranspose_regions):
2050 Use EMACS_INT for buffer and string position variables.
c098fdb8 2051 (Finsert_char): Protect against too large insertions.
29cdc13e
EZ
2052
2053 * lisp.h (clip_to_bounds): Adjust prototype.
2054
e79123aa
EZ
2055 * intervals.c (traverse_intervals, rotate_right, rotate_left)
2056 (balance_an_interval, split_interval_right, split_interval_left)
2057 (find_interval, next_interval, update_interval)
2058 (adjust_intervals_for_insertion, delete_node, delete_interval)
2059 (interval_deletion_adjustment, adjust_intervals_for_deletion)
2060 (offset_intervals, merge_interval_right, merge_interval_left)
2061 (graft_intervals_into_buffer, adjust_for_invis_intang)
2062 (move_if_not_intangible, get_local_map, copy_intervals)
2063 (copy_intervals_to_string, compare_string_intervals)
2064 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
6e48267a 2065 and for interval tree size.
e79123aa
EZ
2066
2067 * intervals.h (traverse_intervals, split_interval_right)
2068 (split_interval_left, find_interval, offset_intervals)
2069 (graft_intervals_into_buffer, copy_intervals)
2070 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
2071 (update_interval): Adjust prototypes.
2072
579c18d0
EZ
2073 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
2074 Use EMACS_INT for buffer position variables and arguments.
2075
2076 * composite.c (get_composition_id, find_composition)
2077 (run_composition_function, compose_text)
2078 (composition_gstring_width, autocmp_chars)
2079 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
2080 for buffer positions and string length variables and arguments.
2081
2082 * composite.h (get_composition_id, find_composition, compose_text)
2083 (composition_gstring_width): Adjust prototypes.
2084
2085 * editfns.c (Fformat): Use EMACS_INT for string size variables.
2086
bba3e508
SM
2087 * xdisp.c (store_mode_line_noprop, display_mode_element):
2088 Use EMACS_INT for string positions.
579c18d0
EZ
2089
2090 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
2091 position arguments.
2092
2093 * intervals.h (get_property_and_range): Adjust prototype.
14162469
EZ
2094
2095 * character.c (parse_str_as_multibyte, str_as_multibyte)
2096 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
579c18d0 2097 (string_count_byte8, string_escape_byte8, c_string_width)
bba3e508
SM
2098 (strwidth, lisp_string_width, multibyte_chars_in_text):
2099 Use EMACS_INT for string length variables and arguments.
14162469
EZ
2100
2101 * character.h (parse_str_as_multibyte, str_as_multibyte)
579c18d0 2102 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
bba3e508
SM
2103 (c_string_width, strwidth, lisp_string_width):
2104 Adjust prototypes.
14162469 2105
579c18d0
EZ
2106 * font.c (font_intern_prop): Use EMACS_INT for string length
2107 variables.
2108
2109 * font.c (font_intern_prop): Use EMACS_INT for string length
2110 variables.
2111
14162469
EZ
2112 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
2113 variables.
2114
2115 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
2116 (Fmake_string): Protect against too large strings.
2117 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
2118 (live_misc_p): Use ptrdiff_t instead of int for pointer
2119 differences.
2120 (string_bytes, check_sblock, check_string_free_list)
2121 (allocate_string_data, compact_small_strings, Fmake_string)
2122 (Fmake_bool_vector, make_string, make_unibyte_string)
2123 (make_multibyte_string, make_string_from_bytes)
bba3e508
SM
2124 (make_specified_string_string, Fmake_list, Fmake_vector):
2125 Use EMACS_INT for string length variables and arguments.
14162469
EZ
2126 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
2127 (Fpurecopy): Use EMACS_INT for string size.
2128 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
2129 for vector size.
2130
2131 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
2132 (make_string_from_bytes, make_specified_string_string)
579c18d0
EZ
2133 (make_pure_string, string_bytes, check_point_in_composition):
2134 Adjust prototypes.
14162469 2135
c8a66ab8
EZ
21362010-09-22 Eli Zaretskii <eliz@gnu.org>
2137
2138 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
2139 (check_translation): Use EMACS_INT for buffer positions and
2140 length.
2141
2142 * undo.c (record_marker_adjustment, record_delete)
2143 (record_change, record_point, record_insert)
2144 (record_property_change, Fprimitive_undo): Use EMACS_INT for
2145 buffer positions.
2146
2147 * lisp.h (record_marker_adjustment, record_delete)
2148 (record_change, record_point, record_insert)
2149 (record_property_change, Fprimitive_undo): Adjust prototypes.
2150
38c54d9d
JB
21512010-09-22 Juanma Barranquero <lekktu@gmail.com>
2152 Eli Zaretskii <eliz@gnu.org>
2153
2154 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
2155
413d18e7
EZ
21562010-09-22 Eli Zaretskii <eliz@gnu.org>
2157
2158 * minibuf.c (Fminibuffer_contents)
2159 (Fminibuffer_contents_no_properties)
2160 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
2161 positions.
2162
2163 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
2164 mark.
2165
2166 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
2167 (allocate_string_data): Accept EMACS_INT for string length.
2168
2169 * editfns.c (Ffield_string, Ffield_string_no_properties)
2170 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
2171 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
2172 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
2173 (Ffield_end): Use EMACS_INT for buffer positions.
2174
2175 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
2176 point with mark.
2177
2178 * lisp.h (allocate_string_data, make_uninit_string)
2179 (make_uninit_multibyte_string, make_buffer_string)
2180 (make_buffer_string_both): Adjust prototypes.
2181
4b9832a6
CY
21822010-09-22 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * xml.c: Switch to GNU indentation.
2185 (make_dom): Change parse tree format to match xml.el.
2186 (Fxml_parse_html_string_internal): Rename from html-parse-string.
2187 (Fxml_parse_string_internal): Rename from xml-parse-string.
2188
86282aab
KH
21892010-09-22 Kenichi Handa <handa@m17n.org>
2190
2191 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
2192 only if we are not at a composition.
2193 (set_iterator_to_next): Give it->end_charpos to
2194 composition_compute_stop_pos.
2195 (set_iterator_to_next, next_element_from_buffer): Likewise.
2196
2197 * dispnew.c (buffer_posn_from_coords): Fix position when the
2198 current display element is a grapheme cluster in bidi-reordered
2199 region.
2200
840b985a
AR
22012010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2202
2203 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
2204 the regions may overlap.
2205
5bc88f4b
JB
22062010-09-21 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
2209
92bc9a36
DN
22102010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2211
d19e096e
DN
2212 * emacs.c: Do not include sys/ioctl.h, not needed.
2213
92bc9a36
DN
2214 * doprnt.c: Do not include stdlib.h, config.h does it.
2215 Move #include before macro definition.
2216
15f844ac
DN
22172010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2218
48e24408
DN
2219 * Makefile.in (temacs): Link using $(CC) not $(LD).
2220 (LD_FIRSTFLAG): Define using autoconf.
2221 (LD): Remove.
2222
65539506
DN
2223 Remove HAVE_TERMIOS definitions.
2224 * s/usg5-4-common.h (HAVE_TERMIOS):
2225 * s/template.h (HAVE_TERMIOS):
2226 * s/gnu-linux.h (HAVE_TERMIOS):
2227 * s/darwin.h (HAVE_TERMIOS):
2228 * s/cygwin.h (HAVE_TERMIOS):
2229 * s/bsd-common.h (HAVE_TERMIOS):
2230 * s/aix4-2.h (HAVE_TERMIOS):
2231 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
2232 defined on all non-MS platforms.
2233 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
2234
15f844ac
DN
2235 * xterm.c (xt_action_hook): Use const.
2236
7d701334
JB
22372010-09-20 Juanma Barranquero <lekktu@gmail.com>
2238
2239 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
2240 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
2241 (gethostname) [!HAVE_SOCKETS]: Remove.
2242 (SOCK_REPLACE_HANDLE): Remove macro.
2243 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
2244 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
2245 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
2246 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
2247
f3ec267a
EZ
22482010-09-18 Eli Zaretskii <eliz@gnu.org>
2249
2250 * deps.mk (xml.o): Add dependencies.
2251
93acd23d
JB
2252 * xdisp.c (Fcurrent_bidi_paragraph_direction):
2253 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
bea4f10c
EZ
2254
2255 * bidi.c (bidi_paragraph_init): Accept an additional argument
2256 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
2257 search back until a paragraph with a strong directional character
2258 is found, and use that to determine paragraph's base direction.
2259
2260 * dispextern.h (bidi_paragraph_init): Update prototype.
2261
69e847be
EZ
22622010-09-17 Eli Zaretskii <eliz@gnu.org>
2263
2264 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
2265 of w32api >= 3.15. (Bug#6989)
2266
283357a7
LMI
22672010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2268
2269 * process.c (wait_reading_process_output): Don't message about
2270 accept-process-output unless the time limit really is zero.
2271
4ddb20d6
SM
22722010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
2275 int/Lisp_Object mixup).
2276
e24ad6dd
J
22772010-09-17 Jan Djärv <jan.h.d@swipnet.se>
2278
2279 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
2280 not HELP.
2281
fb0cf781
J
22822010-09-17 Stephen Berman <stephen.berman@gmx.net>
2283
2284 * frame.c (Ftool_bar_pixel_width): New function to expose tool
2285 bar's pixel width to Lisp (Bug#7048).
2286
4ddb20d6
SM
22872010-09-14 Juanma Barranquero <lekktu@gmail.com>
2288
2289 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
fb0cf781 2290
318a04c6
J
22912010-09-17 Jan Djärv <jan.h.d@swipnet.se>
2292
2293 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
2294 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
2295
78a21772
KH
22962010-09-17 Kenichi Handa <handa@m17n.org>
2297
2298 * ftfont.c (ftfont_check_otf): Fix previous change.
2299
fa3f6039
KH
23002010-09-14 Kenichi Handa <handa@m17n.org>
2301
2302 * ftfont.c (ftfont_check_otf): Fix the case of checking just
2303 existence of GSUB or GPOS.
2304
2b5491fa
JB
23052010-09-14 Juanma Barranquero <lekktu@gmail.com>
2306
2307 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
2308
c97c655f
LMI
23092010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2310
ef1b0ba7 2311 * xml.c (parse_buffer): Rename to parse_string(), since that's
c97c655f
LMI
2312 what it does.
2313 (parse_string): Return nil when the document can't be parsed.
2314
6664fc59 23152010-09-14 Jan Djärv <jan.h.d@swipnet.se>
5f61a25c
J
2316
2317 * xterm.c (get_current_vm_state): New function.
2318 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
2319 want_fullscreen so set_wm_state calls are few (Bug#7013).
2320 (x_handle_net_wm_state): Move code to get_current_vm_state and
2321 call that function.
2322
6664fc59 23232010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
2324
2325 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
2326
6664fc59 23272010-09-14 Kenichi Handa <handa@m17n.org>
a552b35a
KH
2328
2329 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
2330 we may use designation or locking-shift.
2331
6664fc59 23322010-09-14 Kenichi Handa <handa@m17n.org>
396475b7
KH
2333
2334 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
2335 sequence when the source is multibyte.
2336
1da70e99
AS
23372010-09-14 Andreas Schwab <schwab@linux-m68k.org>
2338
6664fc59
JB
2339 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
2340 Don't make first argument optional. Doc fix.
1da70e99 2341
26632d8d
LMI
23422010-09-14 Leo <sdl.web@gmail.com> (tiny change)
2343
2344 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
2345 parameters for the doc string.
2346
21fa8e37
LMI
23472010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2348
2349 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
2350
5616cc54
SM
23512010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
2354 (syms_of_fns): Don't defsubr Sy_or_n_p.
2355 * lisp.h: Don't declare Fy_or_n_p.
2356 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
2357
381408e2
LMI
23582010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2359
2360 * xml.c (Fxml_parse_buffer): New function to parse XML files.
2361
23622010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2363
2364 * xml.c: New file.
2365 (Fhtml_parse_buffer): New function to interface to the libxml2
2366 html parsing function.
2367
733946e7
JB
23682010-09-05 Juanma Barranquero <lekktu@gmail.com>
2369
2370 * biditype.h: Regenerate.
2371
7574650a
AS
23722010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2373
2374 * nsimage.m (ns_load_image): Check argument types.
2375
2376 * image.c: Remove all uses of gcpro.
2377 (xpm_load): Check all lisp types.
2378 (pbm_load): Likewise.
2379 (png_load): Likewise.
2380 (jpeg_load): Likewise.
2381 (tiff_load): Likewise.
2382 (gif_load): Likewise.
2383 (imagemagick_load_image): Likewise.
2384 (imagemagick_load): Likewise.
2385 (svg_load): Likewise.
2386 (gs_load): Likewise.
2387
6e6b8e25
EZ
23882010-09-04 Eli Zaretskii <eliz@gnu.org>
2389
bba3e508
SM
2390 * w32uniscribe.c (uniscribe_shape): Update commentary.
2391 Don't try to reorder grapheme clusters, since LGSTRING should always
6e6b8e25
EZ
2392 hold them in the logical order.
2393 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
2394 return glyph codes in the logical order.
2395
dbfe4532
AS
23962010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2397
2398 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
b7d187f8 2399 (imagemagick_load_image): Fix type mismatch.
5e5992c2 2400 (Fimagemagick_types): Likewise. Doc fix.
dbfe4532 2401
6d7cc563
JD
24022010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2403
2404 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
2405
2406 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
2407
2408 * xselect.c: Remove declaration of cut-buffer objects and functions.
2409 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
2410 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
2411 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
2412 (Fx_rotate_cut_buffers_internal): Remove.
2413 (syms_of_xselect): Remove defsubr of above.
2414 Remove intern of QCUT_BUFFERn.
2415
8f4e9110
SM
24162010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * cmds.c (Vblink_paren_function): Remove.
2419 (internal_self_insert): Make it insert N chars at a time.
2420 Don't call blink-paren-function.
2421 (Fself_insert_command): Adjust accordingly.
2422 (syms_of_cmds): Don't declare blink-paren-function.
2423
d419e1d9
KH
24242010-08-31 Kenichi Handa <handa@m17n.org>
2425
2426 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
2427 characters.
2428
2429 * term.c (encode_terminal_code): Fix the previous change.
5616cc54
SM
2430 (produce_glyphs): Don't set it->char_to_display here.
2431 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
2432 (produce_special_glyphs): Set temp_it.char_to_display before
2433 calling produce_glyphs.
2434
2435 * xdisp.c (get_next_display_element): Set it->char_to_display
2436 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
2437 characters.
2438 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
2439 calling PRODUCE_GLYPHS.
2440 (append_space_for_newline): Save and store it->char_to_display.
2441 Set it->char_to_display before calling PRODUCE_GLYPHS.
2442 (extend_face_to_end_of_line): Set it->char_to_display before
2443 calling PRODUCE_GLYPHS.
2444 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
2445 character to its byte value.
2446 (get_char_glyph_code): New function.
2447 (produce_stretch_glyph): Set it2.char_to_display too before
2448 calling x_produce_glyphs.
2449 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
2450 non-ASCII characters. Don't set it->char_to_display here.
2451 Don't handle unibyte-display-via-language-environment here. For a
2b5491fa 2452 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 2453
b819f760
SM
24542010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
2457
07fa68a7
CY
24582010-08-31 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
2461
cd196f12
SM
24622010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * marker.c (Fcopy_marker): Make the first arg optional.
2465
49a752bb
KH
24662010-08-30 Kenichi Handa <handa@m17n.org>
2467
2468 * composite.c (composition_update_it): Fix computing of
2469 cmp_it->width.
2470
769ae9e1
KH
24712010-08-29 Kenichi Handa <handa@m17n.org>
2472
9e69cb05 2473 * term.c (encode_terminal_code): Encode byte chars to the
5616cc54 2474 corresponding bytes.
9e69cb05 2475
4520b858
J
24762010-08-29 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
2479
fe50eb41
KH
24802010-08-26 Kenichi Handa <handa@m17n.org>
2481
2482 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
2483 on calling composition_compute_stop_pos.
2484
f6aa6ec6
KH
24852010-08-25 Kenichi Handa <handa@m17n.org>
2486
9dfdbc0a
KH
2487 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
2488 :otf.
2489
f6aa6ec6
KH
2490 * composite.c (composition_compute_stop_pos): Don't break
2491 composition at PT.
2492 (composition_reseat_it): Likewise. Fix calculation of character
2493 position starting a composition.
2494 (Fcomposition_get_gstring): Don't limit the number of components
2495 for automatic composition.
2496
ff94e32c
KH
24972010-08-25 Kenichi Handa <handa@m17n.org>
2498
2499 * composite.c (composition_compute_stop_pos): In forward search,
2500 pay attention to the possibility that some character after ENDPOS
2501 will be composed with charactrs before ENDPOS.
2502
1c409d0b
CY
25032010-08-24 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * keyboard.c (command_loop_1): Don't clobber primary selection
2506 during handle-switch-frame (Bug#6872).
2507
0c372655
MA
25082010-08-23 Michael Albinus <michael.albinus@gmx.de>
2509
2510 * dbusbind.c: Accept UNIX domain sockets as bus address.
2511 (Fdbus_close_bus): New function.
2512 (Vdbus_registered_buses): New variable.
2513 (xd_initialize): Implement string as bus address.
2514 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
2515 (Fdbus_get_unique_name, Fdbus_call_method)
2516 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2517 (Fdbus_method_error_internal, Fdbus_send_signal)
2518 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
2519 check. This is done in xd_initialize_bus. Adapt doc string, if
2520 necessary.
2521 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
2522 Vdbus_registered_buses.
2523 (Vdbus_registered_objects_table): Create hash.
2524
7133b7ee
JL
25252010-08-22 Juri Linkov <juri@jurta.org>
2526
2527 * keyboard.c (Fexecute_extended_command): Move reading a command name
2528 with `completing-read' to a new Elisp function `read-extended-command'.
2529 Call it to read a command to `function' (bug#5364, bug#5214).
2530
198a7a97
CY
25312010-08-22 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
2534
b0126eac 25352010-08-22 Andreas Schwab <schwab@linux-m68k.org>
b72e0717
AS
2536
2537 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
2538 instead of SAFE_ALLOCA.
2539
b0126eac 25402010-08-22 Chong Yidong <cyd@stupidchicken.com>
3a7a9129
CY
2541
2542 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
2543 (Bug#6214).
2544
b0126eac 25452010-08-22 Jan Djärv <jan.h.d@swipnet.se>
983b8302
J
2546
2547 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
2548
b0126eac
CY
25492010-08-22 Jan Djärv <jan.h.d@swipnet.se>
2550
2551 * doc.c (Fsnarf_documentation): Initialize skip_file before
2552 build-files test.
2553
692f3ddc 25542010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
b0126eac 2555
692f3ddc
JB
2556 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
2557 New definitions.
b0126eac
CY
2558 (HAVE_TERMIO): Remove.
2559
5f2f0bc1
EZ
25602010-08-22 Eli Zaretskii <eliz@gnu.org>
2561
b613941b
EZ
2562 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
2563
a583bbef
EZ
2564 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
2565 for w32.
2566
2567 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
2568 it's done in nt/config.nt.
2569
2570 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
2571
5f2f0bc1
EZ
2572 * unexcoff.c (report_error, make_hdr, write_segment)
2573 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
2574 Convert argument lists and prototypes to ANSI C.
2575 (make_hdr, write_segment): Remove unused variables.
2576 (unexec): Remove commented-out line. Initialize `new' to shut up
2577 compiler warnings.
2578
a7ebc409
DN
25792010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
2580
2581 Simplify termio code.
2582 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
2583 HAVE_TERMIO code is obsolete.
2584 Replace HAVE_TERMIOS conditionals with !DOS_NT.
2585 * systty.h: Do not define HAVE_TCATTR.
2586 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
2587 Do not define EMACS_HAVE_TTY_PGRP. Only define
2588 EMACS_GET_TTY_PGRP for !DOS_NT.
2589 * sysdep.c: Include sysselect.h unconditionally. Do not include
bba3e508
SM
2590 sys/ioctl.h and termios.h, systty.h does it.
2591 Use HAVE_SYS_UTSNAME_H instead of USG as an include guard.
a7ebc409
DN
2592 (init_baud_rate): Remove HAVE_TERMIO code.
2593 (child_setup_tty): Remove HAVE_TERMIO code.
2594 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
2595 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
2596 (new_ltchars, new_tchars): Remove, unused.
2597 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
bba3e508
SM
2598 code. Remove special casing for __mips__, it was a no-op.
2599 Remove HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
a7ebc409
DN
2600 (init_sys_modes): Remove HPUX special case.
2601 * process.c: Include stdlib.h unconditionally. Do not include
2602 fcntl.h, systty.h does it. Remove conditional code for
2603 HAVE_SERIAL, it is always true.
2604 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
2605 always true when SIGNALS_VIA_CHARACTERS is true.
2606 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
2607 !WINDOWSNT means HAVE_TERMIOS.
2608 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
2609 conditional, which is true for all HAVE_TERMIOS systems.
2610 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
2611 instead of HAVE_TERMIOS.
2612 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
2613 EMACS_HAVE_TTY_PGRP.
2614 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
2615 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
2616 anyway.
2617
914f049b 26182010-08-21 Eli Zaretskii <eliz@gnu.org>
40629f17
EZ
2619
2620 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
2621 mirroring pixel positions.
2622
d931da8c
DN
26232010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
2624
b5c76d0c
DN
2625 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
2626 write only.
2627 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
2628 malloc_sbrk_used, nothing uses them.
2629
74815588
DN
2630 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
2631 defined, unconditionally defined in lisp.h.
2632
f5817d1c
DN
2633 * term.c: Do not include <termios.h>, systty.h does it.
2634
d931da8c
DN
2635 * s/unixware.h (HAVE_TCATTR):
2636 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
2637 systty.h defines it when HAVE_TERMIOS is defined.
2638
ff2de6d2 26392010-08-20 Eli Zaretskii <eliz@gnu.org>
491a1546 2640
b43c883c 2641 * dispnew.c (buffer_posn_from_coords): Fix last change for text
00c53994 2642 terminals: add one-character offset for R2L lines.
b43c883c 2643
491a1546
EZ
2644 * emacs.c <emacs_version>: Add a comment regarding
2645 msdos/mainmake.v2's dependency on the syntax of this declaration.
2646
2396cbba
EZ
26472010-08-20 Eli Zaretskii <eliz@gnu.org>
2648
2649 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
2650 position for R2L lines by mirroring the pixel position wrt the
2651 text are box. Improve commentary.
2652
7df6150a
AS
26532010-08-20 Andreas Schwab <schwab@linux-m68k.org>
2654
2655 * image.c (imagemagick_clear_image): Remove debugging output.
2656
a2e5caf7
SM
26572010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
2660 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
2661 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
2662 self-insert-face.
2663 (syms_of_cmds): Initialize the new vars.
2664
20d60baf
JR
26652010-08-19 Jason Rumney <jasonr@gnu.org>
2666
cc477da7
JR
2667 * w32menu.c (set_frame_menubar): Remove call to undefined function.
2668
20d60baf
JR
2669 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
2670
2c0ac867
J
26712010-08-19 Jan Djärv <jan.h.d@swipnet.se>
2672
2673 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
2674
93352106
EZ
26752010-08-18 Eli Zaretskii <eliz@gnu.org>
2676
2677 * xterm.c (x_draw_bar_cursor):
2678 * w32term.c (x_draw_bar_cursor): If the character under cursor is
2679 R2L, draw the bar cursor on its right rather than on its left.
2680
c785836d
SM
26812010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2682
0193499f
SM
2683 * eval.c (Fdefmacro): Only obey one declaration.
2684
c785836d
SM
2685 * casefiddle.c (casify_region): Setup gl_state.
2686
9cb728a5
J
26872010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2688
2689 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
2690
e1e18511
J
26912010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2692
1d77b63e 2693 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
e1e18511 2694
64cb6c78
J
26952010-08-18 David De La Harpe Golden <david@harpegolden.net>
2696
2697 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
2698 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
2699 QPRIMARY => NXPrimaryPboard.
2700 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
2701 NXPrimaryPboard => QPRIMARY.
2702 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
2703 NXSecondaryPboard = SecondarySelection.
2704 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
2705
0c9b8993
GM
27062010-08-18 Joakim Verona <joakim@verona.se>
2707
2708 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
2709 defined:
2710 (imagemagick_image_p): New function to test for ImageMagic image.
2711 (imagemagick_load): New function to load ImageMagick image.
2712 (imagemagick_load_image): New function, helper for imagemagick_load.
2713 (imagemagick-types): New function.
2714 (Qimagemagick): New Lisp_object.
2715 (imagemagick-render-type): New variable, decides which renderer to use.
ccd80618 2716
c3554f68
SM
27172010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
2720 is a string.
2721
1ff2e434
J
27222010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2723
2724 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
2725 x_set_tool_bar_position handler.
2726
0cc56427
EZ
27272010-08-17 Eli Zaretskii <eliz@gnu.org>
2728
2729 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
2730 x_set_tool_bar_position handler, needed to support changes from
2731 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
2732
e45a249b
JD
27332010-08-16 Jan Djärv <jan.h.d@swipnet.se>
2734
921242c6
J
2735 * nsselect.m: include keyboard.h for QPRIMARY, remove its
2736 declaration (Bug#6863).
573d150b 2737 (syms_of_nsselect): Don't intern QPRIMARY.
921242c6 2738
e45a249b
JD
2739 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
2740
2741 * keyboard.h (QPRIMARY): Declare (Bug#6864).
2742
7c23dd44
CY
27432010-08-16 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * keyboard.c (command_loop_1): Avoid setting selection twice,
2746 since it's done in deactivate-mark as well.
2747 (Vselect_active_regions): Change default to t. Replace `lazy'
2748 with non-default value `only', meaning only set PRIMARY for
2749 temporarily active regions.
2750
2751 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
2752 select-active-regions.
2753
0005830c
J
27542010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2755
2756 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
2757 isn't a string.
2758
603dfc72
AS
27592010-08-15 Andreas Schwab <schwab@linux-m68k.org>
2760
2761 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
2762
c25ce9d0
J
27632010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2764
c3554f68
SM
2765 * keyboard.c (parse_tool_bar_item): malloc buf.
2766 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
2767 new_lbl (Bug#6855).
c25ce9d0 2768
5872c762
EZ
27692010-08-14 Eli Zaretskii <eliz@gnu.org>
2770
b236615c
EZ
2771 * xterm.c (x_draw_stretch_glyph_string):
2772 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
2773 the cursor on the right edge of the stretch glyph.
2774
c3554f68
SM
2775 * xdisp.c (window_box_right_offset, window_box_right):
2776 Fix commentary.
b236615c 2777
5872c762
EZ
2778 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
2779 direction when point is inside a run of whitespace characters.
2780
2781 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
2782
e66f9a1b
JR
27832010-08-14 Jason Rumney <jasonr@gnu.org>
2784
2785 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
2786
79d6f59e
CY
27872010-08-14 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
2790
1c9b4129
JR
27912010-08-13 Jason Rumney <jasonr@gnu.org>
2792
2793 * w32menu.c (simple_dialog_show): Use unicode message box if available.
2794 (MessageBoxW_Proc): New function typedef.
2795 (unicode-message-box): New function pointer.
2796 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
2797
2b4e6277
J
27982010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2799
2800 * frame.h (Qtool_bar_position): Declare.
2801
2802 * xfns.c (Fx_create_frame): Call x_default_parameter for
2803 Qtool_bar_position.
2804
94c97d85
EZ
28052010-08-13 Eli Zaretskii <eliz@gnu.org>
2806
8ee81892
EZ
2807 * unexcoff.c: Remove the parts used when "emacs" is not defined.
2808 (report_error, report_error_1): Ditto.
2809 (write_segment): Remove "#if 0" unused code.
2810 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
2811 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
2812 (start_of_text): Remove unused function (was used only if NO_REMAP
2813 was NOT defined).
2814
891ef8f7
EZ
2815 * msdos.c (IT_set_face): Fix format string to match argument
2816 types.
2817 (IT_write_glyphs, IT_note_mode_line_highlight)
2818 (IT_set_frame_parameters): Remove unused variables.
2819 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
2820 (IT_set_terminal_modes): Disambiguate expression in if clause.
2821 (Fmsdos_remember_default_colors): Return Qnil.
2822 (IT_set_frame_parameters): Add parens to disambiguate boolean
2823 expression for logging the cursor type to termscript.
2824 (keyboard_layout_list, keypad_translate_map)
2825 (grey_key_translate_map): Add braces in inner initializers.
2826 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
2827 (dos_rawgetc): Remove unused label.
2828 (XMenuActivate): Add braces to remove ambiguous `else'.
2829 (dos_ttraw): Always return a value.
2830 (spawnve): Declare.
2831 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
2832
2833 * dosfns.h (x_set_title): Declare.
2834
2835 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
2836 Remove unused variables.
2837
2838 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
2839 variables.
2840 (init_dosfns): Declare get_lim_data.
2841 (system_process_attributes): Declare Fget_internal_run_time.
2842
38e41e0e
EZ
2843 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
2844 list to be consistent with menu.h.
2845
94c97d85
EZ
2846 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
2847 warnings due to mixing of "char *" and "const char *".
2848
c5683ceb
SM
28492010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 Introduce a new comment style "c" flag.
2852 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
2853 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
2854 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
2855 (syntax_prefix_flag_p): New function.
2856 (Fstring_to_syntax): Understand new "c" flag.
2857 (Finternal_describe_syntax_value): Recognize new flag; use the
2858 SYNTAX_FLAGS_* macros.
2859 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
2860 comment style to accomodate the new styles.
2861 (back_comment, forw_comment, Fforward_comment, scan_lists)
2862 (scan_sexps_forward): Update code to obey the new comment style flag.
2863
2864 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
2865
2866 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
2867
7aee76f4
J
28682010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2869
3a46642b
J
2870 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
2871 first.
94dff98f 2872 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
3a46642b
J
2873
2874 * gtkutil.h (xg_check_special_colors): Declare.
2875
2876 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
2877 (xg_create_frame_widgets): Connect theme name changes to
2878 style_changed_cb.
2879
42ca4633
J
2880 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
2881 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
2882 (x_term_init): Use char[] display_opt and name_opt instead of
93acd23d 2883 string literal. file is const char*.
42ca4633
J
2884
2885 * xsmfns.c (NOSPLASH_OPT): Change to char[].
2886 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
2887 props. Free them at the end.
2888
2889 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
2890
c5683ceb
SM
2891 * xrdb.c (get_system_app): Make path const and use char *p for
2892 non-const char.
42ca4633
J
2893
2894 * xmenu.c (Fx_popup_dialog): error_name is const char*.
93acd23d 2895 (xmenu_show): error parameter is const char **. pane_string is const
42ca4633
J
2896 char *.
2897 (button_names): Is const char *.
2898 (xdialog_show): error_name and pane_string is const.
2899
2900 * process.h (synch_process_death): Is const char*.
2901
2902 * w32menu.c (w32_menu_show):
2903 * nsmenu.m (ns_menu_show): error parameter is const char **.
2904
2905 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
2906 is const char **.
2907
2908 * menu.c (Fx_popup_menu): error_name is const.
2909
2910 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
2911 with unsigned char and XtPointer with void *.
2912
2913 * gtkutil.h: Replace widget_value with struct _widget_value.
2914 (enum button_type, struct _widget_value): Remove and use the one from
2915 keyboard.h.
2916
2917 * gtkutil.c (get_utf8_string): Always return an allocated string.
2918 Parameter is const.
2919 (create_dialog, xg_create_one_menuitem, create_menus)
2920 (xg_item_label_same_p, xg_update_menu_item): Free result from
2921 get_utf8_string.
2922 (xg_separator_p, xg_item_label_same_p): label is const.
2923
2924 * font.h (font_open_by_name): Make name const.
2925
2926 * font.c (font_open_by_name): Make name const.
2927
2928 * floatfns.c (matherr): Use a const char* variable for x->name.
2929
2930 * emacs.c (main): Pass char[] to putenv instead of literal.
2931
2932 * callproc.c (synch_process_death): Make const.
2933 (Fcall_process): Make signame const.
2934
9c5bd55a
J
2935 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
2936 (addDisplayItemWithImage): Use const char*.
2937
2938 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
2939 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
2940
2941 * nsfont.m (ns_descriptor_to_entity): Use const char*.
2942
2943 * keyboard.h (_widget_value): name, value and key are const char*.
2944
7aee76f4
J
2945 * unexmacosx.c (unexec_error): Use const char *.
2946
09d93395
DN
29472010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2948
2949 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 2950 (font_parse_name, font_open_by_name):
09d93395 2951 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 2952 (font_parse_name, font_open_by_name): Remove const.
09d93395 2953
671d409f
AS
29542010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2955
2956 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
2957 definition.
2958
2959 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
2960 * m/amdx86-64.h: Likewise.
2961 * m/arm.h: Likewise.
2962 * m/hp800.h: Likewise.
2963 * m/ia64.h: Likewise.
2964 * m/ibmrs6000.h: Likewise.
2965 * m/ibms390.h: Likewise.
2966 * m/intel386.h: Likewise.
2967 * m/iris4d.h: Likewise.
2968 * m/m68k.h: Likewise.
2969 * m/macppc.h: Likewise.
2970 * m/mips.h: Likewise.
2971 * m/sh3.h: Likewise.
2972 * m/sparc.h: Likewise.
2973 * m/template.h: Likewise.
2974 * m/vax.h: Likewise.
2975 * m/xtensa.h: Likewise.
2976 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
2977 WORDS_BIG_ENDIAN.
2978 * lisp.h: Likewise.
2979 * md5.c: Likewise.
2980 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
2981
8ea90aa3
DN
29822010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2983
2984 Use const char* instead of char*.
2985 Reduce the number of warnings with -Wwrite-strings.
2986 * xrdb.c (get_environ_db, get_system_name):
2987 * unexelf.c (find_section):
2988 * term.c (string_cost, string_cost_one_line, per_line_cost)
2989 (get_named_tty, init_tty):
2990 * sysdep.c (sys_subshell):
2991 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
2992 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
2993 * search.c (Freplace_match):
2994 * process.c (Fmake_network_process, send_process, init_process):
2995 * lread.c (Fload, init_lread):
2996 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
2997 * keyboard.c (parse_tool_bar_item, struct event_head):
2998 * gtkutil.h (xg_get_font_name):
2999 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
3000 (make_widget_for_menu_item, make_menu_item, create_menus)
3001 (xg_make_tool_item):
3002 * font.c (parse_matrix, font_parse_name):
3003 * floatfns.c (rounding_driver, float_error_fn_name):
3004 * filelock.c (get_boot_time_1, lock_file_1):
3005 * fileio.c (barf_or_query_if_file_exists, check_writable):
3006 * editfns.c (get_system_name, get_operating_system_release)
3007 (Fencode_time, Fset_time_zone_rule):
3008 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
3009 * buffer.c (defvar_per_buffer): Use const.
3010
7815fe19 30112010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 3012
692f3ddc 3013 * charset.c: Include <stdlib.h>.
7a84eee5
KH
3014 (struct charset_sort_data): New struct.
3015 (charset_compare): New function.
692f3ddc 3016 (Fsort_charsets): New function.
7a84eee5
KH
3017 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
3018
3019 * coding.c (decode_coding_iso_2022): Fix checking of dimension
3020 number in CTEXT extended segment.
3021
7815fe19 30222010-08-08 Juanma Barranquero <lekktu@gmail.com>
f5f6c0e0
JB
3023
3024 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
3025 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
3026
7815fe19 30272010-08-08 Juanma Barranquero <lekktu@gmail.com>
b756c005
JB
3028
3029 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
3030 (Fhash_table_size): Fix typos in docstrings.
3031 (Fmake_hash_table): Doc fix.
3032
7815fe19 30332010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3034
3035 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
3036 Doc fix (bug#5625).
3037
7815fe19 30382010-08-08 Ken Brown <kbrown@cornell.edu>
9f8c08a7
KB
3039
3040 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
3041 the MSDOS definition.
3042
1b6d8cf0
DN
30432010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
3044
675e2c69
DN
3045 Use const char* instead of char*.
3046 * xterm.c (x_create_toolkit_scroll_bar):
3047 * xfont.c (xfont_list_pattern):
3048 * xfns.c (x_default_scroll_bar_color_parameter)
3049 (xic_create_fontsetname, x_default_font_parameter)
3050 (x_screen_planes):
3051 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
3052 (store_mode_line_string, decode_mode_spec, display_string):
3053 * menu.c (digest_single_submenu):
3054 * keymap.h (initial_define_key, initial_define_lispy_key):
3055 * keymap.c (initial_define_key, initial_define_lispy_key):
3056 * image.c (image_error, image_keyword):
3057 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
3058 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
3059 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
3060 (ftfont_list, ftfont_match):
3061 * frame.c (frame_parm_table):
3062 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
3063 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
3064 (font_add_log, font_deferred_log):
3065 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
3066 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
3067 (font_add_log, font_deferred_log):
3068 * emacs.c (argmatch):
3069 * dispextern.h (struct it):
3070 * coding.c (ENCODE_DESIGNATION):
3071 * charset.c (define_charset_internal): Use const.
3072
25717ca1
DN
3073 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
3074
c5683ceb
SM
3075 * xrdb.c: Remove include guard.
3076 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1b6d8cf0
DN
3077 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
3078 realloc->xrealloc instead of using #defines.
3079
efb41e21
EZ
30802010-08-08 Eli Zaretskii <eliz@gnu.org>
3081
cd21226d 3082 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
c5683ceb
SM
3083 * editfns.c (Fline_beginning_position, Fline_end_position):
3084 State in the doc strings that start and end of line are in the
3085 logical order.
cd21226d 3086
efb41e21
EZ
3087 * xdisp.c (display_line): Move the handling of overlay arrow after
3088 the call to find_row_edges. (Bug#6699)
3089
746812d9
CY
30902010-08-07 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * keyboard.c (command_loop_1):
3093 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
3094
9852377f
CY
30952010-08-07 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * insdel.c (prepare_to_modify_buffer): Save active region text to
3098 Vsaved_region_selection.
3099
3100 * xselect.c (QPRIMARY): Move to keyboard.c.
3101
3102 * keyboard.c (Vselect_active_regions): Move from simple.el.
8d9e03e4
JB
3103 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
3104 (command_loop_1): Set window selection prior to deactivating the mark.
9852377f 3105
0e9c8657
JB
31062010-08-07 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * alloc.c (lisp_malloc):
3109 * buffer.c (set_buffer_internal, set_buffer_internal_1):
3110 * charset.h (emacs_mule_charset):
3111 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
3112 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
3113 (bitch_at_user):
3114 * lisp.h (Fcheck_coding_system, Fget_text_property)
3115 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
3116 Remove duplicate declarations.
3117
648801d1
DN
31182010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3119
32bc6709
DN
3120 * process.c: Simplify include logic.
3121
3ef1d108
DN
3122 * keyboard.h (quit_char): Add declaration.
3123 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
8d9e03e4
JB
3124 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
3125 Add declarations.
3ef1d108
DN
3126 * sysdep.c:
3127 * w32.c: Remove the above declarations.
3128
97ec208f
DN
3129 Remove extern declarations in .c files, .h files have them.
3130 * xterm.c:
3131 * xdisp.c:
97ec208f
DN
3132 * msdos.c:
3133 * image.c:
3134 * gtkutil.c:
3135 * fileio.c:
3136 * eval.c: Remove declarations.
3137
94eed851
DN
3138 * frame.c (frame_params): Make const.
3139
36e053eb
DN
3140 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
3141
0e843971
DN
3142 * emacs.c (emacs_copyright, emacs_version): Make static.
3143 (Vinitial_window_system, Vauto_save_list_file_name)
3144 (Vinhibit_redisplay): Remove declarations.
3145 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
3146 for AIX.
3147
648801d1
DN
3148 Use const for some arrays and functions.
3149 * xterm.h (xg_set_icon_from_xpm_data):
3150 * xfns.c (xg_set_icon_from_xpm_data):
3151 * term.c (fkeys):
3152 * keyboard.c (lispy_accent_keys, lispy_function_keys)
3153 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
3154 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
3155 (frame.c frame_parms):
3156 * emacs-icon.h (gnu_xpm_bits):
3157 * callint.c (callint_argfuns): Use const.
3158
8646d999
J
31592010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3160
3161 * sysdep.c: Move include term.h last of includes (Bug#6812).
3162
cb4545ad
EZ
31632010-08-06 Eli Zaretskii <eliz@gnu.org>
3164
3165 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
3166
3167 * msdos.c (IT_display_cursor): Log cursor position on termscript.
3168
3169 * .gdbinit (pgx): Display the avoid_cursor_p flag.
3170
da7e2be6
JB
31712010-08-06 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
3174
3d608a86
J
31752010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3176
7908fb60
J
3177 * xterm.h (x_get_focus_frame): Declare.
3178
3179 * keyboard.h (poll_for_input_1): Unconditionally declare.
3180
4094bf36
J
3181 * nsterm.h (x_set_menu_bar_lines): Declare.
3182
3183 * window.c: Don't include menu.h, it depends on lots of other .h-files.
3184
3d608a86
J
3185 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
3186
3187 * window.c: Include menu.h.
3188
3189 * unexmacosx.c (print_region_list, print_regions)
3190 (build_region_list, find_emacs_zone_regions)
3191 (unexec_regions_merge, read_load_commands, dump_it)
3192 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
3193
3194 * term.c: Check HAVE_SYS_IOCTL_H.
3195
686b968e 3196 * sysdep.c: Check HAVE_TERM_H.
3d608a86 3197
686b968e 3198 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
3d608a86
J
3199
3200 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
3201 (ns_ring_bell, ns_defined_color, hide_hourglass)
3202 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
3203 Convert to ANSI C prototypes.
3204 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
3205 before code.
3206
3207 * nsterm.h : Include sysselect.h.
3208 (x_sync, x_get_focus_frame, x_set_mouse_position)
3209 (x_set_mouse_pixel_position, x_make_frame_visible)
3210 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
3211 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
3212 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
3213 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
686b968e 3214 Declare.
3d608a86
J
3215
3216 * nsmenu.m (popup_activated, name_is_separator)
3217 (syms_of_nsmenu): Convert to ANSI C prototypes.
3218 (runMenuAt): Prototypes and move declarations before code.
3219
3220 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
3221
3222 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
3223 prototypes.
3224
3225 * nsfns.m (have_menus_p, ns_display_info_for_name)
3226 (x_set_cursor_type, ns_appkit_version_str)
3227 (ns_appkit_version_int, ns_do_applescript)
3228 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
3229 (syms_of_nsfns): Convert to ANSI C prototypes.
3230
3231 * menu.h (x_set_menu_bar_line): Declare.
3232 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
3233
3234 * lisp.h (fmod_float): Declare.
3235
3236 * image.c (xpm_scan, xpm_make_color_table_v)
3237 (xpm_put_color_table_v, xpm_get_color_table_v)
3238 (xpm_make_color_table_h, xpm_put_color_table_h)
3239 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
3240 (xpm_load): Convert to ANSI C prototypes.
3241
3242 * emacs.c: Include nsterm.h if HAVE_NS.
3243
3244 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
3245
fce70521
DN
32462010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3247
3248 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
3249 subprocesses, only MSDOS does not define HAVE_SOCKETS.
3250 (socket_options): Use const char* for name.
3251
a11889ab
JB
32522010-08-06 Juanma Barranquero <lekktu@gmail.com>
3253
3254 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
3255
3256 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
3257 Don't declare xmalloc_widget_value and digest_single_submenu.
3258
3259 * w32font.c (Qlatin): Remove declaration.
3260
3261 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
3262
c95b508f 3263 * dired.c (compile_pattern): Restore declaration.
a11889ab 3264
6254cdda
DN
32652010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
3266
04bab72c
DN
3267 Remove extern declarations in .c files, .h files have them.
3268 * data.c:
3269 * dired.c:
3270 * editfns.c:
3271 * filelock.c:
3272 * fns.c:
3273 * font.c:
3274 * fontset.c:
3275 * frame.c:
3276 * fringe.c:
3277 * ftfont.c:
3278 * gtkutil.c:
3279 * indent.c:
3280 * keyboard.c:
3281 * keymap.c:
3282 * lread.c:
3283 * menu.c:
3284 * print.c:
3285 * search.c:
3286 * sound.c:
3287 * window.c:
3288 * xdisp.c:
3289 * xfaces.c:
3290 * xfns.c:
3291 * xfont.c:
3292 * xftfont.c:
3293 * xmenu.c:
3294 * xterm.c: Remove declarations.
3295
dff94ed5
DN
3296 Cleanup syssignal.h.
3297 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
3298 (main_thread): Move down to remove #ifdef.
3299 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
3300 Remove conditional definition following unconditional ones.
3301
99f3388e
DN
3302 * lisp.h: Remove HAVE_SHM code, unused.
3303 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
3304 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
3305 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
3306 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
3307 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
3308 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
3309 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
3310 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
3311 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
3312 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
3313 (Qwindow_scroll_functions, Vafter_load_alist)
3314 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
3315 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
3316 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
3317 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
3318 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
3319 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
3320 (initial_argv, last_nonmenu_event, load_in_progress)
3321 (noninteractive_need_newline, scroll_margin): Add declarations.
3322
bba3e508
SM
3323 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
3324 Remove declarations, menu.h has them.
99f3388e
DN
3325 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
3326 (Vinput_method_function, Qinput_method_function)
3327 (Qevent_symbol_element_mask, last_event_timestamp):
3328 * dispextern.h (Voverflow_newline_into_fringe):
3329 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
3330 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
3331 (syms_of_w32font, syms_of_nsfont):
3332 * fontset.h (find_font_encoding, Qlatin):
3333 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
3334 (Vtool_bar_mode, set_frame_menubar):
3335 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
3336 * xterm.h (Qx_gtk_map_stock):
3337 * keymap.h (meta_prefix_char): Add declarations.
3338
9f5dd6f2
DN
3339 * term.c: Remove dead code.
3340
6254cdda
DN
3341 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
3342 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
3343 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
3344 which is what was there before BSD_PGRPS was removed.
3345
29cf3e20
EZ
33462010-08-05 Eli Zaretskii <eliz@gnu.org>
3347
3348 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
3349
3350 * unexcoff.c: Renamed from unexec.c.
3351
aaa0a19a
SM
33522010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
3355
8d1d9587
JB
33562010-08-03 Johan Bockgård <bojohan@gnu.org>
3357
3358 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 3359 (Bug#6744)
8d1d9587 3360
9a747ba6
JD
33612010-08-02 Jan Djärv <jan.h.d@swipnet.se>
3362
4d464ae4
JD
3363 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
3364 to TRUE if depth of screen is < 16.
3365
ac01763e
JD
3366 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
3367 USE_GTK_TOOLTIP.
e0d62a9b
JB
3368 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
3369 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 3370 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
3371 USE_GTK_TOOLTIP.
3372 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
3373
3374 * xterm.h (USE_GTK_TOOLTIP): New define.
3375 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
3376
9a747ba6
JD
3377 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
3378 to Control-D (Bug#6771).
3379
7b0815ba
JB
33802010-08-02 Juanma Barranquero <lekktu@gmail.com>
3381
3382 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
3383 Wording by Drew Adams <drew.adams@oracle.com>.
3384
aa1859f5
J
33852010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3386
3387 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
3388 ttip_lbl.
3389
3390 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
3391 calling gtk_widget_queue_draw.
3392 (x_free_frame_resources): Call xg_free_frame_widgets.
3393
3394 * xfns.c (x_gtk_use_system_tooltips): New variable.
3395 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
3396 new gtkutil tooltip functions to show the tooltip.
3397 (Fx_hide_tip): Call xg_hide_tooltip.
3398 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
3399
3400 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
3401 (xg_show_tooltip, xg_hide_tooltip): Declare.
3402
3403 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
3404 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
3405 New functions.
aa1859f5
J
3406 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
3407 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
3408 Remove code that is commented out.
3409
76417ef4
SM
34102010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
3413
16041401
CY
34142010-07-31 Chong Yidong <cyd@stupidchicken.com>
3415
3416 * xselect.c (x_own_selection): Use list4.
3417
2c09a58f
DN
34182010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3419
3420 * buffer.c (Qwindow): Do not define, already defined in data.c.
3421 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
3422
59df9fdd 34232010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 3424
59df9fdd
JB
3425 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
3426 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
3427 * config.in: Undef HAVE_DIRENT_H.
1c97e857 3428 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 3429 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 3430
1b231651
DN
34312010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3432
3433 Rename s/usg5-4.h -> s/usg5-4-common.h.
3434 * s/usg5-4.h: Rename file to ...
3435 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
3436 * s/unixware.h:
3437 * s/sol2-6.h:
3438 * s/irix6-5.h: Update includes accordingly.
3439
bfeabdc3
JD
34402010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3441
2ebf1083
J
3442 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
3443
bfeabdc3 3444 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
3445 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
3446 Remove toolbar_height.
3447 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
3448 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
3449 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
3450 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
3451
3452 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3453
3454 * xfns.c (x_set_tool_bar_position): New function.
3455 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
3456 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 3457 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
3458
3459 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
3460 and FRAME_TOOLBAR_LEFT_WIDTH.
3461
3462 * gtkutil.h (xg_change_toolbar_position): Declare.
3463
3464 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
3465 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3466 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
3467 (xg_create_frame_widgets): Create a hobox for placing widgets
3468 vertically. Use gtk_box_pack_start.
ef1b0ba7 3469 (xg_height_or_width_changed): Rename from xg_height_changed.
bfeabdc3
JD
3470 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
3471 (xg_update_frame_menubar, free_frame_menubar): Change to
3472 xg_height_or_width_changed.
3473 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
3474 size correctly. Remove hardcoded 4, instead use handlebox size -
3475 toolbar size.
3476 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 3477 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
3478 (xg_pack_tool_bar): POS is a new parameter.
3479 Set orientation of tool bar based on pos.
3480 Only make handlebox_widget if NULL.
3481 Check if tool bar goes to vbox or hbox depending on pos.
3482 (xg_update_tool_bar_sizes): New function.
686b968e 3483 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
bfeabdc3
JD
3484 height, call xg_update_tool_bar_sizes instead.
3485 (free_frame_tool_bar): Remove from hbox or vbox depending on
3486 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
3487 (xg_change_toolbar_position): New function.
3488
3489 * frame.h (struct frame): Add tool_bar_position.
3490 (Qbottom): Declare.
3491
3492 * frame.c (Qtool_bar_position): New variable.
3493 (make_frame): Set tool_bar_position to Qtop.
3494 (frame_parms): Add tool-bar-position.
3495 (x_report_frame_params): Store tool_bar_position.
3496 (x_set_fringe_width): Reset wm size hint after fringe changes.
3497
26469a38
DN
34982010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 Make lisp_time_argument declaration work on all systems.
3501 * lisp.h (lisp_time_argument): Move declaration ...
3502 * systime.h (lisp_time_argument): ... here
3503 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
3504
8848b728
JD
35052010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3506
3507 * vm-limit.c (POINTER): Add typedef for it.
3508 (start_of_data): Change return type from POINTER to char *.
3509
3510 * frame.h (Qtty_color_mode): Move declaration out of ifdef
3511 HAVE_WINDOW_SYSTEM.
3512
76fd1ee9
DN
35132010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3514
0441987e
DN
3515 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
3516 Remove reference to __osf__, unused.
3517
56a000c7
DN
3518 * mem-limits.h: Remove duplicated includes.
3519 (NULL): Remove definition, unused.
3520 (POINTER): Remove definition.
3521 (start_of_data): Use char* in prototype, as the function
3522 definition does.
3523
e6cba650
DN
3524 Remove extern declarations from .c files, and them to .h files.
3525 * keyboard.h (Qhelp_echo, waiting_for_input)
3526 (input_available_clear_time, ignore_mouse_drag_p)
3527 (Vdouble_click_time, real_this_command, Vthis_original_command):
3528 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
3529 (Voverriding_local_map_menu_flag):
3530 * lisp.h (Qinteractive_form, use_file_dialog)
3531 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
3532 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
3533 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
3534 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
3535 (Qfunction, debug_on_next_call, Qfield)
3536 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
3537 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
3538 (Qfile_directory_p, Qinsert_file_contents)
3539 (Qcompletion_ignore_case, Qcompletion_ignore_case)
3540 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
3541 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
3542 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
3543 (Qminibuffer_prompt)
3544 (Vtemporary_file_directory,char_ins_del_vector, Qface):
3545 * xterm.h (gray_bitmap_width, gray_bitmap_height)
3546 (gray_bitmap_bits, xic_create_fontsetname):
3547 * coding.h (Vtranslation_table_for_input): Add extern declarations.
3548
3549 * xsmfns.c (Vuser_login_name):
3550 * xrdb.c (Vdouble_click_time):
3551 * xfaces.c (xic_create_fontsetname):
3552 * w32select.c (waiting_for_input):
3553 * print.c (minibuffer_auto_raise):
3554 * msdos.c (Qhelp_echo):
3555 * macros.c (real_this_command):
3556 * keymap.c (Voverriding_local_map):
3557 * xterm.c (poll_for_input_1, gray_bitmap_width)
3558 (gray_bitmap_height, gray_bitmap_bits;
3559 * xmenu.c ( Voverriding_local_map)
3560 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
3561 (use_file_dialog, Xt_app_con):
3562 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
3563 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
3564 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
3565 (Qtool_bar_lines, ignore_mouse_drag_p):
3566 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
3567 (Qrear_nonsticky, nconc2):
3568 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
3569 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
3570 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
3571 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
3572 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
3573 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
3574 (gc_in_progress):
3575 * doc.c (Voverriding_local_map, Qremap):
3576 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
3577 (Vcompletion_regexp_list):
3578 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
3579 (Qcompletion_ignore_case):
3580 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
3581 (Vhistory_length, Vthis_original_command, real_this_command)
3582 (Qface, Qminibuffer_prompt, history_delete_duplicates):
3583 * image.c (Qrisky_local_variable):
3584 * fontset.c (QCname):
3585 * fns.c (minibuffer_auto_raise, QCname):
3586 * dispnew.c (char_ins_del_cost):
3587 * composite.c (font_fill_lglyph_metrics):
3588 * cmds.c (Qface, Vtranslation_table_for_input):
3589 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
3590 * ccl.c (charset_unicode):
3591 * callproc.c (Vtemporary_file_directory):
3592 * buffer.c (emacs_strerror): Remove extern declarations.
3593
3594 * data.c (Qwindow): Make non-static, used from other files too.
3595 * frame.c (validate_x_resource_name): Remove shadow definition for i.
3596
76fd1ee9
DN
3597 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
3598 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
3599 * s/usg5-4.h (COFF):
3600 * s/template.h:
3601 * s/msdos.h (COFF, NO_REMAP):
3602 * s/ms-w32.h (NO_REMAP):
3603 * s/hpux10-20.h (NO_REMAP):
3604 * m/sparc.h (SEGMENT_MASK):
3605 * m/m68k.h (NO_REMAP):
3606 * m/intel386.h (SEGMENT_MASK):
3607 * m/arm.h (NO_REMAP):
3608 * m/alpha.h (COFF):
3609 * m/template.h: Remove references to unused defines.
3610
8a52f00a
JD
36112010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3612
3613 * xsettings.c (Ftool_bar_get_system_style): Also check for
3614 Qtext_image_horiz.
3615
3616 * xdisp.c (Qtext_image_horiz): Define.
3617 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 3618 to documentation of tool-bar-style.
8a52f00a
JD
3619
3620 * lisp.h (Qtext_image_horiz): Declare.
3621
3622 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
3623 style text_image_horiz.
3624
89dc303e
DN
36252010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3626
60799703
DN
3627 * emacs.c (Fkill_emacs): Remove return statement.
3628
37254dc1
DN
3629 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
3630 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
bba3e508
SM
3631 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys):
3632 Remove local extern declarations.
37254dc1 3633
71c7345a
DN
3634 * xmenu.c: Do not included lwlib.h, not needed.
3635
6ba577cb
DN
3636 * m/iris4d.h (XUINT, XSET): Remove, not needed.
3637
fdb183d6
DN
3638 * process.c: Move definitions earlier to minimize #ifdefs.
3639
3640 * xterm.h (x_get_customization_string, x_load_resources)
3641 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
3642 (x_check_errors, x_property_data_to_lisp, defined_color)
3643 (xic_set_xfontset, x_defined_color): Use const.
3644
3645 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
3646 (x_text_icon, x_check_errors, x_connection_closed): Use const.
3647
3648 * xselect.c (selection_data_to_lisp_data)
3649 (x_property_data_to_lisp):
3650 * xrdb.c (x_get_string_resource, file_p)
3651 (x_get_customization_string, magic_file_p, search_magic_path)
3652 (get_system_app, get_user_app, x_load_resources, x_get_resource)
3653 (x_get_string_resource): Use const.
3654
3655 * xfns.c: Include xlwmenu.h when USE_LUCID.
3656 (x_defined_color, xic_set_xfontset): Use const.
3657 (Fx_hide_tip): Remove local extern declaration.
3658
3659 * xfaces.c (Qmouse_face): Remove declaration.
3660 (face_color_gray_p, tty_defined_color, defined_color)
686b968e 3661 (face_color_gray_p, face_color_supported_p): Add const.
fdb183d6
DN
3662
3663 * xdisp.c (do_mouse_tracking): Remove declaration.
3664 (add_to_log): Use const.
3665
3666 * minibuf.c (Qmouse_face): Remove declaration.
3667
3668 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
3669
3670 * keyboard.h (do_mouse_tracking): Add declaration.
3671
3672 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
3673 (QCdata, QCtype, Qcenter): Remove declarations.
3674
3675 * frame.c (x_get_resource_string, x_get_string_resource)
3676 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3677 (x_default_parameter): Use const.
3678
3679 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
3680 (QCheight, QCsize, QCname): Remove declarations.
3681
3682 * emacs.c (main): Remove local extern declaration.
3683
3684 * editfns.c (region_limit, syms_of_editfns): Remove local extern
3685 declarations.
3686
3687 * dispnew.c: Remove duplicate #include <unistd.h>.
3688 (update_window, update_frame_1, init_display): Remove local extern
3689 declarations.
3690
3691 * dispextern.h (add_to_log): Remove declaration.
3692 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3693 (x_frame_get_and_record_arg, x_default_parameter): Add const.
3694
3695 * dired.c (scmp): Add const.
3696 (directory_files_internal): Remove local extern declaration.
3697
3698 * data.c (Finteractive_form): Use const.
3699
3700 * composite.c (syms_of_composite): Remove local extern declarations.
3701
3702 * charset.c (add_to_log): Remove declaration.
3703
3704 * character.c (strwidth, parse_str_to_multibyte): Add const.
3705
3706 * character.h (strwidth, parse_str_to_multibyte): Likewise.
3707
3708 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
3709
89dc303e 3710 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
3711 (Lisp_Subr): Make doc and intspec constant.
3712 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
3713 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
3714 (QCheight, QCsize, QCname, QCwidth, QCforeground)
3715 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
3716 (display_arg): Add declarations.
89dc303e 3717
0ed082fe 37182010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
3719
3720 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
3721
0ed082fe
JB
3722 * window.c (Fwindow_height): Doc fix (bug#6518).
3723
37242010-07-27 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
3727
ccaf0336
DN
37282010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3729
977105dc
DN
3730 * keyboard.c (Ftop_level, Fexit_recursive_edit)
3731 (Fabort_recursive_edit): Remove return statements in NO_RETURN
3732 functions.
3733
f5ada890
DN
3734 * frame.h (Qtty_color_mode): Add declaration.
3735
ccaf0336
DN
3736 * lisp.h (Ftop_level, Fexit_recursive_edit)
3737 (Fabort_recursive_edit): Mark as NO_RETURN.
3738
dfe3c90f
KH
37392010-07-26 Kenichi Handa <handa@m17n.org>
3740
3741 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 3742 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 3743
7d383292
JB
37442010-07-26 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * lread.c (unreadpure, mapatoms_1): Make static.
3747
da31e629
JB
37482010-07-25 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * terminfo.c (tparam): Fix prototype of tparm.
3751
7bfa6d77
AS
37522010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3753
dcc19aac
AS
3754 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
3755 find start of text segment.
3756 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
3757 is defined.
3758
7bfa6d77
AS
3759 * callproc.c (set_initial_environment): Avoid unbalanced braces.
3760
63f9a672
KB
37612010-07-25 Ken Brown <kbrown@cornell.edu>
3762
3763 * vm-limit.c (check_memory_limits): Fix previous change;
3764 accidentally reverted an earlier change.
3765
24933075
KB
37662010-07-25 Ken Brown <kbrown@cornell.edu>
3767
3768 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
3769 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
3770
361358ea
JB
37712010-07-25 Juanma Barranquero <lekktu@gmail.com>
3772
3773 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
3774 * dired.c (opendir, readdir): Fix prototypes.
3775 * editfns.c (w32_get_internal_run_time): Fix prototypes.
3776 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
3777 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
3778 (telldir): Remove declaration.
3779 * ralloc.c (real_morecore, __morecore): Fix prototypes.
3780 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
3781 * syssignal.h (strsignal): Fix prototype.
3782 * term.c (tparam): Fix prototype.
3783 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
3784 (term_get_fkeys): Set inside "#ifndef DOS_NT".
3785 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
3786 and __morecore.
3787 * w32gui.h (XParseGeometry): Fix prototype.
3788 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
3789 * w32term.c (my_set_focus): Declare inside #if 0.
3790 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
3791 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
3792 (drain_message_queue, get_next_msg, post_msg, parse_button)
3793 (ClipboardSequence_Proc): Fix prototypes.
3794 (wait_for_sync): Remove declaration.
3795
630b9592
JB
37962010-07-24 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * w32fns.c (w32_to_x_color): Remove, unused.
3799
6a0d6611
AS
38002010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3801
3802 * lisp.h: Remove leftover P_.
3803
4e8608ff
DN
38042010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3805
3806 * ecrt0.c, unexalpha.c: Remove files, unused.
3807
c8197983
AS
38082010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3809
3810 * cmds.c (internal_self_insert): Make static.
3811 * lisp.h (internal_self_insert): Remove declaration.
3812
97b372d7
JB
38132010-07-23 Juanma Barranquero <lekktu@gmail.com>
3814
33ac0414
JB
3815 * alloc.c (free_float):
3816 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
3817 * frame.c (delete_frame_handler):
3818 * ralloc.c (reorder_bloc):
3819 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
3820 Remove unused static functions.
3821
94da8397
JB
3822 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
3823 it is called only from NS code.
3824
2e6c8532
JB
3825 * w32term.c (my_set_focus): #ifdef away; it is called only from
3826 "#ifdef 0" code.
3827
97b372d7
JB
3828 * w32fns.c (x_edge_detection):
3829 * xfaces.c (may_use_scalable_font_p):
3830 Remove obsolete static declarations.
3831
7c3320d8
JB
38322010-07-20 Juanma Barranquero <lekktu@gmail.com>
3833
3834 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
3835 (emacs_blocked_realloc, uninterrupt_malloc):
3836 * fringe.c (w32_reset_fringes):
3837 * image.c (convert_mono_to_color_image, lookup_rgb_color)
3838 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
3839 * sound.c (be2hs, do_play_sound):
3840 * vm-limit.c (get_lim_data, ret_lim_data):
3841 * w32term.c (x_free_frame_resources):
3842 * xfaces.c (x_create_gc, x_free_gc):
3843 Convert definitions to standard C.
3844
d5273788
SM
38452010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * eval.c (Feval, Ffuncall): Use the new names.
3848
3849 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
3850 (DEFUN): Add braces around the union initialisation and use ## to
3851 specify the right union alternative and avoid a cast.
3852
8d16a259
JB
38532010-07-18 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
3856
3b8eff32
CY
38572010-07-17 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
3860
499322ce
J
38612010-07-17 Jan Djärv <jan.h.d@swipnet.se>
3862
3863 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
3864 is related to the menu bar (Bug#6499).
a628ad9d 3865 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 3866
f6003da5 38672010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
3868
3869 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
3870
3871 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
3872
3873 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
3874 i.e. don't put back ButtonRelease (Bug#6608).
3875
3876 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
3877 instead of Window. Call xg_event_is_for_menubar when
3878 USE_GTK (Bug#6499).
3879
3880 * gtkutil.h (xg_event_is_for_menubar): Declare.
3881
3882 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
3883
f6003da5 38842010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
3885
3886 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
3887 when it's the same as the old foreground. (Bug#6609)
3888
23243f29
J
38892010-07-16 Jan Djärv <jan.h.d@swipnet.se>
3890
3891 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
3892 widget is non-null (Bug#6645).
3893
2b23d2a6
AS
38942010-07-15 Andreas Schwab <schwab@linux-m68k.org>
3895
01b564ff
AS
3896 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
3897 Convert old-style definition.
3898
2b23d2a6
AS
3899 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
3900 timestamp argument.
3901
c4affd2c
EZ
39022010-07-15 Eli Zaretskii <eliz@gnu.org>
3903
3904 * fringe.c (update_window_fringes): Restore mistakenly reverted
3905 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
3906
cf28cebc
J
39072010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3908
3909 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
3910 (SET_SAVED_KEY_EVENT): Remove (not used).
3911 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
3912 remove size parameter.
3913 (handle_one_xevent): Check popup_activated () for menu for Xt also.
3914 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
3915 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
3916 ButtonRelease.
6b2c4bd9
J
3917 (x_set_window_size_1): scroll_bar_actual_width is always
3918 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
3919
3920 * xdisp.c (pending_menu_activation): Remove extern declaration.
3921 (prepare_menu_bars): Remove setting of pending_menu_activation.
3922
3923 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
3924 (x_activate_menubar): Set popup_activated_flag for Xt also.
3925 Remove setting of pending_menu_activation.
cf28cebc
J
3926 (set_frame_menubar): Remove check of pending_menu_activation.
3927 Declare menubar_size before code. Correct spelling in comment.
3928
f6c1c771
KH
39292010-07-14 Kenichi Handa <handa@m17n.org>
3930
3931 * font.c (font_open_entity): Cancel previous change.
3932 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
3933
20477505
EZ
39342010-07-13 Eli Zaretskii <eliz@gnu.org>
3935
77defa9a
EZ
3936 Remove subprocesses #ifdefs.
3937 * process.c <inhibit_sentinels>: Move to the common part.
3938 (Fwaiting_for_user_input_p): Move to the common part; return nil
3939 if async subprocesses aren't supported.
3940 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
3941 MS-DOS. Remove "#ifdef subprocesses".
3942 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
3943 (gettimeofday): Remove "#ifdef subprocesses".
3944 (wait_without_blocking): Remove function.
3945 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
3946 Remove "#ifdef subprocesses".
3947 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
3948 compiled on MS-DOS.
3949 * callproc.c (Fcall_process) [!MSDOS]: Don't call
3950 wait_for_termination on MS-DOS.
3951 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
3952 initialization of inhibit_sentinels.
3953 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
3954 subprocesses" conditional.
3955 * callproc.c (Fcall_process) [!subprocesses]: Don't call
3956 wait_for_termination, since `buffer' cannot be an integer when
3957 async subprocesses are not supported
3958 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
3959 for ifdefing away the call to Fprocess_status.
3960
20477505
EZ
3961 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
3962 away the entire body of the function.
3963
b3ffc17c
DN
39642010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3965
01faa934
DN
3966 Remove subprocesses #ifdefs from term.c.
3967 * process.c (add_keyboard_wait_descriptor)
3968 (delete_keyboard_wait_descriptor): Move to common section, do
3969 nothing when subprocesses is not defined.
a628ad9d
JB
3970 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
3971 Remove subprocesses #ifdefs.
01faa934 3972
b3ffc17c
DN
3973 Convert maybe_fatal to standard C.
3974 * lisp.h (verror): Declare.
3975 * eval.c (verror): New function containing the code from ...
3976 (error): ... this. Call verror.
3977 * term.c (vfatal): New function containing the code from ...
3978 (fatal): ... this. Call vfatal.
3979 (maybe_fatal): Convert to standard C, use variable number of
3980 arguments. Declare as non-return.
3981 (init_tty): Fix maybe_fatal call.
3982
0521f580
DN
39832010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3984
3985 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
3986 (_scroll_bar_note_movement): Convert definitions to standard C.
3987 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
3988 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
3989
ebd15611
DN
39902010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3991
3992 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
3993 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
3994 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
3995 (xaw_jump_callback, xaw_scroll_callback)
3996 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
bba3e508
SM
3997 (x_wm_set_size_hint, x_activate_timeout_atimer):
3998 Convert definitions to standard C.
ebd15611
DN
3999 * xmenu.c (menubar_id_to_frame, popup_get_selection)
4000 (popup_activate_callback, popup_deactivate_callback)
4001 (menu_highlight_callback, menubar_selection_callback)
4002 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
4003 (free_frame_menubar, popup_selection_callback, as)
4004 (create_and_show_popup_menu, dialog_selection_callback)
4005 (create_and_show_dialog):
4006 * xfns.c (hack_wm_protocols, x_window):
4007 * xfaces.c (x_update_menu_appearance):
4008 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
4009 (char_to_pixel_size, round_size_to_char, get_wm_shell)
4010 (set_frame_size, update_wm_hints, setup_frame_gcs)
4011 (update_various_frame_slots, update_from_various_frame_slots)
4012 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
4013 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
4014 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
4015
de06a2dd
AS
40162010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4017
a628ad9d 4018 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 4019
fc549af9
EZ
40202010-07-12 Eli Zaretskii <eliz@gnu.org>
4021
4022 * process.c (setup_process_coding_systems): Move to the part
4023 shared by non-subprocesses systems, and make its body empty when
4024 subprocesses is not defined.
4025 (close_process_descs): Move to the part shared by non-subprocesses
4026 systems.
1408902e
EZ
4027 (wait_reading_process_output) [!subprocesses]: Convert arg list to
4028 ANSI C.
fc549af9 4029
d5a3eaaf
AS
40302010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4031
4032 * editfns.c (transpose_markers): Convert old-style definition.
4033 * emacs.c (abort, shut_down_emacs, fixup_locale)
4034 (synchronize_system_time_locale)
4035 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
4036 * floatfns.c (extract_float, matherr, init_floatfns)
4037 (syms_of_floatfns): Likewise.
4038 * fns.c (make_hash_table): Likewise.
4039 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
4040 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
4041 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
4042 (ftfont_variation_glyphs): Likewise.
4043 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
4044 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
4045 * lread.c (read_filtered_event): Likewise.
4046 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
4047 * process.c (wait_reading_process_output): Likewise.
4048 * scroll.c (do_line_insertion_deletion_costs): Likewise.
4049 * search.c (search_buffer, boyer_moore): Likewise.
4050 * syntax.c (scan_sexps_forward): Likewise.
4051 * xdisp.c (try_scrolling): Likewise.
4052 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
4053 (face_at_string_position): Likewise.
4054 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
4055 * xselect.c (x_get_window_property, receive_incremental_selection)
4056 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
4057 Likewise.
4058 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
4059
6f704c76
DN
40602010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4061
ded80a25
DN
4062 * callproc.c (child_setup): Remove subprocesses conditional.
4063 Remove code dealing with SET_EMACS_PRIORITY, unused.
4064
49d937f4 4065 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
4066 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
4067
4068 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
4069 (__do_global_dtors, __main): Use void in definition.
4070 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
4071 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
4072 the only users from ...
4073 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
4074 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
4075 (HAVE_VOLATILE): Remove, unused.
4076
6f704c76
DN
4077 Convert more function definitions to standard C.
4078 * xdisp.c (window_box_edges, handle_single_display_spec)
4079 (display_string): Convert definition to standard C.
4080 * scroll.c (do_direct_scrolling, scrolling_1):
4081 * dispnew.c (allocate_matrices_for_frame_redisplay)
4082 (mirrored_line_dance):
4083 * coding.c (code_convert_string):
4084 * charset.c (map_charset_chars):
4085 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
4086 (Fregister_ccl_program, Fregister_code_conversion_map):
4087 * keyboard.c (kbd_buffer_nr_stored): Likewise.
4088 (head_table): Make static and const.
4089
e6cfa7c3
AS
40902010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4091
4092 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4093 (PROFILING_LDFLAGS): Set from substitution.
4094 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
4095 CFLAGS last.
4096
892dd565
KH
40972010-07-12 Kenichi Handa <handa@m17n.org>
4098
6f2cdcd1
KH
4099 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
4100 (shortlisp): Likewise.
4101
892dd565
KH
4102 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
4103
4104 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
4105 of FONT_ENTITY_INDEX.
4106 (Ffont_get): If KEY is :otf and the font-object doesn't have the
4107 property, get the property value dynamically.
4108 (Ffont_put): Accept font-entity and font-object too.
ef1b0ba7 4109 (Ffont_get_glyhphs): Rename from Fget_font_glyphs. Arguments and
892dd565 4110 return value changed.
bba3e508 4111 (syms_of_font): Adjust for the above change.
892dd565 4112
ae96d47a
AS
41132010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4114
c8fc18ee
AS
4115 * blockinput.h: Remove obsolete comment.
4116
89887d67
AS
4117 * lisp.h: Include <stddef.h>.
4118 (OFFSETOF): Don't define.
4119 (VECSIZE): Use offsetof instead of OFFSETOF.
4120 (PSEUDOVECSIZE): Likewise.
4121 * process.c (conv_sockaddr_to_lisp): Likewise.
4122 * alloc.c: Don't include <stddef.h>.
4123 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
4124
ae96d47a
AS
4125 * process.c: Remove obsolete comment.
4126
635c0aa1
CY
41272010-07-11 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
4130
a64df650
AS
41312010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4132
8966b757
AS
4133 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
4134 index, rindex.
4135 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
4136 * editfns.c (Fuser_full_name, Fformat): Likewise.
4137 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
4138 * fileio.c (Ffile_symlink_p): Likewise.
4139 * filelock.c (current_lock_owner): Likewise.
4140 * font.c (font_parse_name, font_parse_family_registry): Likewise.
4141 * fontset.c (fontset_pattern_regexp): Likewise.
4142 * lread.c (read1): Likewise.
4143 * sysdep.c (init_system_name): Likewise.
4144 * xfns.c (select_visual): Likewise.
4145 * s/hpux10-20.h (index, rindex): Don't define.
4146 * s/ms-w32.h (index): Likewise.
4147 * s/usg5-4.h: Likewise.
4148
cf237e27
AS
4149 * callproc.c (relocate_fd): Use F_DUPFD if defined.
4150
a8fe7202
AS
4151 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
4152 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
4153 (egetenv): Likewise.
4154 * doprnt.c (doprnt): Likewise.
4155 * editfns.c (set_time_zone_rule, format2): Likewise.
4156 * emacs.c (decode_env_path): Likewise.
4157 * eval.c (signal_error, error): Likewise.
4158 * insdel.c (replace_range_2): Likewise.
4159 * keyboard.c (cmd_error_internal): Likewise.
4160 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
4161 * print.c (write_string, write_string_1, print_error_message):
4162 Likewise.
4163 * vm-limit.c (warn_function, memory_warnings): Likewise.
4164 * xdisp.c (message1, message1_nolog, message_with_string)
4165 (vmessage, message, message_nolog): Likewise.
4166 * emacs.c: Remove duplicate declaration.
4167 * keyboard.h: Likewise.
4168 * lisp.h: Update prototypes.
4169
bb8e180f
AS
4170 * eval.c: Fix indentation problem.
4171
83380e65
AS
4172 * keyboard.c: Include "process.h"
4173
a64df650
AS
4174 * eval.c: Remove obsolete noinline declaration.
4175 * fns.c: Likewise.
4176
6a8033e1
KR
41772010-07-11 Ken Raeburn <raeburn@raeburn.org>
4178
4179 * doprnt.c (doprnt): Take a va_list argument instead of count and
4180 pointer.
4181 * eval.c (error): Change to a standard-C variadic function.
ef1b0ba7 4182 * xdisp.c (vmessage): Rename from message, made static, and
6a8033e1
KR
4183 changed to take a va_list argument.
4184 (message): New variadic wrapper.
4185 (message_nolog): Now a variadic function, calling vmessage.
4186 * lisp.h: Include stdarg.h for va_list.
4187 (doprnt, error, message, message_nolog): Decls updated.
4188
462aa963
EZ
41892010-07-11 Eli Zaretskii <eliz@gnu.org>
4190
4191 * process.c (syms_of_process) <delete-exited-processes>: Define
4192 even if !subprocesses.
4193 (delete_exited_processes): Ditto.
4194
4195 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
4196 (delete_exited_processes): Don't define.
4197
48104462
CY
41982010-07-10 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * frame.c (make_frame): Initialize menu_bar_lines and
4201 tool_bar_lines members.
bba3e508
SM
4202 (make_initial_frame, make_terminal_frame):
4203 Initialize menu_bar_lines using value of menu-bar-mode.
48104462
CY
4204
4205 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
4206
f388c88a
EZ
42072010-07-10 Eli Zaretskii <eliz@gnu.org>
4208
4209 * process.c: Reshuffle #include's. Condition some of the global
4210 and static variables on `subprocesses'.
4211 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
4212 Leave only one implementation.
4213 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
4214 (kill_buffer_processes, Flist_system_processes)
4215 (Fprocess_attributes, init_process, syms_of_process): Unify the
4216 implementations for with subprocesses and without them.
4217
723f5a07
J
42182010-07-09 Jan Djärv <jan.h.d@swipnet.se>
4219
4220 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
4221 correct size for Motif.
4222 (free_frame_menubar): Call x_set_window_size to update frame size.
4223
4224 * xfns.c (x_window): Set borderWidth to 0 for pane and
4225 EmacsFrame. Frame size calculation is wrong otherwise.
4226
2536a4b7
MA
42272010-07-09 Michael Albinus <michael.albinus@gmx.de>
4228
4229 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
4230 allows to suppress errors when polling in Emacs' main loop.
4231 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
4232 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
4233 (Fdbus_method_error_internal, Fdbus_send_signal)
4234 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
4235 (Fdbus_register_method): Use it. (Bug#6579)
4236
5842a27b
DN
42372010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4238
4239 * alloc.c: Convert DEFUNs to standard C.
4240 * buffer.c:
4241 * bytecode.c:
4242 * callint.c:
4243 * callproc.c:
4244 * casefiddle.c:
4245 * casetab.c:
4246 * category.c:
4247 * character.c:
4248 * charset.c:
4249 * chartab.c:
4250 * cmds.c:
4251 * coding.c:
4252 * composite.c:
4253 * data.c:
4254 * dbusbind.c:
4255 * dired.c:
4256 * dispnew.c:
4257 * doc.c:
4258 * dosfns.c:
4259 * editfns.c:
4260 * emacs.c:
4261 * eval.c:
4262 * fileio.c:
4263 * filelock.c:
4264 * floatfns.c:
4265 * fns.c:
4266 * font.c:
4267 * fontset.c:
4268 * frame.c:
4269 * fringe.c:
4270 * image.c:
4271 * indent.c:
4272 * insdel.c:
4273 * keyboard.c:
4274 * keymap.c:
4275 * lread.c:
4276 * macros.c:
4277 * marker.c:
4278 * menu.c:
4279 * minibuf.c:
4280 * msdos.c:
4281 * nsfns.m:
4282 * nsmenu.m:
4283 * nsselect.m:
4284 * print.c:
4285 * process.c:
4286 * search.c:
4287 * sound.c:
4288 * syntax.c:
4289 * term.c:
4290 * terminal.c:
4291 * textprop.c:
4292 * undo.c:
4293 * w16select.c:
4294 * w32console.c:
4295 * w32fns.c:
4296 * w32font.c:
4297 * w32menu.c:
4298 * w32proc.c:
4299 * w32select.c:
4300 * window.c:
4301 * xdisp.c:
4302 * xfaces.c:
4303 * xfns.c:
4304 * xmenu.c:
4305 * xselect.c:
4306 * xsettings.c:
4307 * xsmfns.c: Likewise.
4308
d568829b
EZ
43092010-07-08 Eli Zaretskii <eliz@gnu.org>
4310
4311 * process.c (kbd_is_on_hold, hold_keyboard_input)
4312 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
4313
52214050
J
43142010-07-08 Jan Djärv <jan.h.d@swipnet.se>
4315
4316 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
4317 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
4318 unless USE_LUCID.
4319
313d9eb2
DN
43202010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4321
a628ad9d
JB
4322 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
4323 declaration.
d8825aa3 4324
295d0d8f
DN
4325 Clean up include guards.
4326 * tparam.c: Remove include guards for config.h, string.h and code
4327 that assumes #ifndef emacs.
4328 * termcap.c:
4329 * unexalpha.c:
4330 * sysdep.c:
4331 * filemode.c:
4332 * filelock.c:
4333 * bidi.c: Likewise.
4334
49d9e6b0
DN
4335 Remove prefix-args.c
4336 * prefix-args.c: Remove file.
4337 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
4338 * Makefile.in (temacs${EXEEXT}): Remove references to
4339 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
4340 (mostlyclean): Remove reference to prefix-args.
4341 (prefix-args): Remove.
4342
313d9eb2
DN
4343 Simplify cstart_of_data, start_of_code and related code.
4344 * mem-limits.h: Remove !emacs and _LIBC conditional code.
4345 (start_of_data): Merge into start_of_data function.
4346 * sysdep.c (start_of_text): Remove. Move simplified versions of
4347 it in the only users: unexaix.c and unexec.c.
4348 (read_input_waiting): Remove local declaration of quit_char.
4349 (start, etext): Remove declarations.
4350 (start_of_data): Merge with the version in mem-limits.h and move
4351 to vm-limits.c.
4352 * vm-limit.c (start_of_data): Merged and simplified version of the
4353 code formerly in mem-limits.h and sysdep.c.
4354 * unexec.c (start): New declaration, moved from sysdep.c.
4355 (start_of_text): Simplified version of the code formerly in sysdep.c.
4356 * unexaix.c (start_of_text): Simplified version of the code
4357 formerly in sysdep.c.
4358 * m/alpha.h (HAVE_TEXT_START): Remove.
4359 (TEXT_START): Move ...
4360 * unexalpha.c (TEXT_START): ... here.
4361 * s/hpux10-20.h (TEXT_START): Remove.
4362 * s/darwin.h (TEXT_START):
4363 * m/mips.h (TEXT_START):
4364 * m/macppc.h (HAVE_TEXT_START):
4365 * m/m68k.h (TEXT_START):
4366 * m/iris4d.h (TEXT_START):
4367 * m/intel386.h (TEXT_START):
4368 * m/ibmrs6000.h (TEXT_START):
4369 * m/ia64.h (HAVE_TEXT_START):
4370 * s/msdos.h (TEXT_START): Likewise.
4371
72af86bd
AS
43722010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4373
4374 * alloc.c (overrun_check_malloc, overrun_check_realloc)
4375 (overrun_check_free, xstrdup, allocate_string)
4376 (allocate_string_data, compact_small_strings, Fmake_string)
4377 (make_unibyte_string, make_multibyte_string)
4378 (make_string_from_bytes, make_specified_string, make_float)
4379 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
4380 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
4381 memcpy, memmove, memset, memcmp.
4382 * atimer.c (start_atimer, set_alarm): Likewise.
4383 * buffer.c (clone_per_buffer_values, report_overlay_modification)
4384 (mmap_realloc, init_buffer_once): Likewise.
4385 * callint.c (Fcall_interactively): Likewise.
4386 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
4387 (getenv_internal_1): Likewise.
4388 * casefiddle.c (casify_object): Likewise.
4389 * ccl.c (ccl_driver): Likewise.
4390 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
4391 * charset.c (load_charset_map_from_file)
4392 (load_charset_map_from_file, load_charset_map_from_vector)
4393 (Fdefine_charset_internal): Likewise.
4394 * cm.c (Wcm_clear): Likewise.
4395 * coding.c (decode_eol, decode_coding_object)
4396 (Fset_coding_system_priority, make_subsidiaries): Likewise.
4397 * data.c (Faset): Likewise.
4398 * dired.c (directory_files_internal, file_name_completion_stat):
4399 Likewise.
4400 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
4401 (clear_glyph_row, copy_row_except_pointers)
4402 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
4403 (save_current_matrix, restore_current_matrix)
4404 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
4405 (mirror_line_dance, scrolling_window): Likewise.
4406 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
4407 Likewise.
4408 * doprnt.c (doprnt): Likewise.
4409 * editfns.c (Fuser_full_name, make_buffer_string_both)
4410 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
4411 * emacs.c (sort_args): Likewise.
4412 * eval.c (Fapply, Ffuncall): Likewise.
4413 * fileio.c (Ffile_name_directory, make_temp_name)
4414 (Fexpand_file_name, search_embedded_absfilename)
4415 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
4416 (auto_save_error): Likewise.
4417 * fns.c (Fstring_equal, Fcopy_sequence, concat)
4418 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
4419 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
4420 (Fmake_hash_table): Likewise.
4421 * fringe.c (Fdefine_fringe_bitmap): Likewise.
4422 * ftfont.c (ftfont_text_extents): Likewise.
4423 * getloadavg.c (getloadavg): Likewise.
4424 * image.c (define_image_type, make_image, make_image_cache)
4425 (x_create_x_image_and_pixmap, xbm_image_p)
4426 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
4427 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
4428 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
4429 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
4430 (tiff_image_p, tiff_read_from_memory, gif_image_p)
4431 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
4432 Likewise.
4433 * indent.c (scan_for_column, compute_motion): Likewise.
4434 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
4435 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
4436 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
4437 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
4438 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
4439 (store_user_signal_events, menu_bar_items, tool_bar_items)
4440 (process_tool_bar_item, append_tool_bar_item)
4441 (read_char_minibuf_menu_prompt, read_key_sequence)
4442 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
4443 Likewise.
4444 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
4445 Likewise.
4446 * lisp.h (STRING_COPYIN): Likewise.
4447 * lread.c (Fload, read1, oblookup): Likewise.
4448 * msdos.c (Frecent_doskeys): Likewise.
4449 * nsfns.m (Fx_create_frame): Likewise.
4450 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
4451 Likewise.
4452 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
4453 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
4454 Likewise.
4455 * nsmenu.m (ns_update_menubar): Likewise.
4456 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
4457 * print.c (print_unwind, printchar, strout, print_string)
4458 (print_error_message): Likewise.
4459 * process.c (conv_lisp_to_sockaddr, set_socket_option)
4460 (Fmake_network_process, Fnetwork_interface_list)
4461 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
4462 (init_process): Likewise.
4463 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
4464 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
4465 Likewise.
4466 * scroll.c (do_scrolling, do_direct_scrolling)
4467 (scrolling_max_lines_saved): Likewise.
4468 * search.c (search_buffer, wordify, Freplace_match): Likewise.
4469 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
4470 * syntax.c (skip_chars, skip_syntaxes): Likewise.
4471 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
4472 (emacs_set_tty): Likewise.
4473 * term.c (encode_terminal_code, calculate_costs)
4474 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
4475 Likewise.
4476 * termcap.c (tgetst1, gobble_line): Likewise.
4477 * termhooks.h (EVENT_INIT): Likewise.
4478 * tparam.c (tparam1): Likewise.
4479 * unexalpha.c (unexec): Likewise.
4480 * unexec.c (write_segment): Likewise.
4481 * unexmacosx.c (unexec_write_zero): Likewise.
4482 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
4483 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
4484 * w32font.c (w32font_list_family, w32font_text_extents)
4485 (w32font_list_internal, w32font_match_internal)
4486 (w32font_open_internal, compute_metrics, Fx_select_font):
4487 Likewise.
4488 * w32menu.c (set_frame_menubar, add_menu_item)
4489 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
4490 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
4491 * w32uniscribe.c (uniscribe_list_family): Likewise.
4492 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
4493 * window.c (make_window, replace_window, set_window_buffer)
4494 (Fsplit_window): Likewise.
4495 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
4496 (add_to_log, message3, x_consider_frame_title)
4497 (append_space_for_newline, extend_face_to_end_of_line)
4498 (decode_mode_spec_coding, init_glyph_string): Likewise.
4499 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
4500 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
4501 (face_attr_equal_p, make_realized_face, make_face_cache)
4502 (free_realized_faces, lookup_named_face, smaller_face)
4503 (face_with_height, lookup_derived_face)
4504 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
4505 (Finternal_set_font_selection_order, realize_default_face)
4506 (compute_char_face, face_at_buffer_position)
4507 (face_for_overlay_string, face_at_string_position, merge_faces):
4508 Likewise.
4509 * xfns.c (xic_create_fontsetname, Fx_create_frame)
4510 (Fx_window_property, x_create_tip_frame)
4511 (Fx_backspace_delete_keys_p): Likewise.
4512 * xfont.c (xfont_list, xfont_match, xfont_list_family)
4513 (xfont_text_extents): Likewise.
4514 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
4515 * xrdb.c (magic_file_p, x_get_resource): Likewise.
4516 * xselect.c (x_queue_event, x_get_window_property)
4517 (receive_incremental_selection): Likewise.
4518 * xsmfns.c (x_session_check_input): Likewise.
4519 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
4520 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
4521 Likewise.
4522 * character.h (BCOPY_SHORT): Removed.
4523 * config.in: Regenerate.
4524 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
4525 * emacs.c (main) [PROFILING]: Don't declare
4526 dump_opcode_frequencies.
4527 * lisp.h (safe_bcopy): Remove declaration.
4528 (memset) [!HAVE_MEMSET]: Declare.
4529 (memcpy) [!HAVE_MEMCPY]: Likewise.
4530 (memmove) [!HAVE_MEMMOVE]: Likewise.
4531 (memcmp) [!HAVE_MEMCMP]: Likewise.
4532 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
4533 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
4534 Don't define.
4535 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
4536 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
4537 (BCOPY_DOWNWARD_SAFE): Don't define.
4538 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
4539 (memcpy) [!HAVE_MEMCPY]: Define.
4540 (memmove) [!HAVE_MEMMOVE]: Define.
4541 (memcmp) [!HAVE_MEMCMP]: Define.
4542
cb768704
J
45432010-07-07 Jan Djärv <jan.h.d@swipnet.se>
4544
4545 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
4546 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
4547 New functions.
cb768704
J
4548 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
4549 select on empty input mask.
4550 (init_process): Initialize kbd_is_on_hold to 0.
4551
4552 * process.h (hold_keyboard_input, unhold_keyboard_input)
4553 (kbd_on_hold_p): Declare.
4554
4555 * keyboard.c (input_available_signal): Declare.
4556 (kbd_buffer_nr_stored): New function.
4557 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
4558 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
4559 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
4560 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
4561 (tty_read_avail_input): If input is on hold, return.
4562 Don't read more that free slots in kbd_buffer (Bug#6571).
4563
3a8ce822
EZ
45642010-07-07 Eli Zaretskii <eliz@gnu.org>
4565
4566 * msdos.h:
4567 * msdos.c:
4568 * dosfns.c:
4569 * w16select.c: Convert function definitions to ANSI C.
4570
a628ad9d
JB
4571 * msdos.h (ctrl_break_func, install_ctrl_break_check):
4572 Remove unused prototypes.
3a8ce822 4573
cf84bb53
JB
45742010-07-07 Juanma Barranquero <lekktu@gmail.com>
4575
4576 * coding.c, sysdep.c: Convert some more functions to standard C.
4577
1a4990fb
JB
45782010-07-07 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
4581 (encode_coding_object): Use SPECPDL_INDEX.
4582 (syms_of_coding): Use DOS_NT.
4583
c0f2f16b
DN
45842010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4585
48fb6855
DN
4586 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
4587
c0f2f16b
DN
4588 Make the function member of Lisp_Subr use standard C prototypes.
4589 * lisp.h (struct Lisp_Subr): Use a union for the function member.
4590 (DECL_ALIGN): Add a cast for the function.
4591 * eval.c (Feval, Ffuncall): Use the proper type for each type
4592 function call.
4593
67aecef9
CY
45942010-07-06 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
4597 fringe face id, so face-remapping-alist works (Bug#6091).
4598
b56ceb92
JB
45992010-07-06 Juanma Barranquero <lekktu@gmail.com>
4600
4601 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
4602 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
4603 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
4604
7af07b96
AS
46052010-07-06 Andreas Schwab <schwab@linux-m68k.org>
4606
4607 * xterm.c (x_get_keysym_name): Change type of parameter to int.
4608 * lisp.h: Declare x_get_keysym_name.
4609 * keyboard.c (modify_event_symbol): Don't declare
4610 x_get_keysym_name here.
4611
69e24e34
DN
46122010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4613
4614 * ecrt0.c: Revert conversion to standard C.
4615
d3da34e0 46162010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
4617
4618 * vm-limit.c (memory_warnings):
4619 * keyboard.c (modify_event_symbol):
4620 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
4621 (round2, emacs_rint):
4622 * process.c (send_process, old_sigpipe): Convert function
4623 definitions and declarations to standard C.
4624
46252010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
4626
4627 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
4628 * xdisp.c: Convert function definitions to standard C.
4629
4630 * cm.c (cmputc): Arg C is now int, not char.
4631 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
4632
00be444c
J
46332010-07-05 James Cloos <cloos@jhcloos.com>
4634
4635 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
4636
4637 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
4638 _NET_WM_ICON_NAME atoms.
4639
4640 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
4641 and _NET_WM_ICON_NAME properties, too, matching what is
4642 done in the Gtk+ case.
4643
e4c8d29a
J
46442010-07-05 Jan Djärv <jan.h.d@swipnet.se>
4645
ff919460
J
4646 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
4647
e4c8d29a
J
4648 * xsmfns.c (SSDATA): New macro.
4649 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
4650 passed to strlen/strcpy/strcat.
bba3e508
SM
4651 (create_client_leader_window): Surround with #ifndef USE_GTK.
4652 Cast 7:th arg to XChangeProperty to (unsigned char *).
e4c8d29a
J
4653
4654 * xsettings.c (something_changedCB, parse_settings)
4655 (apply_xft_settings): Reformat prototype.
4656 (something_changedCB, init_gconf): Remove unused variable i.
4657 (read_settings): Remove unused variable long_len.
4658
4659 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
4660 (xg_get_image_for_pixmap, create_dialog)
4661 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
4662 (menuitem_highlight_callback, make_menu_item)
4663 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
4664 (xg_create_scroll_bar, xg_update_scrollbar_pos)
4665 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
4666 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
4667 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
4668 (xg_tool_bar_item_expose_callback): Reformat prototype.
4669 (xg_update_menubar): GList *group => GSList *group.
4670 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
4671 before use.
4672 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
4673 to GTK_IMAGE (wimage).
4674
dd4c5104
DN
46752010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4676
898b4c5c
DN
4677 * atimer.c: Use "" instead of <> for local includes for
4678 consistency with the rest of the code.
4679
dd4c5104
DN
4680 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
4681 * xrdb.c (get_system_name):
4682 * window.c (shrink_windows):
4683 * syntax.c (forw_comment):
4684 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
4685 (ins_del_costs):
4686 * mem-limits.h (start_of_data):
4687 * lread.c (readevalloop):
4688 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
4689 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
4690 * frame.c (x_get_focus_frame):
4691 * floatfns.c (fmod_float):
4692 * fileio.c (choose_write_coding_system):
4693 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
4694 (malloc_initialize_hook, sort_args, synchronize_locale):
4695 * doprnt.c (doprnt):
4696 * dired.c (compile_pattern):
4697 * data.c (fmod_float):
4698 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
4699 (map_char_table_for_charset):
4700 * charset.c (define_charset_internal):
4701 * alloc.c (Fgarbage_collect): Convert declarations or definitions
4702 to standard C.
4703
9a39b306 47042010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 4705 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
4706
4707 * lread.c (read1): Fix up last change to not mess up `c'.
4708
e6cb2cbb
JB
47092010-07-04 Juanma Barranquero <lekktu@gmail.com>
4710
4711 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
4712
438105ed
JB
47132010-07-04 Juanma Barranquero <lekktu@gmail.com>
4714
4715 Fix prototypes.
4716
e5447b22 4717 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 4718 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
4719 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
4720 arg, as required by internal_condition_case_1.
dcc7404b 4721 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
4722 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
4723 (analyse_first): Fix "const const".
e5447b22 4724 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 4725 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 4726 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 4727
971de7fb
DN
47282010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
4729
4730 * alloc.c: Convert function definitions to standard C.
4731 * atimer.c:
4732 * bidi.c:
4733 * bytecode.c:
4734 * callint.c:
4735 * callproc.c:
4736 * casefiddle.c:
4737 * casetab.c:
4738 * category.c:
4739 * ccl.c:
4740 * character.c:
4741 * charset.c:
4742 * chartab.c:
4743 * cmds.c:
4744 * coding.c:
4745 * composite.c:
4746 * data.c:
4747 * dbusbind.c:
4748 * dired.c:
4749 * dispnew.c:
4750 * doc.c:
4751 * doprnt.c:
4752 * ecrt0.c:
4753 * editfns.c:
4754 * fileio.c:
4755 * filelock.c:
4756 * filemode.c:
4757 * fns.c:
4758 * font.c:
4759 * fontset.c:
4760 * frame.c:
4761 * fringe.c:
4762 * ftfont.c:
4763 * ftxfont.c:
4764 * gtkutil.c:
4765 * indent.c:
4766 * insdel.c:
4767 * intervals.c:
4768 * keymap.c:
4769 * lread.c:
4770 * macros.c:
4771 * marker.c:
4772 * md5.c:
4773 * menu.c:
4774 * minibuf.c:
4775 * prefix-args.c:
4776 * print.c:
4777 * ralloc.c:
4778 * regex.c:
4779 * region-cache.c:
4780 * scroll.c:
4781 * search.c:
4782 * sound.c:
4783 * strftime.c:
4784 * syntax.c:
4785 * sysdep.c:
4786 * termcap.c:
4787 * terminal.c:
4788 * terminfo.c:
4789 * textprop.c:
4790 * tparam.c:
4791 * undo.c:
4792 * unexelf.c:
4793 * window.c:
4794 * xfaces.c:
4795 * xfns.c:
4796 * xfont.c:
4797 * xftfont.c:
4798 * xgselect.c:
4799 * xmenu.c:
4800 * xrdb.c:
4801 * xselect.c:
4802 * xsettings.c:
4803 * xsmfns.c:
4804 * xterm.c: Likewise.
4805
ae492bec
EZ
48062010-07-03 Eli Zaretskii <eliz@gnu.org>
4807
76ea4cc9
EZ
4808 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
4809 frames other than the initial one. Fix reversal of colors when
bba3e508
SM
4810 `reverse' is specified in the frame parameters.
4811 Call update_face_from_frame_parameter instead of
76ea4cc9
EZ
4812 internal-set-lisp-face-attribute. Initialize screen colors from
4813 initial_screen_colors[] when f->default_face_done_p is zero,
4814 instead of depending on being called with default-frame-alist as
4815 the alist argument.
4816
4817 * xfaces.c (update_face_from_frame_parameter): Move out of
4818 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
4819 with HAVE_WINDOW_SYSTEM.
4820
1e6255ae
EZ
4821 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
4822 to menu-bar-mode, if not set in the frame parameters or in
4823 default-frame-alist.
4824
ae492bec
EZ
4825 * w32console.c (sys_tputs): Adjust argument list to prototype in
4826 term.c.
4827
3a35a84c
JB
48282010-07-03 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * lisp.h (memory_warnings): Fix prototype.
4831
4832 * cm.h (evalcost): Fix prototype.
4833
4834 * cm.c (evalcost): Fix arg type.
4835
c532d349
DN
48362010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * term.c (term_clear_mouse_face, Fidentity):
4839 * syssignal.h (signal_handler_t):
4840 * lisp.h (memory_warnings):
4841 * coding.h (preferred_coding_system):
4842 * cm.h (evalcost):
4843 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
4844
c0b36d46
EZ
48452010-07-02 Eli Zaretskii <eliz@gnu.org>
4846
4847 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
4848 from prototypes.
4849
4850 * msdos.h (load_pixmap): Don't define away.
4851
383e0970
J
48522010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4853
f57e2426
J
4854 * lisp.h:
4855 * atimer.h: Remove define for P_.
4856
4857 * alloc.c: Remove __P and P_ from .c and .m files.
4858 * atimer.c:
4859 * buffer.c:
4860 * callint.c:
4861 * category.c:
4862 * charset.c:
4863 * chartab.c:
4864 * cm.c:
4865 * coding.c:
4866 * composite.c:
4867 * data.c:
4868 * dired.c:
4869 * dispnew.c:
4870 * doc.c:
4871 * editfns.c:
4872 * emacs.c:
4873 * eval.c:
4874 * fileio.c:
4875 * filelock.c:
4876 * fns.c:
4877 * font.c:
4878 * fontset.c:
4879 * frame.c:
4880 * ftfont.c:
4881 * ftxfont.c:
4882 * gmalloc.c:
4883 * gtkutil.c:
4884 * image.c:
4885 * indent.c:
4886 * intervals.c:
4887 * keyboard.c:
4888 * keymap.c:
4889 * lread.c:
4890 * marker.c:
4891 * menu.c:
4892 * minibuf.c:
4893 * print.c:
4894 * process.c:
4895 * scroll.c:
4896 * search.c:
4897 * sound.c:
4898 * strftime.c:
4899 * syntax.c:
4900 * sysdep.c:
4901 * term.c:
4902 * terminal.c:
4903 * textprop.c:
4904 * unexalpha.c:
4905 * w32console.c:
4906 * w32fns.c:
4907 * w32font.c:
4908 * w32menu.c:
4909 * w32term.c:
4910 * w32uniscribe.c:
4911 * window.c:
4912 * xdisp.c:
4913 * xfaces.c:
4914 * xfns.c:
4915 * xfont.c:
4916 * xftfont.c:
4917 * xmenu.c:
4918 * xselect.c:
4919 * xterm.c: Likewise.
4920
383e0970 4921 Remove P_ and __P macros.
f57e2426
J
4922 * atimer.h: Remove P_ and __P macros.
4923 * buffer.h:
383e0970
J
4924 * category.h:
4925 * ccl.h:
4926 * character.h:
4927 * charset.h:
4928 * cm.h:
4929 * coding.h:
4930 * composite.h:
4931 * dispextern.h:
4932 * disptab.h:
9e892c8d 4933 * dosfns.h:
383e0970
J
4934 * font.h:
4935 * fontset.h:
4936 * frame.h:
4937 * gtkutil.h:
4938 * indent.h:
4939 * intervals.h:
4940 * keyboard.h:
4941 * keymap.h:
4942 * lisp.h:
4943 * macros.h:
4944 * md5.h:
4945 * menu.h:
4946 * msdos.h:
4947 * nsterm.h:
4948 * puresize.h:
4949 * region-cache.h:
4950 * syntax.h:
4951 * syssignal.h:
4952 * systime.h:
4953 * termhooks.h:
9e892c8d 4954 * w32font.h:
383e0970
J
4955 * w32term.h:
4956 * widget.h:
4957 * window.h:
4958 * xgselect.h:
4959 * xsettings.h:
4960 * xterm.h: Likewise.
4961
98601119
DN
49622010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4963
d9170db5
DN
4964 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
4965
98601119
DN
4966 Cleanup old code.
4967 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
4968 * syssignal.h: Remove code for Lynx, not supported anymore.
4969 * vm-limit.c: Remove unused code the depends on emacs not being
4970 defined and NO_LIM_DATA being defined.
4971 * mem-limits.h: Remove dead code.
4972
1f984e12
J
49732010-07-01 Jan Djärv <jan.h.d@swipnet.se>
4974
c49d071a
J
4975 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
4976
9d5405ec
J
4977 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
4978 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
4979
7a18115b
J
4980 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
4981 parameters, they are already absolute.
4982
a628ad9d
JB
4983 * nsterm.m (x_set_window_size, initFrameFromEmacs):
4984 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 4985
a628ad9d 4986 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 4987
a628ad9d
JB
4988 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
4989 Update FRAME_TOOLBAR_HEIGHT.
581a8100 4990
a628ad9d
JB
4991 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
4992 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 4993
c1ef4455
CY
49942010-06-30 Chong Yidong <cyd@stupidchicken.com>
4995
bba3e508
SM
4996 * frame.c (get_future_frame_param, Fmake_terminal_frame):
4997 Don't check default-frame-alist.
c1ef4455 4998
ce8f5a9a
AS
49992010-06-30 Andreas Schwab <schwab@linux-m68k.org>
5000
5001 * process.c (create_process): Avoid using invalid file descriptors.
5002
5003 * callproc.c (child_setup): Avoid closing a file descriptor twice.
5004
bf935339
J
50052010-06-30 Jan Djärv <jan.h.d@swipnet.se>
5006
5007 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
5008 Improve documentation. Return font regardless of use_system_font.
5009 (syms_of_xsettings): Improve documentation for font-use-system-font.
5010
7c33a057
CY
50112010-07-10 Chong Yidong <cyd@stupidchicken.com>
5012
2ec1b5ee
CY
5013 * xfaces.c (realize_face): Garbage the frame if a face is removed
5014 (Bug#6593).
5015
50162010-07-05 Andreas Schwab <schwab@linux-m68k.org>
5017
5018 * keyboard.c: Remove duplicate <setjmp.h>.
5019 (read_key_sequence): Remove volatile qualifiers.
5020
50212010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5022
5023 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
5024 (struct glyph_row): New members left_fringe_offset and
5025 right_fringe_offset.
5026
5027 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
5028 specially.
5029 * w32term.c (w32_draw_fringe_bitmap): Likewise.
5030 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
5031
5032 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 5033 Take account of bitmap offset.
2ec1b5ee
CY
5034 (draw_window_fringes): Take account of window vscroll.
5035 (update_window_fringes): Likewise. Extend top-aligned top indicator
5036 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
5037 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
5038 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
5039
50402010-07-04 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * w32fns.c (Qtooltip): Declare.
5043 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
5044
50452010-07-03 Jan Djärv <jan.h.d@swipnet.se>
5046
5047 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
5048 grab on just Press (Bug#6499).
5049
50502010-07-02 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * frame.c (Qtooltip): New var.
5053 (delete_frame): Use it. Fix faulty if statement. Don't update
5054 mode line for tooltip frames. Suggested by Martin Rudalics.
5055
5056 * xfns.c (x_create_tip_frame):
5057 * w32fns.c (x_create_tip_frame): Use it.
5058
50592010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
5060
5061 * xftfont.c (xftfont_open): Check font width one by one also when
5062 spacing is dual.
5063
5064 * ftfont.c (ftfont_open): Ditto.
5065
6259c2ec
GM
50662010-06-30 Glenn Morris <rgm@gnu.org>
5067
a46007e9
GM
5068 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
5069
6259c2ec
GM
5070 * Makefile.in (CANNOT_DUMP): Update for configure name change.
5071
5072 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
5073 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
5074 * s/darwin.h (SYSTEM_MALLOC):
5075 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
5076
5d1d3d04
J
50772010-06-29 Jan Djärv <jan.h.d@swipnet.se>
5078
5079 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
5080 (ns_get_screen): Don't assign integer to f.
5081 (Fx_display_color_cells): Declarations before statements.
5082
e547b051
J
50832010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5084
5fc8e5bc
J
5085 * xfns.c (x_default_font_parameter): Remove got_from_system
5086 (Bug#6526).
5087
e547b051 5088 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
bba3e508
SM
5089 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper):
5090 New defines based on what configure finds.
e547b051
J
5091
5092 * xterm.c (XTflash): Use gtk_widget_get_window.
5093 (xg_scroll_callback): Use gtk_adjustment_get_upper and
5094 gtk_adjustment_get_page_size.
5095 (handle_one_xevent): Use gtk_widget_get_mapped.
5096 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
5097 messages.
5098
5099 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
5100
5101 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
5102 HAVE_GTK_FILE_SELECTION_NEW.
5103
bba3e508
SM
5104 * gtkutil.c (xg_display_open, xg_display_close):
5105 Remove HAVE_GTK_MULTIDISPLAY, it is always defined.
e547b051
J
5106 (xg_display_open): Return type is void.
5107 (gtk_widget_set_has_window)
5108 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
5109 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
5110 (gtk_adjustment_set_page_increment)
5111 (gtk_adjustment_get_step_increment): #define these if not found
5112 by configure.
5113 (remove_submenu): New define based on Gtk+ version.
bba3e508
SM
5114 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar):
5115 Use gtk_widget_get_window.
e547b051
J
5116 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
5117 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
5118 (create_dialog): Use gtk_dialog_get_action_area and
5119 gtk_dialog_get_content_area.
5120 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
5121 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
5122 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
bba3e508
SM
5123 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item):
5124 Use g_object_ref and g_object_unref.
5125 (xg_update_menu_item, xg_tool_bar_menu_proxy):
5126 Use gtk_widget_get_sensitive.
e547b051
J
5127 (xg_update_submenu): Use remove_submenu.
5128 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
5129 properties instead to get old x and y position.
5130 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
5131 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 5132 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
5133 (xg_get_tool_bar_widgets): New function.
5134 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
5135 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
5136 (toolbar_set_orientation): New #define based on if configure
5137 finds gtk_orientable_set_orientation.
5138 (xg_create_tool_bar): Call toolbar_set_orientation.
5139 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
5140 instead of gtk_box_pack_start_defaults.
5141
b9229673
CY
51422010-06-28 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * cmds.c (Fdelete_backward_char): Move into Lisp.
5145
bbc803b0
DN
51462010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 * s/freebsd.h (BSD4_2): Remove redundant definition.
5149 bsd-common.h defines it already.
5150
6431f2e6
CY
51512010-06-27 Chong Yidong <cyd@stupidchicken.com>
5152
5153 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
5154 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
5155 tool-bar-mode, which are now set using these X resources at
5156 startup, to determine the defaults (Bug#2249).
5157
5158 * w32fns.c (Fx_create_frame):
5159 * nsfns.m (Fx_create_frame): Likewise.
5160
5161 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
5162
8c079ebb
JB
51632010-06-24 Juanma Barranquero <lekktu@gmail.com>
5164
5165 * gtkutil.c (xg_update_scrollbar_pos):
5166 Avoid C99 mid-block variable declaration.
5167
e9b7ab96
JD
51682010-06-22 Jan Djärv <jan.h.d@swipnet.se>
5169
bc869eca
JD
5170 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
5171
2b7e356a 5172 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
5173
5174 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
5175 if height is less than scroll bar min size.
5176 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
5177
e9b7ab96
JD
5178 * xfns.c (x_default_font_parameter): Try to open font from system
5179 before using it (bug#6478). Rename got_from_gconf to got_from_system.
5180
a628ad9d 51812010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
5182
5183 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
5184
70c4cfbb
EZ
51852010-06-20 Eli Zaretskii <eliz@gnu.org>
5186
5187 * xdisp.c (try_scrolling): When scroll-conservatively is set to
5188 most-positive-fixnum, be extra accurate when scrolling window
5189 start, to avoid missing the cursor line.
5190
ad5a12b5
EZ
51912010-06-19 Eli Zaretskii <eliz@gnu.org>
5192
5193 * xdisp.c (try_scrolling): Compute the limit for searching point
5194 in forward scroll from scroll_max, instead of an arbitrary limit
ef1b0ba7
SM
5195 of 10 screen lines.
5196 See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
ad5a12b5
EZ
5197 and
5198 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
5199 for details.
5200
2a64315a 52012010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
5202
5203 * editfns.c (Fbyte_to_string): Pacify compiler.
5204
288cf4e9
SM
52052010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * lread.c (read1): Phase out old-style backquotes a bit more.
5208
6e6e5760
EZ
52092010-06-12 Eli Zaretskii <eliz@gnu.org>
5210
cbc4fd20
EZ
5211 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
5212 bidimirror.h.
5213
5214 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
5215
317fbf33
EZ
5216 * bidi.c (bidi_initialize): Remove explicit initialization of
5217 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 5218 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 5219 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
5220
5221 * biditype.h: New file.
5222
cbc4fd20
EZ
5223 * bidimirror.h: New file.
5224
6e6e5760
EZ
5225 * window.c (syms_of_window): Doc fix (bug#6409).
5226
4176cba2
RF
52272010-06-12 Romain Francoise <romain@orebokech.com>
5228
5229 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
5230 ediff-hook.
5231
cb4bfcb5
GM
52322010-06-10 Glenn Morris <rgm@gnu.org>
5233
64c60c2f
GM
5234 * editfns.c (Fbyte_to_string): Pacify compiler.
5235
cb4bfcb5
GM
5236 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
5237
2ec1b5ee
CY
52382010-06-26 Andreas Schwab <schwab@linux-m68k.org>
5239
5240 * alloc.c (Fmake_byte_code): Don't access undefined argument
5241 (Bug#6517).
5242
52432010-06-25 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * xdisp.c (next_element_from_image): Ensure that after-strings are
5246 read the next time we hit handle_stop (Bug#1336).
5247
52482010-06-23 Andreas Schwab <schwab@linux-m68k.org>
5249
5250 * lread.c (read1): Signal error if #s is not followed by paren.
5251
52522010-06-19 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * image.c (free_image): Mark frame as garbaged (Bug#6426).
5255
5256 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
5257
52582010-06-15 Glenn Morris <rgm@gnu.org>
5259
5260 * editfns.c (Fbyte_to_string): Pacify compiler.
5261
e454a4a3
SM
52622010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
5265 Check `object's type before accessing its guts.
5266
c1b1acc2
DN
52672010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5268
5269 * s/usg5-4.h: Fix previous change.
5270 Suggested by Lawrence Mitchell <wence@gmx.li>
5271
657d4c0b
AS
52722010-06-08 Andreas Schwab <schwab@linux-m68k.org>
5273
5274 * minibuf.c (Fall_completions): Add more checks.
5275
9b27fd9f
JB
52762010-06-08 Juanma Barranquero <lekktu@gmail.com>
5277
5278 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
5279
a99ebb40
DN
52802010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5281
d7c5d87d
DN
5282 * lread.c (X_OK): Remove, unused.
5283
0263a941
DN
5284 * dispnew.c: Remove obsolete comment.
5285
a99ebb40
DN
5286 Remove INCLUDED_FCNTL.
5287 * xterm.c (INCLUDED_FCNTL):
5288 * callproc.c (INCLUDED_FCNTL):
5289 * alloc.c (INCLUDED_FCNTL):
5290 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
5291 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
5292
13b5221f
MR
52932010-06-07 Martin Rudalics <rudalics@gmx.at>
5294
5295 * window.c (Fselect_window): Move `record_buffer' up to the
5296 beginning of this function, so the buffer gets recorded
5297 even if the selected window does not change.
5298 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
5299
5220357f
JB
53002010-06-07 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
5303 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
5304
3085237c
DN
53052010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5306
5307 Remove BSTRING related code, all platforms define it.
5308 * s/usg5-4.h (BSTRING): Remove definition.
5309 * s/template.h (BSTRING):
5310 * s/msdos.h (BSTRING):
5311 * s/ms-w32.h (BSTRING):
5312 * s/hpux10-20.h (BSTRING):
5313 * s/gnu-linux.h (BSTRING):
5314 * s/darwin.h (BSTRING):
5315 * s/cygwin.h (BSTRING):
5316 * s/bsd-common.h (BSTRING):
5317 * s/aix4-2.h (BSTRING): Likewise.
5318 * sysdep.c: Remove code depending on BSTRING not being defined.
5319
409f2919
JB
53202010-06-05 Juanma Barranquero <lekktu@gmail.com>
5321
5322 Remove obsolete macro BASE_LEADING_CODE_P.
5323 * character.h (BASE_LEADING_CODE_P): Remove.
5324 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
5325 * buffer.c (Fset_buffer_multibyte):
5326 * indent.c (scan_for_column, compute_motion):
5327 * insdel.c (count_combining_before, count_combining_after):
5328 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
5329
087fc47a
JB
53302010-06-04 Juanma Barranquero <lekktu@gmail.com>
5331
5332 Turn `directory-sep-char' into a noop.
5333
5334 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
5335 (DIRECTORY_SEP): Define unconditionally.
5336
5337 * s/ms-w32.h (DIRECTORY_SEP): Remove.
5338
5339 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
5340 call dostounix_filename directly.
5341
5342 * fileio.c (CORRECT_DIR_SEPS): Remove.
5343 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
5344 (Fsubstitute_in_file_name): Use dostounix_filename instead.
5345 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
5346 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
5347
5348 * w32proc.c (CORRECT_DIR_SEPS): Remove.
5349 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
5350
0eb7675e
AS
53512010-06-03 Andreas Schwab <schwab@linux-m68k.org>
5352
a628ad9d
JB
5353 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
5354 (Bug#6346)
0eb7675e 5355
78edd3b7
JB
53562010-06-03 Juanma Barranquero <lekktu@gmail.com>
5357
5358 * ccl.c (Fccl_program_p): Fix typo in docstring.
5359
eb697db5
DN
53602010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5361
5362 Move UNEXEC definition to autoconf.
5363 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
5364 * s/sol2-10.h (UNEXEC):
5365 * s/irix6-5.h (UNEXEC):
5366 * s/hpux10-20.h (UNEXEC):
5367 * s/gnu-linux.h (UNEXEC):
5368 * s/darwin.h (UNEXEC):
5369 * s/cygwin.h (UNEXEC):
5370 * s/bsd-common.h (UNEXEC):
5371 * s/aix4-2.h (UNEXEC):
5372 * m/alpha.h (UNEXEC): Likewise.
5373 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
5374
aa3830c4
JB
53752010-06-03 Juanma Barranquero <lekktu@gmail.com>
5376
5377 Remove obsolete pre-unicode2 macros.
5378 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
5379 * composite.c (composition_reseat_it):
5380 * data.c (Faset):
5381 * fns.c (Ffillarray):
5382 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
5383 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
5384
d234d13e
JL
53852010-06-03 Juri Linkov <juri@jurta.org>
5386
5387 * buffer.c (Fother_buffer): Add CHECK_FRAME.
5388 (Fswitch_to_buffer): Remove unused variable `err'.
5389
0d4bcf4d
GM
53902010-06-03 Glenn Morris <rgm@gnu.org>
5391
e23dc1e2
GM
5392 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
5393
05b09564
GM
5394 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
5395 now that AH_BOTTOM does it.
5396
824e2978
GM
5397 * m/hp800.h (HAVE_ALLOCA):
5398 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
5399
0d4bcf4d
GM
5400 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
5401 Remove NOT_C_CODE tests, it is always true now.
5402
c55d2abf
DN
54032010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5404
08a494a3
DN
5405 Fix config.h includes.
5406 * xsettings.c:
5407 * xgselect.c:
5408 * nsterm.m:
5409 * nsselect.m:
5410 * nsimage.m:
5411 * nsfont.m:
5412 * nsfns.m:
5413 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
5414 other files do.
5415
75934b1d
DN
5416 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
5417
9f32a766
DN
5418 * s/sol2-6.h: Remove obsolete comments.
5419
c55d2abf
DN
5420 Remove unnecessary alloca.h includes.
5421 * keymap.c: Do not include alloca.h, config.h does that.
5422 * sysdep.c: Likewise. Do not define fwrite, not used.
5423
06ac62b4
SM
54242010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
5427 the HAVE_TERMIO where it belongs (bug#6149).
5428
1ab8293c
SM
54292010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
5432 of bug#6305).
5433
6dcfd253
EZ
54342010-05-30 Eli Zaretskii <eliz@gnu.org>
5435
5436 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
5437 state is always cached (bug#6306).
5438
6d26bbb2
EZ
54392010-05-29 Eli Zaretskii <eliz@gnu.org>
5440
06fa4a23
EZ
5441 Fix cursor motion in bidi-reordered continued lines.
5442 * xdisp.c (try_cursor_movement): Backup to non-continuation line
5443 only after finding point's row. Fix the logic. Rewrite the loop
ef1b0ba7
SM
5444 over continuation lines in bidi-reordered buffers.
5445 Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
6d26bbb2
EZ
5446 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
5447
f5783df3
MA
54482010-05-28 Michael Albinus <michael.albinus@gmx.de>
5449
5450 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
5451
7d56b2dd
KH
54522010-05-28 Kenichi Handa <handa@m17n.org>
5453
5454 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
5455 Don't sheck SPEC if it is nil.
5456 (font_list_entities): Call font_delete_unmatched if
b925d231 5457 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 5458
e58d4ff7
GM
54592010-05-28 Glenn Morris <rgm@gnu.org>
5460
5461 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
5462
f1a5d776
CY
54632010-05-27 Chong Yidong <cyd@stupidchicken.com>
5464
5465 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
5466 whether to trash.
5467 (internal_delete_file, Frename_file): Callers changed.
5468 (delete_by_moving_to_trash): Doc fix.
5469 (Fdelete_directory_internal): Don't move to trash.
5470
5471 * callproc.c (delete_temp_file):
5472 * buffer.c (Fkill_buffer): Callers changed.
5473
5474 * lisp.h: Update prototype.
5475
f44a59e6
CY
54762010-05-27 Chong Yidong <cyd@stupidchicken.com>
5477
5478 * xdisp.c (redisplay_window): After redisplay, check if point is
5479 still valid before setting it (Bug#6177).
5480
81ac4f35
GM
54812010-05-27 Glenn Morris <rgm@gnu.org>
5482
5483 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
5484 Convert comments to Makefile format.
5485
5486 * Makefile.in (bootstrap-clean): No more Makefile.c.
5487
ccd89fb3
GM
54882010-05-26 Glenn Morris <rgm@gnu.org>
5489
90278cb6
GM
5490 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
5491 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
5492
ccd89fb3
GM
5493 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5494 Remove.
5495 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5496
b7050583
KH
54972010-05-26 Kenichi Handa <handa@m17n.org>
5498
5499 * composite.c (composition_compute_stop_pos): Fix condition for
5500 backward scanning.
5501
e5458003
GM
55022010-05-25 Glenn Morris <rgm@gnu.org>
5503
c345fe90
GM
5504 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5505 Move before TEMACS_LDFLAGS.
5506 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5507 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5508
2e0689ab
GM
5509 * Makefile.in (NOT_C_CODE): No longer define.
5510 (config.h): No longer include.
5511
8009a5e8
GM
5512 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
5513 variables it may reference.
5514
e5458003
GM
5515 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5516 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
5517
10f72a37
KH
55182010-05-25 Kenichi Handa <handa@m17n.org>
5519
5520 * dispextern.h (struct composition_it): New members rule_idx and
5521 charpos.
5522
5523 * xdisp.c (set_iterator_to_next): While scanning backward, assume
5524 that the character positions of IT point the last character of the
5525 current grapheme cluster.
5526 (next_element_from_composition): Don't change character positions
5527 of IT.
5528 (append_composite_glyph): Set glyph->charpos to
5529 it->cmp_it.charpos.
5530
5531 * composite.c (autocmp_chars): Change the first argument to RULE,
5532 and try composition with RULE only.
5533 (composition_compute_stop_pos): Record the index number of the
5534 composition rule in CMP_IT->rule_idx.
5535 (composition_reseat_it): Call autocmp_chars repeatedly until the
5536 correct rule of the composition is found.
5537 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
5538 is at the last character of the current grapheme cluster when
5539 CMP_IT->reversed_p is nonzero.
5540
171eda53 55412010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 5542
171eda53
SM
5543 * editfns.c (Fbyte_to_string): New function.
5544
66a9f7f4
SM
55452010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * process.c (Fmake_network_process): Set :host to nil if it's not used.
5548 Suggested by Masatake YAMATO <yamato@redhat.com>.
5549
d8c315d1
EZ
55502010-05-23 Eli Zaretskii <eliz@gnu.org>
5551
171eda53 5552 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 5553
f5b416d2 55542010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5555
5556 * s/netbsd.h: If terminfo is found, use it in preference to
5557 termcap. (Bug#6190) [Backport from trunk]
5558
0416466c
EZ
55592010-05-19 Eli Zaretskii <eliz@gnu.org>
5560
11117830 5561 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
5562
5563 * dispextern.h (struct glyph_row): New members minpos and maxpos.
5564 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
5565 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
5566 and maxpos members instead of start.pos and end.pos, respectively.
5567
5568 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
5569 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
5570 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
5571 (try_window_reusing_current_matrix, try_window_id):
5572 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
5573 (init_from_display_pos, init_iterator): Use EMACS_INT for
5574 character and byte positions.
66a9f7f4 5575 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
5576 arguments for minimum and maximum buffer positions seen by
5577 display_line for this row. Don't use iterator to find the
5578 position following the maximum one; instead, increment the
11117830
EZ
5579 position found by display_line directly. Fix logic; eol_pos
5580 should be tested before the rest. Handle the case of characters
5581 delivered from display vector (bug#6036). Fix tests related to
5582 it->method. Handle the truncated_on_right_p rows.
5583 (RECORD_MAX_MIN_POS): New macro.
5584 (display_line): Use it to record the minimum and maximum buffer
5585 positions for glyphs in the row being assembled. Record the
5586 position of the newline that terminates the line. If word wrap is
5587 in effect, restore minimum and maximum positions seen up to the
5588 wrap point, when iterator returns to it.
5589 (try_window_reusing_current_matrix): Give up if in bidi-reordered
5590 row and cursor not already at point. Restore original pre-bidi
5591 code for unidirectional buffers.
d36fe237
EZ
5592
5593 * dispnew.c (increment_row_positions, check_matrix_invariants):
5594 Increment and check row->start.pos and row->end.pos, in addition
5595 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
5596
11117830
EZ
5597 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
5598 Display truncated_on_left_p and truncated_on_right_p flags.
5599 Formatting fixes.
5600 (pmtxrows): Display the ordinal number of each row. Don't display
5601 rows beyond the last one.
5602
5603 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
5604 it is not copied by bidi_copy_it.
5605
6e83d800
EZ
56062010-05-22 Eli Zaretskii <eliz@gnu.org>
5607
5608 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
5609 (Bug#6237)
5610
110683ad
CY
56112010-05-22 Chong Yidong <cyd@stupidchicken.com>
5612
5613 * image.c (Fimage_flush): Rename from image-refresh.
5614
98fe5161
CY
56152010-05-21 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
5618 just one window.
5619
5620 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
5621 (clear_image_cache): If the number of cached images is unusually
5622 large, decrease the cache eviction delay (Bug#6230).
5623
e8752c66
GM
56242010-05-21 Glenn Morris <rgm@gnu.org>
5625
66dbf213
GM
5626 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
5627 Move these rules to ns.mk.
5628 * ns.mk: New file.
5629
04384b2d
GM
5630 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
5631
e8752c66
GM
5632 * Makefile.in (CANNOT_DUMP): New, set by configure.
5633 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
5634
2e2bbddb
JL
56352010-05-20 Juri Linkov <juri@jurta.org>
5636
5637 * fileio.c (Fdelete_file): Change interative spec to use
5638 `read-file-name' like in `find-file-read-args' where the default
5639 value is `default-directory' instead of `buffer-file-name'.
5640 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
5641
31c4aaf6
KR
56422010-05-20 Kevin Ryde <user42@zip.com.au>
5643
5644 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
5645 (Voverriding_terminal_local_map, Vsystem_key_alist)
5646 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
5647
9d5cf9b6
GM
56482010-05-20 Glenn Morris <rgm@gnu.org>
5649
5650 * Makefile.in (DEPDIR): New constant.
5651 (DEPFLAGS): Set with configure, not cpp.
5652 (MKDEPDIR): New, set by configure.
5653 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
5654 (clean): Use $DEPDIR.
5655 (deps_frag): Include from configure.
5656 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
5657 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
5658
bba3e508
SM
5659 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state):
5660 Fix reallocation of the cache. (Bug#6210)
ead6f8f5 5661
7f34aec3
GM
56622010-05-19 Glenn Morris <rgm@gnu.org>
5663
d494e8f2
GM
5664 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
5665
c1d0dcfd
GM
5666 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
5667 (GNULIB_VAR): Remove.
5668 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
5669
5670 * m/ibms390x.h (LINKER):
5671 * m/macppc.h (LINKER) [GNU_LINUX]:
5672 * s/aix4-2.h (ORDINARY_LINK):
5673 * s/cygwin.h (LINKER):
5674 * s/darwin.h (ORDINARY_LINK):
5675 * s/gnu.h (ORDINARY_LINK):
5676 * s/netbsd.h (LINKER):
5677 * s/usg5-4.h (ORDINARY_LINK):
5678 Move to configure.
5679
7f34aec3
GM
5680 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
5681
754790b6
CY
56822010-05-18 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
5685 prevent stack overflow if number of arguments is too large
5686 (Bug#6214).
5687
161e44d1
JB
56882010-05-18 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * charset.c (load_charset_map_from_file): Don't call close after fclose.
5691
be4ff9da
GM
56922010-05-18 Glenn Morris <rgm@gnu.org>
5693
9539dc5d
GM
5694 * s/gnu-linux.h: Combine two conditionals.
5695
5696 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
5697 $(POST_ALLOC_OBJ).
5698
40dc6bf4
GM
5699 * Makefile.in (RALLOC_OBJ): New, set by configure.
5700 (rallocobj): Replace with the previous variable.
5701 (otherobj): Use $RALLOC_OBJ.
5702
5703 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
5704 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
5705
be4ff9da
GM
5706 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
5707 (gmallocobj, vmlimitobj): Replace with previous two variables.
5708 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
5709
16455a85
GM
57102010-05-17 Glenn Morris <rgm@gnu.org>
5711
5712 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
5713 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
5714
5fdb7468
GM
57152010-05-16 Glenn Morris <rgm@gnu.org>
5716
7ca1f3f9
GM
5717 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
5718
7541dad5
GM
5719 * Makefile.in (clean): Get rid of HAVE_NS conditional.
5720
da53fab9
GM
5721 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
5722 trailing "/".
5723
b02a6645
GM
5724 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
5725 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
5726
8877ca0f
GM
5727 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
5728 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
5729 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
5730 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
5731 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
5732
5fdb7468
GM
5733 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
5734 Remove ${STARTFLAGS}, nothing ever sets it.
5735
95adb4b1
DN
57362010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5737
5738 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
5739
676b6304
GM
57402010-05-16 Glenn Morris <rgm@gnu.org>
5741
9beab9ce
GM
5742 * Makefile.in (LIBX_BASE): Always define.
5743
8a95f0e7
GM
5744 * Makefile.in (LIBX_OTHER): Move out of cpp section.
5745
676b6304
GM
5746 * Makefile.in (LIBXT): Always define.
5747
6e546d18
GM
57482010-05-15 Glenn Morris <rgm@gnu.org>
5749
4235ca47 5750 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 5751
6e546d18
GM
5752 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
5753 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
5754
8c5ff6dd
KR
57552010-05-15 Ken Raeburn <raeburn@raeburn.org>
5756
560bb7ae 5757 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
5758 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
5759
8b4eb796
KR
5760 * emacs.c (main): Initialize initial-environment and
5761 process-environment before generating from env, not after.
5762
8c5ff6dd
KR
5763 Handle --version reasonably in CANNOT_DUMP configuration.
5764 * emacs.c (emacs_version, emacs_copyright): New string variables.
5765 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
5766 (syms_of_emacs): Defvar them, and initialize them from the C
5767 string variables.
5768 (main): If initialization hasn't been done, print initial version
5769 info from the C strings, instead of starting an interactive session.
5770
dbd3f723
EZ
57712010-05-15 Eli Zaretskii <eliz@gnu.org>
5772
d20e1419
EZ
5773 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
5774 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
5775 (bidi_paragraph_init): Remove redundant assertion that we are at
5776 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
5777
5778 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
5779 (syms_of_xdisp): Defsubr it.
5780
d36fe237
EZ
5781 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
5782
dbd3f723
EZ
5783 * Makefile.in: Fix MSDOS-related comments.
5784
02be533b
GM
57852010-05-15 Glenn Morris <rgm@gnu.org>
5786
1a82cca9
GM
5787 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
5788 (really-lwlib, really-oldXMenu): Always define.
5789 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
5790
3df7b338
GM
5791 * Makefile.in: Simplify cpp conditional.
5792
2b5f541b
GM
5793 * Makefile.in (${ns_appdir}): Simplify using umask.
5794
02be533b
GM
5795 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
5796
4e2db1fe
SM
57972010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * eval.c (specbind): Remove left-over duplicate test.
5800 Disallow let-binding frame-local vars. Add comment.
5801
4b292a22
EZ
58022010-05-14 Eli Zaretskii <eliz@gnu.org>
5803
2fe72643 5804 Make the cache of bidi iterator states dynamically allocated.
1edbd309 5805 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
5806 (bidi_init_it): Call it.
5807 (bidi_cache_iterator_state): Enlarge the cache if needed.
5808
4e2db1fe 5809 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
5810 bidi_get_next_char_visually. All callers changed.
5811
82ebc97b
KH
58122010-05-14 Kenichi Handa <handa@m17n.org>
5813
5814 * dispextern.h (struct composition_it): New member reversed_p.
5815
5816 * composite.c (composition_compute_stop_pos): Search backward if
5817 ENDPOS < CHARPOS.
5818 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
5819 Set CMP_IT->reversed_p.
b4b6e17e 5820 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 5821
4e2db1fe
SM
5822 * xdisp.c (set_iterator_to_next):
5823 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
5824 scanning backward. Call composition_compute_stop_pos if scan
5825 direction is changed.
5826 (next_element_from_buffer): Call composition_compute_stop_pos with
5827 negative ENDPOS if we are scanning backward.
5828 (next_element_from_composition): Pay attention to
5829 IT->cmp_it.reversed_p.
5830
0e5d7800
KH
58312010-05-14 Kenichi Handa <handa@m17n.org>
5832
560bb7ae 5833 * font.c (font_range): Return the range for the font found at first.
0e5d7800 5834
cb027b32
GM
58352010-05-14 Glenn Morris <rgm@gnu.org>
5836
177b0288
GM
5837 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
5838
fbc00890
GM
5839 * Makefile.in (mktime, X11, register): Move undefs to configure.
5840
f14d1dfd
GM
5841 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
5842 (MSDOS_X_OBJ): New variable.
5843 (MSDOS_SUPPORT_REAL): New constant.
5844 (MSDOS_SUPPORT): Set as a variable, not with cpp.
5845 (obj): Use MSDOS_X_OBJ.
5846 (lisp): Use MSDOS_SUPPORT as a variable.
5847
11842bd8
GM
5848 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
5849 (GPM_MOUSE_SUPPORT): Now it's a constant.
5850 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
5851 not cpp.
5852
489d31a4 5853 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 5854 (ns_appresdir): Remove, unused.
e20f1f07 5855
489d31a4
GM
5856 * Makefile.in (SHELL): Move outside cpp section.
5857
cb027b32
GM
5858 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
5859
5a903aa9
GM
58602010-05-13 Glenn Morris <rgm@gnu.org>
5861
3369c79f
GM
5862 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
5863 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
5864
d5e982a6
GM
5865 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
5866 HAVE_WINDOW_SYSTEM must be too.
5867
6192e163
GM
5868 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
5869 (lisp): Remove WINNT_SUPPORT.
5870
472c5d6b
GM
5871 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
5872 Let configure set these variables (to empty) in this case as well.
5873
0116466b
GM
5874 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
5875 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
5876
5a903aa9
GM
5877 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
5878 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
5879 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
5880 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
5881 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 5882 the values output by configure.
5a903aa9
GM
5883 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
5884
1a0d7c06
GM
58852010-05-12 Glenn Morris <rgm@gnu.org>
5886
b5457f14
GM
5887 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
5888 (LINKER_WAS_SPECIFIED): Remove.
5889
1a0d7c06
GM
5890 * Makefile.in (LIB_GCC): Set using configure, not cpp.
5891 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
5892 * m/arm.h (LIB_GCC) [GNU_LINUX]:
5893 * s/cygwin.h (LIB_GCC):
5894 * s/freebsd.h (LIB_GCC):
5895 * s/gnu-linux.h (LIB_GCC):
5896 * s/msdos.h (LIB_GCC):
5897 * s/netbsd.h (LIB_GCC):
5898 Move to configure.
5899
d1ddd1d0 59002010-05-11 Karel Klíč <kklic@redhat.com>
c90ca7b7
KH
5901
5902 * ftfont.c: Fix incorrect parentheses of #if condition for
5903 definining M17N_FLT_USE_NEW_FEATURE.
5904
acddf8ae
GM
59052010-05-11 Glenn Morris <rgm@gnu.org>
5906
5907 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
5908 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
5909
ae5e04fa
EZ
59102010-05-10 Eli Zaretskii <eliz@gnu.org>
5911
5912 * xdisp.c (init_iterator): Don't turn on bidi reordering in
5913 unibyte buffers. See
5914 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
5915
7490175b
GM
59162010-05-10 Glenn Morris <rgm@gnu.org>
5917
97efb629
GM
5918 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
5919 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
5920 (LIBES): Use LIBS_SYSTEM as a variable.
5921 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
5922 * s/aix4-2.h (LIBS_SYSTEM):
5923 * s/freebsd.h (LIBS_SYSTEM):
5924 * s/hpux10-20.h (LIBS_SYSTEM):
5925 * s/sol2-6.h (LIBS_SYSTEM):
5926 * s/unixware.h (LIBS_SYSTEM):
5927 Move to configure.
5928
7490175b
GM
5929 * s/aix4-2.h (MAIL_USE_LOCKF):
5930 * s/bsd-common.h (MAIL_USE_FLOCK):
5931 * s/darwin.h (MAIL_USE_FLOCK):
5932 * s/gnu-linux.h (MAIL_USE_FLOCK):
5933 * s/irix6-5.h (MAIL_USE_FLOCK):
5934 * s/template.h (MAIL_USE_FLOCK):
5935 Move to configure.
5936
0235128c 59372010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
5938
5939 * Version 23.2 released.
5940
0235128c 59412010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
5942
5943 * composite.c (autocmp_chars): Save point as marker before calling
5944 auto-composition-function (Bug#5984).
5945
5946 * lisp.h (restore_point_unwind): Add prototype.
5947
5948 * fileio.c (restore_point_unwind): Remove static attribute.
5949
0235128c 59502010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
5951
5952 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
5953 new feature of libotf and m17n-flt.
0235128c
SM
5954 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
5955 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
5956 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
5957 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
5958 that OUT is NULL. Use OTF_drive_gsub_with_log and
5959 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
5960 OTF_drive_gpos.
5961 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
5962 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
5963 Setup mflt_enable_new_feature and mflt_try_otf.
5964
4721152c
J
59652010-05-08 Jan Djärv <jan.h.d@swipnet.se>
5966
5967 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
5968
5969 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
5970 box and toolbar (Bug #6139).
5971 (xg_create_tool_bar): Remove comment (Bug #6139).
5972 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
5973 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
5974
ee0a16cf
JB
59752010-05-08 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
5978 Update dependencies.
5979
96d79611
EZ
59802010-05-08 Eli Zaretskii <eliz@gnu.org>
5981
5982 * fringe.c (update_window_fringes): Set up truncation bitmaps for
5983 R2L lines.
5984
40c17879
GM
59852010-05-08 Glenn Morris <rgm@gnu.org>
5986
7b42b29f
GM
5987 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
5988
40c17879
GM
5989 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
5990 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
5991 (termcapobj): Replace with TERMCAP_OBJ.
5992 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
5993 (LIBES): Use LIBS_TERMCAP as a variable.
5994
5995 * s/freebsd.h (osreldate.h): No longer include, since this file
5996 does not use __FreeBSD_version any more.
5997
5998 * s/aix4-2.h (TERMINFO):
5999 * s/cygwin.h (TERMINFO):
6000 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6001 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
6002 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6003 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6004 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
6005 * s/irix6-5.h (TERMINFO):
6006 * s/netbsd.h (LIBS_TERMCAP):
6007 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
6008 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
6009 * s/usg5-4.h (TERMINFO):
6010 Move to configure.
6011
94b612ad
SM
60122010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * eval.c (unbind_to): Don't unbind a local binding into the global
6015 binding when the local binding disappeared. Inversely, don't unbind
6016 a global binding into a newly created local binding.
6017 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
6018 can specify the frame to use, when applicable. Adjust callers.
6019
15e12598 60202010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 6021 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
6022
6023 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
6024
f724825e
EZ
60252010-05-07 Eli Zaretskii <eliz@gnu.org>
6026
5cba3209
EZ
6027 * w32fns.c: Include w32.h.
6028 (Fw32_shell_execute): Decode the error message before passing it
6029 to `error'. (Bug#6126)
6030
d16bdfc3
EZ
6031 * msdos.c (dos_set_window_size):
6032 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
6033 instead of `XSYMBOL (foo)->value'.
6034
59d93e87
EZ
60352010-05-07 Eli Zaretskii <eliz@gnu.org>
6036
9fdec8bc
EZ
6037 Fix the MS-DOS build, broken by autoconfiscation.
6038
6039 * Makefile.in: Don't use Make-style comments past the "start of
6040 cpp stuff" line.
6041 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
6042
6043 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
6044 edited directly by msdos/sed1v2.inp).
f724825e 6045
2f86b22b
GM
60462010-05-07 Glenn Morris <rgm@gnu.org>
6047
6048 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6049 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
6050 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
6051 move out of cpp section.
6052 * s/freebsd.h (LD_SWITCH_SYSTEM):
6053 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
6054 * s/netbsd.h (LD_SWITCH_SYSTEM):
6055 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
6056
49ebbd65
DN
60572010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6058
6059 Define LIB_STANDARD and START_FILES using autoconf.
6060 * s/usg5-4.h (LIB_STANDARD):
6061 * s/netbsd.h (START_FILES):
6062 * s/irix6-5.h (LIB_STANDARD):
6063 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
6064 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
6065 * s/freebsd.h (START_FILES):
6066 * s/darwin.h (START_FILES):
6067 * s/cygwin.h (START_FILES):
6068 * s/aix4-2.h (LIB_STANDARD):
6069 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
6070 * Makefile.in (STARTFILES): Rename to START_FILES, define using
6071 autoconf, not cpp.
6072
d43c06d6
DN
60732010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
6074
28823648
DN
6075 Remove NEED_BSDTTY and NEED_UNISTD_H.
6076 * s/hpux10-20.h (NEED_BSDTTY): Remove.
6077 * s/aix4-2.h (NEED_UNISTD_H): Remove.
6078 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
6079 <sys/ptyio.h> and <unistd.h>.
6080
aca00430
DN
6081 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
6082
d43c06d6
DN
6083 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
6084 * s/gnu.h (START_FILES): Remove empty definition.
6085
3e56b11d
JD
60862010-05-06 Jan Djärv <jan.h.d@swipnet.se>
6087
6088 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
6089
e3cf0cde
GM
60902010-05-06 Glenn Morris <rgm@gnu.org>
6091
6092 * Makefile.in (CPP, LN_S): Remove unused variables.
6093
774b9a60
SM
60942010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
6097
4ab92842
LM
60982010-05-05 Lawrence Mitchell <wence@gmx.li>
6099
6100 * m/sparc.h: Fix typo in earlier change.
6101
178f2507
SM
61022010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 Misc tweaks.
6105 * eval.c (Fdefvaralias): Remove unintended nested if.
6106 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
6107
80f00217 61082010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
6109
6110 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
6111
ef03a4e6
DN
61122010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6113
58eb6cf0
DN
6114 Remove BSD_PGRPS.
6115 * s/bsd-common.h (BSD_PGRPS): Remove undef.
6116 * s/gnu-linux.h (BSD_PGRPS): Remove.
6117 * term.c (dissociate_if_controlling_tty):
6118 * sysdep.c (narrow_foreground_group, widen_foreground_group)
6119 (init_sys_modes, reset_sys_modes):
6120 * emacs.c (main):
6121 * callproc.c (Fcall_process, child_setup): Remove code depending
6122 on BSD_PGRPS.
6123
ef03a4e6
DN
6124 Remove POSIX_SIGNALS.
6125 * s/usg5-4.h (POSIX_SIGNALS):
6126 * s/netbsd.h (POSIX_SIGNALS):
6127 * s/msdos.h (POSIX_SIGNALS):
6128 * s/ms-w32.h (POSIX_SIGNALS):
6129 * s/hpux11.h (POSIX_SIGNALS):
6130 * s/gnu.h (POSIX_SIGNALS):
6131 * s/gnu-linux.h (POSIX_SIGNALS):
6132 * s/freebsd.h (POSIX_SIGNALS):
6133 * s/darwin.h (POSIX_SIGNALS):
6134 * s/cygwin.h (POSIX_SIGNALS):
6135 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
6136 * s/unixware.h:
6137 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
6138 * process.c (create_process):
6139 * syssignal.h:
6140 * sysdep.c (wait_for_termination, init_signals):
6141 * process.c (create_process):
6142 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
6143 remove all code that assumes the contrary.
6144
49628785
GM
61452010-05-04 Glenn Morris <rgm@gnu.org>
6146
27a2cdfc
GM
6147 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
6148 variable.
6149 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
6150 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
6151 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
6152 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
6153 LD_SWITCH_SYSTEM_tmp.
6154 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
6155 New variables, set by configure.
6156
eb21eab5
GM
6157 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
6158 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
6159 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
6160 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
6161 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
6162
49628785
GM
6163 * s/aix4-2.h (C_SWITCH_SYSTEM):
6164 * m/alpha.h (C_SWITCH_MACHINE):
6165 Move to configure.in.
6166 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
6167 New variables, set by configure.
6168 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
6169 $c_switch_machine and $c_switch_system.
6170
7dff330b
DN
61712010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6172
6173 * s/hpux10-20.h (LIB_STANDARD): New definition.
6174 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
6175 on it, not used anymore.
6176
53967e09
CY
61772010-05-03 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * eval.c (internal_condition_case_n): Rename from
6180 internal_condition_case_2.
6181 (internal_condition_case_2): New function.
6182
6183 * xdisp.c (safe_call): Use internal_condition_case_n.
6184
6185 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
6186 (internal_delete_file, Frename_file): Callers changed.
6187
6188 * buffer.c (Fkill_buffer):
6189 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
6190
6191 * lisp.h: Update prototypes.
6192
3dee6fdb
GM
61932010-05-03 Glenn Morris <rgm@gnu.org>
6194
6195 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
6196 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
6197 (LIBXT): Set with configure, not cpp.
6198 (LIBX): Remove.
6199 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
6200
a101e0fb
DN
62012010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6202
6203 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
6204 The FreeBSD is not needed, the default works, Solaris version is
6205 not needed, and the remaining case is not supported by configure.
6206
f63d0028
JD
62072010-05-02 Jan Djärv <jan.h.d@swipnet.se>
6208
6209 * xsmfns.c (CHDIR_OPT): New define.
6210 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
6211 restarting emacs.
6212
6213 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
6214 shut_down_emacs.
6215
6216 * emacs.c (USAGE1): Mention --chdir.
6217 (main): Handle --chdir.
6218 (standard_args): Add --chdir.
6219 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
6220 #5552).
6221
e4814a9f
DN
62222010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6223
cd03c74a
DN
6224 Remove LD_SWITCH_MACHINE.
6225 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
6226 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
6227
c3a398a1
DN
6228 Clean up IRIX code.
6229 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
6230 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
6231
87e7285c
DN
6232 Clean up AIX code.
6233 * m/ibmrs6000.inp: Remove file, unused.
6234 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
6235 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
6236 definition ...
6237 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
6238
80f00217
JB
6239 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
6240 unused.
e4814a9f 6241
59ca28de
EZ
62422010-05-01 Eli Zaretskii <eliz@gnu.org>
6243
197daef4
EZ
6244 Emulate POSIX_SIGNALS on MS-Windows.
6245
6246 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
6247 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
6248
6249 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
6250 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
6251 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
6252
80f00217
JB
6253 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
6254 New stubs.
197daef4 6255
af7c7572
EZ
6256 Miscellaneous fixes of bidi display.
6257
59ca28de
EZ
6258 * xdisp.c (find_row_end): New function, refactored from display_line.
6259 (display_line): Use it.
017ea819
EZ
6260 (extend_face_to_end_of_line): In almost-filled rows, extend only
6261 if the row is R2L and not continued.
166e930d 6262 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 6263 Preserve overlay and string info in row->end.
166e930d
EZ
6264 (insert_left_trunc_glyphs): Support addition of left truncation
6265 glyphs to R2L rows.
b47e0dcf 6266 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
6267 glyph between adjacent windows. Fix a crash when a display string
6268 is continued to the next line. Don't return zero if cursor was
6269 found by `cursor' property of a display string.
b47e0dcf
EZ
6270 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
6271 test for that explicitly.
59ca28de 6272
7acac9f4
GM
62732010-05-01 Glenn Morris <rgm@gnu.org>
6274
6275 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
6276 for clarity.
6277 (OTHER_OBJ): Remove.
6278 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
6279 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
6280
45841e65
KK
62812010-05-01 Karel Klíč <kklic@redhat.com>
6282
6283 * fileio.c (Ffile_selinux_context): Context functions may return null.
6284
afc61943
DN
62852010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
6286
80f00217 6287 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 6288
5a1bb006
GM
62892010-04-30 Glenn Morris <rgm@gnu.org>
6290
6291 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
6292 (OTHER_OBJ): Define as a separate variable, for clarity.
6293
210af043
J
62942010-04-30 Jan Djärv <jan.h.d@swipnet.se>
6295
6296 * xsettings.c: include limits.h and update file comment.
6297
0a7df391
GM
62982010-04-30 Glenn Morris <rgm@gnu.org>
6299
d5096f16
GM
6300 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
6301 Set with configure, not cpp.
6302 (LIBW): Remove, replace with $TOOLKIT_LIBW.
6303
7eb1ac33
GM
6304 * Makefile.in (mallocobj): Remove.
6305 (otherobj): Simplify using @OTHER_OBJ@.
6306
517d086b
GM
6307 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
6308 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
6309 Don't bother making nsgui.h dependency platform-specific.
6310
0a7df391
GM
6311 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
6312
d6d23852
SM
63132010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6314
d2630aef
SM
6315 * process.c (read_process_output, exec_sentinel): Don't burp if the
6316 sentinel/filter kills the current buffer (bug#6060).
6317
f9dddf52 6318 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
6319 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
6320 Remove unused var `args'.
6321 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
6322 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
6323 * doc.c (store_function_docstring): Use XSETCAR.
6324
f1e3642a
GM
63252010-04-28 Glenn Morris <rgm@gnu.org>
6326
faf535f8
GM
6327 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
6328 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
6329
c40f9449
GM
6330 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
6331
658f86ca
GM
6332 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
6333 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
6334
bc0b5f61
GM
6335 * Makefile.in (FONT_OBJ): New, set by configure.
6336 (FONT_DRIVERS): Use $FONT_OBJ.
6337
294c50a0
GM
6338 * Makefile.in (LIBXMU): Set with configure, not cpp.
6339 * s/aix4-2.h (LIBXMU):
6340 * s/hpux10-20.h (LIBXMU):
6341 Remove definition, now set in configure.
6342
e6ec4e99
GM
6343 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
6344
f1e3642a
GM
6345 * m/amdx86-64.h [i386]: Move this test to configure.in.
6346
c6ea2936
GM
63472010-04-27 Glenn Morris <rgm@gnu.org>
6348
8fdac2c3
GM
6349 * Makefile.in (LIBXTR6): Set with configure, not cpp.
6350 * s/unixware.h (NEED_LIBW): Remove definition.
6351
986fb647
GM
6352 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
6353 (TOOLKIT_LIBW): New, set by configure.
6354 (@X_TOOLKIT_TYPE@): No longer define it.
6355
c6ea2936
GM
6356 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
6357 (MOTIF_LIBW): Set with configure, not cpp.
6358 * s/aix4-2.h (LIB_MOTIF):
6359 * s/gnu-linux.h (LIB_MOTIF):
6360 * s/unixware.h (LIB_MOTIF): Move to configure.in.
6361
aaa36002
DN
63622010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6363
6364 Reduce CPP usage.
6365 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
6366 (obj): Use autoconf for unexec instead of cpp.
bba3e508
SM
6367 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE):
6368 Remove definitions and undefs. Inline definitions in the only user.
ed6281b0 6369 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 6370
b678dd8b
GM
63712010-04-27 Glenn Morris <rgm@gnu.org>
6372
76cda504
GM
6373 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
6374 since the defaults (set by the system file) are fine in most cases.
6375 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
6376 * m/ibms390x.h (START_FILES, LIB_STANDARD):
6377 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
6378 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
6379 Remove definitions, since they are set correctly in s/gnu-linux.h.
6380 * s/freebsd.h (START_FILES, LIB_STANDARD):
6381 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
6382 * s/hpux10-20.h (START_FILES):
6383 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
6384 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
6385
b678dd8b
GM
6386 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
6387 (MOTIF_LIBW): Use $LIBXP.
6388 (otherobj): Use $WIDGET_OBJ.
6389
9452ded1
DN
63902010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6391
7e10844c
DN
6392 * Makefile.in (LIBS_MACHINE): Remove, unused.
6393
9452ded1
DN
6394 Use autoconf instead of cpp for LIB_MATH.
6395 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
6396 * s/cygwin.h (LIB_MATH): Likewise.
6397 * Makefile.in (LIB_MATH): Do not define with cpp.
6398 (LIBES): Use autoconf for LIB_MATH.
6399
fcebfc6a
KH
64002010-04-26 Kenichi Handa <handa@m17n.org>
6401
6402 * composite.c (Ffind_composition_internal): Fix the return value
6403 for an automatic composition.
6404
39e2ad1b
DN
64052010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6406
6407 Remove all NO_ARG_ARRAY uses.
6408 * fns.c (concat2, concat3, nconc2):
6409 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
6410 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
6411 * m/xtensa.h (NO_ARG_ARRAY):
6412 * m/template.h (NO_ARG_ARRAY):
6413 * m/sparc.h (NO_ARG_ARRAY):
6414 * m/sh3.h (NO_ARG_ARRAY):
6415 * m/mips.h (NO_ARG_ARRAY):
6416 * m/macppc.h (NO_ARG_ARRAY):
6417 * m/iris4d.h (NO_ARG_ARRAY):
6418 * m/intel386.h (NO_ARG_ARRAY):
6419 * m/ibms390x.h (NO_ARG_ARRAY):
6420 * m/ibms390.h (NO_ARG_ARRAY):
6421 * m/ibmrs6000.h (NO_ARG_ARRAY):
6422 * m/ia64.h (NO_ARG_ARRAY):
6423 * m/hp800.h (NO_ARG_ARRAY):
6424 * m/arm.h (NO_ARG_ARRAY):
6425 * m/amdx86-64.h (NO_ARG_ARRAY):
6426 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
6427
adf4f59c
EZ
64282010-04-25 Eli Zaretskii <eliz@gnu.org>
6429
6bdf5d65
EZ
6430 * xdisp.c (display_line): Don't assume 2nd call to
6431 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
6432 (iterate_out_of_display_property): New function, body from pop_it.
6433 (pop_it): Use it.
adf4f59c 6434
dfbbda83
GM
64352010-04-24 Glenn Morris <rgm@gnu.org>
6436
6437 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
6438 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
6439 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
6440 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
6441
2d4018aa
EZ
64422010-04-24 Eli Zaretskii <eliz@gnu.org>
6443
a49884a6
EZ
6444 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
6445 use `get_next_display_element' and `set_iterator_to_next' to
6446 advance to the next character, when looking for the character that
6447 begins the next row.
6448
76db6fcc 6449 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
6450 definition of "struct Lisp_Symbol".
6451
70eab5c1
GM
64522010-04-24 Glenn Morris <rgm@gnu.org>
6453
6454 * Makefile.in (CRT_DIR): New variable, set by configure.
6455 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
6456 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
6457
1ad4cc3d
DN
64582010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6459
e769f484
DN
6460 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
6461
4196ff33
DN
6462 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
6463
879b0ee4
DN
6464 Remove redundant flags.
6465 * s/freebsd.h (C_SWITCH_SYSTEM):
6466 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
6467 * s/netbsd.h (C_SWITCH_SYSTEM):
6468 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
6469 of these.
6470
03cbbcb8
DN
6471 Simplify m/intel386.h.
6472 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
6473 user: ecrt0.c.
6474 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
6475 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
6476 the only user: s/unixware.h.
6477 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
6478 from m/intel386.h.
bba3e508
SM
6479 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE):
6480 Definitions moved here from m/intel386.h.
03cbbcb8 6481
1ad4cc3d
DN
6482 * m/mips.h: Remove #if 0 code.
6483
8785b888
EZ
64842010-04-23 Eli Zaretskii <eliz@gnu.org>
6485
728588cc
EZ
6486 Fix display of composed characters from L2R scripts in bidi buffers.
6487 * xdisp.c (set_iterator_to_next, next_element_from_composition):
6488 After advancing IT past the composition, resync the bidi iterator
6489 with IT's position. (Bug#5977)
6490
a63f80b4
DN
64912010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6492
6493 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
6494 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
6495
ff5dec5c
SM
64962010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
6499
8785b888
EZ
65002010-04-23 Eli Zaretskii <eliz@gnu.org>
6501
58ccf243 6502 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
6503 * xdisp.c (pop_it): When the stack is popped after displaying
6504 from a string, bidi-iterate to exit from the text portion covered
6505 by the `display' property or overlay. (Bug#5988, bug#5920)
6506
feeb1604
DN
65072010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6508
8e324eb6
DN
6509 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
6510 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
6511
809fcaba
DN
6512 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
6513 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
6514
ed710380
DN
6515 Simplify STARTFILES definition.
6516 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
6517 relying on Makefile.in to define it.
6518 * s/cygwin.h (START_FILES): Likewise.
6519 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
6520
feeb1604
DN
6521 Clean up Solaris code.
6522 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
6523 (LIB_MOTIF): Remove, configure takes care of this.
6524 (NOT_USING_MOTIF): Remove, unused.
6525 * xrdb.c: Remove #if 0-ed #include.
6526 (SYSV): Remove conditional for old SysV.
6527 * sysdep.c (closedir): Remove conditional code for Solaris,
6528 Solaris has closedir.
6529
a0d0b563
JD
65302010-04-22 Jan Djärv <jan.h.d@swipnet.se>
6531
6532 * xsettings.c (read_and_apply_settings): Check if current_font is
6533 NULL before strcmp (Bug#6001).
6534
56bae7c7
DN
65352010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6536
6537 Clean up HP-UX files.
6538 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
6539 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
6540 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
6541 * s/hpux10-20.h: ... to the only user, here.
6542
372b7a95
EZ
65432010-04-21 Eli Zaretskii <eliz@gnu.org>
6544
6545 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
6546 use buffer-local values of paragraph-start and paragraph-separate.
6547 <paragraph_start_re, paragraph_separate_re>: Rename from
6548 fallback_paragraph_start_re and fallback_paragraph_separate_re.
6549 (Bug#5992)
6550
f904c0f9
JD
65512010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6552
6553 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
6554 current_tool_bar_style are new.
6555 (store_config_changed_event): Rename from store_font_changed_event.
6556 (XSETTINGS_TOOL_BAR_STYLE): New define.
6557 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
6558 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
6559 HAVE_XFT.
6560 (something_changedCB): store_font_changed_event is now
c4cc8b9a 6561 store_config_changed_event.
bba3e508
SM
6562 (parse_settings): Rename from parse_xft_settings.
6563 Read non-xft xsettings outside #ifdef HAVE_XFT.
ef1b0ba7 6564 (read_settings): Rename from read_xft_settings.
f904c0f9
JD
6565 (apply_xft_settings): Take current settings as parameter. Do not
6566 call read_(xft)_settings.
6567 (read_and_apply_settings): New function.
bba3e508
SM
6568 (xft_settings_event): Do non-xft stuff out of HAVE_XFT.
6569 Call read_and_apply_settings if there are settings to be read.
ef1b0ba7 6570 (init_xsettings): Rename from init_xfd_settings.
f904c0f9
JD
6571 Call read_and_apply_settings unconditionally.
6572 (xsettings_initialize): Call init_xsettings.
6573 (Ftool_bar_get_system_style): New function.
6574 (syms_of_xsettings): Define Qmonospace_font_name and
6575 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 6576 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 6577 dynamic-setting.
31a01b90 6578 Move misplaced HAVE_GCONF
f904c0f9
JD
6579
6580 * xsettings.h (Ftool_bar_get_system_style): Declare.
6581
6582 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
6583 Qtext, Qboth, Qboth_horiz are new.
6584 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
6585 Vtool_bar_style, tool_bar_max_label_size.
6586
6587 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
6588
6589 * keyboard.c: QClabel is new.
6590 (parse_tool_bar_item): Take out QClabel from tool bar items.
6591 Try to construct a label if ther is no QClabel.
6592 (syms_of_keyboard): Intern :label as QClabel.
6593
6594 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
6595 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
6596 New.
6597
6598 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
6599 dynamic-setting.el.
6600
6601 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
6602 (xg_make_tool_item, xg_show_toolbar_item): New function.
6603 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
6604 Call xg_make_tool_item to make a tool bar item.
6605 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
6606
6607 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
6608 into account for toolbars.
6609
c632dfda
JD
66102010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6611
6612 * data.c (make_blv): Declarations before code (Bug#5993).
6613
10efe302
GM
66142010-04-21 Glenn Morris <rgm@gnu.org>
6615
6616 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
6617 Define using autoconf, not cpp.
6618 (LIBXSM): New variable, set by autoconf.
6619 (LIBXT): Use $LIBXSM.
6620
4285ac5a
DN
66212010-04-21 Dan Nicolaescu <local_user@dannlt>
6622
3ec759e7
DN
6623 Remove NOMULTIPLEJOBS, unused.
6624 * s/template.h (NOMULTIPLEJOBS):
6625 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
6626
4285ac5a
DN
6627 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
6628 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
6629 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
6630 detects -znocombreloc and passes it to the linker
6631 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
6632
2807228d
GM
66332010-04-21 Glenn Morris <rgm@gnu.org>
6634
6635 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
6636
574c05e2
KK
66372010-04-21 Karel Klíč <kklic@redhat.com>
6638
6639 * Makefile.in (LIBSELINUX_LIBS): New.
6640 (LIBES): Add $LIBSELINUX_LIBS.
6641 * eval.c, lisp.h (call7): New function.
6642 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
6643 (Ffile_selinux_context, Fset_file_selinux_context):
6644 New functions.
6645 (Fcopy_file): New parameter preserve-selinux-context.
6646 (Frename_file): Preserve selinux context when renaming by copy-file.
6647
91eac4bb 66482010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 6649 Eli Zaretskii <eliz@gnu.org>
91eac4bb 6650
50426a04
JB
6651 Don't depend on cm.c or termcap.c on Windows, use stubs.
6652 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
6653 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
6654 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
6655 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
6656 (sys_tputs, sys_tgetstr): New stubs.
6657 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
6658 (tputs, tgetstr): New; define to sys_*.
91eac4bb 6659
938efb77
JB
66602010-04-20 Juanma Barranquero <lekktu@gmail.com>
6661
6662 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
6663
b4bf28b7
SM
66642010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6665
8b1e1112
SM
6666 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
6667 Just signal a warning rather than an error when inside a let.
6668 (Fmake_variable_frame_local): Add the same test.
6669
933ac235
SM
6670 * font.c (syms_of_font): Make the style table vars read-only.
6671
b4bf28b7
SM
6672 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
6673 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
6674
6675 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
6676
93d68d0c
EZ
66772010-04-20 Eli Zaretskii <eliz@gnu.org>
6678
6679 Fix R2L paragraph display on TTY.
6680
6681 * xdisp.c (unproduce_glyphs): New function.
6682 (display_line): Use it when produced glyphs are discarded from R2L
6683 glyph rows.
6684 (append_composite_glyph): In R2L rows, prepend the glyph rather
6685 than appending it.
6686
6687 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
6688 rather than append it. Set up the resolved_level and bidi_type
6689 attributes of the appended glyph.
283ccc18
EZ
6690 (produce_special_glyphs): Mirror the backslash continuation
6691 character in R2L lines.
93d68d0c 6692
283ccc18 6693 Implement display of R2L paragraphs in GUI sessions.
26cdf528 6694
283ccc18
EZ
6695 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
6696 append_stretch_glyph.
bba3e508
SM
6697 (set_cursor_from_row) <cursor_x>: Remove unused variable.
6698 Fix off-by-one error in computing x at end of text in the row.
283ccc18
EZ
6699 (append_stretch_glyph): In reversed row, prepend the glyph rather
6700 than append it. Set resolved_level and bidi_type of the glyph.
6701 (extend_face_to_end_of_line): If the row is reversed, prepend a
6702 stretch glyph whose width is such that the rightmost glyph will be
6703 drawn at the right margin of the window. Fix off-by-one error on
bba3e508
SM
6704 TTY frames in testing whether a line needs face extension.
6705 Fix face extension at ZV. If this is the last glyph row, use
283ccc18
EZ
6706 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
6707 region face.
bba3e508
SM
6708 (set_cursor_from_row, display_line):
6709 Use MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
26cdf528 6710 row->continuation_lines_width.
283ccc18
EZ
6711 (next_element_from_buffer): Don't call bidi_paragraph_init if we
6712 are at ZV. Fixes a crash when reseated to ZV by
6713 try_window_reusing_current_matrix.
45903529
EZ
6714 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
6715 which happens with R2L glyph rows. Fixes a crash when inserting a
6716 character at end of an R2L line.
283ccc18
EZ
6717 (set_cursor_from_row): Don't be fooled by truncated rows: don't
6718 treat them as having zero-width characters. Improve comments.
6719 Don't reverse pos_before and pos_after for reversed glyph rows.
6720 Set cursor.x to negative value when the cursor might be on the
6721 left fringe.
6722 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
6723 left fringe, not the right one.
f951a506
EZ
6724 (notice_overwritten_cursor, draw_phys_cursor_glyph)
6725 (erase_phys_cursor): For reversed cursor_row, support cursor on
6726 the left fringe.
6727
283ccc18
EZ
6728 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
6729 of continuation indicators on the fringes.
6730 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
6731 left fringe.
6732
f951a506
EZ
6733 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
6734 draw cursor on the left fringe.
6735
6736 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
6737 cursor on the left fringe.
6738
f951a506
EZ
6739 * dispnew.c (update_text_area): Handle reversed desired rows when
6740 the cursor is on the left fringe.
6741 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
6742 below, not by 0, for when the cursor is on the left fringe.
6743
3bb49aaf
JD
67442010-04-20 Jan Djärv <jan.h.d@swipnet.se>
6745
6746 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
6747 widget is a scrollbar.
6748
c0be27fd
KH
67492010-04-20 Kenichi Handa <handa@m17n.org>
6750
6751 * charset.c (char_charset): Consider Vcharset_non_preferred_head
6752 only when the arg CHARSET_LIST is nil.
6753
ce5b453a
SM
67542010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 Make variable forwarding explicit rather the using special values.
6757 Basically, this makes the structure of buffer-local values and object
6758 forwarding explicit in the type of Lisp_Symbols rather than use
6759 special Lisp_Objects for that. This tends to lead to slightly more
6760 verbose code, but is more C-like, simpler, and makes it easier to make
6761 sure we handled all cases, among other things by letting the compiler
6762 help us check it.
6763 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
6764 Removing forwarding objects.
6765 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
6766 (struct Lisp_Symbol): Make the various forms of variable-forwarding
6767 explicit rather than hiding them inside Lisp_Object "values".
6768 (XFWDTYPE): New macro.
6769 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
6770 (XBUFFER_LOCAL_VALUE): Remove.
6771 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
6772 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
6773 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
6774 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
6775 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
6776 Remove the Lisp_Misc_* header.
6777 (struct Lisp_Buffer_Local_Value): Redefine.
6778 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
6779 (struct Lisp_Misc_Any): Add filler to get the right size.
6780 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
6781 Lisp_Intfwd.
6782 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
6783 (DEFVAR_KBOARD): Allocate a forwarding object.
6784 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
6785 (let_shadows_global_binding_p): New function.
6786 (union Lisp_Val_Fwd): New type.
6787 (make_blv): New function.
6788 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
6789 (store_symval_forwarding, swap_in_global_binding, Fboundp)
6790 (swap_in_symval_forwarding, find_symbol_value, Fset)
6791 (let_shadows_buffer_binding_p, set_internal, default_value)
6792 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
6793 (Fkill_local_variable, Fmake_variable_frame_local)
6794 (Flocal_variable_p, Flocal_variable_if_set_p)
6795 (Fvariable_binding_locus):
6796 * xdisp.c (select_frame_for_redisplay):
6797 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
6798 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
6799 * frame.c (store_frame_param):
6800 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
6801 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
6802 value structure.
6803 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
6804 (clone_per_buffer_values): Only adjust markers into the current buffer.
6805 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
6806 (Fbuffer_local_value, set_buffer_internal_1)
6807 (swap_out_buffer_local_variables):
6808 Adapt to the new symbol value structure.
6809 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
6810 (defvar_per_buffer): Take a new arg for the fwd object.
6811 (buffer_lisp_local_variables): Return a proper alist (different fix
6812 for bug#4138).
6813 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
6814 (Fgarbage_collect): Don't handle buffer_defaults specially.
6815 (mark_object): Handle new symbol value structure rather than the old
6816 special Lisp_Misc_* objects.
6817 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
6818 * term.c (set_tty_color_mode):
6819 * bidi.c (bidi_initialize): Don't access the ->value field directly.
6820 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
6821 a buffer_local_flags.
6822 * print.c (print_object): Get rid of impossible forwarding objects.
6823
fd3998ff
EZ
68242010-04-19 Eli Zaretskii <eliz@gnu.org>
6825
6826 * bidi.c (bidi_get_type, bidi_get_category)
6827 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
6828 (bidi_type_of_next_char, bidi_level_of_next_char):
6829 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 6830
e42cd1a7
JB
68312010-04-19 Juanma Barranquero <lekktu@gmail.com>
6832
6833 * dired.c (Ffile_attributes): Fix typo in docstring.
6834
6e104790 68352010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
6836
6837 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
6838 NSInteger (Bug#5811).
6839
6e104790 68402010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
6841
6842 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
6843 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
6844
6e104790 68452010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
6846
6847 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
6848
6e104790
SM
68492010-04-19 Chong Yidong <cyd@stupidchicken.com>
6850
6851 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
6852 terminal frames (Bug#5837).
6853
37dcfea0
EZ
68542010-04-19 Eli Zaretskii <eliz@gnu.org>
6855
d1da276f
EZ
6856 * .gdbinit (xsubchartable): New command.
6857
37dcfea0
EZ
68582010-04-19 Eli Zaretskii <eliz@gnu.org>
6859
6860 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 6861 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
6862 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
6863 and
6864 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
6865
e9515805
SM
68662010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * alloc.c (Fpurecopy): Hash-cons if requested.
6869 (syms_of_alloc): Update purify-flag docstring.
6870
22aa44a8
JD
68712010-04-18 Jan Djärv <jan.h.d@swipnet.se>
6872
6873 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
6874 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
6875
ebb5722e
EZ
68762010-04-17 Eli Zaretskii <eliz@gnu.org>
6877
6878 Fix a crash when an NSM character is inserted at BEGV.
6879
6880 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
6881 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
6882 NEUTRAL_B or UNKNOWN_BT.
6883
0f4442ef
EZ
68842010-04-16 Eli Zaretskii <eliz@gnu.org>
6885
6886 * xdisp.c (set_cursor_from_row): Don't consider possibility of
6887 other rows with cursor unless they are different from this row and
6888 this row is part of a continued line. (Bug#5943)
6889
7d4e45f8
DN
68902010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6891
6892 * s/freebsd.h: Restore osreldate.h include.
6893 Suggested by Naohiro Aota.
6894
5ba5ec85
J
68952010-04-16 Jan Djärv <jan.h.d@swipnet.se>
6896
6897 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
6898
20af301d
CY
68992010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
6900
6901 * s/cygwin.h: Avoid linking against static libgcc.
6902
a4b000fb
JL
69032010-04-15 Juri Linkov <juri@jurta.org>
6904
6905 * window.c: Add Qscroll_command.
6906 Remove Vscroll_preserve_screen_position_commands.
6907 (window_scroll_pixel_based, window_scroll_line_based): Check the
6908 `scroll-command' property on the last command instead of searching
6909 the last command in Vscroll_preserve_screen_position_commands.
6910 (syms_of_window): Initialize and staticpro `Qscroll_command'.
6911 Put Qscroll_command property on Qscroll_up and Qscroll_down.
6912 (scroll-preserve-screen-position): Doc fix.
6913 (Vscroll_preserve_screen_position_commands): Remove variable.
6914
bc319ba4
DN
69152010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6916
6bb24457
DN
6917 * xdisp.c (message): Do not use NO_ARG_ARRAY.
6918
19d4c244
DN
69192010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
6920
6921 Reduce cpp use in Makefile.in.
6922 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
6923 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
6924 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
6925 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
6926 (CRT0_COMPILE): Remove, inline it in the only user.
6927
32129746
JL
69282010-04-14 Juri Linkov <juri@jurta.org>
6929
6930 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
6931 `scroll-up-command' and `M-v' from `scroll-down' to
6932 `scroll-down-command'.
6933
9013a7f8
JL
69342010-04-14 Juri Linkov <juri@jurta.org>
6935
6936 * window.c (Vscroll_preserve_screen_position_commands): New variable
6937 with the default value as the list of Qscroll_down and Qscroll_up.
6938 (window_scroll_pixel_based, window_scroll_line_based): Search the
6939 last command in the list Vscroll_preserve_screen_position_commands
6940 instead of comparing with Qscroll_up and Qscroll_down.
6941
4bef8d26
JD
69422010-04-13 Jan Djärv <jan.h.d@swipnet.se>
6943
92848133
JD
6944 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
6945 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
6946 does that.
6947
4bef8d26
JD
6948 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
6949 to zero.
6950
58b963f7
SM
69512010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6952
84164a0d
SM
6953 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
6954
2b0a91e7
SM
6955 Try to solve the problem of spurious EOF chars in long lines of text
6956 sent to interactive subprocesses.
6957 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
6958 (system_process_attributes): Remove unused var `ttotal'.
6959 * process.c (send_process): Don't bother breaking long line with EOF
6960 chars when talking to ttys any more.
6961 (wait_reading_process_output): Output a warning when called in such
6962 a way that it could block without being interruptible.
6963
58b963f7
SM
6964 Try to detect file modification within the same second.
6965 * buffer.h (struct buffer): New field modtime_size.
6966 * buffer.c (reset_buffer): Initialize it.
6967 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
6968 (Fverify_visited_file_modtime): Check it.
6969 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
6970 (Fset_visited_file_modtime): Set (or clear) it.
6971
01f5787b
SM
69722010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * process.c (status_notify): Remove unused var `ro'.
6975
83725342
JD
69762010-04-12 Jan Djärv <jan.h.d@swipnet.se>
6977
6978 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
6979 more than one visual (Bug#5938).
6980
b9465836
DN
69812010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6982
50426a04
JB
6983 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
6984 Undefine.
b9465836 6985
8d9c8ece
DN
69862010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6987
b1f52161
DN
6988 Remove C_SWITCH_SYSTEM_TEMACS.
6989 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
6990 (malloc, realloc, free): Use emacs, not temacs for conditional
6991 definition.
6992
6993 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
6994 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
6995
8d9c8ece
DN
6996 Use autoconf, not cpp for some variables.
6997 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
6998 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
6999 (ALL_CFLAGS): Use them as make variables.
7000 (really-lwlib, really-oldXMenu): Do not pass them.
7001
1ecb2d3f
JD
70022010-04-11 Jan Djärv <jan.h.d@swipnet.se>
7003
7004 * xmenu.c (apply_systemfont_to_dialog): New.
7005 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
7006
3a4fa2f2
SM
70072010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7008
97e53006
SM
7009 * process.c (exec_sentinel): Preserve current-buffer.
7010
3a4fa2f2
SM
7011 * process.c (read_process_output): Move the save-current-buffer to
7012 apply to both the filter and the non-filter branches.
7013
88df7221
DN
70142010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7015
7016 * s/msdos.h (UNEXEC): New definition.
7017
5634ff85
YM
70182010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7019
6eff5c3d
YM
7020 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
7021 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
7022
7023 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
7024 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
7025 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
7026 TRY_WINDOW_CHECK_MARGINS.
7027
7028 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
7029 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
7030 width only when it is for padding.
5634ff85 7031
b13aef54
J
70322010-04-09 Jan Djärv <jan.h.d@swipnet.se>
7033
7034 * xfns.c (Fx_show_tip): Call try_window in a loop until
7035 fonts_changed_p is zero (Bug#2423).
7036
21d28484
EZ
70372010-04-08 Eli Zaretskii <eliz@gnu.org>
7038
7039 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
7040 the end of TEXT_AREA. (Bug#5856)
7041
0269ef77
JD
70422010-04-08 Jan Djärv <jan.h.d@swipnet.se>
7043
7044 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
7045 HAVE_GCONF.
7046
5930fe97
EZ
70472010-04-08 Eli Zaretskii <eliz@gnu.org>
7048
7049 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
7050 prev.orig_type, for resolving type of NSM. (Bug#5858)
7051
99852628
JD
70522010-04-08 Jan Djärv <jan.h.d@swipnet.se>
7053
7054 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
7055 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
7056 in current_font.
7057 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
7058 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
7059 New functions.
7060 (syms_of_xsettings): Initialize current_font.
7061 defsubr Sfont_get_system_normal_font.
99852628 7062
686b968e
JB
7063 * xsettings.h (Ffont_get_system_normal_font)
7064 (xsettings_get_system_normal_font): Declare.
99852628
JD
7065
7066 * xfns.c (extern xlwmenu_default_font): Remove.
7067 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
7068 to xlwmenu.c.
7069
7070 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
7071 menu items in UTF-8.
7072
7073 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
7074 (apply_systemfont_to_menu): New function.
bba3e508
SM
7075 (set_frame_menubar, create_and_show_popup_menu):
7076 Call apply_systemfont_to_menu.
99852628 7077
7fc874c4
J
70782010-04-07 Jan Djärv <jan.h.d@swipnet.se>
7079
7080 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
7081 FRAME_LINE_TO_PIXEL_Y.
7082
7083 * xterm.c (x_set_window_size_1): Don't add border_width/height to
7084 pixelwidth/height.
7085
863bf481
DN
70862010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7087
5e5a3b92
DN
7088 Simplify code for HP machines.
7089 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
7090 for GNU_LINUX, not needed.
7091 (UNEXEC, NEED_BSDTTY): Move definitions...
7092 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
7093
863bf481
DN
7094 * m/iris4d.h (UNEXEC): Move definition ...
7095 * s/irix6-5.h (UNEXEC): ... here.
7096
3e6bec3b
JD
70972010-04-04 Jan Djärv <jan.h.d@swipnet.se>
7098
7099 * xfns.c (set_machine_and_pid_properties): New function.
7100 (Fx_create_frame): Call set_machine_and_pid_properties.
7101
2912322b
SM
71022010-04-03 Eli Zaretskii <eliz@gnu.org>
7103
bba3e508
SM
7104 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char):
7105 Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1502b819
EZ
7106 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
7107
2912322b
SM
7108 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
7109 in this function. (Bug#5703)
7110
71112010-04-03 Chong Yidong <cyd@stupidchicken.com>
7112
7113 * nsterm.h: Fix last change.
7114
c435b432
DN
71152010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
7116
a568f507
DN
7117 * m/intel386.h (NO_REMAP): Move definition ...
7118 * s/msdos.h (NO_REMAP): ... here.
7119
4cd9f6c2
DN
7120 * m/vax.h (CRT0_DUMMIES): Remove, unused.
7121
c435b432
DN
7122 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
7123 used on those platforms.
7124
42a2c622
DN
71252010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7126
7127 Remove extern errno declarations.
7128 * xterm.c:
7129 * xrdb.c:
7130 * w32term.c:
7131 * unexec.c:
7132 * unexaix.c:
7133 * sysdep.c:
7134 * process.c:
7135 * lread.c:
7136 * keyboard.c:
7137 * floatfns.c:
7138 * filelock.c:
7139 * fileio.c:
7140 * emacs.c (main):
7141 * ecrt0.c:
7142 * dispnew.c:
7143 * callproc.c:
7144 * buffer.c: Remove errno extern declarations.
7145 * s/netbsd.h (NEED_ERRNO): Remove.
7146
8224f93d
DN
71472010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
7148
7149 Remove all uses of LIBX11_SYSTEM.
7150 * Makefile.in (LIBX11_SYSTEM): Remove.
7151 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
7152 instead.
7153
814062c7
EZ
71542010-04-01 Eli Zaretskii <eliz@gnu.org>
7155
ed68db4d
EZ
7156 Remove support for DJGPP v1.x (bug#5813).
7157
7158 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
7159 * s/msdos.h:
7160 * unexec.c (make_hdr, copy_text_and_data):
7161 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 7162 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
7163 (IT_set_terminal_modes, __write, _rename, gethostname)
7164 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
7165 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
7166 the value of __DJGPP__.
ed68db4d
EZ
7167 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
7168 compatibility code.
8224f93d
DN
7169 * lread.c:
7170 * gmalloc.c (memalign):
7171 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
7172 * emacs.c (main):
7173 * dosfns.c (init_dosfns):
ed68db4d
EZ
7174 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
7175
52f4d8d5
EZ
71762010-04-01 Eli Zaretskii <eliz@gnu.org>
7177
814062c7
EZ
7178 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
7179 string with `cursor' property comes from an `after-string'
7180 overlay. (Bug#5816)
7181
0dc2e11d
GM
71822010-04-01 Glenn Morris <rgm@gnu.org>
7183
7184 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
7185 Define as Makefile variables.
7186 (LIBX): Use above variables rather than directly using autoconf.
7187
1d29df59
DN
71882010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
7189
7190 Clean up BSD_SYSTEM use.
7191 * xterm.c:
7192 * process.c:
7193 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
7194 for including <sys/ioctl.h>.
7195 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
7196 code is only used for MSDOS.
7197
1546c559
JL
71982010-03-31 Juri Linkov <juri@jurta.org>
7199
7200 * image.c: Add `Qextension_data'.
7201 (syms_of_image): Initialize and staticpro `Qextension_data'.
7202 (Fimage_metadata): Rename from `Fimage_extension_data'.
7203 (gif_load): Put GIF extension data to the property
7204 `Qextension_data'.
7205
6521c534
CY
72062010-03-31 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
7209 * nsterm.h: Fix prototype.
7210
52c30783
EZ
72112010-03-31 Eli Zaretskii <eliz@gnu.org>
7212
7213 * xdisp.c (highlight_trailing_whitespace): Support highlight of
7214 trailing whitespace in right-to-left rows.
7215
855a0da7
SM
72162010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 Get rid of the direct_output optimizations.
7219 * keyboard.c (nonundocount): Remove extern declaration.
7220 (command_loop_1): Remove brittle optimisation for cheap and
7221 common operations.
7222 * xdisp.c (redisplay_internal): Don't bother checking
7223 redisplay_performed_directly_p any more.
7224 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
7225 any more.
7226 * dispnew.c (redisplay_performed_directly_p)
7227 (direct_output_for_insert, direct_output_forward_char):
7228 * dispextern.h (redisplay_performed_directly_p)
7229 (direct_output_for_insert, direct_output_forward_char): Remove.
7230 * cmds.c (nonundocount): Make it static.
7231
85738751 72322010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
7233
7234 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
7235
85738751 72362010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
7237
7238 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
7239 invisible (Bug#5766).
7240
85738751 72412010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 7242
855a0da7
SM
7243 * xdisp.c (x_consider_frame_title, update_window_cursor):
7244 Remove HAVE_NS conditionals.
194d44e7 7245 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
7246
7247 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
7248 filename for the title.
7249 (ns_set_doc_edited): Do nothing if the selected window is a
7250 minibuffer window.
7251
7252 * nsterm.h: Add prototypes for ns_set_name_as_filename and
7253 ns_set_doc_edited.
7254
7255 * nsterm.m: Remove unneeded prototype.
7256
85738751 72572010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
7258
7259 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
7260 in the DOC file. (Bug#5336)
7261
85738751 72622010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
7263
7264 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
7265
75d1428c
SM
72662010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * window.c (keys_of_window): Remove redundant/overridden bindings.
7269
82043cfb
EZ
72702010-03-30 Eli Zaretskii <eliz@gnu.org>
7271
7272 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
7273 Restore original behavior when the iterator is not bidi_p.
7274
b5dd0ae7
DN
72752010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7276
7277 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
7278
bd924a5d
EZ
72792010-03-30 Eli Zaretskii <eliz@gnu.org>
7280
7281 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
7282 are outside the range of cached character positions.
7283
3580374b
JB
72842010-03-30 Juanma Barranquero <lekktu@gmail.com>
7285
7286 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
7287
a7b02820
EZ
72882010-03-30 Eli Zaretskii <eliz@gnu.org>
7289
7290 Initial support for bidirectional editing.
7291
7292 * Makefile.in (obj): Include bidi.o.
7293 (bidi.o): New target.
7294
7295 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
7296 ($(BLD)/bidi.$(O)): New target.
7297
7298 * bidi.c: New file.
7299
7300 * buffer.h (struct buffer): New members bidi_display_reordering
7301 and bidi_paragraph_direction.
7302
7303 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
7304 and bidi_paragraph_direction.
7305 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
7306 and bidi-paragraph-direction.
7307 (Fbuffer_swap_text): Swap the values of
7308 bidi_display_reordering and bidi_paragraph_direction.
7309
7310 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
7311 (bidi_type_t, bidi_dir_t): New types.
7312 (bidi_saved_info, bidi_stack, bidi_it): New structures.
7313 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
7314 prev_stop, base_level_stop, and eol_pos.
7315 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
7316 (IT_STACK_SIZE): Enlarge to 5.
7317 (struct glyph_row): New member reversed_p.
7318 <string_buffer_position>: Update prototype.
7319 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
7320 glyph_row if bidi_it.paragraph_dir == R2L.
7321 (struct glyph): New members resolved_level and bidi_type.
7322
7323 * dispnew.c (direct_output_forward_char): Give up if we need bidi
7324 processing or buffer's direction is right-to-left.
7325 (prepare_desired_row): Preserve the reversed_p flag.
7326 (row_equal_p): Compare the reversed_p attributes as well.
7327
bba3e508
SM
7328 * xdisp.c (init_iterator): Initialize it->bidi_p.
7329 Call bidi_init_it and set it->paragraph_embedding from the current
a7b02820
EZ
7330 buffer's value of bidi_paragraph_direction.
7331 (reseat_1): Initialize bidi_it.first_elt.
7332 (set_iterator_to_next, next_element_from_buffer): Use the value of
7333 paragraph_embedding to determine the paragraph direction.
7334 (set_iterator_to_next): Under bidi reordering, call
7335 bidi_get_next_char_visually. Call bidi_paragraph_init if the
7336 new_paragraph flag is set in the bidi iterator.
7337 (next_element_from_buffer): If bidi_it.first_elt is set,
7338 initialize paragraph direction and find the first character to
7339 display in the visual order. If reseated to a middle of a line,
bba3e508
SM
7340 prime the bidi iterator starting at the line's beginning.
7341 Handle the situation where we overstepped stop_charpos due to
a7b02820
EZ
7342 non-linearity of the bidi iteration. Likewise for when we back up
7343 beyond the previous stop_charpos. When moving across stop_charpos,
7344 record it in prev_stop.
7345 (display_line): Set row->end and it->start for the next row to the
7346 next character in logical order. Always extend reversed_p rows to
7347 the end of line, even if they end at ZV. Copy the reversed_p flag
7348 to the next glyph row. Keep calling set_cursor_from_row for
7349 bidi-reordered rows even if we already have a possible candidate
7350 for cursor position. Set row_end after all the row's glyphs have
7351 been produced, by looping over the glyphs. Record the position
7352 after EOL in it->eol_pos, and use it to set end_pos of the last
7353 row produced for a continued line.
7354 <Qright_to_left, Qleft_to_right>: New variables.
7355 (syms_of_xdisp): Initialize and staticpro them.
7356 (string_buffer_position_lim): New function.
7357 (string_buffer_position): Most of code moved to
7358 string_buffer_position_lim. Last argument and return value are
7359 now EMACS_INT; all callers changed.
7360 (set_cursor_from_row): Rewritten to support bidirectional text and
7361 reversed glyph rows.
bba3e508
SM
7362 (text_outside_line_unchanged_p, try_window_id):
7363 Disable optimizations if we are reordering bidirectional text and the
a7b02820
EZ
7364 paragraph direction can be affected by the change.
7365 (append_glyph, append_composite_glyph)
7366 (produce_image_glyph, append_stretch_glyph): Set the
7367 resolved_level and bidi_type members of each glyph.
7368 (append_glyph): If the glyph row is reversed, prepend the glyph
7369 rather than appending it.
7370 (handle_stop_backwards): New function.
7371 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
7372 (reseat): call handle_stop_backwards to recompute prev_stop and
7373 base_level_stop for the new position.
7374 (handle_invisible_prop): Under bidi iteration, skip invisible text
7375 using bidi_get_next_char_visually. If we are `reseat'ed, init the
7376 paragraph direction. Update IT->prev_stop after skipping
7377 invisible text.
7378 (move_it_in_display_line_to): New variables prev_method
7379 and prev_pos. Compare for strict equality in
7380 BUFFER_POS_REACHED_P.
7381 (try_cursor_movement): Examine all the candidate rows that occlude
7382 point, to return the best match. If rows are bidi-reordered
7383 and point moved backwards, back up to the row that is not a
7384 continuation line, and start looking for a suitable row from
7385 there.
7386
7387 * term.c (append_glyph): Reverse glyphs by pre-pending them,
7388 rather than appending, if the glyph_row's reversed_p flag is set.
7389 Set the resolved_level and bidi_type members of each glyph.
7390
7391 * .gdbinit (pbiditype): New command.
7392 (pgx): Use it to display bidi level and type of the glyph.
7393 (pitx): Display some bidi information about the iterator.
7394 (prowlims, pmtxrows): New commands.
7395
32a8894e
DN
73962010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7397
7398 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
7399 * s/usg5-4.h (LIBS_DEBUG):
7400 * s/irix6-5.h (C_DEBUG_SWITCH):
7401 * s/gnu-linux.h (LIBS_DEBUG):
7402 * s/darwin.h (LIBS_DEBUG):
7403 * s/bsd-common.h (LIBS_DEBUG):
7404 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
7405 * m/iris4d.h (LIBS_DEBUG):
7406 * m/hp800.h (LIBS_DEBUG): Remove definitions.
7407
7408 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
7409 (LIBS_DEBUG): Remove definition.
7410
649dbf36
CY
74112010-03-27 Chong Yidong <cyd@stupidchicken.com>
7412
7413 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
7414 Windows.
7415
cad4261f
YM
74162010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7417
7418 * process.c (Fmake_network_process): Don't call turn_on_atimers around
7419 `connect' (Bug#5723).
7420
cd591dbc
HE
74212010-03-25 Helmut Eller <eller.helmut@gmail.com>
7422
7423 * process.c (Fmake_network_process): Call `select' for interrupted
7424 `connect' rather than creating new socket (Bug#5173).
7425
e867cb5d 74262010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
7427
7428 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
7429
7430 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
7431
7432 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
7433
e867cb5d 74342010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
7435
7436 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
7437 XLoadQueryFont.
7438
e867cb5d 74392010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
7440
7441 * coding.c (decode_coding_ccl): Fix previous change for the
7442 multibyte case.
fb608df3
KH
7443 (encode_coding_ccl): Don't setup ccl program here. Fix for the
7444 case that the output buffer is fullfilled.
7445 (encode_coding): Setup ccl program here.
fbdc1721 7446
5845f0ed
DN
74472010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7448
814fb708
DN
7449 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
7450
5845f0ed
DN
7451 Simplify LIBS_MACHINE definitions.
7452 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
7453 * m/iris4d.h (LIBS_MACHINE): Likewise.
7454 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
7455 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 7456 * s/netbsd.h: Remove commented out code.
5845f0ed 7457
b7064064
DN
74582010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7459
df7734b2
DN
7460 Remove dead code dealing with POSIX_SIGNALS.
7461 * atimer.c (set_alarm): Remove dead code, all USG systems define
7462 POSIX_SIGNALS.
7463 * data.c (arith_error): Likewise.
7464 * keyboard.c (input_available_signal, handle_user_signal)
7465 (interrupt_signal): Likewise.
7466 * process.c (sigchld_handler): Likewise.
7467 (create_process): Remove if 0 code. Remove HPUX conditional when
7468 !defined (POSIX_SIGNALS), it cannot be true.
7469 * syssignal.h: Remove USG5_4 and USG conditionals when
7470 !POSIX_SIGNALS, they cannot be true.
7471
b7064064
DN
7472 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
7473 NO_SOCK_SIGIO, not used anymore.
7474
55da5ee3
DN
74752010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7476
0be96e3a
DN
7477 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
7478 support vax on BSDs.
7479
55da5ee3
DN
7480 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
7481 * s/aix4-2.h (ORDINARY_LINK): ... here.
7482
c0282183
AS
74832010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7484
82c3d67a
AS
7485 * Makefile.in (abs_builddir): Define.
7486 (bootstrap_exe): Use it.
7487 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 7488
3613edce
SM
74892010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * Makefile.in (bootstrap_exe): Use an absolute name.
7492
7f110ddc
DN
74932010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7494
22e87574
DN
7495 Remove support for old GNU/Linux using libc version 5.
7496 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
7497 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
7498
05a670e6
DN
7499 Consolidate redundant definitions in s/bsd-common.h.
7500 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7501 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7502 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
7503 doing it in all files that include this one.
7504 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7505 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7506 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7507 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7508 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7509 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7510 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7511 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7512 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7513
2968f561
DN
7514 Consolidate redundant definitions.
7515 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
7516 it's undefined in all files that include this one.
7517 (POSIX_SIGNALS): Define here instead of doing it in all files that
7518 include this one.
7519 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7520 (POSIX_SIGNALS): Do not define.
7521 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7522 (POSIX_SIGNALS): Do not define.
7523 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7524 (POSIX_SIGNALS): Do not define.
7525
15d25dc0
DN
7526 Remove support for old UNIX System V systems.
7527 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
7528 * s/usg-5-4-2.h: Remove.
7529
07e339e4
DN
7530 Remove support for Solaris on PPC and for old versions.
7531 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
7532 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
7533 that cancel each other.
7534 * s/sol2-3.h:
7535 * s/sol2-4.h:
7536 * s/sol2-5.h: Remove.
7537 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
7538 (NO_REMAP): Remove, unused.
7539 (UNEXEC): Move definition ...
7540 * s/aix4-2.h (UNEXEC): ... here.
7541
7f110ddc
DN
7542 * s/openbsd.h: Remove support for non-ELF and for systems that do
7543 not support shared libraries.
7544 * s/netbsd.h:
7545 * s/freebsd.h: Likewise.
7546
605f35cd
DN
75472010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7548
7549 Remove non-working support for lynxos 3.0.
7550 * s/lynxos.h: Remove file.
7551
7552 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
7553 COFF_BSD_SYMBOLS, nothing defines it anymore.
7554
aed71cf4
DN
75552010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7556
7557 Remove obsolete uses of HAVE_SHM.
7558 * emacs.c (standard_args):
7559 (Fdump_emacs):
7560 (syms_of_emacs): Remove code depending on HAVE_SHM.
7561
7562 * alloc.c: Remove HAVE_SHM dependent definition.
7563
7564 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
7565
aded53ff
GM
75662010-03-18 Glenn Morris <rgm@gnu.org>
7567
17284745
GM
7568 * emacs.c (USAGE4): Hard-code bug address.
7569 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
7570 (bug_reporting_address): Remove.
7571 (main): Don't call bug_reporting_address.
7572
aded53ff
GM
7573 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
7574 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
7575
303500aa
CY
75762010-03-15 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * xfns.c (Fx_create_frame):
7579 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
7580 on left.
7581
cef3058f
CY
75822010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
7583
7584 * editfns.c (Fformat): Account for string precision when computing
7585 field width (Bug#5710).
7586
a647d59d
CY
75872010-03-12 Chong Yidong <cyd@stupidchicken.com>
7588
4fa42018
CY
7589 * xfns.c (Fx_create_frame): Set default to Qright.
7590
a647d59d
CY
7591 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
7592 all window systems.
7593
6da23aaa
EZ
75942010-03-12 Eli Zaretskii <eliz@gnu.org>
7595
a96f6398 7596 These changes remove termcap.c from the build on Posix platforms.
83d02def 7597 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
7598 (MSDOS_OBJ): ...to here.
7599 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
7600 now identical to when LIBS_TERMCAP is defined.
7601
7602 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
7603
7604 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
7605
a96f6398 7606 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 7607
288f9fc0
CY
76082010-03-10 Chong Yidong <cyd@stupidchicken.com>
7609
7610 * Branch for 23.2.
7611
d48cd3f4
SM
76122010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 Cleanup setup of gl_state in various parts of the code.
7615 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
7616 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
7617 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
7618 (skip_chars):
7619 * regex.c (regex_compile): Use it.
7620 (re_compile_pattern): Don't set gl_state.current_syntax_table since
7621 it's now set in regex_compile when/if we need it.
7622
618db430
SM
76232010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7624
c0335e02
SM
7625 Make it possible to C-g in a tight bytecode loop again (bug#5680).
7626 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
7627 (QUIT): Use it to consolidate code and remove redundancy.
7628 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
7629
254c06a8
SM
7630 * regex.c (regex_compile): Setup gl_state as well.
7631
618db430
SM
7632 * syntax.c (skip_chars): Setup gl_state (bug#3823).
7633 (in_classes): Use CONSP before XCAR/XCDR.
7634
233f0c9f
CY
76352010-03-03 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * keymap.c (Fwhere_is_internal): Use Fequal to compare
7638 definitions, so that keyboard macros are correctly handled
7639 (Bug#5481).
7640
75f80e63
EZ
76412010-03-02 Eli Zaretskii <eliz@gnu.org>
7642
7643 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
7644 text that could be relocated inside the call to emacs_mule_char.
7645 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
7646 (CODING_DECODE_CHAR): Add a comment describing its purpose.
7647
dcfb9bc4
KH
76482010-03-02 Kenichi Handa <handa@m17n.org>
7649
fc9a17bc
KH
7650 * character.c (parse_str_as_multibyte): Fix handling of the
7651 multibyte form of raw-bytes.
7652 (str_as_multibyte): Likewise.
7653
dcfb9bc4
KH
7654 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
7655 form of raw-bytes.
7656
412c01b6
CY
76572010-02-28 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * charset.c (load_charset_map_from_file)
7660 (load_charset_map_from_vector): Zero out allocated
7661 charset_map_entries before using them.
7662
df7e1ea0
AS
76632010-02-27 Andreas Schwab <schwab@linux-m68k.org>
7664
7665 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
7666
fe69a722
CY
76672010-02-27 Chong Yidong <cyd@stupidchicken.com>
7668
4ed28cf4
CY
7669 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
7670 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 7671
7379cfce
KH
76722010-02-26 Kenichi Handa <handa@m17n.org>
7673
f88cc4d6
KH
7674 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
7675
7379cfce
KH
7676 * xdisp.c (reseat_to_string): Fix previous change.
7677
cf2fdcfb
CY
76782010-02-26 David Reitter <david.reitter@gmail.com>
7679
7680 * nsfont.m (nsfont_draw): ns_antialias_text should be a
7681 Lisp_Object (Bug#4736).
7682
cc6c7c75
KH
76832010-02-25 Kenichi Handa <handa@m17n.org>
7684
7685 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
7686
32e737d7
JD
76872010-02-24 Jan Djärv <jan.h.d@swipnet.se>
7688
7689 * xterm.c (XTflash): Move declarations before statements.
7690
7691 * gtkutil.c (xg_get_gdk_display): Remove (unused).
7692 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
7693 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
7694 (xg_create_tool_bar): Remove unused variables.
7695 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 7696 (xg_create_frame_widgets): Remove variable grav.
32e737d7 7697
676cae9f
CY
76982010-02-21 Chong Yidong <cyd@stupidchicken.com>
7699
7700 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
7701
886cc2b8
SM
77022010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * term.c (fatal): Add a final \n if needed (bug#5596).
7705
ddb2d8e2
CY
77062010-02-18 Chong Yidong <cyd@stupidchicken.com>
7707
7708 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
7709
2a4f8d3d
GM
77102010-02-18 Glenn Morris <rgm@gnu.org>
7711
7712 * callint.c (Finteractive): Doc fix.
7713
ebaf11b6
KH
77142010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7715
886cc2b8
SM
7716 * coding.c (record_conversion_result):
7717 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
7718 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
7719 memory allocation error.
7720
d0396581
KH
77212010-02-17 Kenichi Handa <handa@m17n.org>
7722
886cc2b8
SM
7723 * coding.c (decode_coding_ccl): Don't setup ccl program here.
7724 Fix for the case that the output buffer is fullfilled.
d0396581
KH
7725 (decode_coding): Setup ccl program here. Keep looping when the
7726 decoder stopped because the output buffer is
7727 fullfilled (bug#5534).
7728
7729 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
7730
98599f74
JD
77312010-02-13 Jan Djärv <jan.h.d@swipnet.se>
7732
471e4f04 7733 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 7734 bug #5571.
886cc2b8 7735 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 7736 overdrawn.
98599f74 7737
182659ae
JD
77382010-02-10 Jan Djärv <jan.h.d@swipnet.se>
7739
7740 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
7741 doing_interact here.
7742 (ice_connection_closed): New function.
7743 (x_session_check_input, smc_die_CB, ice_io_error_handler)
7744 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
7745 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
7746 returns I/O error.
7747 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
7748 bug #5512.
7749
9be32c4e 77502010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
7751
7752 * nsfont.m (nsfont_open): The system's value for the font descent
7753 is negative, so round it down to avoid clipping.
7754
a2f3eb19
CY
77552010-02-06 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * charset.c (load_charset_map_from_file)
7758 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 7759 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 7760
3088147c
CY
77612010-02-05 Chong Yidong <cyd@stupidchicken.com>
7762
7763 * charset.c (load_charset_map_from_file): Allocate large
7764 charset_map_entries structure on the heap rather than the stack.
7765 (Bug#5526).
7766
b57d9029
KH
77672010-01-31 Kenichi Handa <handa@m17n.org>
7768
7769 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 7770 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 7771
c67d885b
CY
77722010-01-31 Chong Yidong <cyd@stupidchicken.com>
7773
7774 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
7775 <deactivated@gmail.com> (Bug#3605).
7776
8fab2362
CY
77772010-01-31 David De La Harpe Golden <david@harpegolden.net>
7778
7779 * fileio.c (Frename_file): Correctly rename symlinks to
7780 directories (Bug#5496).
7781
cb2a62f2
CY
77822010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
7783
7784 * nsterm.m (ns_ring_bell): Handle visible bell like X.
7785
944c7a26
AS
77862010-01-30 Andreas Schwab <schwab@linux-m68k.org>
7787
7788 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
7789
c024ac08
CY
77902010-01-29 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * frame.c (DEFAULT_ROWS): Change default to 35.
7793
7794 * xfns.c (x_default_font_parameter): Change default XFT font to
7795 monospace-10 (Bug#3643).
7796
af93af83
EZ
77972010-01-29 Eli Zaretskii <eliz@gnu.org>
7798
7799 * w32inevt.c (key_event): Remove unnecessary comparison of
7800 event->uChar.AsciiChar with 128.
7801
ca0eb708
CY
78022010-01-28 Chong Yidong <cyd@stupidchicken.com>
7803
b242dbfc
CY
7804 * fileio.c (Frename_file): Fix last change (Bug#5487).
7805
ca0eb708
CY
7806 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
7807
7808 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
7809
45d45af5
JD
78102010-01-28 Jan Djärv <jan.h.d@swipnet.se>
7811
7812 * xfns.c (Fx_create_frame): Remove window size matching code from
7813 2010-01-15.
a73f9c9d 7814 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 7815
7e233730
JR
78162010-01-27 Jason Rumney <jasonr@gnu.org>
7817
7818 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 7819 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 7820
86e893e3
KH
78212010-01-27 Kenichi Handa <handa@m17n.org>
7822
7823 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 7824 pattern string (Bug#4209).
86e893e3 7825
8719abec
CY
78262010-01-27 David De La Harpe Golden <david@harpegolden.net>
7827
7828 * fileio.c (Frename_file): Call copy-directory and
7829 delete-directory for directories, in order to handle cross-device
7830 renaming (Bug#3353).
7831
844794c8
JD
78322010-01-25 Jan Djärv <jan.h.d@swipnet.se>
7833
aa3e13b5 7834 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 7835 sizes 24 and 10. Bug #3643.
844794c8 7836
bd4b5750
SM
78372010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7838
8dc1adf6 7839 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
7840 * keymap.c (shadow_lookup): Add `remap' arg.
7841 (describe_map, describe_vector): Update calls to shadow_lookup.
7842 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
7843 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
7844 perform remapping during shadow_lookup check of remapped_sequences.
7845
285d07e2
CY
78462010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
7847
7848 * image.c (png_load): Use png_sig_cmp instead of the obsolete
7849 png_check_sig, which has been removed in libpng 1.4.
7850
c6d09b8d
CY
78512010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7852
7853 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
7854 lacks this header file).
7855
3d782998
YM
78562010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7857
7858 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
7859 as in Emacs 22.
7860
2aff7c53
YM
78612010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7862
7863 * lisp.h (make_pure_string): String pointer arg now points to const.
7864
7865 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
7866 args now point to const.
7867
74327f7a
EZ
78682010-01-22 Eli Zaretskii <eliz@gnu.org>
7869
7870 * lread.c (Fload): Don't treat files without .elc extension as
7871 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
7872 them. (bug#5303)
7873
4d1e6632
KH
78742010-01-20 Kenichi Handa <handa@m17n.org>
7875
7876 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
7877 treat the source as actual byte sequence.
7878
1fdede8f
AM
78792010-01-19 Alan Mackenzie <acm@muc.de>
7880
7881 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 7882 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
7883 `signal_after_change_p' to `coherent_change_p', and make the
7884 invocation of `modify_region' conditional on it.
7885
67477f30
JD
78862010-01-19 Jan Djärv <jan.h.d@swipnet.se>
7887
7888 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
7889 for debug purpose.
7890 (syms_of_xsettings): Declare xft-settings.
7891
244b023e
CY
78922010-01-18 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
7895
617364fe
CY
78962010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * xterm.c (event_handler_gdk): Block input (Bug#5037).
7899
4fe22cdf
CY
79002010-01-16 Chong Yidong <cyd@stupidchicken.com>
7901
7902 * emacs.c (standard_args): Adjust arg priorities to reflect how
7903 they are processed in startup.el.
7904
e118d2be
AS
79052010-01-16 Andreas Schwab <schwab@linux-m68k.org>
7906
7907 * Makefile.in (lisp, shortlisp): Update.
7908
523ae620
SM
79092010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7910
7911 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
7912 code, link the new kboard into all_kboard before running Lisp code,
7913 and protect the new terminal with GCPRO (Bug#5365).
7914 (x_term_init): Remove unused var `atom'.
7915 (x_delete_display, x_delete_terminal): Remove unused var `i'.
7916
f0d13888
JD
79172010-01-15 Jan Djärv <jan.h.d@swipnet.se>
7918
7919 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
7920 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
7921 to find out usable size of the desktop. Don't make frames larger than
ac146f82 7922 this. Bug #3643.
f0d13888 7923
cc320f07
KH
79242010-01-15 Kenichi Handa <handa@m17n.org>
7925
7926 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
7927
7ffdf101
CY
79282010-01-15 Chong Yidong <cyd@stupidchicken.com>
7929
7930 * nsterm.m (Qnone): Define.
7931
7932 * nsfns.m (Qnone): Move definition to nsterm.m.
7933
d12bd917
KH
79342010-01-14 Kenichi Handa <handa@m17n.org>
7935
7936 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
7937 systems.
7938
d9a7c140
KH
79392010-01-14 Kenichi Handa <handa@m17n.org>
7940
7941 Make auto-composition work on all buffers even if they are
7942 fundamental mode.
7943
7944 * composite.c (Vauto_composition_mode): New variable.
7945 (composition_compute_stop_pos): Check Vauto_composition_mode
7946 instead of Vauto_composition_function.
7947 (composition_adjust_point, Ffind_composition_internal): Likewise.
7948 (syms_of_composite): Declare Lisp variable
7949 "auto-composition-mode" here.
7950
63286bb2
CY
79512010-01-13 Chong Yidong <cyd@stupidchicken.com>
7952
7953 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
7954 during call to vendor-specific-keysyms (Bug#5365).
7955
c2623ee7
YM
79562010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7957
7958 * keyboard.c (input_available_signal) [SYNC_INPUT]:
7959 Call SIGNAL_THREAD_CHECK (Bug#5333).
7960
7961 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
7962 Call SIGNAL_THREAD_CHECK.
7963
0b5397c2
SM
79642010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 Try to fix bug#5314. This is probably not the final word, tho.
7967 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
7968 recent-auto-save-p as a side-effect.
7969 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
7970 * buffer.c (Fkill_buffer, reset_buffer):
7971 * editfns.c (Fsubst_char_in_region):
7972 * fileio.c (Finsert_file_contents, Fdo_auto_save)
7973 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
7974
dc954cb2
KH
79752010-01-13 Kenichi Handa <handa@m17n.org>
7976
7977 Display buffer name, etc. in mode line by composing correctly.
7978
7979 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
7980 STRING is not nil.
0b5397c2 7981 (display_mode_element): Adjust for the change of
dc954cb2
KH
7982 decode_mode_spec and display_line.
7983 (decode_mode_spec): Change arg MULTIBYTE to STRING.
7984 (display_string): Handle the case that STRING is non-null and
7985 LISP_STRING is not nil.
7986
0b5397c2
SM
7987 * xterm.c (x_draw_composite_glyph_string_foreground):
7988 Pay attention to s->face->overstrike.
dc954cb2
KH
7989
7990 * composite.c (composition_reseat_it): Don't check PT if STRING is
7991 non nil.
7992
4a00eaca
YM
79932010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7994
7995 * keyboard.c (read_char): Don't apply previous change when current
7996 buffer is unchanged by command execution.
7997
60abb287
JD
79982010-01-12 Jan Djärv <jan.h.d@swipnet.se>
7999
8000 * keyboard.c (read_char): Return after executing from special map.
8001
893db5bc
GM
80022010-01-12 Glenn Morris <rgm@gnu.org>
8003
8004 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
8005 bug-gnu-emacs rather than emacs-pretest-bug.
8006
4d03ece0
CY
80072010-01-11 Chong Yidong <cyd@stupidchicken.com>
8008
8009 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
8010 initializing the Lisp variables that depend on them.
8011
1df47e38
YM
80122010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8013
8014 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
8015 Clear areas that will not be updated after change of menu bar lines.
8016 Clear the menu bar window's current matrix when the window gets empty.
8017
2f1c6384
CY
80182010-01-09 Chong Yidong <cyd@stupidchicken.com>
8019
e398c61c
CY
8020 * intervals.h, textprop.c (extend_property_ranges): Return value
8021 and args changed. Discard properties that begin at or after the
8022 new end (Bug#5306).
8023
8024 * editfns.c (Fformat): Caller changed.
8025
e5a29a10
CY
8026 * nsterm.m (ns_set_default_prefs): Delete function.
8027 (syms_of_nsterm): Initialize ns_command_modifier,
8028 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
8029 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
8030
2f1c6384
CY
8031 * xdisp.c (pos_visible_p): Check for invisible text at the correct
8032 position (Bug#4040).
8033
d427a9fa
EZ
80342010-01-09 Eli Zaretskii <eliz@gnu.org>
8035
8036 * editfns.c (Ffloat_time): Doc fix.
8037
21b9df2f
JD
80382010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8039
8040 * xfns.c (Fx_create_frame): Don't create frame larger than display
8041 by default bug#3643.
8042
4b00d3b1
YM
80432010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8044
8045 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
8046 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
8047 windows above internal border.
8048
8049 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
8050 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
8051 windows above internal border.
8052
8053 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
8054 tool bar windows specially.
8055
8056 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
8057
8058 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
8059 specially.
8060 (XTflash): Take account of menu bar height.
8061
8062 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
8063 specially.
8064
5075d853
JD
80652010-01-08 Jan Djärv <jan.h.d@swipnet.se>
8066
ac146f82 8067 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
8068 also be true before we can return early (bug #5339).
8069
474217c8
CY
80702010-01-06 David Reitter <david.reitter@gmail.com>
8071
8072 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
8073 (Fns_display_usable_bounds): Rewrite, computing bounds properly
8074 (Bug#3233).
8075
c0e6d47d
JD
80762010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8077
d0cf45b7
JD
8078 * font.c (font_open_entity): Enable chache and call cached_font_ok
8079 for the driver if defined.
8080 (QCuser_spec): New symbol.
8081 (font_spec_from_name): Save name as user-spec.
8082 (font_load_for_lface): Keep user-spec instead of name.
8083 (font_open_by_name): Save name as user-spec.
8084 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 8085 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
8086
8087 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
8088 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
8089 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
8090
8091 * font.h (struct font_driver): Add cached_font_ok.
8092
c0e6d47d
JD
8093 * xterm.c (x_clear_frame): Queue draw for scroll bars.
8094
7c583cd8
JD
80952010-01-05 Jan Djärv <jan.h.d@swipnet.se>
8096
8097 * xterm.c (x_new_font): Move code for setting rows/cols before
8098 resizing ...
ac146f82 8099 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
8100
8101 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
8102 (xg_frame_resized, xg_frame_set_char_size):
8103 Call xg_clear_under_internal_border.
7c583cd8 8104 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 8105
03f77f0a
CY
81062010-01-05 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * keyboard.c (read_key_sequence): Catch keyboard switch after
8109 making a new tty frame (Bug#5095).
8110
2a1ef5be
KH
81112010-01-05 Kenichi Handa <handa@m17n.org>
8112
8113 * fontset.c (fontset_find_font): Fix getting the frame pointer.
8114
e3eb1dae
SM
81152010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
8118 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
8119 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
8120
777013f2
MA
81212010-01-03 Michael Albinus <michael.albinus@gmx.de>
8122
8123 * dbusbind.c (xd_add_watch): Improve debug message.
8124 (xd_remove_watch): Improve debug message. If DATA is the session
8125 bus, unset D-Bus session environment.
8126 (Fdbus_init_bus): Pass the bus as argument to
8127 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 8128
8932b1c2
CY
81292010-01-01 Chong Yidong <cyd@stupidchicken.com>
8130
87231e2c
CY
8131 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
8132
4801c5fa
CY
8133 * lread.c (syms_of_lread): Make it clearer that these are the
8134 names of loaded files (Bug#5068).
8135
8932b1c2
CY
8136 * eval.c (run_hook_with_args): Handle the case where the global
8137 value has the obsolete single-function form (Bug#5026).
8138
11e3c684
CY
81392009-12-27 Chong Yidong <cyd@stupidchicken.com>
8140
8141 * minibuf.c (Fall_completions): Minor optimization.
8142
5b28ce35
EZ
81432009-12-26 Eli Zaretskii <eliz@gnu.org>
8144
5ce6e4f4
JB
8145 * .gdbinit (pgx): Fix display of composite glyphs.
8146 Display cmp.from and cmp.to as well.
8147 (pitx): Fix last change.
5b28ce35 8148
bcffff46
KH
81492009-12-25 Kenichi Handa <handa@m17n.org>
8150
8151 * composite.h (composition_adjust_point): Update prototype.
8152
8153 * composite.c (composition_reseat_it): Don't make a composition
8154 spanning over point.
8155 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
8156 composable characters.
8157 (composition_adjust_point): New arg NEW_PT. Callers changed.
8158
8159 * keyboard.c (command_loop_1): Force redisplay if the last point
8160 was within a composition.
8161 (adjust_point_for_property): Don't adjust point for automatic
8162 composition when called after buffer modification.
8163
3f670e9a
EZ
81642009-12-19 Eli Zaretskii <eliz@gnu.org>
8165
5ce6e4f4
JB
8166 * .gdbinit (pitx): Don't use enum names, use their values.
8167 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
8168 (pgx): Don't use enum names, use their values.
8169 (pitmethod): New helper command.
8170 (pitx): Use it to display iteration method.
8171 (pgrowit): New command.
8172
ad903955
EZ
8173 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
8174
3f670e9a
EZ
8175 Update dependencies in Makefile.in.
8176
8177 * Makefile.in (alloc.o): Depend on termhooks.h.
8178 (atimer.o): Depend on blockinput.h.
8179 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
8180 and frame.h.
8181 (callint.o): Depend on systime.h, coding.h, and composite.h.
8182 (callproc.o): Depend on buffer.h.
8183 (casefiddle.o): Don't depend on charset.h.
8184 (casetab.o): Depend on character.h.
8185 (ccl.o): Depend on composite.h.
8186 (chartab.o): Depend on ccl.h.
8187 (cm.o): Depend on dispextern.h.
8188 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
8189 (coding.o): Don't depend on $(INTERVALS_H).
8190 (composite.o): Don't depend on dispextern.h explicitly (it's in
8191 $(INTERVALS_H)). Depend on ccl.h.
8192 (data.o): Depend on systime.h, coding.h, composite.h,
8193 dispextern.h, font.h, and ccl.h.
8194 (dired.o): Depend on composite.h.
8195 (dispnew.o): Depend on coding.h. Don't depend explicitly on
8196 composite.h (it's in $(INTERVALS_H)).
8197 (doc.o): Depend on systime.h, coding.h, and composite.h.
8198 (editfns.o): Don't depend explicitly on dispextern.h.
8199 (emacs.o): Depend on frame.h and coding.h.
8200 (eval.o): Depend on coding.h, composite.h, and xterm.h.
8201 (fileio.o): Depend on frame.h and commands.h. Don't depend
8202 explicitly on dispextern.h.
8203 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
8204 composite.h.
8205 (fns.o): Don't depend on termhooks.h.
8206 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
8207 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
8208 coding.h, $(INTERVALS_H), window.h, xterm.h.
8209 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
8210 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
8211 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
8212 fontset.h, ccl.h, and ftfont.h.
8213 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
8214 (gtkutil.o): Depend on dispextern.h and composite.h.
8215 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
8216 termhooks.h, and ccl.h.
8217 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
8218 (intervals.o): Depend on systime.h and coding.h.
8219 (keyboard.o): Depend on composite.h and coding.h.
8220 (keymap.o): Depend on coding.h and frame.h.
8221 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
8222 (macros.o): Depend on systime.h, coding.h, and composite.h.
8223 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
8224 and atimer.h.
8225 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
8226 dispextern.h explicitly.
0b5397c2
SM
8227 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
8228 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
8229 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
8230 (regex.o): Don't depend on charset.h.
8231 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
8232 (search.o): Don't depend explicitly on composite.h.
8233 (sound.o): Depend on atimer.h and systime.h.
8234 (syntax.o): Don't depend explicitly on composite.h.
8235 (sysdep.o): Depend on coding.h and composite.h.
8236 (term.o): Depend on xterm.h and buffer.h.
8237 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
8238 (textprop.o): Don't depend on dispextern.h explicitly.
8239 (undo.o): Depend on dispextern.h.
8240 (window.o): Depend on coding.h and termhooks.h. Don't depend on
8241 dispextern.h and composite.h explicitly.
8242 (xdisp.o): Depend on ccl.h.
8243 (xfaces.o): Depend on coding.h and ccl.h.
8244 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
8245 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
8246 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
8247 ftfont.h.
8248 (xgselect.o): New dependency.
8249 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
8250 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
8251 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
8252 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
8253 (xsmfns.o): Depend on frame.h and dispextern.h.
8254 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
8255 sysselect.h.
8256
7a6f7fea
AS
82572009-12-19 Andreas Schwab <schwab@linux-m68k.org>
8258
8259 * font.c (Fclear_font_cache): Pass correct cache argument to
8260 font_clear_cache.
8261
f4c21026
AS
82622009-12-16 Andreas Schwab <schwab@linux-m68k.org>
8263
8264 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
8265 twice.
8266
f7ab0997
CY
82672009-12-15 Chong Yidong <cyd@stupidchicken.com>
8268
8269 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
8270 calling file-remote-p. Reported by Jim Meyering.
8271
fa8e045a
MA
82722009-12-15 Michael Albinus <michael.albinus@gmx.de>
8273
8274 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 8275 avoid compiler warnings. (Bug #5217)
fa8e045a 8276
a63dba42
KH
82772009-12-14 Kenichi Handa <handa@m17n.org>
8278
8279 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
8280 in 8-bit encoding.
8281
5ce6e4f4 82822009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
8283
8284 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
8285 tooltip windows.
8286
223e5fc6
JD
82872009-12-13 Jan Djärv <jan.h.d@swipnet.se>
8288
36acb2a7
JD
8289 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
8290 Xatom_net_window_type.
8291
8292 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
8293 Xatom_net_window_type.
8294
b8f00677
JD
8295 * xterm.c (my_log_handler): New function.
8296 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 8297 so we can filter out buggy messages. (Bug #5120).
b8f00677 8298
e5f0bc9a
JD
8299 * xterm.c (xg_scroll_callback): Parameter list changed,
8300 use parameter GtkScrollType to determine scroll/line/page.
8301 Only allow dragging if a button < 4 is grabbed (bug #5177).
8302 (xg_end_scroll_callback): New function.
8303 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
8304 xg_create_scroll_bar.
8305
8306 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
8307 (scroll_end_callback): Remove.
8308 (xg_create_scroll_bar): Add parameter end_callback, bind it to
8309 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 8310 bug #5177.
e5f0bc9a
JD
8311 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
8312 bug #5177.
8313
8314 * gtkutil.h (XG_LAST_SB_DATA): Remove.
8315 (xg_create_scroll_bar): Add GCallback end_callback.
8316
223e5fc6
JD
8317 * xftfont.c (QClcdfilter): New variable.
8318 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
8319 (syms_of_xftfont): Initialize QClcdfilter.
8320
3c055b77
JD
83212009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8322
8323 * xsettings.c (struct xsettings): Add member seen.
8324 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 8325 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
8326 (apply_xft_settings): Only update Xft settings with what member seen
8327 indicates as new.
8328
05fe33ff
EZ
83292009-12-12 Eli Zaretskii <eliz@gnu.org>
8330
c4cc8b9a 8331 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
8332 (struct glyph): Use EMACS_INT for charpos.
8333 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
8334 region_beg_charpos, region_end_charpos,
8335 redisplay_end_trigger_charpos, and also for
8336 iterator_stack_entry.end_charpos and
8337 iterator_stack_entry.stop_charpos.
8338
e8d7886a
JD
83392009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8340
5ce6e4f4 8341 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
8342 (xg_create_scroll_bar): Call scroll_end_callback on button release
8343 event (bug #5177).
8344 (xg_event_is_for_scrollbar): != replaced with ==.
8345
d0db2ec8
KH
83462009-12-12 Kenichi Handa <handa@m17n.org>
8347
8348 * ftfont.c (struct ftfont_info): New member matrix.
8349 (ftfont_open): Setup xftfont_info->matrix.
8350 (MFLTFontFT): New member matrix.
8351 (FLOOR, CEIL, ROUND): New macros.
8352 (ftfont_get_metrics): Handle matrix transformation.
8353 (ftfont_shape_by_flt): New arg matrix. Callers changed.
8354
8355 * xftfont.c (struct xftfont_info): New member matrix.
8356 (xftfont_open): Setup xftfont_info->matrix.
8357
83582009-12-10 Kenichi Handa <handa@m17n.org>
8359
8360 * xdisp.c (append_space_for_newline): Consider face-remapping.
8361
2cc7b62f
AS
83622009-12-09 Andreas Schwab <schwab@linux-m68k.org>
8363
b87dd913
AS
8364 * xsettings.c: Include "keyboard.h".
8365
eba5eb94
AS
8366 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
8367
2cc7b62f
AS
8368 Fix implicit function declarations.
8369 * cmds.c: Include "frame.h".
8370 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
8371 * frame.h: Move declaration of delete_frame outside of
8372 HAVE_WINDOW_SYSTEM.
8373
a4ef73c8
CY
83742009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
8375
8376 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
8377
8378 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
8379 GTK builds.
8380
944a300c
AS
83812009-12-07 Andreas Schwab <schwab@linux-m68k.org>
8382
8383 * unexelf.c (unexec): Don't search for .data twice.
8384
022eef62
CY
83852009-12-05 Chong Yidong <cyd@stupidchicken.com>
8386
426ac949
CY
8387 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
8388 if push failed.
8389 (handle_line_prefix): Set avoid_cursor_p here. Check return value
8390 of push_display_prop (Bug#5000).
8391
022eef62
CY
8392 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
8393 value of font_list_entities (Bug#5085).
8394
be95bee9
JB
83952009-12-04 Juanma Barranquero <lekktu@gmail.com>
8396
8397 Fix `string-to-number' to deal consistently with integers and floats.
8398 * lread.c (isfloat_string): New argument ignore_trailing to accept all
8399 trailing characters, not just whitespace.
8400 (read1): Pass new arg 0 to keep old behavior.
8401 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
8402 trailing chars, as it is already done for integers. Doc fixes.
8403 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
8404
24c2d7ce
EZ
84052009-12-04 Eli Zaretskii <eliz@gnu.org>
8406
0b5397c2
SM
8407 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
8408 Delete unused enumeration value.
24c2d7ce 8409
7e694795
EZ
84102009-12-03 Eli Zaretskii <eliz@gnu.org>
8411
8412 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
8413
84b31826
SM
84142009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
8415
8416 * process.c (Fmake_network_process): Fix up the tests for
8417 "connectionless socket", so they DTRT for seqpacket sockets as well.
8418
f00c449b
SM
84192009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * process.c (Qseqpacket): New symbol.
8422 (HAVE_SEQPACKET): New macro.
8423 (Fmake_network_process): Accept new :type `seqpacket'.
8424 (init_process): Add `seqpacket' feature when applicable.
8425 (syms_of_process): Initialize Qseqpacket.
8426
8096a0ff
YM
84272009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8428
8429 * font.c (font_load_for_lface, font_open_by_name): Don't store name
8430 if entity is Qnil.
8431
3e0de07f
SM
84322009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * print.c (print_preprocess): Preprocess the key_and_value table of
8435 hashtables, even tho they're "hidden" (bug#5082).
8436
abeafb2a
JD
84372009-11-29 Jan Djärv <jan.h.d@swipnet.se>
8438
8439 * frame.c (frame_make_pointer_invisible)
8440 (frame_make_pointer_visible): Declare f before statements.
8441
4bf47195
EZ
84422009-11-28 Eli Zaretskii <eliz@gnu.org>
8443
8444 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
8445 omitted dependencies on lisp.h.
8446
c525b3f2
JD
84472009-11-27 Jan Djärv <jan.h.d@swipnet.se>
8448
ece2d4ed
JD
8449 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
8450 is NULL.
8451
8452 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
8453
8454 * frame.c (frame_make_pointer_invisible)
3e0de07f 8455 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
8456 frame.
8457
c525b3f2
JD
8458 * search.c (simple_search): Remove warning by making *p const.
8459
2f00e299
DN
84602009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
8461
8462 * xdisp.c (power_letter): Remove duplicate const.
8463
084b049b
JD
84642009-11-25 Jan Djärv <jan.h.d@swipnet.se>
8465
a1fadc6f
JD
8466 * term.c (delete_tty): Remove check for last terminal (bug#4970).
8467
5ce6e4f4 8468 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
8469 defaults (bug #5025).
8470
28259cac
SM
84712009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * insdel.c (adjust_markers_for_delete): Move it in the
8474 right direction! (bug#4803)
8475
e8e14166
YM
84762009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8477
8478 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
8479
8480 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
8481
86677b58
GM
84822009-11-24 Glenn Morris <rgm@gnu.org>
8483
8484 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
8485
581e51e8
JD
84862009-11-23 Jan Djärv <jan.h.d@swipnet.se>
8487
cfc86c7a
JD
8488 * Makefile.in: Must create deps for ecrt0.o in its rule.
8489
581e51e8
JD
8490 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
8491 because that is what Gtk+ font dialog understands.
8492
8493 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
8494 of Fcopy_sequence.
8495 (font_open_by_name): Put name given into QCname for font-object returned.
8496
8497 * frame.c (x_set_font): Save original font name as frame parameter
8498 font-parameter.
8499
8500 * xsettings.c (set_default_xft_settings): New function.
8501 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
8502 is found.
8503
8b264ecb
AS
85042009-11-22 Andreas Schwab <schwab@linux-m68k.org>
8505
8506 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
8507 searching backwards through multibyte buffer.
8508
872870b2
JD
85092009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8510
8511 * xterm.c: #include xgselect.h.
8512 (x_initialize): Call xgselect_initialize.
8513
8514 * xsettings.c (something_changedCB): C++ comments => C comments.
8515 (init_gconf): Do not deal with any GLib file descriptors, xg_select
8516 does that now.
8517
8518 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
8519 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
8520 (scroll_bar_button_cb): Remove.
5ce6e4f4 8521 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
8522 event.
8523 (xg_create_scroll_bar): Don't bind button-press-event and
8524 button-release-event.
8525
8526 * process.c: Include xgselect.h if defined (USE_GTK) ||
8527 defined (HAVE_GCONF).
8528 (wait_reading_process_output): Call xg_select for the same condition.
8529
8530 * xgselect.c (xg_select): New function to better integrate with
8531 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
8532
8533 * xgselect.h: New file, declare xg_select, xgselect_initialize.
8534
8535 * Makefile.in (XOBJ): Add xgselect.o.
8536
62a6e103
AS
85372009-11-21 Andreas Schwab <schwab@linux-m68k.org>
8538
0b5397c2
SM
8539 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
8540 Remove ignored second argument. All callers changed.
62a6e103
AS
8541 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
8542 (RE_STRING_CHAR_AND_LENGTH): Likewise.
8543 * xdisp.c (string_char_and_length): Likewise.
8544
b0ca0f33
DN
85452009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8546
8547 * xterm.c (x_new_font):
8548 * print.c (print_object):
8549 * cmds.c (Fself_insert_command): Move declarations before statements.
8550
dd5a6279
CY
85512009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8552
8553 * s/cygwin.h: Remove unneeded linker flags.
8554
4a8e097d
JD
85552009-11-20 Jan Djärv <jan.h.d@swipnet.se>
8556
0d1d0d26
JD
8557 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
8558
8559 * xsettings.h: Declare xsettings_get_system_font.
8560
8561 * xsettings.c (xsettings_get_system_font): New function.
8562 (init_gconf): No use initiating gconf unless we have Xft also.
8563 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
8564 HAVE_GCONF.
8565
4a8e097d
JD
8566 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
8567 add a blank entry so it doesn't collapse into nothing.
8568
8ab1650e
SM
85692009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * lread.c (Funintern): Comment out last change.
8572
82c602f0
RS
85732009-11-19 Richard Stallman <rms@gnu.org>
8574
8575 * lread.c (Funintern): Error if symbol is t or nil.
8576
87e32266
SM
85772009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * insdel.c (make_gap_larger): Don't make as many assumptions about the
8580 representation of Lisp integers.
8581 Reported by MJ Chan <mjchan.inbox@gmail.com>.
8582
1b9ac145
AS
85832009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8584
8585 * lisp.h: Remove declaration of Ffont_get_system_font.
8586 * xfns.c: Move include of "xsettings.h".
8587 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
8588
dfb3c4c6
JD
85892009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8590
87e32266
SM
8591 * xsettings.c (something_changedCB, Ffont_get_system_font):
8592 Check use_system_font.
dfb3c4c6
JD
8593 (syms_of_xsettings): DEFVAR font-use-system-font.
8594
9370c1d8
AS
85952009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8596
25fe851a
AS
8597 * xfns.c (x_default_font_parameter): Remove dead assignment.
8598
9370c1d8
AS
8599 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
8600
637fa988
JD
86012009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8602
87e32266 8603 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 8604 not have FC_LCD_*. #define them if not there.
a6eb20d8 8605
87e32266 8606 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 8607
637fa988
JD
8608 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
8609
8610 * xterm.c (handle_one_xevent): Call xft_settings_event for
8611 ClientMessage, PropertyNotify and DestroyNotify.
8612 (x_term_init): If we have XFT, get DPI from Xft.dpi.
8613 Call xsettings_initialize.
8614
8615 * xftfont.c (xftfont_fix_match): New function.
8616 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
8617 Call xftfont_fix_match after XftFontMatch.
8618
8619 * xfont.c (xfont_driver): Initialize all members.
8620
87e32266
SM
8621 * xfns.c (x_default_font_parameter):
8622 Try font from Ffont_get_system_font.
637fa988
JD
8623 Do not get font from x_default_parameter if we got one from
8624 Ffont_get_system_font.
87e32266 8625 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
8626
8627 * w32font.c (w32font_driver): Initialize all members.
8628
8629 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
8630
8631 * lisp.h: Declare syms_of_xsettings.
8632
87e32266
SM
8633 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
8634 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
8635
8636 * ftfont.c (ftfont_filter_properties): New function.
8637
8638 * frame.c (x_set_font): Remove unused variable lval.
8639
87e32266 8640 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
8641
8642 * font.c (font_put_extra): Don't return if val is nil, it means
8643 boolean option is off.
8644 (font_parse_fcname): Collect all extra properties in extra_props
8645 and call filter_properties for all drivers with extra_props and
8646 font as parameter.
87e32266
SM
8647 (font_open_entity): Do not use cache, it does not pick up new
8648 fontconfig settings like hinting.
637fa988
JD
8649 (font_load_for_lface): If spec had a name in it, store it in entity.
8650
a73f9c9d 8651 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
8652
8653 * config.in: HAVE_GCONF is new.
8654
8655 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
8656 xsettings.o is new.
8657
5a942932
KH
86582009-11-17 Kenichi Handa <handa@m17n.org>
8659
8660 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
8661 back to the default font in case that no suitable font is found.
8662
b7c7a4d1
SM
86632009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
8666 Suggested by Chad Brown <yandros@mit.edu>.
8667 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
8668
072f1e39
JD
86692009-11-16 Jan Djärv <jan.h.d@swipnet.se>
8670
8671 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
8672
5d1e70a2
AS
86732009-11-14 Andreas Schwab <schwab@linux-m68k.org>
8674
87e32266 8675 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 8676
a53cfbe5
JD
86772009-11-14 Jan Djärv <jan.h.d@swipnet.se>
8678
473a99b7
JD
8679 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
8680 has a parent.
8681
a53cfbe5 8682 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 8683 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
8684
8685 * config.in: Generated (AUTO_DEPEND).
8686
f04bb9b2
MA
86872009-11-13 Michael Albinus <michael.albinus@gmx.de>
8688
b7c7a4d1 8689 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
8690 Vdbus_registered_functions_table, because it contains also
8691 properties. Fix docstring.
b7c7a4d1 8692 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 8693
8f11f7ec
SM
86942009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * alloc.c (mark_object): Don't reprocess marked strings.
8697 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
8698 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
8699
8a605fe8
KH
87002009-11-13 Kenichi Handa <handa@m17n.org>
8701
8f11f7ec 8702 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
8703 semantics of Vword_combining_categories.
8704 (Vword_combining_categories): Describe the slight change of the
8705 semantics.
8706
241c4680
EZ
87072009-11-13 Eli Zaretskii <eliz@gnu.org>
8708
8709 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
8710
8711 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
8712
5d58e44c
SM
87132009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * xdisp.c (syms_of_xdisp): Fix typo in last change.
8716
5e13f9d3
JB
87172009-11-12 Juanma Barranquero <lekktu@gmail.com>
8718
8719 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
8720
cf54c754
DR
87212009-11-11 David Reitter <david.reitter@gmail.com>
8722
8723 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
8724 variables to fix 2009-11-09 change.
8725
a4ada374
DN
87262009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8727
91433552
DN
8728 * process.c (ifflag_def): Make flag_sym constant.
8729 (Fnetwork_interface_info): Use a constant pointer.
8730 (ifflag_table):
8731 * xfns.c (cursor_bits):
8732 * xdisp.c (power_letter):
8733 * termcap.c (speeds, esctab):
8734 * sysdep.c (baud_convert):
8735 * keyboard.c (lispy_accent_codes, modifier_names):
8736 * image.c (xbm_format, xpm_format, pbm_format, png_format)
8737 (jpeg_format, tiff_format, gif_format, svg_format)
8738 (interlace_start, interlace_increment, gs_format):
8739 * gtkutil.c (separator_names):
8740 * fringe.c (swap_nibble):
8741 * fns.c (base64_value_to_char, base64_char_to_value):
8742 * fileio.c (make_temp_name_tbl):
8743 * coding.c (suffixes): Make constant.
8744
f4265f6c
DN
8745 * frame.c (make_initial_frame):
8746 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
8747 build_string.
8748 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
8749
04420943
DN
8750 * s/freebsd.h:
8751 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
8752
0a5d24ae
DN
8753 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
8754 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
8755
a4ada374
DN
8756 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
8757 * xterm.c (syms_of_xterm):
8758 * xfaces.c (syms_of_xfaces):
8759 * xdisp.c (syms_of_xdisp):
8760 * lread.c (syms_of_lread):
8761 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
8762 build_string.
91433552 8763
a4ada374
DN
8764 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
8765
af98fc7f
SM
87662009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8ab1650e 8768 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 8769
e90292a9
JD
87702009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8771
8772 * keyboard.h: Declare timer_check.
8773
8774 * keyboard.c (timer_check_2): New function that does what the old
8775 timer_check did.
8776 (timer_check): Call timer_check_2 until -1 or a non-zero time is
8777 returned, i.e. don't return -1 with timers pending.
8778
8779 * process.c: Remove extern declaration of timer_check.
8780
8781 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
8782 even if timer_check returned -1.
8783
af98fc7f
SM
8784 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
8785 xg_dialog_data.
e90292a9
JD
8786 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
8787 the event loop.
8788 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
8789 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
8790 Destroy the dialog after xg_dialog_run.
8791
045b83c0
SM
87922009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
8795
1fb99a3a
JD
87962009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8797
8798 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
8799
04e452cb
JB
88002009-11-09 Juanma Barranquero <lekktu@gmail.com>
8801
8802 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
8803
ef7417fd
SM
88042009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
8807 w32menu.c, and nsmenu.m.
8808 Simplify the obsolete case where position is nil.
8809 (cleanup_popup_menu): New function, moved from nsmenu.m.
8810 (struct skp): Remove slot `notreal'.
8811 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
8812 adjust callers.
8813 (single_menu_item): Adjust call to parse_menu_item.
8814 (syms_of_menu): Defsubr x-popup-menu.
8815 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
8816 (keymap_panes): Don't export any more.
8817 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
8818 (xmenu_show): Declare.
8819 * keyboard.c (parse_menu_item): Remove arg `notreal'.
8820 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
8821 * keyboard.h (parse_menu_item): Update declaration.
8822 * xmenu.c (Fx_popup_menu): Remove.
8823 (syms_of_xmenu): Don't defsubr x-popup-menu.
8824 * w32menu.c (Fx_popup_menu): Remove.
8825 (syms_of_w32menu): Don't defsubr x-popup-menu.
8826 * nsmenu.m (cleanup_popup_menu): Remove.
8827 (ns_menu_show): Rename from ns_popup_menu and remove all the code
8828 moved to menu.c's Fx_popup_menu.
8829 (Fx_popup_menu): Remove.
8830 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
8831 menu_items (it's done in menu.c already).
8832
424d6179
SM
88332009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
8836 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
8837
c0df13a6 88382009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
8839
8840 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 8841 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
8842 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
8843 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
8844
2de9f71c
SM
88452009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 Let integers use up 2 tags to give them one extra bit and thus double
8848 their range.
8849 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
8850 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
8851 New macros.
8852 (enum Lisp_Type): Use them. Give explicit values.
8853 (Lisp_Type_Limit): Remove.
8854 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
8855 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
8856 Pay attention to USE_2_TAGS_FOR_INTS.
8857 (INTEGERP): Use LISP_INT_TAG_P.
8858 * fns.c (internal_equal): Simplify the default case.
8859 (sxhash): Use case_Lisp_Int.
8860 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
8861 any more.
8862 (Ftype_of): Use case_Lisp_Int.
8863 (store_symval_forwarding): Take into account the fact that Ints can
8864 now have more than one tag.
8865 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
686b968e 8866 (buffer_slot_type_mismatch):
2de9f71c
SM
8867 * xfaces.c (face_attr_equal_p):
8868 * print.c (print_object):
8869 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
8870 Use case_Lisp_Int.
8871
323637a2
EZ
88722009-11-06 Eli Zaretskii <eliz@gnu.org>
8873
7ac65b38
EZ
8874 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
8875
323637a2
EZ
8876 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
8877 warning.
8878
e511451f
JD
88792009-11-06 Jan Djärv <jan.h.d@swipnet.se>
8880
8881 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
8882
8883 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
8884
8885 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
8886 ButtonPressRelease and MotionNotify (bug#4870).
8887
5e2327cf
DN
88882009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
8889
5adc433e
DN
8890 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
8891
d67b4f80
DN
8892 * xterm.c (syms_of_xterm):
8893 * xselect.c (syms_of_xselect):
8894 * xmenu.c (syms_of_xmenu):
8895 * xfns.c (syms_of_xfns):
8896 * xfaces.c (syms_of_xfaces):
8897 * xdisp.c (syms_of_xdisp):
8898 * window.c (syms_of_window):
8899 * w32fns.c (syms_of_w32fns):
8900 * undo.c (syms_of_undo):
8901 * textprop.c (syms_of_textprop):
8902 * terminal.c (syms_of_terminal):
8903 * syntax.c (syms_of_syntax):
8904 * sound.c (syms_of_sound):
8905 * search.c (syms_of_search):
8906 * print.c (syms_of_print):
8907 * minibuf.c (syms_of_minibuf):
8908 * macros.c (syms_of_macros):
8909 * keymap.c (syms_of_keymap, initial_define_key)
8910 (initial_define_lispy_key):
8911 * keyboard.c (syms_of_keyboard):
8912 * insdel.c (syms_of_insdel):
8913 * image.c (syms_of_image):
8914 * fringe.c (syms_of_fringe):
8915 * frame.c (syms_of_frame):
8916 * fontset.c (syms_of_fontset):
8917 * fns.c (syms_of_fns):
8918 * fns.c (syms_of_fns):
8919 * fileio.c (syms_of_fileio):
8920 * fileio.c (syms_of_fileio):
8921 * eval.c (syms_of_eval):
8922 * doc.c (syms_of_doc):
8923 * dispnew.c (syms_of_display):
8924 * dired.c (syms_of_dired):
8925 * dbusbind.c (syms_of_dbusbind):
8926 * data.c (syms_of_data):
8927 * composite.c (syms_of_composite):
8928 * coding.c (syms_of_coding):
8929 * cmds.c (syms_of_cmds):
8930 * charset.c (define_charset_internal, syms_of_character):
8931 * ccl.c (syms_of_ccl):
8932 * category.c (syms_of_category, init_category_once):
8933 * casetab.c (syms_of_casetab):
8934 * casefiddle.c (syms_of_casefiddle):
8935 * callint.c (syms_of_callint):
8936 * bytecode.c (syms_of_bytecode):
8937 * buffer.c (keys_of_buffer, syms_of_buffer):
8938 * alloc.c (syms_of_alloc):
8939 * process.c (syms_of_process, init_process):
8940 * lread.c (syms_of_lread, init_obarray):
8941 * font.c (build_style_table):
8942 * emacs.c (syms_of_emacs, main): Replace calls to intern with
8943 intern_c_string, calls to make_pure_string with
8944 make_pure_c_string. Use pure_cons instead of Fcons.
8945
5e2327cf
DN
8946 * process.c (socket_options): Make it const.
8947 (set_socket_option, init_process): Use a const pointer.
8948
8949 * lread.c (intern_c_string): New function.
8950 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
8951 (defvar_int): Uset it. Make the name const char*.
8952
8953 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
8954 (defvar_int): Update prototypes.
8955 (DEFUN, EXFUN): Support for prototypes is now required.
8956 (intern_c_string): New prototype.
8957 (struct Lisp_Subr): Make symbol_name constant.
8958
8959 * font.c (struct table_entry): Remove unused member. Make NAMES
8960 constant.
8961 (weight_table, slant_table, width_table): Make constant.
8962
8963 * emacs.c (struct standard_args): Make name and longname constant.
8964
8965 * character.h (DEFSYM): Use intern_c_string.
8966
a56eaaef
DN
89672009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * alloc.c (make_pure_c_string): New function.
8970
8971 * eval.c (Fautoload): Purecopy all arguments.
8972
f6a07420
KH
89732009-11-05 Kenichi Handa <handa@m17n.org>
8974
8975 * fileio.c (Finsert_file_contents): Be sure set coding-system of
8976 the buffer in case of replace.
8977
5d28d4b1
DN
89782009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8979
8980 * puresize.h (BASE_PURESIZE): Increase to 1620000.
8981
b349d111
SM
89822009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8983
d528b1ce
SM
8984 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
8985 when applicable (bug#4851).
8986
b349d111
SM
8987 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
8988 (P_): Support for prototypes is now required.
8989
c38eb027
CY
89902009-10-31 Chong Yidong <cyd@stupidchicken.com>
8991
8992 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
8993 (Bug#4827).
8994
0405f8d9
EZ
89952009-10-30 Eli Zaretskii <eliz@gnu.org>
8996
d528b1ce 8997 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 8998
ca0a881a
DN
89992009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9000
9001 * puresize.h (BASE_PURESIZE): Increase to 1470000.
9002
d528b1ce
SM
9003 * lread.c (Fload): Purecopy the file name when building
9004 Vpreloaded_file_list.
ca0a881a 9005
47e0e0e4
JR
90062009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
9007
9008 * w32fns.c (syms_of_w32fns): Change default value of
9009 w32-scroll-lock-modifier to nil. (Bug#2827)
9010
057bce6f
JB
90112009-10-26 Juanma Barranquero <lekktu@gmail.com>
9012
782a943e 9013 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 9014
242bc74c
AS
90152009-10-26 Andreas Schwab <schwab@redhat.com>
9016
9017 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
9018
522d013a
JB
90192009-10-26 Juanma Barranquero <lekktu@gmail.com>
9020
9021 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
9022 For delta < 0, skip check that only makes sense when the mini-window
9023 is going to be enlarged. (Bug#4534)
9024
18060980
CY
90252009-10-25 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
9028 string in menu maps (Bug#4471).
9029
fec8f0fe
CY
90302009-10-24 Chong Yidong <cyd@stupidchicken.com>
9031
9032 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
9033 FRAME_NS_VIEW on terminal frames (Bug#4765).
9034
10d66ec0
AS
90352009-10-24 Andreas Schwab <schwab@linux-m68k.org>
9036
1cae01f7
AS
9037 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
9038 DBUS_TYPE_UINTnn separately to get proper sign extension.
9039
58a12889
AS
9040 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
9041 can properly handle unsigned types.
d528b1ce 9042 (make_uid, make_gid): Remove.
58a12889 9043
987c9327
AS
9044 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
9045 types again.
9046
522d013a 9047 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
9048 (system_process_attributes): Likewise.
9049
905a9ed3
DN
90502009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9051
9052 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
9053
9054 * eval.c (Fautoload): Purecopy the filename. Simplify.
9055
9056 * category.c (Fdefine_category): Purecopy docstring.
9057
a599b3e8
AS
90582009-10-23 Andreas Schwab <schwab@linux-m68k.org>
9059
7b792fc9
AS
9060 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
9061
a599b3e8
AS
9062 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
9063
b35ac83e
CY
90642009-10-23 Chong Yidong <cyd@stupidchicken.com>
9065
9066 * window.c (Fwindow_edges, Fwindow_pixel_edges)
9067 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
9068 (Bug#4775).
9069
e8903e00
SM
90702009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
9073 (init_fileio_once):
9074 * lisp.h (init_fileio_once): Remove.
9075 * emacs.c (main): Don't call init_fileio_once.
9076
8f43cbf3
DN
90772009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9078
9079 * puresize.h (BASE_PURESIZE): Increase to 1430000.
9080
26898943
AS
90812009-10-21 Andreas Schwab <schwab@linux-m68k.org>
9082
9083 * doprnt.c (doprnt): Fix overflow check.
9084
5c646d5a
JD
90852009-10-21 Jan Djärv <jan.h.d@swipnet.se>
9086
3132a7ea
JD
9087 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
9088
5c646d5a
JD
9089 * xterm.h (x_wait_for_event): Declare it.
9090
9091 * xterm.c (pending_event_wait): New variable.
9092 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
9093 see pending_event_wait.eventtype.
9094 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
9095 (x_new_font): Call change_frame_size with new rows/columns before we
9096 try to resize the frame.
5c646d5a 9097 (x_wait_for_event): New function.
d528b1ce
SM
9098 (x_set_window_size_1): Don't change gravity unless change_gravity
9099 is set.
5c646d5a
JD
9100 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
9101 don't change frame size, instead wait for the ConfigureNotify.
9102 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
9103 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
9104 (x_initialize): Initialize pending_event_wait.
9105
9106 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
9107 size.
9108
9109 * widget.c (EmacsFrameSetValues): Add comment.
9110 (EmacsFrameSetCharSize): Just call x_set_window_size.
9111
9112 * gtkutil.c (xg_frame_set_char_size): Flush events and call
9113 x_wait_for_event.
d528b1ce 9114 (flush_and_sync): Remove again.
5c646d5a
JD
9115 (xg_get_font_name): Suggest monospace if no previous font is known.
9116
e9c1637d
SM
91172009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 9120 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 9121
5a72cccb
YM
91222009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9123
9124 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
9125 processing pending events when event is filtered for input method.
ab04798f 9126 (Bug#3681)
5a72cccb 9127
2629aa37
JB
91282009-10-20 Juanma Barranquero <lekktu@gmail.com>
9129
9130 * fns.c: Add #endif accidentally removed in previous change.
9131
c3417a74
DN
91322009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9133
9134 * fns.c: Remove code for unsupported system: MAC_OS.
9135 * image.c: Likewise. Include setjmp.h.
9136
9685cef2
JD
91372009-10-19 Jan Djärv <jan.h.d@swipnet.se>
9138
9139 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
9140 pixel -1 (bug #4742).
9141
d7306fe6
DN
91422009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9143
019d2c4c
DN
9144 * process.c (create_pty): Remove conditionals for no longer
9145 supported systems: UNIPLUS and RTU.
9146
ee6bacd4
DN
9147 * xterm.c:
9148 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
9149
d7306fe6
DN
9150 * alloc.c: Do not define struct catchtag.
9151 * eval.c: Move struct catchtag definition ...
9152 * lisp.h: ... here.
9153
9154 * image.c: Move png.h #include earlier to avoid warnings.
9155
9156 * xterm.c:
9157 * xsmfns.c:
9158 * xselect.c:
9159 * xrdb.c:
9160 * xmenu.c:
9161 * xftfont.c:
9162 * xfont.c:
9163 * xfns.c:
9164 * xfaces.c:
9165 * xdisp.c:
9166 * window.c:
9167 * widget.c:
9168 * w32xfns.c:
9169 * w32uniscribe.c:
9170 * w32term.c:
9171 * w32select.c:
9172 * w32reg.c:
9173 * w32proc.c:
9174 * w32menu.c:
9175 * w32inevt.c:
9176 * w32heap.c:
9177 * w32font.c:
9178 * w32fns.c:
9179 * w32console.c:
9180 * w32.c:
9181 * w16select.c:
9182 * vm-limit.c:
9183 * unexsol.c:
9184 * unexec.c:
9185 * unexcw.c:
9186 * unexaix.c:
9187 * undo.c:
9188 * tparam.c:
9189 * textprop.c:
9190 * terminfo.c:
9191 * terminal.c:
9192 * termcap.c:
9193 * term.c:
9194 * syntax.c:
9195 * sound.c:
9196 * sheap.c:
9197 * search.c:
9198 * scroll.c:
9199 * region-cache.c:
9200 * regex.c:
9201 * ralloc.c:
9202 * process.c:
9203 * print.c:
b024548b
DN
9204 * nsterm.m:
9205 * nsselect.m:
9206 * nsmenu.m:
9207 * nsimage.m:
9208 * nsfont.m:
9209 * nsfns.m:
d7306fe6
DN
9210 * msdos.c:
9211 * minibuf.c:
9212 * menu.c:
9213 * marker.c:
9214 * macros.c:
9215 * keymap.c:
9216 * keyboard.c:
9217 * intervals.c:
9218 * insdel.c:
9219 * indent.c:
9220 * gtkutil.c:
9221 * ftxfont.c:
9222 * ftfont.c:
9223 * fringe.c:
9224 * frame.c:
9225 * fontset.c:
9226 * font.c:
9227 * fns.c:
9228 * floatfns.c:
9229 * filelock.c:
9230 * fileio.c:
9231 * emacs.c:
9232 * editfns.c:
9233 * dosfns.c:
9234 * doprnt.c:
9235 * doc.c:
9236 * dispnew.c:
9237 * dired.c:
9238 * dbusbind.c:
9239 * data.c:
9240 * composite.c:
9241 * coding.c:
9242 * cmds.c:
9243 * cm.c:
9244 * chartab.c:
9245 * charset.c:
9246 * character.c:
9247 * ccl.c:
9248 * category.c:
9249 * casetab.c:
9250 * casefiddle.c:
9251 * callproc.c:
9252 * callint.c:
9253 * bytecode.c:
9254 * buffer.c:
9255 * atimer.c: Include setjmp.h. (Bug#4643)
9256
fd5f21e6
SM
92572009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9258
4c0354d7
SM
9259 Remove leftover table unibyte_to_multibyte_table.
9260 * character.c (unibyte_to_multibyte_table): Remove.
9261 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
9262 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
9263 * character.h (UNIBYTE_TO_CHAR): New macro.
9264 (MAKE_CHAR_MULTIBYTE): Use it.
9265 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
9266 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
9267 (message_dolog, set_message_1):
9268 * search.c (Freplace_match):
9269 * editfns.c (Fcompare_buffer_substrings):
9270 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
9271 (concat):
9272 * insdel.c (copy_text, count_size_as_multibyte):
9273 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
9274 * term.c (produce_glyphs):
9275 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
9276 * regex.c (RE_CHAR_TO_MULTIBYTE):
9277 * cmds.c (internal_self_insert):
9278 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
9279
fd5f21e6
SM
9280 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
9281
4418646e
DN
92822009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9283
9284 * puresize.h (BASE_PURESIZE): Increase to 1310000.
9285
35f5c1d2
JB
92862009-10-16 Juanma Barranquero <lekktu@gmail.com>
9287
9288 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
9289
a0cd8f6b
AR
92902009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9291
9292 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
9293 still needed under Tiger.
9294
9295 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
9296
9297 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
9298 __Apple__.
9299
9300 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
9301
01a8d3fa
KH
93022009-10-15 Kenichi Handa <handa@m17n.org>
9303
9304 * print.c (print_object): Escape a symbol like "2E10" too.
9305
bf6c75c9 93062009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
9307
9308 Cleanups and changes for 64-bit compile under Snow Leopard.
9309 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
9310
9311 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
9312
c5959062 9313 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
9314 (ns_findfonts, nsfont_list_family): Use long format in printf, and
9315 cast argument.
9316 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 9317 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
9318
9319 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
9320
9321 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
9322 where appropriate.
9323
9324 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
9325 where appropriate.
6e4780c5
JB
9326 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
9327 Use stringWithUTF8String.
bf6c75c9
AR
9328 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
9329
6e4780c5
JB
9330 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
9331 Add formal protocol mention to inheritance.
bf6c75c9
AR
9332 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
9333
6e4780c5
JB
9334 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
9335 Fix printf format.
bf6c75c9
AR
9336 (ns_query_color): Use CGFloat where appropriate.
9337 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 9338 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
9339 argument.
9340
3d87f118
AR
9341 * config.in (NS_HAVE_NSINTEGER): Drop.
9342
a95c8102
AR
9343 * dbusbind.c (dbus-method-return-internal)
9344 (dbus-method-error-internal): Use long format in printf, and cast
9345 argument.
9346
9347 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
9348 in printf, and cast argument.
9349
6873acca 9350 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
9351 cast argument.
9352
9ec6f100
GM
93532009-10-11 Glenn Morris <rgm@gnu.org>
9354
9355 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
9356
5be883cd
JD
93572009-10-08 Jan Djärv <jan.h.d@swipnet.se>
9358
9359 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
9360 menu bar with a small width so it doesn't enlarge the frame.
9361
d7a39b51
JB
93622009-10-08 Juanma Barranquero <lekktu@gmail.com>
9363
9364 * fontset.c (Fset_fontset_font): Fix typos in error messages.
9365
0c2b6f8e
GM
93662009-10-06 Glenn Morris <rgm@gnu.org>
9367
9368 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
9369 SOME_MACHINE_LISP (this enters indirectly via DOC).
9370
e02131a2
EZ
93712009-10-05 Eli Zaretskii <eliz@gnu.org>
9372
9373 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
9374
b4744254
EZ
93752009-10-04 Eli Zaretskii <eliz@gnu.org>
9376
9377 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
9378 Doc fix.
9379
dbf64827
JB
93802009-10-03 Martin Rudalics <rudalics@gmx.at>
9381
9382 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
9383
e9a0aef8
MA
93842009-10-02 Michael Albinus <michael.albinus@gmx.de>
9385
d528b1ce 9386 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
9387 used anymore outside fileio.c.
9388
9389 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
9390
64eb2b56
JB
93912009-10-01 Juanma Barranquero <lekktu@gmail.com>
9392
9393 * lisp.h (Qdelete_directory_internal):
9394 Declare, instead of Qdelete_directory.
9395
9396 * w32fns.c (Fsystem_move_file_to_trash): Use it.
9397
9d28c33e
SM
93982009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * eval.c (Fcalled_interactively_p): Add `kind' argument.
9401
9d8f3bd9
MA
94022009-10-01 Michael Albinus <michael.albinus@gmx.de>
9403
9d28c33e 9404 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
9405 Fdelete_directory. It is not a command anymore. It has no file
9406 name handler.
9407
9694740b
SM
94082009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * xdisp.c (get_next_display_element): Use an enum in last change.
9411
748e162f
KH
94122009-09-28 Kenichi Handa <handa@m17n.org>
9413
9694740b 9414 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
9415 unibyte_display_via_language_environment in handling
9416 Vnobreak_char_display.
9417
17efd58d
AR
94182009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9419
9420 * nsterm.h (ns_app_name): New extern variable.
9421
9422 * nsterm.m (ns_app_name): New variable.
9423 (ns_term_init): Set and use it.
9424 (ns_term_shutdown): Use it.
9425
9426 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
9427 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
9428
9429 * nsfns.m (ns_set_name_iconic, ns_set_name)
9430 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
9431 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
9432
9694740b
SM
9433 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
9434 Remove double-casting in client_data comparison.
31c2d412 9435
3208cb35
YM
94362009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9437
9438 * keyboard.c (make_lispy_event): Remember last wheel direction.
9439 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
9440
b7d552d6
GM
94412009-09-26 Glenn Morris <rgm@gnu.org>
9442
9443 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
9444 internal.elc. Add term/pc-win.elc.
9445 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
9446 term/x-win.elc.
9447 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
9448 term/w32-win.elc.
9449 (NS_SUPPORT): New.
9450 (lisp): Add NS_SUPPORT.
9451 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
9452
4ff670a8
DR
94532009-09-25 David Reitter <david.reitter@gmail.com>
9454
9455 * nsmenu.m (EmacsMenu-clear): Recognize application menu
9456 on Mac OS X 10.6+ (bug#4513).
9457
feabfb6c
JB
94582009-09-24 Juanma Barranquero <lekktu@gmail.com>
9459
9460 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
9461 some parts of Emacs code (like font selection) don't grok them.
9462 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 9463
de59072a
AS
94642009-09-24 Andreas Schwab <schwab@redhat.com>
9465
9466 * coding.c (decode_coding_iso_2022): Fix operator precedence.
9467
a489517b
JB
94682009-09-24 Juanma Barranquero <lekktu@gmail.com>
9469
9470 * dired.c (Fdirectory_files): Fix typo in docstring.
9471
0592970c
AR
94722009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9473
9474 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
9475 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
9476 (EmacsScroller-setPosition:portion:whole:): Remove -display call
9477 under GNUstep.
9478 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
9479
9480 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
9481 glyph advancement.
9482
48e8a88b
AR
94832009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9484
9485 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 9486 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
9487
9488 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
9489 deleted (bug #4492).
9490
e14f0a78
AR
9491 * nsfont.m (Vns_reg_to_script): New lisp variable.
9492 (syms_of_nsfont): Declare it.
9493 (ns_registry_to_script): New function.
9494 (ns_get_req_script): Call it.
9495 (ns_findfonts): Don't give up on non-unicode registry.
9496
9497 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
9498
5b650faa
SM
94992009-09-20 Tom Tromey <tromey@redhat.com>
9500
9501 * eval.c (find_handler_clause): Make stack-trace-on-error work in
9502 batch mode (bug#4228).
9503
a489517b 95042009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
9505
9506 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 9507 carefully. (Bug #4339)
0bae4e09 9508
fcfe06f3
CY
95092009-09-18 Chong Yidong <cyd@stupidchicken.com>
9510
d798ba87 9511 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 9512
31642728
AR
95132009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9514
9515 * emacs.c (inhibit_x_resources): Update doc string for NS.
bba3e508
SM
9516 (main) [HAVE_NS]: Don't process --no-init-file option.
9517 Remove legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
9518
9519 * nsterm.h (ns_no_defaults): Remove.
9520
9521 * nsterm.m (ns_no_defaults): Remove.
9522 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
9523 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
9524 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
9525 don't update the NSWindow itself.
bba3e508
SM
9526 (EmacsView-windowWillUseStandardFrame:defaultFrame:):
9527 Improve state detection and store user rect ourselves. (Bug #3581)
31642728
AR
9528
9529 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
9530 ns_use_qd_smoothing.
9531
9532 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
9533 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 9534 (x-close-connection): Drop PSFlush() under OS X.
a489517b 9535 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 9536
8686ac71
JB
95372009-09-17 Juanma Barranquero <lekktu@gmail.com>
9538
9539 * emacs.c (inhibit_x_resources): New variable.
9540 (main) [HAVE_NS]: Don't process --quick command line option.
9541 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
9542
9543 * lisp.h (inhibit_x_resources): Declare it extern.
9544
9545 * w32reg.c (x_get_string_resource):
9546 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
9547
e227ba05
EZ
95482009-09-17 Eli Zaretskii <eliz@gnu.org>
9549
362654a6
JB
9550 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
9551 Add lisp/term/internal.elc.
e227ba05 9552
742d40e8
SM
95532009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
9556 (bug#4461).
9557
005bd5a2
DN
95582009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9559
9560 * puresize.h (BASE_PURESIZE): Increase to 1290000.
9561
9562 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
9563 (OBJECTS_MACHINE): Remove, unused.
9564
f9af9719
SM
95652009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * frame.c (x_get_resource_string): Remove unused.
9568
0307c7d2
JD
95692009-09-15 Jan Djärv <jan.h.d@swipnet.se>
9570
9571 * xterm.c (x_new_font): Call change_frame_size before calling
9572 x_set_window_size, in case frame size won't change.
9573
9574 * frame.c (x_set_font): Remove dead code.
9575
428b13d6
SM
95762009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
9579
5766c380
SM
95802009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * lread.c (Fload): Don't output a message after loading an obsolete
9583 package any more (done in Lisp now).
9584
2fd0161b
CY
95852009-09-12 Chong Yidong <cyd@stupidchicken.com>
9586
9587 * fns.c (syms_of_fns): Doc fix (Bug#4227).
9588
bc5e75b6
SM
95892009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * keymap.c (Fwhere_is_internal): Use nconc2.
9592
c31c985e
AM
95932009-09-11 Alan Mackenzie <acm@muc.de>
9594
9595 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
9596 batch mode.
9597
78012bd2
AS
95982009-09-11 Andreas Schwab <schwab@linux-m68k.org>
9599
9600 * xdisp.c (display_mode_element): Detect cycles.
9601
9d889332
SM
96022009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * keymap.c (where_is_internal): Don't erroneously return nil right after
9605 filling the cache.
9606 (where_is_internal_1): Fix up typo.
9607
7ab5d780
GM
96082009-09-11 Glenn Morris <rgm@gnu.org>
9609
9610 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
9611 share a common doc-string.
9612
5238a749
SM
96132009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9614
66d77eda
SM
9615 * keymap.c (get_keymap): Return the actual keymap symbol rather than
9616 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
9617
5238a749
SM
9618 * keymap.c (QCadvertised_binding): New constant.
9619 (syms_of_keymap): Initialize it.
9620 (Fwhere_is_internal): Try and use bindings from :advertised-binding
9621 if applicable.
9622
19f48442
SM
96232009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9624
50d4ba39
SM
9625 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
9626 (parse_menu_item): Streamline since bindings are recomputed all the
9627 time anyway. Don't bother checking Vdefine_key_rebound_commands any
9628 more and don't support lmenu's menu-alias any more either.
9629
a88a5372
SM
9630 * keymap.c (where_is_internal_data): Make noindirect a boolean.
9631 (where_is_internal): Strip it down to only traverse the keymaps.
9632 Move the cache handling from Fwhere_is_internal to here.
9633 (Fwhere_is_internal): Move the handling of remapping and the choice of
9634 the best binding from where_is_internal to here.
9635 Unify the cached/noncached paths, so remapping is also handled
9636 correctly when the cache is used, and so the cache can be used to
9637 speed up remap-handling when applicable.
9638 Give preference to non-remapped bindings.
9639 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
9640 non-remapped bindings.
9641 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
9642 command remapping.
9643
19f48442
SM
9644 * xdisp.c (display_mode_element): Move list length limit from 50 to
9645 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
9646
599498c3 96472009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
9648
9649 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
9650
f9b7b5ac
SM
96512009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9652
a53af587
JB
9653 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
9654 (Bug#4334)
9655
f9b7b5ac
SM
9656 * keymap.c (where_is_internal): Filter out shadowed remappings.
9657 Assume that where_is_internal returns unshadowed bindings to simplify
9658 the code and get rid of the gotos. Use ASIZE.
9659
04f4b72d
JD
96602009-09-04 Jan Djärv <jan.h.d@swipnet.se>
9661
4da146f2
JD
9662 * xterm.c (x_focus_changed): If we get a focusout and pointer
9663 is invisible, make it visible.
9664
04f4b72d
JD
9665 * xterm.h: Remove condition for declaration of
9666 x_*_window_to_frame.
9667
7cef7ce3
SM
96682009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
9671 initial terminal as well.
9672
a54fa5b7
JD
96732009-09-02 Jan Djärv <jan.h.d@swipnet.se>
9674
9675 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 9676 x_menubar_window_to_frame.
a54fa5b7 9677
50426a04 9678 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
9679 (XTmouse_position): Do not return valid positions
9680 for clicks in the menubar and the toolbar for Gtk+.
9681
9682 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
9683 if the widget for the event has the same top level as a frame,
9684 return the frame.
9685 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
9686 internal windows, bug #4122.
9687 (x_non_menubar_window_to_frame): Remove.
9688
5a021dd0
GM
96892009-09-02 Glenn Morris <rgm@gnu.org>
9690
9691 * buffer.c (default-major-mode): Move most of the doc from here...
9692 (major-mode): ... to here.
9693
548fe2f3
NR
96942009-08-30 Nick Roberts <nickrob@snap.net.nz>
9695
9696 * process.c (wait_reading_process_output): Keep the descriptor
9697 when pty is used by a non-child process, e.g., in I/O buffer of
9698 GDB this allows inferior to be restarted.
9699
e0840eef
EZ
97002009-08-29 Eli Zaretskii <eliz@gnu.org>
9701
9702 * xdisp.c (redisplay_internal): Remove redundant test and collapse
9703 both branches into one.
9704
82e98df4
SM
97052009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
9708 (main): Use enable-multibyte-characters rather than
9709 default-enable-multibyte-characters. Output a warning message when
9710 running a unibyte session.
9711
890617cb
YM
97122009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9713
9714 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
9715 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
9716 (copy_data_segment): Also copy __program_vars section.
9717 (copy_dyld_info) [LC_DYLD_INFO]: New function.
9718 (dump_it) [LC_DYLD_INFO]: Use it.
9719
9720 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
9721
e7adeadc
EZ
97222009-08-28 Eli Zaretskii <eliz@gnu.org>
9723
9724 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
9725 $(SRC)/buildobj.h.
ef1b0ba7 9726 (buildobj.h): Rename from $(SRC)/buildobj.h.
e7adeadc
EZ
9727 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
9728 $(SRC)/buildobj.h.
9729 (clean): Add buildobj.h.
9730
3ed8bbdc
TZ
97312009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
9732
9733 * print.c (print_object): Set escapeflag to 1 when printing
9734 hashtable keys and values.
9735
155a6764
SM
97362009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * lread.c (read_integer): Use doubles (and potentially return a float
9739 number) as we do in string-to-number.
9740 (read1): Use strtol to read integers, signal errors on strtol's
9741 overflow and use floats if strtol's output is too large for
9742 Elisp integers.
9743
877610de
EZ
97442009-08-27 Eli Zaretskii <eliz@gnu.org>
9745
9746 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
9747 (make-buildobj-SH): Fix last change.
9748 (SRC): Move to before where it's first used.
9749
ef73e7be
KH
97502009-08-27 Kenichi Handa <handa@m17n.org>
9751
550c8289
KH
9752 * process.c (send_process): Use encode_coding_object instead of
9753 encode_coding_string to perform eol-conversion even if the string
9754 is unibyte.
9755
60afa08d
KH
9756 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
9757 character.
9758
ef73e7be 9759 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 9760 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 9761
7b3a82d7
DN
97622009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9763
5654bf63
DN
9764 * callproc.c (Fcall_process): Remove always true #if.
9765
7b3a82d7
DN
9766 * lisp.h: Replace #if 0 code for checking with text pointing to
9767 the --enable-checking configure flag.
9768
9769 * emacs.c (main): Mention the --enable-profiling configure flag
9770 instead of using CFLAGS.
9771
878bde49
KR
97722009-08-26 Ken Raeburn <raeburn@raeburn.org>
9773
9774 * Makefile.in (buildobj.h): New target.
9775 (doc.o): Depend on it.
9776 (temacs${EXEEXT}): Don't generate buildobj.lst.
9777 (mostlyclean): Delete buildobj.h, not buildobj.lst.
9778 * makefile.w32-in ($(SRC)/buildobj.h): New target.
9779 ($(BLD)/doc.$(O)): Depend on it.
9780 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
9781 provided by Eli Zaretskii.)
9782 ($(TEMACS)): Don't generate buildobj.lst.
9783 * doc.c: Include buildobj.h.
9784 (buildobj): New static variable.
9785 (Fsnarf_documentation): Use it, instead of opening and reading
9786 buildobj.lst.
9787
1574224c
MA
97882009-08-25 Michael Albinus <michael.albinus@gmx.de>
9789
9790 * dbusbind.c (Fdbus_call_method)
9791 (Fdbus_call_method_asynchronously): Use English numeric format for
9792 timeout values in doc string.
9793
d9da2f45
KH
97942009-08-25 Kenichi Handa <handa@m17n.org>
9795
ef73e7be
KH
9796 * alloc.c (mark_char_table): New function.
9797 (mark_object): Use mark_char_table for a char-table.
9798
d9da2f45
KH
9799 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
9800 (CHAR_TABLE_REF): Use it.
9801
c8edcc01
KR
98022009-08-23 Ken Raeburn <raeburn@raeburn.org>
9803
9804 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
9805 before invoking the newly build emacs to check for load-path
9806 shadowing.
9807
7763401b
GM
98082009-08-22 Glenn Morris <rgm@gnu.org>
9809
9810 * Makefile.in (bootstrap_exe): New variable.
9811 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
9812 Use ${bootstrap_exe}.
9813
729eadda
EZ
98142009-08-22 Eli Zaretskii <eliz@gnu.org>
9815
9816 * coding.h (encode_coding_string): Don't encode unibyte strings.
9817 (Bug#4047)
9818
eb4c6ace
MA
98192009-08-22 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
9822
9823 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
9824 intended as hotfix only.
9825 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
9826
36e34d1b
AR
98272009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9828
9829 * nsterm.m (ns_get_color): Update documentation properly for last
bba3e508
SM
9830 change, and clean up loose ends in the code left by it.
9831 Fix longstanding bug with 16-bit hex parsing, and add support for
36e34d1b
AR
9832 yet another X11 format (rgb:r/g/b) for compatibility.
9833 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
9834 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
9835
f983eb8a
SM
98362009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
9839
3f56d3c6
MA
98402009-08-20 Michael Albinus <michael.albinus@gmx.de>
9841
9842 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
9843 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
9844 (xd_initialize, xd_pending_messages): Check, whether
9845 $DBUS_SESSION_BUS_ADDRESS is set.
9846
fb641d68
YM
98472009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9848
9849 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
9850
9851 * nsterm.m (ns_get_color): Remove incompatible color formats again.
9852
cf59a374
GM
98532009-08-20 Glenn Morris <rgm@gnu.org>
9854
9855 * emacs.c (system-type): Doc fix.
9856
1373f3be
SM
98572009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
9860 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
9861
058ed861
MA
98622009-08-18 Michael Albinus <michael.albinus@gmx.de>
9863
1373f3be
SM
9864 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
9865 New functions.
058ed861
MA
9866 (xd_initialize): Revert change from 2009-08-16.
9867
563a866e 98682009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
9869
9870 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 9871 font-group vector, return nil.
5fc05db0 9872
e42bdf01
CY
98732009-08-17 Chong Yidong <cyd@stupidchicken.com>
9874
9875 * process.c (status_notify): Don't perform redisplay.
9876 (Fdelete_process, list_processes_1, process_send_signal):
9877 Expliticly perform redisplay.
9878 (wait_reading_process_output): Always check process status, but
9879 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
9880
4230ab74
KR
98812009-08-17 Ken Raeburn <raeburn@raeburn.org>
9882
1373f3be 9883 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
9884 (XFLOAT_INIT): New macro for storing a float value.
9885 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
9886 * fns.c (sxhash): Copy out the value of a float in order to
9887 examine its bytes.
9888 * dbusbind.c (xd_append_arg): Likewise.
9889
4230ab74
KR
9890 * emacs.c (main): Don't call syms_of_data twice.
9891
a0645cdd
MA
98922009-08-16 Michael Albinus <michael.albinus@gmx.de>
9893
9894 * dbusbind.c (xd_initialize): Add connection file descriptor to
9895 input_wait_mask, in order to let select() detect, whether a new
9896 message has been arrived.
ca4f31ea 9897 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 9898
485db0ba
MA
98992009-08-15 Michael Albinus <michael.albinus@gmx.de>
9900
1373f3be
SM
9901 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
9902 New functions.
485db0ba
MA
9903
9904 * lisp.h (xd_pending_messages): Declare.
9905
9906 * keyboard.c (readable_events): Call xd_pending_messages.
9907
b5b98ff4
CY
99082009-08-15 Chong Yidong <cyd@stupidchicken.com>
9909
1373f3be 9910 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 9911
f8354c6e
CY
9912 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
9913
b5b98ff4
CY
9914 * buffer.c (set_buffer_internal_1)
9915 (swap_out_buffer_local_variables): Check for unbound local
9916 variables (Bug#4138).
9917
8b9fc636
EZ
99182009-08-14 Eli Zaretskii <eliz@gnu.org>
9919
9920 * process.c (create_pty): Fix last change.
9921
ce959360
CY
99222009-08-13 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
9925 (xbm_load_image): Caller changed.
64b807c9 9926 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 9927
c7baf7e9
NR
99282009-08-13 Nick Roberts <nickrob@snap.net.nz>
9929
9930 * process.c (create_pty): New function.
9931 (Fstart_process): Use it to allow Emacs to just associate a pty
9932 with the buffer. See associated change in gdb-mi.el.
9933 (list_processes_1): Deal with no program name.
9934 (start_process_unwind): Use pid == -2 to mean no process.
9935
1ac9108a
SM
99362009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * cmds.c (nonundocount): New global variable.
9939 (keys_of_cmds): Initialize it.
9940 (Fself_insert_command): Use it to combine upto 20 sequential chars
9941 into a single undo entry, just like the Qself_insert_command code in
9942 keyboard.c does.
9943 Call frame_make_pointer_invisible, also like the Qself_insert_command
9944 code in keyboard.c does.
9945 * keyboard.c (command_loop_1): Use the new global nonundocount rather
9946 than its own local replacement for it.
9947
e267324c
KR
99482009-08-10 Ken Raeburn <raeburn@raeburn.org>
9949
1ac9108a 9950 * fns.c (concat): Don't re-set string length to its current value.
77437343 9951
1ac9108a
SM
9952 * coding.h (decode_coding_string, encode_coding_string):
9953 Use SBYTES macro.
f0bed503 9954
1ac9108a 9955 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
9956 (doprnt): Merge with doprnt1, discarding lispstrings code.
9957 * lisp.h (doprnt_lisp): Don't declare.
9958
416e006d
JL
99592009-08-07 Juri Linkov <juri@jurta.org>
9960
9961 * puresize.h (BASE_PURESIZE): Increase to 1270000.
9962
6f7d5780
DN
99632009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9964
9965 * print.c (syms_of_print): Undo previous change.
9966
f19a0f5b
TZ
99672009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
9968
9969 * lread.c (read1, syms_of_lread): Read hashtables back from the
9970 readable format.
9971
9972 * print.c (print_preprocess, print_object): Print hashtables fully
9973 and readably.
9974 (syms_of_print): Provide 'hashtable-print-readable.
9975
b9173dc2
AR
99762009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9977
9978 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
9979 no family set.
9980 (nsfont_open): Handle case when entity has no family.
9981
1586503c
AR
99822009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9983
9984 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
9985 element, not a list, for match case.
9986
087048cd
KH
99872009-07-28 Kenichi Handa <handa@m17n.org>
9988
9989 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
9990 rigidly.
9991
9992 * xfont.c (xfont_list_pattern): Don't ignore the return value of
9993 font_parse_xlfd. Check font properties more rigidly.
9994
780c2506
DN
99952009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9996
31fd7c5c
JB
9997 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
9998 bsd-common.h.
780c2506 9999
a8c0cc18
KH
100002009-07-27 Kenichi Handa <handa@m17n.org>
10001
10002 * xfaces.c (face_with_height): Call font_clear_prop.
10003
4fbe2306
CY
100042009-07-26 Chong Yidong <cyd@stupidchicken.com>
10005
111d9af3
CY
10006 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
10007
10008 * xterm.c (x_term_init): Use Qx.
10009
4fbe2306
CY
10010 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
10011
1ac9108a 10012 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
10013 (ns_get_color): Revert 2009-07-16 change.
10014
beb0b7f9
EZ
100152009-07-25 Eli Zaretskii <eliz@gnu.org>
10016
10017 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 10018 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 10019
2baf5e76
KR
100202009-07-25 Ken Raeburn <raeburn@raeburn.org>
10021
1ac9108a
SM
10022 * coding.h (decode_coding_string, encode_coding_string):
10023 Use SCHARS macro.
8890e5f5 10024
2baf5e76 10025 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 10026 (load_depth): Delete.
2baf5e76
KR
10027 (Qload_in_progress): New variable.
10028 (load_unwind): Don't reference load_depth or load_in_progress.
10029 (Fload): Likewise; specbind Qload_in_progress instead.
10030 (init_lread): Don't initialize load_depth.
10031 (syms_of_lread): Initialize and protect Qload_in_progress.
10032
1395c6f5
AR
100332009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10034
10035 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
10036
4e2f36cf
AR
100372009-07-23 Yavor Doganov <yavor@gnu.org>
10038
10039 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
10040
5dd9a6f7
AR
100412009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10042
10043 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
10044 Bugs 3792, 3720, 2402.
10045 (ns_lookup_indexed_color): Check for bad index.
10046 (ns_index_color): Init unused slot to 0.
10047 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
10048 Bug 3714, possibly 3082.
5dd9a6f7 10049
c902b920
JR
100502009-07-22 Jason Rumney <jasonr@gnu.org>
10051
1ac9108a
SM
10052 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
10053 Position IME window at cursor (Bug#2570).
c902b920
JR
10054 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
10055 (globals_of_w32fns): Dynamically load functions required above.
10056
10057 * w32term.c (w32_draw_window_cursor): Send message to reposition
10058 any IME window.
10059
090101cf
CY
100602009-07-21 Chong Yidong <cyd@stupidchicken.com>
10061
10062 * fileio.c: Revert 2009-07-16 changes.
10063 (Vauto_save_include_big_deletions): New variable.
10064 (Fdo_auto_save): Disable auto-save only if
10065 auto-save-include-big-deletions is nil.
10066
e6583e3d
CY
100672009-07-21 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * xdisp.c (move_it_to): For continued lines ending in a tab, take
10070 the overflowed pixels into account (Bug#3879).
10071
ece435a5
KR
100722009-07-21 Ken Raeburn <raeburn@raeburn.org>
10073
10074 * lread.c (load_depth): New variable.
10075 (Fload, load_unwind, init_lread): Set it to the load recursion
10076 depth; set load_in_progress as a simple boolean based on the
10077 current load_depth. (Bug#3892)
10078
40b2d973
AR
100792009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10080
10081 * nsfont.m (ns_has_attribute): Remove.
10082 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
10083
10be7e0d
JL
100842009-07-18 Juri Linkov <juri@jurta.org>
10085
10086 * process.c (Fset_process_query_on_exit_flag): Mention killing
10087 a buffer in docstring.
10088
fa055055
KH
100892009-07-17 Kenichi Handa <handa@m17n.org>
10090
10091 * casetab.c (shuffle): Fix the logic of setting up the cycle.
10092
042f7b69
YM
100932009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10094
10095 * nsfns.m (Fns_set_alpha): Remove function.
10096 (syms_of_nsfns): Don't defsubr it.
10097
10098 * nsterm.m (ns_get_color): Remove incompatible color formats.
10099 (ns_color_to_lisp): Generate #rrggbb color format string.
10100
4be941e3
RS
101012009-07-16 Richard Stallman <rms@gnu.org>
10102
10103 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
10104 (Fset_buffer_auto_saved): Handle save_length = -2.
10105
4e6b227d
CY
101062009-07-16 Chong Yidong <cyd@stupidchicken.com>
10107
10108 * xterm.c (Qx_gtk_map_stock): New var.
10109
10110 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
10111 of calling intern each time.
10112
a1856973
YM
101132009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10114
10115 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
10116 does tiling.
10117
10118 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
10119
497e54d8
KH
101202009-07-14 Kenichi Handa <handa@m17n.org>
10121
72d36834
KH
10122 * font.c (font_vconcat_entity_vectors): New function.
10123 (struct font_sort_data): New member font_driver_preference.
10124 (font_compare): Check font_driver_preference.
10125 (font_sort_entities): The format of the first argument changed.
10126 (font_delete_unmatched): Likewise.
10127 (font_list_entities): The return type changed.
10128 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
10129 (font_find_for_lface): Adjuste for the above changes.
10130 Don't suppress the checking of C even if the repertory supports it.
10131 (Flist_fonts): Adjust for the above changes.
72d36834 10132
1ac9108a
SM
10133 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
10134 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
10135 Reject a font who has adstyle property that is different from a
10136 langname derived from registry property.
1ac9108a 10137 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 10138
b6046155
EZ
101392009-07-13 Eli Zaretskii <eliz@gnu.org>
10140
10141 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
10142 local copy of dirfilename.
10143
fb6b6049
KH
101442009-07-13 Kenichi Handa <handa@m17n.org>
10145
e2402a5e
KH
10146 * chartab.c (sub_char_table_ref_and_range): Fix the range check
10147 against max_char.
10148
fb6b6049
KH
10149 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
10150 calling XSYMBOL (sym).
10151
65156807
EZ
101522009-07-11 Eli Zaretskii <eliz@gnu.org>
10153
1ac9108a
SM
10154 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
10155 New function.
10156 (directory_files_internal) [WINDOWSNT]:
10157 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
10158 the filesystem of the directory is fast or slow.
10159
10160 * w32.c (logon_network_drive): Don't assume PATH is an absolute
10161 file name.
10162 (is_slow_fs): New function.
10163 (stat): Use it to determine whether to issue more system calls to
10164 get accurate file attributes, when w32-get-true-file-attributes is
10165 `local'.
10166
e0ab5fcf
JD
101672009-07-10 Jan Djärv <jan.h.d@swipnet.se>
10168
10169 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 10170 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
10171 parameter font-parameter as default to the font dialog.
10172
784ceded
KH
101732009-07-10 Kenichi Handa <handa@m17n.org>
10174
10175 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
10176
fb8edc0b
EZ
101772009-07-09 Eli Zaretskii <eliz@gnu.org>
10178
1ac9108a 10179 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 10180
fb8edc0b
EZ
10181 * w32.c (stat): Treat UNC file names as residing on remote
10182 drives. (Bug#3542)
10183
635c75b1
KH
101842009-07-09 Kenichi Handa <handa@m17n.org>
10185
10186 * fontset.c (fontset_find_font): Fix previous change.
10187
c1d5ce94
MA
101882009-07-08 Michael Albinus <michael.albinus@gmx.de>
10189
10190 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
10191 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
10192 error flag.
10193
edb61b39
KH
101942009-07-08 Kenichi Handa <handa@m17n.org>
10195
374bf7e4
KH
10196 * fontset.c (fontset_find_font): Fix the logic of handling
10197 charset_matched.
10198 (font_for_char): Delete unused var.
10199 (generate_ascii_font_name): Delete it.
10200
edb61b39
KH
10201 * coding.h (JIS_TO_SJIS2): Fix the code range check.
10202
10203 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
10204 (encode_coding_sjis): Fix the code range check.
10205
0f3f018c
CY
102062009-07-07 Chong Yidong <cyd@stupidchicken.com>
10207
10208 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
10209 (Fexpand_file_name): Copy string data properly (Bug#3772).
10210
fcaf6f3a
JD
102112009-07-07 Jan Djärv <jan.h.d@swipnet.se>
10212
10213 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
10214 first MapNotify.
10215
6809ca75
KH
102162009-07-07 Kenichi Handa <handa@m17n.org>
10217
10218 * character.h (unibyte_has_multibyte_table): Delete extern.
10219 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
10220
10221 * charset.c (Fset_charset_priority): Update charset_unibyte.
10222 (syms_of_charset): Initialize charset_unibyte.
10223
10224 * character.c (unibyte_has_multibyte_table): Delete it.
10225 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
10226 charset_unibyte.
10227 (multibyte_char_to_unibyte_safe): Likewise.
10228 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
10229
1ac9108a 10230 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
10231 (x_produce_glyphs): Likewise.
10232
10233 * .gdbinit (xcharset): Fix the treating $arg0.
10234
ad9e2d54
EZ
102352009-07-04 Eli Zaretskii <eliz@gnu.org>
10236
10237 Emulation of `getloadavg' on MS-Windows.
50426a04 10238 * w32.c: Include float.h.
ad9e2d54
EZ
10239 (g_b_init_get_native_system_info, g_b_init_get_system_times)
10240 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
10241 (get_native_system_info, get_system_times): New functions.
10242 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
10243 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
10244 (globals_of_w32): Initialize g_b_init_get_native_system_info,
10245 g_b_init_get_system_times, and num_of_processors.
10246
0a3472c7
JR
102472009-07-03 Jason Rumney <jasonr@gnu.org>
10248
10249 * w32term.c (w32_initialize): Use standard types.
10250
80904120
EZ
102512009-07-03 Eli Zaretskii <eliz@gnu.org>
10252
10253 * dired.c (Ffile_attributes): Decode user and group names by the
10254 locale's encoding. (Bug#3443)
10255
6978862d
DN
102562009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10257
f8d23104
DN
10258 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
10259 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
10260
10261 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
10262
10263 * term.c (init_tty): Remove spurious #ifdef.
10264
6978862d
DN
10265 * m/mips.h: Mention this file is also used for netbsd.
10266 * m/pmax.h: Remove file.
10267
e044e4fc
JD
102682009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10269
10270 * xterm.h (struct x_display_info): Add invisible_cursor.
10271 (struct x_output): Add current_cursor.
10272
10273 * xterm.c (XTtoggle_invisible_pointer): New function.
10274 (x_define_frame_cursor): Don't define cursor if invisible or the
10275 same as before. Set current_cursor.
10276 (x_create_terminal): Set toggle_invisible_pointer_hook.
10277
10278 * xfns.c (make_invisible_cursor): New function.
10279 (x_set_mouse_color): Call make_invisible_cursor.
10280 Set current_cursor.
10281 (x_window): Set current_cursor.
10282
10283 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
10284
10285 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
10286 inserting a character.
10287 (read_avail_input): Call frame_make_pointer_visible.
10288
10289 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
10290 (frame_make_pointer_invisible, frame_make_pointer_visible):
10291 New functions.
e044e4fc
JD
10292 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
10293
10294 * frame.h: Declare frame_make_pointer_invisible and
10295 frame_make_pointer_visible.
10296 (struct frame): Add pointer_invisible.
10297
574c8efa
JD
102982009-07-02 Jan Djärv <jan.h.d@swipnet.se>
10299
7b507248
JD
10300 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
10301 frame isn't visible.
10302 (xg_frame_resized): If width/height is -1, get size of window
10303 from X server.
10304
10305 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
10306 for MapNotify.
10307
835bdaa7 10308 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 10309 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 10310 (flush_and_sync): Reintroduce.
574c8efa 10311
3f1c6666 103122009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 10313
31fd7c5c 10314 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
10315
10316 * xterm.c (x_handle_net_wm_state): Also look for sticky.
10317 (x_term_init): Initialize Xatom_net_wm_state_sticky.
10318
10319 * frame.h: Declare Qsticky.
10320
cad9ef74
JD
10321 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
10322
10323 * nsfns.m (ns_frame_parm_handlers): Ditto.
10324
10325 * frame.c: Declare Qsticky.
10326 (frame_parms): Add sticky.
10327
10328 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
10329
10330 * xterm.h: Declare x_set_sticky.
10331
10332 * xterm.c (x_set_sticky): New function.
10333
69b16610
JD
10334 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
10335 (xg_tool_bar_menu_proxy): Attach enter/leave events to
10336 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
10337
10338 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
10339
10340 * frame.c: Qmaximized is new.
10341 (x_set_frame_parameters): Do not handle fullscreen specially.
10342 Only set width and height if explicitly set.
10343 (x_set_fullscreen): Handle Qmaximized.
10344 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
10345 (syms_of_frame): Initialize Qmaximized.
10346
1ac9108a
SM
10347 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
10348 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
10349
10350 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
10351 for Expose event. Add call to x_check_fullscreen for MapNotify event.
10352 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
10353 set gravity to NorthWestGravity when USE_GTK.
10354 (set_wm_state): New function.
31fd7c5c 10355 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
10356 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
10357 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 10358 or the case when no window manager is running. That means remove calls
3f1c6666
JD
10359 to x_real_positions and x_fullscreen_adjust.
10360
10361 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
10362 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
10363 flush_and_sync.
10364 (xg_height_changed): New function.
10365 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
10366 and gtk_window_set_policy. Set frame gravity after parsing the
10367 geometry string.
3f1c6666
JD
10368 (xg_update_frame_menubar, free_frame_menubar)
10369 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
10370 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
10371 Remove calls to xg_frame_set_char_size.
10372
fd503d99
KH
103732009-07-01 Kenichi Handa <handa@m17n.org>
10374
10375 * keyboard.c (decode_keyboard_code): New function.
10376 (tty_read_avail_input): Decode the input bytes if necessary.
10377
1ac9108a
SM
10378 * coding.c (setup_coding_system):
10379 Initialize coding->carryover_bytes to 0.
fd503d99
KH
10380 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
10381 use Qno_conversion.
10382
24ed93fb
YM
103832009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10384
10385 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
10386
99061dfc
CY
103872009-06-30 Chong Yidong <cyd@stupidchicken.com>
10388
1ac9108a 10389 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 10390
ff90fbde
JR
103912009-06-30 Jason Rumney <jasonr@gnu.org>
10392
10393 * w32term.c (w32_initialize): Use GetModuleHandle for library that
10394 is already loaded.
10395 Set user model ID if supported (bug#1849).
10396
5f445726
JM
103972009-06-29 Jim Meyering <meyering@redhat.com>
10398
10399 Remove useless if-before-xfree test.
10400 * nsfont.m (nsfont_close): Remove useless test.
10401 * term.c (delete_tty): Likewise.
10402 * w32.c (system_process_attributes): Likewise.
10403 * w32font.c (w32font_close): Likewise.
10404 * xfaces.c (x_free_gc): Likewise.
10405 * xselect.c (buffer): Likewise.
10406
b9607587
AS
104072009-06-28 Andreas Schwab <schwab@linux-m68k.org>
10408
10409 * process.c (send_process): Keep decoded string in a local
10410 variable and protect it from GC. (Bug#3521)
10411
89ba96f4
EZ
104122009-06-28 Eli Zaretskii <eliz@gnu.org>
10413
10414 * term.c (create_tty_output) [MSDOS]: #ifdef away.
10415 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
10416
098a1589
CY
104172009-06-28 Chong Yidong <cyd@stupidchicken.com>
10418
485422be
CY
10419 * xdisp.c (start_display, handle_face_prop)
10420 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
10421 (redisplay_window, try_window_id, produce_image_glyph):
10422 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 10423
098a1589
CY
10424 * xterm.c (x_update_window_begin, x_new_focus_frame)
10425 (x_scroll_bar_handle_click, handle_one_xevent)
10426 (handle_one_xevent, XTread_socket, x_focus_on_frame)
10427 (x_make_frame_visible, x_make_frame_invisible)
10428 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
10429 code chunks that are now obsolete.
10430
78c38319
MA
104312009-06-28 Michael Albinus <michael.albinus@gmx.de>
10432
10433 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
10434 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
10435 for hours, when optimzation is enabled.
10436 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
10437 (xd_read_message): Make them static.
10438
4189ed40
CY
104392009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
10440
10441 * term.c (turn_on_face): Allow simultaneously bold and dim
10442 terminal faces (Bug#3530).
10443
cd9b5e16
CY
104442009-06-27 Chong Yidong <cyd@stupidchicken.com>
10445
4e23bedb
CY
10446 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
10447
cd9b5e16
CY
10448 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
10449 truncation glyphs (Bug#3686).
10450
07cc3c35
GM
104512009-06-27 Glenn Morris <rgm@gnu.org>
10452
10453 * m/pmax.h: Restore file, with only netbsd portions.
10454
31fd7c5c 104552009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 10456
cd9b5e16 10457 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 10458
42d4a64f
KH
104592009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
10460
10461 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
10462 the arg FORCE_SYMBOL.
10463
930fe55b 104642009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
10465
10466 * fontset.c (fontset_find_font): When a usable rfont_def is found
10467 in a fallback font-group, make it the first element of the group.
10468
57ebc3fd
CY
104692009-06-24 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
10472
f084f942
KH
104732009-06-24 Kenichi Handa <handa@m17n.org>
10474
10475 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
10476 set for C.
10477 (fontset_font): Record the availability of a font for C both in
10478 the realized fontsets of the current one and the default one.
10479
2f686c87
DN
104802009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10481
10482 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
10483 conditional, it is always defined on AIX.
10484
666e158e
MB
104852009-06-23 Miles Bader <miles@gnu.org>
10486
10487 * window.c (Vrecenter_redisplay): New variable.
10488 (syms_of_window): Initialize it.
10489 (Qtty): New extern declaration.
10490 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
10491
c6da7cd2
JM
104922009-06-23 Jim Meyering <meyering@redhat.com>
10493
1ac9108a
SM
10494 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
10495 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 10496 pointer dereferences are guaranteed to be valid.
c6da7cd2 10497
678dca3d
KH
104982009-06-23 Kenichi Handa <handa@m17n.org>
10499
74d75424
KH
10500 * emacs.c (main): Call init_font ().
10501
10502 * font.h (Vfont_log): Extern it.
10503 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
10504
10505 * font.c (font_sort_entities, font_list_entities)
10506 (font_matching_entity, font_open_entity)
10507 (font_close_object): Change font_add_log to FONT_ADD_LOG.
10508 (Vfont_log): Delete static.
10509 (font_log_env_checked): Delete this variable.
10510 (font_add_log): Don't check font_log_env_checked.
10511 (font_deferred_log): Check Vfont_log.
10512 (init_font): New function.
10513
678dca3d
KH
10514 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
10515
10516 * w32font.c: Change font_add_log to FONT_ADD_LOG.
10517
10518 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
10519
10520 * xfont.c: Change font_add_log to FONT_ADD_LOG.
10521
10522 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
10523 (face_for_char): Don't call font_deferred_log here.
10524 (font_for_char): Likewise.
10525
8a668709
CY
105262009-06-22 Chong Yidong <cyd@stupidchicken.com>
10527
9a01ee33
CY
10528 * w32term.c (x_draw_glyph_string): Use the glyph string's width
10529 rather than its background_width for drawing the overline and
10530 underline (Bug#489).
10531
10532 * xterm.c (x_draw_glyph_string): Use the glyph string's width
10533 rather than its background_width for drawing the overline and
10534 underline (Bug#489).
ec7c9926
CY
10535 (xg_default_icon_file): New variable.
10536 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
10537 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 10538
8a668709
CY
10539 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
10540 (load_overlay_strings): Remove externs.
10541 (fast_find_position): Function deleted.
10542 (mouse_face_from_buffer_pos): New function, based on
10543 fast_find_position. Correctly handle before-strings,
10544 display-strings, and after-strings (Bug#1220).
10545 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
10546
4d4c02d8
CY
105472009-06-21 Chong Yidong <cyd@stupidchicken.com>
10548
1ac9108a 10549 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
10550 (move_it_in_display_line_to, move_it_in_display_line_to)
10551 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
10552
70243478
CY
105532009-06-21 Chong Yidong <cyd@stupidchicken.com>
10554
10555 * Branch for 23.1.
10556
13087e59
JR
105572009-06-21 Jason Rumney <jasonr@gnu.org>
10558
10559 * w32term.c (keyboard_codepage): New static variable.
10560 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
10561 (w32_read_socket) [WM_CHAR]: Use it to decode character
10562 input (bug#3237).
10563 (w32_initialize): Initialize it.
10564 (codepage_for_locale): New function.
10565
4735b74e
KR
105662009-06-20 Ken Raeburn <raeburn@raeburn.org>
10567
10568 * process.c (status_message): Pass Faset index argument as a lisp
10569 object, so as to work with USE_LISP_UNION_TYPE.
10570
0e727afa
YM
105712009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10572
10573 * coding.c (Ffind_coding_systems_region_internal):
10574 Cache checked characters.
10575
cf299835
KH
105762009-06-18 Kenichi Handa <handa@m17n.org>
10577
1ac9108a 10578 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 10579
90f20d94
AS
105802009-06-18 Andreas Schwab <aschwab@redhat.com>
10581
10582 * xdisp.c (redisplay_internal): Check that the frame is still
10583 live after redisplay of its windows.
10584 (redisplay_windows): Check that the window is still live.
10585
7f1faf1c
KH
105862009-06-17 Andreas Schwab <schwab@linux-m68k.org>
10587
10588 * coding.c (detect_coding_utf_16): Fix previous change.
10589
cc13543e
KH
105902009-06-16 Kenichi Handa <handa@m17n.org>
10591
10592 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
10593 UTF-16 by checking the dispersion of Eth and Oth bytes.
10594
977b85f4
AS
105952009-06-15 Andreas Schwab <schwab@linux-m68k.org>
10596
10597 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
10598
66bd43d1
KH
105992009-06-15 Kenichi Handa <handa@m17n.org>
10600
10601 * process.c (status_message): Fix previous change. Be sure to
10602 decode a localized string.
10603
cb5ca9c5
YM
106042009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10605
10606 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
10607 add comment explaining why.
10608
ec7709ba 106092009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 10610
ec7709ba 10611 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 10612
4b7f335c
AR
106132009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
10614
10615 * nsfont.m (ns_attribute_value): Remove.
10616 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
10617 (ns_has_attribute): Shrink the normal range.
10618 (ns_findfonts): Don't worry about requested spec in determining
10619 need for synthItal.
e41820ee 10620 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 10621
73b26103
SZ
106222009-06-14 Seiji Zenitani <zenitani@mac.com>
10623
10624 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
10625
5753e4da
KH
106262009-06-11 Kenichi Handa <handa@m17n.org>
10627
10628 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10629 overhang for the static composition case.
10630
3561b671
KH
106312009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10632
5753e4da
KH
10633 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10634 overhang for the automatic composition case.
10635
3561b671
KH
10636 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
10637 composition case.
10638
852bbd41
CY
106392009-06-10 Chong Yidong <cyd@stupidchicken.com>
10640
10641 * xdisp.c (get_next_display_element): When handling wrap-prefix
10642 and line-prefix, treat \n as a control character (bug#3502).
10643
9903d1e6
KH
106442009-06-10 Kenichi Handa <handa@m17n.org>
10645
10646 * font.c (font_parse_family_registry): Fix for one-char foundry.
10647 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
10648
0bcbaaaa
CY
106492009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
10650
10651 * process.c (status_message): Fix handling of multibyte signal
10652 string (Bug#3499).
10653
40aa3f13
JM
106542009-06-09 Jim Meyering <meyering@redhat.com>
10655
1f80c7e2
CY
10656 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
10657 color name is missing.
40aa3f13 10658
72d51285
KH
106592009-06-09 Kenichi Handa <handa@m17n.org>
10660
10661 * charset.c (Fmap_charset_chars): In docstring, state clearly that
10662 FROM-CODE and TO-CODE are codepoints of CHARSET.
10663
c1d04d84
AR
106642009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10665
10666 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
10667
106682009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10669
10670 Changes to support :script/:lang/:otf in NS font driver.
10671 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
10672 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
10673 indicate not part of font driver interface, and change callers.
10674 (ns_get_family): Remove pointless null check.
10675 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
10676 ns_spec_to_descriptor, ns_descriptor_to_entity.
10677 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
10678 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
10679 (ns_spec_to_descriptor, ns_descriptor_to_entity)
10680 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
10681 (ns_get_req_script, ns_accumulate_script_ranges)
10682 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
10683 New functions.
10684 (nsfont_list, nsfont_match): Use ns_findfonts.
10685 (nsfont_open): Use font descriptor instead of traits.
10686 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
10687 (dump_glyphstring): Rename to ns_dump_glyphstring.
10688
c7eb9816
AR
10689 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
10690
c1d04d84
AR
10691 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
10692
10693 * fontset.c (fontset_from_font): Remove NS-specific code.
10694
ec7709ba 106952009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
10696
10697 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
10698 nonactive windows.
10699
31fd7c5c 107002009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 10701
1ac9108a 10702 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 10703
68852c13 107042009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
10705
10706 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
10707
6756cd1d
CY
107082009-06-07 Chong Yidong <cyd@stupidchicken.com>
10709
10710 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
10711 account for the overflowing of newlines into the last glyph on the
10712 display line (Bug#3482).
10713
28bf482a
DR
107142009-06-05 David Reitter <david.reitter@gmail.com>
10715
ec7709ba
JB
10716 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
10717 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
10718 Fns_selection_exists_p, Fns_selection_owner_p.
10719
fdb55376
JR
107202009-06-03 Jason Rumney <jasonr@gnu.org>
10721
10722 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
10723 available. (Bug#3379)
10724
05129fbe
KH
107252009-05-29 Kenichi Handa <handa@m17n.org>
10726
1ac9108a
SM
10727 * coding.c (get_translation_table):
10728 Check Venable_character_translation.
05129fbe 10729
ec7709ba 107302009-05-26 David Reitter <david.reitter@gmail.com>
15891144 10731
ec7709ba
JB
10732 * nsterm.m (ns_raise_frame): Only raise frame if visible.
10733 (x_make_frame_visible): Move frame to front rather than calling
15891144 10734 ns_raise_frame().
ec7709ba 10735 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 10736 isn't key window.
ec7709ba 10737 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
10738 drawRect may be called by NSView even if the frame is hidden.
10739
ec7709ba
JB
10740 * nsfns.m (Fx_create_frame): Follow other ports in
10741 determining visibility; default to t. Ensure async_visible is set.
15891144 10742
21f73755
EZ
107432009-05-23 Eli Zaretskii <eliz@gnu.org>
10744
10745 * dired.c (Ffile_attributes): Doc fix.
10746
34001e41
CY
107472009-05-22 Chong Yidong <cyd@stupidchicken.com>
10748
10749 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
10750
46306a17
SM
107512009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
10754 and xfont_scratch_props.
10755 (syms_of_xfont): Do it here instead.
10756 (xfont_find_ccl_program): Delete, unused.
10757 (xfont_open): Delete unused var `i'.
10758
ef6e0694
KH
107592009-05-21 Kenichi Handa <handa@m17n.org>
10760
10761 * fontset.c (Qlatin): Don't make it static.
10762
46306a17
SM
10763 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
10764 New functions.
ef6e0694
KH
10765 (xfont_scripts_cache, xfont_scratch_props): New variables.
10766 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
10767 (xfont_list_pattern): Argument changed. Callers changed.
10768 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
10769 (xfont_list): Don't reject a font spec with :script property.
10770 (xfont_has_char): Fix setting of encoding.
10771 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
10772 xfont_scratch_props.
10773
107742009-05-19 Kenichi Handa <handa@m17n.org>
10775
46306a17 10776 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
10777 Callers changed.
10778
107792009-05-18 Kenichi Handa <handa@m17n.org>
10780
10781 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
10782
ac71ced7
SM
107832009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
10786 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
10787
1c6d1051
YM
107882009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10789
10790 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
10791 (x_delete_terminal): Dissociate resource database from display and
10792 then call XrmDestroyDatabase before closing display.
10793
9b9b779c
AR
107942009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10795
10796 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
10797 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
10798 whether selected frame is viable before raising it (based on patch
10799 by David Reitter), and improve commentary.
10800 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 10801
cccd42d5
KH
108022009-05-15 Kenichi Handa <handa@m17n.org>
10803
10804 * font.c (Ffont_spec): Check arguments.
10805
337fbd17
CY
108062009-05-14 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
10809 weight when testing attributes (Bug#3282).
10810
47a6002f
JD
108112009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10812
10813 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
10814 what we expect to get in the next ConfigureNotify event.
10815
9cb363db
YM
10816 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
10817 before Xft one (Bug#1696).
10818
b9126609
CY
108192009-05-07 David Reitter <david.reitter@gmail.com>
10820
10821 * nsfns.m (Fx_display_planes): Compute bitplanes using
10822 NSBitsPerPixelFromDepth (Bug#3207).
10823
27a69fd9
CY
108242009-05-10 Chong Yidong <cyd@stupidchicken.com>
10825
10826 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
10827
00f37552
TTN
108282009-05-10 Ulrich Mueller <ulm@gentoo.org>
10829
10830 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
10831
2d82a920
DR
108322009-05-07 David Reitter <david.reitter@gmail.com>
10833
ec7709ba
JB
10834 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
10835 Respect mouse face background.
2d82a920 10836
46b0d52d
DR
108372009-05-07 David Reitter <david.reitter@gmail.com>
10838
ec7709ba
JB
10839 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
10840 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
10841 in ns_update_begin and ns_update_end.
10842
ce1b23bb
SM
108432009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10844
5996e1b7
SM
10845 * nsfns.m (ns_get_screen): Rewrite.
10846 Don't presume selected-frame is of type `ns'.
10847
ba98e3a0
SM
10848 * font.c (font_update_drivers): Sanity fallback to avoid disabling
10849 all drivers.
10850
ce1b23bb
SM
10851 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
10852
bcda200f
YM
108532009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10854
10855 * keyboard.h (add_user_signal): Fix typo in extern.
10856
10857 * lisp.h (add_user_signal): Remove extern.
10858
10859 * unexelf.c (unexec): Consider a section to precede the .bss section
10860 if its addresses overlap that of .bss.
10861 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
10862 instead of dumping process.
10863
864660a2
SM
108642009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
10867
50da4e56
SM
108682009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
10871
51520a1a
DN
108722009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
10873
10874 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
10875 any statements.
10876
409ea3a1
AS
108772009-05-02 Andreas Schwab <schwab@linux-m68k.org>
10878
59c4c60f
AS
10879 * process.c (read_process_output): Make sure the current buffer is
10880 always restored.
10881
409ea3a1
AS
10882 * coding.c (record_conversion_result): Don't modify
10883 Vlast_code_conversion_error for successful result.
10884 (alloc_destination): Don't clobber conversion result. (Bug#1650)
10885
56f00ed2
KH
108862009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10887
10888 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 10889 (load_charset_map): Remove unnecessary code.
56f00ed2 10890
4491c9d2
DR
108912009-04-30 David Reitter <david.reitter@gmail.com>
10892
35f5b128 10893 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
10894 through f24.
10895
6970f632
CY
108962009-04-30 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * xfaces.c (face_at_buffer_position): New arg base_face_id.
10899
10900 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
10901 face_at_buffer_position.
10902 (face_before_or_after_it_pos, get_next_display_element)
10903 (note_mouse_highlight): Update face_at_buffer_position call.
10904
10905 * term.c (term_mouse_highlight):
10906 * msdos.c (IT_note_mouse_highlight):
10907 * fontset.c (Finternal_char_font):
35f5b128 10908 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
10909
10910 * dispextern.h (face_at_buffer_position): Update prototype.
10911
0c616f63
KH
109122009-04-30 Kenichi Handa <handa@m17n.org>
10913
35f5b128 10914 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 10915
ad3aaf33
AS
109162009-04-29 Andreas Schwab <schwab@linux-m68k.org>
10917
10918 * callproc.c (Fcall_process): Fix GC protection. Make sure
10919 current buffer is always restored.
10920
c3c963a0
YM
109212009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10922
10923 * atimer.c (init_atimer): Also clear stopped_atimers.
10924
10925 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
10926
7e3386cb
YM
10927 * process.c (create_process): Clean up merger residues of
10928 2008-07-17 change.
10929
91f68422
CY
109302009-04-29 Ulrich Mueller <ulm@gentoo.org>
10931
10932 * lread.c (Vread_circle): New variable.
10933 (read1): Disable recursive read if Vread_circle is nil.
10934
24b34550
KH
109352009-04-29 Kenichi Handa <handa@m17n.org>
10936
10937 * fontset.h (set_default_ascii_font): Delete extern.
10938
10939 * fontset.c (set_default_ascii_font): Delete this unused function.
10940
10941 * frame.c (x_set_font): When ARG is a font-object, check if the
10942 font-object matches with the ASCII font-spec of the frame's
9c358bda 10943 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 10944
77bf07e1
AS
109452009-04-28 Andreas Schwab <schwab@linux-m68k.org>
10946
10947 * fns.c (Flocale_info): Protect vector from GC during decoding.
10948
10949 * process.c (Fstart_process): Protect argv strings from GC during
10950 encoding.
10951
2c55aacf
AS
109522009-04-27 Andreas Schwab <schwab@linux-m68k.org>
10953
10954 * sysdep.c: Include <ctype.h>.
10955
b892d3c9
DR
109562009-04-27 David Reitter <david.reitter@gmail.com>
10957
35f5b128 10958 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
10959 Remove commented-out code.
10960
9d0644c4
JB
109612009-04-26 Johan Bockgård <bojohan@gnu.org>
10962
10963 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
10964
b7053016
JR
109652009-04-25 Jason Rumney <jasonr@gnu.org>
10966
10967 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
10968
4e8231f3
YM
109692009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10970
10971 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
10972 Swap bytes in short integer if fringe bitmap width > 8.
10973
493dcf2c
KH
109742009-04-23 Kenichi Handa <handa@m17n.org>
10975
10976 * xfaces.c (Fx_list_fonts): If a font size is specified in
10977 PATTERN, set it in returned scalable fonts.
10978
401e9e57
CY
109792009-04-22 Chong Yidong <cyd@stupidchicken.com>
10980
708e05dc
CY
10981 * keyboard.c (Fset_input_meta_mode): Doc fix.
10982
10983 * dispnew.c (Fsend_string_to_terminal): Doc fix.
10984
1ac9108a 10985 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
10986
10987 * coding.c (Fterminal_coding_system): Doc fix.
10988
10989 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
10990 (Fx_display_pixel_height, Fx_display_planes)
10991 (Fx_display_color_cells, Fx_server_max_request_size)
10992 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10993 (Fx_display_mm_height, Fx_display_mm_width)
10994 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
10995 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
10996 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
10997 (check_x_display_info): Handle terminal objects instead of
10998 terminal ids.
10999
401e9e57
CY
11000 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
11001 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
11002 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
11003 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 11004
df80c7f0
KH
110052009-04-21 Kenichi Handa <handa@m17n.org>
11006
5a8f12af 11007 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 11008 (font_score): Check AVGWIDTH too.
908567ef 11009
df80c7f0
KH
11010 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
11011 worst case.
1ac9108a
SM
11012 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
11013 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 11014
705af33f
JR
110152009-04-19 Jason Rumney <jasonr@gnu.org>
11016
11017 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 11018 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
11019
11020 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
11021 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
11022 get_phys_cursor_geometry.
11023
b71ac3dd 11024 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
11025 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
11026 using get_phys_cursor_geometry.
11027
11028 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
11029 correctly calculated.
11030
dc2933eb
JD
110312009-04-19 Jan Djärv <jan.h.d@swipnet.se>
11032
1ac9108a
SM
11033 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
11034 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
11035 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
11036 is deprecated.
11037
973e7849
AS
110382009-04-18 Andreas Schwab <schwab@linux-m68k.org>
11039
11040 * font.c (font_put_frame_data): Use xfree instead of free.
11041
314d66f4
JB
110422009-04-17 Juanma Barranquero <lekktu@gmail.com>
11043
11044 * w32font.c (Qja, Qko): Remove declarations.
11045 (syms_of_w32font): Don't DEFSYM them.
11046
cf702558
CY
110472009-04-17 Chong Yidong <cyd@stupidchicken.com>
11048
11049 * font.c (Qja, Qko): Move definitions here from ftfont.c.
11050
11051 * font.h (Qja, Qko): Extern them.
11052
11053 * ftfont.c (Qja, Qko): Remove declarations.
11054
11055 * xfont.c (Qja, Qko): Remove declarations.
11056
b50504f5
KH
110572009-04-17 Kenichi Handa <handa@m17n.org>
11058
bde25748
KH
11059 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
11060 string from a vector to handle Latin-1 characters correctly.
11061
b50504f5
KH
11062 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
11063 entity even if the cache hits.
11064
f4646fff
AS
110652009-04-16 Andreas Schwab <schwab@linux-m68k.org>
11066
11067 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 11068 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 11069
e7deaab0
AS
11070 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
11071 * lisp.h: Adjust prototypes.
11072
0a0e7d49
CY
110732009-04-16 Chong Yidong <cyd@stupidchicken.com>
11074
11075 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
11076 change (Bug#3003).
11077
3c908a57
KH
110782009-04-16 Kenichi Handa <handa@m17n.org>
11079
1ac9108a 11080 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
11081
11082 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
11083 adstyle.
11084
11085 * ftfont.c (Qja, Qko): Don't make them static.
11086 (enum ftfont_cache_for): New enum.
11087 (fc_charset_table): Undo the previous change.
11088 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
11089 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
11090 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
11091 non-scarable font, try to get AVERAGE_WIDTH.
11092 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
11093 Change ft_face_cache from a list of a hash-table. Don't check
11094 `ja' and `ko' adstyle here.
11095 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
11096 FTFONT_CACHE_FOR_CHARET.
11097 (ftfont_get_charset): Undo the previous change.
1ac9108a 11098 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
11099 (ftfont_close): Likewise.
11100 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
11101
11102 * font.c (font_sort_entites): Change the meaning of the arg
11103 BEST-ONLY. Don't optimize for VEC of lenght 1.
11104 (font_select_entity): Just return the value of font_sort_entites.
11105
11106 * xfaces.c (merge_face_vectors): Reflect font properties in
11107 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
11108 font_clear_prop if a face attribute doesn't change.
11109
3c908a57
KH
11110 * charset.h (charset_ksc5601): Extern it.
11111
11112 * charset.c (charset_ksc5601): New variable.
11113 (Fdefine_charset_internal): Set charset_ksc5601.
11114 (init_charset_once): Initialize charset_ksc5601 to -1.
11115
d65859c3
DN
111162009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
11117
11118 * fileio.c (history_delete_duplicates): Remove unused declaration.
11119
11120 * callint.c (history_delete_duplicates): New declaration.
11121 (Fcall_interactively): Remove command history duplicates when
11122 history_delete_duplicates is true.
11123
3ba010e5
EZ
111242009-04-14 Eli Zaretskii <eliz@gnu.org>
11125
11126 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
11127
06f19b91
KH
111282009-04-14 Kenichi Handa <handa@m17n.org>
11129
11130 * font.c (Ffont_info): Fix docstring. Fix the second element of
11131 the returned value (bug#2949).
11132
2cce8bfc
CY
111332009-04-14 Chong Yidong <cyd@stupidchicken.com>
11134
11135 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
11136
d156542d
KH
111372009-04-14 Kenichi Handa <handa@m17n.org>
11138
11139 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
11140 encoding charset is ascii_compatible.
11141
11142 * charset.c (Fdefine_charset_internal): Make charset
11143 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
11144 code_offset is 0, and covers all ASCII characters.
11145
86fa089e
SM
111462009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
11149 (ns_string_to_pasteboard_internal):
11150 * nsmenu.m (process_dialog):
11151 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
11152 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
11153 * lisp.h (Fx_load_color_file): Declare.
11154
a8a3728b
KH
111552009-04-13 Kenichi Handa <handa@m17n.org>
11156
1ac9108a 11157 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
11158 (font_select_entity): Suppress the code to optimize for the same
11159 kind of fonts.
11160 (font_load_for_lface): Get a font that supports at least ASCII
11161 characters.
11162
11163 * ftfont.c (Qja, Qko): New variables.
11164 (fc_charset_table): Delete uniquifier data for iso8859-1.
11165 (ftfont_get_latin1_charset): New function.
11166 (get_adstyle_property): New function.
11167 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
11168 bitmap fonts.
11169 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
11170 Delete iso-8859-1 range from the charset of fonts whose adstyle is
11171 `ko' or `ja'.
11172 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 11173 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
11174 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
11175 property.
11176 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
11177 (syms_of_ftfont): DEFSYM Qja and Qko.
11178
483670b5
KH
111792009-04-09 Kenichi Handa <handa@m17n.org>
11180
12b55765
KH
11181 * charset.c (map_charset_chars): For a charset of `superset'
11182 method, fix calculation of code range.
11183
483670b5
KH
11184 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
11185 from the list of extra properties.
11186 (font_clear_prop): Be sure to delete `:name' font property.
11187
57d3b93b
KH
111882009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11189
b4b2c2ca
YM
11190 * dispnew.c (redraw_overlapping_rows): Fix detection of
11191 overlapping for topmost and bottommost rows.
11192
1ac9108a 11193 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 11194
472c3609
JR
111952009-04-06 Jason Rumney <jasonr@gnu.org>
11196
11197 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
11198
ab193662
KH
111992009-04-06 Kenichi Handa <handa@m17n.org>
11200
11201 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
11202
11203 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
11204
0c26f026
KH
112052009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11206
11207 * ftfont.c (ftfont_open): Fix checking of the return value of
11208 FT_Load_Char. Fix setting font->underline_thickness.
11209
e173bbce
CY
112102009-04-04 Chong Yidong <cyd@stupidchicken.com>
11211
11212 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
11213 (Fterminal_parameters, Fterminal_parameter)
11214 (Fset_terminal_parameter): In doc string, refer to terminal
11215 objects rather than terminal ids.
11216
693a2698
EZ
112172009-04-04 Eli Zaretskii <eliz@gnu.org>
11218
11219 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
11220 ret_lim_data. (Bug#2867)
11221
d5221487
CY
112222009-04-03 Chong Yidong <cyd@stupidchicken.com>
11223
11224 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
11225 so they don't get wider than the window, matching 2006-01-23
11226 change to the partner function in xdisp.c (Bug#2800).
11227
223509a3
KH
112282009-04-03 Kenichi Handa <handa@m17n.org>
11229
11230 * print.c (print_object): Make each lowest sub_char_table start a
11231 new line (Bug#2866).
11232
74fcd0b1
KH
112332009-04-02 Kenichi Handa <handa@m17n.org>
11234
11235 * fontset.c (fontset_font): Record no-font when a fontset
11236 explicitly tells not to try another font-specs.
11237
c542407d
SM
112382009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
11239
11240 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
11241
e3869731
KH
112422009-03-30 Kenichi Handa <handa@m17n.org>
11243
d8d2f142
KH
11244 * fontset.c (fontset_from_font): Specify only registry in a
11245 font-spec for all characters supported by that registry.
11246
e3869731
KH
11247 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
11248 even if HAVE_M17N_FLT is not defined.
11249
5da5f805
CY
112502009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
11251
11252 * ftfont.c: Conditionalize prototyping and use of
11253 ftfont_variation_glyphs.
11254
ab226c50
SM
112552009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11256
9628fed7
SM
11257 * frame.c (delete_frame): Work around compiler bug.
11258
11259 * editfns.c (general_insert_function): Adjust to insdel.c changes.
11260 * insdel.c (prepare_to_modify_buffer, signal_before_change):
11261 Some more EMACS_INT.
11262 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
11263
11264 * xdisp.c (dump_glyph): Fix typo.
11265
ae19ba7c
SM
11266 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
11267 (adjust_markers_gap_motion, adjust_markers_for_delete)
11268 (adjust_markers_for_insert, adjust_point)
11269 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
11270 (make_gap, copy_text, count_size_as_multibyte, insert)
11271 (insert_and_inherit, insert_before_markers)
11272 (insert_before_markers_and_inherit, insert_1)
11273 (count_combining_before, count_combining_after, insert_1_both)
11274 (insert_from_string, insert_from_string_before_markers)
11275 (insert_from_string_1, insert_from_gap, insert_from_buffer)
11276 (insert_from_buffer_1, adjust_after_replace)
11277 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
11278 (replace_range_2, del_range, del_range_1, del_range_byte)
11279 (del_range_both, del_range_2, modify_region)
11280 (prepare_to_modify_buffer, signal_before_change)
11281 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
11282 for buffer positions and sizes.
11283 * lisp.h: Adjust prototypes accordingly.
11284
11285 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
11286 (non_regular_inserted, non_regular_nbytes, read_non_regular)
11287 (Finsert_file_contents): Use EMACS_INT for buffer positions.
11288
ab226c50
SM
11289 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
11290
46dfb8fb
JD
112912009-03-27 Jan Djärv <jan.h.d@swipnet.se>
11292
11293 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
11294 lines and columns so we keep the same pixel height and width.
11295
11296 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
11297 the property _NET_WM_STATE has changed.
46dfb8fb
JD
11298 (x_handle_net_wm_state): New function to update frame parameter
11299 fullscreen.
11300 (x_term_init): Initialize atoms for _NET_WM_STATE.
11301
11302 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
11303
d347e494
SM
113042009-03-27 Kevin Ryde <user42@zip.com.au>
11305
11306 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
11307 Gpm_GetEvent as an error that justifies closing the filedescriptor.
11308 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
11309 (Fgpm_mouse_stop): Pass that new parameter.
11310 * termhooks.h (close_gpm): Adjust prototype.
11311
84db11d6
SM
113122009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11313
c95a5008
SM
11314 * lisp.h (Fx_focus_frame): Declare.
11315
84db11d6
SM
11316 * callint.c (Fcall_interactively): For '^' just delegate the work to
11317 handle-shift-selection.
11318 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
11319
0a1958d6
CY
113202009-03-24 Chong Yidong <cyd@stupidchicken.com>
11321
0bfdff23
CY
11322 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
11323
0a1958d6
CY
11324 * data.c (Qinteractive_form): New variable.
11325 (Finteractive_form): Use it.
11326
11327 * eval.c (Fcommandp): Use Qinteractive_form.
11328
58aec0d6
JR
113292009-03-24 Jason Rumney <jasonr@gnu.org>
11330
11331 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
11332 Calculate total size precisely. Decode environment variables
11333 before substituting. (Bug#38)
11334
553dd618
KH
113352009-03-24 Kenichi Handa <handa@m17n.org>
11336
11337 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 11338 encoding (Bug#2722).
553dd618 11339
c39ea606
JD
113402009-03-23 Jan Djärv <jan.h.d@swipnet.se>
11341
11342 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
11343 that gdpy is set.
11344
bc9b2b5e
AM
113452009-03-22 Alan Mackenzie <acm@muc.de>
11346
11347 * callint.c (Finteractive): Clarify the doc string - even
11348 promptless elements need \n separators.
11349
9f995a76
JR
113502009-03-22 Jason Rumney <jasonr@gnu.org>
11351
11352 * w32term.c (syms_of_w32term): Doc fix for
11353 x-use-underline-position-properties.
11354
22749e9a
EZ
113552009-03-21 Eli Zaretskii <eliz@gnu.org>
11356
11357 * w32.c (getpwuid): Change argument type to unsigned.
11358 (struct w32_id): Change type of `rid' member to unsigned.
11359 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
11360 argument ID to unsigned. All callers changed.
11361 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
11362
e00553bf
EZ
113632009-03-20 Eli Zaretskii <eliz@gnu.org>
11364
11365 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
11366 negative, produce a float value.
11367
11368 * dired.c (make_uid, make_gid): New functions.
11369 (Ffile_attributes): Use them to avoid negative UID and GID.
11370
f761d6b6
JB
113712009-03-20 Juanma Barranquero <lekktu@gmail.com>
11372
11373 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
11374 (syms_of_keyboard) <command-hook-internal, input-method-function>:
11375 Fix typos in docstrings.
11376
d507f8d7
KH
113772009-03-19 Kenichi Handa <handa@m17n.org>
11378
11379 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
11380 changed, use font_load_for_lface to get a new font object.
11381 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
11382
11383 * frame.c (x_set_font): Handle the case that ARG is a cons.
11384
c68845e0
GM
113852009-03-19 Glenn Morris <rgm@gnu.org>
11386
11387 * fileio.c (Fsubstitute_in_file_name): Doc fix.
11388
bfa49dd1
CY
113892009-03-19 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
11392
8458d4c1
KH
113932009-03-19 Kenichi Handa <handa@m17n.org>
11394
11395 * charset.c (load_charset_map_from_file): When a mapfile can't be
11396 loaded, signal an error.
11397
78e7d1fe
EZ
113982009-03-18 Eli Zaretskii <eliz@gnu.org>
11399
11400 * dired.c (Ffile_attributes): Make sure UID and GID are always
11401 positive, even if the value is too large for a positive EMACS_INT.
11402 Doc fix.
11403
11404 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
11405
5da9fdfa
YM
114062009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11407
11408 * xmenu.c (xdialog_show): Move Fredisplay call ...
11409 (Fx_popup_dialog): ... here.
11410
7519c40d
SM
114112009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * dired.c (file_name_completion): Disable the first optimization just
11414 installed, since it is not implemented correctly.
11415
2cd298e2
SM
114162009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11417
11418 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 11419 only if the entry can affect bestmatch.
2cd298e2
SM
11420 Stop the search early, as Ftry_completion already does.
11421
48d37adf
CY
114222009-03-17 Chong Yidong <cyd@stupidchicken.com>
11423
e10c9c93 11424 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 11425
9286b16a
CY
114262009-03-15 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * keyboard.c (parse_menu_item): Don't display remappings as menu
11429 equivalent bindings (Bug#788).
11430
f7b146dc
JR
114312009-03-15 Jason Rumney <jasonr@gnu.org>
11432
11433 * w32term.h (WM_EMACS_PAINT): New message.
11434 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
11435 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
11436 before passing to lisp thread. (Bug#950)
11437
f761d6b6 114382009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 11439
d93f9575
CY
11440 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
11441 variable as it was never reset.
11442 (ns_term_init): Remove initialization of Lisp-settable defaults
11443 and ns_expand_space.
11444 (-setPanelFromDefaultValues): Remove ns_expand_space.
11445 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
11446 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
11447 i.e. no additional spacing, similar to Carbon port.
11448
d93f9575
CY
11449 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
11450 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 11451
305018ec
JD
114522009-03-14 Jan Djärv <jan.h.d@swipnet.se>
11453
11454 * sound.c (alsa_configure): Remove call to deprecated
11455 snd_pcm_sw_params_set_xfer_align.
11456
f761d6b6 114572009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
11458
11459 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
11460 after clicking in a detached tool bar.
11461 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
11462
46e722a9
SM
114632009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11464
348db3dd
SM
11465 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
11466 int/Lisp_Object mixup).
46e722a9 11467
a3d16f39
KH
114682009-03-13 Kenichi Handa <handa@m17n.org>
11469
11470 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 11471 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
11472 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
11473 (set_fontset_font): Change ARG to a vector. Handle range_list in
11474 ARG correctly.
11475 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 11476 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
11477 the above change.
11478 (fontset_from_font): Fix previous change.
fe24f56a 11479 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
11480 entry. If FONTSET is the default fontset, don't set the extra
11481 slot of the returning char-table.
11482
b066e6b6
JB
114832009-03-12 Juanma Barranquero <lekktu@gmail.com>
11484
11485 * nsfns.m (Fx_close_connection): Doc fix.
11486 (Fns_do_applescript): Reflow docstring.
11487 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
11488 (Fx_display_pixel_width, Fx_display_pixel_height)
11489 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
11490 Fix typos in docstrings.
11491 (Fns_set_alpha): Fix typos in error messages.
11492
d472514e 114932009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 11494
d472514e 11495 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
11496 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
11497 were used for such events.
11498
d472514e
JB
11499 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
11500 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 11501
d472514e 11502 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
11503 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
11504
fb930676
KH
115052009-03-11 Kenichi Handa <handa@m17n.org>
11506
ff85581a
KH
11507 * font.h (font_open_by_spec): Extern it.
11508
c50b7e98
KH
11509 * font.c (font_open_by_spec): New function.
11510 (font_open_by_name): Use font_open_by_spec.
11511
fb930676
KH
11512 * frame.c (x_set_font): When ARG is a font-object, don't alter the
11513 fontset of the frame.
11514
11515 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
11516 modify the default font of frames that use this fontset.
11517 (num_auto_fontsets): New variable.
11518 (fontset_from_font): Use num_auto_fontsets to decide a fontset
11519 name. Be sure to set FONTSET_ASCII to the correct font name.
11520 (update_auto_fontset_alist): New function.
11521
df4e8455
JB
115222009-03-11 Juanma Barranquero <lekktu@gmail.com>
11523
11524 * makefile.w32-in: Update dependencies.
11525
0a375797
AR
115262009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11527
11528 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
11529
61313fa3
SM
115302009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
11533
b55103fb
CY
115342009-03-10 Chong Yidong <cyd@stupidchicken.com>
11535
11536 * lread.c (Feval_buffer): Doc fix.
11537
dde2559c
KH
115382009-03-09 Kenichi Handa <handa@m17n.org>
11539
11540 * charset.c (Qfile_name_handler_alist): Extern it.
11541 (load_charset_map_from_file): Temporarily bind
11542 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
11543
df4e8455 115442009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 11545
47f588bb
GM
11546 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
11547 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 11548
4ddf94bd
AR
115492009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11550
4c9bdfc2
AR
11551 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
11552 (x_set_window_size): Change back to calculated method of setting
11553 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
11554 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
11555 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
11556
fe41ae9e
AR
11557 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
11558
4c9bdfc2
AR
11559 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
11560 accelerator in parens under GNUstep.
11561
825d0875
KH
115622009-03-06 Kenichi Handa <handa@m17n.org>
11563
11564 These changes are to detect incorrect composition sequence without
f3b3be74 11565 looking ahead the source. (Bug#2370)
825d0875
KH
11566
11567 * coding.h: Include "composite.h".
11568 (enum compisition_state): New enum.
11569 (struct compisition_status): New struct.
11570 (struct iso_2022_spec): New member cmp_status.
11571 (struct emacs_mule_spec): New struct.
11572 (struct coding_system): New members ctext_extended_segment_len and
11573 embedded_utf_8. Change the union member
11574 spec.emacs_mule_full_support to spec.emacs_mule.
11575
11576 * coding.c (CODING_ISO_CMP_STATUS): New macro.
11577 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 11578 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
11579 (ADD_COMPOSITION_DATA): New arg nbytes.
11580 (emacs_mule_char): New arg cmp_status.
11581 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
11582 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
11583 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
11584 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
11585 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
11586 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
11587 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
11588 (EMACS_MULE_COMPOSITION_END): New macro.
11589 (emacs_mule_finish_composition): New function.
11590 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
11591 (decode_coding_emacs_mule): Avoid long looking ahead while
11592 handling composition.
11593 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
11594 (ENCODE_COMPOSITION_RULE): New macro.
11595 (finish_composition): New function.
11596 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
11597 (DECODE_COMPOSITION_START): New implementation.
11598 (DECODE_COMPOSITION_END): Likewise.
11599 (STORE_COMPOSITION_RULE): New macro.
11600 (decode_coding_iso_2022): Avoid long looking ahead while handling
11601 composition, CTEXT extended segment, and embedded UTF-8.
11602 (setup_coding_system): For a coding of type iso-2022, reset
11603 CODING_ISO_EXTSEGMENT_LEN (coding) and
11604 CODING_ISO_EMBEDDED_UTF_8 (coding).
11605 (get_translation): Delete arguments last_block, from_nchars,
11606 to_nchars. Callers changed.
11607 (produce_chars): Don't modify charbuf. Adjusted for the change of
11608 get_translation.
98a326f7 11609 (produce_composition): Adjust for the new annotation sequence.
825d0875 11610 (handle_composition_annotation): Likewise.
98a326f7 11611 (consume_chars): Adjust for the change of get_translation.
825d0875 11612
ccbc4452
AR
116132009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11614
4ddf94bd 11615 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 11616
988a7ddb
KH
116172009-03-05 Kenichi Handa <handa@m17n.org>
11618
11619 * font.c (font_select_entity): New function.
11620 (font_find_for_lface): Use font_select_entity to select a font.
11621
11622 * fontset.c (fontset_find_font): If a font found without
a8a3728b 11623 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
11624 font with C restriction.
11625
98a326f7 116262009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 11627
be1bce46 11628 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 11629
10ea2b82
JR
116302009-03-04 Jason Rumney <jasonr@gnu.org>
11631
2c93b248 11632 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 11633 characters that have already been read. (Bug#2569)
2c93b248 11634
10ea2b82
JR
11635 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
11636 Log an error message if check_image_size failed.
11637 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 11638 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 11639
71a0c011
EZ
116402009-03-02 Eli Zaretskii <eliz@gnu.org>
11641
11642 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
11643 when decoding process output.
11644
2f63bba8
RS
116452009-03-01 Richard M Stallman <rms@gnu.org>
11646
11647 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
11648
11649 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
11650
0a9564cb
EZ
116512009-02-28 Eli Zaretskii <eliz@gnu.org>
11652
11653 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
11654 (decode_coding_emacs_mule, decode_coding_iso_2022)
11655 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11656 (decode_coding_raw_text, decode_coding_charset)
11657 (setup_coding_system, decode_eol, decode_coding, consume_chars):
11658 Honor inhibit-eol-conversion. (Bug #2186)
11659
449148b3
JR
116602009-02-28 Jason Rumney <jasonr@gnu.org>
11661
11662 * coding.c (detect_coding_charset): If not checking latin extra,
11663 fail on characters between 0x80 and 0xA0. (Bug#2354)
11664
a4aee864
EZ
116652009-02-28 Eli Zaretskii <eliz@gnu.org>
11666
11667 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 11668 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 11669
d88bee5a
GM
116702009-02-27 Glenn Morris <rgm@gnu.org>
11671
11672 * callint.c (Finteractive): Doc fix.
11673
a808f22d
KH
116742009-02-27 Kenichi Handa <handa@m17n.org>
11675
11676 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
11677
caf8d60c
CY
116782009-02-27 Chong Yidong <cyd@stupidchicken.com>
11679
11680 * font.c (font_style_to_value): Set value for unknown symbols to
11681 100 instead of 255.
b61137ea
CY
11682 (weight_table, slant_table, width_table): Treat "unspecified" as
11683 the default value.
caf8d60c 11684
1a0de25c
JB
116852009-02-26 Juanma Barranquero <lekktu@gmail.com>
11686
11687 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
11688
8fc45744
JB
116892009-02-25 Juanma Barranquero <lekktu@gmail.com>
11690
107bd7d1
JB
11691 * lread.c (Fload): Stop checking Vloads_in_progress and signal
11692 error as soon as a recursive load is detected.
8fc45744 11693
f097e223
AR
116942009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11695
11696 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
11697 before caching.
11698
8810a12f
KH
116992009-02-24 Kenichi Handa <handa@m17n.org>
11700
11701 * fontset.c (fontset_find_font): Fix the condition for checking
11702 unavailable font.
11703
2c7d1565
GM
117042009-02-24 Glenn Morris <rgm@gnu.org>
11705
11706 * xfaces.c (Finternal_set_font_selection_order): Remove leading
11707 whitespace that confuses documentation.
11708
a20878b6
MB
117092009-02-23 Miles Bader <miles@gnu.org>
11710
11711 * process.c (Flist_system_processes, Fprocess_attributes)
11712 (syms_of_process): Rename `system-process-attributes' to
11713 `process-attributes'.
11714
b3b58c01
AS
117152009-02-22 Andreas Schwab <schwab@linux-m68k.org>
11716
1b3b981b
AS
11717 * coding.h (struct coding_system): Make safe_charsets a pointer to
11718 unsigned char.
11719 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
11720 being 255.
11721 (SAFE_CHARSET_P): Likewise.
11722 (setup_iso_safe_charsets): Properly setup safe_charsets.
11723 (Fdefine_coding_system_internal): Likewise.
11724 (setup_coding_system): Likewise. Remove unneeded casts.
11725 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
bba3e508
SM
11726 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.
11727 Remove unneeded casts.
1b3b981b 11728
b3b58c01
AS
11729 * insdel.c (del_range_2): Don't modify gap contents when called
11730 from decode_coding_object. (Bug#1809)
11731
0b6f228c
CY
117322009-02-21 Chong Yidong <cyd@stupidchicken.com>
11733
11734 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
11735 Qfont_object.
11736 (Ftype_of): Recognize font objects.
11737
11738 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
11739
bba3e508
SM
11740 * font.c (Qfont_spec, Qfont_entity, Qfont_object):
11741 Definitions moved to data.c.
0b6f228c 11742
52f8870b
AR
117432009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11744
11745 * nsterm.m (x_make_frame_invisible): Unset async_visible,
11746 async_iconified. Based on a patch by Christian Lynbech
11747 <christian.lynbech@tieto.com>.
11748 (EmacsView-windowDidMiniaturize:): Unset async_visible.
11749
7087d5e9
GM
117502009-02-20 Glenn Morris <rgm@gnu.org>
11751
11752 * syntax.c (Fskip_chars_forward): Fix doc typo.
11753
41d2ceef
CY
117542009-02-20 Chong Yidong <cyd@stupidchicken.com>
11755
11756 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
11757
1a3b7ca6
CY
117582009-02-19 Chong Yidong <cyd@stupidchicken.com>
11759
11760 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
11761
73cce38d
KH
117622009-02-19 Kenichi Handa <handa@m17n.org>
11763
11764 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 11765 Don't overflow coding->carryover. (Bug#2370)
73cce38d 11766
a51092ee
DN
117672009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
11768
11769 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
11770
c423ecca
KH
117712009-02-18 Kenichi Handa <handa@m17n.org>
11772
11773 * font.c (font_check_otf_features): Fix handling of `nil' element.
11774 (Ffont_spec): Describe :lang and :otf in the docstring.
11775
4c1958f4
AS
117762009-02-16 Andreas Schwab <schwab@suse.de>
11777
11778 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
11779 string.
11780
5704f39a
KH
117812009-02-16 Kenichi Handa <handa@m17n.org>
11782
11783 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 11784 (Bug#1723)
5704f39a 11785
8f0085aa
CY
117862009-02-14 Chong Yidong <cyd@stupidchicken.com>
11787
a057d86a 11788 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
11789
11790 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
11791 (handle_line_prefix): Suppress wrapping of wrap prefixes.
11792
aff01dd9
EZ
117932009-02-14 Eli Zaretskii <eliz@gnu.org>
11794
11795 * msdos.c (MAX_SCREEN_BUF): New macro.
11796 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
11797 Encode the entire run of glyphs sharing the same face, instead of
11798 doing that one glyph at a time (fixes a bug with displaying
11799 double-size characters).
11800
ba301db3
AR
118012009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
11802
11803 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
11804
11805 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
11806 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 11807 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
11808
11809 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 11810 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 11811
51d861de
SM
118122009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11813
ac146f82 11814 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
11815 invisible areas.
11816
7fed8996
JR
118172009-02-12 Jason Rumney <jasonr@gnu.org>
11818
631ea4fb
JR
11819 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
11820 (add_font_entity_to_list): Call check_face_name even when family
11821 is unspecified.
11822
cb4a3e42
JR
11823 * w32term.c (x_display_pixel_height, x_display_pixel_width):
11824 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 11825 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 11826
7fed8996 11827 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 11828 raster fonts. (Bug#2219)
7fed8996 11829
895416e3
KH
118302009-02-12 Kenichi Handa <handa@m17n.org>
11831
11832 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
11833 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
11834 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 11835 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
11836 (find_automatic_composition): While looking forward and backward,
11837 check static composition. Fix where to stop looking forward.
11838 (composition_adjust_point): Fix checking of static composition.
11839 (Fcomposition_get_gstring): Pay attention to
1dacf998 11840 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
11841
11842 * lisp.h (fast_looking_at): Extern it.
11843
11844 * search.c (fast_looking_at): New function.
11845
51d861de 11846 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
11847 <struct glyph>.u.cmp.to.
11848 (append_composite_glyph): Likewise.
11849
51d861de 11850 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
11851 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
11852 composition.
51d861de 11853 (append_composite_glyph): Adjust for the change of
895416e3
KH
11854 <strcut glyph>.u.cmp.to.
11855
8510724d
JB
118562009-02-11 Juanma Barranquero <lekktu@gmail.com>
11857
11858 * casetab.c (init_casetab_once):
11859 * coding.c (ALLOC_CONVERSION_WORK_AREA):
11860 * font.c (font_update_lface):
11861 * fontset.c (Fnew_fontset):
11862 * ftfont.c (ftfont_drive_otf):
11863 * xfont.c (xfont_open):
11864 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
11865
294fa707
SM
118662009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * fileio.c (Fwrite_region): !NILP -> CONSP.
11869
b5bfebec
AS
118702009-02-10 Andreas Schwab <schwab@suse.de>
11871
11872 * process.c (send_process): Properly relocate pointer into data
adab88bd 11873 when using encoded data. (Bug#2272)
b5bfebec 11874
cb84a2be
KH
118752009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
11876
11877 * coding.c (detect_coding_charset): Fix previous change.
11878
89e09428
JR
118792009-02-08 Jason Rumney <jasonr@gnu.org>
11880
11881 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 11882 disappeared while hourglass was displayed. (Bug #2193)
89e09428 11883
4470a277
AS
118842009-02-07 Andreas Schwab <schwab@suse.de>
11885
11886 * unexelf.c (unexec): Fix error message.
11887
3175b12a
AR
118882009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
11889
11890 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 11891 when modal window is active. (Bug #2152)
3175b12a
AR
11892 (applicationShouldTerminate:): Remove now-unneeded while loop
11893 around NSRunAlertPanel.
11894
11895 * nsmenu.m (popupSession): New file-global variable.
11896 (pop_down_menu): End the popupSession before closing dialog.
11897 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
11898 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
11899 don't query NSApp for events (just sleep instead).
11900
8434d0b8
EZ
119012009-02-07 Eli Zaretskii <eliz@gnu.org>
11902
51d861de
SM
11903 * coding.c (syms_of_coding) <translation-table-for-input>:
11904 Modify doc string to discourage use for character code unification.
8434d0b8 11905
aa82edfd
CY
119062009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11907
11908 * atimer.c (run_timers): Update pending_atimers.
11909
2d283c7c
CY
119102009-02-06 Chong Yidong <cyd@stupidchicken.com>
11911
eb306cab
CY
11912 * image.c (svg_load_image): Fix last change.
11913
2d283c7c
CY
11914 * xfns.c (Fx_create_frame): Signal an error if no font is
11915 found (Bug#2147).
11916
4d8e170e
JB
119172009-02-05 Juanma Barranquero <lekktu@gmail.com>
11918
11919 * character.c (syms_of_character) <script-representative-chars>:
11920 Fix typo in docstring.
11921
c96169a0
AR
119222009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11923
11924 * nsmenu.m (pop_down_menu): New function.
11925 (ns_popup_dialog): Call it on unwind.
11926 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
11927 call timer_check() (Bug#2154).
11928 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
11929 handling_signal is set.
11930 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
11931
31fd7c5c 11932 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
11933
11934 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
11935
11936 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
11937
51d861de
SM
11938 * keyboard.c (poll_for_input_1, handle_async_input):
11939 Set handling_signal under HAVE_NS.
c96169a0 11940
aacd8ba1
GM
119412009-02-04 Glenn Morris <rgm@gnu.org>
11942
11943 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
11944
4cb75c4b
KH
119452009-02-04 Kenichi Handa <handa@m17n.org>
11946
11947 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
11948
11949 * charset.c (Fchar_charset): New optional arg restriction.
11950
11951 * coding.h (coding_system_charset_list): Extern it.
11952
11953 * coding.c (coding_system_charset_list): New function.
11954
11955 * composite.c: Include coding.h and termhooks.h.
11956 (composition_gstring_p): Fix for the terminal case.
11957 (composition_gstring_width): Likewise.
11958 (fill_gstring_body): Likewise.
11959 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
11960 the frame.
11961 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
11962 is within a composition.
867d4bb3 11963 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
11964
11965 * term.c (encode_terminal_code): Fix handling of composition.
11966 (produce_composite_glyph): For static composition, get pixel_width
11967 from struct composition.
11968
826ba17e
AS
119692009-02-02 Andreas Schwab <schwab@suse.de>
11970
11971 * unexelf.c (unexec): Handle unaligned bss offset.
11972
8ad093db
AR
119732009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11974
11975 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
11976 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 11977
8ad093db
AR
11978 * keyboard.c (handle_interrupt): Don't call
11979 quit_throw_to_read_char() under NS.
d0a76a6e 11980
8ad093db
AR
11981 * blockinput.h: Remove NS-specific code.
11982
4d18a7a2
DN
119832009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
11984
db878925
DN
11985 * dispnew.c (window_change_signal): Don't try to get the size of a
11986 suspended tty frame.
11987 * term.c (Fresume_tty): Resize if the size has changed while the
11988 tty was suspended.
11989
4d18a7a2
DN
11990 * alloc.c (mark_stack): Properly conditionalize previous change.
11991
8984df7c
JB
119922009-01-30 Juanma Barranquero <lekktu@gmail.com>
11993
11994 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
11995 * w32term.c (w32_read_socket) [SYNC_INPUT]:
11996 Remove; this code is not used on Windows.
11997
75f4f1ac
EZ
119982009-01-30 Eli Zaretskii <eliz@gnu.org>
11999
12000 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
12001 EOLs that also has stray ^M characters.
12002
07a1e794
JB
120032009-01-30 Juanma Barranquero <lekktu@gmail.com>
12004
12005 * atimer.c (run_timers, alarm_signal_handler):
12006 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
12007 * w32inevt.c (w32_console_read_socket):
12008 * w32term.c (w32_read_socket):
12009 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
12010
a8b11cc9
CY
120112009-01-30 Chong Yidong <cyd@stupidchicken.com>
12012
12013 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
12014 Initialize it as a relative filename pattern.
12015 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
12016 (Fcall_process_region): Simplify temp file creation using
12017 temporary-file-directory.
12018
c279587b
EZ
120192009-01-29 Eli Zaretskii <eliz@gnu.org>
12020
12021 * msdos.c: Rename pending_signals to msdos_pending_signals.
12022 (sig_suspender, sigprocmask): Adjust.
12023
a8fe3242
CY
120242009-01-29 Chong Yidong <cyd@stupidchicken.com>
12025
12026 * keyboard.c (pending_signals): New var.
12027 (poll_for_input, input_available_signal, init_keyboard): Set it.
12028 (process_pending_signals): New function.
12029
12030 * lisp.h (QUIT): Check pending_signals instead of
12031 interrupt_input_pending. Use process_pending_signals.
12032
51d861de 12033 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 12034
51d861de 12035 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
12036
12037 * sysdep.c (emacs_write): Use process_pending_signals.
12038
12039 * xterm.c (XTread_socket): Update pending_signals.
12040
12041 * w32term.c (w32_read_socket): Update pending_signals.
12042
12043 * w32inevt.c (w32_console_read_socket): Update pending_signals.
12044
6570a1c4
KH
120452009-01-29 Kenichi Handa <handa@m17n.org>
12046
12047 * xftfont.c (xftfont_has_char): New function.
12048 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
12049
d72a4afa
AR
120502009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12051
12052 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
12053 under GNUstep.
12054 (ns_query_color): New declaration.
12055
12056 * nsterm.m (ns_confirm_quit): New variable.
12057 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
12058 (EmacsApp-applicationShouldTerminate:): Use it.
12059 (EmacsPrefsController): Let user set it.
12060 (ns_query_color): New function.
12061 (ns_defined_color): Use it.
12062 (ns_initialize): Drop.
12063 (ns_term_init): Add two lines from ns_initialize(), and set
12064 input_interrupt_mode to nil.
12065
12066 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 12067 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 12068
9fe78804
KH
120692009-01-28 Kenichi Handa <handa@m17n.org>
12070
12071 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
12072 (fontset_get_font_group): Remember that no font-group is specified
12073 for C.
9fe78804 12074
fa57de36
CY
120752009-01-27 Chong Yidong <cyd@stupidchicken.com>
12076
930600e9
CY
12077 * fns.c (concat): Check for string overflow (bug#1787).
12078
fa57de36
CY
12079 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
12080 Quadruple undo limits (bug#1501).
12081
7179ce7b
KH
120822009-01-27 Kenichi Handa <handa@m17n.org>
12083
12084 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
12085 directly use GT_Get_Char_index.
12086
12087 * xftfont.c (struct xftfont_info): New member `index'.
12088
12089 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 12090 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 12091
5be8fcc0
CY
120922009-01-26 Kenichi Handa <handa@m17n.org>
12093
12094 * fontset.c (fontset_find_font): Fix handling of non-cons return
12095 value of fontset_get_font_group.
12096 (fontset_font): Revert last change.
12097
19ae3e61
JR
120982009-01-26 Jason Rumney <jasonr@gnu.org>
12099
12100 * w32font.c (w32font_list_internal): Return quickly if registry is
12101 unknown. Simplify final return.
12102 (add_font_entity_to_list): Break complex logic down into more
12103 manageable chunks. Move unknown registry check to
12104 w32font_list_internal.
12105
8612b71a
AR
121062009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
12107
12108 Changes to remove Feval calls from GUI under NS.
12109
d8038940
JB
12110 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
12111 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
12112 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
12113
12114 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
12115 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
12116 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
12117 instead of NON_ASCII_KEYSTROKE_EVENT.
12118 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
12119 (EmacsApp-applicationShouldTerminate:): Query user.
12120 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
12121 instead of Feval.
12122
12123 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
12124
12125 * keyboard.c (kbd_buffer_get_event): Check for it.
12126 (keys_of_keyboard): Define lispy keys for
12127 ns-put/unput-working-text.
12128
12129 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
12130 versions.
12131 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
12132
6288ae55
CY
121332009-01-25 Chong Yidong <cyd@stupidchicken.com>
12134
12135 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 12136 setting current_buffer directly. (Bug#2044)
6288ae55 12137
289e7f8f
CY
121382009-01-24 Chong Yidong <cyd@stupidchicken.com>
12139
5ce87308 12140 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 12141 any work. (Bug#1952, bug#1990).
5ce87308 12142
64cc3cf6 12143 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 12144
b3243e6f
AR
121452009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12146
12147 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
12148 (ns_no_defaults): New declaration.
12149 (main): Use it.
e0d2e69a 12150
d900b2af 12151 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 12152
d900b2af 12153 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 12154
d900b2af
AR
12155 * nsterm.m (ns_no_defaults): New variable.
12156 (ns_initialize): Don't read defaults when ns_no_defaults.
12157 (EmacsView-readSelectionFromPasteboard:)
12158 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 12159 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
12160 (ns_dumpglyphs_stretch): New function.
12161 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 12162 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 12163
e0d2e69a
AR
12164 * nsimage.m (setPixmapData:): Set to ignore image DPI.
12165
3ac71f5d
CY
121662009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
12167
12168 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
12169 call for Sparc64.
12170
3fe53a83
AR
121712009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12172
12173 * nsfns.m:
12174 * nsgui.h:
12175 * nsmenu.m:
12176 * nsselect.m:
12177 * nsterm.h:
12178 * nsterm.m: Remove '23' comments that indicated code added during
12179 update from emacs-20 -> emacs-23.
12180
10f87c6f 121812009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
12182
12183 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 12184 ns_alternate_modifier. (Bug#1217)
a3b53a85 12185
c7cef62d
AR
12186 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
12187 Display all shortcuts, including those w/o super modifier.
12188
575fb8bd
AR
12189 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
12190
918b848b
CY
121912009-01-22 Chong Yidong <cyd@stupidchicken.com>
12192
12193 * fileio.c (Vwrite_region_post_annotation_function)
12194 (Vwrite_region_annotation_buffers): New vars.
12195 (build_annotations_unwind): Just reset
12196 Vwrite_region_annotation_buffers.
12197 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
12198 Call write-region-post-annotation-function.
12199 (build_annotations): Add to Vwrite_region_annotation_buffers if
12200 buffer changes.
12201
a39e2539
AR
122022009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12203
12204 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
12205 Tiger.
51d861de
SM
12206 * nsfns.m (ns_do_applescript):
12207 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 12208
35ed44db
AR
122092009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
12210
12211 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
12212
cbe0b5bf
AR
122132009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12214
12215 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 12216
6049d3a0
AR
12217 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
12218
12219 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
12220 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
12221 handle Ctrl-tab. (Bug#1841)
12222 (ns_get_color): Use unsigned long long for scanned hex string value.
12223 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 12224 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 12225 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 12226 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 12227 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 12228 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 12229 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 12230
d3810c21 12231 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 12232 DPI. (Bug#1316)
d3810c21
AR
12233 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
12234 values in onTiger section.
4c7077c3 12235
e301e634
CY
122362009-01-19 Chong Yidong <cyd@stupidchicken.com>
12237
7f82490b
CY
12238 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
12239 Check return value of font_spec_from_name.
64cc3cf6 12240 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
12241
12242 * font.c (font_spec_from_name): Return Qnil if font name could not
12243 be parsed.
12244 (font_parse_name): Treat a `?' character as part of an XLFD.
12245
e301e634
CY
12246 * fns.c (Fsubstring): Doc fix.
12247
1c0db158
KH
122482009-01-19 Kenichi Handa <handa@m17n.org>
12249
51d861de 12250 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
12251 (ftfont_list): Likewise.
12252
acf20901
JB
122532009-01-18 Juanma Barranquero <lekktu@gmail.com>
12254
fff4e459
JB
12255 * dbusbind.c (Fdbus_register_signal):
12256 * process.c (conv_sockaddr_to_lisp):
12257 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
12258
acf20901
JB
12259 * callproc.c (Fgetenv_internal): Doc fix.
12260
e7abcdfb
CY
122612009-01-16 Chong Yidong <cyd@stupidchicken.com>
12262
12263 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
12264 it is not even used.
12265
b60861e6
GM
122662009-01-16 Glenn Morris <rgm@gnu.org>
12267
12268 * font.c (Ffont_variation_glyphs): Silence compiler.
12269
8db52afe
JB
122702009-01-15 Juanma Barranquero <lekktu@gmail.com>
12271
12272 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
12273 Reported by David Robinow <drobinow@gmail.com>.
12274
4cddb209
KH
122752009-01-15 Kenichi Handa <handa@m17n.org>
12276
51d861de 12277 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 12278
f247f67b
JR
122792009-01-14 Jason Rumney <jasonr@gnu.org>
12280
12281 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 12282 never a fontset. (Bug#1562)
f247f67b 12283
f56a4450
KH
122842009-01-14 Kenichi Handa <handa@m17n.org>
12285
12286 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 12287 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 12288
4e99855e
CY
122892009-01-13 Chong Yidong <cyd@stupidchicken.com>
12290
12291 * font.c (font_clear_prop): If clearing the family, clear the font
12292 width index too.
12293
fff4e459 12294 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 12295
24f01470
JB
122962009-01-12 Juanma Barranquero <lekktu@gmail.com>
12297
12298 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
12299 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
12300 functions, use sizeof.
12301
a41240a3
MR
123022009-01-12 Martin Rudalics <rudalics@gmx.at>
12303
12304 * keyboard.c (read_char): Fix case where last_nonmenu_event
12305 returned a bad value with submenus. (Bug#447)
12306
944636b8
CY
123072009-01-12 Chong Yidong <cyd@stupidchicken.com>
12308
12309 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
12310 family, clear the font width index too.
12311
0dad7c6f
JR
123122009-01-11 Jason Rumney <jasonr@gnu.org>
12313
12314 * keyboard.c (cmd_error_internal): Exit when errors occur before
12315 frame creation and not in daemon mode. (Bug#1836)
12316
7c2363af
CY
123172009-01-10 Chong Yidong <cyd@stupidchicken.com>
12318
12319 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
12320 of a display vector, backtrack.
12321 (try_window_reusing_current_matrix): Check glyph type before
12322 referencing charpos member.
12323
97b1b294
EZ
123242009-01-10 Eli Zaretskii <eliz@gnu.org>
12325
12326 Fix Bug #876:
12327
12328 * coding.c (inhibit_null_byte_detection): New variable.
12329 (detect_coding, detect_coding_system): Don't pay attention to null
12330 bytes if inhibit_null_byte_detection is non-zero.
51d861de 12331 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
12332 <inhibit-iso-escape-detection>: Doc fix.
12333
4624b6e3
JR
123342009-01-09 Jason Rumney <jasonr@gnu.org>
12335
12336 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 12337 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
12338 Only report Unicode Plane 2 fonts as unicode-sip.
12339
323b840c
CY
123402009-01-09 Chong Yidong <cyd@stupidchicken.com>
12341
51d861de
SM
12342 * xfaces.c (Fx_font_family_list): Delete function.
12343 Move compatibility version to faces.el.
323b840c 12344
51d861de 12345 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 12346
eba7400d
MR
123472009-01-09 Martin Rudalics <rudalics@gmx.at>
12348
12349 * frame.c (x_set_frame_parameters): Remember requested value for
12350 fullscreen before it's reset by the parameter handler.
12351
4b09796d
GM
123522009-01-09 Glenn Morris <rgm@gnu.org>
12353
12354 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 12355 (last_command_event): ... and update all users.
4b09796d
GM
12356 (last_input_char): For clarity, rename to...
12357 (last_input_event): ... and update all users.
12358 (last-command-char, last-input-char): Move to subr.el as aliases.
12359 * cmds.c, commands.h: Update for last_command_char rename.
12360
14ccea62
CY
123612009-01-08 Chong Yidong <cyd@stupidchicken.com>
12362
51d861de 12363 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 12364
5f004711
JR
123652009-01-08 Jason Rumney <jasonr@gnu.org>
12366
12367 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
12368 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
12369 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
12370 Don't declare.
fff4e459 12371 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
12372 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
12373
b71f6f73
KH
123742009-01-07 Kenichi Handa <handa@m17n.org>
12375
50b06221 12376 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 12377 remember the coding system used for decoding in
50b06221
KH
12378 coding_system (Bug#1039).
12379
b71f6f73 12380 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 12381 breaking the loop. (Bug#870)
b71f6f73
KH
12382 (decode_coding_utf_16, decode_coding_emacs_mule)
12383 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12384 (decode_coding_charset): Likewise.
12385
56f668f7
MR
123862009-01-05 Martin Rudalics <rudalics@gmx.at>
12387
12388 * frame.c (x_set_frame_parameters): Make sure height (width) get
12389 applied when fullwidth (fullheight) is set. (Bug#1522)
12390
5da9424d
JB
123912009-01-04 Juanma Barranquero <lekktu@gmail.com>
12392
12393 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
12394 (utc_base): Declare as ULONGLONG, not long double.
12395 (convert_time_raw): Delete.
12396 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
12397 (initialize_utc_base): New function.
12398 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
12399 (convert_from_time_t): Use initialize_utc_base; compute result with
12400 64-bit arithmetic.
12401 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
12402
c4605e09
EZ
124032009-01-03 Eli Zaretskii <eliz@gnu.org>
12404
9acef61c 12405 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
12406 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
12407 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
12408 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
12409 [!subprocesses]: Define.
12410 (syms_of_process) [!subprocesses]: Intern and staticpro them.
12411 (Flist_system_processes, Fsystem_process_attributes)
12412 [!subprocesses]: Call list_system_processes and
12413 system_process_attributes instead of returning Qnil.
12414
9acef61c
JB
12415 * dosfns.c (system_process_attributes, list_system_processes):
12416 New functions.
c4605e09
EZ
12417
12418 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
12419
12420 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
12421 Don't use the default (no-op) implementation.
12422
8b7d0a16
JR
124232009-01-03 Jason Rumney <jasonr@gnu.org>
12424
a6d46bc1
JR
12425 * keyboard.c (parse_modifiers_uncached): Wheel events are
12426 clicks (bug#687).
12427
8b7d0a16
JR
12428 * w32term.c (x_query_colors, x_query_color): New functions.
12429
12430 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
12431 (svg_load_image): Cast returned pointers from dynamically loaded
12432 functions. Eliminate W32 specific code.
12433
bfe11752
DN
124342009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12435
89e2438a
DN
12436 * nsfns.m (x_set_foreground_color, x_set_background_color)
12437 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
12438 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
12439 x_ prefix instead of ns_. Update references.
12440 (syms_of_nsfns): Add a FIXME comment.
12441
12442 * nsterm.m (x_set_cursor_type): New prototype.
12443 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
12444
bfe11752
DN
12445 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
12446 for Solaris instead of incorrectly providing Qutime and Qcutime.
12447
031da700
EZ
124482009-01-02 Eli Zaretskii <eliz@gnu.org>
12449
12450 * w32.c (process_times): Compute sum of utime and stime.
12451 (system_process_attributes): Add Qtime to the alist.
12452
12453 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
12454 and add them to the alist.
12455
12456 * process.c (top level) <Qtime, Qctime>: New variables.
12457 (syms_of_process): staticpro them.
12458 (Fsystem_process_attributes): Add their documentation to the doc
12459 string.
12460
12461 * process.h: Declare Qtime and Qctime.
12462
df23bf08
JR
124632009-01-02 Jason Rumney <jasonr@gnu.org>
12464
9acef61c 12465 * image.c (Qgobject): New symbol.
df23bf08
JR
12466 (syms_of_image): Initialize it.
12467 (init_svg_functions): Load some functions from gobject library.
12468
5bbdf7aa
DN
124692009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
12470
12471 * frame.c (make_terminal_frame): Remove redundant code and useless
12472 block.
12473
63136da6
AS
124742009-01-01 Andreas Schwab <schwab@suse.de>
12475
12476 * process.c (conv_sockaddr_to_lisp): Add workaround for
12477 getsockname bug on BSD.
12478
9ef69046
CY
124792009-01-01 Chong Yidong <cyd@stupidchicken.com>
12480
d6fafbe0
CY
12481 * xfns.c (x_create_tip_frame): Set border width of the X window.
12482
51d861de 12483 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 12484
f9c34147
JR
124852009-01-01 Jason Rumney <jasonr@gnu.org>
12486
9acef61c 12487 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
12488 Don't block input, as per earlier xterm.c changes.
12489
f5497e45
AR
124902008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
12491
12492 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
12493 (ns_appkit_version_int): New function.
12494 (x-server-version): Use ns_appkit_version_int and follow 21+
12495 convention of returning 3 integers.
12496
c19cab20
KH
124972008-12-30 Kenichi Handa <handa@m17n.org>
12498
12499 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
12500 (CHAR_SURROGATE_PAIR_P): New macro.
12501
12502 * font.h (struct font_driver): New member get_variation_glyphs.
12503
9acef61c 12504 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
12505 (Ffont_variation_glyphs): New function.
12506 (syms_of_font): Defsubr it.
12507
12508 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
12509 ftfont_variation_glyphs.
12510 (setup_otf_gstring): New function.
12511 (ftfont_drive_otf): Use it.
12512 (ftfont_shape_by_flt): Handle variation selector.
12513 (ftfont_variation_glyphs): New function.
12514
28cd591f
MR
125152008-12-30 Martin Rudalics <rudalics@gmx.at>
12516
12517 * frame.c (Vemacs_iconified): Remove.
12518
7f714baf
JR
125192008-12-30 Jason Rumney <jasonr@gnu.org>
12520
12521 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 12522 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 12523
9d2d22ab
CY
125242008-12-30 Chong Yidong <cyd@stupidchicken.com>
12525
12526 * indent.c (Fvertical_motion): Don't advance iterator if we have
12527 reseated to the desired position.
12528
12529 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
12530 checking for pos match.
12531
545312c2
KH
125322008-12-30 Kenichi Handa <handa@m17n.org>
12533
1ede3eb6
KH
12534 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
12535 just get the low 8-bit of the code.
12536
545312c2
KH
12537 * font.c (font_intern_prop): Validate str as multibyte.
12538
bd7bbf29
DN
125392008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12540
31e0750e
DN
12541 * dispextern.h (struct face): Move lface and hash from the middle
12542 of bitfields.
12543
bd7bbf29
DN
12544 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
12545
b5672e7c
DN
125462008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12547
12548 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
12549 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
12550 instead of intervals.h.
12551
d704470f
AS
125522008-12-26 Andreas Schwab <schwab@suse.de>
12553
12554 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
12555 cons.
12556
54b33868
MR
125572008-12-26 Martin Rudalics <rudalics@gmx.at>
12558
12559 * textprop.c (Qminibuffer_prompt): New variable.
12560 (syms_of_textprop): Initialize it.
12561 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
12562 in minibuffer-prompt face. (Bug#1662)
12563
40b615d6
JR
125642008-12-25 Jason Rumney <jasonr@gnu.org>
12565
12566 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
12567
baae5c2d
JR
125682008-12-24 Jason Rumney <jasonr@gnu.org>
12569
12570 * ralloc.c (r_alloc_reset_variable): New function.
12571
12572 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 12573 record of what points where. (Bug#716)
baae5c2d 12574
a9051c88
DN
125752008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
12576
12577 * minibuf.c (read_minibuf): Follow the non-interactive case when
12578 running as a daemon, before detaching.
12579
8b146312
AS
125802008-12-22 Andreas Schwab <schwab@suse.de>
12581
12582 * buffer.c (init_buffer): Use realloc instead of xrealloc.
12583 * gtkutil.c (free_widget_value): Use xfree instead of free.
12584
56f2de10
MR
125852008-12-22 Martin Rudalics <rudalics@gmx.at>
12586
12587 * frame.c (delete_frame): New function derived from
12588 Fdelete_frame to handle Qnoelisp value for FORCE argument.
12589 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
12590 (Fdelete_frame): Call delete_frame. Remove line from doc-string
12591 saying that FORCE non-nil doesn't run `delete-frame-functions'.
12592 * frame.h: Extern delete_frame.
12593 * window.c (window_loop):
12594 * terminal.c (delete_terminal):
12595 * xterm.c (x_connection_closed):
12596 * xfns.c (Fx_hide_tip):
9acef61c 12597 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 12598
1fc200d6
JR
125992008-12-21 Jason Rumney <jasonr@gnu.org>
12600
12601 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
12602 when character maps to .notdef character.
12603
5e252df2
SM
126042008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
12607
99b72cc4
JR
126082008-12-20 Jason Rumney <jasonr@gnu.org>
12609
12610 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 12611 a graphical frame on Windows. (Bug#1325)
99b72cc4 12612
acc49a52
JD
126132008-12-20 Jan Djärv <jan.h.d@swipnet.se>
12614
12615 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
12616
6ea15123
CY
126172008-12-20 Chong Yidong <cyd@stupidchicken.com>
12618
12619 * minibuf.c (Fread_buffer): Doc fix.
12620
b2dab6c8
JR
126212008-12-20 Jason Rumney <jasonr@gnu.org>
12622
54ea0c87 12623 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 12624 server name in UNC paths. (Bug#719)
54ea0c87 12625
b2dab6c8 12626 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 12627 charbuf. (Bug#1035)
b2dab6c8 12628
6d1921be
DN
126292008-12-19 Daniel Engeler <engeler@gmail.com>
12630
12631 * sysdep.c (serial_configure): Fix typo.
12632
53934c98
DN
126332008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12634
12635 * sysdep.c: Include alloca.h.
f4f634e8
DN
12636 (system_process_attributes): Add implementation for Solaris.
12637
12638 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 12639
06e111a6
DN
126402008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12641
12642 Reorganize implementation of Flist_system_processes and
12643 Fsystem_process_attributes. No functional changes.
12644 * process.c: Don't #include pwd.h, grp.h and limits.h.
12645 (Flist_system_processes): Just call list_system_processes.
12646 (Fsystem_process_attributes): Just call system_process_attributes.
12647 (procfs_list_system_processes, time_from_jiffies)
12648 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
12649 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
12650
12651 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
12652 (list_system_processes): Rename from
12653 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
12654 Provide a do nothing implementation.
12655 (system_process_attributes): Rename from
12656 procfs_list_system_processes.
12657 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 12658 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
12659
12660 * w32.c (list_system_processes): Rename from
12661 w32_list_system_processes.
12662 (system_process_attributes): Rename from
12663 w32_system_process_attributes.
12664
12665 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
12666
12667 * process.h (w32_list_system_processes)
12668 (w32_system_process_attributes): Remove.
362654a6
JB
12669 (list_system_processes, system_process_attributes):
12670 New prototypes.
06e111a6 12671
6a705b23
KH
126722008-12-19 Kenichi Handa <handa@m17n.org>
12673
12674 * xfont.c (xfont_decode_coding_xlfd): New function.
12675 (xfont_encode_coding_xlfd): New function.
12676 (xfont_list_pattern): Decode XLFD by iso-8859-1.
12677 (xfont_list): Decode and encode XLFD by iso-8859-1.
12678 (xfont_match): Likewise.
12679 (xfont_list_family): Likewise.
12680 (xfont_open): Likewise.
12681
d66c0241 12682 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
12683 names are utf-8.
12684
d66c0241 12685 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
12686 names are utf-8.
12687
5a130941
JD
126882008-12-18 Jan Djärv <jan.h.d@swipnet.se>
12689
12690 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
12691 changed.
bfd20325
JD
12692 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
12693 clicked on a detached tool bar button.
5a130941 12694
fd95644b
DN
126952008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
12696
12697 * emacs.c (main): Print and error and exit when no data is read
12698 from the pipe.
12699
e6eee6ae
JR
127002008-12-17 Jason Rumney <jasonr@gnu.org>
12701
12702 * w32font.c (w32font_has_char): Always return -1.
12703
a35dd56b
KH
127042008-12-16 Kenichi Handa <handa@m17n.org>
12705
12706 * font.c (font_open_entity): Fix previous change.
12707
0e3635c2
DN
127082008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
12709
12710 * process.c: Include <limits.h>.
12711
d4835507 127122008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
12713
12714 * font.c (font_update_drivers): Fix mistake in reconstructing the
12715 driver list.
12716
127172008-12-16 Chong Yidong <cyd@stupidchicken.com>
12718
12719 * font.c (font_clear_cache): Fix format of font cache data.
12720
e2cbc401
CY
127212008-12-15 Chong Yidong <cyd@stupidchicken.com>
12722
12723 * xftfont.c (xftfont_open): Free Xft font pattern if
12724 XftFontOpenPattern fails.
12725
12726 * xterm.c (x_free_frame_resources): Remove extraneous call to
12727 free_frame_faces.
12728
b131d535
CY
127292008-12-13 Chong Yidong <cyd@stupidchicken.com>
12730
12731 * xterm.c (x_delete_display): Move xim_close_dpy call to
12732 x_delete_terminal.
12733 (x_delete_terminal): Call xim_close_dpy.
12734
e6df5336
JR
127352008-12-13 Jason Rumney <jasonr@gnu.org>
12736
12737 * w32font.c (intern_font_name): New function.
12738 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
12739 (w32font_open_internal, Fx_select_font): Decode font name.
12740 (fill_in_logfont, list_all_matching_fonts): Encode font name.
12741
12742 * w32font.h (intern_font_name): Declare new function.
12743
12744 * w32uniscribe.c (add_opentype_font_name_to_list):
12745 Use intern_font_name.
12746
20d68145
CY
127472008-12-13 Chong Yidong <cyd@stupidchicken.com>
12748
9f2554de
CY
12749 * frame.c (Fdelete_frame): Call free_font_driver_list.
12750
3d9bec9a
CY
12751 * font.c (free_font_driver_list): Implement missing function.
12752
20d68145
CY
12753 * w32term.c (w32_term_init): Don't initialize the image cache
12754 here; it will be done in init_frame_faces.
12755
12756 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
bba3e508
SM
12757 (struct x_display_info): Remove unused member null_pixel.
12758 New member xim_callback_data.
20d68145
CY
12759
12760 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
12761 (xim_initialize): Save pointer to callback function data.
12762 (xim_close_dpy): Free callback function data. Call XCloseIM,
12763 reverting 2008-11-04 change by David Smith.
12764 (x_term_init): Don't initialize the image cache here; it will be
12765 done in init_frame_faces. Remove ancient "null_pixel" cruft.
12766 (x_delete_display): Free x_dnd_atoms member.
12767
96f9306b
KH
127682008-12-13 Kenichi Handa <handa@m17n.org>
12769
ef1b0ba7 12770 * font.c (font_rescale_ratio): Move from xfaces.c.
6dec9044 12771 Argument type changed. Handle a font-spec too.
96f9306b 12772 (font_score): Check Vface_font_rescale_alist.
6dec9044 12773 (font_open_entity): Likewise. (Bug#1547)
96f9306b 12774
ef1b0ba7 12775 * xfaces.c (font_rescale_ratio): Move to font.c.
96f9306b 12776
8d5b4964
CY
127772008-12-13 Chong Yidong <cyd@stupidchicken.com>
12778
12779 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
12780
e6df5336
JR
127812008-12-12 Jason Rumney <jasonr@gnu.org>
12782
bba3e508
SM
12783 * w32fns.c (x_display_info_for_name, Fx_open_connection):
12784 Set Vwindow_system_version to the real w32 major version.
e6df5336 12785
97c6058a
DN
127862008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
12787
12788 * term.c (init_tty): Move setting the terminal name before the
12789 potential user: maybe_fatal.
12790
ec4e88d7
CY
127912008-12-11 Chong Yidong <cyd@stupidchicken.com>
12792
ef1b0ba7 12793 * term.c (tty_free_frame_resources): Rename from delete_tty_output;
d4835507 12794 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 12795
b4233ec9
JR
127962008-12-11 Jason Rumney <jasonr@gnu.org>
12797
8ec71e23 12798 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 12799 SYMBOL_CHARSET. (Bug#547)
8ec71e23 12800
b4233ec9 12801 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 12802 size for surrogates. (Bug#1096, bug#872)
b4233ec9 12803
011a0143
JB
128042008-12-11 Juanma Barranquero <lekktu@gmail.com>
12805
12806 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
12807
3c309f34
JB
128082008-12-11 Juanma Barranquero <lekktu@gmail.com>
12809
12810 * process.c (Fsystem_process_attributes, syms_of_process):
12811 Fix typo in name of Ssystem_process_attributes.
12812 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
12813
fedc6ab5
JB
128142008-12-11 Juanma Barranquero <lekktu@gmail.com>
12815
12816 * syntax.c (Fmodify_syntax_entry): Doc fix.
12817
ba3de0e8
JB
128182008-12-10 Juanma Barranquero <lekktu@gmail.com>
12819
12820 * font.c (Ffont_spec): Move usage to end of docstring.
12821
174f1c74
JR
128222008-12-10 Jason Rumney <jasonr@gnu.org>
12823
12824 * w32font.c (Qcham): New symbol.
12825 (font_supported_scripts): Add cham, and comments for other new
12826 scripts in bitfield from OpenType spec.
9d32f818
JR
12827 (add_font_entity_to_list): Limit unicode-sip fonts to those that
12828 contain characters beyond the bmp.
174f1c74 12829
7b649478
KH
128302008-12-10 Kenichi Handa <handa@m17n.org>
12831
12832 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 12833 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
12834 Qunicode_sip.
12835
2133e2d1
JB
128362008-12-10 Juanma Barranquero <lekktu@gmail.com>
12837
12838 * coding.c (QCdefault_char): Rename from QCdefalut_char.
12839 (Fcoding_system_put): Use QCdefault_char.
12840 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
12841
9af886ee
CY
128422008-12-09 Chong Yidong <cyd@stupidchicken.com>
12843
74d819eb
CY
12844 * xftfont.c (syms_of_xftfont): Fix typo.
12845
4ccfa1c0 12846 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 12847
7c19d3ae
DN
128482008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12849
12850 * emacs.c (main): Close daemon_pipe on exec.
12851
567826bb
CY
128522008-12-08 Chong Yidong <cyd@stupidchicken.com>
12853
12854 * termchar.h (struct tty): New members termcap_term_buffer and
12855 termcap_strings_buffer.
12856
12857 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 12858 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
12859 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
12860 All callers changed.
12861 (init_tty): Store termcap data and string buffers in new struct
12862 tty members termcap_term_buffer and termcap_strings_buffer.
12863 (delete_tty): Free them.
4ccfa1c0 12864 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 12865
aa96c42b
SZ
128662008-12-07 Seiji Zenitani <zenitani@mac.com>
12867
12868 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 12869 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 12870
b7e1d896
CY
128712008-12-06 Chong Yidong <cyd@stupidchicken.com>
12872
12873 * coding.c (make_conversion_work_buffer): Disable buffer
12874 modification hooks in the work buffer.
12875
b5ec91a5
EZ
128762008-12-05 Eli Zaretskii <eliz@gnu.org>
12877
12878 * process.c (procfs_system_process_attributes): If `nread' has a
12879 negative value, assign zero to it.
12880
a5d2a52b
CY
128812008-12-05 Chong Yidong <cyd@stupidchicken.com>
12882
68c5540b 12883 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 12884
7bf1bb21
KH
128852008-12-05 Kenichi Handa <handa@m17n.org>
12886
12887 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
12888 second character is a combining character.
12889
2fdc7d00
EZ
128902008-12-05 Eli Zaretskii <eliz@gnu.org>
12891
12892 * process.c (procfs_system_process_attributes): Don't use cmd,
12893 cmdsize, and q without initializing them first.
12894
bf6bfba8
JR
128952008-12-04 Jason Rumney <jasonr@gnu.org>
12896
12897 * w32font.c (w32font_draw): Initialize orig_clip before getting
12898 it, and delete it when finished.
12899
a3b1a468
DN
129002008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
12901
12902 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
12903 case when running as a daemon before detaching.
12904
8b8be8eb
JB
129052008-12-03 Juanma Barranquero <lekktu@gmail.com>
12906
805f2638 12907 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 12908
b1bde622
KH
129092008-12-03 Kenichi Handa <handa@m17n.org>
12910
e500c47d
KH
12911 * font.c (font_at): Set `multibyte' at first.
12912
ca516334
KH
12913 * coding.c (decode_coding_charset): Check type of an element of
12914 vector VALIDS.
7bf1bb21 12915 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 12916
4ccfa1c0 12917 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
12918 (font_for_char): Likewise.
12919
1e5ecd37
CY
129202008-12-03 Chong Yidong <cyd@stupidchicken.com>
12921
d5b01609 12922 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
12923 (font_update_lface): Handle fonts with corrupted size specs,
12924 i.e. non-int and non-float.
d5b01609 12925
11e3a6e4 12926 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 12927 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 12928 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 12929
ab06788b
CY
12930 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
12931
1e5ecd37 12932 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 12933 underline_minimum_offset for underline position.
1e5ecd37 12934
63c125ab
DN
129352008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12936
12937 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
12938
12939 * character.c (c_string_width): Specify the type for LEN.
12940
3a8406e1
KH
129412008-12-03 Kenichi Handa <handa@m17n.org>
12942
4ccfa1c0 12943 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 12944 (decode_coding_utf_8): Likewise.
4ccfa1c0 12945 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 12946 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 12947
651df7d9
CY
129482008-12-02 Chong Yidong <cyd@stupidchicken.com>
12949
12950 * keyboard.c (make_lispy_position): Only use PT if the selected
12951 window is current.
12952
1f625c6c
AS
129532008-12-02 Andreas Schwab <schwab@suse.de>
12954
f7741ce9
AS
12955 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
12956
1f625c6c
AS
12957 * doprnt.c (doprnt1): Fix size of charbuf.
12958
92bc2678
CY
129592008-12-02 Chong Yidong <cyd@stupidchicken.com>
12960
12961 * keyboard.c (timer_check): Revert last change.
12962
93b9e8cc
JB
129632008-12-02 Juanma Barranquero <lekktu@gmail.com>
12964
12965 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
12966
fd7a37d5
JB
129672008-12-01 Juanma Barranquero <lekktu@gmail.com>
12968
12969 * makefile.w32-in: Update dependencies.
12970 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
12971
c115043b
AS
129722008-12-01 Andreas Schwab <schwab@suse.de>
12973
12974 * font.c (register_font_driver): Use xmalloc.
12975 (font_put_frame_data): Likewise.
12976
f5668d2a
CY
129772008-12-01 Chong Yidong <cyd@stupidchicken.com>
12978
860d96be
CY
12979 * xfaces.c (realize_x_face): Make abort condition clearer.
12980
f5668d2a
CY
12981 * gtkutil.c (update_frame_tool_bar): Initialize variable.
12982
379c17e7
CY
129832008-11-30 Chong Yidong <cyd@stupidchicken.com>
12984
12985 * keyboard.c (timer_check): After a timer runs, ensure that the
12986 selected window's buffer is current.
12987
35f36d65
JB
129882008-11-30 Juanma Barranquero <lekktu@gmail.com>
12989
f952c61c
JB
12990 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
12991 It was accidentally restored by the Unicode merge.
12992
35f36d65
JB
12993 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
12994
b23077df
JB
129952008-11-29 Juanma Barranquero <lekktu@gmail.com>
12996
12997 * w32proc.c: Include "coding.h".
12998 (Fw32_short_file_name): Encode filename passed to Windows API.
12999 (Fw32_long_file_name): Encode filename passed to Windows API and
13000 decode back the result. (Bug#1433)
13001
b8ebe9dd
KH
130022008-11-29 Kenichi Handa <handa@m17n.org>
13003
8cc53f96
KH
13004 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
13005 not before accessing it.
13006
b8ebe9dd
KH
13007 * charset.c (Fdefine_charset_internal): After calculating
13008 min_char, max_char, and fastmap, copy the charset structure again.
13009 (encode_char): Fix the previous change.
13010
59bc82c0
SZ
130112008-11-28 Seiji Zenitani <zenitani@mac.com>
13012
13013 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
13014
13015 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
13016
13017 * nsterm.m (x_set_frame_alpha): New function.
13018
32247e3d
EZ
130192008-11-27 Eli Zaretskii <eliz@gnu.org>
13020
13021 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
13022
b003e5ff
JB
130232008-11-27 Juanma Barranquero <lekktu@gmail.com>
13024
13025 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
13026 pointer to check_face_name.
13027
708550f5
KH
130282008-11-27 Kenichi Handa <handa@m17n.org>
13029
13030 * category.h (SET_CATEGORY_SET): Call set_category_set.
13031 (set_category_set): Extern it.
13032
13033 * category.c (hash_get_category_set): New function.
bba3e508 13034 (Fmodify_category_entry): Adjust for the change of
708550f5
KH
13035 char_table_ref_and_range. Call hash_get_category_set to get a
13036 category set to store in the table.
13037
13038 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
13039 Funify_charset.
13040
2ae37cf0 13041 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
13042 (DECODE_CHAR): Check if the decoder vector is ready.
13043 (ENCODE_CHAR): Check if the encoder char-table is ready.
13044 (maybe_unify_char): Extern it.
13045
13046 * charset.c (Vchar_unified_charset_table): Delete it.
13047 (inhibit_load_charset_map): New variable.
13048 (temp_charset_work): New variable.
13049 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
13050 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
13051 New macros.
bba3e508
SM
13052 (load_charset_map): Meaning of control_flag changed.
13053 If inhibit_load_charset_map is nonzero, setup a table in
708550f5
KH
13054 temp_charset_work.
13055 (load_charset): New argument control_flag.
13056 (map_charset_for_dump): New function.
13057 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
13058 map_charset_for_dump.
13059 (Fdefine_charset_internal): If the charset method is MAP, load
13060 mapping tables by calling load_charset.
13061 (Funify_charset): Don't load a mapping table but directly set
13062 Vchar_unify_table.
13063 (maybe_unify_char): New function.
13064 (decode_char): Don't handle the deleted method MAP_DEFERRED.
13065 Handle the case of inhibit_load_charset_map being nonzero.
13066 (encode_char): Don't handle the deleted method MAP_DEFERRED.
13067 Handle the case of inhibit_load_charset_map being nonzero.
13068 (Fclear_charset_maps): Just free temp_charset_work.
13069 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
13070 variable.
13071
bba3e508 13072 * chartab.c (sub_char_table_ref_and_range): Adjust for the
708550f5
KH
13073 change of char_table_ref_and_range.
13074 (char_table_ref_and_range): Change the meaning of argument FROM
13075 and TO. Now the caller must provide initial values for *FROM
13076 and *TO.
13077
bba3e508 13078 * fontset.c (fontset_add): Adjust for the change of
708550f5
KH
13079 char_table_ref_and_range.
13080 (fontset_get_font_group): Likewise.
13081 (Ffontset_info): Likewise.
13082
bba3e508 13083 * keymap.c (describe_vector): Adjust for the change of
708550f5
KH
13084 char_table_ref_and_range. For char-table, put boundary between
13085 non-ASCII and 8-bit characters.
13086
13087 * print.c (print_object): For bool-vector, delete unnecessary
13088 check of ASCII_BYTE_P.
13089
9196133b
JR
130902008-11-26 Jason Rumney <jasonr@gnu.org>
13091
13092 * w32font.c (w32font_open_internal): Don't include external
9acef61c 13093 leading in font height. (Bug#879)
9196133b 13094
9f688acf
GM
130952008-11-26 Glenn Morris <rgm@gnu.org>
13096
13097 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
13098 redefinition with ifdef. (Bug#1383)
13099
90d19aff
AR
131002008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13101
13102 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
13103
4ccfa1c0 131042008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
13105
13106 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
13107 New EmacsView methods.
13108 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
13109 Fixes bug #1048,1357,1414.
13110
131112008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13112
13113 Fix bug #1362.
13114 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
13115 is not an indexed color.
13116 * nsterm.m (free_indexed_color): Add argument checking.
13117 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
13118
e7d5ecb3
CY
131192008-11-24 Chong Yidong <cyd@stupidchicken.com>
13120
13121 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
13122 Document confirm-after-completion value for
13123 minibuffer-completion-confirm.
13124
c285743c
JR
131252008-11-24 Jason Rumney <jasonr@gnu.org>
13126
13127 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
13128 warning.
13129
b0857706
JR
131302008-11-23 Jason Rumney <jasonr@gnu.org>
13131
13132 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
13133 restored before returning.
13134
13135 * w32font.c (check_face_name): New function.
13136 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 13137 fonts. (Bug#642)
b0857706 13138
ee50ff07
MR
131392008-11-22 Martin Rudalics <rudalics@gmx.at>
13140
13141 * buffer.c (Fswitch_to_buffer): Reword and mention new option
13142 confirm-nonexistent-file-or-buffer in doc-string.
13143
b8ff72fa
SM
131442008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13145
13146 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
13147 Fix copy/paste typo. Add checks.
13148
cee53ed4
KH
131492008-11-21 Kenichi Handa <handa@m17n.org>
13150
13151 * coding.c (detect_coding_iso_2022): Reject invalid composition
13152 sequence.
13153 (DECODE_COMPOSITION_START): If the current source is the last
13154 block, and the current composition doesn't end, regard this
13155 sequence as invalid.
13156 (decode_coding_iso_2022): Handle invalid composition sequence.
13157
f6ef1e65
MR
131582008-11-20 Martin Rudalics <rudalics@gmx.at>
13159
13160 * window.c (coordinates_in_window): Don't return
13161 ON_VERTICAL_BORDER for the rightmost position of a mode/header
13162 line when the window is not the rightmost one. (Bug#1372)
13163
e08b1705
MR
131642008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
13165
13166 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
13167
ad98e89f
EZ
131682008-11-15 Eli Zaretskii <eliz@gnu.org>
13169
13170 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
13171 and bright_bg if noninteractive is non-zero.
13172
fb098a4b
CY
131732008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13174
13175 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
13176 x_draw_glyph_string_background.
13177
13178 * w32term.c (x_draw_glyph_string): Likewise.
13179
ce952b6e
CY
131802008-11-15 Chong Yidong <cyd@stupidchicken.com>
13181
13182 * xterm.c (x_draw_glyph_string): Stop drawing the background of
13183 the next glyph string once past the overhang width.
13184
13185 * nsterm.m (ns_draw_glyph_string): Likewise.
13186
13187 * w32term.c (x_draw_glyph_string): Likewise.
13188
26ea7079
CY
131892008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
13190
13191 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
13192 double file close.
13193
1c33c906
MR
131942008-11-14 Martin Rudalics <rudalics@gmx.at>
13195
13196 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
13197 dedicated status of window before attempting to display another
13198 buffer in it.
13199
8fc29035
JB
132002008-11-14 Juanma Barranquero <lekktu@gmail.com>
13201
13202 * msdos.c (Fmsdos_long_file_names):
13203 (syms_of_msdos) <dos-unsupported-char-glyph>:
13204 * dosfns.c (Fint86): Fix typos in docstrings.
13205
55fb4286
EZ
132062008-11-14 Eli Zaretskii <eliz@gnu.org>
13207
13208 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
13209
3fda0315
KY
132102008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13211
13212 * puresize.h (BASE_PURESIZE): Increase to 1260000.
13213
7e849c17
CY
132142008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
13215
13216 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
13217
13218 * frame.h: Negative alpha means "don't touch".
13219
13220 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
13221
13222 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
13223
b9fd67bd
DN
132242008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13225
13226 * hftctl.c:
13227 * chpdef.h:
13228 * acldef.h: Remove files used only for systems no longer supported.
13229
13230 * Makefile.in: Fix .o alphabetical ordering.
13231 (hftctl.o): Remove dependency, file removed.
13232 (keymap.o, print.o): Depend on charset.h.
13233
d5998e03
KH
132342008-11-10 Kenichi Handa <handa@m17n.org>
13235
2ae37cf0 13236 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 13237
be70e183
CY
132382008-11-08 Chong Yidong <cyd@stupidchicken.com>
13239
13240 * dired.c (file_name_completion): If completion_ignore_case is
13241 enabled, ignore case when checking completion-regexp-list.
13242
7cf94eac
EZ
132432008-11-08 Eli Zaretskii <eliz@gnu.org>
13244
13245 * vm-limit.c (get_lim_data): Fix last change.
13246
ee107a89
KH
132472008-11-08 Kenichi Handa <handa@m17n.org>
13248
13249 * character.c (Fget_byte): New function.
13250 (syms_of_character): Defsubr Fget_byte.
13251
5fd15622
CY
132522008-11-07 Chong Yidong <cyd@stupidchicken.com>
13253
13254 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
13255 cursor position is valid after scrolling.
13256
13d62fad
JB
132572008-11-06 Juanma Barranquero <lekktu@gmail.com>
13258
13259 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
13260
a1dd2936
GM
132612008-11-06 Glenn Morris <rgm@gnu.org>
13262
13263 * xterm.c (handle_one_xevent): Don't let popup menus cause
13264 mouse-autoselect-window related window switching. (Bug#1261)
13265
860cd236
CY
132662008-11-04 David Smith <davidsmith@acm.org> (tiny change)
13267
13268 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
13269
653a3150
AS
132702008-11-04 Andreas Schwab <schwab@suse.de>
13271
13272 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
13273
870f5cac
CY
132742008-11-03 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * xfns.c (Fx_wm_set_size_hint): New function.
13277
1e02f3cb
MR
132782008-11-03 Martin Rudalics <rudalics@gmx.at>
13279
13280 * textprop.c (Fprevious_single_char_property_change): Return 0
13281 when there's no change in a string. (Bug#1301)
13282
e630dfc6
MR
132832008-11-02 Martin Rudalics <rudalics@gmx.at>
13284
13285 * frame.c (do_switch_frame): New argument NORECORD passed to
13286 Fselect_window.
13287 (Fselect_frame): New argument NORECORD passed to
13288 do_switch_frame.
13289 (Fset_frame_selected_window): New argument NORECORD passed to
13290 Fselect_frame.
13291 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
13292 in call of do_switch_frame.
13293 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
13294 Handle NORECORD argument in call of Fselect_frame.
13295 * lisp.h (do_switch_frame, Fselect_frame)
13296 (Fset_frame_selected_window): Adjust declarations.
13297 * window.c (select_frame_norecord): New function.
13298 (run_window_configuration_change_hook): Use it and call
13299 Fselect_frame with NORECORD set.
13300 (Fselect_window): Pass NORECORD to Fselect_frame.
13301 (Fset_window_configuration): Handle NORECORD argument in call of
13302 do_switch_frame.
13303 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
13304 Fset_frame_selected_window.
13305 * keyboard.c (command_loop_1): Handle NORECORD in call of
13306 Fselect_frame (currently ifdefd).
13307
9020b223
GM
133082008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
13309
13310 * emacs.c (USAGE2): Untabify.
13311
793ffee8
SM
133122008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * composite.c (fill_gstring_header): Fix copy/paste typo.
13315
ab6d1131
MR
133162008-10-31 Martin Rudalics <rudalics@gmx.at>
13317
13318 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
13319 (Fother_window): Rename argument and rewrite doc-string.
13320 (select_window_norecord): Fix return value. (Bug#1276)
13321
601a9cf1
JB
133222008-10-30 Juanma Barranquero <lekktu@gmail.com>
13323
13324 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
13325 new frames overriding foreground for tooltips. Based on similar patch
13326 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
13327
813b0652
CY
133282008-10-29 Chong Yidong <cyd@stupidchicken.com>
13329
13330 * emacs.c (Fdaemon_initialized): Initialize nfd.
13331
4414f58f
MR
133322008-10-29 Martin Rudalics <rudalics@gmx.at>
13333
13334 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
13335 (Fwindow_text_height): Clarify doc-strings.
13336 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
13337 doc-string of window-scroll-functions.
13338
ecdcaa09
RS
133392008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13340
13341 * category.c (syms_of_category): Fix typo in docstring.
13342
23fe745a
JB
133432008-10-28 Juanma Barranquero <lekktu@gmail.com>
13344
13345 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
13346 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
13347 Fix typos in docstrings.
13348
ff808935
DN
133492008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
13350
13351 * emacs.c (daemon_pipe): Make non-static.
13352 (IS_DAEMON): Move definition ...
13353 * lisp.h (IS_DAEMON): ... here.
13354 (daemon_pipe): Declare.
13355 (is_daemon): Remove.
13356 * dispnew.c (init_display): Use IS_DAEMON.
13357
fc012771
SM
133582008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13359
13360 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
13361 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
13362
13363 * emacs.c (is_daemon): Remove.
13364 (main): Don't set is_daemon.
13365 (IS_DAEMON): New macro.
13366 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 13367 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
13368 parent exits.
13369 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
13370
d8bdbe6f
CY
133712008-10-27 Chong Yidong <cyd@stupidchicken.com>
13372
d1a072bf
CY
13373 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
13374 over-sized glyph, draw it with the default glyph width.
13375
e2e325aa
CY
13376 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13377 glyph, draw it with the default glyph width.
13378
13379 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13380 glyph, draw it with the default glyph width.
13381
d8bdbe6f
CY
13382 * xdisp.c (try_scrolling): When computing the distance from the
13383 scroll margin to PT, try moving some distance past the window
13384 bottom before giving up.
13385
7bfac547
MR
133862008-10-27 Martin Rudalics <rudalics@gmx.at>
13387
13388 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
13389 (Fset_window_buffer): Explain in doc-string that a window can be
13390 "strongly" dedicated to its buffer.
13391
4ff029f6
DN
133922008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
13393
13394 * emacs.c (daemon_name): New variable.
13395 (main): Deal with --daemon=SERVER_NAME.
13396 (Fdaemonp): Return a name if one was passed to --daemon.
13397
5790ef40
DN
133982008-10-26 Romain Francoise <romain@orebokech.com>
13399
f9bd0df9 13400 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
13401 (main): Create a pipe before forking, make the parent exit only after
13402 the child has closed its end of the pipe. Move closing the
13403 descriptors ...
13404 (Fdaemon_initialized): ... here. New function.
13405
f5385255
SM
134062008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13407
4d632321
SM
13408 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
13409 the previous unoptimized table.
13410
f5385255
SM
13411 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
13412 the distinction between non-nil and non-t value of `dedicated'.
13413
6c56a0f3
CY
134142008-10-25 Chong Yidong <cyd@stupidchicken.com>
13415
13416 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 13417 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 13418
fec89261
MR
134192008-10-25 Martin Rudalics <rudalics@gmx.at>
13420
13421 * window.c (Fget_buffer_window, Fdelete_windows_on)
13422 (Freplace_buffer_in_windows): Make buffer argument optional and
13423 rename to buffer_or_name.
13424
34fcddd0
CY
134252008-10-24 Chong Yidong <cyd@stupidchicken.com>
13426
f5385255
SM
13427 * xdisp.c (handle_single_display_spec, handle_display_prop):
13428 Undo 2005-05-16 change.
34fcddd0
CY
13429 (handle_stop): Pop iterator if it's loaded with an empty string.
13430 (get_overlay_strings_1): Don't save iterator if it's loaded with
13431 an empty string (bug#1201).
13432
064766f2
KH
134332008-10-24 Kenichi Handa <handa@m17n.org>
13434
13435 * ftfont.c (ftfont_otf_features): Fix previous change.
13436 (ftfont_otf_capability): Check FeatureList.FeatureCount before
13437 calling ftfont_otf_features.
13438
f9bd0df9 134392008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
13440
13441 * font.c (font_match_p): Fix for the case that a vector of
13442 characters is in script-representative-chars.
13443
1dae9197
MA
134442008-10-24 Michael Albinus <michael.albinus@gmx.de>
13445
13446 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 13447 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
13448 (xd_read_queued_messages): Catch Qdbus_error from the macros.
13449 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 13450 macro. (Bug#1186)
1dae9197 13451
f9bd0df9 134522008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
13453
13454 * s/sol2-10.h: New file.
13455
878a4584
JB
134562008-10-23 Juanma Barranquero <lekktu@gmail.com>
13457
13458 * xdisp.c (fill_glyph_string): Fix typo in source (though the
13459 poor beast has survived 9+ years and the jump from xterm.c!).
13460
cd265ca6
MR
134612008-10-23 Martin Rudalics <rudalics@gmx.at>
13462
13463 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
13464 Reword doc-string.
f5385255 13465 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 13466
472a4dc9
JB
134672008-10-23 Juanma Barranquero <lekktu@gmail.com>
13468
13469 * character.c (syms_of_character) <script-representative-chars>:
13470 <unicode-category-table>: Doc fixes.
13471
159bd5a2
NF
134722008-10-23 Noah Friedman <friedman@splode.com>
13473
13474 * coding.c (make_conversion_work_buffer): Check that
13475 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
13476 Fget_buffer_create.
13477
49f9c344
KH
134782008-10-23 Kenichi Handa <handa@m17n.org>
13479
13480 * font.c (font_add_log): Check the values of extra properties.
13481
12bb3111
MR
134822008-10-22 Martin Rudalics <rudalics@gmx.at>
13483
13484 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13485 Reword doc-string.
13486 (Fset_window_parameter): Use NILP.
13487 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 13488 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 13489
bbeb4e99
JB
134902008-10-22 Juanma Barranquero <lekktu@gmail.com>
13491
13492 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
13493
134942008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
13495
13496 * nsfns.m (ns_appkit_version): New function.
13497 (x-server-version): Use it.
13498 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
13499 (x-server-vendor): Don't check_ns().
13500
13501 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
13502
a9b555d3
JB
135032008-10-22 Juanma Barranquero <lekktu@gmail.com>
13504
13505 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
13506 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
13507
4626499f
KH
135082008-10-22 Kenichi Handa <handa@m17n.org>
13509
e3681952
KH
13510 * syntax.c (scan_words): Call word_boundary_p instead of comparing
13511 scripts.
13512
4626499f
KH
13513 * category.c (word_boundary_p): Check scripts instead of charset.
13514 Handle nil value in word-separating-categories and
13515 word-combining-categories.
13516 (syms_of_category): Fix docstrings of word-separating-categories
13517 and word-combining-categories.
13518
1560f91a
EZ
135192008-10-21 Eli Zaretskii <eliz@gnu.org>
13520
13521 * coding.c (Fencode_coding_region, Fdecode_coding_region)
13522 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
13523
f4668441
MR
135242008-10-21 Martin Rudalics <rudalics@gmx.at>
13525
13526 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
13527 Rename arg "buffer" to "buffer_or_name".
13528 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
13529 it optional.
13530 (no_switch_window): Remove since the return value is not used.
a9b555d3 13531 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
13532 Consider window as dedicated when Fwindow_dedicated_p returns a
13533 non-nil value.
13534 * lisp.h: Remove prototype for no_switch_window.
13535
fd75ddb2
JD
135362008-10-21 Jan Djärv <jan.h.d@swipnet.se>
13537
13538 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 13539 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 13540
07295713
KH
135412008-10-21 Kenichi Handa <handa@m17n.org>
13542
13543 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
13544 check Vlatin_extra_code_table.
13545
712adc82
EZ
135462008-10-20 Eli Zaretskii <eliz@gnu.org>
13547
13548 * fileio.c (Fset_file_modes): Doc fix.
13549
f549eb0b
MA
135502008-10-19 Michael Albinus <michael.albinus@gmx.de>
13551
13552 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
13553 in arrays.
13554
aac0c6e3
MR
135552008-10-19 Martin Rudalics <rudalics@gmx.at>
13556
13557 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13558 Mention kill-buffer in doc-string.
13559 (Fset_window_buffer): Reinsert tem check removed in last commit.
13560 (Fenlarge_window, Fshrink_window): Have argument names and
13561 doc-string follow Elisp manual more closely.
13562
135632008-10-18 Eli Zaretskii <eliz@gnu.org>
13564
13565 * fileio.c (Fset_file_modes): Doc fix.
13566
135672008-10-18 Martin Rudalics <rudalics@gmx.at>
13568
13569 * window.c (Fwindow_width, Fset_window_start)
13570 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
13571 (Fdelete_windows_on, Freplace_buffer_in_windows):
13572 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
13573 (Fwindow_dedicated_p): Make window argument optional.
13574 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
13575 (Fset_window_buffer): Respect any non-nil dedicated value for
13576 window. Rename "buffer" argument to "buffer_or_name".
13577
135782008-10-18 Ulrich Mueller <ulm@gentoo.org>
13579
13580 * m/sh3.h: New file, machine description for SuperH.
13581
135822008-10-17 Martin Rudalics <rudalics@gmx.at>
13583
13584 * window.c (Fsplit_window): Rename arg horflag to horizontal.
13585
135862008-10-17 Kenichi Handa <handa@m17n.org>
13587
13588 * ftfont.c (ftfont_otf_features): Fix indexing
13589 gsub_gpos->FeatureList.Feature. Check the validity of indices.
13590
135912008-10-16 Magnus Henoch <mange@freemail.hu>
13592
13593 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
13594 (Fdbus_call_method_asynchronously): Ditto.
13595 This change makes C-h f display the argument list.
13596
135972008-10-16 Chong Yidong <cyd@stupidchicken.com>
13598
13599 * fileio.c (Fexpand_file_name): Doc fix.
13600
13601 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
13602 of :foreground and :background equivalent to unspecified (20.x
13603 compatibility).
13604
136052008-10-15 Eli Zaretskii <eliz@gnu.org>
13606
13607 * buffer.c (syms_of_buffer): Doc fix.
13608
136092008-10-14 Kenichi Handa <handa@m17n.org>
13610
13611 * font.c (font_clear_prop): When clearing font width, clear the
13612 average width field too.
13613
136142008-10-12 Andreas Schwab <schwab@suse.de>
13615
13616 * ftfont.c (ftfont_shape_by_flt): Make static.
13617 * ftfont.h (ftfont_shape_by_flt): Don't declare.
13618
13619 * font.c: Don't include <m17n-flt.h>.
13620
136212008-10-10 Eli Zaretskii <eliz@gnu.org>
13622
13623 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
13624
136252008-10-09 Eli Zaretskii <eliz@gnu.org>
13626
13627 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
13628 away code.
13629
136302008-10-09 Chong Yidong <cyd@stupidchicken.com>
13631
13632 * dispnew.c (update_text_area): Avoid looping due to large glyph
13633 overhangs (bug#1070).
13634
136352008-10-09 Kenichi Handa <handa@m17n.org>
13636
13637 * fontset.c (face_for_char): If face->fontset is negative, just
13638 return ascii_face.
13639
f5385255
SM
13640 * font.c (font_delete_unmatched): Fix previous change.
13641 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
13642
136432008-10-09 Martin Rudalics <rudalics@gmx.at>
13644
13645 * frame.c (Fraise_frame): On text-only terminals select frame in
13646 order to make it visible. (Bug#1061)
13647
136482008-10-08 Chong Yidong <cyd@stupidchicken.com>
13649
13650 * fontset.c (fontset_find_font): Check frame validity.
13651
136522008-10-07 Chong Yidong <cyd@stupidchicken.com>
13653
a9b555d3 13654 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
13655 (xg_display_close): Allow Emacs to close all displays (bug#985).
13656
136572008-10-06 Andreas Schwab <schwab@suse.de>
13658
f5385255 13659 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
13660
136612008-10-06 Chong Yidong <cyd@stupidchicken.com>
13662
f5385255 13663 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 13664
a9b555d3 13665 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
13666
13667 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
13668 during initialization.
13669
136702008-10-04 Eli Zaretskii <eliz@gnu.org>
13671
13672 * xdisp.c (redisplay_internal): If frame switched, redisplay the
13673 whole thing on MSDOS frames as well as on a TTY.
13674
13675 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
13676 well as for TTY.
13677 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
13678 well as on a TTY.
13679
13680 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
13681 as well as for TTY.
13682
13683 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
13684
13685 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
13686 MSDOS frames as well.
13687
136882008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13689
13690 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
13691 correct arguments.
b71ac3dd 13692 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
13693
136942008-10-03 Glenn Morris <rgm@gnu.org>
13695
13696 * emacs.c (USAGE1): Add --daemon.
13697
136982008-10-02 Eli Zaretskii <eliz@gnu.org>
13699
13700 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
13701 100, so it's in percents as advertised.
13702
137032008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13704
13705 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
13706 (ns_output.current_cursor, ns_output.desired_cursor)
13707 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
13708 (FRAME_NEW_CURSOR_COLOR): Remove.
13709
13710 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 13711 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
13712 enumeration (HOLLOW_BOX_CURSOR, etc.).
13713
13714 * nsterm.m (ns_frame_rehighlight): Remove commented code.
13715 (draw_window_cursor): Simplify code.
f5385255
SM
13716 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
13717 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 13718 updates manually.
a9b555d3
JB
13719 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
13720 Use core Emacs cursor types.
aac0c6e3 13721
b8ff72fa 13722 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
13723
137242008-10-02 Martin Rudalics <rudalics@gmx.at>
13725
13726 * process.c (Faccept_process_output): Fix doc-string.
13727
137282008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13729
13730 * gmalloc.c (__sbrk): Also define for uClibc.
13731
13732 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
13733 for uClibc.
13734
137352008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13736
13737 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
13738 styles.
13739 (nsfont_open): Reenable the cache.
13740
137412008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13742
13743 * font.c (font_matching_entity): Reflect ATTRS in font selection.
13744 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
13745
137462008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
13749 a suspended terminal.
13750
137512008-09-30 Michael Albinus <michael.albinus@gmx.de>
13752
13753 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
13754
137552008-09-30 Eli Zaretskii <eliz@gnu.org>
13756
13757 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
13758
137592008-09-30 Chong Yidong <cyd@stupidchicken.com>
13760
13761 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
13762 in a continued line coincides with a line beginning.
13763
137642008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
13765
13766 * nsfont.m (nsfont_trait_distance): Fix bug.
13767 (nsfont_list): Return a list rather than a vector (syncs with Handa
13768 changes of 2008-05-14).
13769 (nsfont_open): Improve logging.
13770
137712008-09-29 Andreas Schwab <schwab@suse.de>
13772
13773 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
13774
137752008-09-28 Martin Rudalics <rudalics@gmx.at>
13776
13777 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
13778 name as char-resolve-modifiers.
13779 Reported by: Markus Triska <markus.triska@gmx.at>
13780
137812008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
13782
13783 * dispnew.c (init_display): Return earlier when running as a daemon.
13784
137852008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13786
13787 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
13788
137892008-09-27 Eli Zaretskii <eliz@gnu.org>
13790
13791 * composite.c (Fcomposition_get_gstring)
13792 (Fcompose_region_internal, Fcompose_string_internal)
13793 (Ffind_composition_internal): Doc fix.
13794 (syms_of_composite) <compose-chars-after-function>: Doc fix.
13795 (syms_of_composite) <auto-composition-function>: Doc fix.
13796 (syms_of_composite) <composition-function-table>: Doc fix.
13797
137982008-09-25 Chong Yidong <cyd@stupidchicken.com>
13799
13800 * search.c (wordify): New argument for lax word-ends.
13801 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
13802
138032008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13804
13805 * lisp.h (is_daemon): Declare.
13806 * dispnew.c (init_display): Do not try to initialize the terminal
13807 when running as a daemon.
13808
138092008-09-22 Chong Yidong <cyd@stupidchicken.com>
13810
13811 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
13812 x_display_pixel_height.
13813
138142008-09-22 Martin Rudalics <rudalics@gmx.at>
13815
13816 * undo.c (record_point): Don't call Fundo_boundary for first
13817 change. (Bug#731)
13818
138192008-09-22 Juanma Barranquero <lekktu@gmail.com>
13820
13821 * emacs.c (Fdaemonp): Doc fix.
13822
138232008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
13824
13825 * emacs.c (main): Place #ifdef in the proper place.
13826
138272008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13828
13829 * emacs.c (standard_args): Add --daemon.
13830 (main): Disconnect from the terminal when --daemon is passed.
13831 (is_daemon): New variable.
13832 (Fdaemonp): New function.
13833 (syms_of_emacs): Defsubr it.
13834
138352008-09-20 Chong Yidong <cyd@stupidchicken.com>
13836
13837 * xdisp.c (get_next_display_element): Handle string display
13838 correctly when checking for the end of a box run.
13839
138402008-09-20 Glenn Morris <rgm@gnu.org>
13841
13842 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
13843 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
13844 (Frename_file): Avoid copying to trash if a rename involves
13845 a delete. (Bug#964).
13846
138472008-09-20 Eli Zaretskii <eliz@gnu.org>
13848
13849 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
13850 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
13851 frames as well as termcap frames.
13852 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
13853 get_named_tty.
13854
138552008-09-19 Eli Zaretskii <eliz@gnu.org>
13856
13857 * process.c (procfs_system_process_attributes): Fix cmdline in
13858 case /proc/PID/cmdline is empty.
13859
13860 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
13861 x_display_pixel_height.
13862
138632008-09-19 Juanma Barranquero <lekktu@gmail.com>
13864
13865 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
13866
13867 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
13868 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
13869
138702008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
13871
13872 * dispextern.h (struct it): Move line_wrap away from the middle of
13873 bitfields. Move voffset in struct iterator_stack_entry after the
13874 bitfields. Move tab_width near after another short.
13875
138762008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
13877
13878 * frame.h (struct frame): Move alpha from the middle of bitfields.
13879
13880 * window.h (struct window): Move frozen_window_start_p after the
13881 rest of the bitfields to reduce padding.
13882
138832008-09-18 Chong Yidong <cyd@stupidchicken.com>
13884
13885 * xterm.h (x_display_info): Remove `height' and `width' members.
13886
13887 * nsterm.h (ns_display_info): Remove `height' and `width' members.
13888
13889 * w32term.h (w32_display_info): Remove `height', `width',
13890 `height_in', and `width_in' members.
13891
b8ff72fa
SM
13892 * xterm.c (x_display_pixel_height, x_display_pixel_width):
13893 New functions.
aac0c6e3
MR
13894 (x_calc_absolute_position): Use them.
13895 (x_term_init): Omit removed `height' and `width' members.
13896
b8ff72fa
SM
13897 * w32term.c (x_display_pixel_height, x_display_pixel_width):
13898 New functions.
aac0c6e3
MR
13899 (w32_read_socket, x_calc_absolute_position): Use them.
13900 (w32_initialize_display_info, w32_term_init): Omit removed members
13901 of w32_display_info.
13902
b8ff72fa
SM
13903 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
13904 New functions.
13905 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 13906
b8ff72fa
SM
13907 * xterm.c (x_display_pixel_height, x_display_pixel_width):
13908 New functions.
aac0c6e3
MR
13909 (x_calc_absolute_position): Use them.
13910 (x_term_init): Omit removed `height' and `width' members.
13911
13912 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
13913 (compute_tip_xy):
13914 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
13915 * xmenu.c (menu_position_func): Use x_display_pixel_height and
13916 x_display_pixel_width.
13917
139182008-09-18 Kenichi Handa <handa@m17n.org>
13919
13920 * composite.c (fill_gstring_header): Don't check FROM and TO here.
13921 (composition_compute_stop_pos): Fix handling of static composition.
13922 (Fcomposition_get_gstring): Check FROM and TO at first.
13923
139242008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13925
46e722a9 13926 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
13927 mixup (YAILOM).
13928
139292008-09-17 Chong Yidong <cyd@stupidchicken.com>
13930
13931 * indent.c (Fvertical_motion): Use position reported by iterator
13932 instead of PT for determining screen motion (bug#943).
13933
139342008-09-17 Romain Francoise <romain@orebokech.com>
13935
13936 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
13937
139382008-09-17 Kenichi Handa <handa@m17n.org>
13939
13940 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
13941
13942 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
13943 if necessary.
13944
139452008-09-16 Kenichi Handa <handa@m17n.org>
13946
13947 * coding.c (make_conversion_work_buffer): Avoid calling
13948 Fget_buffer_create if it is not necessary.
13949
139502008-09-15 Martin Rudalics <rudalics@gmx.at>
13951
13952 * window.c (Fselect_window): Don't update window_select_count and
13953 use_time when norecord is not nil.
13954
139552008-09-14 Kenichi Handa <handa@m17n.org>
13956
13957 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
13958 specpdl_ptr.
13959
139602008-09-12 Kenichi Handa <handa@m17n.org>
13961
13962 * indent.c (scan_for_column): Don't handle automatic composition
13963 if the current buffer is not associated with a window.
13964
13965 * composite.c (composition_reseat_it): If the current buffer is
13966 not associated with a window, ignore the automatic composition.
13967 (find_automatic_composition): Likewise.
13968
139692008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
13972 (Fgpm_mouse_stop): Use it.
13973 * termhooks.h (close_gpm): Declare.
13974 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
13975 connection if Gpm_GetEvent fails.
13976
13977 * window.c (set_window_buffer): Always preserve current-buffer.
13978
139792008-09-12 Glenn Morris <rgm@gnu.org>
13980
13981 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
13982
139832008-09-11 Glenn Morris <rgm@gnu.org>
13984
13985 * charset.c (charset-map-path): Doc fix.
13986
139872008-09-10 Kenichi Handa <handa@m17n.org>
13988
13989 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
13990
13991 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
13992 compose a grapheme cluster with the preceding base glyph.
13993
13994 * composite.c (composition_compute_stop_pos): Fix previous change.
13995 Reset cmp_it->id to -1 at first.
13996
139972008-09-10 Glenn Morris <rgm@gnu.org>
13998
13999 * Makefile.in (character.o, chartab.o): Fix config.h typo.
14000
140012008-09-09 Chong Yidong <cyd@stupidchicken.com>
14002
14003 * keyboard.c (read_key_sequence): Reapply translation maps when
14004 switching keyboards.
14005
140062008-09-09 Kenichi Handa <handa@m17n.org>
14007
14008 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
14009 characters.
14010
14011 * composite.c (FORWARD_CHAR): Fix calculation
14012 of (POSITION).pos_byte.
14013 (composition_compute_stop_pos): Limit the search of composition to
14014 at most 500 characters ahead. If we reach the limit or find a
14015 newline, set cmp_it->ch to -2 and return 0.
14016 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
14017
140182008-09-08 Kenichi Handa <handa@m17n.org>
14019
14020 * indent.c (Fvertical_motion): Be sure to set
14021 it_overshoot_expected if it.cmp_it.id is non-negative.
14022
140232008-09-07 Andreas Schwab <schwab@suse.de>
14024
14025 * callproc.c (Fcall_process): Don't hold references to string data
14026 across garbage collection. Move initialisation of new_argv down
14027 to avoid compiler bug.
14028
140292008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14030
14031 * process.c (Fsystem_process_attributes): Doc fix.
14032
140332008-09-07 Chong Yidong <cyd@stupidchicken.com>
14034
14035 * callproc.c (Fcall_process): Canonicalize current directory name.
14036
14037 * xdisp.c (move_it_to): When moving by vpos, ensure that the
14038 iterator advances to the next line if the current line ends in a
14039 continued tab.
14040
140412008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
14042
14043 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
14044 member to point to cmp_from.
14045
14046 * xdisp.c: Doc fix for references to gidx data member.
14047
140482008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
14051
140522008-09-07 Kenichi Handa <handa@m17n.org>
14053
14054 * composite.c (FORWARD_CHAR): Check STOP after
14055 incrementing (POSITION).pos.
14056
140572008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14058
14059 * process.c (Fsystem_process_attributes): Doc fix.
14060
140612008-09-06 Chong Yidong <cyd@stupidchicken.com>
14062
14063 * keyboard.c (Ftop_level): Doc fix.
14064
140652008-09-06 Eli Zaretskii <eliz@gnu.org>
14066
14067 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
14068 minibuffer, don't let lower part of menu invade the echo area.
14069
14070 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
14071 "char *q" to access menu text and advance through it. Revert the
14072 change that displayed ">" instead of ASCII character 0x10.
14073
140742008-09-05 Eli Zaretskii <eliz@gnu.org>
14075
14076 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
14077 toggle boxes and radio buttons on MS-DOS as well.
14078
140792008-09-05 Kenichi Handa <handa@m17n.org>
14080
14081 * composite.c (autocmp_chars): Check lookback count.
14082 (composition_compute_stop_pos): Set cmp_it->lookback.
14083 (composition_reseat_it): Check lookback count.
14084 (struct position_record): New struct.
14085 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
14086 (find_automatic_composition): New function.
14087 (composition_adjust_point): Use find_automatic_composition.
14088
14089 * dispextern.h (struct composition_it): New member lookback.
14090
140912008-09-02 Chong Yidong <cyd@stupidchicken.com>
14092
14093 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
14094 if moving by a single line.
14095
140962008-09-02 Andreas Schwab <schwab@suse.de>
14097
14098 * xterm.c (x_delete_display): Fix merge error.
14099
14100 * fileio.c (Fexpand_file_name): Remove unused variables.
14101
141022008-09-02 Eli Zaretskii <eliz@gnu.org>
14103
14104 * fileio.c (Fexpand_file_name): Copy argument `name' into local
14105 storage on all platforms, not just on DOS_NT.
14106
141072008-09-02 Jason Rumney <jasonr@gnu.org>
14108
b8ff72fa
SM
14109 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
14110 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
14111
141122008-09-01 Chong Yidong <cyd@stupidchicken.com>
14113
14114 * xfaces.c (Finternal_set_alternative_font_family_alist)
14115 (Finternal_set_alternative_font_registry_alist): Properly copy
14116 entire alist structure.
14117
141182008-09-01 Kenichi Handa <handa@m17n.org>
14119
d66c0241 14120 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 14121 representative chars of the script is a vector.
d66c0241
JB
14122 (ftfont_list): Handle the case where the representative chars of
14123 the script is a vector.
aac0c6e3
MR
14124
14125 * character.c (syms_of_character): Docstring of
14126 script-representative-chars fixed.
14127
141282008-08-31 Eli Zaretskii <eliz@gnu.org>
14129
14130 * msdos.c (BUILD_CHAR_GLYPH): New macro.
14131 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
14132 the menu. Allocate larger buffer for `text', to account for
14133 possible ^C characters.
14134
141352008-08-31 Martin Rudalics <rudalics@gmx.at>
14136
14137 * xdisp.c (prepare_menu_bars): Don't call
14138 Vwindow_size_change_functions with arg Qt.
14139
141402008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * font.h (font_range):
14143 * fileio.c (report_file_error):
46e722a9
SM
14144 * composite.c (composition_update_it): Yet another int/Lisp_Object
14145 mixup (YAILOM).
aac0c6e3
MR
14146
141472008-08-30 Glenn Morris <rgm@gnu.org>
14148
14149 * data.c (Fmake_variable_frame_local): Doc fix.
14150
14151 * frame.c (Fmodify_frame_parameters): Doc fix.
14152
141532008-08-30 Eli Zaretskii <eliz@gnu.org>
14154
14155 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
14156 needed by GetTokenInformation.
14157 (w32_system_process_attributes): Check return values of all system
14158 APIs.
14159
14160 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
14161 only when the state changes.
14162 (IT_update_begin, IT_update_end): Add termscript trace.
14163
14164 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
14165 clipboard is unavailable. Set dst to NULL if it doesn't point to
14166 malloc'ed data.
14167 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
14168 passing random values to xfree.
14169
14170 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 14171 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
14172
141732008-08-29 Jason Rumney <jasonr@gnu.org>
14174
14175 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
14176
141772008-08-29 Eli Zaretskii <eliz@gnu.org>
14178
14179 * composite.c (fill_gstring_body): Avoid compiler warnings.
14180
14181 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
14182 LGLYPH_SET_CODE to avoid compiler warnings.
14183
2ae37cf0 14184 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
14185
14186 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
14187
14188 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
14189 LGLYPH_SET_CODE.
14190
141912008-08-29 Kenichi Handa <handa@m17n.org>
14192
14193 * fileio.c (report_file_error): Don't downcase the first character
14194 of errstring if it is still unibyte.
14195
141962008-08-29 Kenichi Handa <handa@m17n.org>
14197
14198 These changes are to re-implement the automatic composition so
14199 that it doesn't use text properties.
14200
14201 * Makefile.in (ftfont.o): Depend on composite.h.
14202 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
14203
14204 * character.h (Vunicode_category_table): Extern it.
14205
14206 * character.c (Vunicode_category_table): New variable.
14207 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
14208
14209 * chartab.c (optimize_sub_char_table): Perform more greedy
14210 optimization.
14211
b8ff72fa
SM
14212 * composite.h (enum composition_method):
14213 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
14214 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
14215 (Vcomposition_function_table): Extern it.
14216 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
14217 (composition_gstring_put_cache, composition_gstring_from_id)
14218 (composition_gstring_p, composition_gstring_width)
14219 (composition_compute_stop_pos, composition_reseat_it)
14220 (composition_update_it, composition_adjust_point): Extern them.
14221 (Fcomposition_get_gstring): EXFUN it.
14222
d66c0241 14223 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
14224 (Vcomposition_function_table)
14225 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
14226 (gstring_hash_table, gstring_work, gstring_work_headers):
14227 New variables.
aac0c6e3
MR
14228 (gstring_lookup_cache, composition_gstring_put_cache)
14229 (composition_gstring_from_id, composition_gstring_p)
14230 (composition_gstring_width, fill_gstring_header)
14231 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
14232 (composition_reseat_it, composition_update_it)
b8ff72fa 14233 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
14234 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
14235 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 14236 Defsubr composition_get_gstring.
aac0c6e3
MR
14237
14238 * dispextern.h (struct glyph): New union u.cmp. Delete the member
14239 cmp_id.
14240 (struct glyph_string): Delete the member gidx. New members
14241 cmp_id, cmp_from, and cmp_to.
14242 (enum it_method): Delete GET_FROM_COMPOSITION.
14243 (struct composition_it): New struct.
14244 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
14245 Delete c, len, cmp_id, cmp_len in u.comp.
14246
14247 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 14248 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 14249 (enum lglyph_indices): Likewise.
b8ff72fa 14250 (font_range): Adjust extern.
aac0c6e3
MR
14251 (font_fill_lglyph_metrics): Extern it.
14252
14253 * font.c (QCf): New variable.
14254 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
14255 (font_prepare_composition): Delete this function.
14256 (font_range): Type and arguments changed.
14257 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
14258 (font_fill_lglyph_metrics): New function.
b8ff72fa 14259 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 14260 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
14261 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
14262 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
14263
14264 * fontset.h (font_for_char): Extern it.
14265
14266 * fontset.c (font_for_char): New function.
14267
14268 * ftfont.c: Include composite.h.
14269 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 14270 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
14271
14272 * indent.c: Include composite.h and dispextern.h.
14273 (check_composition): Delete this function.
14274 (scan_for_column): Handle composition by
14275 composition_compute_stop_pos, composition_reseat_it, and
14276 composition_update_it.
14277 (compute_motion): Likewise.
14278 (Fvertical_motion): Fix checking of composition.
14279
14280 * keyboard.c (adjust_point_for_property): Check composition by
14281 composition_adjust_point.
14282
b8ff72fa 14283 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
14284 struct glyph_string.
14285
b8ff72fa
SM
14286 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
14287 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
14288 struct glyph.
14289 (produce_composite_glyph): Likewise.
14290
b8ff72fa
SM
14291 * w32term.c (x_draw_composite_glyph_string_foreground):
14292 Adjust for the change of struct glyph_string.
aac0c6e3
MR
14293 (x_draw_glyph_string): Likewise.
14294
14295 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
14296 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
14297
14298 * xdisp.c: Include font.h.
14299 (it_props): Delete the entry for Qauto_composed.
14300 (init_iterator): Initialize it->cmp_it.id to -1.
14301 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 14302 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
14303 (handle_auto_composed_prop): Delete it.
14304 (handle_composition_prop): Handle only static composition.
14305 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
14306 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 14307 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
14308 (pop_it): Likewise.
14309 (get_next_element): Delete next_element_from_composition.
14310 (CHAR_COMPOSED_P): New macro.
14311 (get_next_display_element): For automatic composition, get a face
14312 from the font in the glyph-string.
14313 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 14314 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
14315 (next_element_from_string): Check if the character at the current
14316 position is composed by CHAR_COMPOSED_P.
14317 (next_element_from_buffer): Likewise.
d66c0241
JB
14318 (next_element_from_composition): Adjust for the change of struct it.
14319 Update it->cmp_it.
b8ff72fa
SM
14320 (dump_glyph): Adjust for the change of struct glyph.
14321 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
14322 it and struct glyph. Don't handle automatic composition here.
14323 (fill_gstring_glyph_string): New function.
14324 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 14325 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
14326 (BUILD_GSTRING_GLYPH_STRING): New macro.
14327 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
14328 automatic composition.
b8ff72fa 14329 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 14330 struct glyph.
b8ff72fa 14331 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 14332
b8ff72fa 14333 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
14334 the change of struct glyph_string.
14335 (x_draw_glyph_string): Likewise.
14336
143372008-08-29 Glenn Morris <rgm@gnu.org>
14338
14339 * buffer.c (word-wrap): Doc fix.
14340 * xdisp.c (truncate-partial-width-windows): Doc fix.
14341 Increase default to 50.
14342
143432008-08-29 Chong Yidong <cyd@stupidchicken.com>
14344
14345 * xdisp.c (update_tool_bar_unwind): New function.
14346 (update_tool_bar): Temporarily set selected frame before building
14347 tool-bar items.
14348
143492008-08-28 Michael Albinus <michael.albinus@gmx.de>
14350
14351 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
14352 snprintf, respectively.
14353 (xd_append_arg): Convert strings with Fstring_make_unibyte.
14354
143552008-08-28 Chong Yidong <cyd@stupidchicken.com>
14356
14357 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
14358 LDFLAGS to GNUstep CC invocation.
14359
143602008-08-27 Chong Yidong <cyd@stupidchicken.com>
14361
14362 * indent.c (Fvertical_motion): Revert last change. Handle the
14363 general case where we are moving forward, and PT spans multiple
14364 screen lines.
14365
14366 * eval.c (find_handler_clause): Temporarily increase
14367 max-lisp-eval-depth while printing the backtrace buffer, to
14368 guarantee that help-mode code can run.
14369
143702008-08-27 Eli Zaretskii <eliz@gnu.org>
14371
14372 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
14373 colors under -rv.
14374 (IT_set_frame_parameters): Don't swap foreground and background
14375 colors if `(reverse . t)' is present in the frame properties.
14376 (internal_terminal_init): Call init_frame_faces only for the
14377 initial frame.
14378
143792008-08-27 Andreas Schwab <schwab@suse.de>
14380
14381 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
14382
143832008-08-27 Andreas Schwab <schwab@suse.de>
14384
14385 * search.c (search_buffer): Set char_base to zero only at the end.
14386
143872008-08-27 Kenichi Handa <handa@m17n.org>
14388
b8ff72fa 14389 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
14390
143912008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
14392
14393 * xterm.c (x_term_init): Temporarily hide the partially
14394 initialized terminal while calling vendor-specific-keysyms.
14395
143962008-08-26 Eli Zaretskii <eliz@gnu.org>
14397
14398 * msdos.c (internal_terminal_init): Most initializations done only
14399 once, especially initial_screen_colors[] and termscript open.
14400
144012008-08-26 Chong Yidong <cyd@stupidchicken.com>
14402
14403 * eval.c (Fcondition_case): Doc fix.
14404
14405 * widgetprv.h (EmacsFramePart): Change font member to the new font
14406 struct.
14407
14408 * widget.c: Include character.h and font.h for XSETFONT.
14409 (setup_frame_gcs): Compute X font id from font struct, just once.
14410
144112008-08-26 Eli Zaretskii <eliz@gnu.org>
14412
14413 * term.c (get_named_tty): Fix last change.
14414
144152008-08-26 Chong Yidong <cyd@stupidchicken.com>
14416
14417 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 14418 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
14419
144202008-08-25 Eli Zaretskii <eliz@gnu.org>
14421
14422 * frame.c (do_switch_frame): Mark previously displayed frame as
14423 obscured for FRAME_MSDOS_P frames as well.
14424
144252008-08-24 Eli Zaretskii <eliz@gnu.org>
14426
14427 * frame.c (make_terminal_frame): Initialize f->terminal,
14428 f->terminal->reference_count, and scroll bars on MS-DOS as well.
14429 Set the top frame to newly created frame.
14430 (Fmake_terminal_frame): Reuse the_only_display_info.
14431
14432 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
14433 estimating available memory.
14434
b97439ce 144352008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
14436
14437 * nsterm.m (ns_draw_window_cursor): Don't call
14438 NSDisableScreenUpdates and NSEnableScreenUpdates on
14439 non-NS_IMPL_COCOA systems.
14440
144412008-08-23 Andreas Schwab <schwab@suse.de>
14442
14443 * process.c (procfs_system_process_attributes): Fix use of
14444 uninitialized variables.
14445
144462008-08-23 Eli Zaretskii <eliz@gnu.org>
14447
14448 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
14449
14450 * dispnew.c (init_display): Remove MS-DOS specific conditions for
14451 calling tty-set-up-initial-frame-faces.
14452
b8ff72fa
SM
14453 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
14454 Allow MSDOS frames along with X frames.
aac0c6e3
MR
14455
14456 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
14457 addition to output_termcap.
14458
14459 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
14460
14461 * termchar.h (FRAME_TTY): Support output_msdos_raw.
14462 (struct tty_display_info) [MSDOS]: Add fields related to mouse
14463 highlight.
14464
14465 * process.c [!subprocesses]: Define QCname.
14466 (syms_of_process): Intern and staticpro it.
14467
14468 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
14469 Adjust for changes in encoding/decoding routines.
14470 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
14471 encode_coding and decode_coding.
14472
b8ff72fa 14473 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
14474
14475 * dosfns.c: Include frame.h before termhooks.h.
14476 (dos_cleanup): Use CURTTY ()->termscript instead of a global
14477 variable termscript.
14478
14479 * s/msdos.h (USER_FULL_NAME): Define.
14480 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
14481
14482 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
14483 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
14484 pw->pw_gecos.
14485
14486 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
14487 SELECTED_FRAME as additional (1st) argument.
14488 (tty_read_avail_input): Handle output_msdos_raw in
14489 addition to output_termcap.
14490
14491 * msdos.c: Include frame.h before termhooks.h.
14492 (mouse_on, mouse_off, mouse_moveto, mouse_init)
14493 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
14494 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
14495 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
14496 (IT_set_terminal_modes, IT_reset_terminal_modes)
14497 (IT_set_frame_parameters): Use tty->termscript instead of a global
14498 variable termscript.
14499 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
14500 global variable terminal_coding. Don't refer to
14501 Vnonascii_translation_table.
14502 (internal_terminal_init): Set Vwindow_system in current_kboard.
14503 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
14504 Announce date and time of session start, if termscript is open.
14505 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
14506 term.c:init_tty). Open termscript only of not already open.
14507 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
14508 here instead of dos_ttraw. Don't initialize display if this is an
14509 initial tty. Don't set FRAME_FONT.
14510 (Vwindow_system_version): Bump to 23.
14511 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
14512 is available, set up mouse_position_hook.
14513 (dos_ttraw, IT_set_terminal_modes): If called with initial
14514 terminal, do nothing.
14515 (IT_set_frame_parameters): Handle the Qtty_type frame
14516 parameter by calling internal_terminal_init.
14517 (dos_set_window_size, show_mouse_face)
14518 (clear_mouse_face, IT_note_mode_line_highlight)
14519 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
14520 (dos_rawgetc): Use tty_display_info instead of x_display_info.
14521 (initialize_msdos_display): New function.
14522 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
14523 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
14524 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
14525 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 14526 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
14527 (request_sigio, unrequest_sigio): Don't define, now defined on
14528 sysdep.c.
14529 (IT_write_glyphs): Rewrite to use encode_terminal_code.
14530
14531 * term.c [MSDOS]: Include msdos.h.
14532 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
14533 conditional to DOS_NT. Allow only one call to this function in a
14534 session. Don't allocate a new struct tty_display_info; instead,
14535 reuse the_only_display_info. Call get_tty_size to get screen
14536 dimensions. Call init_baud_rate to set bad_rate.
14537 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
14538 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 14539 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
14540 (get_tty_terminal, get_named_tty, Ftty_type)
14541 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
14542 output_termcap.
b8ff72fa
SM
14543 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
14544 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 14545 only when subprocesses are supported.
aac0c6e3
MR
14546
14547 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
14548 f->output_data.x.
14549 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
14550 terminal devices.
14551
5582fbc7 14552 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
14553 x_output.
14554 (FRAME_FONT): Use output_data.tty.
14555 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
14556 (struct x_display_info): Rename from display_info. Update all users in
14557 msdos.c.
aac0c6e3 14558 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 14559 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
14560 (dos_ttraw): Update prototype.
14561
14562 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
14563 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
14564
145652008-08-23 Jason Rumney <jasonr@gnu.org>
14566
14567 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
14568 (fn_TIFFSetDirectory): New library function used.
14569 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
14570 (tiff_load): Use :index to select among multiple images. Set count
14571 property when multiple images exist.
14572 (gif_format): Use :index, not :image.
14573
145742008-08-23 Chong Yidong <cyd@stupidchicken.com>
14575
14576 * xdisp.c (try_scrolling): Check INT_MAX instead of
14577 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
14578 to obtain INT_MAX.
14579
145802008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
14581
14582 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
14583
145842008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
14585
14586 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
14587 GNUstep library location.
14588
145892008-08-21 Chong Yidong <cyd@stupidchicken.com>
14590
14591 * xfaces.c (x_update_menu_appearance): Check validity of menu font
14592 before using it.
14593
14594 * puresize.h (BASE_PURESIZE): Increase to 1250000.
14595
145962008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14597
14598 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
14599 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
14600 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
14601 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
14602 (EmacsApp-cursor_blink_handler): Remove declaration.
14603 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
14604 match 01 Feb 2008 changes in xterm.c.
14605 (ns_read_socket): Add cast to avoid warning.
14606 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
14607 GNUstep.
14608
146092008-08-20 Chong Yidong <cyd@stupidchicken.com>
14610
14611 * xselect.c (x_get_foreign_selection): Return nil if desired
14612 selection could not be obtained, instead of signalling an error.
14613
146142008-08-20 David Reitter <david.reitter@gmail.com>
14615
14616 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
14617 * nsterm.m: Remove ns-specific code for cursor blinking.
14618 (ns_draw_window_cursor): Clear cursor properly rather than
14619 redrawing the area. Respect width of bar cursors.
14620 These changes enable the use of generic blink-cursor-mode and
14621 generic cursor types in NS and support smooth cursor movements (do
14622 not blink off after command).
14623 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
14624 Nextstep, too.
14625
146262008-08-19 Kenichi Handa <handa@m17n.org>
14627
14628 * font.c (Vfont_log_deferred): New variable.
14629 (font_add_log): Check Vfont_log_deferred.
14630 (font_deferred_log): New function.
14631
14632 * font.h (font_deferred_log): Extern it.
14633
14634 * fontset.c (reorder_font_vector): Use encoding charset of fonts
14635 for sorting.
14636 (face_for_char): Use deferred log.
14637
146382008-08-18 Kenichi Handa <handa@m17n.org>
14639
14640 * fontset.c (face_for_char): Add font log.
14641
14642 * font.c (font_add_log): Add the font properties :script, :lang,
14643 and :otf in the log.
14644
146452008-08-17 Chong Yidong <cyd@stupidchicken.com>
14646
14647 * xdisp.c: Remove dead code.
14648 (handle_invisible_prop, next_overlay_string): Defer call to
14649 setup_for_ellipsis.
14650 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
14651
146522008-08-15 Chong Yidong <cyd@stupidchicken.com>
14653
14654 * xfaces.c (lookup_derived_face): Properly handle possible zero
14655 return value of get_lface_attributes.
14656 (merge_faces): Don't tell lookup_derived_face to signal an error
14657 if face is not found.
14658
14659 * dired.c (Fdirectory_files): Doc fix.
14660
14661 * process.c (make_process): Initialize kill_without_query struct
14662 member.
14663
146642008-08-15 Eli Zaretskii <eliz@gnu.org>
14665
14666 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
14667 Alternative calculation of totphys for Visual Studio 6.
14668
14669 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
14670
14671 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
14672 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
14673 All users changed.
14674 (stat): Only root directory passed to GetDriveType. Allow RAM
14675 disk as well as local fixed disk when w32-get-true-file-attributes
14676 is set to `local'.
14677 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
14678 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
14679 (w32_cached_id, w32_add_to_cache): New functions.
14680 (get_name_and_id): Look account names in the cache before calling
14681 lookup_account_sid.
14682 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
14683 New initialization flags.
14684 (globals_of_w32): Initialize them to zero.
14685 (w32_system_process_attributes): Use w32_cached_id and
14686 w32_add_to_cache.
14687
146882008-08-14 Lawrence Mitchell <wence@gmx.li>
14689
14690 * lread.c (Fread_char, Fread_char_exclusive): If no character
14691 event is read before timeout is reached, return nil, rather than
14692 converting to a number.
14693
146942008-08-14 Chong Yidong <cyd@stupidchicken.com>
14695
14696 * fns.c (use_dialog_box): Doc fix.
14697
14698 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
14699 on OS X.
14700
147012008-08-13 Chong Yidong <cyd@stupidchicken.com>
14702
14703 * frame.c (Qns_parse_geometry): New var.
14704 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
14705
147062008-08-11 Chong Yidong <cyd@stupidchicken.com>
14707
14708 * xdisp.c (x_produce_glyphs): Handle the case when font has no
14709 space character in calculating tabs.
14710
147112008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
14712
14713 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
14714
147152008-08-10 Glenn Morris <rgm@gnu.org>
14716
14717 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
14718 silence gcc "limited range of data type" warnings in some
14719 make_fixnum_or_float calls.
14720
147212008-08-09 Eli Zaretskii <eliz@gnu.org>
14722
14723 * w32.c (w32_system_process_attributes): If the process does not
14724 exist, return nil.
14725
14726 * w32.c: Include thelp32.h, psapi.h and coding.h.
14727 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
14728 declarations.
14729 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
14730 (Process32Next_Proc): New typedefs.
14731 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
14732 (g_b_init_process32_next, g_b_init_open_thread_token)
14733 (g_b_init_impersonate_self, g_b_init_revert_to_self)
14734 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
14735 (g_b_init_get_process_working_set_size)
14736 (g_b_init_global_memory_status_ex): New static variables.
14737 (globals_of_w32): Initialize them.
14738 (create_toolhelp32_snapshot, process32_first, process32_next)
14739 (open_thread_token, impersonate_self, revert_to_self)
14740 (get_process_memory_info, get_process_working_set_size)
14741 (global_memory_status, global_memory_status_ex): New wrapper
14742 functions.
14743 (w32_list_system_processes, w32_system_process_attributes)
14744 (enable_privilege, restore_privilege, ltime, process_times):
14745 New functions.
14746 (convert_time_raw): New function.
14747 (convert_time): Remove conversion of FILETIME into time in 100
14748 nsec units, call convert_time_raw instead.
14749
14750 * process.h (w32_list_system_processes, w32_system_process_attributes):
14751 Add prototypes.
14752 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
14753 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
14754 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
14755 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
14756
14757 * process.c (Fsystem_process_attributes): Doc fix.
14758
147592008-08-08 Chong Yidong <cyd@stupidchicken.com>
14760
14761 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
14762 a continued multi-char glyph; if so, advance to the actual glyph.
14763
147642008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14765
14766 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
14767
14768 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
14769 (.m.o): Use it.
14770 * config.in: Regenerate.
14771
147722008-08-07 Chong Yidong <cyd@stupidchicken.com>
14773
14774 * xdisp.c (redisplay_window): Revert last change.
14775 (try_window): Check bottom scroll margin too.
14776
147772008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14778
14779 * config.in: Regenerate.
14780
14781 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
14782 -list-load-path-shadows'.
14783 (nsgui.h): Reduce number of things depending on it.
14784
147852008-08-06 Chong Yidong <cyd@stupidchicken.com>
14786
14787 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
14788 instead of window-end which does the wrong thing at eob.
14789 (try_cursor_movement): Minor optimization.
14790 (redisplay_window): If scroll margin is defined, don't assume
14791 window doesn't need scrolling.
14792
147932008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14794
14795 * config.in: Regenerate.
14796
14797 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
14798 (mostlyclean): Don't delete *.d under NS.
14799
14800 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
14801
148022008-08-06 Kenichi Handa <handa@m17n.org>
14803
14804 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
14805
148062008-08-06 Andreas Schwab <schwab@suse.de>
14807
14808 * config.in: Regenerate.
14809
148102008-08-05 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
14813 forcing a window start.
14814
14815 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
14816 (auto_save_1): Update modtime when auto-save-list-file-name is on.
14817
148182008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
14819
14820 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
14821 argument.
14822
148232008-08-05 Juanma Barranquero <lekktu@gmail.com>
14824
14825 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
14826 <scroll-down-aggressively, before-change-functions>:
14827 <after-change-functions>: Reflow docstrings.
14828
148292008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 14830 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
14831
14832 Dock menu customization, based on a patch by Ken Raeburn, plus some
14833 other fixes.
14834 * nsmenu.m (dockMenu): New variable.
14835 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
14836
14837 * nsterm.h (dockMenu): Declare.
14838
14839 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
14840 (ns_term_init): Initialize dockMenu.
14841 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
14842 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
14843 left.
14844
14845 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
14846
148472008-08-04 Chong Yidong <cyd@stupidchicken.com>
14848
14849 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
14850
14851 * config.in: Regenerate.
14852
148532008-08-04 Seiji Zenitani <zenitani@mac.com>
14854
14855 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
14856
148572008-08-04 Chong Yidong <cyd@stupidchicken.com>
14858
14859 * nsterm.h (find_and_call_menu_selection): Fix prototype.
14860
148612008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
14862
14863 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
14864
14865 * keyboard.h: Comment an #endif.
14866
14867 * lisp.h (have_menus_p): Adjust comment.
14868
14869 * menu.c (find_and_return_menu_selection): Fix comparison with
14870 client_data.
14871
14872 * nsmenu.m (popup_activated_flag): New variable.
14873 (popup_activated): New function.
14874 (menu-or-popup-active-p): New exported lisp definition.
14875 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
14876 when popup done.
14877 (ns_popup_dialog): Set popup_activated_flag.
14878
14879 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
14880 version for GNUstep (handled by conditional typedef in nsterm.m).
14881 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
14882 in rgb.txt).
14883
14884 * process.c (init_process): Use DARWIN_OS, not DARWIN.
14885
14886 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
14887
14888 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
14889
14890 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
14891 shortcircuit if popup_activated like GTK and X toolkit.
14892
14893 * m/inter386.h: Change DARWIN to DARWIN_OS.
14894
14895 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
14896 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
bba3e508
SM
14897 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
14898 Expand comment on NO_SOCK_SIGIO.
aac0c6e3
MR
14899
149002008-08-03 Chong Yidong <cyd@stupidchicken.com>
14901
14902 * nsterm.m (windowDidResize): Remove stopModal call.
14903
149042008-08-03 Andreas Schwab <schwab@suse.de>
14905
14906 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
14907 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
14908
149092008-08-02 Chong Yidong <cyd@stupidchicken.com>
14910
14911 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
14912 Don't use uninitialized pointer variable when using getrlimit.
14913
149142008-08-02 Jason Rumney <jasonr@gnu.org>
14915
14916 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
14917
149182008-08-02 Eli Zaretskii <eliz@gnu.org>
14919
14920 * alloc.c (NSTATICS): Bump to 0x640.
14921
14922 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
14923
14924 * lisp.h: Add prototype for directory_files_internal.
14925
14926 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
14927 New functions.
14928 (syms_of_process): Defsubr them. Add initializations for various
14929 Q* symbols used in procfs_system_process_attributes.
14930 (procfs_list_system_processes, procfs_system_process_attributes)
14931 [HAVE_PROCFS]: New functions.
14932 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
14933 (procfs_get_total_memory): New functions.
14934
149352008-08-01 Juanma Barranquero <lekktu@gmail.com>
14936
14937 * xfaces.c (Fx_load_color_file): Fix previous change;
14938 it is #ifdef WINDOWSNT, not WINDOWS_NT.
14939
149402008-08-01 Michael Albinus <michael.albinus@gmx.de>
14941
14942 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
14943
149442008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14945
14946 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
14947
149482008-08-01 Chong Yidong <cyd@stupidchicken.com>
14949
14950 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
14951
14952 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
14953 define NSApplicationDelegateReplySuccess.
14954 (EmacsView -converstationIdentifier): Use long instead of
14955 NSInteger for GNUstep, since it doesn't have NSInteger.
14956
14957 * xmenu.c: Revert last change.
14958
14959 * keyboard.h: Fix last change.
14960
149612008-08-01 Juanma Barranquero <lekktu@gmail.com>
14962
14963 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
14964 on Windows.
14965
149662008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14967
14968 Warning clearing and clean-up in NS port.
14969 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
14970 Add prototypes.
14971 * nsgui.h (FACE_DEFAULT): Remove, unused.
14972 (XGCValues): Change colors to unsigned long.
14973 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
14974 nsterm.m.
14975 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
14976 (ns_list_fonts): Remove, unused.
14977 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
14978 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
14979 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
14980 (nsfont_draw): Compare face colors to 0, not nil.
14981 * nsmenu.m (struct widget_value): Drop unneeded declaration.
14982 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
14983 (-addSubmenuWithTitle:): Use NSMenuItem class.
14984 (ns_popup_menu): Use NO, not NULL, for enabled setting.
14985 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
14986 (ns_clip_to_row): Make gc arg a BOOL.
14987 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
14988 ns_clip_to_row() call.
14989 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
14990 used). Cast FRAME_FONT assignments.
14991 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
14992 (ns_string_to_lispmod): Change arg to const char.
14993 (ns_term_init): Use NSMenuItem class.
14994 (EmacsApp -openFile:): Move to different section of file.
14995 (EmacsApp -application:openFiles:): Don't return a value, call
14996 -replyToOpenOrPrint:.
14997 (EmacsView -keyDown:): Fix up cast.
14998 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
14999 (EmacsView -menuDown:): Cast tag in call to
15000 find_and_call_menu_selection().
15001 (ns_list_fonts): Remove, unused.
15002 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
15003 (ns_fontname_to_xlfd): Make static.
15004 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
15005 Remove prototypes (now in keyboard.h).
15006 (next_menubar_widget_id): Remove, unused.
15007 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
15008 Remove prototypes (now in keyboard.h).
15009 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
15010
150112008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
15012
15013 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
15014 (floatfns.o): Depend on syssignal.h.
15015 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
15016
15017 * systty.h: Fix previous change that removed BSD_TERMIOS.
15018 Add comments to #ifdefs.
15019
150202008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15021
15022 * w32fns.c (w32-load-color-file): Remove.
15023 (x-open-connection): Use renamed Fx_load_color_file.
15024 * xfaces.c (x-load-color-file): Add.
15025 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
15026 Emacs.clr.
15027 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
15028
150292008-07-31 Michael Albinus <michael.albinus@gmx.de>
15030
15031 * dbusbind.c (Fdbus_call_method_asynchronously)
15032 (Fdbus_method_error_internal): New defuns.
15033 (xd_read_message): Handle also reply messages.
15034 (Vdbus_registered_functions_table): Extend docstring.
15035
150362008-07-31 Juanma Barranquero <lekktu@gmail.com>
15037
15038 * keyboard.c (gobble_input): Fix previous change.
15039
150402008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
15041
15042 * bitmaps/README:
15043 * xfns.c:
15044 * termcap.c:
15045 * term.c:
15046 * syswait.h:
15047 * systty.h:
15048 * systime.h:
15049 * syssignal.h:
15050 * sysdep.c:
15051 * process.h:
15052 * process.c:
15053 * print.c:
15054 * ndir.h:
15055 * lread.c:
15056 * keyboard.c:
15057 * getpagesize.h:
15058 * floatfns.c:
15059 * fileio.c:
15060 * emacs.c:
15061 * doc.c:
15062 * dispnew.c:
15063 * dired.c:
15064 * data.c:
15065 * callproc.c:
15066 * buffer.c:
15067 * README:
15068 * Makefile.in:
15069 * s/template.h:
15070 * s/msdos.h:
15071 * m/vax.h: Remove VMS support.
15072 * s/vms.h:
15073 * vlimit.h:
15074 * uaf.h:
15075 * temacs.opt:
15076 * param.h:
15077 * ioctl.h: Remove file.
15078
150792008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
15080
15081 * s/ms-w32.h (MULTI_KBOARD): Remove.
15082 * xterm.c:
15083 * xselect.c:
15084 * xfns.c:
15085 * window.c:
15086 * w32term.c:
15087 * w32fns.c:
15088 * terminal.c:
15089 * termhooks.h:
15090 * term.c:
15091 * sysdep.c:
15092 * keyboard.h:
15093 * keyboard.c:
15094 * frame.h:
15095 * frame.c:
15096 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
15097 * config.in: Regenerate.
15098
150992008-07-30 Jason Rumney <jasonr@gnu.org>
15100
15101 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
15102
15103 * w32font.c (w32font_encode_char): Leave as unicode if in range.
15104 (w32font_open_internal): Get unicode version of textmetrics.
15105 Don't enable or disable glyph indices here.
15106 (w32font_open): Disable use of glyph indices.
15107
15108 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
15109
151102008-07-30 Chong Yidong <cyd@stupidchicken.com>
15111
15112 * minibuf.c (Vread_buffer_function): Doc fix.
15113
151142008-07-30 John Paul Wallington <jpw@pobox.com>
15115
15116 * minibuf.c (read_buffer_completion_ignore_case): New var.
15117 (Fread_buffer): Use it.
15118
151192008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
15120
15121 * systty.h (sensemode): Remove empty #if. Remove reference to
15122 BSD_TERMIOS, unused.
15123
15124 * sysdep.c: Remove reference to DGUX.
15125 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
15126
15127 * config.in: Regenerate.
15128
151292008-07-30 Jason Rumney <jasonr@gnu.org>
15130
15131 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
15132
151332008-07-29 Jason Rumney <jasonr@gnu.org>
15134
15135 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
15136 is populated.
15137 (uniscribe_encode_char): Always use uniscribe.
15138 Avoid using context if cache is populated.
15139
151402008-07-29 Jan Djärv <jan.h.d@swipnet.se>
15141
15142 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
15143 open menu.
15144
15145 * gtkutil.c (menu_nav_ended): Remove.
15146 (create_menus): Remove signal connect for menu_nav_ended.
15147
151482008-07-28 Chong Yidong <cyd@stupidchicken.com>
15149
15150 * xdisp.c (redisplay_window): Check return value of
15151 compute_window_start_on_continuation_line before forcing a window
15152 start.
15153
151542008-07-28 Jason Rumney <jasonr@gnu.org>
15155
15156 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
15157
15158 * w32term.c (w32_enable_unicode_output, cleartype_active):
15159 Remove obsolete display options.
15160 (x_draw_glyph_string_background): Don't use old cleartype_active
15161 workaround.
15162 (w32_initialize): Remove cleartype_active initialization.
15163 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
15164
151652008-07-28 Andreas Schwab <schwab@suse.de>
15166
15167 * lisp.h (init_weak_hash_tables, syms_of_font)
15168 (xd_read_queued_messages, syms_of_dbusbind): Declare.
15169 (remove_hash_entry): Don't declare.
15170 * eval.c (maybe_call_debugger): Make static and move before use.
15171 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
15172 * xdisp.c: Include "gtkutil.h" if USE_GTK.
15173 * xterm.h (x_set_frame_alpha): Declare.
15174
151752008-07-28 Jan Djärv <jan.h.d@swipnet.se>
15176
15177 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
15178 (create_menus): Connect selection-done to menu_nav_ended.
15179
151802008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15181
15182 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
15183 Set Vx_resource_name to a fallback. Replace read of 'buffered'
15184 parameter with read of 'alpha' one.
15185 (Qns_frame_parameter): Remove.
5582fbc7 15186 * nsselect.m (selection-coding-system)
aac0c6e3
MR
15187 (next-selection-coding-system, Vselection_coding_system)
15188 (Vnext_selection_coding_system): Drop.
15189
151902008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15191
15192 * nsfns.m (do-applescript, do_applescript): Rename to
15193 ns-do-applescript, ns_do_applescript, and move within file.
15194
151952008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15196
15197 Remove support for Mac Carbon.
15198 * mactoolbox.c:
15199 * macterm.h:
15200 * macterm.c:
15201 * macselect.c:
15202 * macmenu.c:
15203 * macgui.h:
15204 * macfns.c:
15205 * mac.c: Remove file.
15206 * s/darwin.h:
15207 * m/intel386.h:
15208 * xfaces.c:
15209 * xdisp.c:
15210 * window.c:
15211 * tparam.c:
15212 * termhooks.h:
15213 * termcap.c:
15214 * term.c:
15215 * syssignal.h:
15216 * sysselect.h:
15217 * sysdep.c:
15218 * process.c:
15219 * lread.c:
15220 * lisp.h:
15221 * keyboard.c:
15222 * image.c:
15223 * fringe.c:
15224 * frame.h:
15225 * frame.c:
15226 * fontset.c:
15227 * font.h:
15228 * font.c:
15229 * fns.c:
15230 * fileio.c:
15231 * emacs.c:
15232 * dispnew.c:
15233 * dispextern.h:
15234 * config.in:
15235 * atimer.c:
2ae37cf0 15236 * Makefile.in: Remove code for Carbon.
aac0c6e3 15237
f0131492 152382008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
15239
15240 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
15241
152422008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15243
15244 * macterm.h (kCGBitmapByteOrder32Host): New define for
15245 non-universal SDKs.
15246
15247 * image.c (mac_create_cg_image_from_image, image_load_image_io)
15248 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
15249
15250 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
15251 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
15252
152532008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
15254
15255 * w32inevt.c: Include dispextern.h.
15256
152572008-07-26 Andreas Schwab <schwab@suse.de>
15258
15259 * print.c (print_object): Fix off-by-one in last change.
15260
152612008-07-25 Juanma Barranquero <lekktu@gmail.com>
15262
15263 * term.c (syms_of_term): Don't initialize default_orig_pair,
15264 default_set_foreground and default_set_background on Windows.
15265
152662008-07-25 Jason Rumney <jasonr@gnu.org>
15267
15268 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
15269 ScriptItemize. Clean up return value checking. Remove unused
15270 variables.
15271 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
15272 shaping engine.
15273
15274 * w32font.c (w32font_has_char): Handle the case where we can't
15275 determine the script for a character.
15276
152772008-07-25 Chong Yidong <cyd@stupidchicken.com>
15278
15279 * term.c (syms_of_term): Initialize default_orig_pair,
15280 default_set_foreground, and default_set_background.
15281
15282 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
15283 clash (bug#86).
15284 (getloadavg): Callers changed.
15285
15286 * image.c (svg_load_image): Fix last change.
15287 (svg_load_image): Use rsvg_handle_get_dimensions to check that
15288 image size is valid. Use g_object_unref instead of deprecated
15289 rsvg_handle_free to free rsvg handle.
15290 (x_from_xcolors): Don't initialize pixmap (silence compiler).
15291
152922008-07-25 Jason Rumney <jasonr@gnu.org>
15293
15294 * w32font.c (w32font_encode_char): Encode characters outside BMP as
15295 surrogates before looking up glyph index.
15296 (w32font_text_extents): Encode as surrogates if falling back to
15297 functions that need UTF-16 wide chars.
15298
15299 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
15300 BMP as surrogates before looking up glyph index.
15301
153022008-07-25 Chong Yidong <cyd@stupidchicken.com>
15303
15304 * image.c (svg_load_image): Check for failure in return value of
15305 rsvg_handle_get_pixbuf. Free rsvg handle when done.
15306
153072008-07-25 Jason Rumney <jasonr@gnu.org>
15308
15309 * w32font.c (Fx_select_font): Reverse sense of second arg.
15310
153112008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
15314 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
15315
15316 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
15317 (PURESIZE): Use it.
15318
153192008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15320
15321 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
15322 * m/alpha.h (TEXT_END):
15323 * m/ibmrs6000.h (TEXT_END):
15324 * m/macppc.h (TEXT_END):
15325 * s/darwin.h (TEXT_END):
15326 * s/msdos.h (TEXT_END): Remove, unused.
15327 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
15328 * s/cygwin.h: Remove comment.
15329
15330 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
15331 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
15332 * m/intel386.h (DOT_GLOBAL_START):
15333 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
15334 (USG): Remove, file not used on USG platforms.
15335
15336 * Makefile.in (HAVE_X11): Remove empty #else.
15337
153382008-07-24 Andreas Schwab <schwab@suse.de>
15339
15340 * fileio.c (Finsert_file_contents): Properly adjust undo list
15341 after format conversion.
15342
153432008-07-24 Jan Djärv <jan.h.d@swipnet.se>
15344
15345 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
15346 (menu_nav_ended): Remove.
15347 (create_menus): Remove signal connect for menu_nav_ended.
15348 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
15349 create_menus.
15350 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
15351
153522008-07-23 Jason Rumney <jasonr@gnu.org>
15353
15354 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
15355 with opened font.
15356 (w32font_open): Set font type to gdi.
15357
15358 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
15359
153602008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15361
15362 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
15363 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
15364 defines it.
15365 * unexec.c (ADDR_CORRECT): Define unconditionally.
15366
15367 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
15368
15369 * unexec.c: Remove code depending on !COFF and USG, the file is
15370 not used for such systems.
15371
15372 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
15373 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
15374 (LD_SWITCH_SYSTEM_1): Remove, update users.
15375
15376 * s/darwin.h (DATA_END):
15377 * m/intel386.h (DATA_END):
15378 * m/ibmrs6000.h (DATA_END):
15379 * m/alpha.h (DATA_END): Remove, unused.
15380
15381 * config.in: Regenerate.
15382 * s/ms-w32.h (subprocesses): Define unconditionally.
15383 * s/template.h (subprocesses): Update comment.
15384 * s/vms.h (subprocesses):
15385 * s/usg5-4.h (subprocesses):
15386 * s/hpux10-20.h (subprocesses):
15387 * s/gnu-linux.h (subprocesses):
15388 * s/cygwin.h (subprocesses):
15389 * s/bsd-common.h (subprocesses):
15390 * s/aix4-2.h (subprocesses):
15391 * s/darwin.h (subprocesses): Do not define, defined by default now.
15392
15393 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
15394 Remove all references.
15395 (temacs): Add GNUstep specific ld flags.
15396
15397 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
15398 similarly to what X does.
15399
154002008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15401
15402 * nsfns.m (x-list-fonts): Remove.
15403 (syms_of_nsfns): Drop the x-list-fonts declaration.
15404 * nsterm.m: Get rid of remaining "//" comments.
15405
154062008-07-22 Chong Yidong <cyd@stupidchicken.com>
15407
15408 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
15409
15410 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
15411 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
15412 (Fns_own_selection_internal, Fx_disown_selection_internal)
15413 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
15414
15415 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
15416 ... */' style of docstrings. Doc fixes.
15417
154182008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15419
15420 * terminfo.c (UP, BC, PC): Undo previous change.
15421
15422 * nsfns.m: Rename ns prefixed functions/variables to the
15423 corresponding x versions. Update references.
15424
154252008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15426
15427 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
15428
154292008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15430
15431 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
15432 Remove forwarding functions.
15433 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
15434 non-static.
15435 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
15436 non-static.
15437 (ns_frame_parm_handlers): Use the new names.
15438 (syms_of_nsfns): Move to the end of file.
15439
15440 * nsterm.m (syms_of_nsterm): Move to the end of file.
15441
15442 * dispnew.c (init_display): Remove code for X10.
15443
154442008-07-22 Jason Rumney <jasonr@gnu.org>
15445
15446 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
15447 bare drive.
15448
154492008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15450
15451 * nsterm.m (syms_of_nsterm): Remove debugging println.
15452
154532008-07-22 David Reitter <david.reitter@gmail.com>
15454
15455 * nsfns.m (do_applescript, F_do_applescript): NS version of the
15456 Carbon implementation of the same functionality: execute arbitrary
15457 AppleScript code.
15458
154592008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
15460
15461 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
15462 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
15463 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
15464 (Fx_display_mm_height, Fx_display_mm_width)
15465 (Fx_display_backing_store, Fx_display_visual_class)
15466 (Fx_display_save_under, Fx_open_connection)
15467 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
15468 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
15469 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15470 (Fx_display_pixel_width, Fx_display_pixel_height)
15471 (Fx_display_usable_bounds, Fx_display_planes)
15472 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
15473 ... */' style of docstrings.
15474
154752008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
15476
15477 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
15478 on this platform.
15479 (mips):
15480 * m/iris4d.h (mips): Do not define.
15481 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
15482
15483 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
15484
15485 * image.c:
15486 * nsfns.m:
15487 * nsselect.m:
15488 * nsterm.h:
15489 * nsterm.m: Rename ns prefixed functions/variables to the
15490 corresponding x versions. Update references.
15491
15492 * m/ibms390x.h (NO_REMAP): Do not undefine.
15493
15494 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
15495
154962008-07-21 Chong Yidong <cyd@stupidchicken.com>
15497
15498 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
15499 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
15500 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
15501 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
15502 (Fns_display_mm_height, Fns_display_mm_width)
15503 (Fns_display_backing_store, Fns_display_visual_class)
15504 (Fns_display_save_under, Fns_open_connection)
15505 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
15506 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
15507 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15508 (Fns_display_pixel_width, Fns_display_pixel_height)
15509 (Fns_display_usable_bounds, Fx_display_planes)
15510 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
15511
155122008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
15513
15514 * print.c (print_object): Check print_depth before searching for
15515 circularities.
15516
155172008-07-21 Michael Albinus <michael.albinus@gmx.de>
15518
15519 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
15520 only sprintf.
15521
155222008-07-21 Kenichi Handa <handa@m17n.org>
15523
15524 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
15525
155262008-07-20 Andreas Schwab <schwab@suse.de>
15527
15528 * syntax.c (find_start_pos, find_start_value)
15529 (find_start_value_byte, find_start_begv, find_defun_start)
15530 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
15531
155322008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15533
15534 * s/sol2-3.h: Insert contents of s/sol2.h.
15535 (LD_SWITCH_SYSTEM): Remove redundant definition.
15536 * s/sol2.h: Remove, unused.
15537
155382008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15539
15540 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
15541
155422008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15543
15544 * Makefile.in (ns_appdir): Fix typo in find command.
15545
155462008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15547
15548 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
15549
15550 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
15551 added not supported anymore.
15552
15553 * s/usg5-4-2.h (LIBS_SYSTEM):
15554 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
15555
15556 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15557 * s/lynxos.h (GETPGRP_NO_ARG):
15558 * s/hpux10-20.h (NO_SIOCTL_H):
15559 * s/gnu.h (GETPGRP_NO_ARG):
15560 * s/gnu-linux.h (NO_SIOCTL_H):
15561 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15562 * s/cygwin.h (GETPGRP_NO_ARG):
15563 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
15564 (C_DEBUG_SWITCH): Remove duplicate definition.
15565
15566 * m/ibms390.h: Remove boilerplate comments.
15567
15568 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
15569
15570 * process.c (HAVE_SERIAL): Consolidate ifdefs.
15571 (wait_reading_process_output): Remove code for SunOS, platform not
15572 supported anymore. Use SOLARIS2 instead of sun.
15573
155742008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15575
15576 * font.c (font_open_by_name): Under NS, default lface height to zero.
15577 (font_open_for_lface): Under NS, set size based on frame fontsize.
15578 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
15579 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
15580
155812008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15582
15583 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
15584 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
15585 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
15586 YES/NO.
15587 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
15588 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
15589 * Makefile.in (clean): Clear out build destination dir.
15590
155912008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15592
15593 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
15594 xterm, xselect.
15595 * lisp.h: Remove declaration of hash_remove.
15596 * nsgui.h: Remove redefinitions of hash_remove.
15597 * fns.c (hash_remove): Rename to hash_remove_from_table.
15598
155992008-07-19 Seiji Zenitani <zenitani@mac.com>
15600
15601 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
15602 strdup() the family UTF8String before modifying it.
15603
156042008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15605
15606 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
15607 NS_FACE_BACKGROUND with 0 instead of nil.
15608 * nsfont.m (nsfont_draw): Same.
15609
156102008-07-19 Chong Yidong <cyd@stupidchicken.com>
15611
15612 * nsfns.m (ns_set_background_color): Fix crash.
15613
156142008-07-18 Chong Yidong <cyd@stupidchicken.com>
15615
15616 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
15617
156182008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
15619
15620 * puresize.h (BASE_PURESIZE): Increase to 1240000.
15621
156222008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15623
15624 * gtkutil.c: Include <config.h> instead of "config.h".
15625
15626 * lisp.h (Foverlay_buffer): Add EXFUN.
15627
15628 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
15629 child process to complete child_setup. Undo 2005-09-21 change.
15630
15631 * s/darwin.h: Mention setsid after vfork.
15632
156332008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15634
15635 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
15636 Depend on macgui.h.
15637
15638 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
15639 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
15640
15641 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
15642 and f19.
15643 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
15644
15645 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
15646 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
15647 Remove enumerators.
15648
15649 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
15650 Check if FACE_FROM_ID returns NULL.
15651
156522008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
15653
15654 * w32inevt.c (change_frame_size): Remove extern declaration.
15655 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
15656 change_frame_size.
15657
156582008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15659
15660 * getloadavg.c: Revert last change (2008-07-15).
15661
156622008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15663
15664 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 15665 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
15666 from configure.
15667
156682008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
15669
15670 * s/sol2.h:
15671 * s/sol2-4.h: Reorganize conditionals.
15672
15673 * ecrt0.c: Remove code depending on m68000, not used anymore.
15674
15675 * fns.c (hash_remove): Make static.
15676 * lisp.h (hash_remove): Don't prototype.
15677
15678 * m/ibmrs6000.h:
15679 * m/ibms390x.h:
15680 * m/macppc.h: Remove boilerplate comments.
15681
15682 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
15683 Solaris, which does not need them.
15684
15685 * m/vax.h: Remove comments about unsupported systems.
15686
15687 * s/darwin.h: Reorganize ifdefs.
15688
156892008-07-17 Andreas Schwab <schwab@suse.de>
15690
15691 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
15692
156932008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
15694
15695 Use SDATA. Follow coding convention of placing operators at
15696 beginning of next line rather than end of previous line, and placing
15697 spaces around infix operators.
15698
15699 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
15700 in case it was defined already.
15701 USE @GNUSTEP_MAKEFILES@ rather than envvars.
15702 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
15703 ns_default.
15704 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
15705 Lisp_Objects.
15706 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
15707 (ns_defined_color, ns_color_to_lisp): Declare.
15708 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
15709 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
15710 it's accepted even with USE_LISP_UNION_TYPE.
15711 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
15712 (update_frame_tool_bar): Remove apparently obsolete tests for
15713 non-integerness of f->tool_bar_lines.
15714 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
15715 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
15716 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
15717 (nsfont_open): Don't confuse NULL for Qnil.
15718 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
15719 * menu.h (find_and_call_menu_selection):
15720 * menu.c (find_and_call_menu_selection): Use just int for vector size.
15721 (find_and_return_menu_selection): Always return something.
15722 * frame.h: Include dispextern.h for Display_Info.
15723 (display_x_get_resource): Declare.
15724
157252008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
15726
15727 * syntax.c: Remove stdio.h include accidentally introduced in
15728 Emacs.app commit.
15729 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
15730 NS_IMPL_COCOA.
15731 * keyboard.c (handle_async_input, input_available_signal): Remove
15732 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
15733
157342008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
15737 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
15738 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
15739 Use SDATA.
15740
15741 * keymap.c: Remove all NS-specific code.
15742 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
15743 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
15744 where_is_preferred_modifier, return a different value depending on how
15745 preferred is the binding.
15746 (where_is_internal): Adjust accordingly.
15747 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
15748 Adjust to new preferred_sequence_p.
15749 (syms_of_keymap): Declare `where-is-preferred-modifier'.
15750 * keyboard.c (parse_solitary_modifier): Not static any more.
15751 * keyboard.h (parse_solitary_modifier): Declare.
15752
157532008-07-16 Andreas Schwab <schwab@suse.de>
15754
15755 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
15756 of easymenu.
15757
157582008-07-16 Chong Yidong <cyd@stupidchicken.com>
15759
15760 * xdisp.c (move_it_in_display_line): Account for word wrap, so
15761 that we don't move off the line.
15762
157632008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * keyboard.c (Qsuper): Remove.
15766 (parse_menu_item): Don't call where_is_internal specially for NS.
15767
157682008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15769
15770 * s/gnu-linux.h: Remove boilerplate comments.
15771
15772 * m/alpha.h (__ELF__): Consolidate conditions.
15773
15774 * m/m68k.h (linux): Use GNU_LINUX instead.
15775 Remove boilerplate comments.
15776
15777 * m/intel386.h: Undo refactoring from previous change.
15778 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
15779 too, remove dead code.
15780 (linux): Use GNU_LINUX instead.
15781
157822008-07-16 Jason Rumney <jasonr@gnu.org>
15783
15784 * w32gui.h: Repeat 26 June changes lost by last change.
15785
157862008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15787
15788 * systty.h: Remove code for Aix on 386, unsupported platform.
15789
15790 * s/ms-w32.h: Remove boilerplate comments.
15791 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
15792
15793 * s/gnu-linux.h (TERM): Remove support.
15794 (HAVE_SYSVIPC): Remove, unused.
15795 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
15796 for this system.
15797
15798 * process.c: Remove support for IRIS, unused.
15799 Remove support for TERM, not relevant anymore.
15800
15801 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
15802 used with the definition.
15803
15804 * s/aix4-2.h (static): Do not undef.
15805
15806 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
15807 only used on Aix.
15808 (HAVE_SYSVIPC): Remove, unused.
15809
15810 * m/hp800.h (CANNOT_DUMP): Do not undef.
15811
15812 * m/alpha.h: Fix comment.
15813
15814 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
15815 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
15816 used by this configuration.
15817 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
15818 * unexec.c: Remove code depending on HPUX and
15819 USG_SHARED_LIBRARIES, not used with this file. Remove code
15820 depending on IRIS, unused. Remove if 0-ed code.
15821
15822 * s/template.h: Remove comments about static.
15823
15824 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
15825 Remove if 0-ed code.
15826 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
15827 were the same as the default.
15828 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
15829 Remove boilerplate comments.
15830 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
15831 (HAVE_SYSVIPC): Remove, unused.
15832 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
15833
15834 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15835 Remove boilerplate comments.
15836 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15837 Remove boilerplate comments.
15838 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
15839 Remove boilerplate comments.
15840 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
15841
15842 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
15843 USG systems which do not use DATA_SEG_BITS.
15844 Refactor code. Remove boilerplate comments.
15845
15846 * m/ibms390.h:
15847 * m/m68k.h:
15848 * s/bsd-common.h:
15849 * s/cygwin.h:
15850 * s/darwin.h:
15851 * s/freebsd.h:
15852 * s/gnu.h:
15853 * s/msdos.h: Remove boilerplate comments.
15854
15855 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 15856 do not use this file.
aac0c6e3
MR
15857 (IRIS_4D): Remove, unused.
15858
15859 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 15860 do not use this file.
aac0c6e3
MR
15861 (SIGN_EXTEND_CHAR):
15862 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
15863 * unexmips.c: Remove file, unused.
15864
15865 * editfns.c (Fuser_full_name): Replace the only use of
15866 USER_FULL_NAME with its value.
15867 * config.in: Regenerate.
15868
158692008-07-16 David Reitter <david.reitter@gmail.com>
15870
15871 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
15872 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
15873
158742008-07-16 Glenn Morris <rgm@gnu.org>
15875
15876 * emacs.c (system-type): Doc fix.
15877
158782008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
15879
15880 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
15881 If the cache doesn't work, let's fix it, rather than work around it.
15882
158832008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15884
15885 * Makefile.in: Correct additions for nsfont.o in last commit.
15886 * nsfont.m: New file (forgot last commit).
15887
158882008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
15889
bba3e508
SM
15890 * callproc.c (set_initial_environment):
15891 Initialize Vprocess_environment under CANNOT_DUMP (fixes crash when
aac0c6e3
MR
15892 batch-compiling for bootstrap).
15893
158942008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 15895 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 15896
c4cc8b9a
JB
15897 * frame.c (make_initial_frame): Call init_frame_faces(f) in
15898 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
15899
159002008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15901
15902 Changes and additions for NeXTstep windowing system (Cocoa and
15903 GNUstep) support.
15904
15905 * Makefile.in:
15906 * config.in: Support defines and build commands for NS port.
15907 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
15908 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
15909 * dispextern.h: Include nsgui.h and add needed typedefs under NS
15910 windowing.
15911 (struct face): Add synth_ital field.
15912 * dispnew.c: Include nsterm.h when compiling under NS windowing.
15913 (init_display): Initialize Vinitial_window_system to "ns" when so
15914 compiled.
15915 * emacs.c: Include GSConfig.h when compiling under GNUstep.
15916 (display_arg): Use under NS.
15917 (main): Under NS, allocate autorelease pool and handle command line
15918 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
15919 (standard_args): Add NS-specific args.
15920 (shut_down_emacs): Shut down NS terminal if compiled under NS.
15921 * font.c (DEFAULT_ENCODING): New variable.
15922 (font_find_for_lface): Use it.
15923 (syms_of_font): Load syms_of_nsfont under NS.
15924 * font.h: Declare nsfont_driver when compiled under NS.
15925 * fontset.c: When compiling under NS, include nsterm.h.
15926 (fontset_from_font): Autoconstruct fontset under NS.
15927 * frame.c (various): Under NS, include nsterm.h, add Qns window system
15928 symbol, document and use it.
15929 (do_switch_frame): When for_deletion under Cocoa, add
15930 Fraise_frame(Qnil).
15931 (x_set_frame_parameters): Ensure font attribute changes are picked up.
15932 (x_get_arg): Allow "yes" and "no" as boolean values.
15933 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
15934 Qright under Cocoa.
15935 (focus-follows-mouse): Default to 0 under NS.
15936 * frame.h (enum output_method): Add output_ns.
15937 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
15938 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
15939 (FRAME_WINDOW_P): NS-specific definition.
15940 * fringe.c (max_used_fringe_bitmap): Make public.
15941 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
15942 (getloadavg): Use NeXT code under descendant OS's.
15943 * image.c (includes and header section, x_create_bitmap_from_data)
15944 (x_create_bitmap_from_file, free_bitmap_record, image_background)
15945 (image_background_transparent, x_clear_image_1)
15946 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
15947 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
15948 (x_to_xcolors, x_from_xcolors, x_disable_image)
15949 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
15950 other GUIs, including XPM support using code originally written for
15951 Carbon GUI.
15952 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
15953 using NS API.
15954 (image_ascent): Use font metrics macros instead of direct struct field
15955 access.
15956 * keyboard.c (includes): Add nsterm.h when compiling under NS.
15957 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
15958 Also, handle NS as GTK for menu bar purposes.
15959 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
15960 toolkit where they differ.
15961 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
15962 use cachelist, still needed under NS.
15963 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
15964 (struct widget_value): Define it here for menu.c.
15965 * keymap.c (includes): Include modifier internals.
15966 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
15967 NS.
15968 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
15969 support for preferring sequences using certain modifiers, specified by
15970 the FIRSTONLY argument.
15971 * lisp.h (hash_remove): Rename to avoid name clash when compiling
15972 under NS GNUstep implementation.
15973 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
15974 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
15975 * menu.c: Include nsterm.h under NS.
15976 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
15977 (free_menubar_widget_tree_value, update_submenu_strings)
15978 (find_and_call_menu_selection): Treat NS as X and NT.
15979 (find_and_return_menu_selection): New function, used for popup menus.
15980 * nsgui.h:
15981 * nsterm.h:
15982 * nsfns.m:
15983 * nsimage.m:
15984 * nsmenu.m:
15985 * nsselect.m:
15986 * nsterm.m: New files.
15987 * process.c (wait_reading_process_output): Under NS, call ns_select()
15988 instead of plain select().
15989 * syntax.c (char_quoted): Under NS, avoid a crash when called near
15990 beginning of buffer.
15991 * sysselect.h (init_process): Rename when compiling under Cocoa to
15992 avoid name conflict.
15993 * termhooks.h (display_info): Add ns_display_info to union.
15994 * terminal.c (Fterminal_live_p): Add ns to terminal types.
15995 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
15996 COCOA environment.
15997 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
15998 unexec() signature. (Note, this will dump, but the resulting file
15999 crashes; unexosx is used instead; keeping around for reference and
16000 possible aid in getting dump working under GNUstep.)
16001 * w32gui.h (button_type, widget_value): Remove definitions (now in
16002 keyboard.h).
16003 * window.c: Include nsterm.h when compiling under NS.
16004 * xdisp.c (includes): Include nsterm.h when compiling under NS.
16005 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
16006 other GUI windowing systems.
16007 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
16008 GTK.
16009 (x_consider_frame_title): Under NS, set icon type and frame
16010 modified-state indicator; use ns_set_name_as_filename() when using
16011 formatted title.
16012 (update_window_cursor): Make public when compiling under NS.
16013 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
16014 (hourglass_atimer, Vhourglass_delay
16015 * xfaces.c (header section, init_frame_faces, clear_font_table)
16016 (defined_color, unload_color, x_face_list_fonts)
16017 (prepare_face_for_display): Add NS support parallel to other GUIs.
16018 Emulate GCs like other non-X GUIs.
16019 (split_font_name): Don't lowercase font name under NS.
16020 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
16021 under NS.
16022 * s/darwin.h: Add support for compilation under NS.
16023
160242008-07-15 Jason Rumney <jasonr@gnu.org>
16025
16026 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
16027 (w32_show_hourglass): Rename from show_hourglass.
16028 (w32_hide_hourglass): Rename from hide_hourglass.
16029 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
16030 (Vhourglass_delay): Declare extern.
16031 (hourglass_started): Remove.
16032
16033 * xdisp.c (Vhourglass_delay): Remove static.
16034 (hourglass_started, start_hourglass, cancel_hourglass):
16035 Don't include these versions on WINDOWSNT.
16036
160372008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
16038
16039 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
16040 variables (formerly in xfns.c).
16041 (show_hourglass, hide_hourglass): New prototypes (same).
16042 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
16043 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
16044 in xfns.c).
16045 (syms_of_xdisp): Declare/initialize display-hourglass,
16046 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
16047 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
16048 formerly in xfns.c.
16049 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
16050 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
16051 (start_hourglass, cancel_hourglass): Remove.
16052 (show_hourglass, hide_hourglass): Remove prototypes and static
16053 modifiers.
16054 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
16055 hourglass_atimer, hourglass_shown_p declaration/initialization.
16056 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
16057 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
16058 (start_hourglass, cancel_hourglass): Remove.
16059 (show_hourglass, hide_hourglass): Remove prototypes and static
16060 modifiers.
16061 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
16062 hourglass_atimer, hourglass_shown_p declaration/initialization.
16063 * w32fns.c (display_hourglass_p, Vhourglass_delay)
16064 (DEFAULT_HOURGLASS_DELAY): Remove.
16065 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
16066 hourglass_shown_p declaration/initialization.
16067
160682008-07-14 Jason Rumney <jasonr@gnu.org>
16069
16070 * w32fns.c (w32_get_arg): Remove wrapper function.
16071 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
16072 directly.
16073 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
16074
160752008-07-14 Kenichi Handa <handa@m17n.org>
16076
16077 * xfont.c (xfont_open): Add workaround for X's bug.
16078
160792008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16080
16081 * fontset.c: Include <stdio.h> unconditionally.
16082
160832008-07-13 Michael Albinus <michael.albinus@gmx.de>
16084
16085 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
16086 for filtering.
16087
160882008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16089
16090 * s/vms.h: Use __GNUC__ instead of _GNUC_.
16091
16092 * m/macppc.h:
16093 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
16094
c4cc8b9a 16095 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
16096 (SPECIAL_EMACS_INT):
16097 * m/ia64.h (SPECIAL_EMACS_INT):
16098 * m/amdx86-64.h (SPECIAL_EMACS_INT):
16099 * s/gnu.h (NLIST_STRUCT):
16100 * s/aix4-2.h (X11R5_INHIBIT_I18N):
16101 * s/gnu-linux.h (LINUX):
16102 * s/msdos.h (HAVE_FACES):
16103 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
16104
16105 * systty.h:
16106 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
16107 anymore.
16108
161092008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
16110
16111 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
16112 always defined as int.
16113
16114 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
16115 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
16116 * s/gnu-linux.h (HAVE_WAIT_HEADER):
16117 * s/freebsd.h (HAVE_WAIT_HEADER):
16118 * s/bsd-common.h (HAVE_UNION_WAIT):
16119 * s/aix4-2.h (HAVE_WAIT_HEADER):
16120 * m/mips.h (HAVE_UNION_WAIT):
16121 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
16122 (COFF, static): Do not define, they are undefined later in the file.
16123
16124 * process.c (update_status): Don't use a union.
16125 (status_convert):
16126 (sigchld_handler): Use int instead of WAITTYPE.
16127
161282008-07-12 Chong Yidong <cyd@stupidchicken.com>
16129
16130 * indent.c (Fvertical_motion): Restore hscroll before moving to
16131 goal column.
16132
161332008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16134
16135 * lisp.h: Remove left over code.
16136
161372008-07-11 Andreas Schwab <schwab@suse.de>
16138
16139 * lisp.h: Fix logic in last change.
16140
16141 * menu.h: New file.
16142 * menu.c: Include it.
16143 * xmenu.c: Likewise.
16144 * Makefile.in: Update dependencies.
16145
161462008-07-11 Kenichi Handa <handa@m17n.org>
16147
16148 * fontset.c (fontset_from_font): Cancel the previous change.
16149
161502008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16151
16152 * lisp.h:
16153 * w32heap.c:
16154 * emacs.c:
16155 * alloc.c: Replace all references of NO_UNION_TYPE with
16156 USE_LISP_UNION_TYPE.
16157
16158 * m/xtensa.h (NO_UNION_TYPE):
16159 * m/vax.h (NO_UNION_TYPE):
16160 * m/template.h (NO_UNION_TYPE):
16161 * m/sparc.h (NO_UNION_TYPE):
16162 * m/mips.h (NO_UNION_TYPE):
16163 * m/macppc.h (NO_UNION_TYPE):
16164 * m/m68k.h (NO_UNION_TYPE):
16165 * m/iris4d.h (NO_UNION_TYPE):
16166 * m/intel386.h (NO_UNION_TYPE):
16167 * m/ibms390x.h (NO_UNION_TYPE):
16168 * m/ibms390.h (NO_UNION_TYPE):
16169 * m/ibmrs6000.h (NO_UNION_TYPE):
16170 * m/ia64.h (NO_UNION_TYPE):
16171 * m/hp800.h (NO_UNION_TYPE):
16172 * m/arm.h (NO_UNION_TYPE):
16173 * m/amdx86-64.h (NO_UNION_TYPE):
16174 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
16175 defining it the same.
16176
161772008-07-10 Chong Yidong <cyd@stupidchicken.com>
16178
16179 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
16180
161812008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
16182
16183 * fileio.c:
50426a04 16184 * sysdep.c:
aac0c6e3
MR
16185 * systty.h:
16186 * m/ibmrs6000.h:
16187 * m/iris4d.h:
16188 * s/aix4-2.h:
16189 * s/freebsd.h:
16190 * s/gnu-linux.h:
16191 * s/hpux10-20.h:
16192 * s/hpux11.h:
16193 * s/netbsd.h:
16194 * s/sol2-3.h:
16195 * s/sol2-4.h:
16196 * s/sol2.h:
16197 * s/usg5-4.h:
16198 * s/vms.h: Remove references to unused variables.
16199
162002008-07-10 Andreas Schwab <schwab@suse.de>
16201
16202 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
16203 pattern before matching the generic family.
16204
162052008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
16206
16207 * unexec.c:
16208 * s/vms.h:
16209 * s/usg5-4-2.h:
16210 * s/sol2-5.h:
16211 * s/freebsd.h:
16212 * s/darwin.h: Remove dead code.
16213
16214 * m/template.h:
16215 * m/sparc.h:
16216 * m/mips.h:
16217 * m/m68k.h:
16218 * m/iris4d.h:
16219 * m/intel386.h:
16220 * m/ibms390x.h:
16221 * m/ibms390.h:
16222 * m/ia64.h:
16223 * m/hp800.h:
16224 * m/arm.h:
16225 * m/amdx86-64.h: Remove dead code and references to unused
16226 and compiler defined symbols.
16227
16228 * unexmips.c:
16229 * unexelf.c: Remove references to desupported systems.
16230
16231 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
16232
16233 * m/powermac.h: Remove boilerplate comments.
16234 (NO_REMAP): Remove unused definition.
16235
16236 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
16237 define them.
16238
162392008-07-10 Kenichi Handa <handa@m17n.org>
16240
16241 * xfont.c (xfont_open): Log the reason of failure.
16242
162432008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
16244
16245 * fontset.c (fontset_get_font_group):
16246 * font.c (font_check_otf): Specify argument types.
16247
162482008-07-09 Kenichi Handa <handa@m17n.org>
16249
16250 * coding.c (detect_coding_utf_8): Set detect_info->found only when
16251 non-ASCII char is found.
16252
16253 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
16254 (reorder_font_vector): Change the arg preferred_family to font.
16255 Prefer the spec matching with font.
16256 (fontset_get_font_group): New function.
16257 (fontset_find_font): Change the format of an element of a realized
16258 fontset. Use fontset_get_font_group.
16259 (fontset_font): Try the current fontset, the default fontset, the
16260 fallbacks of the current fontset, and the fallbacks of the default
16261 fontset in this order.
16262 (face_for_char): Delete the shortcut to use the current font.
16263 (fontset_from_font): Don't set fonts for Latin in the fontset.
16264
16265 * font.h (font_make_object, font_match_p): Adjust prototypes.
16266
16267 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
16268
16269 * font.c (font_make_object): New arg entity and pixelsize.
16270 (font_check_otf_features, font_check_otf): New functions.
16271 (font_match_p): Check :lang, :script, and :otf properties.
16272
16273 * xfont.c (xfont_open): Adjust it for the change of
16274 font_make_object.
16275 (xfont_text_extents): Fix initial setting of metrics.
16276
16277 * ftfont.c (struct ftfont_info): New member index, delete member
16278 fc_charset_idx. Make the member order compatible with struct
16279 xftfont_info.
16280 (fc_charset_table): Change charset names to registry names.
16281 (ftfont_pattern_entity): Delete the args registry and
16282 fc_charset_idx. Change the value of :font-entity property
16283 to (FONTNAME . INDEX). Always set :registry property to
16284 `iso10646-1'.
16285 (struct ftfont_cache_data): New struct.
16286 (ftfont_lookup_cache): New arg for_face.
16287 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
16288 (ftfont_driver): Set the member otf_capability.
16289 (ftfont_get_charset): Adjust it for the change of
16290 fc_charset_table.
16291 (OTF_TAG_SYM): New macro.
16292 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
16293 for the change of fc_charset_table.
16294 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
16295 ftfont_pattern_entity. Add FC_INDEX to objset.
16296 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
16297 and ftfont_pattern_entity.
16298 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
16299 font_make_object, struct ftfont_info.
16300 (ftfont_has_char): Use ftfont_get_fc_charset.
16301 (ftfont_otf_features, ftfont_otf_capability): New functions.
16302 (ftfont_shape): Use ftfont_get_otf.
16303 (ftfont_text_extents): Fix initial setting of metrics.
16304
16305 * xftfont.c (struct xftfont_info): New member ft_size. Make the
16306 member order compatible with struct ftfont_info.
bba3e508
SM
16307 (xftfont_open): Add FC_CHARSET to the pattern.
16308 Set xftfont_info->ft_size. Don't unlock the face. Check BDF
aac0c6e3
MR
16309 properties if appropriate.
16310 (xftfont_close): Unlock the face.
16311 (xftfont_anchor_point, xftfont_shape): Deleted.
16312 (syms_of_xftfont): Don't set members anchor_point and shape of
16313 xftfont_driver.
16314
16315 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
16316 font_make_object.
16317
16318 * w32font.c (w32font_open): Adjust it for the change of
16319 font_make_object.
16320 (w32font_open_internal): Don't set properties of font_object here.
16321
163222008-07-08 Chong Yidong <cyd@stupidchicken.com>
16323
16324 * macfns.c (x_create_tip_frame):
16325 * w32fns.c (x_create_tip_frame):
16326 * xfns.c (x_create_tip_frame): Pass parameter argument to
16327 face-set-after-frame-default.
16328
16329 * xfaces.c (Finternal_merge_in_global_face): Save merged
16330 attributes for the default face back into the face vector.
16331
163322008-07-08 Andreas Schwab <schwab@suse.de>
16333
16334 * fontset.h: Declare fontset_from_font. Don't declare
16335 new_fontset_from_font and fontset_from_font_name.
16336 * xterm.c: Include "fontset.h".
16337 * Makefile.in (xterm.o): Update dependencies.
16338
163392008-07-08 Glenn Morris <rgm@gnu.org>
16340
16341 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
16342 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
16343
163442008-07-07 Chong Yidong <cyd@stupidchicken.com>
16345
16346 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
16347 (x_set_frame_parameters): Don't bind it.
16348
163492008-07-07 Juanma Barranquero <lekktu@gmail.com>
16350
16351 * w32fns.c (map_w32_filename): Declare extern.
16352
163532008-07-07 Jason Rumney <jasonr@gnu.org>
16354
16355 * w32term.c (WS_EX_LAYERED): Define if not already.
16356
163572008-07-06 Chong Yidong <cyd@stupidchicken.com>
16358
16359 * xfaces.c (set_font_frame_param): Don't try to set the font
16360 parameter if it is still unspecified in the lface.
16361
163622008-07-05 Chong Yidong <cyd@stupidchicken.com>
16363
16364 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
16365 face if it didn't already exist.
16366
16367 * xdisp.c (try_window_id): Give up if word-wrapping is on.
16368
163692008-07-05 Andreas Schwab <schwab@suse.de>
16370
16371 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
16372
163732008-07-05 Chong Yidong <cyd@stupidchicken.com>
16374
16375 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
16376 word-wrapping.
16377 (IT_DISPLAYING_WHITESPACE): New macro.
16378 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
16379 when word-wrapping. Simplify word-wrapping logic. Use correct
16380 pixel positions when saving copies of the iterator.
16381 (display_line): Use proper wrap point if the last character on a
16382 line was preceded by whitespace.
16383
163842008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
16387
163882008-07-04 Kenichi Handa <handa@m17n.org>
16389
16390 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
16391
16392 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
16393
163942008-07-02 Jason Rumney <jasonr@gnu.org>
16395
16396 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 16397 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
16398
16399 * xdisp.c (next_element_from_display_vector): Move assignment out
16400 of if statement.
16401
164022008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
16403
16404 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
16405
16406 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
16407 (syms_of_fileio): Initialize and export them.
16408 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
16409
16410 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
16411 (Fsystem_move_file_to_trash): New function.
16412 (syms_of_w32fns): Export it to lisp.
16413
164142008-07-01 Jason Rumney <jasonr@gnu.org>
16415
16416 * w32font.c (w32font_text_extents): Don't count overhang as part
16417 of width.
16418
164192008-06-30 Miles Bader <miles@gnu.org>
16420
16421 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
16422 Add `avoid_cursor_p' field.
16423
16424 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
16425 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
16426 (append_glyph, append_composite_glyph, produce_image_glyph)
16427 (append_stretch_glyph): Initialize avoid_cursor_p.
16428 (get_it_property): Rename from `get_line_height_property'.
16429 (x_produce_glyphs): Use get_it_property.
16430 (handle_line_prefix, push_display_prop): New functions.
16431 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
16432 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
16433 New variables.
16434 (syms_of_xdisp): Initialize them.
16435
164362008-06-30 Kenichi Handa <handa@m17n.org>
16437
16438 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
16439 XftDefaultSubstitute (they are called in XftFontMatch).
16440 (xftfont_open): Fix args to ftfont_font_format.
16441
16442 * ftfont.c (fc_charset_table): New member lang.
16443 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 16444 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
16445 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
16446 (ftfont_open): Fix args to ftfont_font_format.
16447 (ftfont_font_format): New arg filename.
16448
164492008-06-30 Chong Yidong <cyd@stupidchicken.com>
16450
16451 * xfaces.c (Finternal_merge_in_global_face): If default face was
16452 modified, realize it again. Update the font face attribute.
16453
164542008-06-29 Jason Rumney <jasonr@gnu.org>
16455
16456 * w32term.c (x_set_frame_alpha): Fix logic.
16457
164582008-06-29 Kenichi Handa <handa@m17n.org>
16459
16460 * fontset.c (Finternal_char_font): Return font-object instead of
16461 font-name.
16462
16463 * composite.c (get_composition_id): Fix the width calculation for TAB.
16464
164652008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16466
16467 * indent.c (Fvertical_motion): Properly handle float column arg.
16468
164692008-06-28 Jason Rumney <jasonr@gnu.org>
16470
16471 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
16472 (pfnSetLayeredWindowAttributes): New function pointer.
16473 (w32_initialize): Initialize it when supported.
16474 (x_set_frame_alpha): New function.
16475
16476 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
16477 (w32_frame_parm_handlers): Set alpha handler.
16478
16479 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
16480
164812008-06-27 Jason Rumney <jasonr@gnu.org>
16482
16483 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
16484 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
16485 (w32_to_x_charset, x_to_w32_charset)
16486 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16487 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16488 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16489 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16490 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16491 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16492 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
16493 (Qw32_charset_unicode): Remove.
16494 (syms_of_w32fns): Update for above changes.
16495
16496 * w32font.c (w32_to_x_charset, x_to_w32_charset)
16497 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16498 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16499 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16500 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16501 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16502 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16503 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
16504 (syms_of_w32font): Update for above changes.
16505
165062008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
16507
16508 * s/usg5-4.h: Fix previous change: keep the correct branch of a
16509 removed #if.
16510 (USG_SHARED_LIBRARIES): Remove duplicate definition.
16511
165122008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 16513 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
16514
16515 * makefile.w32-in (LOCAL_FLAGS):
16516 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
16517
16518 * sysdep.c (_spawnlp, _getpid):
16519 Declare with explicit _cdecl instead of _CRTAPI1.
16520
16521 * editfns.c (Fget_internal_run_time):
16522 Check for WINDOWSNT with #ifdef, not #if.
16523
165242008-06-26 Jason Rumney <jasonr@gnu.org>
16525
16526 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
16527
16528 * w32term.c (x_draw_glyph_string_foreground)
16529 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
16530 Use FONT_HANDLE macro.
16531 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
16532
16533 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16534 (uniscribe_encode_char): Use FONT_HANDLE macro.
16535
16536 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
16537 (w32font_text_extents): Use precast w32_font.
16538 (w32font_close): Free cached metrics.
16539 (w32font_open_internal): Allocate space for name on stack.
16540
165412008-06-26 Chong Yidong <cyd@stupidchicken.com>
16542
16543 * xdisp.c (extend_face_to_end_of_line): Fix last change.
16544
165452008-06-26 Jason Rumney <jasonr@gnu.org>
16546
16547 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
16548 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
16549
165502008-06-26 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
16553
165542008-06-26 Jason Rumney <jasonr@gnu.org>
16555
16556 * w32bdf.c, w32bdf.h: Remove obsolete files.
16557
16558 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
16559
16560 * w32gui.h: Don't include w32bdf.h.
16561 (XCharStruct, enum w32_char_font_type, W32FontStruct):
16562 Remove obsolete font support.
16563
16564 * w32font.h (struct w32font_info): Remove compat_w32_font.
16565 Add hfont member.
16566 (FONT_COMPAT): Remove obsolete macro.
16567
16568 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
16569 (w32font_encode_char, w32font_text_extents): Use new hfont member.
16570 (w32font_open_internal): Remove compat code. Set new hfont member.
16571 (Fx_select_font): Use new hfont member.
16572
16573 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16574 (uniscribe_encode_char): Use new hfont member.
16575
16576 * w32term.c (x_draw_glyph_string_foreground)
16577 (x_draw_composite_glyph_string_foreground): Use new hfont member.
16578 (x_draw_glyph_string): Use metrics in w32font_info.
16579
165802008-06-26 Kenichi Handa <handa@m17n.org>
16581
16582 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
16583
165842008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16585
16586 * unexnext.c:
16587 * m/ews4800.h:
16588 * m/hp9000s300.h:
16589 * m/ibm370aix.h:
16590 * m/mips-siemens.h:
16591 * m/ncr386.h:
16592 * m/next.h:
16593 * m/pmax.h:
16594 * m/powerpcle.h:
16595 * m/tandem-s2.h:
16596 * s/386bsd.h:
16597 * s/bsd386.h:
16598 * s/bsd4-1.h:
16599 * s/bsd4-2.h:
16600 * s/bsdos2-1.h:
16601 * s/bsdos2.h:
16602 * s/bsdos3.h:
16603 * s/bsdos4.h:
16604 * s/nextstep.h:
16605 * s/ultrix4-3.h:
16606 * s/usg5-0.h:
16607 * s/usg5-2-2.h:
16608 * s/usg5-2.h:
16609 * s/usg5-4-3.h:
16610 * s/ux4800.h:
16611 * s/uxpds.h:
16612 * s/uxpv.h: Remove support for obsolete systems.
16613 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 16614 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
16615 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
16616 Remove, insert contents in s/aix4-2.h.
16617 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
16618 * s/bsd4-3.h: Rename to ...
16619 * s/bsd-common.h: ... this.
16620 * data.c:
16621 * doc.c:
16622 * ecrt0.c:
16623 * emacs.c:
16624 * fileio.c:
16625 * floatfns.c:
16626 * keyboard.c:
16627 * mem-limits.h:
16628 * print.c:
16629 * process.c:
16630 * sysdep.c:
16631 * syssignal.h:
16632 * systty.h:
16633 * syswait.h:
16634 * term.c:
16635 * unexec.c:
16636 * unexelf.c:
16637 * unexhp9k800.c:
16638 * m/hp800.h:
16639 * m/ibmrs6000.h:
16640 * m/mips.h:
16641 * m/vax.h:
16642 * s/darwin.h:
16643 * s/freebsd.h:
16644 * s/gnu.h:
16645 * s/ms-w32.h:
16646 * s/msdos.h:
16647 * s/netbsd.h:
16648 * s/template.h: Remove references to obsolete variables.
16649
16650 * Makefile.in: Add dependencies for all unexec files.
16651 (admindir): Remove unused variable.
16652 (UNEXEC_SRC): Remove references.
16653
166542008-06-25 Chong Yidong <cyd@stupidchicken.com>
16655
16656 * xfns.c (x_default_font_parameter): If Xft is available, first
16657 try Monospace-12 for the default font.
16658
166592008-06-25 Jason Rumney <jasonr@gnu.org>
16660
16661 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
16662
166632008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
16666
16667 * buffer.c (syms_of_buffer): Remove default-word-wrap.
16668
166692008-06-25 Juanma Barranquero <lekktu@gmail.com>
16670
16671 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
16672 <scroll-conservatively>: Fix typo in docstring.
16673
16674 * xselect.c (Fx_send_client_event): Doc fix.
16675
166762008-06-25 Kenichi Handa <handa@m17n.org>
16677
16678 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
16679
16680 * font.c (font_parse_fcname): Remove unused variables.
16681 (font_sort_entites): Delete the arg SPEC. Caller changed.
16682 Fix for the case of ! best_only.
16683 (font_delete_unmatched): Check DPI and AVGWIDTH too.
16684
16685 * lisp.h (Fstring_to_unibyte): EXFUN it.
16686
16687 * character.h (str_to_unibyte): Extern it.
16688
16689 * character.c (str_to_unibyte): New function.
16690
16691 * fns.c (Fstring_to_unibyte): New function.
16692 (syms_of_fns): Defsubr it.
16693
166942008-06-24 Kenichi Handa <handa@m17n.org>
16695
16696 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
16697 DPI too.
16698 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
16699
167002008-06-24 Andreas Schwab <schwab@suse.de>
16701
16702 * Makefile.in (${lispsource}loaddefs.el): Rename from
16703 ../lisp/loaddefs.el.
16704 (bootstrap-clean): Do what distclean does but don't remove
16705 Makefile.
16706 (distclean): Depend on bootstrap-clean and remove Makefile.
16707
167082008-06-24 Chong Yidong <cyd@stupidchicken.com>
16709
16710 * buffer.h (struct buffer): New member word_wrap.
16711
16712 * buffer.c (syms_of_buffer): New variables default-word-wrap and
16713 word-wrap.
16714 (init_buffer_once): Initialize them.
16715
16716 * dispextern.h (struct it): Replace bool truncate_lines_p with a
16717 line_wrap enum possessing three possible values.
16718
16719 * termopts.h: Replace truncate_partial_width_windows with
16720 Vtruncate_partial_width_windows.
16721
16722 * dispnew.c (direct_output_for_insert): Avoid direct output when
16723 inserting a space with word wrap on.
16724
16725 * indent.c (compute_motion): Obey integer values of
16726 truncate-partial-width-windows.
16727
16728 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
16729 replacing truncate_partial_width_windows.
16730 (init_iterator): If Vtruncate_partial_width_windows is an integer,
16731 truncate only if the window width is below that integer.
16732 (start_display, resize_mini_window, produce_stretch_glyph)
16733 (display_string, move_it_in_display_line_to): Use line_wrap.
bba3e508
SM
16734 (back_to_previous_visible_line_start, reseat_1):
16735 Reset string_from_display_prop_p.
aac0c6e3
MR
16736 (display_line): Extend default face to end of line when wrapping.
16737
167382008-06-24 Kim F. Storm <storm@cua.dk>
16739
16740 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
16741 to wrap continued lines at word boundaries.
16742
167432008-06-24 Jason Rumney <jasonr@gnu.org>
16744
16745 * font.c (Ffont_face_attributes): Multiply pixel size before point
16746 conversion to avoid multiplying rounding error.
16747
167482008-06-23 Jason Rumney <jasonr@gnu.org>
16749
16750 * w32term.c (x_draw_glyph_string_background)
16751 (x_draw_glyph_string): Remove old bdf font code.
16752
16753 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
16754
167552008-06-22 Kenichi Handa <handa@m17n.org>
16756
16757 * font.c (font_find_for_lface): Try the adstyle specified in
16758 the property of LFACE_FONT of LFACE (if any).
16759
167602008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 16761 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
16762
16763 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
16764
167652008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
16766
16767 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
16768 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
16769 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
16770 (witness-emacs): Remove.
16771 (lisp, shortlisp): Move loaddefs.el earlier.
16772 (mostlyclean): Forget about witness-emacs.
16773
167742008-06-22 Glenn Morris <rgm@gnu.org>
16775
16776 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
16777 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
16778
167792008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * Makefile.in (PRECOMP): Remove.
16782 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
16783 (witness-emacs): Run `compile-first'.
16784 (.el.elc): Use the new compile-onefile target.
16785
167862008-06-21 Kenichi Handa <handa@m17n.org>
16787
16788 * xftfont.c (xftfont_open): Handle QCembolden only when
16789 FC_EMBOLDEN is defined.
16790
167912008-06-21 Andreas Schwab <schwab@suse.de>
16792
16793 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
16794 (.el.elc): Likewise.
16795
167962008-06-21 Miles Bader <miles@gnu.org>
16797
16798 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
16799 build dir, not the lisp source dir.
16800
168012008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16802
16803 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
16804 (bootstrapclean): Remove.
16805 (.el.elc): New rule.
16806 (PRECOMP): New var.
16807 (../lisp/subdirs.el): Remove.
16808 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
16809 (witness-emacs): New target.
16810 (mostlyclean): Remove witness-emacs as well.
16811 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
16812 Add witness-emacs dependency.
16813
168142008-06-20 Chong Yidong <cyd@stupidchicken.com>
16815
16816 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
16817 defined by the font.
16818
168192008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
16822 (bootstrap-clean): New target that keeps TAGS around.
16823 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
16824 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
16825
168262008-06-20 Jason Rumney <jasonr@gnu.org>
16827
16828 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
16829 Remove obsolete font code.
16830
16831 * w32font.c (font_matches_spec): Use csb bitfield from font signature
16832 to determine language support.
16833
168342008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16835
16836 * sysdep.c (cfsetspeed): New fun extracted from the code.
16837 (cfmakeraw): Move before first use.
16838
168392008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
16840
16841 * sysdep.c (cfmakeraw): Provide fallback implementation.
16842 (serial_configure): Provide fallback implementation of cfsetspeed.
16843
168442008-06-20 Kenichi Handa <handa@m17n.org>
16845
16846 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
16847 the pattern.
16848
16849 * fontset.c (fontset_from_font): Copy font_spec before changing
16850 the elements.
16851
16852 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
16853
168542008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16855
16856 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
16857 for explicit `font' parameters.
16858
16859 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
16860
168612008-06-19 Kenichi Handa <handa@m17n.org>
16862
16863 * frame.c: Include <ctype.h>.
16864 (x_set_font_backend): Allow spacing characters in the X resource
16865 for FontBackend.
16866
168672008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * w32fns.c, xfns.c (Qfont_param): New var.
16870 (syms_of_w32fns): Initialize it.
16871 (x_default_font_parameter): Record explicit `font' into
16872 `font-parameter'.
16873
168742008-06-18 Kenichi Handa <handa@m17n.org>
16875
16876 * font.c (font_parse_xlfd): Fix previous change.
16877 (font_parse_fcname): Don't use :fc-unknown-spec.
16878 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
16879 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
16880 (font_add_log): Prepend the driver name to the resulting fonts.
16881
16882 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
16883 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
16884 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
16885
16886 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
16887 (QCembolden): New variables.
16888 (syms_of_xftfont): DEFSYM them.
16889 (xftfont_open): Call XftFontMatch. Don't trust the result of
16890 XftTextExtents8 if the pixel_size is less than 5.
16891
168922008-06-18 Andreas Schwab <schwab@suse.de>
16893
16894 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
16895 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
16896
168972008-06-18 Jason Rumney <jasonr@gnu.org>
16898
16899 * w32font.c (w32font_list, w32font_match): Add logging.
16900
16901 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
16902
169032008-06-17 Chong Yidong <cyd@stupidchicken.com>
16904
16905 * font.c (font_parse_fcname): Store divider characters for
16906 unknown-spec list. For known key symbols, intern using correct
16907 symbol name.
16908
169092008-06-17 Kenichi Handa <handa@m17n.org>
16910
16911 * xfaces.c (realize_default_face): If the frame is not on window
16912 system, set the fontset of face to nil.
16913
169142008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
16915
16916 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
16917
169182008-06-16 Juanma Barranquero <lekktu@gmail.com>
16919
16920 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
16921 (build_font_name_from_vector): Delete externs.
16922
16923 * xfaces.c (struct font_name): Don't declare.
16924
169252008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
16926
16927 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
16928
169292008-06-16 Chong Yidong <cyd@stupidchicken.com>
16930
16931 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
16932
169332008-06-16 Juanma Barranquero <lekktu@gmail.com>
16934
16935 * font.c (Ffont_spec): Fix usage in docstring.
16936 (Ffont_face_attributes): Doc fix.
16937
169382008-06-16 Andreas Schwab <schwab@suse.de>
16939
16940 * font.c (Ffont_face_attributes): Fix definition.
16941
169422008-06-16 Jason Rumney <jasonr@gnu.org>
16943
16944 * font.h (font_style_symbolic_from_value): Remove.
16945
16946 * font.c (font_style_symbolic_from_value): Remove.
16947 (font_style_symbolic): Revert to pre 2008-06-13 version.
16948
16949 * w32font.c (w32_to_fc_weight): New function.
16950 (w32font_full_name, logfont_to_fcname): Use it.
16951
169522008-06-16 Kenichi Handa <handa@m17n.org>
16953
16954 * font.c (font_check_object): Delete it.
16955 (font_clear_cache): Check if a font-object is alive.
16956 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
16957 font-object to nil.
16958 (font_close_object): Don't check FONT_CLOSE_OBJECT.
16959 (font_at): Don't call font_check_object.
16960 (Ffont_get): Return a symbol for :weight, :slant, and :width.
16961
169622008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16963
16964 * puresize.h (BASE_PURESIZE): Increase to 1230000.
16965
169662008-06-16 Chong Yidong <cyd@stupidchicken.com>
16967
16968 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
16969
169702008-06-15 Chong Yidong <cyd@stupidchicken.com>
16971
16972 * font.c (font_parse_fcname): Only one decimal point.
16973 (font_unparse_fcname): Handle data in family and foundry indices
16974 as symbols, not strings.
16975 (font_unparse_gtkname, Ffont_face_attributes): New functions.
16976
16977 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
16978
16979 * font.h (font_unparse_gtkname): Add prototype.
16980
169812008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
16982
16983 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
16984
169852008-06-15 Andreas Schwab <schwab@suse.de>
16986
16987 * font.c (font_update_drivers): Fix crash when no drivers match.
16988
169892008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16990
16991 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
16992 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
16993
169942008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16995
16996 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
16997
169982008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
16999
17000 * process.c (Fserial_process_configure, Fprocess_send_eof):
17001 Use EQ to compare Lisp_Objects.
17002
170032008-06-13 Jason Rumney <jasonr@gnu.org>
17004
17005 * w32fns.c (Fw32_select_font): Remove old font API function.
17006
17007 * w32font.c (logfont_to_fcname): New function.
17008 (Fx_select_font): New font dialog function compatible with
17009 GTK/fontconfig version.
17010
17011 * font.c (font_style_symbolic_from_value): New function.
17012 (font_style_symbolic): Use it.
17013
17014 * font.h (font_style_symbolic_from_value): Declare new function.
17015
170162008-06-13 Juanma Barranquero <lekktu@gmail.com>
17017
17018 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
17019 <font-width-table>: Fix typos in docstrings.
17020
170212008-06-13 Daniel Engeler <engeler@gmail.com>
17022
17023 These changes add serial port access.
17024 * process.c: Add HAVE_SERIAL.
17025 (Fdelete_process, Fprocess_status, Fset_process_buffer)
17026 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
17027 (list_processes_1, select_wrapper, Fstop_process)
17028 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
17029 (status_notify): Modify to handle serial processes.
17030 [HAVE_SERIAL] (Fserial_process_configure)
17031 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
17032 New functions.
17033 * process.h (struct Lisp_Process): Add `type'.
17034 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
17035 New functions.
17036 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
17037 serial ports.
b71ac3dd 17038 (serial_open, serial_configure): New functions.
aac0c6e3
MR
17039 * w32.h: Add FILE_SERIAL.
17040 (struct _child_process): Add ovl_read, ovl_write.
17041
170422008-06-13 Kenichi Handa <handa@m17n.org>
17043
17044 * dispextern.h (enum lface_attribute_index): New member
17045 LFACE_FOUNDRY_INDEX.
17046
17047 * font.c (font_score): Delete arg alternate_families. Check only
17048 weight, slant, width, and size. Ignore the difference of alias
17049 style symbols.
17050 (font_sort_entites): Adjust for the above change. Reflect the
17051 order of font-driver to scores.
17052 (font_list_entities): Don't check alternate_familes here.
17053 (font_clear_prop): Handle foundry.
17054 (font_update_lface): Don't parse "foundry-family" form here.
17055 Handle FONT_FOUNDRY_INDEX.
17056 (font_find_for_lface): Likewise. Handle alternate families here.
17057 If registry is nil, try iso8859-1 and ascii-0.
17058 (font_open_for_lface): Pay attention to size in ENTITY.
17059 (font_open_by_name): Simplify by calling font_load_for_lface.
17060 (free_font_driver_list): Delete it.
17061 (font_update_drivers): Preserve the order of backends.
17062 (syms_of_font): Setting of sort_shift_bits adjusted for the change
17063 of font_score and font_sort_entites.
17064 (font_update_sort_order): Likewise.
17065
17066 * xfaces.c (LFACE_FOUNDRY): New macro.
17067 (check_lface_attrs): Check foundry.
17068 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
17069 (merge_face_vectors): Check foundry.
17070 (merge_face_ref): Likewise.
17071 (Finternal_set_lisp_face_attribute): Likewise.
17072 (x_update_menu_appearance): Likewise.
17073 (Finternal_get_lisp_face_attribute): Likewise.
17074 (lface_hash): Likewise.
17075 (lface_same_font_attributes_p): Likewise.
17076 (x_supports_face_attributes_p): Likewise.
17077 (tty_supports_face_attributes_p): Likewise.
17078 (Finternal_set_alternative_font_family_alist): Intern strings.
17079 (Finternal_set_alternative_font_registry_alist): Downcase strings.
17080 (realize_default_face): Set LFACE_FOUNDRY (lface).
17081
17082 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
17083 font-driver at first.
17084
17085 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
17086
170872008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17088
17089 * lread.c (Fload): Use xfree, not free on saved_doc_string.
17090
170912008-06-12 Jim Meyering <meyering@redhat.com>
17092
17093 Make unexec_free handle NULL the same way free does.
17094 * unexmacosx.c (unexec_free): Ignore a NULL argument.
17095
170962008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17097
17098 * character.h (CHAR_TO_BYTE_SAFE): New macro.
17099 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
17100 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
17101 (WEAK_ALIAS): Simplify.
17102 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
17103 when searching a unibyte buffer.
17104
171052008-06-12 Chong Yidong <cyd@stupidchicken.com>
17106
17107 * xfns.c (Fx_select_font): Rename from x-font-dialog.
17108
171092008-06-12 Juanma Barranquero <lekktu@gmail.com>
17110
17111 * w32font.c: Include ctype.h.
17112
171132008-06-11 Jason Rumney <jasonr@gnu.org>
17114
17115 * w32font.c (w32font_encode_char): Detect missing glyphs that are
17116 misreported as space.
17117 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
17118 as aliases for registry iso10646-1.
17119
171202008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17121
17122 * buffer.c (clone_per_buffer_values): Skip `name'.
17123
171242008-06-11 Chong Yidong <cyd@stupidchicken.com>
17125
17126 * font.c (font_parse_fcname): Fix last change; accept decimal
17127 points in font size.
17128
171292008-06-10 Jason Rumney <jasonr@gnu.org>
17130
17131 * w32uniscribe.c (add_opentype_font_name_to_list):
17132 Skip non unicode fonts.
17133
171342008-06-10 Chong Yidong <cyd@stupidchicken.com>
17135
17136 * xfns.c (Fx_font_dialog): New function.
17137
17138 * gtkutil.c (xg_dialog_response_cb): Rename from
17139 xg_file_response_callback.
17140 (pop_down_dialog): Rename from pop_down_file_dialog.
17141 (xg_get_file_name): Callers changed.
17142 (xg_get_font_name): New function.
17143
17144 * gtkutil.h (xg_get_font_name): Insert prototype.
17145
171462008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
17147
17148 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
17149 x_underline_minimum_display_offset.
17150 (syms_of_xdisp): Declare it here rather than in xterm.c.
17151 * dispextern.h (underline_minimum_offset): Declare it.
17152 * w32term.c (x_draw_glyph_string): Use it.
17153 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
17154 (syms_of_xterm): Don't declare it any more.
17155 (x_draw_glyph_string): Adjust to the new name.
17156
8719abec 171572008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
17158
17159 * xterm.c (x_underline_minimum_display_offset): New var.
17160 (x_draw_glyph_string): Use it.
17161 (syms_of_xterm): Declare it.
17162
171632008-06-10 Chong Yidong <cyd@stupidchicken.com>
17164
17165 * font.c (font_parse_fcname): Accept GTK-style font names too.
17166
171672008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * dired.c (file_name_completion): Don't return t if the match is exact
17170 but with different capitalization.
17171 * minibuf.c (Ftry_completion): Simplify.
17172
17173 * window.c (Vwindow_point_insertion_type): New var.
17174 (set_window_buffer): Use it.
17175 (syms_of_window): Init and export it to Lisp.
17176
171772008-06-10 Kenichi Handa <handa@m17n.org>
17178
17179 * font.h (font_intern_prop): Prototype adjusted.
17180
17181 * font.c (font_intern_prop): New arg force_symbol.
17182 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
17183 Adjust for the change of font_intern_prop.
17184
17185 * ftfont.c (ftfont_pattern_entity):
17186 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
17187 (w32_registry):
17188 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
17189 the change of font_intern_prop.
17190
171912008-06-09 Juanma Barranquero <lekktu@gmail.com>
17192
17193 * w32menu.c (digest_single_submenu): Declare extern.
17194
171952008-06-09 Jason Rumney <jasonr@gnu.org>
17196
17197 * w32term.c (x_make_frame_visible): Use alternate restore flags.
17198
17199 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
17200 (parse_single_submenu): Remove.
17201 (digest_single_submenu): Remove.
17202 (syms_of_w32menu): Don't initialise variables that have moved
17203 to menu.c.
17204 (set_frame_menubar): Sync with version in xmenu.c.
17205 (w32_menu_show): Sync with xmenu_show in xmenu.c.
17206
17207 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
17208 Make static again.
17209
172102008-06-09 Jason Rumney <jasonr@gnu.org>
17211
17212 Changes to w32 files related to the move of common menu code
17213 to menu.c on 2008-06-08 by Chong Yidong.
17214
17215 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
17216 defs to w32gui.h.
17217 (single_keymap_panes, push_menu_item, push_menu_pane):
17218 Make globally visible.
17219
17220 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
17221 (local_free, malloc_widget_value, free_widget_value)
17222 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
17223 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
17224 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
17225 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
17226 (menu_items, menu_items_allocated, menu_items_used)
17227 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
17228 (init_menu_items, finish_menu_items, discard_menu_items)
17229 (grow_menu_items, push_submenu_start, push_submenu_end)
17230 (push_left_right_boundary, push_menu_pane, push_menu_item)
17231 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
17232 (free_menubar_widget_tree_value, parse_single_submenu)
17233 (update_submenu_strings): Remove functions.
17234 (xmalloc_widget_value): Remove and declare extern.
17235
17236 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
17237 (OBJ1): Build it.
17238
17239 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
17240 (local_heap, local_alloc, local_free, malloc_widget_value)
17241 (free_widget_value): Define here.
17242
172432008-06-09 Kenichi Handa <handa@m17n.org>
17244
17245 * font.h (Qascii_0): Extern it.
17246
17247 * font.c (Qascii_0): New variable.
17248 (syms_of_font): DEFSYM it.
17249 (font_open_by_name): If the registry "iso8859-1" fails, try also
17250 "ascii-0".
17251
17252 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
17253
172542008-06-08 Kenichi Handa <handa@m17n.org>
17255
17256 * .gdbinit (xfont): New command.
17257
172582008-06-08 Andreas Schwab <schwab@suse.de>
17259
17260 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
17261 * Makefile.in (menu.o): Update dependencies.
17262
17263 * Makefile.in (obj): Always add menu.o.
17264 * emacs.c (main): Always call syms_of_menu.
17265 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
17266
172672008-06-08 Chong Yidong <cyd@stupidchicken.com>
17268
17269 * Makefile.in: Compile menu.c.
17270
17271 * lisp.h: Declare syms_of_menu.
17272
17273 * emacs.c (main): Call syms_of_menu.
17274
17275 * keyboard.h: Relocate platform-independent menu definitions from
17276 xmenu.c.
17277
17278 * menu.c: New file. Relocate platform-independent menu
17279 definitions from xmenu.c. Suggested by Adrian Robert.
17280
17281 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 17282 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
17283 (menu_items_used, menu_items_n_panes)
17284 (menu_items_submenu_depth): Move to keyboard.h.
17285 (init_menu_items, finish_menu_items, unuse_menu_items)
17286 (discard_menu_items, restore_menu_items, save_menu_items)
17287 (grow_menu_items, push_submenu_start, push_submenu_end)
17288 (push_left_right_boundary, push_menu_pane, push_menu_item)
17289 (keymap_panes, single_keymap_panes, single_menu_item)
17290 (list_of_panes, list_of_items, find_and_call_menu_selection)
17291 (xmalloc_widget_value, free_menubar_widget_value_tree)
17292 (parse_single_submenu, digest_single_submenu)
17293 (update_submenu_strings): Move to menu.c.
17294
172952008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
17296
17297 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
17298
172992008-06-06 Miles Bader <miles@gnu.org>
17300
17301 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
17302 face, not frame default.
17303
173042008-06-05 Martin Rudalics <rudalics@gmx.at>
17305
17306 * window.c (pop_up_windows, pop_up_frames)
17307 (display_buffer_reuse_frames, Vpop_up_frame_function)
17308 (Vdisplay_buffer_function, Veven_window_heights)
17309 (Vspecial_display_buffer_names, Vspecial_display_regexps)
17310 (Vspecial_display_function, Vsame_window_buffer_names)
17311 (Vsame_window_regexps, split_height_threshold)
17312 (Vsplit_window_preferred_function): Move those vars to window.el.
17313 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
17314 (Fdisplay_buffer): Move those functions to window.el.
17315 (syms_of_window): Remove corresponding declarations.
17316 (display_buffer): New function.
17317 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
17318 * dispnew.c (Flast_nonminibuf_frame): New function.
17319 * buffer.c (Fpop_to_buffer): Move to window.el.
17320
173212008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17322
17323 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
17324
173252008-06-05 Kenichi Handa <handa@m17n.org>
17326
17327 * coding.c (detect_coding): Fix previous change.
17328 (detect_coding_system): Likewise.
17329
173302008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17331
17332 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
17333
17334 * keymap.c (Vminibuffer_local_filename_must_match_map):
17335 Rename from Vminibuffer_local_must_match_filename_map.
17336 (syms_of_keymap):
17337 * minibuf.c (Fcompleting_read): Adjust accordingly.
17338 * commands.h: Rename declaration as well.
17339
173402008-06-05 Kenichi Handa <handa@m17n.org>
17341
17342 * font.c (Ffont_spec): Don't use font_parse_family_registry for
17343 family name.
17344 (Ffont_put): Likewise.
17345
17346 * fontset.c (fontset_find_font): Call font_open_for_lface with the
17347 current font-spec.
17348
17349 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
17350 is unspecified.
17351
17352 * xfaces.c (realize_x_face): If the font-related face attributes
17353 are the same as those of default face, realize a new fontset from
17354 default->fontset.
17355 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
17356
173572008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
17360 (move_it_in_display_line): New wrapper.
17361
17362 * window.c (window_scroll_pixel_based_preserve_x)
17363 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
17364 (window_scroll_pixel_based, window_scroll_line_based):
17365 Use them to preserve column positions.
17366 (syms_of_window): Initialize them.
17367
17368 * indent.c (Fvertical_motion): Extend first arg to allow passing an
17369 (HPOS . VPOS) pair.
17370
17371 * dispextern.h (move_it_in_display_line): Declare.
17372
173732008-06-05 Juanma Barranquero <lekktu@gmail.com>
17374
17375 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
17376 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
17377 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
17378
173792008-06-04 Juanma Barranquero <lekktu@gmail.com>
17380
17381 * window.c (Fset_window_parameter): Doc fix.
17382 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
17383
173842008-06-04 Joakim Verona <joakim@verona.se>
17385
17386 * window.h (struct window): Add new member window_parameters.
17387
17388 * window.c (Fwindow_parameters, Fwindow_parameter)
17389 (Fset_window_parameter): New defuns.
17390 (syms_of_window): Defsubr the new defuns.
17391 (make_window): Initialize window_parameters to nil.
17392
173932008-06-04 John Paul Wallington <jpw@pobox.com>
17394
17395 * eval.c (Fdefmacro): Doc fix.
17396
173972008-06-04 Kenichi Handa <handa@m17n.org>
17398
17399 * coding.c (detect_coding): Fix handling of coding->head_ascii.
17400 Be sure to call setup_coding_system when we find a proper coding system.
17401 (detect_coding_system): Fix handling of coding->head_ascii.
17402
174032008-06-03 Andreas Schwab <schwab@suse.de>
17404
17405 * font.c (font_prop_validate_spacing): Fix last change.
17406
174072008-06-03 Kenichi Handa <handa@m17n.org>
17408
17409 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
17410 (font_parse_fcname): Fix handling of unknown key.
17411
17412 * xfont.c (xfont_list): Try an alias.
17413
17414 * charset.c (char_charset): Return NULL if the arg charset_list is
17415 specified and C doesn't belong to any of them.
17416
174172008-06-02 Chip Coldwell <coldwell@redhat.com>
17418
17419 * font.c (font_pixel_size): Don't take cdr of an integer.
17420
174212008-06-02 Jim Meyering <meyering@redhat.com>
17422
17423 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
17424 * alloc.c (xfree): Return right away for a NULL arg.
17425 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
17426 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
17427 * mac.c (create_apple_event_from_event_ref): Likewise.
17428 (create_apple_event_from_drag_ref, cfstring_create_normalized):
17429 Likewise.
17430 * doprnt.c (doprnt1): Likewise.
17431 * frame.c (frame): Likewise.
17432 * keyboard.c (wipe_kboard): Likewise.
17433 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
17434 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
17435 * term.c (tty_default_color_capabilities, maybe_fatal)
17436 (delete_tty): Likewise.
17437 * w16select.c (string): Likewise.
17438 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
17439 * w32bdf.c (w32_free_bdf_font): Likewise.
17440 * w32fns.c (w32_unload_font): Likewise.
17441 * w32font.c (w32font_close): Likewise.
17442 * window.c (size_window): Likewise.
17443 * xselect.c (receive_incremental_selection): Likewise.
17444 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
17445 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
17446 * w32.c (stat): Likewise.
17447
17448 Remove useless if-before-free tests.
17449 * editfns.c (Fset_time_zone_rule): Likewise.
17450 * lread.c (nosuffix): Likewise.
17451 * ralloc.c (get_bloc): Likewise.
17452 * regex.c (reg_free): Likewise.
17453 * xftfont.c (xftfont_open, xftfont_close): Likewise.
17454 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
17455 * xsmfns.c (smc_save_yourself_CB): Likewise.
17456
174572008-06-02 Kenichi Handa <handa@m17n.org>
17458
17459 * font.c (font_find_for_lface): Handle float font size.
17460 (font_open_for_lface): Likewise.
17461
17462 * xfaces.c (x_supports_face_attributes_p): Check face->font before
17463 comparing the properties.
17464
174652008-06-01 Jason Rumney <jasonr@gnu.org>
17466
17467 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
17468 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
17469 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
17470 Don't add empty script list.
17471 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
17472
174732008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
17474
17475 * Makefile.in (dot, dotdot): Remove, update users.
17476 ".." has been used elsewhere in the file for a long time.
17477 (LIBXT_STATIC): Remove conditional based on unused variable.
17478
174792008-06-01 Miles Bader <miles@gnu.org>
17480
17481 * xfaces.c (Vface_remapping_alist): New variable.
17482 (syms_of_xfaces): Initialize it.
17483 (enum named_merge_point_kind): New type.
17484 (struct named_merge_point): Add `named_merge_point_kind' field.
17485 (push_named_merge_point): Make cycle detection respect different
17486 named-merge-point kinds.
17487 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
17488 Remove face-name alias resolution.
17489 (lface_from_face_name): New definition using
17490 `lface_from_face_name_no_resolve'.
17491 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
17492 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
17493 (get_lface_attributes): New definition that layers face-remapping on
17494 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
17495 (lookup_basic_face): New function.
17496 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
17497 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
17498 `get_lface_attributes'.
17499 (face_at_buffer_position): Use `lookup_basic_face' to lookup
17500 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
17501 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
17502
17503 * xdisp.c (init_iterator): Pass base_face_id through
17504 `lookup_basic_face' when we actually use it as a face-id.
17505 (handle_single_display_prop): Use `lookup_basic_face' to lookup
17506 DEFAULT_FACE_ID.
17507
17508 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
17509 lookup the initial face-id.
17510
17511 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
17512
175132008-06-01 Juanma Barranquero <lekktu@gmail.com>
17514
17515 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
17516 (Fremove_text_properties): Fix typos in docstrings.
17517
175182008-05-31 Kenichi Handa <handa@m17n.org>
17519
17520 * font.c (font_list_entities): Fix the car part of data to be
17521 stored in the cache.
17522
17523 * ftfont.c (ftfont_font_format): Don't use strcasestr.
17524
175252008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17526
17527 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
17528 Add a `test' argument so another predicate than `equal' can be used.
17529 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
17530 (map_char_table): Remove unused vars `c' and `i'.
17531 * lisp.h (Foptimize_char_table): Adjust declaration.
17532 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
17533
175342008-05-30 Kenichi Handa <handa@m17n.org>
17535
17536 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
17537 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
17538 defined.
17539
175402008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
17543 (Fmake_variable_frame_local): Disallow mixing buffer-local and
17544 frame-local settings for the same variable.
17545
175462008-05-30 Kenichi Handa <handa@m17n.org>
17547
17548 * fontset.c (Ffont_info): Move to font.c.
17549 (syms_of_fontset): Delete defsubr of Sfont_info.
17550
17551 * font.c (font_style_to_value, font_score): Delete casting of the
17552 args to xstcasecmp.
17553 (register_font_driver): Increment num_font_drivers only when
17554 registering the driver globally.
17555 (Ffont_info): Move from fontset.c. Handle a font object too.
17556 (syms_of_font): Defsubr Sfont_info.
17557
175582008-05-29 Kenichi Handa <handa@m17n.org>
17559
17560 * coding.h (enum define_coding_utf8_arg_index): New enum.
17561 (enum coding_attr_index): Change coding_attr_utf_16_bom to
17562 coding_attr_utf_bom.
17563 (enum utf_bom_type): Rename from utf_16_bom_type.
17564 (struct utf_16_spec): Adjust for the above change.
17565 (struct coding_system): Add utf_8_bom in `spec' union.
17566
17567 * coding.c (CODING_UTF_8_BOM): New macro.
17568 (enum coding_category): Delete coding_category_utf_8, add
17569 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
17570 coding_category_utf_8_sig.
17571 (CATEGORY_MASK_UTF_8): Delete it.
17572 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
17573 (CATEGORY_MASK_UTF_8_SIG): New macros.
17574 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
17575 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
17576 CATEGORY_MASK_UTF_8_SIG.
17577 (CATEGORY_MASK_UTF_8): New macro.
17578 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
17579 (detect_coding_utf_8): Check BOM.
17580 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
17581 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
17582 (encode_coding_utf_16): Likewise.
17583 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
17584 (detect_coding, detect_coding_system): Handle utf-8-auto.
17585 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
17586 (syms_of_coding): Fix setting up of Vcoding_category_table.
17587
175882008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
17589
17590 * process.c (Faccept_process_output): If `millisec' is non-nil,
17591 `seconds' default to 0.
17592 (wait_reading_process_output): Also return non-nil if we read output
17593 from a non-running process.
17594
175952008-05-29 Jason Rumney <jasonr@gnu.org>
17596
17597 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
17598 `raster' specified.
17599 (add_font_entity_to_list): Allow non-opentype truetype fonts back
17600 in the uniscribe backend, but disallow any font that has no
17601 unicode subrange support.
17602
176032008-05-29 Juanma Barranquero <lekktu@gmail.com>
17604
17605 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
17606 Fix typos in docstrings.
17607
176082008-05-29 Kenichi Handa <handa@m17n.org>
17609
17610 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
17611 (Fx_family_fonts): Set frame correctly.
17612
176132008-05-28 Jason Rumney <jasonr@gnu.org>
17614
17615 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
17616
176172008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17618
17619 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
17620 calling build_annotations.
17621
176222008-05-28 Juanma Barranquero <lekktu@gmail.com>
17623
17624 * coding.c (Fdecode_coding_region, Fencode_coding_region)
17625 (Fencode_coding_string):
17626 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
17627 <latin-extra-code-table>: Fix typos in docstrings.
17628 (syms_of_coding) <coding-system-alist>: Doc fix.
17629 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
17630
176312008-05-28 Kenichi Handa <handa@m17n.org>
17632
17633 * fontset.c (Ffont_info): Don't call font_close_object.
17634
17635 * font.c (font_parse_family_registry): Use Ffont_put to validate
17636 foundry and family.
17637 (font_delete_unmatched): Don't check spacing.
17638 (font_list_entities): Add spacing to the spec to list fonts.
17639
17640 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
17641 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
17642
17643 * coding.c (encode_coding_raw_text): Fix previous change.
17644 (encode_coding_object): When the dst_object is a buffer and is
17645 different from src_object, move gap to PT.
17646
176472008-05-27 Chong Yidong <cyd@stupidchicken.com>
17648
17649 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
17650
176512008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17652
17653 * coding.c (encode_coding_raw_text): Set coding->produced_char for
17654 all branches. Compute it differently.
17655
17656 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
17657
176582008-05-27 Juanma Barranquero <lekktu@gmail.com>
17659
17660 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
17661 into "else if () ... else ...".
17662
176632008-05-27 Jason Rumney <jasonr@gnu.org>
17664
17665 * w32font.c (w32font_open_internal): Determine if glyph indices
17666 are likely to work here.
17667
176682008-05-27 Chong Yidong <cyd@stupidchicken.com>
17669
17670 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
17671 draw overlap glyphs with appropriate highlighting.
17672
176732008-05-27 Kenichi Handa <handa@m17n.org>
17674
17675 * xfont.c (xfont_open): Fix calculation of font->average_width.
17676
176772008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17678
17679 * casefiddle.c (casify_object): Try to guess better whether the
17680 argument is a byte or a char.
17681
176822008-05-26 Andreas Schwab <schwab@suse.de>
17683
17684 * xselect.c (x_reply_selection_request): Properly handle format == 32.
17685 Always send multiples of format size.
17686
17687 * xterm.c (x_set_frame_alpha): Fix type mismatch.
17688
176892008-05-26 Jason Rumney <jasonr@gnu.org>
17690
17691 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
17692 (compute_metrics): Don't set failure if we just cleared the cache.
17693 (w32_weight_table): Remove unused variable.
17694 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
17695 backwards compatibility.
17696
176972008-05-25 Kenichi Handa <handa@m17n.org>
17698
17699 * w32term.c (x_draw_glyph_string):
17700 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
17701
17702 * xfaces.c: Delete unused function prototypes.
17703 (xstrlwr, font_frame): Delete them.
17704 (clear_face_cache): Delete unused variable.
17705
17706 * xftfont.c (xftfont_open): Delete unused variable.
17707 If underline_thickness is not 1, adjust underline_position.
17708
17709 * ftxfont.c (ftxfont_open): Delete unused variable.
17710
17711 * fontset.c (face_for_char): Optimize for the case of no charset
17712 property.
17713
17714 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
17715 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
17716 (otf_open, font_otf_capability, generate_otf_features)
17717 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17718 Comment out by surrounding "#if 0" and "#endif" for the moment.
17719 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
17720 (syms_of_font): Codes for accessing above commented out.
17721
177222008-05-24 Eli Zaretskii <eliz@gnu.org>
17723
17724 * w32proc.c: Include dispextern.h.
17725
17726 * w32.c: Include dispextern.h.
17727
177282008-05-23 Juanma Barranquero <lekktu@gmail.com>
17729
17730 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
17731 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
17732 Fix typos in docstrings.
17733
177342008-05-23 Jason Rumney <jasonr@gnu.org>
17735
17736 * xsmfns.c: Remove includes that are already included by config.h.
17737
177382008-05-23 Kenichi Handa <handa@m17n.org>
17739
17740 * charset.c (Qemacs, charset_emacs): New variables.
17741 (char_charset): Fix for non-Unicode characters.
17742 (syms_of_charset): Define charset_emacs.
17743
17744 * w32term.c (x_draw_glyph_string): Be sure to update
17745 s->underline_thickness and s->underline_position. Be sure to draw
17746 underline within the current line area.
17747
17748 * xterm.c (x_draw_glyph_string): Be sure to update
17749 s->underline_thickness and s->underline_position. Be sure to draw
17750 underline within the current line area.
17751
17752 * fontset.c: Delete unused variables and add casting for char *
17753 throughout the file.
17754 (fontset_font): Try the fallback fonts of the current fontset
17755 before consulting the default fontset.
17756
17757 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
17758
17759 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
17760
177612008-05-22 Jason Rumney <jasonr@gnu.org>
17762
17763 * font.c: Don't include strings.h.
17764
17765 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
17766
17767 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
17768 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
17769 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
17770 to call xstrcasecmp.
17771
17772 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
17773
17774 * fontset.c (fs_query_fontset): Use xstrcasecmp.
17775
17776 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
17777
17778 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
17779
177802008-05-22 Kenichi Handa <handa@m17n.org>
17781
17782 * puresize.h (BASE_PURESIZE): Increase to 1220000.
17783
17784 * font.c (font_prop_validate_style): Adjust for the format
17785 change of font_style_table.
17786
17787 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
17788 two args.
17789
17790 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
17791 two args.
17792
177932008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * minibuf.c (keys_of_minibuf): Delete.
17796 * lisp.h (keys_of_minibuf): Delete.
17797 * emacs.c (main): Don't call keys_of_minibuf.
17798
177992008-05-22 Kenichi Handa <handa@m17n.org>
17800
17801 * ftfont.c (ftfont_resolve_generic_family): Rename from
17802 ftfont_list_generic_family. Return a single family for each
17803 generic family.
17804 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
17805 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
17806 Call font_add_log.
17807 (ftfont_match): Call font_add_log.
17808
17809 * font.h (Ffont_xlfd_name): EXFUN adjusted.
17810 (FONT_DEBUG): Define it.
17811 (font_add_log): Extern it.
17812 (font_assert): Rename from xassert.
17813
17814 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
17815 (xfont_list_family): Call font_add_log.
17816 (xfont_match): Likewise.
17817 (memq_no_quit): Delete.
17818
17819 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
17820 call of Ffont_xlfd_name.
17821
17822 * xfaces.c (struct table_entry, slant_table, weight_table)
17823 (swidth_table): Move to font.c.
17824
17825 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
17826 xassert are changed to font_assert. Delete many unused variables.
17827 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
17828 New variables.
17829 (struct table_entry): Move from xfaces.c and modified.
17830 (weight_table, slant_table, width_table): Move from xfaces.c and
17831 contents adjusted for the change of struct table_entry.
17832 (font_style_to_value, font_style_symbolic): Adjust for the
17833 format change of font_style_table.
17834 (font_parse_family_registry): Don't overwrite existing foundry and
17835 family of font_spec.
17836 (font_score): Fix calculation of diff for sizes.
17837 (font_sort_entites): Call font_add_log.
17838 (font_delete_unmatched): Return a newly created list.
17839 (font_list_entities): Fix previous change. Call font_add_log.
17840 (font_matching_entity, font_open_entity, font_close_entity):
17841 Call font_add_log.
17842 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
17843 (Finternal_set_font_style_table): Delete.
17844 (BUILD_STYLE_TABLE): New macro.
17845 (build_style_table): New function.
17846 (Vfont_log, font_log_env_checked): New variables.
17847 (font_add_log): New function.
17848 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
17849 Declare Lisp variables "font-weight-table", "font-slant-table",
17850 "font-width-table", and "font-log". Initialize font_style_table.
17851
178522008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
17853
17854 * xterm.c (x_set_frame_alpha): Move declarations before statements.
17855
178562008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 17857 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
17858
17859 * frame.c (Qalpha): Add a new frame parameter `alpha'.
17860 (Vframe_alpha_lower_limit): New variable.
17861 (x_set_alpha): New function.
17862
17863 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
17864
17865 * xfns.c (x-create-frame, Qalpha):
17866 Initialize the frame parameter `alpha'.
17867 * xterm.c (OPAQUE, OPACITY): New.
17868 (x_set_frame_alpha): New function.
17869 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
17870
17871 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
17872 * w32fns.c (w32_frame_parm_handlers): Likewise.
17873
178742008-05-20 Jason Rumney <jasonr@gnu.org>
17875
17876 * w32font.c (add_font_entity_to_list): Don't add non-opentype
17877 truetype fonts to opentype list.
17878
178792008-05-20 Juanma Barranquero <lekktu@gmail.com>
17880
17881 * fontset.c (Ffontset_info): Doc fix.
17882 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
17883 <ignore-relative-composition>: Fix typos in docstrings.
17884
17885 * font.c (syms-of-font) <font-encoding-alist>:
17886 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
17887 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
17888 (Ffont_otf_alternates): Doc fixes.
17889
178902008-05-20 Kenichi Handa <handa@m17n.org>
17891
17892 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
17893 font.h through out the file.
17894 (FONT_DRIVERS): Rename from FONTOBJ.
17895 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
17896 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
17897
17898 * emacs.c (main): Call syms_of_font unconditionally.
17899
17900 * font.h (find_font_encoding): Extern it.
17901
17902 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
17903 fontset.c.
194d44e7 17904 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
17905 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
17906 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
17907 only when HAVE_WINDOW_SYSTEM is defined.
17908 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
17909 when HAVE_WINDOW_SYSTEM is defined.
17910
17911 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
17912 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
17913
17914 * xfaces.c: Include font.h unconditionally.
17915 (merge_face_ref, merge_face_vectors)
17916 (Finternal_set_lisp_face_attribute): Cancel the previous change.
17917
179182008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17919
17920 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
17921 indirect_variable.
17922 * eval.c (lisp_indirect_variable): New fun.
17923 (Fuser_variable_p): Use it.
17924
179252008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * lisp.h (indirect_variable):
17928 * data.c (indirect_variable, let_shadows_buffer_binding_p):
17929 Use Lisp_Symbol pointers rather than Lisp_Object.
17930 Adjust callers.
17931 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
17932 To this end, change calling-convention.
17933
17934 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
17935 if some non-hidden buffers are selected by string&pred.
17936
179372008-05-19 Chong Yidong <cyd@stupidchicken.com>
17938
17939 * process.c (wait_reading_process_output): Always check status
17940 when in batch mode.
17941
179422008-05-19 Kenichi Handa <handa@m17n.org>
17943
17944 * font.c (font_list_entities): Fix handling of cache.
17945 (font_matching_entity): Likewise.
17946
17947 * ftfont.c (cs_iso8859_1): Delete.
17948 (ft_face_cache): New variable.
17949 (struct ftfont_info): New member fc_charset_idx.
17950 (ftfont_build_basic_charsets): Delete.
17951 (fc_charset_table): New variable.
17952 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
17953 . FC_CHARSET_IDX) as :font-entity property in the font entity.
17954 Callers changed.
17955 (ftfont_lookup_cache, ftfont_get_charset): New functions.
17956 (ftfont_spec_pattern): New argument fc_charset_idx.
17957 Check registry more rigidly. Change callers.
17958 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
17959 change of :font-entity property of the font.
17960
17961 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
17962 property of the font.
17963
179642008-05-18 Juanma Barranquero <lekktu@gmail.com>
17965
17966 * coding.c (Fcoding_system_p): Rename argument to match docstring.
17967 (Funencodable_char_position, Fcheck_coding_systems_region)
17968 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
17969 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
17970 (Ffind_operation_coding_system, Fset_coding_system_priority)
17971 (Fcoding_system_eol_type): Doc fixes.
17972
179732008-05-17 Glenn Morris <rgm@gnu.org>
17974
17975 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
17976
179772008-05-16 Eli Zaretskii <eliz@gnu.org>
17978
17979 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
17980 and st_gid.
17981
17982 * frame.c (Fdelete_frame): Don't call font_update_drivers if
17983 HAVE_WINDOW_SYSTEM is not defined.
17984
17985 * xfaces.c (merge_face_ref, merge_face_vectors)
17986 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
17987 HAVE_WINDOW_SYSTEM is defined.
17988 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
17989
179902008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17991
17992 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
17993
179942008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17995
17996 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
17997
179982008-05-15 Kenichi Handa <handa@m17n.org>
17999
18000 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
18001 preference.
18002
180032008-05-15 Glenn Morris <rgm@gnu.org>
18004
18005 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
18006
180072008-05-15 Chong Yidong <cyd@stupidchicken.com>
18008
18009 * fns.c (init_fns): Don't initialize weak_hash_tables here.
18010 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
18011
18012 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
18013
180142008-05-15 Kenichi Handa <handa@m17n.org>
18015
18016 * ftfont.c (ftfont_list): Downcase family name to check generic
18017 families.
18018
18019 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
18020 font-spec for QCfont value.
18021
18022 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
18023 buffer. Check the return value of it.
18024
180252008-05-14 Jason Rumney <jasonr@gnu.org>
18026
18027 * w32term.c (w32_get_glyph_overhangs): Remove.
18028 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
18029
180302008-05-14 Kenichi Handa <handa@m17n.org>
18031
18032 * font.c (font_prop_validate): Make nil a valid value.
18033 (font_clear_cache): Check if the cached vector of entities is nil
18034 or not.
18035
180362008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18037
18038 * emacs.c (main_thread): Conditionalize on
18039 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
18040 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
18041
18042 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
18043 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
18044 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
18045
180462008-05-14 Kenichi Handa <handa@m17n.org>
18047
18048 * coding.c (detect_coding_iso_2022): Ignore a coding category that
18049 has no corresponding coding system.
18050
180512008-05-14 Jason Rumney <jasonr@gnu.org>
18052
18053 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
18054
18055 * w32font.h (w32font_open_internal): Update declaration.
18056
18057 * w32font.c (w32font_open_internal): Change last argument from
18058 w32font_info struct to font object. Fill in font object from
18059 font_entity. Get Outline metrics if possible. Use them to
18060 calculate underline position and thickness. Use xlfd name as name
18061 property. Don't set codepage.
18062 (w32font_open): Pass font_object to w32font_open_internal. Don't
18063 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
18064 (w32font_draw): Use s->font.
18065 (clear_cached_metrics): Don't clear non-existent blocks.
18066
18067 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
18068 font was not found.
18069 (x_draw_glyph_string): Use underline position and thickness from font.
18070
18071 * w32uniscribe.c (uniscribe_open): Pass font_object to
18072 w32font_open_internal.
18073
180742008-05-14 Kenichi Handa <handa@m17n.org>
18075
18076 These changes are to delete all legacy font-handling codes, and
18077 make Emacs use only font-backends.
18078
18079 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
18080 (frame.o, image.o, print.o): Depend on $(FONTSRC).
18081
18082 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
18083
18084 * charset.h (Vcharset_non_preferred_head)
18085 (Vcurrent_iso639_language): Extern them.
18086
18087 * charset.c (Vcharset_non_preferred_head): New variable.
18088 (Vcurrent_iso639_language): New variable.
18089 (syms_of_charset): Declare it as a Lisp variable.
18090 (char_charset): Don't check non preferred charsets. As a last
18091 resort, return charset_unicode.
18092 (Fset_charset_priority): Update Vcharset_non_preferred_head.
18093
18094 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
18095 conditionals. Don't check enable_font_backend. Delete all codes
18096 used only when USE_FONT_BACKEND is not defined.
18097
18098 * dispextern.h (struct glyph_string): Change type of `font' to
18099 `struct font *'.
18100 (struct glyph_string): New member underline_position and
18101 underline_thickness.
18102 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
bba3e508
SM
18103 (struct face): Change type of `font' to `struct font *'.
18104 Remove members `font_name', `font_info_id'.
aac0c6e3
MR
18105 (per_char_metric, encode_char): Delete externs.
18106 (calc_pixel_width_or_height): Adjust the prototype.
18107
18108 * emacs.c (enable_font_backend): Delete extern.
18109 (main): Don't set enable_font_backend. Don't check the command
18110 line argument "-disable-font-backend".
18111
18112 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
18113 (enum font_property_index): New members FONT_DPI_INDEX,
18114 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
18115 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
18116 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
18117 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
18118 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
18119 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
18120 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
18121 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
18122 (struct font_spec, struct font_entity): New structs.
ef1b0ba7 18123 (FONT_ENCODING_NOT_DECIDED): Move from fontset.h.
aac0c6e3
MR
18124 (struct font): Many members from old "struct font_info" moved to
18125 here. Members font and entity deleted.
18126 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
18127 the new font-related objects.
18128 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
18129 (CHECK_FONT_GET_OBJECT): Likewise.
18130 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
ef1b0ba7 18131 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h.
bba3e508
SM
18132 (struct font_driver): New members case_sensitive anc check.
18133 Type of the member list and open changed.
aac0c6e3
MR
18134 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
18135 (font_symbolic_width, font_find_object, font_get_spec)
18136 (font_set_lface_from_name): Delete extern.
18137 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
18138
18139 * font.c: Include <strings.h>.
18140 (enable_font_backend): Delete it.
18141 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
18142 (CHECK_VALIDATE_FONT_SPEC): Delete it.
ef1b0ba7 18143 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move to font.h.
aac0c6e3
MR
18144 (null_string): Delete it.
18145 (null_vector): Make it static.
18146 (font_family_alist): Delete it.
18147 (Qnormal): Extern it.
18148 (QCextra, QClanguage): Delete it.
18149 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
18150 (font_make_spec, font_make_entity, font_make_object)
ef1b0ba7 18151 (font_intern_prop): Rename from intern_downcase. Don't downcase
aac0c6e3 18152 the string. Callers changed.
bba3e508 18153 (font_pixel_size): Adjust for the format change of font-related
aac0c6e3
MR
18154 objects.
18155 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
18156 (font_style_to_value, font_style_symbolic): New function.
18157 (build_font_family_alist): Delete it.
18158 (font_registry_charsets): Use Fassoc_string instead of
18159 assq_no_quit.
18160 (font_prop_validate_symbol): Don't return null_string.
bba3e508 18161 (font_prop_validate_style): Adjust for the change of
aac0c6e3
MR
18162 style-related values in a font vector.
18163 (font_property_table): Delete entries for QClanguage and
18164 QCantialias, add entries for QCavgwidth.
18165 (get_font_prop_index): Delete the 2nd argument FROM.
18166 (font_prop_validate): Arguments changed.
bba3e508 18167 (font_put_extra): Adjust for the change of font-related objects.
aac0c6e3
MR
18168 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
18169 (font_parse_fcname, font_unparse_fcname)
18170 (font_prepare_composition): Likewise.
ef1b0ba7 18171 (font_parse_family_registry): Rename from font_merge_old_spec.
aac0c6e3 18172 (otf_open): Delete the 1st arg entity.
bba3e508 18173 (font_otf_capability): Adjust for the above change.
aac0c6e3
MR
18174 (font_score): New arg alternate_families. Adjusted for the change
18175 of font-related objects.
18176 (font_sort_entites): New arg best_only.
18177 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
18178 Delete them.
18179 (font_match_p): Check alternate families.
18180 (font_find_object): Delete it.
18181 (font_check_object): New function.
bba3e508 18182 (font_clear_cache): Adjust for the change of font-related objects.
aac0c6e3
MR
18183 (font_delete_unmatched): New arg.
18184 (font_list_entities): Call font_driver->list with a spec that
18185 doesn't specify style-related properties.
18186 (font_matching_entity): Arguments changed. Caller changed.
bba3e508 18187 (font_open_entity): Adjust for the change of font-related objects.
aac0c6e3
MR
18188 (font_close_object, font_has_char, font_encode_char)
18189 (font_get_name, font_get_spec): Likewise.
18190 (font_spec_from_name, font_clear_prop, font_update_lface):
18191 New functions.
18192 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
18193 (font_prepare_for_face, font_done_for_face, font_open_by_name)
bba3e508 18194 (font_at): Adjust for the change of font-related objects.
aac0c6e3
MR
18195 (font_range): New function.
18196 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
bba3e508 18197 (Ffont_xlfd_name): Adjust for the change of font-related objects.
aac0c6e3 18198 (Fcopy_font_spec, Fmerge_font_spec): New function.
ef1b0ba7 18199 (Ffont_family_list): Rename from list-families.
aac0c6e3
MR
18200 (Finternal_set_font_style_table): Arguments changed.
18201 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
bba3e508 18202 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjust for the
aac0c6e3
MR
18203 change of font-related objects.
18204 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
18205
18206 * fontset.h (struct font_info): Delete it. Most members go to
18207 struct font.
ef1b0ba7 18208 (FONT_ENCODING_NOT_DECIDED): Move to font.h.
aac0c6e3
MR
18209 (enum FONT_SPEC_INDEX): Delete it.
18210 (font_info, list_fonts_func, load_font_func, query_font_func)
18211 (set_frame_fontset_func, find_ccl_program_func)
bba3e508
SM
18212 (get_font_repertory_func, new_fontset_from_font_name):
18213 Delete externs.
aac0c6e3
MR
18214 (fontset_from_font_name): Extern it.
18215 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
18216 (FONT_INFO_FROM_FACE): Deleted.
18217 (face_for_font): Adjust prototype.
18218
18219 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
18220 conditionals. Don't check enable_font_backend. Delete all codes
18221 used only when USE_FONT_BACKEND is not defined.
18222 (get_font_info_func, list_font_func, load_font_func)
18223 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
18224 (get_font_repertory_func): Delete them.
18225 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
18226 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
18227 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
18228 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
18229 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
18230 (fontset_compare_rfontdef): New function.
18231 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
18232 rfont-defs by qsort. Adjusted for the change of font-group vector.
18233 (load_font_get_repertory): Deleted.
18234 (fontset_find_font): Use new macros to ref/set elements of
18235 font-def and rfont-def.
18236 (fontset_font): Fix the timing of remembering that no font for C.
18237 (free_face_fontset): Do nothing if the face has no fontset.
18238 (face_suitable_for_char_p): Use new macros to ref/set elements of
18239 rfont-def.
18240 (face_for_char): Likewise. Call face_for_char with font_object.
18241 (fs_load_font): Delete. Delete #pragma surrounding it.
18242 (fs_query_fontset): Use strcasecmp instead of strcmp.
bba3e508 18243 (generate_ascii_font_name): Adjust for the format change of
aac0c6e3
MR
18244 font-spec.
18245 (Fset_fontset_font): Likewise. Use new macros to set elements of
18246 font-def.
18247 (Fnew_fontset): Use font_unparse_xlfd to generate
18248 FONTSET_ASCII (fontset).
18249 (new_fontset_from_font_name): Deleted.
ef1b0ba7 18250 (fontset_from_font): Rename from new_fontset_from_font. Check if
aac0c6e3
MR
18251 a fontset is already created for the font. FIx updating of
18252 Vfontset_alias_alist.
18253 (fontset_ascii_font): Deleted.
bba3e508 18254 (Ffont_info): Adjust for the format change of font-spec.
aac0c6e3
MR
18255 (Finternal_char_font): Likewise.
18256 (Ffontset_info): Likewise.
18257 (syms_of_fontset): Don't check load_font_func.
18258
18259 * fns.c (internal_equal): Handle PREV_FONT.
18260
18261 * frame.h: Delete USE_FONT_BACKEND conditional.
18262
18263 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
18264 conditionals. Don't check enable_font_backend. Delete all codes
18265 used only when USE_FONT_BACKEND is not defined.
18266 (x_set_font): Call x_new_font, not x_new_fontset2.
18267 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
18268 already set for the frame.
18269
bba3e508
SM
18270 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.
18271 Make a font-entity by font_make_entity. Use font_intern_prop instead
aac0c6e3
MR
18272 of intern_downcase. Use FONT_SET_STYLE to set a style-related
18273 font property. If a font is scalable, set avgwidth property to 0.
18274 Set font-entity property by font_put_extra.
18275 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
bba3e508 18276 (ffont_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
18277 (ftfont_spec_pattern): New function.
18278 (ftfont_list): Return a list, not vector.
18279 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
18280 (ftfont_list_family): Don't downcase names.
18281 (ftfont_free_entity): Deleted.
18282 (ftfont_open): Return a font-object. Adjusted for the change of
18283 struct font. Get underline_thickness and underline_position from
18284 font property. Don't update dpyinfo->smallest_font_height and
18285 dpyinfo->smallest_char_width.
18286 (ftfont_close): Don't free `struct font'.
bba3e508 18287 (ftfont_has_char): Adjust for the format change of font-entity.
aac0c6e3
MR
18288 (ftfont_encode_char, ftfont_text_extents): Likewise.
18289
18290 * ftxfont.c (ftxfont_list): Return a list, not vector.
18291 (ftxfont_open): Return a font-object. Adjusted for the change of
18292 struct font. Get underline_thickness and underline_position from
18293 font property. Don't update dpyinfo->smallest_font_height and
18294 dpyinfo->smallest_char_width.
18295 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
bba3e508 18296 (ftxfont_draw): Adjust for the change of struct font.
aac0c6e3 18297
bba3e508
SM
18298 * image.c (image_ascent): Don't include "charset.h".
18299 Include "character.h" and "font.h".
aac0c6e3
MR
18300
18301 * lisp.h (enum pvec_type): New member PREV_FONT.
18302 (Fassoc_string): EXFUN it.
18303
18304 * print.c: Include font.h.
18305 (print_object): Handle font-related objects.
18306
18307 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
18308 conditionals. Don't check enable_font_backend. Delete all codes
18309 used only when USE_FONT_BACKEND is not defined.
18310 (handle_auto_composed_prop): Do nothing if it->f is not on a
18311 window system. Check how many following characters can be
18312 displayed by the same font.
18313 (calc_pixel_width_or_height): Type of the 4th arg is changed to
18314 'struct font *'.
18315 (get_char_face_and_encoding): Assign the whole encoding task to
18316 the `encode-char' method of a font driver.
bba3e508 18317 (fill_composite_glyph_string): Adjust for the change of `struct
aac0c6e3
MR
18318 face' and `struct glyph_string'.
18319 (fill_glyph_string): Likewise.
18320 (get_per_char_metric): Arguments changed.
bba3e508 18321 (x_get_glyph_overhangs): Adjust for the change of `struct face'
aac0c6e3
MR
18322 and `struct glyph_string'.
18323 (produce_stretch_glyph, calc_line_height_property)
18324 (x_produce_glyphs): Likewise.
18325
18326 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
18327 conditionals. Don't check enable_font_backend. Delete all codes
bba3e508
SM
18328 used only when USE_FONT_BACKEND is not defined.
18329 Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
aac0c6e3
MR
18330 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
18331 (Qp): Extern them.
18332 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
18333 Deleted.
18334 (struct font_name): Deleted.
18335 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
18336 (compare_fonts_by_sort_order): New function.
18337 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
18338 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
18339 Deleted.
18340 (Fx_family_fonts): Use font_list_entities, and sort fonts by
18341 compare_fonts_by_sort_order.
18342 (Fx_font_family_list): Call Ffont_family_list.
18343 (face_numeric_value, face_numeric_weight, face_numeric_slant)
18344 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
18345 (face_symbolic_slant, face_symbolic_swidth)
18346 (split_font_name_into_vector, build_font_name_from_vector)
18347 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
18348 (font_rescale_ratio, split_font_name, build_font_name)
18349 (free_font_names, sort_fonts, x_face_list_fonts)
18350 (face_font_available_p, sorted_font_list, cmp_font_names)
18351 (font_list_1, concat_font_list, font_list, remove_duplicates):
18352 Deleted.
18353 (Fx_list_fonts): Use Ffont_list.
18354 (LFACE_AVGWIDTH): Deleted.
18355 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
18356 by FONTP.
18357 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
18358 (set_lface_from_font_name): Delete it.
ef1b0ba7 18359 (set_lface_from_font): Rename from
aac0c6e3
MR
18360 set_lface_from_font_and_fontset. Caller changed. Don't set
18361 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
18362 for face.
18363 (merge_face_vectors): Copy font-spec if necessary.
18364 Clear properties of the font-spec if necessary.
18365 (merge_face_ref): Clear properties of the font-spec if necessary.
18366 (Finternal_set_lisp_face_attribute): Likewise.
18367 (set_font_frame_param): Use font_load_for_lface to load a
18368 font-object, and call Fmodify_frame_parameters with it.
18369 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
18370 font name by Ffont_xlfd_name.
18371 (Finternal_lisp_face_attribute_values): Don't check QCweight,
18372 QCslant, and QCwidth.
18373 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
18374 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
18375 Compare fonts by EQ.
18376 (lookup_non_ascii_face): Deleted.
18377 (face_for_font): The 2nd argument changed.
18378 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
18379 Check atomic font properties by case insensitive.
18380 (realize_non_ascii_face): Set face->overstrike correctly.
18381 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
18382 (dump_realized_face): Get font name from
18383 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
18384
18385 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
18386 conditionals. Don't check enable_font_backend. Delete all codes
18387 used only when USE_FONT_BACKEND is not defined.
18388 (xic_create_xfontset): Original code deleted and renamed from
18389 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
18390 (x_make_gc): Don't set GCFont in GCs.
18391 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
18392 opened by "fixed".
18393 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
18394 find_ccl_program_func, query_font_func, set_frame_fontset_func,
18395 get_font_repertory_func.
18396
18397 * xfont.c: Include <stdlib.h> and "ccl.h".
18398 (struct xfont_info): New structure.
18399 (xfont_query_font): Deleted.
ef1b0ba7 18400 (xfont_find_ccl_program): Rename from x_find_ccl_program and
aac0c6e3 18401 moved from xterm.c.
bba3e508 18402 (xfont_driver): Adjust for the change of struct font_driver.
aac0c6e3 18403 (compare_font_names): New function.
ef1b0ba7
SM
18404 (xfont_list_pattern): Sort font names case insensitively.
18405 Make font_entity by calling font_make_entity. Avoid auto-scaled fonts.
aac0c6e3
MR
18406 (xfont_list): Return a list, not vector.
18407 (xfont_match): If the font doesn't have QCname property, generate
18408 a name from the other font properties.
18409 (xfont_open): Return a font-object. Adjusted for the change of
18410 struct font. Get underline_thickness and underline_position from
18411 font property. Don't update dpyinfo->smallest_font_height and
18412 dpyinfo->smallest_char_width.
18413 (xfont_close): Don't free struct font.
bba3e508 18414 (xfont_prepare_face): Adjust for the change of struct font.
aac0c6e3 18415 (xfont_done_face): Deleted.
bba3e508 18416 (xfont_has_char): Adjust for the change of struct font.
aac0c6e3
MR
18417 (xfont_encode_char, xfont_draw): Likewise.
18418 (xfont_check): New function.
18419
bba3e508 18420 * xftfont.c (xftfont_list): Adjust for the change of `list'
aac0c6e3 18421 callback function.
bba3e508
SM
18422 (xftfont_match): Adjust for the format change of font-entity.
18423 (xftfont_open): Adjust for the format change of font-entity and
aac0c6e3
MR
18424 font-object. Adjusted for the change of struct font. Return a
18425 font-object. Don't update dpyinfo->smallest_font_height and
18426 dpyinfo->smallest_char_width.
18427 (xftfont_close): Block input while calling XftFontClose.
18428 (xftfont_prepare_face): Don't block input while calling
18429 xftfont_get_colors. Adjusted for the change of struct font.
18430 (xftfont_shape): Return value of error case fixed.
18431
18432 * xrdb.c (x_load_resources): Don't setup a fontset resource.
18433
18434 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
18435 conditionals.
18436 (FONT_WIDTH): Return (f)->max_width.
18437 (struct x_display_info): Delete member `font'.
18438 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
18439 (x_find_ccl_program, x_get_font_repertory): Delete externs.
18440 (struct x_output): Change type of `font' to `struct font *'.
18441
18442 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
18443 conditionals. Don't check enable_font_backend. Delete all codes
18444 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
18445 (x_per_char_metric, x_encode_char): Deleted.
18446 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
bba3e508 18447 (x_compute_glyph_string_overhangs): Adjust for the change of
aac0c6e3
MR
18448 `struct face'.
18449 (x_draw_glyph_string_foreground)
18450 (x_draw_composite_glyph_string_foreground): Likewise.
18451 (x_draw_glyph_string): Likewise. Use font->underline_position and
18452 font->underline_thickness.
ef1b0ba7 18453 (x_new_font): Rename from x_new_fontset2.
aac0c6e3
MR
18454 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
18455 (x_check_font): Call `check' method of a font driver.
18456 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
18457 (x_query_font, x_get_font_repertory): Deleted.
ef1b0ba7 18458 (x_find_ccl_program): Rename and moved to xfont.c.
bba3e508 18459 (x_redisplay_interface): Adjust for the change of `struct
aac0c6e3
MR
18460 redisplay_interface'.
18461
18462 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
18463 conditionals. Don't check enable_font_backend. Delete all codes
18464 used only when USE_FONT_BACKEND is not defined. Surround non-used
18465 code by "#ifdef OLD_FONT" and "endif".
18466 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
18467
18468 * w32font.h (struct w32font_info): New member.
18469 (FONT_COMPAT): New macro.
18470 (w32font_open_internal): Prototype adjusted.
18471
18472 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
18473 OLD_FONT" and "endif".
18474
18475 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
18476 conditionals. Don't check enable_font_backend. Delete all codes
18477 used only when USE_FONT_BACKEND is not defined.
18478 (w32font_open): Return a font-object. Make a font-object by
18479 font_make_object. Adjusted for the change of struct w32font_info.
18480 (w32font_close): Don't free struct font. Adjusted for the change
18481 of struct w32font_info.
18482 (w32font_encode_char, w32font_text_extents, w32font_draw):
ef1b0ba7 18483 Adjust for the change of struct w32font_info.
aac0c6e3
MR
18484 (w32font_draw): Likewise.
18485 (w32font_list_internal): Return a list, not vector.
18486 (w32font_open_internal): Change the 4th arg to font-object.
18487 Adjusted for the change of struct w32font_info and font-object format.
18488 (add_font_name_to_list): Don't downcase names.
18489 (w32_enumfont_pattern_entity): Make a font-entity by
18490 font_make_entity. Adjusted for the format change of font-entity.
18491 Use FONT_SET_STYLE to set a style-related font property. If a
18492 font is scalable, set avgwidth property to 0. Set font-entity
18493 property by font_put_extra.
bba3e508 18494 (font_matches_spec): Adjust for the format change of font-entity.
aac0c6e3
MR
18495 (w32_weight_table, w32_decode_weight): New variables.
18496 (w32_encode_weight): New function.
bba3e508 18497 (fill_in_logfont): Adjust for the format change of font-spec.
aac0c6e3
MR
18498 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
18499 weight value.
bba3e508 18500 (w32font_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
18501
18502 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
18503 conditionals. Don't check enable_font_backend. Surround non-used
18504 code by "#ifdef OLD_FONT" and "endif".
18505 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
bba3e508 18506 (FONT_AVG_WIDTH): Adjust for the change of struct font.
aac0c6e3
MR
18507
18508 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
18509 conditionals. Don't check enable_font_backend. Delete all codes
18510 used only when USE_FONT_BACKEND is not defined. Surround non-used
18511 code by "#ifdef OLD_FONT" and "endif".
18512
18513 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
18514 (uniscribe_open): Return value changed to font-object.
18515 Adjusted for the format change of font-object.
bba3e508 18516 (uniscribe_otf_capability): Adjust for the change of struct font.
aac0c6e3 18517 (add_opentype_font_name_to_list): Don't downcase names.
bba3e508 18518 (uniscribe_font_driver): Adjust for the change of struct
aac0c6e3
MR
18519 font_driver.
18520
185212008-05-13 Chong Yidong <cyd@stupidchicken.com>
18522
18523 * dispnew.c (update_frame_1): Check if tty output is still valid
18524 before flushing it.
18525
185262008-05-13 Jan Djärv <jan.h.d@swipnet.se>
18527
18528 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
18529 to Gtk+ menus.
18530
185312008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18532
18533 * dired.c (file_name_completion): Tweak the code so as to always do it
18534 in a single pass. Tighten the scope of some variables.
18535
18536 * dired.c (Qdefault_directory): New var.
18537 (file_name_completion): Use it instead of Fexpand_file_name.
18538 (syms_of_dired): Initialize it.
18539
185402008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * fileio.c (double_dollars): Remove dead code.
18543
185442008-05-10 Eli Zaretskii <eliz@gnu.org>
18545
18546 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
18547 Mention w32-get-true-file-attributes in doc string.
18548
18549 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
18550
185512008-05-09 Glenn Morris <rgm@gnu.org>
18552
18553 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
18554 2008-04-23.
18555
185562008-05-09 Eli Zaretskii <eliz@gnu.org>
18557
18558 Support for reporting owner and group of each file on MS-Windows:
18559 * dired.c (stat_uname, stat_gname): New functions, with special
18560 implementation for w32.
18561 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
18562
18563 * w32.c: Rename the_passwd_* to dflt_passwd_*.
18564 (dflt_group_name): New static variable.
18565 (dflt_group): Rename from the_group.
18566 (init_user_info): Init dflt_group fields. Get user's group name
18567 from LookupAccountSid.
18568 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
18569 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
18570 New initialization states.
18571 (globals_of_w32): Initialize them to zero. Initialize the default
18572 group name to "None".
18573 (GetFileSecurity_Name): New global var, the name of the function
18574 to call for GetFileSecurity.
18575 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
18576 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
18577 (get_file_security, get_security_descriptor_owner)
18578 (get_security_descriptor_group, is_valid_sid)
18579 (get_file_security_desc, get_rid, get_name_and_id)
18580 (get_file_owner_and_group): New functions.
18581 (stat): Use get_file_security_desc and get_file_owner_and_group to
18582 report the owner and primary group of each file. Don't ignore the
18583 high 32 bits of file's size, now that st_size is 64-bit wide.
18584 Fix test when to get true file attributes.
18585 (init_user_info): Use get_rid instead of equivalent inline code.
18586 (fstat): Don't ignore the high 32 bits of file's size.
18587
185882008-05-09 Chong Yidong <cyd@stupidchicken.com>
18589
18590 * image.c (png_load): Use correct bit-depth for setting background
18591 color.
18592
185932008-05-08 Eli Zaretskii <eliz@gnu.org>
18594
18595 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
18596 epa-hook.elc.
18597
185982008-05-08 Juanma Barranquero <lekktu@gmail.com>
18599
18600 * font.c (Ffont_match_p): Don't use `iff' in docstring.
18601
186022008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
18603
18604 * macfns.c (Fx_create_frame): Make a copy of frame parameters
18605 because the original parameters are in pure storage now.
18606 (mac_window): Remove unused params. Update callers.
18607
186082008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18609
18610 * lread.c (substitute_object_recurse): Use lower-level primitives.
18611 Don't signal errors when traversing sub-char-tables.
18612 Don't loop over all the possible characters when traversing char-tables.
18613
18614 * print.c (print_preprocess): Add sub-char-tables to the print-table,
18615 just like we do in print.c.
18616
186172008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18618
18619 * minibuf.c (Ftry_completion): Remove code left over from when we used
18620 scmp instead of Fcompare_strings.
18621
186222008-05-04 Juanma Barranquero <lekktu@gmail.com>
18623
18624 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
18625
186262008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18627
18628 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
18629 Create bitmap context in native byte order.
18630
18631 * macterm.c (XDrawLine)
18632 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
18633 context in native byte order.
18634
186352008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18636
18637 * config.in: Regenerate.
18638
18639 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
18640 New definitions for Image I/O support.
18641 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
18642 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
18643 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18644 (mac_data_provider_release_data, image_load_image_io)
18645 [USE_MAC_IMAGE_IO]: New functions.
18646 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
18647 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
18648 (init_image_func_pointer) [MAC_OSX]: Remove function.
18649 (image_load_quartz2d) [MAC_OSX]: Check availability of
18650 CGImageCreateWithPNGDataProvider at compile time.
18651 Use lowercase `false' for boolean constant.
18652 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
18653 Use image_load_image_io.
18654 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
18655 Don't check MyCGImageCreateWithPNGDataProvider.
18656 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
18657 Don't call init_image_func_pointer.
18658
18659 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
18660
18661 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
18662 Make variable non-static.
18663 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
18664 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18665
18666 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
18667 (RED_FROM_ULONG): Mask off higher bits.
18668 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
18669
18670 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
18671 Include AvailabilityMacros.h.
18672 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
18673 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
18674
186752008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18676
18677 * chartab.c (Fset_char_table_range): If range is t, really set all
18678 chars to that value.
18679
186802008-05-03 Eli Zaretskii <eliz@gnu.org>
18681
18682 * dired.c (Ffile_attributes): Don't allow the device number become
18683 negative.
18684
186852008-05-02 Daiki Ueno <ueno@unixuser.org>
18686
18687 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
18688
186892008-05-02 Juri Linkov <juri@jurta.org>
18690
18691 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
18692 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
18693 DEFAULT argument as a list of default values in docstrings.
18694
186952008-05-01 Chong Yidong <cyd@stupidchicken.com>
18696
18697 * puresize.h (BASE_PURESIZE): Increase to 1210000.
18698
186992008-05-01 Martin Rudalics <rudalics@gmx.at>
18700
18701 * dispnew.c (change_frame_size_1): Preserve small windows when
18702 shrinking frames by calling set_window_height|width with third
18703 arg 2.
18704
18705 * window.h (struct window): Replace field too_small_ok by field
18706 resize_proportionally.
18707
18708 * window.c (make_window): Initialize resize_proportionally.
18709 (enlarge_window): Temporarily set resize_proportionally to make
18710 sure that shrink_windows does scale the window proportionally.
18711 (shrink_windows): When window has resize_proportionally set try
18712 to shrink it proportionally by stealing from other windows.
18713 (struct saved_window, Fset_window_configuration)
18714 (compare_window_configurations): Handle resize_proportionally.
18715 (WINDOW_TOTAL_SIZE): New macro.
18716 (window_min_size, shrink_windows, size_window): Use it.
18717 (check_min_window_sizes): Remove. Invalid values of
18718 window-min-height|width are handled by window_min_size_2 now.
18719 (size_window, Fsplit_window, enlarge_window)
18720 (adjust_window_trailing_edge, grow_mini_window): Don't call
18721 check_min_window_sizes.
18722 (window_min_size_2, window_min_size_1, window_min_size):
18723 New argument safe_p for retrieving "safe" minimum sizes.
18724 (Fdisplay_buffer, Fsplit_window, enlarge_window)
18725 (adjust_window_trailing_edge, grow_mini_window):
18726 Adjust arguments of window_min_size... functions.
18727 (shrink_windows): Argument min_size removed. New argument
18728 safe_p allows shrinking windows to their safe minimum sizes.
18729 Calculate minimum size and decide whether a window shall be
18730 deleted for each window individually.
18731 (size_window): When nodelete_p equals 2, tell shrink_windows to
18732 delete windows only if their new minimum size is no more safe.
18733 (shrink_window_lowest_first): Call window_min_size_1 to make
18734 sure to preserve modeline of bottom-most window when resizing
18735 the minibuffer.
18736 (Fset_window_configuration, Fcurrent_window_configuration)
18737 (compare_window_configurations): Do not handle
18738 window-min-height|width any more.
18739 (syms_of_window): Clarify window-min-height|width doc-strings.
18740
187412008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
18742
18743 * dired.c (file_name_completion): Fix up the encoding/decoding issue
18744 some more. Copy some of the code from Ftry_completions.
18745 Remove special case code that dates back to initial revision when the
18746 slash was only added when necessary and that can't trigger nowadays.
18747
187482008-04-27 Kenichi Handa <handa@m17n.org>
18749
18750 * font.c (font_prop_validate): Signal `error' instead of `font'.
18751
187522008-04-29 Jason Rumney <jasonr@gnu.org>
18753
18754 * w32fns.c (Fw32_battery_status): New defun.
18755 (syms_of_w32fns): Defsubr it.
18756
187572008-04-28 Andreas Schwab <schwab@suse.de>
18758
18759 * dired.c (file_name_completion): Fix another mixing of encoded
18760 and decoded names.
18761
187622008-04-28 Juanma Barranquero <lekktu@gmail.com>
18763
18764 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
18765
187662008-04-27 Juanma Barranquero <lekktu@gmail.com>
18767
18768 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
18769
187702008-04-27 Andreas Schwab <schwab@suse.de>
18771
18772 * dired.c (file_name_completion): Fix inappropriate mixing of
18773 encoded and decoded names.
18774
18775 * xterm.c (XTread_socket): Fix use of uninitialized variable.
18776
18777 * puresize.h (BASE_PURESIZE): Increase to 1200000.
18778
187792008-04-26 Eli Zaretskii <eliz@gnu.org>
18780
18781 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
18782 2008-03-31, it's not needed anymore with `struct stat' definition
18783 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
18784 for the same reasons.
18785
187862008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
18787
18788 * m/sparc.h: Additional redefinitions for GNU/Linux.
18789
187902008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18791
18792 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
18793 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
18794 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
18795 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
18796 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18797 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
18798 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18799 Likewise.
18800
18801 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
18802 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
18803 (mac_ax_number_of_characters): Add externs.
18804 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18805 [USE_MAC_TSM]: Likewise.
18806 (mac_handle_text_input_event) [MAC_OSX]:
18807 Handle kEventTextInputOffsetToPos for no active input area case.
18808 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
18809 (mac_handle_document_access_event)
18810 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
18811 (install_application_handler) [MAC_OSX]: Register handlers for
18812 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
18813 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18814 Register mac_handle_document_access_event.
18815
18816 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
18817 Make functions non-static.
18818
188192008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18820
18821 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
18822 (read_file_name_completion_ignore_case, insert_default_directory)
18823 (Qdefault_directory): Move to minibuffer.el.
18824 (Fread_file_name): Call the new `read-file-name' instead.
18825
188262008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18827
18828 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
18829 Make function non-static.
18830 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
18831 Remove function.
18832 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
18833 Move to mactoolbox.c.
18834 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
18835
18836 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
18837 (mac_rect_make): New macro.
18838
18839 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
18840 instead of float.
18841 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
18842 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
18843 (XSetBackground) [USE_CG_DRAWING]: Likewise.
18844 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
18845 CGRectMake.
18846 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
18847 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
18848 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
18849 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
18850 instead of WindowRef in argument type.
18851 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
18852 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
18853 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
18854 instead of DISPLAY. All uses changed.
18855 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
18856 (x_calc_absolute_position): Simplify so as not to use
18857 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
18858
18859 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
18860 instead of WindowRef in argument type.
18861 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
18862 [TARGET_API_MAC_CARBON]: Remove externs.
18863 (create_apple_event, mac_event_parameters_to_lisp)
18864 [TARGET_API_MAC_CARBON]: Add externs.
18865
18866 * mactoolbox.c (Vmac_ts_script_language_on_focus)
18867 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
18868 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
18869 is clicked.
18870 (x_activate_menubar): Remove extern for saved_menu_event_location.
18871 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
18872 Move from mac.c.
18873
188742008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18875
18876 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
18877 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
18878
188792008-04-23 Jason Rumney <jasonr@gnu.org>
18880
18881 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
18882 attributes only for local files.
18883
18884 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
18885 default to Qlocal.
18886
188872008-04-22 Juri Linkov <juri@jurta.org>
18888
18889 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
18890 read-buffer-to-switch instead of using the letter "B".
18891
188922008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18893
18894 * fileio.c (Qdefault_directory): New variable.
18895 (Fread_file_name): Use it to pass `dir' to the completion functions.
18896
188972008-04-20 Chong Yidong <cyd@stupidchicken.com>
18898
18899 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
18900
189012008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18902
18903 * keyboard.c (Vpre_help_message): Remove.
18904 (show_help_echo): Remove default C code.
18905
18906 * dired.c (directory_files_internal, file_name_completion):
18907 Only call ENCODE_FILE if the string is indeed decoded.
18908
189092008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18910
18911 * Makefile.in (TOOLKIT_DEFINES): Remove.
18912 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
18913
189142008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18915
18916 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
18917 (mactoolbox.o): New target.
18918
18919 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
18920 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
18921
18922 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
18923 Use mac_set_frame_window_background instead of XSetWindowBackground.
18924 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
18925 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
18926 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
18927 instead of SetWindowTitleWithCFString.
18928 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
18929 Move function to mactoolbox.c.
18930 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
18931 Use mac_set_window_modified instead of SetWindowModified.
18932 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
18933 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
18934 (Fx_focus_frame): Use mac_front_non_floating_window instead of
18935 FrontNonFloatingWindow. Use mac_activate_window instead of
18936 ActivateWindow. Use mac_active_non_floating_window instead of
18937 ActiveNonFloatingWindow.
18938 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
18939 Use mac_show_hourglass and mac_hide_hourglass.
18940 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
18941 instead of GetGlobalMouse.
18942 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
18943 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
18944 Use mac_bring_window_to_front instead of BringToFront.
18945 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
18946 mactoolbox.c.
18947 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
18948 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
18949 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
18950 mactoolbox.c.
18951
18952 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
18953 (XtPointer): Move typedef from macmenu.c.
18954 (enum button_type): Move enum from macmenu.c.
18955 (widget_value): Move typedef from macmenu.c.
18956 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
18957 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
18958 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
18959 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
18960 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
18961 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
18962 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
18963 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
18964 (Selection): Move typedef from macselect.c.
18965 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
18966 macterm.c.
18967 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
18968 (mac_is_window_collapsed, mac_bring_window_to_front)
18969 (mac_send_window_behind, mac_hide_window, mac_show_window)
18970 (mac_collapse_window, mac_front_non_floating_window)
18971 (mac_active_non_floating_window, mac_activate_window)
18972 (mac_move_window_structure, mac_move_window, mac_size_window)
18973 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
18974
18975 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
18976 (enum mac_menu_kind): Move enum to mactoolbox.c.
18977 (min_menu_id): Move variable to mactoolbox.c.
18978 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
18979 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
18980 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
18981 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
18982 [TARGET_API_MAC_CARBON]: Likewise.
18983 (XtPointer): Move typedef to macgui.h.
18984 (enum button_type): Move enum to macgui.h.
18985 (widget_value): Move typedef to macgui.h.
18986 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
18987 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
18988 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
18989 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
18990 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
18991 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
18992 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
18993 (popup_activated_flag): Make variable non-static.
18994 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
18995 (add_menu_item, fill_menu, dispose_menus):
18996 Move functions to mactoolbox.c.
18997 (restore_show_help_function, menu_target_item_handler)
18998 (install_menu_target_item_handler, mac_handle_dialog_event)
18999 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
19000 [TARGET_API_MAC_CARBON]: Likewise.
19001 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
19002 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
19003 (find_and_call_menu_selection, name_is_separator): Make function
19004 non-static.
19005 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
19006 to mactoolbox.c.
19007 (set_frame_menubar): Don't call install_menu_quit_handler.
19008 (menu_item_selection): New variable.
19009 (mac_menu_show): Use create_and_show_popup_menu.
19010 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
19011 selection but set variable menu_item_selection. All uses changed.
19012 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
19013 Call install_menu_quit_handler. Move to mactoolbox.c.
19014
19015 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
19016 (Selection): Move typedef to macgui.h.
19017 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
19018 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
19019 Make variables non-static.
19020 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
19021 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
19022 Make functions non-static.
19023 (Vmac_service_selection) [MAC_OSX]: Likewise.
19024 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
19025 (mac_valid_selection_target_p, mac_clear_selection)
19026 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
19027 (mac_put_selection_value, mac_selection_has_target_p)
19028 (mac_get_selection_value, mac_get_selection_target_list)
19029 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
19030 Move functions to mactoolbox.c.
19031 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
19032 Likewise.
19033 (copy_scrap_flavor_data, mac_handle_service_event)
19034 (install_service_handler) [MAC_OSX]: Likewise.
19035 (syms_of_macselect) <Vmac_dnd_known_types>:
19036 Use mac_dnd_default_known_types.
19037
19038 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
19039 Move to mactoolbox.c.
19040 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
19041 (Fx_selection_owner_p): Add EXFUN.
19042 (install_window_handler, remove_window_handler, XSetWindowBackground):
19043 Remove externs.
19044 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
19045 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
19046 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
19047 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
19048 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
19049 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
19050 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
19051 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
19052 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
19053 (create_and_show_popup_menu, mac_get_selection_from_symbol)
19054 (mac_valid_selection_target_p, mac_clear_selection)
19055 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
19056 (mac_put_selection_value, mac_selection_has_target_p)
19057 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
19058 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
19059 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
19060 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
19061 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
19062 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
19063 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
19064 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
19065 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
19066
19067 * mactoolbox.c: New file.
19068
190692008-04-18 Jason Rumney <jasonr@gnu.org>
19070
19071 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
19072
190732008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19074
19075 * character.c (Fmultibyte_char_to_unibyte):
19076 Return latin1 chars unchanged.
19077
19078 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
19079 relocated if it points to `name'.
19080
190812008-04-17 Kenichi Handa <handa@m17n.org>
19082
19083 * data.c (Faset): Allow setting a multibyte character in an
19084 ASCII-only unibyte string.
19085
19086 * lisp.h (STRING_SET_MULTIBYTE): New macro.
19087
190882008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
19091 done in config.h.
19092
190932008-04-16 Juanma Barranquero <lekktu@gmail.com>
19094
19095 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
19096 (Fchar_direction): Add usage in the docstring.
19097
190982008-04-15 Chong Yidong <cyd@stupidchicken.com>
19099
19100 * keyboard.c (read_key_sequence): Remove always-true checks.
19101
191022008-04-14 Jason Rumney <jasonr@gnu.org>
19103
19104 * w32font.c (w32font_open_internal): Set max_bounds.descent in
19105 compatibility struct, for better underline positioning.
19106
191072008-04-13 David Hansen <david.hansen@gmx.net>
19108
19109 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
19110 string.
19111
191122008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19113
19114 * m/hp800.h (XUINT, XSET): Remove.
19115
191162008-04-12 Juanma Barranquero <lekktu@gmail.com>
19117
19118 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
19119 previous change.
19120
191212008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19122
19123 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
19124 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
19125
191262008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
19127
19128 * keymap.h (map_keymap_canonical): Declare.
19129 * xmenu.c (single_keymap_panes): Use it.
19130
191312008-04-11 Glenn Morris <rgm@gnu.org>
19132
19133 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
19134 set the target's value to that of the alias.
19135
191362008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
19137
19138 * term.c (set_tty_color_mode): Left over typo.
19139
191402008-04-10 Michael Albinus <michael.albinus@gmx.de>
19141
19142 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
19143 only after check for file name handler functions. Signal, when
19144 native functionality is not supported.
19145 (syms_of_fileio): Declare it unconditionally.
19146
191472008-04-10 Jason Rumney <jasonr@gnu.org>
19148
19149 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
19150 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
19151
19152 * w32.c (logon_network_drive): Also logon to remote drives that
19153 are mapped to drive letters.
19154
191552008-04-10 Glenn Morris <rgm@gnu.org>
19156
19157 * xdisp.c (truncate-partial-width-windows): Doc fix.
19158
191592008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
19162 Move functions to minibuffer.el.
19163 (syms_of_fileio): Don't declare them.
19164
191652008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
19168 (syms_of_minibuf): Remove its initialization.
19169
19170 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
19171
191722008-04-09 Juanma Barranquero <lekktu@gmail.com>
19173
19174 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
19175
191762008-04-09 Jason Rumney <jasonr@gnu.org>
19177
19178 * makefile.w32-in (distclean): Delete makefile too.
19179 (maintainer-clean): New target.
19180
19181 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
19182
19183 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
19184 for new font backend and composite cases.
19185
191862008-04-09 Jan Djärv <jan.h.d@swipnet.se>
19187
19188 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
19189 Most of the code moved to run_timers.
19190 (do_pending_atimers): Call run_timers.
19191 (run_timers): New function.
19192
19193 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
19194 run atimers.
19195
19196 * process.c (wait_reading_process_output): The same as above.
19197
191982008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * minibuf.c (last_exact_completion): Remove variable.
19201 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
19202 (complete_and_exit_1, complete_and_exit_2)
19203 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
19204 (Fdisplay_completion_list, display_completion_list_1)
19205 (Fminibuffer_completion_help, Fself_insert_and_exit)
19206 (Fexit_minibuffer, Fminibuffer_message): Move functions to
19207 minibuffer.el.
19208 (syms_of_minibuf): Remove corresponding initializations.
19209
19210 * keyboard.c (Qdeactivate_mark): New var.
19211 (command_loop_1): Use it to call `deactivate-mark'.
19212 (syms_of_keyboard): Initialize it.
19213
19214 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
19215 to another frame.
19216 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
19217 Don't call set_tty_color_mode.
19218 (store_frame_param): Reset previous_frame rather than call
19219 set_tty_color_mode.
19220 * term.c (set_tty_color_mode): Rewrite.
19221 * dispextern.h (set_tty_color_mode): New type.
19222 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
19223
192242008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19225
19226 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
19227 for generic chars, which do not exist any more in emacs-unicode.
19228
192292008-04-08 Michael Albinus <michael.albinus@gmx.de>
19230
19231 * coding.c (detect_coding_emacs_mule)
19232 (Ffind_operation_coding_system): Fix typo.
19233
192342008-04-08 Jason Rumney <jasonr@gnu.org>
19235
19236 * w32uniscribe.c (SNAME): Extract only symbol name.
19237
19238 * w32font.h (struct w32_metric_cache): New struct.
19239 (w32font_info): Use it.
19240 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
19241 (CACHE_BLOCKSIZE): New constants.
19242
19243 * w32font.c (Qja, Qko, Qzh): New symbols.
19244 (syms_of_w32font): Initialise them.
19245 (font_matches_spec): Use them to filter by language.
19246 (recompute_cached_metrics): Remove function.
19247 (compute_metrics, clear_cached_metrics): New functions.
19248 (w32font_encode_char): Use them to manage metric cache.
19249 (w32font_text_extents): Cache metrics for all glyphs on demand.
19250 Delay converting glyph indices to WORD until needed.
19251 (w32font_open_internal): Initialize metric cache to empty.
19252 (registry_to_w32_charset): Charset should always be a symbol.
19253 (fill_in_logfont, list_all_matching_fonts): Family should
19254 always be a symbol.
19255
192562008-04-06 Jason Rumney <jasonr@gnu.org>
19257
19258 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
19259 Give up if glyph indices not supported. Use uniscribe obtained
19260 ABC widths for individual metrics. Map glyph clusters back to
19261 characters using fClusterStart flag. Return number of glyphs
19262 produced, not chars processed.
19263 (uniscribe_shape): Map char at FROM to current glyph.
19264
192652008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19266
19267 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
19268 Use SetMenuItemHierarchicalMenu.
19269
192702008-04-05 Jason Rumney <jasonr@gnu.org>
19271
19272 * image.c (pbm_load): Allow color values up to 65535.
19273 Throw an error if max_color_idx is outside the supported range.
19274 Report an error when image size is invalid.
19275 Read two bytes at a time when raw images have max_color_idx above 255.
19276
aac0c6e3
MR
192772008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
19278
19279 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
19280 append "CCL: Quitted" when the CCL program is quitted.
19281 (setup_ccl_program): Initialize ccl->quit_silently to zero.
19282
19283 * ccl.h (struct ccl_program): New member quit_silently.
19284
192852008-04-05 Chong Yidong <cyd@stupidchicken.com>
19286
19287 * search.c (compile_pattern_1): Treat non-nil and non-string of
19288 search-spaces-regexp as nil.
19289
19290 * minibuf.c (Fassoc_string): Tweak docstring.
19291
192922008-04-05 Eli Zaretskii <eliz@gnu.org>
19293
19294 * dired.c (Ffile_attributes): Support inode numbers wider than 32
19295 bits. Remove ugly WINDOWSNT-specific kludge introduced on
19296 2008-03-14 to force inode be positive.
19297
19298 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
19299 _S_* ones, since we now use our own sys/stat.h.
19300 (stat, fstat): Don't mangle the inode number.
19301 (init_user_info): Don't restrict UID and GID to 0-60000 range.
19302
193032008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19304
19305 * frame.h (struct frame): Give one more bit to `visible' since we use
19306 values larger than 1 to indicate obscured frames on ttys.
19307
19308 * keymap.c (Qkeymap_canonicalize): New var.
19309 (Fmap_keymap_internal): New fun.
19310 (describe_map): Use keymap-canonicalize.
19311
19312 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
19313 (Fundo_boundary): Set them.
19314 (syms_of_undo): Initialize them.
19315 (record_point): Use them instead of last_point_position*.
19316 (last_undo_buffer): Change type.
19317
193182008-04-04 Jason Rumney <jasonr@gnu.org>
19319
19320 * w32font.c (w32font_text_extents): Use font's ascent and descent.
19321 (recompute_cached_metrics): Don't set ascent and descent per char.
19322
19323 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
19324 (uniscribe_check_otf): Add GC protection before consing.
19325 Rearrange loop for counting features.
19326
193272008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19328
19329 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
19330 buffer with byte-size of source buffer.
19331
193322008-04-03 Chong Yidong <cyd@stupidchicken.com>
19333
19334 * callint.c (Fcall_interactively): Handle temporary region even
19335 when shift-select-mode is off.
19336
193372008-04-03 Jason Rumney <jasonr@gnu.org>
19338
19339 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
19340
193412008-04-03 Kenichi Handa <handa@m17n.org>
19342
19343 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
19344 (CATEGORY_MASK_UTF_16): Likewise.
19345 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
19346 binary file.
19347 (detect_coding): Add null-byte detection for a binary file.
19348 (detect_coding_system): Likewise.
19349
193502008-04-03 Jason Rumney <jasonr@gnu.org>
19351
19352 * w32uniscribe.c: New file.
19353
19354 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
19355
19356 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
19357
19358 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
19359 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
19360 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
19361 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
19362 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
19363 (Qphonetic): New symbols.
19364 (syms_of_w32font): Initialize them.
19365 (font_supported_scripts): Use them.
19366 (w32font_list_family): List all charsets.
19367 (w32font_text_extents, recompute_cached_metrics): Fix metric
19368 calculations.
19369 (w32_enumfont_pattern_entity): Make full_type a DWORD.
19370 Give opentype fonts their own format.
19371 (font_matches_spec): New arguments backend and logfont.
19372 Handle :otf spec for uniscribe backend.
19373 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
19374 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
19375
19376 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
19377 font backend.
19378 (globals_of_w32fns): Initialize uniscribe font backend.
19379
19380 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
19381 dependencies.
19382 (w32uniscribe.$(O)): New file to build.
19383 (FONT_OBJ): Include w32uniscribe.$(O).
19384 (LIBS): Add uniscribe libraries.
19385
19386 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
19387
193882008-04-02 Chong Yidong <cyd@stupidchicken.com>
19389
19390 * callint.c (Vshift_select_mode): New var.
19391 (Finteractive): Document new ^ spec.
19392 (Fcall_interactively): Call handle-shift-selection if the ^ spec
19393 is present.
19394
19395 * keyboard.c (Vthis_command_keys_shift_translated): New var.
19396 (command_loop_1): Avoid running the direct display versions of
19397 forward-char and backward-char if shift-selection may occur.
19398 (read_key_sequence): Set Vthis_command_keys_shift_translated if
19399 shift-translation takes place.
19400
19401 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
19402 avoid clobbering by define-minor-mode.
19403
19404 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
19405 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
19406
19407 * syntax.c (Fforward_word): Add ^ interactive spec.
19408
19409 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
19410 (Fscroll_right): Add ^ interactive spec.
19411
194122008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19413
19414 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
19415
19416 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
19417
19418 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
19419
194202008-03-31 Juri Linkov <juri@jurta.org>
19421
19422 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
19423
194242008-03-30 Jan Djärv <jan.h.d@swipnet.se>
19425
19426 * gtkutil.c (xg_set_geometry): Fix indentation.
19427 (xg_resize_outer_widget): Remove.
19428 (x_wm_size_hint_off): Fix indentation.
19429 (xg_frame_set_char_size): Call flush_and_sync after
19430 gtk_window_resize.
19431 (x_wm_set_size_hint): Pass NULL as geometry window to
19432 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
19433 Add menu bar and tool bar height to base height.
19434 (xg_update_frame_menubar, free_frame_menubar)
19435 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
19436 (update_frame_tool_bar, free_frame_tool_bar):
19437 Change xg_resize_outer_widget to xg_frame_set_char_size.
19438
194392008-03-30 Michael Albinus <michael.albinus@gmx.de>
19440
19441 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
19442 (Fdbus_call_method): New parameter TIMEOUT.
19443 (dbus-send-signal): Optimize UNGCPRO call.
19444
194452008-03-29 Juri Linkov <juri@jurta.org>
19446
19447 * window.c (Fdisplay_buffer): Move call to
19448 Vsplit_window_preferred_function out of conditions that check
19449 if window is eligible for vertical splitting.
19450 When Vsplit_window_preferred_function is non-nil, call it and use
19451 its non-nil return value as window. Otherwise, continue doing
19452 vertical splitting using Fsplit_window with arg horflag=nil.
19453 (syms_of_window) <Vsplit_window_preferred_function>: Change the
19454 default value from `split-window' to nil.
19455
194562008-03-29 Juri Linkov <juri@jurta.org>
19457
19458 * callint.c (Fcall_interactively): Revert 2008-03-16 change
19459 for interactive code letters 'b' and 'B'.
19460
194612008-03-29 Eli Zaretskii <eliz@gnu.org>
19462
19463 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
19464 multibyte string.
19465
194662008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19467
19468 * keyboard.c (pending_funcalls): New var.
19469 (timer_check): Run it.
19470 (syms_of_keyboard): Initialize it.
19471 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
19472 (Vdelete_terminal_functions): New vars.
19473 (syms_of_terminal): Initialize them.
19474 (Fdelete_terminal): Run delete-terminal-functions.
19475 * xdisp.c (safe_eval): Rewrite.
19476 (safe_call2): New fun.
19477 * frame.c (Qdelete_frame_functions): New var.
19478 (syms_of_frame): Initialize it.
19479 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
19480 * lisp.h (safe_call2, pending_funcalls): Declare.
19481
194822008-03-28 Andreas Schwab <schwab@suse.de>
19483
19484 * indent.c (Fmove_to_column): Move declaration before statements.
19485
194862008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19487
19488 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
19489 (struct frame): Use bit fields for boolean vars.
19490
19491 * process.c (server_accept_connection): Simplify naming.
19492 (emacs_get_tty_pgrp): Use SDATA.
19493
19494 * coding.c (decode_coding_object): Fix last change.
19495
194962008-03-27 Jason Rumney <jasonr@gnu.org>
19497
19498 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
19499
195002008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
19501
19502 * charset.c (Fdefine_charset_internal): Change the way of
19503 registering charsets in Vcharset_order_list.
19504 (syms_of_charset): Make the charset `eight-bit' supplementary.
19505
195062008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
19507
19508 * regex.c (EXTEND_BUFFER): Change order of pointer addition
19509 operations, to avoid having the difference between pointers
19510 overflow.
19511
195122008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * indent.c (check_display_width): New fun.
19515 (scan_for_column): Use it.
19516
19517 * data.c (syms_of_data): Mark most-positive-fixnum and
19518 most-negative-fixnum as constants.
19519
19520 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
19521
19522 * indent.c (scan_for_column): Extract from current_column_1.
19523 Merge with the same code from Fmove_to_column.
19524 (current_column_1, Fmove_to_column): Use it.
19525
195262008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * keymap.c (map_keymap_internal): New fun.
19529 (map_keymap): Use it.
19530 (Fmap_keymap_internal): New fun.
19531 (Fmap_keymap): Remove left-out test from before make_save_value.
19532
19533 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
19534
19535 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
19536 Use XCAR/XCDR.
19537
19538 * process.h (struct Lisp_Process): Remove filter_multibyte.
19539 * process.c (QCfilter_multibyte): Remove.
19540 (setup_process_coding_systems): Don't use filter_multibyte.
19541 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
19542 (read_process_output): Don't adjust multibyteness to filter_multibyte.
19543 (Fset_process_filter_multibyte): Change the coding-system to
19544 approximate the previous behavior.
19545 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
19546 coding-system.
19547
19548 * coding.c (decode_coding_object): When not decoding into a buffer,
19549 obey the coding system's preference of (uni|multi)byte.
19550
195512008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19552
19553 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
19554 every char is changed and has a different byte-length.
19555 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
19556 Fix int -> EMACS_INT.
19557
195582008-03-23 David Hansen <david.hansen@gmx.net>
19559
19560 * dbusbind.c (xd_read_message): Remove extra copying of message
19561 strings. Check for NULL `interface' or `member'.
19562
195632008-03-22 Eli Zaretskii <eliz@gnu.org>
19564
19565 * w32.c (readdir): If FindFirstFile/FindNextFile return in
19566 cFileName a file name that includes `?' characters, use the 8+3
19567 alias in cAlternateFileName instead.
19568
195692008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19570
19571 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
19572
195732008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19574
19575 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
19576 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
19577 work on current_buffer only instead (that was already the case
19578 for some of the code anyway).
19579 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
19580 (temp_set_point, temp_set_point_both): Use EMACS_INT.
19581 (SET_PT, SET_PT_BOTH): Adjust.
19582 * intervals.h (set_point, temp_set_point, set_point_both)
19583 (temp_set_point_both): Remove redundant declarations.
19584
195852008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19586
19587 * fileio.c (Finsert_file_contents):
19588 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
19589 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
19590 when buffer != current_buffer anyway.
19591
195922008-03-20 Andreas Schwab <schwab@suse.de>
19593
19594 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
19595 as default.
19596
195972008-03-19 Jason Rumney <jasonr@gnu.org>
19598
19599 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
19600 (syms_of_w32fns): Initialize them.
19601 (HOURGLASS_ID): New constant.
19602 (x_window_to_frame): Don't check hourglass_window.
19603 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
19604 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
19605 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
19606 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
19607 Only change the cursor if hourglass is not active.
19608 (Fx_create_frame): Initialize frame's current_cursor.
19609 (hourglass_atimer): Remove.
19610 (hourglass_started): New function.
19611 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
19612 (show_hourglass): Adapt to w32, changing argument to frame.
19613
19614 * w32term.h (struct w32_output): Remove hourglass_window.
19615 Add current_cursor.
19616
19617 * eval.c (call_debugger, Fsignal):
19618 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
19619 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
19620 (Fexecute_extended_command, cancel_hourglass_unwind):
19621 * minibuf.c (read_minibuf):
19622 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
19623
196242008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * window.c (run_funs): New fun.
19627 (run_window_configuration_change_hook): Use it to run the buffer-local
19628 and the global part of the hook.
19629
19630 * xdisp.c (format_mode_line_unwind_data): Add window argument.
19631 (unwind_format_mode_line): Restore selected window.
19632 (x_consider_frame_title, Fformat_mode_line): Set selected window.
19633
196342008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * editfns.c (Fchar_equal): Check they are valid characters.
19637
19638 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
19639
196402008-03-17 Andreas Schwab <schwab@suse.de>
19641
19642 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
19643 against a charset.
19644
19645 * lisp.h (Fbuffer_list): Declare.
19646
196472008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 19648
aac0c6e3
MR
19649 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
19650 handlebox_widget is != 0.
19651
196522008-03-16 Juri Linkov <juri@jurta.org>
19653
19654 * callint.c (Fcall_interactively): For interactive code letters
19655 'b' and 'B' put the buffer list into the list of default "future"
19656 values of the minibuffer.
19657
196582008-03-16 Andreas Schwab <schwab@suse.de>
19659
19660 * keyboard.c (read_key_sequence): Fix downcasing of letters with
19661 modifiers.
19662
19663 * regex.c (re_match_2_internal): Correct matching of a charset
19664 against latin-1 characters.
19665
196662008-03-16 Kenichi Handa <handa@m17n.org>
19667
19668 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
19669 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
19670 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
19671 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
19672 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
19673 CHAR_STRING_ADVANCE.
19674 (produce_chars): Fix for the case that the source and the
19675 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
19676 instead of CHAR_STRING_ADVANCE.
19677 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
19678 STRING_CHAR_ADVANCE.
19679
196802008-03-15 Andreas Schwab <schwab@suse.de>
19681
19682 * regex.c (re_match_2_internal): Correct matching of eight bit
19683 characters in unibyte strings.
19684
196852008-03-15 Martin Rudalics <rudalics@gmx.at>
19686
19687 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
19688 at end of range when it coincides with the end of the buffer.
19689
196902008-03-14 Eli Zaretskii <eliz@gnu.org>
19691
19692 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
19693
19694 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
19695
196962008-03-14 Jason Rumney <jasonr@gnu.org>
19697
19698 * editfns.c (initial_tz): New variable.
19699 (syms_of_editfns): Initialize it.
19700 (Fset_time_zone_rule): Set it when first called.
19701 Use it when TZSTRING is nil.
19702
19703 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
19704 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
19705 (monitor_from_point_fn, get_monitor_info_fn): New globals.
19706 (globals_of_w32fns): Initialize them.
19707 (compute_tip_xy): Use them to position tooltips.
19708
197092008-03-14 Glenn Morris <rgm@gnu.org>
19710
19711 * emacs.c (main): Revert previous change.
19712 (standard_args): Revert -internal-script back to -scriptload,
19713 and remove the long-option form.
19714
197152008-03-13 Glenn Morris <rgm@gnu.org>
19716
19717 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
19718 Remove option -enable-font-backend.
19719
197202008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
19723
197242008-03-11 Jan Djärv <jan.h.d@swipnet.se>
19725
19726 * xterm.c (x_connection_closed): For GTK: If this is the last
19727 terminal just exit without closing the display.
19728
197292008-03-11 Jason Rumney <jasonr@gnu.org>
19730
19731 * w32font.c (w32font_full_name): Use floor to round.
19732
f0131492 197332008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
19734
19735 * sound.c (alsa_configure): Declare vol at beginning of block.
19736
19737 * fontset.c (Ffontset_info): Remove extra semicolon.
19738
197392008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
19742 size of resulting string.
19743
197442008-03-10 Jason Rumney <jasonr@gnu.org>
19745
19746 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
19747
197482008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19749
19750 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
19751 Don't pretend as if characters with display property haven't been
19752 consumed for string-replacing-string case.
19753
197542008-03-08 Kim F. Storm <storm@cua.dk>
19755
19756 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
19757 (get_next_display_element, next_element_from_string)
19758 (next_element_from_ellipsis, next_element_from_buffer): Use it.
19759
197602008-03-08 Andreas Schwab <schwab@suse.de>
19761
19762 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
19763
197642008-03-06 Jason Rumney <jasonr@gnu.org>
19765
19766 * w32font.c (w32_registry): Take font_type argument. Use ANSI
19767 when charset not specified. Only translate ANSI to unicode when
19768 font_type is truetype.
19769 (w32font_coverage_ok): New function.
19770 (add_font_entity_to_list): Use it to filter unsuitable fonts.
19771
197722008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
19773
19774 * lread.c (Fread_char): Resolve modifiers.
19775 (Fread_char_exclusive): Likewise.
19776
19777 * character.c (char_resolve_modifier_mask): New function.
19778 (char_string): Use char_resolve_modifier_mask.
19779 (Fchar_resolve_modifiers): New function.
19780 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
19781 function.
19782
197832008-03-04 Jason Rumney <jasonr@gnu.org>
19784
19785 * makefile.w32-in: Always include w32font.c in the build.
19786 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
19787
197882008-03-04 Andreas Schwab <schwab@suse.de>
19789
19790 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
19791 (versionclean): Likewise.
19792
197932008-03-04 Juanma Barranquero <lekktu@gmail.com>
19794
19795 * .cvsignore: Add oo.
19796
197972008-03-03 Andreas Schwab <schwab@suse.de>
19798
19799 * coding.c (decode_coding_object): Inhibit gap shrinking while
19800 decoding in place.
19801
198022008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
19803
19804 * w32term.c: Remove unused include "gnu.h".
19805 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
19806
19807 * gnu.h: Rename to ...
19808 * emacs-icon.h: ... this.
19809 * xterm.c: Use emacs-icon.h instead of gnu.h.
19810 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
19811
198122008-03-03 Juanma Barranquero <lekktu@gmail.com>
19813
19814 * w32font.c: Include math.h.
19815
198162008-03-03 Jason Rumney <jasonr@gnu.org>
19817
19818 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
19819 Compute options separately.
19820 (w32font_open_internal): Set glyph_idx before caching metrics.
19821
19822 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
19823 Define if system headers don't.
19824 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
19825 (w32font_encode_char): Don't declare here.
19826
19827 * w32font.c (Quniscribe, QCformat): New symbols.
19828 (syms_of_w32font): Define them.
19829 (w32font_has_char): Indicate uncertainty.
19830 (w32font_encode_char): Encode as glyph point. Make static.
19831 (recompute_cached_metrics): New function.
19832 (w32font_open_internal): Use it. Set font to use glyph points
19833 initially. Set format based on type of font.
19834 (w32font_text_extents, w32font_draw): Optionally use glyph points.
19835 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
19836 on it. Set format based on information available here.
19837 (add_font_entity_to_list): Identify backend based on opentype_only.
19838
198392008-03-02 Andreas Schwab <schwab@suse.de>
19840
19841 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
19842
19843 * coding.c (decode_coding_big5, produce_chars):
19844 Fix typos in last change.
19845
198462008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
19847
19848 * gnu.h: New icon.
19849
198502008-03-02 Kenichi Handa <handa@m17n.org>
19851
19852 * coding.c (decode_coding_utf_8): When eol-type of CODING is
19853 `dos', don't decode '\r' if that is the last in the source.
19854 (decode_coding_utf_16, decode_coding_emacs_mule)
19855 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19856 (decode_coding_raw_text, decode_coding_charset): Likewise.
19857 (produce_chars): Don't decode EOL here. Use EMACS_INT.
19858
198592008-03-01 Jason Rumney <jasonr@gnu.org>
19860
19861 * w32font.c (w32font_full_name): Report point size for scalable fonts.
19862
198632008-03-01 Kim F. Storm <storm@cua.dk>
19864
19865 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
19866
198672008-03-01 Jason Rumney <jasonr@gnu.org>
19868
19869 * w32font.c (w32font_full_name): New function.
19870 (w32font_open_internal): Use it.
19871
198722008-03-01 Kim F. Storm <storm@cua.dk>
19873
19874 * dispnew.c (line_draw_cost): Fix invalid glyph check.
19875
198762008-03-01 Jason Rumney <jasonr@gnu.org>
19877
19878 * font.c (font_unparse_fcname): Increase len when style is a symbol.
19879
198802008-03-01 Jan Djärv <jan.h.d@swipnet.se>
19881
19882 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
19883 xg_frame_resized when the event is for the edit widget.
19884
ef1b0ba7 19885 * gtkutil.h (xg_frame_resized): Rename from xg_resize_widgets.
aac0c6e3
MR
19886
19887 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
19888 set_char_size.
ef1b0ba7 19889 (xg_frame_resized): Rename from xg_resize_widgets. Remove all
aac0c6e3
MR
19890 operations on widgets here. Just set frame size if needed.
19891 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
19892 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
19893 (x_wm_set_size_hint): Set size hints on the edit widget only, not
19894 the whole frame.
19895 (xg_create_tool_bar): Move attachment of the tool bar to
19896 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
19897 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
19898
198992008-03-01 Jason Rumney <jasonr@gnu.org>
19900
19901 * w32fns.c (w32_msg_pump): Disable debug code.
19902
199032008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19904
19905 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
19906
199072008-02-29 Chong Yidong <cyd@stupidchicken.com>
19908
19909 * xdisp.c (next_overlay_string): Don't set
19910 overlay_strings_at_end_processed_p if we're currently reading from
19911 a display string.
19912
199132008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
19914
19915 * xdisp.c (get_overlay_strings_1): Fix typo.
19916
199172008-02-29 Chong Yidong <cyd@stupidchicken.com>
19918
19919 * xdisp.c (get_overlay_strings_1): Add missing argument type.
19920
199212008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
19922
19923 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
19924
19925 * xdisp.c (display_mode_element): Cancel the previous change.
19926 (decode_mode_spec): Likewise.
19927 (handle_auto_composed_prop): Don't make composition if it->string
19928 is a string.
19929
199302008-02-27 Kim F. Storm <storm@cua.dk>
19931
19932 * lisp.h (GLYPH): Change type from int to struct with separate char
19933 and face_id members.
19934 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
19935 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
19936 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
19937 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
19938 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
19939 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
19940 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
19941 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
19942 handle new Lisp glyph code encoding, either an integer or a cons.
19943
19944 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
19945 (GLYPH_ALIAS): Delete.
19946 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
19947 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
19948 (GLYPH_FROM_CHAR): Replace macro by ...
19949 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
19950
19951 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
19952 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
19953 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
19954 (GLYPH_INVALID_P): New macro.
19955 (spec_glyph_lookup_face): Update prototype.
19956
19957 * dispnew.c (line_draw_cost): Adapt to new glyph type.
19958 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
19959 new glyph code encoding.
19960 (spec_glyph_lookup_face): No return value; update passed glyph instead.
19961 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
19962
19963 * xdisp.c (get_next_display_element, next_element_from_display_vector):
19964 Adapt to new glyph type and new glyph code encoding.
19965
19966 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
19967
19968 * indent.c (current_column, current_column_1, Fmove_to_column)
19969 (compute_motion): Adapt to new glyph code encoding.
19970
19971 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
19972
199732008-02-27 Chong Yidong <cyd@stupidchicken.com>
19974
19975 * process.c (wait_reading_process_output): Check for window
19976 changes caused by timers.
19977 Suggested by Johan Bockgård.
19978
199792008-02-27 Glenn Morris <rgm@gnu.org>
19980
19981 * emacs.c (USAGE1): Add `--disable-font-backend'.
19982
199832008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19984
19985 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
19986 is made to the buffer.
19987
199882008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19989
19990 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
19991 (face_at_string_position):
19992 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
19993 (face_at_string_position):
19994 * xdisp.c (display_string, next_overlay_change):
19995 * buffer.h (overlays_at):
19996 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
19997 Update callers.
19998
199992008-02-26 Chong Yidong <cyd@stupidchicken.com>
20000
20001 * editfns.c (Fformat): Doc fix.
20002
200032008-02-26 Juanma Barranquero <lekktu@gmail.com>
20004
20005 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
20006 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
20007 (Ffont_otf_alternates, Fquery_font): Doc fixes.
20008
200092008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * buffer.c (Fbuffer_swap_text): New function.
20012 (syms_of_buffer): Defsubr it.
20013
200142008-02-25 Chong Yidong <cyd@stupidchicken.com>
20015
20016 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
20017
200182008-02-25 Jason Rumney <jasonr@gnu.org>
20019
20020 * w32font.c (w32font_draw): Draw one character at a time when padding.
20021
200222008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
20023
20024 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
20025 Handle a nil arg. Use run_window_configuration_change_hook.
20026 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
20027 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
20028 Use run_window_configuration_change_hook.
20029
200302008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
20031
20032 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
20033 1-pixel width.
20034
200352008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
20036
20037 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
20038 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
20039 if the glyph in the font is zero pixel with.
20040
20041 * dispextern.h (struct glyph_string): New member padding_p.
20042
20043 * w32font.c (w32font_draw): Pay attention to s->padding_p.
20044
20045 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
20046
20047 * xfont.c (xfont_draw): Pay attention to s->padding_p.
20048
20049 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
20050
20051 * font.c: If the font driver doesn't have `shape' function, return Qnil.
20052
200532008-02-25 Jason Rumney <jasonr@gnu.org>
20054
20055 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
20056
200572008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20058
20059 Allow fine-grained image-cache flushing.
20060 * dispextern.h (struct image): Add `dependencies' field.
20061 (clear_image_caches): Change arg to Lisp_Object.
20062 * image.c (make_image): Initialize `dependencies' field.
20063 (clear_image_cache): Change arg to allow fine-grained flushing.
20064 Perform the flush even if image-cache-eviction-delay is nil.
20065 (clear_image_caches): Change arg to Lisp_Object.
20066 (Fclear_image_cache): Expand meaning of the argument.
20067 (mark_image): Mark `dependencies' field.
20068 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
20069 (lface_hash): Use XHASH rather than XFASTINT.
20070 (face_at_buffer_position): Fix int -> EMACS_INT position.
20071 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
20072 (select_frame_for_redisplay): Remove code duplication.
20073 (redisplay_internal): Adapt arg to call to clear_image_caches.
20074
200752008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
20076
20077 * s/vms4-0.h:
20078 * s/vms4-2.h:
20079 * s/vms4-4.h:
20080 * s/vms5-5.h: Remove, unused.
20081
20082 * s/irix5-2.h:
20083 * s/irix6-0.h:
20084 * s/riscos5.h:
20085 * s/mach-bsd4-3.h:
20086 * m/mips4.h: Remove files for obsolete systems.
20087
20088 * Makefile.in:
20089 * filelock.c:
20090 * unexmips.c:
20091 * m/hp9000s300.h:
20092 * m/iris4d.h:
20093 * s/aix3-1.h:
20094 * s/hpux.h:
20095 * s/msdos.h:
20096 * s/usg5-0.h:
20097 * s/usg5-2-2.h:
20098 * s/usg5-2.h:
20099 * s/usg5-3.h: Remove references to obsolete variables.
20100
20101 * s/irix5-0.h: Remove, move all the contents ...
20102 * s/irix6-5.h: ... here. Simplify.
20103 * config.in: Regenerate.
20104
201052008-02-24 Jason Rumney <jasonr@gnu.org>
20106
20107 * w32term.c (x_draw_glyph_string_background): Clear the background
20108 manually when cleartype is in use.
20109 (x_draw_glyph_string_foreground): Draw text transparently when
20110 cleartype is in use.
20111
20112 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
20113 a font into it unless we have to.
20114
201152008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
20118 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 20119
aac0c6e3
MR
201202008-02-18 Jason Rumney <jasonr@gnu.org>
20121
20122 * w32fns.c (Fw32_shell_execute): Encode parameters.
20123
201242008-02-09 Eli Zaretskii <eliz@gnu.org>
20125
20126 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
20127
201282008-02-05 Juanma Barranquero <lekktu@gmail.com>
20129
20130 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
20131
201322008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
20133
20134 * xterm.c (x_set_offset): Don't change the gravity if
20135 CHANGE_GRAVITY is -1.
20136
201372008-02-23 Chong Yidong <cyd@stupidchicken.com>
20138
20139 * fileio.c (auto_save_error_occurred): New var.
20140 (auto_save_error): Set it.
20141 (Fdo_auto_save): Don't overwrite the error message if an auto-save
20142 error occurred.
20143
201442008-02-23 Eli Zaretskii <eliz@gnu.org>
20145
20146 * w32.c (globals_of_w32): Add initializations for
20147 g_b_init_get_sid_sub_authority and
20148 g_b_init_get_sid_sub_authority_count.
20149
201502008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
20151
20152 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
20153 (font_parse_xlfd): Use them for sanity check.
20154 (Finternal_set_font_style_table): Make sure the table is bijective.
20155
20156 Consolidate the image_cache to the terminal struct.
20157 * termhooks.h (P_): Remove redundant def.
20158 (struct terminal): New field `image_cache'.
20159 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
20160 of FRAME_X_IMAGE_CACHE.
20161 * xterm.h (struct x_display_info): Remove image_cache field.
20162 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20163 * w32term.h (struct w32_display_info): Remove image_cache field.
20164 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20165 * macterm.h (struct mac_display_info): Remove image_cache field.
20166 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20167 * xterm.c (x_term_init):
20168 * w32term.c (w32_term_init):
20169 * macterm.c (mac_term_init): Set the image_cache in the terminal.
20170 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
20171 Remove declarations.
20172 (clear_image_caches, mark_image_cache): New declarations.
20173 * xfaces.c (clear_face_cache):
20174 * xdisp.c (redisplay_internal): Use clear_image_caches.
20175 * image.c (clear_image_cache): Don't check that a frame is on
20176 a window-system before checking if it shares the same cache.
20177 (clear_image_caches): New function.
20178 (Fclear_image_cache): Use it.
20179 (mark_image): Move from allo.c.
20180 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
20181 * alloc.c (mark_image, mark_image_cache): Move to image.c.
20182 (mark_object): Don't call mark_image_cache for frames.
20183 (mark_terminals): Call mark_image_cache.
20184
20185 * lisp.h (Fdelete_terminal): Declare.
20186
20187 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
20188 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
20189 wrong_type_argument.
20190
201912008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
20192
20193 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
20194 malayalam.el, and tamil.el. Add sinhala.el.
20195
201962008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20197
20198 * xterm.c (x_connection_closed): Consolidate identical tests.
20199 (x_delete_terminal): Don't crash if called via x_connection_closed.
20200
202012008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
20202
20203 * xdisp.c (decode_mode_spec): New arg string.
20204 (display_mode_element): Adjust for the above change.
20205
202062008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * callint.c (Fcall_interactively): Use AREF.
20209
202102008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
20213
202142008-02-18 Jan Djärv <jan.h.d@swipnet.se>
20215
20216 * xfns.c (Fx_show_tip): Set string to " " if empty.
20217
202182008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
20219
20220 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
20221 with Qt.
20222
202232008-02-17 Kenichi Handa <handa@m17n.org>
20224
20225 * ftfont.c (ftfont_shape): Return Lispy number.
20226
20227 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
20228 for GCs.
20229 (Finternal_set_font_selection_order): Call font_update_sort_order
20230 only when enable_font_backend is set.
20231 (realize_x_face): Set face->font_info to that of default face only
20232 when enable_font_backend is set.
20233
20234 * xdisp.c (handle_composition_prop): Set it->c to the fist
20235 character of the composed region.
20236 (fill_composite_glyph_string): Set base_face->font_info to
20237 s->font_info. Get a face for ascii from base_face->ascii_face.
20238 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
20239 with a face already decided.
20240 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
20241 non-negative.
20242 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
20243 call font_prepare_composition unconditionally.
20244
20245 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
20246
20247 * xterm.h (struct x_display_info): New member font.
20248
20249 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
20250 (x_set_mouse_face_gc, x_new_font): Likewise.
20251 (x_term_init): Setup display_info->font.
20252 (x_delete_terminal): Free display_info->font.
20253
20254 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
20255
20256 * ftxfont.c (ftxfont_default_fid): Delete it.
20257 (ftxfont_open): Set xfont->fid to 0.
20258 (ftxfont_end_for_frame): Clear data specific to the frame and the
20259 font-driver.
20260
20261 * xftfont.c (xftfont_default_fid): Delete it.
20262 (xftfont_open): Set xfont->fid to 0.
20263
20264 * fontset.c (FONTSET_OBJLIST): New macro.
20265 (fontset_find_font): Update font-object list of the fontset.
20266 (free_realized_fontset): New function.
20267 (free_face_fontset): Call free_realized_fontset.
20268 (Ffont_info): Call font_close_object only when enable_font_backend
20269 is set.
20270
20271 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
20272 [HAVE_NTGUI]: Include w32term.h.
20273 [MAC_OS]: Include macterm.ch.
20274 (font_otf_ValueRecord): Use make_number.
20275 (font_finish_cache): Fix handling of reference count.
20276 (font_clear_cache): Update num_fonts.
20277 (font_open_entity): Update smallest_char_width and
20278 smallest_font_height of the frame.
20279 (font_close_object): Update num_fonts.
20280 (Fclear_font_cache): Fix finding the target cache data.
20281
202822008-02-16 Glenn Morris <rgm@gnu.org>
20283
20284 * fontset.c (Finternal_char_font): Fix compilation warning.
20285
202862008-02-16 Eli Zaretskii <eliz@gnu.org>
20287
20288 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
20289 instead of char arrays. Enlarge the size of array passed to
20290 get_token_information.
20291
20292 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
20293 warnings.
20294
202952008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
20296
20297 * .gdbinit: Don't set `args', it breaks gdb --args.
20298
202992008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
20300
20301 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
20302 within a narrowed buffer.
20303
203042008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
20305
20306 * coding.c (decode_coding_object, encode_coding_object):
20307 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
20308
203092008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * coding.c (coding_set_destination): Use BEG_BYTE rather than
20312 hardcoding 1.
20313 (detect_coding_system):
20314 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
20315 (string_char_to_byte, string_byte_to_char, insert_from_gap):
20316 * insdel.c (insert_from_gap):
20317 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
20318 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
20319 (string_to_multibyte):
20320 * character.c (chars_in_text, multibyte_chars_in_text):
20321 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
20322
20323 * character.h (FETCH_STRING_CHAR_ADVANCE)
20324 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
20325 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
20326 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
20327
20328 * casefiddle.c (casify_region): Only call after-change and composition
20329 functions on the part of the region that was changed.
20330
20331 * keyboard.c (read_avail_input):
20332 * frame.c (Fdelete_frame): Call Fdelete_terminal.
20333
203342008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20335
20336 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
20337 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
20338
203392008-02-11 Juanma Barranquero <lekktu@gmail.com>
20340
20341 * w32menu.c (push_submenu_start, push_submenu_end)
20342 (push_left_right_boundary, push_menu_pane, push_menu_item):
20343 * keyboard.c (read_key_sequence): Don't pass args with side effects
20344 to AREF, it fails when compiling with -DENABLE_CHECKING.
20345
203462008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
20347
20348 * Makefile.in (${lispsource}international/charprop.el):
20349 Delete this target.
20350
20351 * search.c (boyer_moore): Fix incorrect synching of the trunk and
20352 emacs-unicode-2.
20353
203542008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20355
20356 * terminal.c (Fdelete_terminal): Clean up the `force' path.
20357
203582008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20359
20360 * frame.c (Qnoelisp): New symbol.
20361 (syms_of_frame): Initialize it.
20362 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
20363 harmless Elisp code, from a strong `force' from x_connection_closed.
20364 * frame.h (Qnoelisp): Declare.
20365 * xterm.c (x_connection_closed): Pass `noelisp'.
20366
20367 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
20368 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
20369 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
20370 rather than `int' for the type of `type'.
20371
203722008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
20373
20374 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
20375
20376 * Makefile.in (GNUC): Remove support for gcc-1.x.
20377
203782008-02-10 Richard Stallman <rms@gnu.org>
20379
20380 * lisp.h (ASET): Use AREF, not ASLOT.
20381
203822008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20383
20384 * lisp.h (ASET): Check bounds.
20385
203862008-02-10 Glenn Morris <rgm@gnu.org>
20387
20388 * buffer.c (mode-name): Doc fix.
20389
203902008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20391
20392 * Makefile.in:
20393 * emacs.c:
20394 * gmalloc.c:
20395 * keyboard.c:
20396 * lisp.h:
20397 * m/ibm370aix.h:
20398 * process.c:
20399 * regex.c:
20400 * s/hpux.h:
20401 * sysdep.c:
20402 * sysselect.h:
20403 * systty.h:
20404 * unexec.c:
20405 * w32term.c:
20406 * xsmfns.c:
20407 * xterm.c: Remove code that deals with obsolete variables.
20408
20409 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
20410
20411 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
20412 nothing else needs it anymore.
20413
204142008-02-09 Eli Zaretskii <eliz@gnu.org>
20415
20416 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
20417 instead of unibyte_char_to_multibyte.
20418
204192008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20420
20421 * s/gnu-linux.h: Remove commented out code.
20422
20423 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
20424
20425 * Makefile.in: Update what RMS says about using autoconf.
20426 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
20427 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
20428 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
20429 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
20430
204312008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20432
20433 * keymap.c (Fkey_description): Move side effect outside of macro call.
20434
20435 * xfaces.c (Finternal_make_lisp_face):
20436 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
20437
20438 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
20439 (syms_of_fontset): Use ASET.
20440
20441 * fns.c (concat): Move side effect outside of macro call.
20442 (hash_clear): Use ASET.
20443
204442008-02-08 Richard Stallman <rms@gnu.org>
20445
20446 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
20447 If FORCE, and frame has a surrogate minibuffer for another frame,
20448 delete the other frame first.
20449
204502008-02-07 Timo Savola <timo.savola@iki.fi>
20451
20452 * xterm.c (x_detect_focus_change): Handle embed client message.
20453 (handle_one_xevent): Ditto.
20454 (handle_one_xevent): If embedded and we get a button press/release,
20455 request focus.
20456 (xembed_set_info, xembed_send_message): New functions.
20457 (x_make_frame_visible): Call xembed_set_info if embedded.
20458 (x_make_frame_invisible): Call xembed_set_info if embedded.
20459 (x_term_init): Initialize Xatom_XEMBED.
20460 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
20461 (x_iconify_frame): Ditto.
20462
20463 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
20464 (enum xembed_info, enum xembed_message, enum xembed_focus)
20465 (enum xembed_modifier, enum xembed_accelerator): New.
20466 (xembed_set_info, xembed_send_message): Declare.
20467 (FRAME_X_EMBEDDED_P): New.
20468
20469 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
20470 gtk_plug_new.
20471
20472 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
20473 window ID of a frame.
20474 (x_window): Reparent frame if embedded.
20475 (Fx_create_frame): Don't set border width if embedded.
20476
20477 * emacs.c (USAGE3): Add --parent-id.
20478 (standard_args): Ditto.
20479
204802008-02-07 Jan Djärv <jan.h.d@swipnet.se>
20481
20482 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
20483
204842008-02-07 Jim Meyering <meyering@redhat.com>
20485
20486 Use "do...while (0)", not "if (1)...else" in macro definitions.
20487 The latter provokes a warning from gcc about the empty else, when
20488 followed by ";". Also, without that trailing semicolon, it would
20489 silently swallow up any following statement.
20490 * syntax.h (SETUP_SYNTAX_TABLE)
20491 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
20492 * buffer.h (DECODE_POSITION): Likewise.
20493 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
20494 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
20495 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
20496 (FETCH_CHAR_ADVANCE): Likewise.
20497 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
20498
204992008-02-07 Jim Meyering <meyering@redhat.com>
20500
20501 * lread.c [lint]: Don't include <sys/inode.h>.
20502
205032008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
20504
20505 * xselect.c (x_handle_dnd_message):
20506 * xmenu.c (digest_single_submenu, xmenu_show):
20507 * xdisp.c (with_echo_area_buffer_unwind_data)
20508 (format_mode_line_unwind_data, unwind_format_mode_line)
20509 (display_menu_bar):
20510 * eval.c (Ffetch_bytecode):
20511 * doc.c (store_function_docstring):
20512 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
20513 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
20514 * buffer.c (add_overlay_mod_hooklist): Use ASET.
20515
205162008-02-07 Kenichi Handa <handa@m17n.org>
20517
20518 * ftxfont.c (ftxfont_open): Don't set
20519 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
20520
20521 * ftfont.c (ftfont_open): Fix previous change.
20522
205232008-02-06 Jason Rumney <jasonr@gnu.org>
20524
20525 * w32font.c (w32font_text_extents): Fill in lbearing metric.
20526 Use cached metrics for ASCII characters.
20527 (w32font_open_internal): Don't set font's owning_frame.
20528 Cache metrics for ASCII characters.
20529
20530 * w32font.h (struct w32font_info): Add ascii_metrics.
20531 Remove owning_frame.
20532
205332008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
20534
20535 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
20536 to negative value.
20537
20538 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
20539
20540 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
20541
20542 * charset.c (syms_of_charset): Set QCtest and Qeq.
20543
205442008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20545
20546 * process.c (Fstart_process):
20547 * callproc.c (Fcall_process): Handle the case where
20548 Funhandled_file_name_directory returns nil.
20549
20550 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
20551 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
20552 * font.c (check_gstring): Use them and AREF to access the vector before
20553 we know it's really a gstring.
20554 (Ffont_shape_text): Fix typo.
46e722a9 20555 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
20556
20557 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
20558 Declare.
20559
20560 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
20561
205622008-02-05 Jason Rumney <jasonr@gnu.org>
20563
20564 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
20565 Set smallest_font_height and smallest_char_width in display info.
20566
205672008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
20568
20569 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
20570
205712008-02-05 Miles Bader <miles@gnu.org>
20572
20573 * xfaces.c (get_lface_attributes, merge_named_face)
20574 (lookup_named_face, lookup_derived_face, realize_named_face):
20575 Revert 2008-02-01 change by cyd@stupidchicken.com.
20576
205772008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
20578
20579 * fontset.c (Ffontset_info): Handle the case of inhibitting the
20580 fallback fonts.
20581 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
20582
205832008-02-04 Jason Rumney <jasonr@gnu.org>
20584
20585 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
20586 set full_name.
20587 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
20588
205892008-02-03 Jason Rumney <jasonr@gnu.org>
20590
20591 * makefile.w32-in (OBJ1): Include font.o here.
20592 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
20593
205942008-02-02 Jason Rumney <jasonr@gnu.org>
20595
20596 * makefile.w32-in (temacs): Bump EMHEAP to 21.
20597
205982008-02-01 Jason Rumney <jasonr@gnu.org>
20599
20600 * s/cygwin.h: Define VIRT_ADDR_VARIES.
20601
20602 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
20603
206042008-02-01 Andreas Schwab <schwab@suse.de>
20605
20606 * Makefile.in (shortlisp, lisp): Update for rename of
20607 ../lisp/language/myanmar.el.
20608
206092008-02-01 Chong Yidong <cyd@stupidchicken.com>
20610
20611 * xfaces.c (get_lface_attributes): Delete function.
20612 (merge_named_face, lookup_named_face, lookup_derived_face)
20613 (realize_named_face): Call lface_from_face_name directly, and use
20614 the fact that merge_face_vectors does not alter its FROM argument.
20615
206162008-02-01 Jason Rumney <jasonr@gnu.org>
20617
20618 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
20619 input in the default locale. Handle non-Unicode multibyte input.
20620
206212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20622
20623 * fontset.c (reorder_font_vector): Exclude nil elements from the
20624 font group. Don't try multiple fonts.
20625 (fontset_font): Adjust for the above change.
20626 (Finternal_char_font): Return nil if the found font doesn't
20627 contain the character ch.
20628
20629 * Makefile.in (lisp, shortlisp): Add cham.el.
20630
206312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20632
20633 * font.h (FONTP): Make it return 1 also for a font-object.
20634
20635 * .gdbinit (xfontset): New function.
20636
20637 * font.c (font_find_for_lface): Check if the character C is
20638 supported or not only for the first font.
20639
20640 * fontset.c (reorder_font_vector): Fix typo.
20641 (fontset_find_font): Don't add a font-spec specifying a script.
20642 Use 0 (not Qt) for the indication of empty font-group. Change the
20643 format of RFONT-DEF. Return Qt if no font in the font-group
20644 support the character.
20645 (fontset_font): Adjust for the above change. If no font was
20646 found the character, remember that.
20647 (face_for_char): Adjust for the change of RFONT-DEF.
20648 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
20649 no font for the target.
20650 (Finternal_char_font): Adjust for the change of RFONT-DEF.
20651
206522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20653
20654 * font.c (font_load_for_face): Handle the case that the font in
20655 face->lface is a string.
20656
206572008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20658
20659 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
20660
206612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20662
20663 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
20664 Fix previous change. If the frame is not on a window system,
20665 signal an error.
20666
206672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20668
bba3e508
SM
20669 * coding.c (decode_coding_object, encode_coding_object):
20670 Adjust marker positions after conversion.
aac0c6e3
MR
20671
20672 * lisp.h (struct Lisp_Marker): New member need_adjustment.
20673
206742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20675
20676 * font.c (font_find_for_lface): Fix the handling of the return
20677 value of font_has_char.
20678 (Ffont_shape_text): Fix previous change.
20679
20680 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
20681 (fontset_ref_and_range): Delete it.
20682 (fontset_find_font): Call char_table_ref_and_range instead of
20683 FONTSET_REF_AND_RANGE.
20684 (make_fontset): Don't setup font groups of Latin here.
20685 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
20686 (new_fontset_from_font): Make the specified font the default for
20687 all Latin characters.
20688
206892008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20690
20691 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
20692 is on a window system before accessing the fontset of the frame.
20693
206942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20695
20696 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
20697
20698 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
20699 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
20700
20701 * font.c (Ffont_shape_text): If the font driver doesn't have a
20702 shaper function, make zero-width glyphs to have at least one-pixel
20703 width. Fix setting of `to' field of glyphs.
20704
207052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20706
20707 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
20708 glyphs.
20709
20710 * font.h (struct font_driver): Improve docstring of member `shape'.
20711
207122008-02-01 Kenichi Handa <handa@m17n.org>
20713
20714 * composite.c (syms_of_composite): Fix docstring of
20715 auto-composition-function.
20716
20717 * font.h (LGLYPH_SIZE): New macro.
20718
20719 * font.c (Ffont_fill_gstring): Stop filling when a character not
20720 supported by the font is found.
20721 (Ffont_shape_text): When a shape callback function returns nil,
20722 try at most two more times with larger gstring.
20723 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
20724
20725 * xdisp.c (handle_auto_composed_prop): Change the argument to
20726 auto-composition-function.
20727
20728 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
20729 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
20730 Lispy glyph and store it in the lgstring.
20731
20732 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
20733
20734 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
20735
207362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20737
20738 * font.c (Ffont_shape_text): Avoid unnecessary composition.
20739
20740 * fontset.c (Vfont_encoding_charset_alist): New variable.
20741 (syms_of_fontset): DEFVAR it.
20742 (reorder_font_vector, fontset_find_font): Optimize for the case of
20743 no need of reordering.
20744 (face_for_char): Map the charset property by
20745 Vfont_encoding_charset_alist.
20746
207472008-02-01 Jason Rumney <jasonr@gnu.org>
20748
20749 * w32font.c (logfonts_match): Don't check adstyle here.
20750 (font_matches_spec): Check here against physical font instead.
20751 (add_font_entity_to_list): Avoid some substitutions.
20752
20753 * font.c (font_parse_fcname): Default weight and slant to normal.
20754 (font_score): Prefer normal fonts if weight or slant unspecified.
20755 (font_score) [WINDOWSNT]: Scale weight difference down to closer
20756 match freetype scores.
20757
207582008-02-01 Jason Rumney <jasonr@gnu.org>
20759
20760 * w32font.c (w32font_text_extents): Don't use the frame stored in the
20761 font, as it may have been deleted.
20762 (w32_enumfont_pattern_entity): Map generic family to adstyle using
20763 most common hyphenless variation.
20764 (logfonts_match): Check generic family.
20765 (font_matches_spec): Don't check generic family here.
20766 (fill_in_logfont): Set generic family based on adstyle.
20767
20768 * w32font.h (w32font_get_cache): Update declaration.
20769
207702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20771
20772 * ftfont.c (ftfont_get_cache): Adjust the argument type.
20773
20774 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
20775 If none of the new drivers are available, call font_update_drivers
20776 with the old drivers.
20777
20778 * w32font.c (w32font_get_cache): Adjust the argument type.
20779
20780 * xfont.c (xfont_get_cache): Adjust the argument type.
20781
20782 * font.h (struct font_driver): Change argument type of get_cache.
20783
20784 * xftfont.c (xftfont_start_for_frame): Delete prototype.
20785
20786 * font.c (Ffont_get): Fix arguments to Fassoc.
20787 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
20788 (font_clear_cache): New function.
20789 (font_list_entities, font_matching_entity): Use font_get_cache.
20790 (font_update_drivers): Call font_clear_cache when finishing a driver.
20791
20792 * fontset.c (fontset_find_font): Fix previous change.
20793
207942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20795
20796 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
20797 dpyinfo->font_table.
20798 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
20799 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
20800
20801 * font.c (font_at): Handle the case that the arg C is negative.
20802 Handle the unibyte case.
20803 (Ffont_at): Call font_at with the arg C -1.
20804
20805 * xdisp.c (handle_auto_composed_prop): Don't get a character at
20806 the position here, and call font_at with the arg C -1.
20807 Don't check the range of the existing composition at the point.
20808
208092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20810
20811 * fontset.c (fontset_add): New args charset_id and family.
20812 Change caller.
20813 (load_font_get_repertory, fontset_find_font): Assume that
20814 font_spec is always a font-spec object.
20815 (Fset_fontset_font): Always store a font-spec object in a fontset.
20816
20817 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
20818 instead of get_property_and_range.
20819
208202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20821
20822 * xftfont.c (struct xftfont_info): Delete the member ft_face.
20823 (xftfont_open): Don't keep locking face.
20824 (xftfont_close): Don't unlock face.
20825 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
20826
20827 * fontset.c (fontset_find_font): Don't prefer a font of
20828 supplementary charset.
20829
208302008-02-01 Kenichi Handa <handa@m17n.org>
20831
20832 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
20833 script, langsys_tag to langsys, new member script.
20834 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 20835 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
20836 listing to the script specified in that property. Fix arg to
20837 OTF_check_features.
20838
208392008-02-01 Jason Rumney <jasonr@gnu.org>
20840
20841 * w32font.h: New file.
20842
20843 * w32font.c: Include it.
20844 (struct w32font_info): Add owning_frame field. Move to w32font.h.
20845 (w32font_open): Set owning_frame.
20846 (w32font_text_extents): Use owning_frame.
20847 (struct font_callback_data): Add opentype_only field.
20848 (add_font_entity_to_list): Use it to filter fonts.
20849 Don't check against full name.
20850 (w32font_list_internal): New function.
20851 (w32font_list): Use it.
20852 (w32font_match_internal): New function.
20853 (w32font_match): Use it.
20854 (w32font_open_internal): New function.
20855 (w32font_open): Use it.
20856 (w32font_get_cache, w32font_close, w32font_has_char)
20857 (w32font_encode_char, w32font_text_extents, w32font_draw):
20858 Make non-static.
20859
20860 * makefile.w32-in (w32font.o): Depend on w32font.h.
20861
208622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20863
20864 * charset.c (Fdefine_charset_internal): Record a supplementary
20865 charset at the tail of Vcharset_order_list.
20866
20867 * font.c (Ffont_shape_text): Fix the return value.
20868
20869 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
20870
20871 * xdisp.c (handle_auto_composed_prop): Fix previous change.
20872
208732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20874
20875 * ftfont.c (struct OpenTypeSpec): New struct.
20876 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
20877 (ftfont_get_open_type_spec): New function.
20878 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
20879
20880 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
20881
208822008-02-01 Jason Rumney <jasonr@gnu.org>
20883
20884 * w32font.c (add_font_entity_to_list): Compare only the beginning
20885 of full name.
20886
208872008-02-01 Kenichi Handa <handa@m17n.org>
20888
20889 * xdisp.c (handle_auto_composed_prop): Simplify the code.
20890 Never return HANDLED_RECOMPUTE_PROPS.
20891
208922008-02-01 Kenichi Handa <handa@m17n.org>
20893
20894 * font.c (font_gstring_produce): Delete it.
20895
20896 * composite.h (COMPOSITION_METHOD):
20897 Handle COMPOSITION_WITH_GLYPH_STRING.
20898
208992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20900
20901 * xfont.c (Qx): Delete.
20902 (syms_of_xfont): Don't initialize Qx.
20903
20904 * composite.h (enum composition_method):
20905 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
20906
209072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20908
20909 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
20910 (choose_face_font): Accept new form of font-spec.
20911
20912 * frame.h (font_driver_list): Declare it unconditionally.
20913 (struct frame): Define members font_driver_list and font_data_list
20914 unconditionally.
20915
20916 * fontset.c: Include "font.h" unconditionally.
20917 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
20918 (Fset_fontset_font): Accept a font-spec object.
20919
20920 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
20921 PIXEL_SIZE part a wild card.
20922
20923 * dispextern.h (struct glyph_string): Define members clip and
20924 num_clips unconditionally.
20925 (struct face): Define members font_info and extra unconditionally.
20926
20927 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
20928 ftfont_info only when HAVE_LIBOTF is defined.
20929
209302008-02-01 Andreas Schwab <schwab@suse.de>
20931
20932 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
20933 and end.
20934
209352008-02-01 Jason Rumney <jasonr@gnu.org>
20936
20937 * w32font.c (w32font_driver): Add new fields.
20938
209392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20940
20941 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
20942 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
20943 (LIBES): Add @M17N_FLT_CFLAGS@.
20944
20945 * composite.c (compose_text): Don't treat the new style
20946 composition specially.
20947
20948 * emacs.c (main): Call syms_of_font unconditionally.
20949
20950 * font.h (FONT_ENTITY_NOT_LOADABLE)
20951 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
20952 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
20953 (struct font_driver): New member shape.
20954 (font_registry_charsets): Extern it.
20955 (font_find_for_lface, font_prepare_composition): Adjust prototype.
20956 (font_otf_capability, font_drive_otf): Delete their externs.
20957
20958 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
20959 (font_charset_alist, font_registry_charsets): Move from xfont.c
20960 and rename.
20961 (font_prop_validate_otf): New function.
20962 (font_property_table): Register it for QCotf.
20963 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
20964 (font_drive_otf): Delete.
20965 (font_prepare_composition): New arg F. Adjust for the change of
20966 lispy gstring.
20967 (font_find_for_lface): New arg C.
20968 (font_load_for_face): Adjust for the change of font_find_for_lface.
20969 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
20970 lispy gstring.
20971 (Ffont_shape_text): New function.
20972 (Fopen_font): If the font size is not given, use 12-pixel.
20973 (Ffont_at): New arg STRING.
40b1a3a9 20974 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
20975 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
20976 conditionally.
20977
20978 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
20979 fonts of the same font-spec. Change the format of RFONT-DEF.
20980 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
20981 Adjust for the change of RFONT-DEF.
20982 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
20983
20984 * ftfont.h: New file.
20985
20986 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
20987 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
20988 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
20989 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
20990 font_otf_capability and font_drive_otf, set ftfont_shape.
20991 (ftfont_list): Adjust for the change of :otf property value.
20992 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
20993 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
20994 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
20995 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
20996 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
20997 (otf_gstring, gstring, m17n_flt_initialized): New variables.
20998
20999 * w32term.c (x_draw_composite_glyph_string_foreground):
21000 Adjust for the change of lispy gstring.
21001
21002 * xdisp.c (handle_composition_prop): Adjust for the change of
21003 lispy gstring. Call a function for auto-composition with the
21004 third arg it->window.
21005 (fill_composite_glyph_string): Adjust for the change of lispy string.
21006 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
21007
21008 * xfaces.c (set_font_frame_param): Adjust for the change of
21009 font_find_for_lface.
21010
21011 * xfont.c (x_font_charset_alist): Move to font.c and rename.
21012 (xfont_registry_charsets): Likewise. Change caller.
21013 (syms_of_xfont): Don't handle x_font_charset_alist.
21014
21015 * xftfont.c: Include "ftfont.h".
21016 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
21017 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
21018 (xftfont_close) [HAVE_LIBOTF]: Close otf.
21019 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
21020 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
21021 Set xftfont_driver.shape to xftfont_shape.
21022
21023 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
21024 the change of lispy gstring.
21025
210262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21027
21028 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
21029
210302008-02-01 Jason Rumney <jasonr@gnu.org>
21031
21032 * w32font.c (w32font_draw): Fill background manually.
21033
210342008-02-01 Jason Rumney <jasonr@gnu.org>
21035
21036 * font.c (Qfontp): Remove unused symbol.
21037 (QCantialias): New symbol.
21038 (syms_of_font): Define it.
21039 (font_property_table): Set a validator for QCantialias.
21040
21041 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
21042 Define if not already.
21043 (QCfamily): Share with xfaces.c.
21044 (Qstandard, Qsubpixel, Qnatural): New symbols.
21045 (syms_of_w32font): Define them. Don't define QCfamily here.
21046 (w32_antialias_type, lispy_antialias_type): New functions.
21047 (w32_enumfont_pattern_entity): New arg requested_font.
21048 Set antialias parameter if non-default was requested.
21049 (fill_in_logfont): Fill in lfQuality if :antialias specified.
21050
210512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21052
21053 * lread.c (read1): Undo the previous change.
21054
210552008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
21056
21057 * frame.c (Fdelete_frame): Call font_update_drivers only when
21058 USE_FONT_BACKEND is defined.
21059
210602008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21061
21062 * font.h (struct font_bitmap): New member bits_per_pixel.
21063 (struct font_driver): New members start_for_frame and end_for_frame.
21064 (struct font_data_list): New struct.
21065 (font_put_frame_data, font_get_frame_data): Extern them.
21066
21067 * frame.h (struct frame): New member font_data_list.
21068
21069 * font.c (font_update_drivers): Call driver->start_for_frame and
21070 driver->end_for_frame at proper timings.
21071 (font_put_frame_data, font_get_frame_data): New functions.
21072 (Ffont_spec): Add usage in the docstring.
21073
21074 * frame.c (make_frame): Initialize f->font_data_list to NULL.
21075 (Fdelete_frame): Call font_update_drivers.
21076
21077 * xftfont.c (struct xftface_info): Delete the member xft_draw.
21078 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
21079 (xftfont_get_xft_draw): New function.
21080 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
21081 (xftfont_end_for_frame): New function.
21082 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
21083
21084 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
21085 Change argument. Cache GCs in the per-frame data.
21086 (struct ftxfont_frame_data): New struct.
21087 (ftxfont_draw_bitmap): New arg gc_fore and flush.
21088 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
21089 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
21090 (ftxfont_end_for_frame): New function.
21091 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
21092
21093 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
21094
210952008-02-01 Kenichi Handa <handa@m17n.org>
21096
21097 * xselect.c (Vselection_coding_system)
21098 (Vnext_selection_coding_system): Delete them.
21099 (syms_of_xselect): Don't declare selection-coding-system and
21100 next-selection-coding-system. They are declared in select.el.
21101
211022008-02-01 Jason Rumney <jasonr@gnu.org>
21103
21104 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
21105
21106 * w32fns.c: Include imm.h.
21107 (get_composition_string_fn, get_ime_context_fn): New optional
21108 system functions.
21109 (globals_of_w32fns): Load them from imm32.dll.
21110 (ignore_ime_char): New flag.
21111 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
21112 WM_IME_ENDCOMPOSITION messages.
21113
21114 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
21115 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
21116
211172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21118
21119 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
21120 (READCHAR_REPORT_MULTIBYTE): New macro.
21121 (readchar): New 2nd arg MULTIBYTE.
21122 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
21123 Make symbol's name multibyte according to the multibyteness of the
21124 source.
21125
211262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21127
21128 * xfaces.c (face_for_overlay_string): Call lookup_face with
21129 correct arguments (fix of synching with the trunk).
21130
211312008-02-01 Kenichi Handa <handa@m17n.org>
21132
21133 * font.c (font_prop_validate_symbol, font_prop_validate_style)
21134 (font_prop_validate_non_neg, font_prop_validate_spacing):
21135 Delete argument prop_index.
21136 (font_property_table): Change arguments to validater. Change Callers.
21137 (font_lispy_object): Delete.
21138 (font_at): Use font_find_object instead fo font_lispy_object.
21139
211402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21141
21142 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
21143 and file names.
21144
211452008-02-01 Jason Rumney <jasonr@gnu.org>
21146
21147 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
21148 (font_matches_spec): Remove debug output.
21149 (add_font_entity_to_list): Avoid using substituted fonts.
21150
211512008-02-01 Jason Rumney <jasonr@gnu.org>
21152
21153 * doc.c (Fsnarf_documentation):
21154 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
21155
211562008-02-01 Miles Bader <miles@gnu.org>
21157
21158 * dispextern.h (struct glyph_row): Only define "clip" field if
21159 HAVE_WINDOW_SYSTEM is defined.
21160
211612008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21162
21163 Fix up multi-tty merge.
21164
21165 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
21166 and indentation.
21167
21168 * xfaces.c (free_realized_face, clear_face_gcs):
21169 Include font_done_for_face in the input_blocked section, just in case.
21170
21171 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
21172 (get_char_face_and_encoding): Undo last change and remove the *other*
21173 duplicate definition (i.e. keep the one that's better scoped and that
21174 includes code for the font-backend).
21175
21176 * terminal.c (create_terminal): Default keyboard_coding to
21177 `no-conversion' and terminal_coding to `undecided'.
21178
21179 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
21180
21181 * fontset.c (free_realized_fontsets): Check that the table entry does
21182 contain a fontset before trying to compare it to `base'.
21183
21184 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
21185 syms_of_charset, and syms_of_coding earlier because init_window_once
21186 now needs Vcoding_system_hash_table to be setup.
21187
21188 * coding.h (default_buffer_file_coding): Remove.
21189
21190 * coding.c (default_buffer_file_coding): Remove.
21191 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
21192 than ->symbol, and use the terminal-local coding system.
21193 (syms_of_coding): Don't setup the coding-systems that are not
21194 terminal-local.
21195 (Fdefine_coding_system_internal): Use XCAR/XCDR.
21196
21197 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
21198 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
21199
21200 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
21201 in chartab.c and were re-added here by mistake.
21202 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
21203
21204 * doc.c (Fsnarf_documentation):
21205 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
21206 src to etc.
21207
21208 * ChangeLog.10: Add mistakenly removed entry.
21209
212102008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
21211
21212 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
21213
212142008-02-01 Miles Bader <miles@gnu.org>
21215
21216 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
21217 Add extra args to FACE_FOR_CHAR.
21218
212192008-02-01 Kenichi Handa <handa@m17n.org>
21220
21221 * keymap.c (where_is_internal_1): If key is a cons, store the copy
21222 in sequence.
21223
21224 * chartab.c (map_sub_char_table, map_char_table): If the range
21225 contains just one character, call the function with that character
21226 even if the depth is not 3.
21227
212282008-02-01 Jason Rumney <jasonr@gnu.org>
21229
21230 * w32font.c (w32font_text_extents): Calculate metrics for the
21231 whole string.
21232
212332008-02-01 Jason Rumney <jasonr@gnu.org>
21234
21235 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
21236
212372008-02-01 Jason Rumney <jasonr@gnu.org>
21238
bba3e508
SM
21239 * w32term.c (x_set_glyph_string_clipping):
21240 Use get_glyph_string_clip_rects.
aac0c6e3
MR
21241 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
21242 Adjust for the change of struct glyph_string.
21243
21244 * w32font.c (w32font_draw): Do clipping here.
21245
212462008-02-01 Kenichi Handa <handa@m17n.org>
21247
21248 * xftfont.c (xftfont_draw): Adjust for the change of struct
21249 glyph_string.
21250
bba3e508
SM
21251 * xterm.c (x_set_glyph_string_clipping):
21252 Use get_glyph_string_clip_rects.
aac0c6e3
MR
21253 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
21254 Adjust for the change of struct glyph_string.
21255
21256 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
21257 the resulting clip(s}.
21258 (expose_overlaps): Add arg r. Change callers. Set it to
21259 row->clip temporarily.
21260 (expose_window): Redraw rows overlapping the exposed area.
21261
21262 * dispextern.h (struct glyph_row): New member clip.
21263 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
21264 clip_height, new member clip, and num_clips.
21265
212662008-02-01 Kenichi Handa <handa@m17n.org>
21267
21268 * data.c (Fchar_or_string_p): Fix docstring.
21269
212702008-02-01 Kenichi Handa <handa@m17n.org>
21271
21272 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
21273 create a temporary XftDraw object.
21274
212752008-02-01 Kenichi Handa <handa@m17n.org>
21276
21277 * font.c (Ffontp): Fix docstring.
21278
21279 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
21280 strong evidence of ISO-2022.
21281
212822008-02-01 Kenichi Handa <handa@m17n.org>
21283
21284 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
21285 SYNTAX_ENTRY_FOLLOW_PARENT.
21286
212872008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21288
21289 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
21290 its type.
21291 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21292 Update to the new type of weak_hash_tables and next_weak.
21293
21294 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
21295 a plain C pointer to Lisp_Hash_Table.
21296
21297 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
21298 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
21299 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
21300 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
21301 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
21302 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
21303 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
21304 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
21305 (GC_EQ): Remove since they've been identical to their non-GC_
21306 alter-egos ever since the markbit was eradicated.
21307
21308 * alloc.c:
21309 * buffer.c:
21310 * buffer.h:
21311 * data.c:
21312 * fileio.c:
21313 * filelock.c:
21314 * fns.c:
21315 * frame.h:
21316 * lisp.h:
21317 * macterm.c:
21318 * print.c:
21319 * process.c:
21320 * w32fns.c:
21321 * w32menu.c:
21322 * w32term.c:
21323 * xfns.c:
21324 * xmenu.c:
21325 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
21326
213272008-02-01 Kenichi Handa <handa@m17n.org>
21328
21329 * chartab.c (map_sub_char_table): Make it work for the top-level
21330 char-table. Fix handling of parent char-table.
21331 (map_char_table): Adjust for the above change.
21332
213332008-02-01 Jason Rumney <jasonr@gnu.org>
21334
21335 * w32font.c (Qgdi): Rename from Qw32.
21336
213372008-02-01 Jason Rumney <jasonr@gnu.org>
21338
21339 * w32bdf.c (get_quoted_string): Make function static.
21340
213412008-02-01 Kenichi Handa <handa@m17n.org>
21342
21343 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
21344 bigger ascent and descent than those of the font, use them as
21345 font's ascent and descent.
21346
213472008-02-01 Kenichi Handa <handa@m17n.org>
21348
21349 * Makefile.in (${lispsource}international/charprop.el): Move this
21350 target within "#ifdef HAVE_UNIDATA" and "#endif".
21351
213522008-02-01 Kenichi Handa <handa@m17n.org>
21353
21354 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
21355 (shortlisp): Add ../lisp/language/tai-viet.el.
21356
213572008-02-01 Ulrich Mueller <ulm@gentoo.org>
21358
21359 * Makefile.in (${lispsource}international/charprop.el): Depend on
21360 temacs${EXEEXT}.
21361
213622008-02-01 Jason Rumney <jasonr@gnu.org>
21363
21364 * w32font.c (w32font_close): Delete the GDI font object.
21365
21366 * w32menu.c: Include character.h.
21367
21368 * w32proc.c: Likewise.
21369
21370 * w32select.c: Likewise.
21371
21372 * makefile.w32-in (w32proc.o): Depend on character.h.
21373
213742008-02-01 Jason Rumney <jasonr@gnu.org>
21375
21376 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
21377
21378 * w32menu.c (syms_of_w32menu): Likewise.
21379
21380 * w32proc.c (syms_of_ntproc): Likewise.
21381
21382 * w32select.c (syms_of_w32select): Likewise.
21383
21384 * w32term.c (syms_of_w32term): Likewise.
21385
213862008-02-01 Jason Rumney <jasonr@gnu.org>
21387
21388 * w32font.c (w32font_draw): Delete brush after using it.
21389
213902008-02-01 Jason Rumney <jasonr@gnu.org>
21391
21392 * w32font.c (w32font_open): Don't set font_idx.
21393 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
21394 to font settings.
21395 (w32font_draw): Fill background explicitly.
21396
213972008-02-01 Jason Rumney <jasonr@gnu.org>
21398
21399 * w32term.c (w32_initialize): Don't call w32font_initialize.
21400
21401 * w32font.c (w32font_info): Remove subranges.
21402 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
21403 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
21404 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
21405 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
21406 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
21407 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
21408 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
21409 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
21410 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
21411 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
21412 New symbols.
21413 (font_callback_data): New struct.
21414 (w32font_list, w32font_match): Use it.
21415 (w32font_open): Don't populate subranges.
21416 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
21417 (w32font_encode_char): Always return unicode code-point as-is.
21418 (w32font_text_extents): Supply a transformation matrix to
21419 GetGlyphOutline. Never look up by glyph index. Avoid looping
21420 twice. Use unicode version of GetTexExtentPoint32 instead of
21421 glyph index version.
21422 (set_fonts_frame): Remove.
21423 (w32_enumfont_pattern_entity): Add frame parameter, use it to
21424 set frame parameter. Use backward compatible fake foundries.
21425 Save generic family in extra slot under QCfamily. Make width slot
21426 constant. Save QCspacing value. Save list of scripts instead of
21427 binary subranges.
21428 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
bba3e508
SM
21429 (add_font_entity_to_list): Use font_callback_data struct.
21430 Filter unwanted fonts.
aac0c6e3
MR
21431 (add_one_font_entity_to_list): Use font_callback_data struct.
21432 (w32_registry): Default to iso10646_1.
21433 (fill_in_logfont): Use dpi from extra slot. Don't bother with
21434 string font registries. Don't fill in font name if it is a generic
21435 family name, fill family instead. Use spacing, family and script
21436 extra info to fill pitch, family and charset fields.
21437 (list_all_matching_fonts): Use font_callback_data struct.
21438 (unicode_range_for_char): Remove.
21439 (font_supported_scripts): New function.
21440 (w32font_initialize): Remove.
21441 (syms_of_w32font): Update which symbols are defined.
21442
214432008-02-01 Jason Rumney <jasonr@gnu.org>
21444
21445 * font.c (font_pixel_size): Reverse assq_no_quit args.
21446
21447 * w32term.h (FONT_WIDTH): Report max width, not average.
21448 (FONT_MAX_WIDTH): Remove.
21449 (FONT_AVG_WIDTH): New macro.
21450
21451 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
21452 redefinition of FONT_WIDTH.
21453
21454 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
21455 (w32_cache_char_metrics): Use FONT_WIDTH.
21456
21457 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
21458
214592008-02-01 Jason Rumney <jasonr@gnu.org>
21460
21461 * w32font.c (w32font_open): Make lfHeight negative.
21462
21463 * w32fns.c (x_default_font_parameter): Use new style font name.
21464 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
21465
214662008-02-01 Jason Rumney <jasonr@gnu.org>
21467
21468 * w32font.c (QCsubranges): New symbol.
21469 (w32font_open, w32font_has_char): Get subranges from subproperty
21470 of extra.
21471 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
21472 (syms_of_w32font): Define :subranges symbol.
21473
21474 * font.c (font_put_extra): Expose externally.
21475
21476 * font.h (font_put_extra): Move declaration from font.c.
21477
21478 * font.c (Ffont_get): Use font driver to determine otf capability.
21479 (adjust_anchor): Check if driver defines anchor_point before using.
21480
21481 * w32font.c (w32font_open): Handle size, height and pixel_size better.
21482 (w32font_draw): Use options.
21483 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
21484 Fix detection of truetype fonts.
21485 (registry_to_w32_charset): Handle charsets other than iso8859-1
21486 expressed as lisp symbols.
21487 (w32_registry): Express charset as lisp symbol.
21488 (fill_in_logfont): Reverse pixel and point height logic.
21489 Don't set width here. Set quality to default.
21490
21491 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
21492 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
21493
21494 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21495 Remove redundant loop and allocation.
21496
21497 * makefile.w32-in (font.o, w32font.o): New objects.
21498 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
21499 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
21500
21501 * xdisp.c (fill_composite_glyph_string): Make the first arg to
21502 STORE_XCHARB a valid l-value.
21503
21504 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
21505 calculations for non-Truetype fonts.
21506 (x_draw_glyph_string): Sync with xterm.c.
21507 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21508 Remove redundant code.
21509 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
21510
21511 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
21512 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
21513
21514 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
21515 (x_to_w32_charset, w32_to_x_charset): Expose externally.
21516
21517 * w32font.c: New file for w32 font backend.
21518
215192008-02-01 Kenichi Handa <handa@m17n.org>
21520
21521 * term.c: Don't include "buffer.h" twice.
21522
215232008-02-01 Kenichi Handa <handa@m17n.org>
21524
21525 * character.c (Funibyte_string): New function.
21526 (syms_of_character): Defsubr it.
21527
215282008-02-01 Jason Rumney <jasonr@gnu.org>
21529
21530 * w32term.c [USE_FONT_BACKEND]:
21531 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
21532 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
21533 (x_draw_glyph_string, x_draw_glyph_string_foreground)
21534 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
21535 (x_free_frame_resources): Sync with xterm.c.
21536
215372008-02-01 Andreas Schwab <schwab@suse.de>
21538
21539 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
21540 char-table size.
21541
215422008-02-01 Kenichi Handa <handa@m17n.org>
21543
21544 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
21545
215462008-02-01 Kenichi Handa <handa@m17n.org>
21547
21548 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
21549 font_otf_gpos, add font_drive_otf.
21550
21551 * fontset.c (fontset_find_font): Pay attention to font size
21552 specified for a font.
21553 (reorder_font_vector): Check contents of font_def.
21554
21555 * font.c (struct otf_list): Delete it.
21556 (otf_list): Make it a lisp variable.
21557 (otf_open): Use lispy otf_list.
21558 (generate_otf_features): Rename from parse_gsub_gpos_spec.
21559 (check_otf_features): New function.
21560 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
21561 New functions.
21562 (font_drive_otf): New function merging font_otf_gsub and
21563 font_otf_gpos.
21564 (font_open_for_lface): New arg spec. Change argument order.
21565 (font_load_for_face): Adjust for the change of font_open_for_lface.
21566 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
21567 Ffont_otf_gpos.
21568 (syms_of_font): Staticpro otf_list. Delete defsubr of
21569 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
21570
21571 * xfaces.c (set_font_frame_param): Adjust for the change of
21572 font_open_for_lface.
21573
21574 * font.h (font_open_for_lface): Adjust prototype.
21575 (struct font_driver): Delete members otf_gsub and otf_gpos, add
21576 member otf_drive.
21577 (font_otf_gsub, font_otf_gpos): Delete externs.
21578 (font_drive_otf): Extern it.
21579
215802008-02-01 Kenichi Handa <handa@m17n.org>
21581
21582 * font.c (font_at): If the window W is not on a window system,
21583 return Qnil.
21584
21585 * coding.c (produce_chars, encode_coding): Don't call
21586 insert_from_gap if no characters to produce.
21587
215882008-02-01 Kenichi Handa <handa@m17n.org>
21589
21590 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
21591 Fclear_face_cache.
21592
21593 * xfaces.c (face_for_font): Check also face->font==font->font.font.
21594
215952008-02-01 Miles Bader <miles@gnu.org>
21596
21597 * emacs.c (main): Change default value of `enable_font_backend' to 1.
21598 Parse "--disable-font-backend" option.
21599 (standard_args): Add "--disable-font-backend" option.
21600
216012008-02-01 Kenichi Handa <handa@m17n.org>
21602
21603 * fontset.c (fontset_find_font): New function.
21604 (fontset_font): Use fontset_find_font.
21605 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
21606 Register the specified font for all Latin characters.
21607 (new_fontset_from_font): Register the specified font for all Latin
21608 characters.
21609 (dump_fontset): For a realized fontset, include the base fontset
21610 name in the returned vector.
21611
216122008-02-01 Kenichi Handa <handa@m17n.org>
21613
21614 * character.h (CHAR_STRING): Cast C to unsigned on calling
21615 char_string.
21616
21617 * character.c (char_string): Type of arg C changed to unsigned.
21618 Signal an error if C is an invalid character code.
21619
21620 * editfns.c (general_insert_function, Fchar_to_string):
21621 Use CHARACTERP, not INTEGERP.
21622
216232008-02-01 Kenichi Handa <handa@m17n.org>
21624
21625 * character.h (MIN_MULTIBYTE_LEADING_CODE)
21626 (MAX_MULTIBYTE_LEADING_CODE): New macros.
21627
21628 * regex.c (analyse_first): Fix for multibyte characters in "case
21629 charset:" and "case categoryspec:".
21630
216312008-02-01 Andreas Schwab <schwab@suse.de>
21632
21633 * Makefile.in (LIBES): Move standard libraries to the end.
21634
216352008-02-01 Kenichi Handa <handa@m17n.org>
21636
21637 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
21638 nonzero, don't shrink the buffer nextb.
21639
21640 * buffer.h (struct buffer_text): New member inhibit_shrinking.
21641
21642 * coding.c (coding_alloc_by_making_gap): New arg offset.
21643 (alloc_destination): Call coding_alloc_by_making_gap with the arg
21644 offset.
21645 (decode_coding_iso_2022): Update coding->safe_charsets.
21646 (decode_coding_gap): Temporarily set
21647 current_buffer->text->inhibit_shrinking to 1.
21648
216492008-02-01 Kenichi Handa <handa@m17n.org>
21650
bba3e508
SM
21651 * xterm.c (x_draw_composite_glyph_string_foreground):
21652 Fix indexing into elements of s->cmp and s->char2b.
aac0c6e3
MR
21653
216542008-02-01 Juanma Barranquero <lekktu@gmail.com>
21655
21656 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
21657
216582008-02-01 Kenichi Handa <handa@m17n.org>
21659
21660 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
21661 target_multibyte instead of multibyte.
21662 (re_match_2_internal): Call bcmp_translate with target_multibyte.
21663 (bcmp_translate): Change the argument name from multibyte to
21664 target_multibyte.
21665
216662008-02-01 Kenichi Handa <handa@m17n.org>
21667
21668 These changes are to compile a regexp into a pattern that can be
21669 used both for multibyte and unibyte targets.
21670
21671 * Makefile.in (search.o): Depend on charset.h.
21672
21673 * character.c (multibyte_char_to_unibyte_safe): New function.
21674
21675 * search.c: Include "charset.h".
21676 (compile_pattern_1): Delete argument multibyte. Don't set
21677 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
21678 (compile_pattern): Don't compare cp->buf.target_multibyte.
21679 Compare cp->buf.charset_unibyte.
21680 (compile_pattern): Set cp->buf.target_multibyte.
21681
21682 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
21683
21684 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
21685
21686 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
21687 multibyte. Change callers.
21688 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
21689 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
21690 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
21691 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
21692 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
21693 (regex_compile): Make the compiled pattern usable both for
21694 multibyte and unibyte targets.
21695 (analyse_first): Make the fastmap usable both for multibyte and
21696 unibyte targets.
21697 (TRANSLATE_VIA_MULTIBYTE): Delete.
21698 (re_match_2_internal): Pay attention to the case that the
21699 multibyteness of bufp and target may be different.
21700
217012008-02-01 Kenichi Handa <handa@m17n.org>
21702
21703 * xdisp.c (x_produce_glyphs): When a font is not found, make the
21704 empty box occupy at least one column width.
21705
217062008-02-01 Miles Bader <miles@gnu.org>
21707
21708 * Makefile.in: Remove redundant HAVE_XFT clause.
21709
217102008-02-01 Kenichi Handa <handa@m17n.org>
21711
21712 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
21713
217142008-02-01 Kenichi Handa <handa@m17n.org>
21715
21716 * fontset.c (Finternal_char_font): Fix for the case of POSITION
21717 being nil.
21718
217192008-02-01 Kenichi Handa <handa@m17n.org>
21720
21721 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
21722
217232008-02-01 Kenichi Handa <handa@m17n.org>
21724
21725 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
21726
217272008-02-01 Kenichi Handa <handa@m17n.org>
21728
21729 * search.c (simple_search): Fix previous change.
21730
217312008-02-01 Kenichi Handa <handa@m17n.org>
21732
21733 * xftfont.c (ftfont_font_format): Extern declaration.
21734
21735 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
21736
21737 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
21738 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
21739
21740 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
21741 (ftfont_font_format): Fix previous change.
21742
21743 * font.h (Ffont_xlfd_name): EXFUN it.
21744
21745 * font.c (font_parse_xlfd): Fix the array size of `f'.
21746 (register_font_driver): Use EQ to compare driver->type.
21747
21748 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
21749 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
21750 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
21751
217522008-02-01 Kenichi Handa <handa@m17n.org>
21753
21754 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
21755 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
21756
217572008-02-01 Kenichi Handa <handa@m17n.org>
21758
21759 * xfont.c (xfont_open): Set font->format.
21760
21761 * xftfont.c (xftfont_open): Set font->format.
21762
21763 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
21764 (ftfont_list): Include FC_FONTFORMAT in FcObject.
21765 (ftfont_open): Set font->format.
21766 (ftfont_font_format): New function.
21767
21768 * font.h (struct font): New member format.
21769
21770 * font.c (Qopentype): New variable.
21771 (syms_of_font): Defsym it.
21772 (Fquery_font): Change the format of the last element of the return
21773 value.
21774
217752008-02-01 Kenichi Handa <handa@m17n.org>
21776
21777 * xfns.c (xic_create_xfontset): Try the default fontset name as a
21778 last resort.
21779
217802008-02-01 Kenichi Handa <handa@m17n.org>
21781
21782 * coding.c (detect_coding_charset): Fix detection of multi-byte
21783 charset.
21784
217852008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
21786
21787 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
21788
217892008-02-01 Kenichi Handa <handa@m17n.org>
21790
21791 * xdisp.c (get_next_display_element): Set it->face_id for the
21792 first component of a composition.
21793 (x_produce_glyphs): Check if the font is changed or not for composition.
21794
217952008-02-01 Kenichi Handa <handa@m17n.org>
21796
21797 * fontset.c (Qlatin): New variable.
21798 (syms_of_fontset): Define it as a lisp symbol.
21799 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
21800
218012008-02-01 Kenichi Handa <handa@m17n.org>
21802
21803 * font.c (font_unparse_fcname): Pay attention to the case that
21804 some of font property is a null string.
21805
218062008-02-01 Kenichi Handa <handa@m17n.org>
21807
21808 * term.c: Include "composite.h".
21809 (encode_terminal_code): Output all components of composition.
21810 Check the size of encode_terminal_src.
21811 (produce_glyphs): For composition, call produce_composite_glyph.
21812 (append_composite_glyph, produce_composite_glyph): New functions.
21813
21814 * xdisp.c (x_produce_glyphs): In handling composition, if a font
21815 is not found, get font_info from the current ascii face.
21816
218172008-02-01 Kenichi Handa <handa@m17n.org>
21818
21819 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
21820 buffer-file-name to Qnil before calling insert_from_buffer.
21821
21822 * font.c (font_unparse_fcname): Pay attention to the case that
21823 foundry is a null string.
21824
218252008-02-01 Kenichi Handa <handa@m17n.org>
21826
21827 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
21828
21829 * font.c (Qunicode_sip): New variable.
21830 (syms_of_font): Declare it as a Lisp symbol.
21831
21832 * font.h (Qunicode_sip): Extern it.
21833
218342008-02-01 Kenichi Handa <handa@m17n.org>
21835
21836 * composite.c (get_composition_id): Pay attention to TAB component.
21837
21838 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
21839 TAB. Adjust for the change of s->char2b which always points to
21840 the first element of allocated memory.
21841
21842 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
21843
21844 * xdisp.c (handle_composition_prop): Set it->c to the first
21845 non-TAB component.
21846 (fill_composite_glyph_string): Change argument.
21847 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
21848 (x_produce_glyphs): Fix handling of left/right padding.
21849
218502008-02-01 Kenichi Handa <handa@m17n.org>
21851
21852 * coding.c (detect_coding_system): Fix for handling off
21853 inhibit_iso_escape_detection. Fix for the case that no coding
21854 system is defined for a specific coding category.
21855
218562008-02-01 Kenichi Handa <handa@m17n.org>
21857
21858 * font.c (font_matching_entity): Delete unused local var.
21859
21860 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
21861 opening a font.
21862
21863 * fileio.c (Finsert_file_contents): On recovering a file, assume
21864 Unix-like eol.
21865 (choose_write_coding_system): On auto-saving a file, force
21866 Unix-like eol.
21867
21868 * coding.c (setup_coding_system): Fix setting of
21869 coding->common_flags based on eol_type.
21870 (coding_inherit_eol_type): If PARENT is not nil, be sure to
21871 inherit from it.
21872
218732008-02-01 Kenichi Handa <handa@m17n.org>
21874
21875 * alloc.c (NSTATICS): Increas to 0x600.
21876
218772008-02-01 Kenichi Handa <handa@m17n.org>
21878
21879 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
21880 (ftfont_list): Don't check :name property.
21881 (ftfont_match): New function.
21882 (ftfont_pattern_entity): If the pattern doesn't contain
21883 FC_SPACING, don't assume FC_MONO.
21884
21885 * font.h (struct font_driver): New member `match'.
21886 (font_update_drivers): Adjust prototype.
21887
21888 * font.c (font_parse_fcname, font_parse_name): Don't change :name
21889 property of FONT.
bba3e508
SM
21890 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring):
21891 Define them unconditionally.
aac0c6e3
MR
21892 (font_matching_entity): New function.
21893 (font_open_by_name): Try font_matching_entity if exact match is
21894 not found.
21895 (font_update_drivers): Delete the arg FONT. Return a list of
21896 actually used backends. Don't free faces, font caches here.
21897 Don't store data in frame parameters. Don't call x_set_font.
21898 (Ffont_spec): Store :name property as is.
21899 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
21900 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
21901 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
21902 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
21903 Call font->driver->otf_gsub instead of font_otf_gsub.
21904
21905 * frame.c (x_set_font_backend): Do more works that were done in
21906 font_update_drivers before.
21907
21908 * xfont.c (xfont_match): New function.
21909 (xfont_driver): Set xfont_driver.match to xfont_match.
21910 (xfont_draw): Set font in GC if necessary.
21911
21912 * ftxfont.c (ftxfont_match): New function.
21913 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
21914
21915 * xftfont.c (xftfont_match): New function.
21916 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
21917
219182008-02-01 Kenichi Handa <handa@m17n.org>
21919
21920 * font.h (struct font): New member scalable.
21921 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
21922 (font_otf_gsub): Adjust prototype.
21923
21924 * font.c (font_otf_capability): Fix handling of the default langsys.
21925 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
21926 Check the contents of SPEC.
21927 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
21928 (check_gstring): New function.
21929 (REPLACEMENT_CHARACTER): New macro.
21930 (font_otf_gsub): New arg alternate_subst. Be sure to set all
21931 glyph codes of GSTRING.
21932 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
21933 (font_prepare_composition): Set cmp->glyph_len.
21934 (font_open_entity): Set font->scalable.
21935 (Ffont_get): Handle :otf property.
bba3e508
SM
21936 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates):
21937 New functions.
aac0c6e3
MR
21938 (Fquery_font): Use font->font.full_name.
21939 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
21940 Sfont_otf_alternates.
21941
21942 * ftfont.c (ftfont_open): Set font->font.full_name and
21943 font->font.name properly. Fix calculation of font->font.height
21944 and font->min_width.
21945
21946 * ftxfont.c (ftxfont_create_gcs): New function.
21947 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
21948 (ftxfont_draw_backgrond): Fix filling region.
21949 (ftxfont_default_fid): New function.
21950 (ftxfont_open): Set xfont->fid to the return value of
21951 ftxfont_default_fid.
21952 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
21953 (ftxfont_done_face): Free only GCs that are created by
21954 ftxfont_create_gcs.
21955 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
21956
21957 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
21958 Clip to src->width, etc (not src->clip_XXX).
21959
21960 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
21961 FontBackend frame parameter.
21962
219632008-02-01 Kenichi Handa <handa@m17n.org>
21964
21965 * font.h (struct font_driver_list): New member `on'.
21966 (Fclear_font_cache): EXFUN it.
21967 (font_update_drivers): Extern it.
21968
21969 * font.c (font_unparse_fcname): Fix typo (swidth->width).
21970 (font_list_entities): Check driver_list->on.
40b1a3a9 21971 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
21972 (font_update_drivers): New function.
21973 (Fclear_font_cache): Check driver_list->on.
21974
21975 * frame.h (Qfont_backend): Extern it.
21976 (x_set_font_backend): Extern it.
21977
21978 * frame.c (Qfont_backend): New variable.
21979 (frame_parms): New element for font-backend.
21980 (x_set_font_backend): New function.
21981
21982 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
21983 FontBackend frame parameter.
21984 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
21985 x_set_font_backend.
21986
21987 * xfont.c (xfont_list): Don't try listing by :name property if the
21988 name is not for XLFD.
21989
219902008-02-01 Kenichi Handa <handa@m17n.org>
21991
21992 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
21993 (LGLYPH_SET_TO): New macros.
21994 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
21995 element of G is vector or not.
21996 (font_at): Extern it.
21997
21998 * font.c: Include window.h.
21999 (font_lispy_object): New function.
22000 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
22001 end of valid glyph.
22002 (font_close_object): Fix getting (struct font *).
22003 (font_at): New function.
22004 (Ffont_get): If FONT is a font-object, get entity from it.
22005 (Ffont_make_gstring): Initialize elements of glyphs with nil.
bba3e508
SM
22006 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.
22007 Fix range check.
aac0c6e3
MR
22008 (Ffont_at): New function.
22009 (syms_of_font): Defsubr Sfont_at.
22010
22011 * xdisp.c (it_props): Move the entry for Qauto_composed to just
22012 before the entry for Qcomposition.
22013 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
22014 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
22015 the font in gstring.
22016 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
22017 LGLYPH_FORM (g) to detect the end of valid glyph.
22018 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
22019 we are composing with gstring.
22020
22021 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
22022 Check if adjustment is vector or not.
22023
22024 * Makefile.in (font.o): Make it depends on window.h.
22025
220262008-02-01 Kenichi Handa <handa@m17n.org>
22027
22028 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
22029 adjustment is vector or not.
22030
220312008-02-01 Miles Bader <miles@gnu.org>
22032
22033 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
22034
220352008-02-01 Kenichi Handa <handa@m17n.org>
22036
22037 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
bba3e508 22038 (LGLYPH_SET_WIDTH): Adjust for the change of LGLYPH format.
aac0c6e3
MR
22039 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
22040
22041 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
22042 (DEVICE_DELTA): Fix typo.
22043 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
22044 LGLYPH format.
22045
22046 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
22047 the change of LGLYPH format.
22048
220492008-02-01 Kenichi Handa <handa@m17n.org>
22050
22051 * ftfont.c (ftfont_list): Fix typo.
22052 (ftfont_build_basic_charsets): Don't include letters with diacritics.
22053
220542008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22055
22056 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
22057
22058 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
22059 xftface_info is non-NULL.
22060
220612008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22062
22063 * ftfont.c (ftfont_list): Move misplaced #endif.
22064
220652008-02-01 Kenichi Handa <handa@m17n.org>
22066
22067 * ftfont.c (ftfont_list): Pay attention to the case that
22068 FC_CAPABILITY is not defined.
22069
220702008-02-01 Kenichi Handa <handa@m17n.org>
22071
22072 * xftfont.c (xftfont_open): Set charset related members to -1.
22073
22074 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
22075 QCname.
22076 (ftfont_open): Set charset related members to -1.
22077
22078 * fontset.c (Votf_script_alist): New variable.
22079 (syms_of_fontset): Initialize it.
22080 (fontset_font): Delete unused variable.
22081
22082 * fontset.h (Votf_script_alist): Extern it.
22083
22084 * font.c (font_find_for_lface): Optimize code.
22085
22086 * font.h (font_close_object, font_merge_old_spec): Extern them.
22087
220882008-02-01 Kenichi Handa <handa@m17n.org>
22089
22090 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
22091 (syms_of_font): Initialize them.
22092 (font_pixel_size): Allow float value in dpi.
22093 (font_prop_validate_type): Delete.
22094 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
22095 Change caller.
22096 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
22097 (font_prop_validate_extra): Delete.
22098 (font_prop_validate_spacing): New function.
22099 (font_property_table): Add elements for all known properties.
bba3e508
SM
22100 (get_font_prop_index): Rename from check_font_prop_name.
22101 New argument FROM. Change caller.
aac0c6e3
MR
22102 (font_prop_validate): Validate all known properties.
22103 (font_put_extra): Delete argument force. Change caller.
22104 (font_expand_wildcards): Make it static. Fix the way of shrinking
22105 the possible range.
22106 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
22107 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
22108 Change caller.
22109 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
22110 (font_parse_fcname): Delete argument merge. Fix parsing of point
22111 size. Don't validate properties values here. Change caller.
22112 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
22113 (font_open_by_name): Delete unused variable.
22114 (Ffont_spec): Likewise. Validate property values.
22115 (Ffont_match_p): New function.
22116
22117 * font.h (QCscalable): Extern it.
22118 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
22119
22120 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
22121
22122 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
22123 (xfont_list_pattern): New function.
22124 (xfont_list): Use xfont_list_pattern.
22125
221262008-02-01 Kenichi Handa <handa@m17n.org>
22127
22128 * font.h (Flist_fonts): EXFUN it.
22129
221302008-02-01 Jason Rumney <jasonr@gnu.org>
22131
22132 * w32term.c (w32_initialize): Add back smoothing_type and
22133 smoothing_enabled definitions.
22134
221352008-02-01 Kenichi Handa <handa@m17n.org>
22136
22137 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
22138 s->face->font on determining underline position.
22139
221402008-02-01 Kenichi Handa <handa@m17n.org>
22141
22142 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
22143 (font_has_char): Accept font-object too.
22144 (font_find_for_lface): Try at first with a size specified in face.
22145
221462008-02-01 Kenichi Handa <handa@m17n.org>
22147
22148 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
22149 font_open_by_name.
22150
221512008-02-01 Kenichi Handa <handa@m17n.org>
22152
22153 * font.h (QCspacing, QCdpi): Extern them.
22154 (enum font_spacing): New enum.
22155 (FONT_PIXEL_SIZE_QUANTUM): New macro.
22156
22157 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
22158 (QCspacing, QCdpi): New variables.
22159 (syms_of_font): Initialize them.
22160 (font_pixel_size): New function.
22161 (font_put_extra): New function.
22162 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
22163 in FONT_EXTRA.
22164 (font_parse_fcname): Handle enumerated values (e.g. bold).
22165 Fix handling font size. Add QCname property that contains only
22166 unknown properties.
22167 (font_score): Change argument. Change caller. Pay attention to
22168 FONT_PIXEL_SIZE_QUANTUM.
22169 (font_sort_entites, font_list_entities, font_find_for_lface)
22170 (font_open_for_lface, font_open_by_name): Fix handling of font size.
22171 (Ffont_spec): Add QCname property that contains only unknown properties.
22172
bba3e508
SM
22173 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.
22174 Don't include weight in listing pattern, instead check weight of each
aac0c6e3
MR
22175 listed font. Don't include scalable in pattern. Pay attention to
22176 FONT_PIXEL_SIZE_QUANTUM.
22177
221782008-02-01 Kenichi Handa <handa@m17n.org>
22179
22180 * font.c (font_parse_fcname): Fix parsing of point-size.
22181 (font_unparse_fcname): Produce symbolic names for style properties.
22182 (font_list_entities): Handle float size correctly.
22183 (font_open_by_name): Prefer `normal' property values if the name
22184 doesn't specify them.
22185
22186 * fontset.c (Finternal_char_font): Use font_get_name, not
22187 Ffont_xlfd_name.
22188
22189 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
22190 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
22191 pattern. Don't force scalable.
22192
22193 * xftfont.c (xftfont_open): For generating a name, start from
22194 96-byte buffer.
22195
221962008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22197
22198 * frame.h (x_new_fontset2): Fix prototype.
22199
222002008-02-01 Kenichi Handa <handa@m17n.org>
22201
22202 * font.h (struct font_driver): Delete member parse_name.
22203 (font_match_p, font_get_spec, font_parse_fcname)
22204 (font_unparse_fcname): Extern them.
22205 (font_get_name): Adjust prototype.
22206
22207 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
22208 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
bba3e508
SM
22209 (font_expand_wildcards): Fix handling ENCODING field.
22210 Avoid unnecessary checks for weight, slant, and swidth.
aac0c6e3
MR
22211 (font_parse_fcname): New function.
22212 (font_unparse_fcname): New function.
22213 (font_parse_name): New function.
22214 (font_match_p): New function.
22215 (font_get_name): Change return value to Lisp string.
22216 (font_get_spec): New function.
22217 (Qunspecified, Qignore_defface): Don't extern them.
22218 (font_find_for_lface): Assume that LFACE is fully specified.
22219 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
22220 object, use it for FACE.
22221 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
22222 driver->parse_name.
22223 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
22224
22225 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
22226 prototype.
22227
22228 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
22229 argument F. Don't call Fnew_fontset. Instead, directly call
22230 make_fontset.
22231
22232 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
22233
22234 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
22235 of x_new_fontset2.
22236
22237 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
22238 (Qsans__serif): New variables.
22239 (ftfont_generic_family_list): New variable.
22240 (syms_of_ftfont): Initialize the above variables.
22241 (ftfont_pattern_entity): Delete argument NAME.
22242 (ftfont_list_generic_family): New function.
22243 (ftfont_parse_name): Delete this function.
22244 (ftfont_list): Try generic family only when FcFontList found no font.
22245 (ftfont_list_family): Fix args to FcObjectSetBuild.
22246
22247 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
22248 object in attrs[LFACE_FONT_INDEX].
22249 (set_lface_from_font_name): Cancel all changes for font-backend.
22250 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
22251 function.
22252 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
22253 font object in QCfont attribute.
22254 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
22255 (realize_default_face) [USE_FONT_BACKEND]: Call
22256 set_lface_from_font_and_fontset.
22257
22258 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
22259 "fixed", and signal error here if no suitable font was found.
22260
22261 * xfont.c (xfont_parse_name): Delete this function.
22262
22263 * xftfont.c (xftfont_open): Change coding style of error
22264 handling. Generate fontconfig's fontname pattern.
22265
22266 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
22267 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
22268
22269 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
22270 Both args FONTSET and FONT_OBJECT must be existing ones.
22271
222722008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22273
22274 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
22275
222762008-02-01 Kenichi Handa <handa@m17n.org>
22277
22278 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
22279
22280 * font.h (struct font): Fix typo.
22281
22282 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
22283 XLFD_XXX_INDEX.
22284 (enum xlfd_field_mask): New enum.
ef1b0ba7 22285 (intern_font_field): Change argument. Change caller. If digits
aac0c6e3
MR
22286 are followed by non-digits, return a symbol.
22287 (font_expand_wildcards): New function.
22288 (font_parse_xlfd): Fix wildcard handling.
22289 (Ffont_spec): If :name is specified, reflect the info in the other
22290 properties.
22291
22292 * ftfont.c (ftfont_pattern_entity): Fix typo.
22293 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
22294 locale.
22295
222962008-02-01 Kenichi Handa <handa@m17n.org>
22297
22298 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
22299
22300 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
22301 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
22302 registry doesn't specify encoding part.
22303 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
22304 (font_open_by_name): At first try parsing the name.
22305 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
22306 as Lisp symbols.
22307
22308 * fontset.c (reorder_font_vector): Pay attention to the case that
22309 the 3rd element of font_def is nil.
22310 (fontset_font): For the default fontset, append one more fontset
22311 elements for a script-based font specification. Don't add script
22312 attribute on finding a font.
22313 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
22314 font name.
22315 (fontset_ascii_font): If a font can't be opened, return nil.
22316
22317 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
22318 (ftfont_pattern_entity): New function.
22319 (ftfont_get_cache): Assume that freetype_font_cache is already
22320 initialized.
22321 (ftfont_list): Handle the case that a file is specified in font
22322 name. Use ftfont_pattern_entity to generate entities.
22323 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
22324 (syms_of_ftfont): Initialize freetype_font_cache.
22325
22326 * xftfont.c (xftfont_open): Make the font name fontconfig's
22327 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
22328 (xftfont_close): Free font->font.name if not NULL.
22329
22330 * xfont.c (xfont_list): If script is specified for a font, return
22331 null_vector.
22332 (xfont_list_family): Declare argument type.
22333
22334 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
22335 name, set LFACE_FONT (lface) to nil.
22336
22337 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
22338 return Qnil.
22339
223402008-02-01 Kenichi Handa <handa@m17n.org>
22341
22342 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
22343 (standard_args): Add "-enable-font-backend".
22344
223452008-02-01 Kenichi Handa <handa@m17n.org>
22346
22347 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
22348 (struct xftdraw_list, xftdraw_list): Delete them.
22349 (register_xftdraw, check_xftdraw): Delete them.
22350 (xftfont_prepare_face): Don't call register_xftdraw.
22351 (xftfont_done_face): Don't call check_xftdraw.
22352 (xftfont_draw): Get background color only when with_background is
22353 nonzero.
22354
22355 * xfont.c (xfont_encode_char): Fix calculation of char2b.
22356
223572008-02-01 Kenichi Handa <handa@m17n.org>
22358
22359 These changes are for the new font handling codes.
22360
22361 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
22362 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
22363 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
22364 (FONTSRC, FONTOBJ): New variables.
22365 (obj): Add $(FONTOBJ).
22366 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
22367 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
22368 @LIBOTF_LIBS@.
22369 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
22370 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
22371
22372 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
22373
22374 * character.h (Vscript_representative_chars): Extern it.
22375
22376 * character.c (Vscript_representative_chars): New variable.
22377 (syms_of_character): Declare it as a Lisp variable.
22378
22379 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
22380 enable_font_backend is nonzero, accept the composition method
22381 COMPOSITION_WITH_GLYPH_STRING.
22382
22383 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
22384 enumeration COMPOSITION_WITH_GLYPH_STRING.
22385
22386 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
22387 members clip_x, clip_y, clip_width, and clip_height.
22388 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
22389
22390 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
22391 --enable-font-backend. Call syms_of_font.
22392
22393 * fns.c (assoc_no_quit): New function.
22394
22395 * fontset.h (FONT_INFO_FROM_FACE): New macro.
22396 (face_for_font, new_fontset_from_font)
22397 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
22398
22399 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
22400 (fontset_font, fontset_ascii, face_for_char)
22401 (make_fontset_for_ascii_face, Ffont_info)
22402 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
22403 is nonzero, use font-backend mechanism.
22404 (find_font_encoding): Make it non-static.
22405 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
22406 New functions.
22407
22408 * frame.h (struct frame): New members resx and resy.
22409 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
22410 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
22411
22412 * frame.c [USE_FONT_BACKEND]: Include "font.h".
22413 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
22414
22415 * lisp.h (assoc_no_quit): Extern it.
22416
22417 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
22418 Through out the file, use FONT_INFO_FROM_FACE instead of
22419 FONT_INFO_FROM_ID, use get_per_char_metric instead of
22420 rif->per_char_metric.
22421 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
22422 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
22423 (get_glyph_face_and_encoding, fill_composite_glyph_string)
22424 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
22425 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
22426 nonzero, use font-backend mechanism.
22427 (get_per_char_metric): New function.
22428
22429 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
22430 (set_lface_from_font_name)
22431 (set_font_frame_param, free_realized_face)
22432 (prepare_face_for_display, clear_face_gcs)
22433 (Finternal_set_font_selection_order, realize_x_face)
22434 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
22435 font-backend mechanism.
22436 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
22437 (load_face_font) [USE_FONT_BACKEND]: Abort.
22438 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
22439 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
22440
22441 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
22442 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
22443 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
bba3e508
SM
22444 nonzero, register all available font drivers.
22445 Call x_default_font_parameter for deciding a font.
aac0c6e3
MR
22446 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
22447
22448 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
22449 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
22450 (x_set_glyph_string_clipping_exactly)
22451 (x_compute_glyph_string_overhangs)
22452 (x_draw_glyph_string_foreground)
22453 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
22454 (x_free_frame_resources) [USE_FONT_BACKEND]: If
22455 enable_font_backend is nonzero, use font-backend mechanism.
22456 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
22457
224582008-02-01 Kenichi Handa <handa@m17n.org>
22459
22460 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
22461 system_eol_type.
22462 (syms_of_coding): Initialize system_eol_type.
22463
22464 * process.c (Fset_process_coding_system): Inherit system's eol
22465 format if necessary.
22466
224672008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22468
22469 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
22470
224712008-02-01 Kenichi Handa <handa@m17n.org>
22472
22473 * coding.c (decode_eol): Pay attention to buffer relocation in
22474 del_range_2.
22475 (decode_coding): Call decode_eol before restoring undo_list.
22476
224772008-02-01 Kenichi Handa <handa@m17n.org>
22478
22479 * charset.c (Fdefine_charset_internal): Fix setting of
22480 emacs_mule_bytes.
22481
224822008-02-01 Kenichi Handa <handa@m17n.org>
22483
22484 * keyboard.c (read_char): Check if C is a character or not before
22485 looking up Vkeyboard_translate_table.
22486
224872008-02-01 Kenichi Handa <handa@m17n.org>
22488
bba3e508
SM
22489 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION):
22490 Fix condition to terminate the loop.
aac0c6e3
MR
22491
224922008-02-01 Kenichi Handa <handa@m17n.org>
22493
22494 * coding.c (produce_composition): Compare charbuf[i] instead of
22495 args[i] against 0.
22496 (Fterminal_coding_system): Use EQ to compare Lisp objects.
22497
224982008-02-01 Kenichi Handa <handa@m17n.org>
22499
22500 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
22501 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
22502 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
22503 detect_coding.
22504 (emacs_mule_char): Handle old style (Emacs 20) component character
22505 of a composition.
22506 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
22507 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
22508 composition rule.
22509 (decode_coding_emacs_mule): Handle invalid bytes correctly.
22510
225112008-02-01 Kenichi Handa <handa@m17n.org>
22512
22513 * coding.c (encode_coding_ccl): Allocate destination dynamically
22514 when necessary.
22515
225162008-02-01 Kenichi Handa <handa@m17n.org>
22517
22518 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
22519 the loop. When quitted, show a proper error message.
22520
225212008-02-01 Kenichi Handa <handa@m17n.org>
22522
bba3e508
SM
22523 * xterm.c (x_set_glyph_string_clipping_exactly):
22524 Set src->clip_head and src->clip_tail temporarily instead of src->hl.
aac0c6e3
MR
22525
22526 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
22527 character sequence.
22528 (Fccl_execute_on_string): Use ASET, not XSET.
22529
225302008-02-01 Kenichi Handa <handa@m17n.org>
22531
22532 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
22533
225342008-02-01 Kenichi Handa <handa@m17n.org>
22535
22536 * coding.c (decode_coding): Fix the condition of terminating the
22537 decoding loop.
22538
225392008-02-01 Kenichi Handa <handa@m17n.org>
22540
22541 * data.c (Faset): On setting a character bigger than 255 in a
22542 unibyte string, signal an error instead of make the string multibyte.
22543
225442008-02-01 Kenichi Handa <handa@m17n.org>
22545
22546 * charset.c (map_charset_chars): Fix for ascii-compatible charset
22547 made by a mapping table.
22548
225492008-02-01 Kenichi Handa <handa@m17n.org>
22550
22551 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
22552 not.
22553 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
22554 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
22555
bba3e508
SM
22556 * xterm.c (x_draw_composite_glyph_string_foreground):
22557 Check s->face is NULL or not.
aac0c6e3
MR
22558
225592008-02-01 Kenichi Handa <handa@m17n.org>
22560
22561 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
22562 (x_draw_glyph_string): Fix drawing of right_overhang and
22563 left_overhang around/on cursor.
22564
22565 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
22566
225672008-02-01 Kenichi Handa <handa@m17n.org>
22568
22569 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
22570
225712008-02-01 Kenichi Handa <handa@m17n.org>
22572
22573 * coding.c (Fdefine_coding_system_internal)
22574 (Fdefine_coding_system_alias): Avoid a duplicated element in
22575 Vcoding_system_alist.
22576
225772008-02-01 Kenichi Handa <handa@m17n.org>
22578
22579 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
22580
22581 * coding.c (Qcoding_system_define_form): New variable.
22582 (syms_of_coding): Intern and staticpro it.
22583 (Fcoding_system_p): Check Qcoding_system_define_form.
22584 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
22585
22586 * coding.h (CODING_SYSTEM_P): If ID is not available, call
22587 Fcoding_system_p.
22588 (CHECK_CODING_SYSTEM): If ID is not available, call
22589 Fcheck_coding_system.
22590 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
22591 Try also Fcheck_coding_system.
22592
225932008-02-01 Kenichi Handa <handa@m17n.org>
22594
22595 * coding.c (code_conversion_restore): GCPRO arg.
22596
225972008-02-01 Kenichi Handa <handa@m17n.org>
22598
22599 * character.c (lisp_string_width): Check multibyteness of STRING.
22600
226012008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22602
22603 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
22604 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
22605 (decode_mac_font_name): Use decode_coding_c_string instead of
22606 decode_coding.
bba3e508
SM
22607 (x_load_font): Initialize fontp->fontset to -1.
22608 Set fontp->encoding_type.
aac0c6e3
MR
22609
226102008-02-01 Kenichi Handa <handa@m17n.org>
22611
22612 * search.c (search_buffer): Give up BM search on case-fold-search
22613 if one of a target character has a case-equivalence of different
3b59c351 22614 byte length even if that target character is an ASCII.
aac0c6e3
MR
22615 (simple_search): Fix calculation of byte length of matched text.
22616 (boyer_moore): Fix handling of case-equivalent multibyte characters.
22617
226182008-02-01 Kenichi Handa <handa@m17n.org>
22619
22620 * coding.c (decode_coding): Fix handling of invalid bytes.
22621
226222008-02-01 Kenichi Handa <handa@m17n.org>
22623
22624 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
22625 Unicode characters.
22626
226272008-02-01 Kenichi Handa <handa@m17n.org>
22628
22629 * coding.c (encode_coding_object): If a pre-write-conversion
22630 function makes a new buffer, kill it.
22631
226322008-02-01 Kenichi Handa <handa@m17n.org>
22633
22634 * coding.c (QCascii_compatible_p): New variable.
22635 (syms_of_coding): Initialize it.
22636 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
22637 calling string_char.
22638 (record_conversion_result): Add `default:' case.
22639 (coding_charset_list): Delete unused variable `coding_type'.
22640 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
22641 property in the plist of the coding system.
22642 (Fcoding_system_put): Check QCascii_compatible_p.
22643
226442008-02-01 Miles Bader <miles@gnu.org>
22645
22646 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
22647 removed calculation of frame `f', as it's now used.
22648
226492008-02-01 Kenichi Handa <handa@m17n.org>
22650
22651 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
22652 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
22653 (UNIDATA): New variable.
22654 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
bba3e508
SM
22655 (bootstrap-emacs${EXEEXT}): Depends on charprop.el.
22656 Run $(RUN_TEMACS) unconditionally.
aac0c6e3
MR
22657
226582008-02-01 Kenichi Handa <handa@m17n.org>
22659
22660 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
22661 (admindir): New variable.
22662 ($(lispsource)international/charprop.el): New target.
22663
226642008-02-01 Miles Bader <miles@gnu.org>
22665
22666 * character.c (chars-in-region): Remove obsolete function.
22667 (syms_of_character): Remove its initialization.
22668
226692008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
22670
22671 * w32select.c (validate_coding_system)
22672 (setup_windows_coding_system): New functions.
bba3e508
SM
22673 (convert_to_handle_as_coded, Fw32_get_clipboard_data):
22674 Use setup_windows_coding_system.
22675 (setup_config, Fw32_get_clipboard_data):
22676 Use validate_coding_system.
aac0c6e3
MR
22677 (Fx_selection_exists): Move call to setup_config to a place
22678 where signals are allowed.
22679
22680 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
22681 (Fcheck_coding_system): Add declarations.
22682
226832008-02-01 Kenichi Handa <handa@m17n.org>
22684
22685 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
22686
226872008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22688
22689 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
22690 string as the second argument for x_new_fontset.
22691
226922008-02-01 Kenichi Handa <handa@m17n.org>
22693
22694 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
22695 (encode_coding_object): Use safe_call instead of call2.
22696
226972008-02-01 Kenichi Handa <handa@m17n.org>
22698
22699 * fontset.c (Fset_fontset_font): Check family element of a given vector.
22700
22701 * Makefile.in (lisp): Include charprop.el.
22702
227032008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22704
22705 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
22706 Not sure if it's unnecessary.
22707
227082008-02-01 Steven Tamm <steventamm@mac.com>
22709
22710 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
22711 some possibly unnecessary fontset checking code that crashed
22712 when creating a new frame.
22713
227142008-02-01 Kenichi Handa <handa@m17n.org>
22715
22716 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
22717 lookup_face.
22718
22719 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
22720
22721 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
22722
227232008-02-01 Kenichi Handa <handa@m17n.org>
22724
22725 * coding.c: Cancel the change done in HEAD on 2008-02-01.
22726 (coding_charset_list): New function.
22727
22728 * coding.h (coding_charset_list): Extern it.
22729
227302008-02-01 Kenichi Handa <handa@m17n.org>
22731
22732 * fontset.c (Fset_fontset_font): Call find_font_encoding with
22733 concatenation of family and registry.
22734
227352008-02-01 Kenichi Handa <handa@m17n.org>
22736
22737 * character.h (BYTE8_STRING): Fix typo.
22738
22739 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
22740 string to multibyte (sync to HEAD).
22741
22742 * casefiddle.c (casify_region): Handle changes in byte-length
22743 using replace_range_2 (sync to HEAD).
22744
227452008-02-01 Andreas Schwab <schwab@suse.de>
22746
22747 * chartab.c (map_char_table): GCPRO table and arg.
22748
227492008-02-01 Kenichi Handa <handa@m17n.org>
22750
22751 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
22752 already at limit.
22753
227542008-02-01 Kenichi Handa <handa@m17n.org>
22755
22756 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
22757 instead of fast_c_string_match_ignore_case.
bba3e508
SM
22758 (find_font_encoding): Change argument to Lisp_Object.
22759 Use fast_string_match_ignore_case instead of
aac0c6e3
MR
22760 fast_c_string_match_ignore_case. Change caller.
22761
227622008-02-01 Kenichi Handa <handa@m17n.org>
22763
22764 * xdisp.c (get_next_display_element): In unibyte case, decide to
22765 display in octal form by checking a character by
22766 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
22767
22768 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
22769
22770 * character.c (unibyte_has_multibyte_table): New variable.
22771
22772 * character.h (unibyte_has_multibyte_table): Extern it.
22773 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
22774
227752008-02-01 Kenichi Handa <handa@m17n.org>
22776
22777 * coding.c (encode_coding_iso_2022): Fix handling of charset
22778 annotation.
22779
227802008-02-01 Kenichi Handa <handa@m17n.org>
22781
22782 * coding.c (setup_coding_system): If coding_system is nil, use
22783 Qundecided.
22784 (Fterminal_coding_system): Return nil if terminal coding system is
22785 `undecided'.
bba3e508
SM
22786 (syms_of_coding): Define coding-system `undecided' here.
22787 Setup terminal_coding as `undecided'.
aac0c6e3
MR
22788
227892008-02-01 Kenichi Handa <handa@m17n.org>
22790
bba3e508
SM
22791 * xdisp.c (message_dolog, set_message_1):
22792 Call unibyte_char_to_multibyte with arg type int.
aac0c6e3
MR
22793
22794 * lread.c (read1): Fix reading of a char-table.
22795
22796 * print.c (print_object): Include sub char-table in circularities
22797 detection.
22798
227992008-02-01 Kenichi Handa <handa@m17n.org>
22800
22801 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
22802 Append the found sequences in car of ARGS instead of prepending.
22803
228042008-02-01 Kenichi Handa <handa@m17n.org>
22805
22806 * fileio.c (report_file_error): Make a unibyte string from
22807 strerror (errorno).
22808 (Fsubstitute_in_file_name): Fix the arg to
22809 unibyte_char_to_multibyte. It is evaluated twice.
22810
228112008-02-01 Kenichi Handa <handa@m17n.org>
22812
22813 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
22814
228152008-02-01 Kenichi Handa <handa@m17n.org>
22816
22817 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
22818 BOM is not found.
22819 (detect_coding, detect_coding_system): Optimization for ISO-2022
22820 when no 8-bit data is found.
22821
228222008-02-01 Jason Rumney <jasonr@gnu.org>
22823
22824 * w32fns.c (x_to_w32_font): Update to use new coding struct.
22825
228262008-02-01 Kenichi Handa <handa@m17n.org>
22827
22828 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
22829 CHARS.
22830
228312008-02-01 Steven Tamm <steventamm@mac.com>
22832
22833 * macterm.c (mac_encode_char): Add charset argument and update
22834 to use encoding_type.
22835 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
22836 switch to pure fontset.
22837 (decode_mac_font_name): Temporarily remove decoding.
22838 (x_font_name_to_mac_font_name): Temporarily remove encoding.
22839 (x_load_font): Temporarily remove encoding.
22840
228412008-02-01 Kenichi Handa <handa@m17n.org>
22842
22843 * xfaces.c (Fface_font): If frame is not on a window system,
22844 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
22845 refer to face->font.
22846 (split_font_name_into_vector, build_font_name_from_vector)
22847 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
22848 when HAVE_WINDOW_SYSTEM is defined.
22849
228502008-02-01 Kenichi Handa <handa@m17n.org>
22851
22852 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
22853 (x_produce_glyphs): Fix setting of members of cmp in case
22854 cmp->glyph_len is zero.
22855
22856 * fontset.c (Fset_fontset_font): Fix docstring.
22857 (Ffontset_info): Make it backward compatible. New arg ALL.
22858
228592008-02-01 Kim F. Storm <storm@cua.dk>
22860
22861 * process.c (read_process_output): Grow decoding_buf when needed;
22862 this could cause a crash in allocate_string and compact_small_strings.
22863
228642008-02-01 Kenichi Handa <handa@m17n.org>
22865
22866 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
22867
228682008-02-01 Kenichi Handa <handa@m17n.org>
22869
22870 * coding.c (setup_coding_system): Set coding->common_flags
22871 correctly for raw-text.
22872 (consume_chars): On encoding unibyte text by raw-text, don't check
22873 multibyte form.
22874 (encode_coding): On encoding by raw-text, never use translation tables.
22875
22876 * fileio.c (e_write): Short cut for the case of no encoding.
22877
228782008-02-01 Kenichi Handa <handa@m17n.org>
22879
22880 * coding.c (detect_coding, detect_coding_system): Delete unused
22881 variables.
22882
228832008-02-01 Kenichi Handa <handa@m17n.org>
22884
22885 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
22886 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
22887
228882008-02-01 Kenichi Handa <handa@m17n.org>
22889
bba3e508
SM
22890 * coding.c (Ffind_coding_systems_region_internal):
22891 Include raw-text and no-conversion in the result.
aac0c6e3
MR
22892
228932008-02-01 Kenichi Handa <handa@m17n.org>
22894
22895 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
22896 (load_font_get_repertory): Delete unnecessary check of ENCODING of
22897 FONT_DEF.
22898 (font_def_arg, add_arg, from_arg, to_arg): New args.
22899 (set_fontset_font): Change argument.
22900 (Fset_fontset_font): Fix for the case that TARGET is a script
22901 name and charset name.
22902 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
22903
229042008-02-01 Kenichi Handa <handa@m17n.org>
22905
22906 * fontset.c (fontset_font): Rename from fontset_face. Change return
22907 value.
22908 (face_suitable_for_char_p, face_for_char): Adjust for the change
22909 of fontset_font.
22910 (make_fontset_for_ascii_face): Fix setting of the fontset element
22911 for ASCII.
22912 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
22913 to get a font name.
22914 (Ffontset_info): Adjust for the change of fontset_font.
22915
22916 * coding.c (emacs_mule_char): Check invalid code more rigidly.
22917
22918 * character.h (LEADING_CODE_LATIN_1_MIN)
22919 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
22920
229212008-02-01 Kenichi Handa <handa@m17n.org>
22922
22923 * editfns.c (check_translation): New function.
22924 (Ftranslate_region_internal): Handle M:N mapping.
22925
229262008-02-01 Kenichi Handa <handa@m17n.org>
22927
22928 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
22929
229302008-02-01 Kenichi Handa <handa@m17n.org>
22931
22932 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
22933 goto invalid_code.
22934 (decode_coding_iso_2022): Fix handling of invalid designation.
22935
22936 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
22937 after calling code_conversion_save.
22938
229392008-02-01 Kenichi Handa <handa@m17n.org>
22940
22941 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
22942
22943 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
22944
22945 * fontset.c: Include "intervals.h".
22946 (fontset_face): Fix comparing of Lisp_Objects.
bba3e508
SM
22947 (free_face_fontset, new_fontset_from_font_name):
22948 Fix Lisp_Object/int mixup.
aac0c6e3
MR
22949
22950 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
22951
22952 * coding.c: Add many prototypes for static functions.
22953 (get_translation_table): Allow max_lookup to be NULL.
22954 (decode_coding, Ffind_coding_systems_region_internal)
bba3e508
SM
22955 (Funencodable_char_position, Fcheck_coding_systems_region):
22956 Call get_translation_table with max_lookup NULL.
aac0c6e3
MR
22957
229582008-02-01 Kenichi Handa <handa@m17n.org>
22959
22960 * coding.c (get_translation_table): Declare it as Lisp_Object.
22961 (LOOKUP_TRANSLATION_TABLE): New macro.
22962 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
22963 instead of CHAR_TABLE_REF.
22964
229652008-02-01 Kenichi Handa <handa@m17n.org>
22966
22967 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
22968 annotation data format.
22969 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
22970 Change arguments FROM and TO to single argument NCHARS. Change caller.
22971 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
22972 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22973 (decode_coding_ccl, decode_coding_charset): Pay attention to
22974 coding->charbuf_used.
22975 (get_translation): New function.
22976 (produce_chars): New arguments translation_table and last_block.
22977 Translate characters here. Return number of carryover chars.
22978 Change caller.
22979 (produce_composition): New argument pos. Change caller.
22980 Adjust for the change of annotation data format.
22981 (produce_charset, produce_annotation): Likewise.
22982 (decode_coding, encode_coding): Don't call translate_chars.
22983 (consume_chars): New arg translation_table. Change caller.
22984 (translate_chars): Delete.
22985 (syms_of_coding): Make translation-table's number of extra slots 2.
22986
229872008-02-01 Kenichi Handa <handa@m17n.org>
22988
22989 * search.c (simple_search): Fix setting this_pos_byte in backward
22990 search.
22991
22992 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
22993 byte sequence.
22994 (detect_coding_ccl): Fix setting of the variable valids.
22995
229962008-02-01 Kenichi Handa <handa@m17n.org>
22997
22998 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
22999
23000 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
23001
23002 * editfns.c (Ftranslate_region_internal): Rename from
23003 Ftranslate_region. Accept a char-table in TABLE.
23004 (syms_of_editfns): Defsubr Stranslate_region_internal.
23005
23006 * xfaces.c (set_lface_from_font_name): If a font is specified for
23007 a frame, generate a fontset from the font.
23008 (build_scalable_font_name): If the scalable font is requested for
23009 a specific size, don't change that size.
23010 (try_font_list): Try a scalable font also in the case that a
23011 pattern string is specified.
23012
230132008-02-01 Kenichi Handa <handa@m17n.org>
23014
23015 * xfaces.c (Fface_font): New optional arg CHARACTER.
23016
230172008-02-01 Kenichi Handa <handa@m17n.org>
23018
23019 * charset.h (CHARSET_OFFSET): New macro.
23020
230212008-02-01 Kenichi Handa <handa@m17n.org>
23022
23023 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
23024
23025 * fontset.c (fontset_face): Handle the case that repertory is a
23026 char-table.
23027 (find_font_encoding): Return nil for unknown encoding.
23028 (Fset_fontset_font): Ignore a font of unknown encoding.
23029
230302008-02-01 Kenichi Handa <handa@m17n.org>
23031
23032 * keymap.c (describe_vector): Handle default value of a char table.
23033
23034 * fontset.c (fontset_face): Handle fallback fonts correctly.
23035 (Ffontset_info): Return infomation about fallback fonts.
23036
230372008-02-01 Kenichi Handa <handa@m17n.org>
23038
23039 * fontset.c (FONTSET_DEFAULT): New macro.
23040 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
23041 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
23042 the case that it is nil.
23043 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
23044 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
23045
23046 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
23047 subset or superset.
23048
230492008-02-01 Kenichi Handa <handa@m17n.org>
23050
23051 * emacs.c (main): Call init_charset after syms_of_XXX.
23052
23053 * charset.c (Vcharset_map_directory): Delete.
23054 (Vcharset_map_path): New variable.
23055 (load_charset_map_from_file): Use Vcharset_map_path instead.
23056 (init_charset): Initialize Vcharset_map_path.
23057 (syms_of_charset): Delete declaration of "charset-map-directory",
23058 add declaration of "charset-map-path".
23059
230602008-02-01 Kenichi Handa <handa@m17n.org>
23061
23062 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
23063 ASCII only string.
23064
23065 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
23066
23067 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
23068 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
23069
230702008-02-01 Kenichi Handa <handa@m17n.org>
23071
23072 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
23073
23074 * coding.c (QCmnemonic, QCdefalut_char)
23075 (QCdecode_translation_table, QCencode_translation_table)
23076 (QCpost_read_conversion, QCpre_write_conversion): New variables.
23077 (get_translation_table): Return a list of translation tables if
23078 necessary.
23079 (decode_coding): Call get_translation_table with ENCODEP 0.
23080 (char_encodable_p): If translation_table is non-nil, always call
23081 translate_char.
23082 (Fdefine_coding_system_internal): Accept list of translation
23083 tables as :encode-translation-table and :decode-translation-table.
23084 (Fcoding_system_put): New function.
bba3e508
SM
23085 (syms_of_coding): Declare new symbols.
23086 Defsubr Scoding_system_put.
aac0c6e3
MR
23087 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
23088 typically JISX0212.
23089
23090 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
23091 when the charset is superset type.
23092
23093 * character.c (translate_char): Accept list of translation tables.
23094
230952008-02-01 Kenichi Handa <handa@m17n.org>
23096
23097 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
23098 (CODING_ATTR_TRANS_TBL): New macro.
23099
23100 * coding.c (get_translation_table): New function.
23101 (translate_chars): Fix the bug of skipping annotation data.
23102 (decode_coding, encode_coding): Utilize get_translation_table.
23103 (char_encodable_p, Funencodable_char_position): Translate char if
23104 necessary.
23105 (Ffind_coding_systems_region_internal)
23106 (Fcheck_coding_systems_region): Setup translation table for encode
23107 in a coding system attribute vector in advance.
23108 (Fdefine_coding_system_internal): Allow a symbol as translation
23109 table. For shift-jis type coding system, allow 4th charset.
23110
231112008-02-01 Kenichi Handa <handa@m17n.org>
23112
23113 * coding.c (decode_coding_sjis): Check the first byte rigidly.
23114
23115 * xdisp.c (get_next_display_element): Pass -1 as POS to
23116 FACE_FOR_CHAR if displaying a C-string.
23117
231182008-02-01 Kenichi Handa <handa@m17n.org>
23119
23120 * composite.c (get_composition_id): Handle xoff and yoff in a
23121 composition rule.
23122
23123 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
23124 (struct composition): New member lbearing and rbearing.
23125
23126 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
23127 (x_get_glyph_overhangs): Handle a composition glyph.
23128 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
23129
23130 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
23131 composition glyph.
23132
231332008-02-01 Kenichi Handa <handa@m17n.org>
23134
23135 * print.c: Include charset.h.
23136 (Vprint_charset_text_property): New variable.
23137 (Qdefault): Extern it.
23138 (PRINT_STRING_NON_CHARSET_FOUND)
23139 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
23140 (print_check_string_result): New variable.
23141 (print_check_string_charset_prop): New function.
23142 (print_prune_charset_plist): New variable.
23143 (print_prune_string_charset): New function.
23144 (print_object): Call print_prune_string_charset if
23145 Vprint_charset_text_property is not t.
23146 (print_interval): Print nothing if interval->plist is nil.
23147 (syms_of_print): Declare Vprint_charset_text_property as a lisp
23148 variable. Init and staticpro print_prune_charset_plist.
23149
231502008-02-01 Kenichi Handa <handa@m17n.org>
23151
23152 * fontset.c (new_fontset_from_font_name): Use the specified font
23153 for all characters in the new fontset.
23154
23155 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
23156 OBJECT args.
23157
23158 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
23159 OBJECT args for composition too.
23160
23161 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
23162 OBJECT args.
23163
231642008-02-01 Kenichi Handa <handa@m17n.org>
23165
23166 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
23167
23168 * fontset.c (reorder_font_vector): Adjust for the change of
23169 FONT_DEF format.
23170 (fontset_face): New arg id. Change caller.
23171 (face_for_char): New args pos and object.
23172 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
23173 (fs_query_fontset): Check NAME by Fassoc too.
23174 (Fset_fontset_font): Allow non-XLFD font name.
23175 (Ffontset_info): Adjust for the change of FONT_DEF format.
23176
23177 * fontset.h (face_for_char): Adjust prototype.
23178
23179 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
23180 (append_space, extend_face_to_end_of_line)
23181 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
23182 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
23183
23184 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
23185 POS and OBJECT args.
23186
23187 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
23188 POS and OBJECT args.
23189
231902008-02-01 Jason Rumney <jasonr@gnu.org>
23191
23192 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
23193 of GlobalAlloc'ed memory.
23194
231952008-02-01 Kenichi Handa <handa@m17n.org>
23196
23197 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
23198
23199 * charset.h (charset_table_used): Delete extern.
23200
23201 * charset.c (charset_table_used): Make it static.
23202 (map_charset_chars): Fix args to c_function with.
23203
23204 * chartab.c (map_sub_char_table_for_charset): Fix args to
23205 c_function with.
23206
bba3e508
SM
23207 * coding.h (enum coding_result_code):
23208 Delete CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
aac0c6e3
MR
23209
23210 * coding.c (Qinsufficient_source, Qinconsistent_eol)
23211 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
23212 (Vlast_code_conversion_error): New variables.
23213 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
23214 (ONE_MORE_BYTE): Record error if any instead of signaling an
23215 error. If non-ASCII multibyte char is found, return the negative
23216 value of the code. All callers changed to check it.
23217 (ONE_MORE_BYTE_NO_CHECK): Likewise.
23218 (record_conversion_result): New function. Change all codes setting
23219 coding->result to call this function.
23220 (detect_coding_utf_8, decode_coding_utf_8)
23221 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
23222 Don't use the local variable incomplete.
23223 (emacs_mule_char): Change the second arg to `const'.
23224 (decode_coding): Fix of flushing out unprocessed data.
23225 (make_conversion_work_buffer): Fix making of a work buffer.
23226 (decode_coding_object): Return coding->dst_object.
23227
23228 * fontset.c (set_fontset_font): Fix args.
23229
23230 * lisp.h (CHARACTERBITS): Define as 22.
23231
23232 * process.c (send_process): Be sure to set coding->src_multibyte.
23233
23234 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
23235
232362008-02-01 Kenichi Handa <handa@m17n.org>
23237
23238 * xdisp.c (handle_auto_composed_prop): Give limit to
23239 Fnext_single_char_property_change.
23240
232412008-02-01 Kenichi Handa <handa@m17n.org>
23242
23243 * composite.c (syms_of_composite): Don't make the composition hash
23244 table weak.
23245
23246 * fontset.c (Fset_fontset_font): Fix docstring.
23247
23248 * lisp.h (detect_coding_system): Adjust prototype.
23249
23250 * fileio.c (kill_workbuf_unwind): Delete this function.
23251 (Finsert_file_contents): Adjust the call of detect_coding_system.
23252 Get conversion_buffer by code_conversion_save. Use the macro
23253 CODING_MAY_REQUIRE_DECODING. After decoding, update
23254 coding_system.
23255
23256 * coding.h (make_conversion_work_buffer): Delete extern.
23257 (code_conversion_save): Extern it.
23258
23259 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
23260 (CODING_GET_INFO): Delete argument eol_type. Change callers.
23261 (decode_coding_utf_8): Don't do eol converion.
23262 (detect_coding_utf_16): Check coding->src_chars, not
23263 coding->src_bytes. Add heuristics for those that have no signature.
23264 (decode_coding_emacs_mule, decode_coding_iso_2022)
23265 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
23266 Don't do eol converion.
23267 (adjust_coding_eol_type): Return a new coding system.
23268 (detect_coding): Don't detect eol. Fix for utf-16 detection.
23269 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
23270 each change.
23271 (decode_coding): Pay attention to undo_list. Do eol conversion for
23272 all types of coding-systems (if necessary).
23273 (Vcode_conversion_work_buf_list): Delete it.
23274 (Vcode_conversion_reused_workbuf): Rename from
23275 Vcode_conversion_reused_work_buf.
23276 (Vcode_conversion_workbuf_name): New variable.
23277 (reused_workbuf_in_use): New variable.
23278 (make_conversion_work_buffer): Delete the arg DEPTH.
23279 (code_conversion_restore): Change argument to cons.
23280 (code_conversion_save): Delete the argument BUFFER. Change callers.
23281 (detect_coding_system): New argument src_chars. Change callers.
23282 Fix for utf-16 detection.
23283 (init_coding_once): Don't use ISO_carriage_return.
23284 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
23285 reused_workbuf_in_use.
23286
232872008-02-01 Kenichi Handa <handa@m17n.org>
23288
23289 * keymap.c (store_in_keymap): Pay attention to the case that idx
23290 is a cons specifying a character range.
23291
232922008-02-01 Kenichi Handa <handa@m17n.org>
23293
23294 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
23295 HANDLED_RECOMPUTE_PROPS.
23296
23297 * coding.c (Fdefine_coding_system_internal): Fix checking of
23298 ascii compatibility.
23299
233002008-02-01 Kenichi Handa <handa@m17n.org>
23301
23302 * charset.c (find_charsets_in_text): Delete unused locale variable.
23303 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
23304
23305 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
23306 Resync charset_list to Vemacs_mule_charset_list.
23307
23308 * keymap.c (store_in_keymap): Pay attention to the case that idx
23309 is a cons specifying a character range.
23310
233112008-02-01 Kenichi Handa <handa@m17n.org>
23312
23313 * composite.c (update_compositions): Bind inhibit-read-only, etc
23314 to t before calling remove-list-of-text-properties.
23315
23316 * print.c (print_object): Always print ASCII chars as is.
23317
233182008-02-01 Kenichi Handa <handa@m17n.org>
23319
23320 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
23321
23322 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
23323 is a char table.
23324
233252008-02-01 Kenichi Handa <handa@m17n.org>
23326
23327 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
23328
233292008-02-01 Kenichi Handa <handa@m17n.org>
23330
23331 * xfaces.c (set_lface_from_font_name): Fix for the case that
23332 FONTNAME is not fontset name.
23333
233342008-02-01 Kenichi Handa <handa@m17n.org>
23335
23336 * fns.c (base64_encode_1): Fix previous change.
23337
233382008-02-01 Kenichi Handa <handa@m17n.org>
23339
23340 * fontset.c (set_fontset_font): New function.
23341 (Fset_fontset_font): If a font is specified for a charset, use
23342 map_charset_chars to store the font spec in a fontset.
23343
233442008-02-01 Kenichi Handa <handa@m17n.org>
23345
23346 * fontset.c (fontset_face): Create a fallback fontset on demand.
23347 (make_fontset): Don't create a fallback fontset here.
23348 (free_face_fontset): Free a fallback fontset (if any) too.
23349 (n_auto_fontsets): Delete this variable.
23350 (auto_fontset_alist): New variable.
23351 (new_fontset_from_font_name): Check auto_fontset_alist.
23352 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
23353 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
23354 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
23355 Defsubr Sfontset_list_all.
23356
233572008-02-01 Kenichi Handa <handa@m17n.org>
23358
23359 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
23360
233612008-02-01 Kenichi Handa <handa@m17n.org>
23362
23363 * fontset.c (Fnew_fontset): Check NAME more rigidly.
23364
233652008-02-01 Kenichi Handa <handa@m17n.org>
23366
23367 * editfns.c (Fgoto_char): Fix docstring.
23368
233692008-02-01 Kenichi Handa <handa@m17n.org>
23370
23371 * insdel.c (insert_from_gap): Adjust intervals correctly.
23372
233732008-02-01 Jason Rumney <jasonr@gnu.org>
23374
23375 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
23376 (pfnGetFontUnicodeRanges): New dynamically loaded function.
23377 (w32_initialize): Try to load it.
23378 (x_get_font_repertory): Use it if available.
23379 (w32_encode_char): Add shortcut for unicode output.
23380
23381 * w32fns.c (w32_load_system_font): Default charset to -1.
23382 (x_to_w32_charset): Match all fonts for unicode.
23383 (w32_to_x_charset): New parameter matching. Don't return partial
23384 or wildcard charsets.
23385 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
23386 (w32_codepage_for_font): Return CP_UNICODE for unicode.
23387 (w32_to_x_font): Match charset to real charset.
23388 (enum_font_cb2): Always list unicode versions.
23389
23390 * makefile.w32-in (temacs): Increase EMHEAP.
23391
233922008-02-01 Jason Rumney <jasonr@gnu.org>
23393
23394 * w32term.c (w32_encode_char): New charset parameter.
23395 font_info.encoding becomes encoding_type.
23396 (x_get_font_repertory): New function. Warning: stub only!
23397 (x_new_font): Return quickly if font already set.
23398 (x_new_fontset): fontsetname parameter is Lisp_Object.
23399 Use new fs_query_fontset. Try new_fontset_from_font_name.
23400 Use fontset_name for return value.
23401
23402 * w32term.h: Declare x_get_font_repertory.
23403
23404 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
23405 place of find_charset_in_text. Use encode_coding_object in place
23406 of encode_coding.
23407 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
23408 decode_coding.
23409
23410 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
23411 of x_new_fontset.
23412 (w32_load_system_font): Initialize charset as unicode.
23413 font_info.encoding becomes encoding_type.
23414 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
23415 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
23416 (syms_of_w32fns): Set get_font_repertory_func.
23417
23418 * w32console.c: Include character.h. Use terminal_encode_buffer
23419 from term.c.
bba3e508
SM
23420 (write_glyphs): Use new version of encode_terminal_code.
23421 Use encode_coding_object in place of encode_coding.
aac0c6e3
MR
23422
23423 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
23424 encoding becomes encoding_type.
23425
23426 * term.c (terminal_encode_buffer): Make externally visible.
23427
23428 * makefile.w32-in: Add character.h dependancies.
23429 (character.o, chartab.o): New targets.
23430
234312008-02-01 Kenichi Handa <handa@m17n.org>
23432
23433 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
23434 CODING_ID_EOL_TYPE.
23435
234362008-02-01 Andreas Schwab <schwab@suse.de>
23437
23438 * coding.c (produce_chars): Revert last change.
23439
234402008-02-01 Kenichi Handa <handa@m17n.org>
23441
23442 * charset.h (charset_unicode): Extern it.
23443
23444 * charset.c (string_xstring_p): Check by (C >= 0x100).
bba3e508
SM
23445 (find_charsets_in_text): Change format of the arc CHARSETS.
23446 New arg MULTIBYTE.
aac0c6e3
MR
23447 (Ffind_charset_region, Ffind_charset_string): Adjust for the
23448 change of find_charsets_in_text.
23449 (Fsplit_char): Fix doc. Never return unknown.
23450
23451 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
23452
bba3e508
SM
23453 * coding.c (Fdefine_coding_system_alias):
23454 Update Vcoding_system_list.
aac0c6e3
MR
23455
23456 * fontset.c (load_font_get_repertory): Pay attention to the case
23457 that ENCODING of a font is specified by a char-table.
23458
23459 * xterm.c (x_get_font_repertory): Handle the case that the
23460 encoding of font is other than Unicode.
23461
234622008-02-01 Kenichi Handa <handa@m17n.org>
23463
bba3e508
SM
23464 * term.c (encode_terminal_code): Don't handle glyph-table.
23465 Check if a character is encodable by the terminal coding system.
23466 If not, produces proper number of `?'s. Update
aac0c6e3
MR
23467 terminal_encode_buffer and terminal_encode_buf_size if necessary.
23468 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
23469
234702008-02-01 Kenichi Handa <handa@m17n.org>
23471
bba3e508
SM
23472 * term.c (terminal_encode_buffer, terminal_encode_buf_size):
23473 New variables.
aac0c6e3
MR
23474 (encode_terminal_code): Change argument. Encode multiple
23475 characters at once. Store the result of encoding in
23476 terminal_encode_buffer.
23477 (write_glyphs, insert_glyphs): Adjust for the change of
23478 encode_terminal_code.
23479 (term_init): Initialize terminal_encode_buffer and
23480 terminal_encode_buf_size.
23481
23482 * coding.c (consume_chars): If coding->src_object is nil, don't
23483 check annotation.
23484
234852008-02-01 Kenichi Handa <handa@m17n.org>
23486
23487 * character.c (char_string): Use ASCII_CHAR_P instead of
23488 SINGLE_BYTE_CHAR_P.
23489
234902008-02-01 Kenichi Handa <handa@m17n.org>
23491
23492 * xdisp.c (handle_auto_composed_prop): Check if the last
23493 characters of auto-composed region is newly composed with the
23494 following characters.
23495 (handle_composition_prop): Fix checking of point being inside
23496 composition.
23497
234982008-02-01 Kenichi Handa <handa@m17n.org>
23499
23500 * fns.c (concat): Don't change multibyteness of the result by
23501 concatenating an 8-bit character.
23502
23503 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
23504 multibyteness of the result when newelt is an 8-bit character.
23505
235062008-02-01 Dave Love <fx@gnu.org>
23507
23508 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
23509 EMACS_INT.
23510
23511 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
23512
23513 * xfaces.c (face_numeric_value): Declare dim size_t.
23514 (Finternal_lisp_face_equal_p): Remove unused f.
23515
23516 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
23517 (MATRIX_ROW): Remove unused vars.
23518 (draw_glyphs, x_insert_glyphs, fast_find_position)
23519 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
23520 byte/char counts.
23521
23522 * regex.c (regex_compile): Remove unused var.
23523
23524 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23525
23526 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
23527 (Faccessible_keymaps, where_is_internal): Remove unused vars.
23528
23529 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
23530
23531 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
23532
23533 * fileio.c (Fwrite_region): Remove unused var.
23534
23535 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
23536 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
23537
23538 * composite.c (Fremove_list_of_text_properties): Declare.
23539
23540 * coding.c (inhibit_pre_post_conversion): Remove (unused).
23541 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
23542 (coding_inherit_eol_type): Remove unused attrs.
23543 (detect_coding): Cast arg of detect_eol.
23544
23545 * charset.c (syms_of_charset): Remove unused var p.
23546 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
23547 byte/char counts.
23548
23549 * casetab.c (set_case_table): Remove unused var.
23550
bba3e508
SM
23551 * window.c (Fdisplay_buffer, Fframe_selected_window):
23552 Remove unused vars.
aac0c6e3
MR
23553
235542008-02-01 Dave Love <fx@gnu.org>
23555
23556 * xterm.c (x_bitmap_mask): Declare.
23557
235582008-02-01 Dave Love <fx@gnu.org>
23559
23560 * xterm.c (x_term_init): Fix type error.
23561
23562 * lisp.h: Add Funibyte_char_to_multibyte.
23563
23564 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
23565 (Fset_coding_system_priority): Doc fix.
23566
23567 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
23568
23569 * indent.c (check_composition): Make start and end EMACS_INT.
23570
23571 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
23572
23573 * xdisp.c (handle_composition_prop, check_point_in_composition):
23574 Make buffer positions EMACS_INT.
23575
23576 * composite.c (find_composition, run_composition_function)
23577 (update_compositions, Ffind_composition_internal): Make buffer
23578 positions EMACS_INT.
23579
bba3e508
SM
23580 * composite.h (find_composition, update_compositions):
23581 Make position args EMACS_INT.
aac0c6e3
MR
23582
23583 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
23584
23585 * intervals.c (get_property_and_range):
23586 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
23587
23588 * unexalpha.c: Don't include varargs.h.
23589
235902008-02-01 Dave Love <fx@gnu.org>
23591
23592 * coding.h (ENCODE_UTF_8): New.
23593
23594 * Makefile.in (gtkutil.o): Depend on coding.h.
23595
23596 * coding.c (Fset_coding_system_priority): Doc fix.
23597
235982008-02-01 Kenichi Handa <handa@m17n.org>
23599
23600 * fileio.c (Finsert_file_contents): Call setup_coding_system in
23601 the case of auto saving.
23602
236032008-02-01 Andreas Schwab <schwab@suse.de>
23604
bba3e508
SM
23605 * chartab.c (map_char_table, map_char_table_for_charset):
23606 Protect `range' from GC.
aac0c6e3
MR
23607
236082008-02-01 Kenichi Handa <handa@m17n.org>
23609
23610 * coding.c (decode_coding_sjis): Check bytes more rigidly.
23611
236122008-02-01 Kenichi Handa <handa@m17n.org>
23613
23614 * fileio.c (choose_write_coding_system): Return a decided coding system.
23615 (Fwrite_region): Set Vlast_coding_system_used to the return value
23616 of choose_write_coding_system.
23617
236182008-02-01 Kenichi Handa <handa@m17n.org>
23619
23620 * charset.c (Fset_charset_priority): Pay attention to duplicated
23621 arguments.
23622
23623 * coding.c (QCcategory): New variable.
23624 (syms_of_coding): Defsym it. Set all elements of
23625 Vcoding_category_table and their symbol values.
23626 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
23627 coding-category-XXX, and coding-category-list.
23628 (Fdefine_coding_system_internal): Add category in the plist.
23629
236302008-02-01 Kenichi Handa <handa@m17n.org>
23631
23632 * callproc.c (Fcall_process): Handle carryover correctly.
23633
23634 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
23635 (raw_text_coding_system): Check NILP (coding_system).
23636 (coding_inherit_eol_type): Check NILP (coding_system) and
23637 NILP (parent).
23638 (consume_chars): Fix for the case of raw-text.
23639
23640 * process.c (read_process_output): Handle carryover correctly.
23641
236422008-02-01 Dave Love <fx@gnu.org>
23643
23644 * regex.c (re_search_2): Fix last change.
23645
236462008-02-01 Kenichi Handa <handa@m17n.org>
23647
23648 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
23649 target_multibyte. Even in a unibyte case, return a converted
23650 multibyte char.
23651 (GET_CHAR_AFTER): New macro.
23652 (PATFETCH): Translate via multibyte char.
23653 (HANDLE_UNIBYTE_RANGE): Delete this macro.
23654 (SETUP_MULTIBYTE_RANGE): New macro.
23655 (regex_compile): Setup compiled code so that its multibyteness
23656 matches that of a target. Fix the handling of "[X-YZ]" using
23657 SETUP_MULTIBYTE_RANGE.
23658 (analyse_first) <charset>: For filling fastmap for all multibyte
23659 characters, don't check by BASE_LEADING_CODE_P.
23660 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
23661 the same as RE_MULTIBYTE_P (bufp) now.
23662 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
23663 (TARGET_CHAR_AND_LENGTH): Delete this macro.
23664 (TRANSLATE_VIA_MULTIBYTE): New macro.
23665 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
23666 It is the same as RE_MULTIBYTE_P (bufp) now.
23667 <exactn>: Translate via multibyte.
bba3e508
SM
23668 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.
23669 Don't translate it.
aac0c6e3
MR
23670 <charset, charset_not>: Fetch a character by
23671 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
23672 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
23673 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
23674 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
23675 by GET_CHAR_AFTER.
23676 (bcmp_translate): Likewise.
23677
23678 * search.c (compile_pattern): Check the member target_multibyte,
23679 not the member multibyte of buf.
23680
23681 * lread.c (read1): While reading a string, set force_singlebyte
23682 and force_multibyte correctly.
23683
23684 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
23685 up of unibyte_to_multibyte_table.
23686
236872008-02-01 Kenichi Handa <handa@m17n.org>
23688
23689 * coding.c (setup_coding_system): If coding has
23690 post-read-conversion or pre-write-conversion, set
23691 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
23692 respectively.
23693 (decode_coding_gap): Run post-read-conversion if any.
23694
23695 * fileio.c (Finsert_file_contents): Even if we read into a
23696 unibyte buffer, check if we must decode the result or not.
23697
236982008-02-01 Kenichi Handa <handa@m17n.org>
23699
23700 * coding.c (make_conversion_work_buffer): Change the work buffer
23701 name to the same one as that of Emacs 21.
23702
237032008-02-01 Kenichi Handa <handa@m17n.org>
23704
23705 * coding.h (make_conversion_work_buffer): Adjust prototype.
23706 (code_conversion_restore): Don't extern it.
23707
23708 * coding.c (detected_mask): Delete unused variable.
23709 (decode_coding_iso_2022): Pay attention to the byte sequence of
23710 CTEXT extended segment, and retain those bytes as is.
23711 (decode_coding_ccl): Delete unused variable `valids'.
23712 (setup_coding_system): Delete unused variable `category'.
23713 (consume_chars): Delete unused variable `category'. Make it work
23714 for non-multibyte case.
23715 (make_conversion_work_buffer): Change argument.
23716 (saved_coding): Delete unused variable.
23717 (code_conversion_restore): Don't check saved_coding->destination.
23718 (code_conversion_save): New function.
23719 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
23720 instead of record_unwind_protect.
23721 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
23722 (detect_coding_system): Delete unused variable `mask'.
23723 (Fdefine_coding_system_internal): Delete unused variable id.
23724
23725 * fileio.c (kill_workbuf_unwind): New function.
23726 (Finsert_file_contents): On replacing, call
23727 make_conversion_work_buffer with correct args, and call
23728 record_unwind_protect with the first arg kill_workbuf_unwind.
23729
23730 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
23731
237322008-02-01 Kenichi Handa <handa@m17n.org>
23733
23734 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
23735 (fontset_add): Fix for the case that TO is less than TO1.
23736 (Ffontset_info): Don't use fallback fontset on checking the
23737 default fontset.
23738 (dump_fontset): New function for debugging.
23739
23740 * coding.c (Fdefine_coding_system_internal): Fix for the case that
23741 coding_type is Qcharset.
23742
237432008-02-01 Kenichi Handa <handa@m17n.org>
23744
23745 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
23746 (map_char_table): Don't inherit the value from the parent on
23747 initializing VAL. Adjust for the above change.
23748
237492008-02-01 Kenichi Handa <handa@m17n.org>
23750
23751 * coding.c (Qsignature, Qendian): Delete these variables.
23752 (syms_of_coding): Don't initialize them.
23753 (CATEGORY_MASK_UTF_16_AUTO): New macro.
23754 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
23755 detect_info->found.
23756 (decode_coding_utf_16): Don't detect BOM here.
23757 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
23758 is NOT utf_16_without_bom.
23759 (setup_coding_system): For a coding system of type utf-16, check
23760 if the attribute :endian is Qbig or not (not nil or not), and set
23761 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
23762 (detect_coding): If coding type is utf-16 and BOM detection is
23763 required, detect it.
23764 (Fdefine_coding_system_internal): For a coding system of type
23765 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
23766
237672008-02-01 Kenichi Handa <handa@m17n.org>
23768
23769 * coding.c (coding_set_source): Fix for the case that the current
23770 buffer is different from coding->src_object.
23771 (decode_coding_object): Don't use the conversion work buffer if
23772 DST_OBJECT is a buffer.
23773
237742008-02-01 Dave Love <fx@gnu.org>
23775
23776 * lread.c (read_emacs_mule_char) [len==2]: Index
23777 emacs_mule_charset correctly.
23778
237792008-02-01 Dave Love <fx@gnu.org>
23780
23781 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
23782 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
23783 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
23784 treated specially.)
23785 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
23786 (detected_mask): Remove Big5 bits.
23787
237882008-02-01 Kenichi Handa <handa@m17n.org>
23789
23790 The following changes are to make the font rescaling facility
23791 compatible with Emacs 21.
23792
23793 * xfaces.c (Vface_font_rescale_alist): Rename from
23794 Vface_resizing_fonts.
23795 (struct font_name): Rename member resizing_ratio to rescale_ratio.
23796 (font_rescale_ratio): Rename from font_resizing_ratio.
23797 (split_font_name): Set font->rescale_ratio.
23798 (better_font_p): Pay attention to font->rescale_ratio.
23799 (build_scalable_font_name): Likewise. Change RESX, and RESY
23800 fields.
23801 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
23802
238032008-02-01 Kenichi Handa <handa@m17n.org>
23804
23805 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
23806 (Qutf_16_le): Remove these variables.
23807 (syms_of_coding): Don't DEFSYM them.
23808 (decode_coding_utf_16): Fix handling of BOM.
23809 (encode_coding_utf_16): Fix handling of BOM.
23810
238112008-02-01 Kenichi Handa <handa@m17n.org>
23812
23813 * fileio.c (Finsert_file_contents): On replacing, before decoding
23814 the file into the work buffer, set point of the work buffer to the end.
23815
238162008-02-01 Dave Love <fx@gnu.org>
23817
23818 * coding.c (Fcheck_coding_systems_region): Fix type errors.
23819
238202008-02-01 Dave Love <fx@gnu.org>
23821
23822 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
23823 and fix C types.
23824
238252008-02-01 Kenichi Handa <handa@m17n.org>
23826
23827 * xdisp.c (SKIP_GLYPHS): New macro.
23828 (set_cursor_from_row): Pay attention to string display properties.
23829
23830 * category.c (copy_category_entry): Fix for the case that RANGE
23831 is an integer.
23832
23833 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
23834
23835 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
23836
238372008-02-01 Kenichi Handa <handa@m17n.org>
23838
23839 * charset.c (Fcharset_id_internal): New function.
23840 (syms_of_charset): Defsubr it.
23841
23842 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
23843 with the last arg charset_list acquired from coding.
23844 (Fdefine_coding_system_internal): For ccl-based coding system, fix
23845 the attribute coding_attr_ccl_valids.
23846
23847 * coding.h (enum define_coding_ccl_arg_index): Set the first
23848 member coding_arg_ccl_decoder to coding_arg_max.
23849
23850 * ccl.h (ccl_driver): Adjust prototype.
23851
23852 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
23853 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 23854 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
23855 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
23856 last arg Qnil.
23857
238582008-02-01 Kenichi Handa <handa@m17n.org>
23859
23860 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
23861 call encode_char.
23862
23863 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
23864
238652008-02-01 Dave Love <fx@gnu.org>
23866
23867 * composite.c (syms_of_composite): Make composition_hash_table weak.
23868
238692008-02-01 Kenichi Handa <handa@m17n.org>
23870
23871 * dispextern.h (check_face_attributes, generate_ascii_font_name)
23872 (font_name_registry): Don't extern them.
23873 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
23874
23875 * fontset.h (Qfontset): Don't extern it.
23876 (new_fontset_from_font_name): Extern it.
23877
23878 * fontset.c: Give 8 extra slots to fontset objects.
23879 (Qfontset_info): New variable.
23880 (syms_of_fontset): Defsym it.
23881 (FONTSET_FALLBACK): New macro.
23882 (fontset_face): Try also the default fontset.
23883 (make_fontset): Realize a fallback fontset from the default fontset.
23884 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
23885 using split_font_name_into_vector and build_font_name_from_vector.
23886 (Fset_fontset_font): Access the elements of font_spec by enum
23887 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
23888 name by using split_font_name_into_vector.
23889 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
bba3e508
SM
23890 generate a proper font name from the fontset name.
23891 Update Vfontset_alias_alist.
aac0c6e3
MR
23892 (n_auto_fontsets): New variable.
23893 (new_fontset_from_font_name): New function.
23894 (Ffont_info): Store the information about fonts generated from the
23895 default fontset in the first extra slot of the returned char-table.
23896
23897 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
23898 (font_name_registry): Delete function.
23899 (split_font_name_into_vector): New function.
23900 (build_font_name_from_vector): New function.
23901 (font_list): The argument REGISTRY is now a list of registry names.
23902 (choose_face_font): If we are choosing an ASCII font, and ATTRS
23903 specifies an explicit font name, return the name as is. Make a
23904 list of registy names.
23905
23906 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
23907 of x_new_fontset.
23908 (Fx_create_frame): Don't call x_new_fontset here. Just use
23909 x_list_fonts to check the existence of fonts.
23910
23911 * xterm.h (x_new_fontset): Adjust prototype.
23912
23913 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
23914 string. Use new_fontset_from_font_name to create a fontset from a
23915 font name.
23916
239172008-02-01 Kenichi Handa <handa@m17n.org>
23918
23919 * syntax.c (Vfind_word_boundary_function_table): New name for
23920 Vnext_word_boundary_function_table.
23921 (find-word-boundary-function-table): New name for
23922 next-word-boundary-function-table.
23923
239242008-02-01 Dave Love <fx@gnu.org>
23925
23926 * Makefile.in: Fix some dependencies.
23927
23928 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
23929 set it to nil before returning.
23930
23931 * composite.c (update_compositions): Fix type error.
23932
23933 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
23934
239352008-02-01 Kenichi Handa <handa@m17n.org>
23936
23937 * xterm.c (x_new_font): Optimize for the case that the font is
23938 already set for the frame.
23939
239402008-02-01 Kenichi Handa <handa@m17n.org>
23941
23942 * chartab.c (char_table_ascii): Check if the char table contents
23943 is sub-char-table or not.
23944 (char_table_set, char_table_set_range): Fix argument to
23945 char_table_ascii.
23946
23947 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
23948 (detect_coding_utf_8, detect_coding_utf_16)
23949 (detect_coding_emacs_mule, detect_coding_iso_2022)
23950 (detect_coding_sjis, detect_coding_big5)
23951 (detect_coding_ccl, detect_coding_charset): Change argument MASK
23952 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
23953 sequence is valid in this coding system. Change callers.
23954 (MAX_ANNOTATION_LENGTH): New macro.
23955 (ADD_ANNOTATION_DATA): New macro.
bba3e508
SM
23956 (ADD_COMPOSITION_DATA): Change argument. Change callers.
23957 Call ADD_ANNOTATION_DATA. Change the format of annotation data.
aac0c6e3
MR
23958 (ADD_CHARSET_DATA): New macro.
23959 (emacs_mule_char): New argument ID. Change callers.
23960 (decode_coding_emacs_mule, decode_coding_iso_2022)
23961 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
23962 Produce charset annotation data in coding->charbuf.
23963 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
23964 to charset annotation data in coding->charbuf.
23965 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
23966 coding->common_flags if the coding system is iso-2022 based and
23967 uses designation.
23968 (produce_composition): Adjust for the new annotation data format.
23969 (produce_charset): New function.
23970 (produce_annotation): Handle charset annotation.
bba3e508
SM
23971 (handle_composition_annotation, handle_charset_annotation):
23972 New functions.
aac0c6e3
MR
23973 (consume_chars): Handle charset annotation. Utilize the above two
23974 functions.
23975 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
23976 buffer, get the deleted text as a string and set
23977 coding->src_object to that string.
23978 (detect_coding, detect_coding_system): Use the new struct
23979 coding_detection_info.
23980
23981 * coding.h (struct coding_detection_info): New structure.
23982 (struct coding_system): Adjust prototype of the member `detector'.
23983 (CODING_ANNOTATE_CHARSET_MASK): New macro.
23984
239852008-02-01 Kenichi Handa <handa@m17n.org>
23986
23987 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
23988
239892008-02-01 Dave Love <fx@gnu.org>
23990
23991 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
23992 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
23993 to new local and nullify apropos_accumulate before returning.
23994 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
23995
239962008-02-01 Kenichi Handa <handa@m17n.org>
23997
23998 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
23999 correctly.
e3eea1fc 24000
aac0c6e3
MR
240012008-02-01 Dave Love <fx@gnu.org>
24002
24003 * fns.c (Flanginfo): Call synchronize_system_time_locale.
24004
240052008-02-01 Kenichi Handa <handa@m17n.org>
24006
24007 The following changes are to make character composition happen
24008 automatically on displaying.
24009
24010 * Makefile.in (lisp, shortlisp): Add composite.elc.
24011
24012 * composite.h (Qauto_composed, Vauto_composition_function)
24013 (Qauto_composition_function): Extern them.
24014
24015 * composite.c (Vcomposition_function_table)
24016 (Qcomposition_function_table): Delete variables.
24017 (Qauto_composed, Vauto_composition_function)
24018 (Qauto_composition_function): New variables.
24019 (run_composition_function): Don't call
24020 compose-chars-after-function.
24021 (update_compositions): Clear `auto-composed' text property.
24022 (compose_chars_in_text): Delete this function.
24023 (syms_of_composite): Staticpro Qauto_composed and
24024 Qauto_composition_function. Declare Vauto_composition_function as
24025 a Lisp variable.
24026
24027 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
24028
24029 * xdisp.c (it_props): Add an entry for Qauto_composed.
24030 (handle_auto_composed_prop): New function.
24031
24032 * xselect.c (selection_data_to_lisp_data): Don't call
24033 compose_chars_in_text.
24034
240352008-02-01 Dave Love <fx@gnu.org>
24036
24037 * keyboard.c (read_char): Modify checking around use of
24038 Vkeyboard_translate_table.
24039
24040 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
24041 and fix C types.
24042
240432008-02-01 Kenichi Handa <handa@m17n.org>
24044
24045 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
24046 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
24047 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
24048 the case that the last byte is '\r' correctly.
24049 (decode_coding): Flush out the unprocessed data correctly.
24050 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
24051
240522008-02-01 Dave Love <fx@gnu.org>
24053
24054 * xterm.c (XTread_socket): Fix changes for defined keysyms.
24055 Add XK_ISO... case.
24056 (xaw_scroll_callback): Revert last change.
24057
240582008-02-01 Kenichi Handa <handa@m17n.org>
24059
24060 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
24061
240622008-02-01 Kenichi Handa <handa@m17n.org>
24063
24064 * xfaces.c (Vface_resizing_fonts): New variable.
24065 (struct font_name): New member `resizing_ratio'.
24066 (font_resizing_ratio): New function.
24067 (split_font_name): Set font->resizing_ratio.
24068 (better_font_p): Pay attention to font->resizing_ratio.
24069 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
24070 RESX, and RESY fields.
24071 (try_alternative_families): Try scalable fonts if
24072 Vscalable_fonts_allowed is not Qt.
24073 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
24074
240752008-02-01 Dave Love <fx@gnu.org>
24076
24077 * xterm.c (xaw_scroll_callback): Cast correctly.
24078
240792008-02-01 Dave Love <fx@gnu.org>
24080
24081 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
24082 (lispy_kana_keys): Comment out.
24083 (make_lispy_event) [XK_kana_A]: Comment out.
24084
24085 * xterm.c (xaw_scroll_callback): Cast call_data.
24086 (XTread_socket): Deal with ASCII keysyms.
24087 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
24088
240892008-02-01 Dave Love <fx@gnu.org>
24090
24091 * xterm.c (Vx_keysym_table): New.
24092 (syms_of_xterm): Initialize it.
24093 (XTread_socket): Use it.
24094 From head: Eliminate incorrect optimization that tried to avoid
24095 decoding the output of X*LookupString.
24096 (x_get_font_repertory): Delete charset declaration.
24097
240982008-02-01 Kenichi Handa <handa@m17n.org>
24099
24100 * coding.c (detect_coding_charset): If only ASCII bytes are found,
24101 return 0.
bba3e508
SM
24102 (Fdefine_coding_system_internal):
24103 Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
aac0c6e3
MR
24104
241052008-02-01 Dave Love <fx@gnu.org>
24106
24107 * coding.c (Fcheck_coding_system): Doc fix.
24108
24109 * editfns.c (Finsert_byte): Return a proper value.
24110
241112008-02-01 Kenichi Handa <handa@m17n.org>
24112
bba3e508
SM
24113 * coding.c (decode_coding): Fix args to translate_chars.
24114 Pay attention to Vstandard_translation_table_for_decode.
aac0c6e3
MR
24115 (encode_coding): Fix args to translate_chars. Pay attention to
24116 Vstandard_translation_table_for_encode.
24117
24118 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
24119 SINGLE_BYTE_CHAR_P.
24120
24121 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
24122 not by SINGLE_BYTE_CHAR_P.
24123
24124 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
24125 SINGLE_BYTE_CHAR_P.
24126
24127 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
24128 SINGLE_BYTE_CHAR_P.
24129
24130 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
24131 by SINGLE_BYTE_CHAR_P.
24132
24133 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
24134 SINGLE_BYTE_CHAR_P.
24135
241362008-02-01 Dave Love <fx@gnu.org>
24137
24138 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
24139
241402008-02-01 Dave Love <fx@gnu.org>
24141
24142 * fns.c (Flanginfo): Fix typo.
24143
24144 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
24145
241462008-02-01 Kenichi Handa <handa@m17n.org>
24147
24148 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
24149 (detect_coding_emacs_mule, detect_coding_iso_2022)
24150 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
24151 incomplete byte sequence. Don't update *mask when correctly detected.
24152 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
24153 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
24154 (detect_coding, detect_coding_system): Adjust for the changes above.
24155
241562008-02-01 Kenichi Handa <handa@m17n.org>
24157
24158 * character.c (char_string): Rename from
24159 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
24160 (string_char): Rename from string_char.
24161
24162 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
24163 if C is greater than MAX_3_BYTE_CHAR.
bba3e508
SM
24164 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE):
24165 Call string_char instead of string_char_with_unification.
aac0c6e3
MR
24166
241672008-02-01 Dave Love <fx@gnu.org>
24168
24169 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
24170
241712008-02-01 Kenichi Handa <handa@m17n.org>
24172
24173 * keymap.c (push_key_description): Pay attention to force_multibyte.
24174
24175 * regex.c (re_search_2): Fix for the case of unibyte buffer.
24176
241772008-02-01 Dave Love <fx@gnu.org>
24178
24179 * charset.c (define_charset_internal): Rename `supprementary'.
24180
24181 * Makefile.in (lisp, shortlisp): Remove latin-N.
24182
241832008-02-01 Dave Love <fx@gnu.org>
24184
24185 * xfns.c (x_window, x_window): Use use_xim.
24186
24187 * xterm.c (use_xim): Initialize.
24188 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
24189 (x_term_init): Maybe set use_xim.
24190
24191 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
24192
241932008-02-01 Kenichi Handa <handa@m17n.org>
24194
24195 * search.c (search_buffer): Fix case-fold-search of multibyte
24196 characters.
24197 (boyer_moore): Rename the last argument to char_high_bits.
24198
241992008-02-01 Kenichi Handa <handa@m17n.org>
24200
24201 * xdisp.c (display_string): Fix for the case of zero width glyph.
24202
24203 * xfns.c (x_set_font): Change the error message of the case that
24204 x_new_fontset returns Qt.
24205
24206 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
24207 (Finternal_set_lisp_face_attribute): Use signal_error for the
24208 error of invalid fontset.
24209
24210 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
24211 fontset, return Qt.
24212
242132008-02-01 Dave Love <fx@gnu.org>
24214
24215 * unexelf.c (unexec): Make .got handling not SGI-specific.
24216
24217 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
24218
24219 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
24220
24221 * keyboard.c (read_key_sequence): Fix type error.
24222
bba3e508
SM
24223 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte):
24224 Fix type error.
aac0c6e3
MR
24225
24226 * fontset.c (fontset_add): Return Lisp_Object.
24227
242282008-02-01 Dave Love <fx@gnu.org>
24229
24230 * charset.h (charset_ordered_list_tick): Declare extern.
24231
242322008-02-01 Kenichi Handa <handa@m17n.org>
24233
24234 The following changes (and some of 2008-02-01 changes of mine) are
24235 for handling syntax, category, and case conversion for unibyte
24236 characters by converting them to multibyte on the fly. With these
24237 changes, we don't have to setup syntax and case tables for unibyte
24238 characters in each language environment.
24239
24240 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
24241 multibyte if necessary.
24242
24243 * bytecode.c (Fbyte_code): Likewise.
24244
24245 * character.h (LEADING_CODE_LATIN_1_MIN)
24246 (LEADING_CODE_LATIN_1_MAX): New macros.
24247 (unibyte_to_multibyte_table): Extern it.
24248 (unibyte_char_to_multibyte): New macro.
24249 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
24250 (CHAR_LEADING_CODE): New macro.
24251 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
24252
24253 * character.c (unibyte_to_multibyte_table): New variable.
24254 (unibyte_char_to_multibyte): Move to character.h and define as macro.
24255 (multibyte_char_to_unibyte): If C is an eight-bit character,
24256 convert it to the corresponding byte value.
24257
24258 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
24259 not 1, signals an error. Update the elements of
24260 unibyte_to_multibyte_table.
24261 (init_charset_once): Initialize unibyte_to_multibyte_table.
24262 (syms_of_charset): Define the charset `iso-8859-1'.
24263
24264 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
24265 as is without converting it to unibyte. In a unibyte buffer,
24266 convert C to multibyte before checking the syntax.
24267
24268 * lisp.h (unibyte_char_to_multibyte): Delete extern.
24269
24270 * minibuf.c (Fminibuffer_complete_word): Use the macro
24271 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
24272
24273 * regex.h (struct re_pattern_buffer): New member target_multibyte.
24274
24275 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
bba3e508
SM
24276 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.
24277 If that is zero, convert an eight-bit char to multibyte.
aac0c6e3
MR
24278 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
24279 non-emacs case.
24280 (PATFETCH): Convert an eight-bit char to multibyte.
24281 (HANDLE_UNIBYTE_RANGE): New macro.
24282 (regex_compile): Setup the compiled pattern for multibyte chars
24283 even if the given regex string is unibyte. Use PATFETCH_RAW
24284 instead of PATFETCH in many places. To handle `charset'
24285 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
24286 only for ASCII chars.
24287 (analyse_first) <exactn>: Simplify because the compiled pattern
24288 is multibyte.
24289 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
24290 <charset>: Use CHAR_LEADING_CODE to get leading codes.
24291 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
24292 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
24293 multibyte always 1.
24294 (re_search_2): In emacs, set the locale variable multibyte to 1,
24295 otherwise to 0. New local variable target_multibyte. Check it
bba3e508
SM
24296 to decide the multibyteness of STR1 and STR2.
24297 If target_multibyte is zero, convert unibyte chars to multibyte
aac0c6e3
MR
24298 before translating and checking fastmap.
24299 (TARGET_CHAR_AND_LENGTH): New macro.
24300 (re_match_2_internal): In emacs, set the locale variable multibyte
bba3e508
SM
24301 to 1, otherwise to 0. New local variable target_multibyte.
24302 Check it to decide the multibyteness of STR1 and STR2.
24303 Use TARGET_CHAR_AND_LENGTH to fetch a character from D.
aac0c6e3
MR
24304 <charset, charset_not>: If multibyte is nonzero, check fastmap
24305 only for ASCII chars. Call bcmp_translate with
24306 target_multibyte, not with multibyte.
24307 <begline>: Declare the local variable C as `unsigned'.
24308 (bcmp_translate): Change the last arg name to target_multibyte.
24309
24310 * search.c (compile_pattern_1): Don't adjust the multibyteness of
24311 the regexp pattern and the matching target. Set cp->buf.multibyte
24312 to the multibyteness of the regexp pattern. Set
24313 cp->but.target_multibyte to the multibyteness of the matching target.
24314 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
24315 FETCH_STRING_CHAR_ADVANCE.
24316 (Freplace_match): Convert unibyte chars to multibyte.
24317
24318 * syntax.c (char_quoted, back_comment, scan_words)
24319 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
24320 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
24321 unibyte chars to multibyte.
24322 (skip_chars): Delete the arg syntaxp, and move the code for
24323 handling syntaxes to skip_syntaxes. Change callers.
24324 Fix the case that the multibyteness of STRING and the current
24325 buffer doesn't match.
24326 (skip_syntaxes): New function.
24327 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
24328 SINGLE_BYTE_CHAR_P.
24329
243302008-02-01 Kenichi Handa <handa@m17n.org>
24331
24332 * xfaces.c (QCfontset): New variable.
24333 (LFACE_FONTSET): New macro.
24334 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
24335 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
24336 (Finternal_set_lisp_face_attribute)
24337 (Finternal_get_lisp_face_attribute): Handle QCfontset.
24338 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
24339 check also LFACE_FONTSET_INDEX.
24340 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
24341 attrs[LFACE_FONT_INDEX].
24342 (syms_of_xfaces): Intern and staticpro QCfontset.
24343
24344 * dispextern.h (enum lface_attribute_index): New member
24345 LFACE_FONTSET_INDEX.
24346
24347 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
24348
243492008-02-01 Kenichi Handa <handa@m17n.org>
24350
24351 * coding.c (coding_set_destination): Fix coding->destination for
24352 the case converting a region.
24353 (encode_coding_utf_8): Encode eight-bit chars as single byte.
24354 (encode_coding_object): Fix coding->dst_pos and
24355 coding->dst_pos_byte for the case converting a region.
24356
24357 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
24358
24359 * character.h (BYTE8_STRING): New macro.
24360
24361 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
24362
243632008-02-01 Kenichi Handa <handa@m17n.org>
24364
24365 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
24366 characters by octal form.
24367
24368 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
24369
24370 * buffer.h (_fetch_multibyte_char_len): Delete extern.
24371 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
24372 _fetch_multibyte_char_len.
24373 (FETCH_CHAR_AS_MULTIBYTE): New macro.
24374
24375 * casetab.c (set_canon, set_identity, shuffle): Simplify.
24376
24377 * casefiddle.c (casify_object): Simplify. Handle the case that
24378 the case conversion change the byte length.
24379 (casify_region): Likewise.
24380
24381 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
24382
24383 * character.c (_fetch_multibyte_char_len): Delete this variable.
24384 (syms_of_character): Setup Vprintable_chars.
24385
24386 * editfns.c (Fchar_equal): Fix for the unibyte case.
24387 (Finsert_byte): New function.
24388 (syms_of_editfns): Defsubr it.
24389
24390 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
24391 of direct code 0x3ffff.
24392
24393 * search.c (Freplace_match): Fix for the unibyte case.
24394
243952008-02-01 Kenichi Handa <handa@m17n.org>
24396
24397 * lread.c (safe_to_load_p): Fix the logic.
24398
24399 * syntax.c (scan_words): Don't treat characters belonging to
24400 different scripts as constituting a word.
24401
24402 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24403
24404 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
24405
24406 * emacs.c (main): In the case of --unibyte, instead of aborting on
24407 finding non-empty buffer, make it unibyte.
24408
244092008-02-01 Kenichi Handa <handa@m17n.org>
24410
24411 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
24412 to create a fontset.
24413
244142008-02-01 Dave Love <fx@gnu.org>
24415
24416 * character.c (Funibyte_char_to_multibyte): Doc fix.
24417
24418 * xfns.c [HAVE_STDLIB_H]: Fix last change.
24419
244202008-02-01 Kenichi Handa <handa@m17n.org>
24421
24422 * fontset.c (fontset_add): Make the type `int'.
24423 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
24424
24425 * character.c (unibyte_char_to_multibyte)
24426 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
24427 charset_unibyte, not charset_primary.
24428
24429 * charset.h (charset_unibyte): Extern it instead of charset_primary.
24430
24431 * charset.c (charset_unibyte): Rename from charset_primary.
24432 (Funibyte_charset): Rename from Fprimary_charset.
24433 (Fset_unibyte_charset): Rename from Fset_primary_charset.
24434 (syms_of_charset): Adjust for the above changes.
24435
24436 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24437 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24438 it->multibyte_p is zero.
24439
24440 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
24441 Delete extern.
24442
244432008-02-01 Kenichi Handa <handa@m17n.org>
24444
24445 * coding.c (Fdefine_coding_system_internal): Fix category setting
24446 for a coding system of type iso-2022.
24447
244482008-02-01 Kenichi Handa <handa@m17n.org>
24449
24450 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
24451
244522008-02-01 Kenichi Handa <handa@m17n.org>
24453
24454 * syntax.c (Vnext_word_boundary_function_table): New variable.
24455 (next-word-boundary-function-table): Declare it as a Lisp variable
24456 in syms_of_syntax.
24457 (scan_words): Call functions in Vnext_word_boundary_function_table
24458 if any.
24459
24460 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
24461
24462 * fontset.c (fs_load_font): If fontp->charset is not negative,
24463 return fontp without setting its members.
24464
244652008-02-01 Dave Love <fx@gnu.org>
24466
24467 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
24468
24469 * m/sparc.h (HAVE_ALLOCA): Delete.
24470
24471 * s/irix6-5.h: Don't include strings.h.
24472 (bcopy, bzero, bcmp): Don't undef.
24473
24474 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
24475
24476 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
24477 (TIOCSIGSEND): Don't test IRIX6.
24478 (bcopy, bzero, bcmp): Define conditionally.
24479
244802008-02-01 Kenichi Handa <handa@m17n.org>
24481
24482 * buffer.c (Qas, Qmake, Qto): New variables.
24483 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
24484 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
24485
24486 * callproc.c (Fcall_process): Don't call insert_1_both directly if
24487 we are inserting a process output into a multibyte buffer.
24488
24489 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
24490 multibyte_char_to_unibyte.
24491
24492 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
24493 by the primary charset, make it eight-bit char.
24494 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
24495
24496 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
24497 (charset_8_bit__control, charset_8_bit_graphic)
24498 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
24499 (define_charset_internal): New function.
24500 (syms_of_charset): Call define_charset_internal for pre-defined
24501 charsets.
24502
24503 * charset.h (charset_8_bit): Extern it.
24504
24505 * coding.c (make_conversion_work_buffer): Adjust for the change
24506 of Fset_buffer_multibyte.
24507 (encode_coding_raw_text): Increment p0 in the loop.
24508
24509 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
24510
bba3e508
SM
24511 * xdisp.c (setup_echo_area_for_printing, set_message_1):
24512 Adjust for the change of Fset_buffer_multibyte.
aac0c6e3
MR
24513
24514 * fns.c (Fstring_to_multibyte): New function.
24515 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
24516
245172008-02-01 Dave Love <fx@gnu.org>
24518
24519 * xfns.c (x_put_x_image): Declare args.
24520
24521 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
24522 (try_font_list): Declare an arg.
24523
24524 * xdisp.c (message2_nolog, set_message): Declare an arg.
24525
24526 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
24527
24528 * syntax.c (scan_sexps_forward): Declare an arg.
24529
24530 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
24531 Declare an arg.
24532
24533 * lisp.h (Fnew_fontset): Declare.
24534
24535 * keymap.c (push_key_description): Call CHARACTERP correctly.
24536
24537 * fontset.c (fontset_add): Declare args. Call make_number correctly.
24538 (face_for_char): Delete unused vars.
24539 (Fset_fontset_font): Doc fix. Delete unused vars.
24540
24541 * doc.c (Fsubstitute_command_keys): Delete unused vars.
24542
24543 * composite.c (update_compositions): Declare arg.
24544
24545 * cm.c (calccost, cmgoto): Declare args.
24546
24547 * charset.c: Remove `emacs' conditional. Doc fixes.
24548 (map_char_table_for_charset): Declare.
24549
24550 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
24551
24552 * ccl.c: Remove `emacs' conditional.
24553
245542008-02-01 Kenichi Handa <handa@m17n.org>
24555
24556 The following changes are to allow specifying multiple font
24557 patterns for a character range (specified by script or charset).
24558
24559 * Makefile.in (abbrev.o): Depend on syntax.h.
24560 (xfaces.o): Depend on charset.h.
24561
24562 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
24563 SINGLE_BYTE_CHAR_P.
24564
24565 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
24566
24567 * character.h (Vchar_script_table): Extern it.
24568
24569 * character.c (Vscript_alist): Delete.
24570 (Vchar_script_table, Qchar_script_table): New variable.
24571 (syms_of_character): Declare Vchar_script_table as a lisp variable
24572 and initialize it.
24573
24574 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
24575 have property char-table-extra-slots, make no extra slot.
24576
24577 * dispextern.h (struct face): Delete member `charset'.
24578 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
24579 SINGLE_BYTE_CHAR_P.
24580 (choose_face_font, lookup_non_ascii_face, font_name_registry):
24581 Add prototypes.
24582 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
24583 (generate_ascii_font_name): Rename from generate_ascii_font.
24584
24585 * fontset.h (get_font_repertory_func): New prototype.
24586 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
24587 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
24588
24589 * fontset.c (Qprepend, Qappend): New variables.
24590 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
24591 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
24592 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
24593 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
24594 (fontset_ref_and_range, fontset_add, reorder_font_vector)
24595 (load_font_get_repertory): New functions.
24596 (fontset_set): Delete.
24597 (fontset_face): New arg FACE. Return face ID, not face.
24598 Complete re-write to handle new fontset structure. Change caller.
24599 (free_face_fontset): Use ASET istead of AREF (X) = Y.
24600 (face_for_char): Don't call lookup_face.
24601 (make_fontset_for_ascii_face): New arg FACE.
24602 (fs_load_font): New arg CHARSET_ID. Don't check
24603 Vfont_encoding_alist here.
24604 (find_font_encoding): New function.
24605 (list_fontsets): Use STRINGP, not ! NILP.
24606 (accumulate_script_ranges): New function.
bba3e508
SM
24607 (Fset_fontset_font, Fnew_fontset, Ffontset_info):
24608 Completely re-written to handle new fontset structure.
aac0c6e3 24609 (Ffontset_font): Return a copy of element.
bba3e508
SM
24610 (syms_of_fontset): Define symbols Qprepend and Qappend.
24611 Fix docstring of font-encoding-alist.
aac0c6e3
MR
24612
24613 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
24614 (Fset_fotset_font): Fix arguments to 5.
24615
24616 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
24617
24618 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
24619 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24620 (highlight_trailing_whitespace): Adjust for the change of
24621 lookup_named_face.
24622
24623 * xfaces.c: Include charset.h.
24624 (load_face_font): Delete argument C. Change caller.
24625 (generate_ascii_font_name): Rename from generate_ascii_font.
24626 (font_name_registry): New function.
24627 (cache_face): Store ascii faces before non-ascii faces in buckets.
24628 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
24629 Lookup only ascii faces.
24630 (lookup_non_ascii_face): New function.
24631 (lookup_named_face): Delete argument C. Change caller.
24632 (lookup_derived_face): Delete argument C. Change caller.
24633 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
24634 a string, just call font_list with it.
24635 (choose_face_font): Delete arguments FACE and C. New arg
24636 FONT_SPEC. Change caller.
24637 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
24638 Change caller.
24639 (realize_non_ascii_face): New function.
24640 (realize_x_face): Call load_face_font here.
24641 (realize_tty_face): Delete argument C. Change caller.
24642 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
24643 get a face ID.
24644 (dump_realized_face): Don't print charset of FACE.
24645
24646 * xfns.c (x_set_font): Always call x_new_fontset and
24647 store_frame_parameter.
24648 (Fx_create_frame): Call x_new_fontset, not x_new_font.
24649 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
24650
24651 * xterm.h (x_get_font_repertory): Extern it.
24652
24653 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24654 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24655 it->multibyte_p is zero.
24656 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24657 (x_new_fontset): If FONTSETNAME doesn't match any existing
24658 fontsets, create a new one.
24659 (x_get_font_repertory): New function.
24660
246612008-02-01 Kenichi Handa <handa@m17n.org>
24662
24663 * coding.c (Ffind_coding_systems_region_internal): Detect an
24664 ASCII only string correctly.
24665
24666 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
24667 version is 0.
24668
246692008-02-01 Kenichi Handa <handa@m17n.org>
24670
24671 * lread.c: Include "coding.h".
24672 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
24673 (load_each_byte, unread_char): New variables.
24674 (readchar_backlog): Delete.
24675 (readchar): Return a character unless load_each_byte is nonzero.
24676 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
24677 cons. If unread_char is not -1, simply return it.
24678 (unreadchar): Handle the case that readcharfun is
24679 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
24680 (read_multibyte): Delete.
24681 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
24682 (read_emacs_mule_char): New functions.
24683 (Fload): Even if the file doesn't have the extension ".elc", if
24684 safe_to_load_p returns a positive version number, assume that the
24685 file contains bytecompiled code. If the version is less than 22,
24686 load the file while decoding multibyte sequences by emacs-mule.
24687 (readevalloop): Don't use readchar_backlog.
24688 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
24689 (Fread_from_string): Pay attention to the case that STREAM is a cons.
24690 (read_escape): Delete the arg BYTEREP.
24691 (read1): Set load_each_byte to 1 temporarily while handling
24692 #@NUMBER. Don't call read_multibyte.
24693 (read_vector): Call Fread with a cons. If readcharfun is
24694 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
24695 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
24696 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
24697 and Qload_force_doc_strings.
24698
246992008-02-01 Kenichi Handa <handa@m17n.org>
24700
bba3e508
SM
24701 * xdisp.c (face_before_or_after_it_pos):
24702 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
aac0c6e3
MR
24703
247042008-02-01 Kenichi Handa <handa@m17n.org>
24705
24706 * character.h (TRAILING_CODE_P): New macro.
24707 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
24708 (string_char_with_unification): Fix prototype.
24709 (Vscript_alist): Extern it.
24710
24711 * character.c (Vscript_alist): New variable.
24712 (string_char_with_unification, str_as_unibyte)
24713 (string_escape_byte8): Add `const' to local variables.
24714 (syms_of_character): Declare script-alist as a Lisp variable.
24715
24716 * charset.h (Vcharset_ordered_list): Extern it.
24717 (charset_ordered_list_tick): Extern it.
24718 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
24719 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
24720 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
24721 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
24722 (Funify_charset): Adjust for the change of Funify_charset.
24723
24724 * charset.c (charset_ordered_list_tick): New variable.
24725 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
24726 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 24727 deunify instead of unify a charset.
aac0c6e3
MR
24728 (string_xstring_p): Add `const' to local variables.
24729 (find_charsets_in_text): Add `const' to arguments and local variables.
bba3e508
SM
24730 (encode_char): Adjust for the change of Funify_charset.
24731 Fix detecting of invalid code.
aac0c6e3
MR
24732 (Fset_charset_priority): Increment charset_ordered_list_tick.
24733 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
24734 and TO_CODE.
24735
24736 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
24737 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
24738 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
24739 (decode_coding_ccl, consume_chars)
24740 (Ffind_coding_systems_region_internal)
24741 (Fcheck_coding_systems_region): Add `const' to local variables.
24742
24743 * print.c (print_object): Use octal form for printing the
24744 contents of a bool vector.
24745
247462008-02-01 Dave Love <fx@gnu.org>
24747
24748 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
24749 <version == 20>: Refuse to load.
24750
247512008-02-01 Dave Love <fx@gnu.org>
24752
24753 * fns.c: Move coding.h.
24754 (Qcodeset, Qdays, Qmonths): New.
24755 (concat): Use CHARACTERP instead of INTEGERP.
24756 (Flocale_codeset): Delete.
24757 (Flanginfo): New function.
24758 (syms_of_fns): Change accordingly.
24759
24760 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
24761
247622008-02-01 Dave Love <fx@gnu.org>
24763
bba3e508
SM
24764 * casetab.c (init_casetab_once, init_casetab_once):
24765 Fix CHAR_TABLE_SET call.
aac0c6e3
MR
24766
24767 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
24768
24769 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
24770
24771 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
24772 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
24773 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
24774
24775 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
24776
24777 * coding.c (ENCODE_DESIGNATION, decode_eol)
24778 (make_conversion_work_buffer, code_conversion_restore)
24779 (Fdefine_coding_system_internal): Convert Lisp types.
24780 (code_conversion_restore): Use EQ, not ==.
24781 (Fencode_coding_string): Fix code_convert_string call.
24782
24783 * coding.h (code_convert_region): Fix prototype.
24784
24785 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
24786
24787 * fontset.c (fontset_ref, fontset_set, fs_load_font)
24788 (Ffontset_info): Convert Lisp types.
24789
24790 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
24791
24792 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
24793
24794 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
24795
24796 * chartab.c: Include "...h", not <...h> in some cases.
24797
24798 * callproc.c (Fcall_process): Remove unused variables.
24799
248002008-02-01 Dave Love <fx@gnu.org>
24801
24802 * coding.c (Fset_coding_system_priority): Allow null arg list.
24803
248042008-02-01 Dave Love <fx@gnu.org>
24805
24806 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
24807 (Fself_insert_and_exit): Use CHARACTERP.
24808
24809 * callproc.c (Fcall_process): Remove unused vars.
24810
24811 * xterm.c (XTread_socket): Add extra dead keysyms.
24812
24813 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
24814
24815 * dispextern.h: Remove prototypes for redraw_frame,
24816 redraw_garbaged_frames.
24817
24818 * cmds.c (Fself_insert_command): Use CHARACTERP.
24819
24820 * chartab.c (make_sub_char_table): Remove unused var.
24821 (Fset_char_table_default, Fmap_char_table): Doc fix.
24822
24823 * keymap.c (access_keymap): Remove generic char code.
24824 (push_key_description): Use CHARACTERP.
24825
248262008-02-01 Dave Love <fx@gnu.org>
24827
24828 * charset.c: Doc fixes.
24829 (Funify_charset): Extra checking.
24830
248312008-02-01 Dave Love <fx@gnu.org>
24832
24833 * lread.c: Remove some unused variables.
24834 (safe_to_load_p): If safe, return the magic number version byte.
24835 (Fload): Maybe use load-with-code-conversion.
24836
248372008-02-01 Kenichi Handa <handa@m17n.org>
24838
24839 * category.c (Fmodify_category_entry): Don't modify the contents
bba3e508
SM
24840 of category_set for characters out of the range.
24841 Avoid unnecessary modification.
aac0c6e3
MR
24842
24843 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
24844 Vchar_unify_table. The default value of the table is now nil.
24845
24846 * character.c (syms_of_character): Setup Vchar_width_table for
24847 eight-bit-control and raw-byte chars.
24848
bba3e508
SM
24849 * charset.h (enum define_charset_arg_index):
24850 Delete charset_arg_parents and add charset_arg_subset and
aac0c6e3
MR
24851 charset_arg_superset.
24852 (enum charset_attr_index): Delete charset_parents and add
24853 charset_subset and charset_superset.
24854 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
24855 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
24856 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
24857 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
24858 (CHARSET_SUPERSET): New macros.
24859 (charset_work): Extern it.
24860 (ENCODE_CHAR): Use charset_work.
24861 (CHAR_CHARSET_P): Adjust for the change of encoder format.
24862 (map_charset_chars): Extern it.
24863
24864 * charset.c (load_charset_map): Set the default value of encoder
24865 and deunifier char-tables to nil.
bba3e508
SM
24866 (map_charset_chars): Change argument. Change callers.
24867 Use map_char_table_for_charset instead of map_char_table.
aac0c6e3
MR
24868 (Fmap_charset_chars): New optional args from_code and to_code.
24869 (Fdefine_charset_internal): Adjust for the change of
24870 `define-charset' (:parents -> :subset or :superset).
24871 (charset_work): New variable.
24872 (encode_char, syms_of_charset): Adjust for the change of
24873 Fdefine_charset_internal.
24874 (Ffind_charset_string): Setup the vector `charsets' correctly.
24875
bba3e508
SM
24876 * chartab.c (sub_char_table_ref_and_range): New arg default.
24877 Fix the previous change.
aac0c6e3
MR
24878 (char_table_ref_and_range): Adjust for the above change.
24879 (map_sub_char_table_for_charset): New function.
24880 (map_char_table_for_charset): New function.
24881
24882 * keymap.c (describe_vector): Handle a char-table directly here.
24883 (describe_char_table): Delete.
24884
24885 * lisp.h (map_charset_chars): Delete.
24886
248872008-02-01 Dave Love <fx@gnu.org>
24888
24889 * fns.c (count_combining): Comment out (unused).
24890 (Flocale_codeset): New.
24891 (syms_of_fns): Defsubr it.
24892
24893 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
24894 (size_t): Remove.
24895
248962008-02-01 Dave Love <fx@gnu.org>
24897
24898 * Makefile.in (chartab.o): Depend on charset.h.
24899
249002008-02-01 Kenichi Handa <handa@m17n.org>
24901
24902 * character.c (syms_of_character): Set the default value of
24903 Vprintable_chars to Qnil.
24904
249052008-02-01 Dave Love <fx@gnu.org>
24906
24907 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
24908
249092008-02-01 Kenichi Handa <handa@m17n.org>
24910
24911 * charset.c (load_charset_map): Handle the case that from < to
24912 correctly.
24913
24914 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
24915 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
24916 Pay attention to raw-8-bit chars.
24917
249182008-02-01 Kenichi Handa <handa@m17n.org>
24919
24920 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
24921 It is not bytecompiled now.
24922
24923 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
24924 (charset_jisx0208): New variables.
24925 (Fdefine_charset_internal): Setup them if appropriate.
24926 (init_charset_once): Initialize them to -1.
24927
24928 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
24929 (charset_jisx0208): Extern them.
24930
24931 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
24932 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
24933 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
24934 (setup_iso_safe_charsets): Fix arguments to Fassq.
24935 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
24936 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
24937 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
24938 (encode_coding_iso_2022): Change the 1st arg to
24939 ENCODE_ISO_CHARACTER to a variable.
24940
249412008-02-01 Kenichi Handa <handa@m17n.org>
24942
24943 * charset.h (enum define_charset_arg_index): New enums
24944 charset_arg_min_code and charset_arg_max_code.
24945 (struct charset): New member char_index_offset.
24946
24947 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
24948 Take charset->char_index_offset into account.
24949 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
24950 args[charset_arg_max_code]. Setup charset.char_index_offset.
24951 (syms_of_charset): Fix args to Fdefine_charset_internal.
24952
249532008-02-01 Dave Love <fx@gnu.org>
24954
24955 * coding.c (decode_coding_utf_8): Reject overlong sequences.
24956
249572008-02-01 Dave Love <fx@gnu.org>
24958
24959 * coding.c: Doc fixes.
24960 (Fcoding_system_aliases): Fix return value.
24961 (Qmac): Remove (duplicated) definition.
24962
249632008-02-01 Dave Love <fx@gnu.org>
24964
362654a6
JB
24965 * charset.c (Fcharset_priority_list, Fset_charset_priority):
24966 New functions.
aac0c6e3
MR
24967
24968 * character.c (Fstring): Doc fix.
24969
24970 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
24971
362654a6 24972 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
24973 (font-encoding-alist): Doc fix.
24974
249752008-02-01 Dave Love <fx@gnu.org>
24976
24977 * term.c (costs_set): Declare static, non-initialized for pcc.
24978 (encode_terminal_code): Remove unused var.
24979
24980 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
24981 for K&R.
24982
24983 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
24984
24985 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
24986 (suffixes): Move out of make_subsidiaries for K&R.
24987
24988 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
24989
24990 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
24991
249922008-02-01 Dave Love <fx@gnu.org>
24993
24994 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
24995
24996 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
24997
249982008-02-01 Yong Lu <lyongu@asia-infonet.com>
24999
25000 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
25001
25002 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
25003
250042008-02-01 Kenichi Handa <handa@m17n.org>
25005
25006 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
25007 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
25008
250092008-02-01 Kenichi Handa <handa@m17n.org>
25010
25011 * coding.c (decode_coding_charset): Adjust for the change of
25012 Fdefine_coding_system_internal.
25013 (Fdefine_coding_system_internal): For a coding system of
25014 `charset' type, store a list of charset IDs in
25015 `charset_attr_charset_valids' element of coding attributes.
25016
250172008-02-01 Kenichi Handa <handa@m17n.org>
25018
25019 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
bba3e508
SM
25020 (emacs_mule_char): New arg src. Delete arg `composition'.
25021 Change caller. Handle 2-byte and 3-byte charsets correctly.
aac0c6e3
MR
25022 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
25023 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
25024 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
ef1b0ba7
SM
25025 (DECODE_EMACS_MULE_21_COMPOSITION):
25026 Call DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
aac0c6e3
MR
25027 sequence.
25028 (decode_coding_emacs_mule): Handle composition correctly. Rewind
25029 `src' and `consumed_chars' correctly before calling emacs_mule_char.
25030 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
25031 and alt&rule composition.
25032 (decode_coding_iso_2022): Handle composition correctly.
25033 (init_coding_once): Setup emacs_mule_bytes for private charsets.
25034
25035 * charset.c (Fdefine_charset_internal): Fix bug for the case of
25036 re-defining a charset. If the charset has :emacs-mule-id, setup
25037 emacs_mule_bytes.
25038 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
25039
250402008-02-01 Kenichi Handa <handa@m17n.org>
25041
25042 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
25043 (encode_coding_big5, encode_coding_charset): If coding requires safe
25044 encoding, produce a character specified by
25045 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
25046
250472008-02-01 Dave Love <fx@gnu.org>
25048
25049 * xterm.c (XSetIMValues): Declare.
25050
25051 * process.c: Conditionally include sys/wait.h, pty.h.
25052
25053 * print.c (print_object): Fix print format for 64-bit systems.
25054
25055 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
25056
25057 * buffer.c (emacs_strerror): Declare.
25058
25059 * fontset.c (Fclear_face_cache): Declare.
25060 (accumulate_font_info): Comment-out (unused).
25061 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
25062 variables.
25063
25064 * character.h (string_escape_byte8): Declare.
25065
bba3e508
SM
25066 * charset.c (load_charset_map, load_charset_map_from_file):
25067 Remove unused vars.
aac0c6e3
MR
25068 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
25069 (Fmap_charset_chars): Doc fix.
25070
25071 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
25072 (Fset_coding_system_priority, Fset_coding_system_priority)
25073 (Fdefine_coding_system_internal): Doc fix.
25074
250752008-02-01 Dave Love <fx@gnu.org>
25076
25077 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
25078
250792008-02-01 Kenichi Handa <handa@m17n.org>
25080
25081 * character.c (string_escape_byte8): Make multibyte string with
25082 correct size.
25083
25084 * charset.c (Fmake_char): Delete unnecessary code.
25085
250862008-02-01 Kenichi Handa <handa@m17n.org>
25087
25088 * xfns.c (x_encode_text): Allocate coding.destination here, and
25089 call encode_coding_object with dst_object Qnil.
25090
25091 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
25092 multibyte form correctly.
25093
25094 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
25095 against Vfont_encoding_alist.
25096
25097 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
25098 handling of charset list.
25099 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
25100 (decode_coding_object): Move point to coding->dst_pos before
25101 calling post-read-conversion function.
25102 (encode_coding_object): Give correct arguments to
25103 pre-write-conversion. Ignore the return value of
25104 pre-write-conversion function. Pay attention to the case that
25105 pre-write-conversion changes the current buffer. If dst_object is
25106 Qt, even if coding->src_bytes is zero, allocate at least one byte
25107 to coding->destination.
25108
25109 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
25110
25111 * charset.c (Fmake_char): Make it more backward compatible.
25112 (Fmap_charset_chars): Fix docstring.
25113
251142008-02-01 Dave Love <fx@gnu.org>
25115
25116 * coding.c: Doc fixes.
25117 (Fdefine_coding_system_alias): Use names, not symbols, in
25118 coding-system-alist.
25119
251202008-02-01 Kenichi Handa <handa@m17n.org>
25121
25122 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
25123 of calling free_realized_face.
25124
251252008-02-01 Yong Lu <lyongu@asia-infonet.com>
25126
25127 * charset.c (read_hex): Don't treat SPC as a comment starter.
25128 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
25129 (Fdecode_char): Fix typo.
25130
251312008-02-01 Kenichi Handa <handa@m17n.org>
25132
25133 * charset.h (struct charset): New member `code_space_mask'.
25134
25135 * coding.c (coding_set_source): Delete the local variable beg_byte.
25136 (encode_coding_charset, Fdefine_coding_system_internal):
25137 Delete the local variable charset.
bba3e508
SM
25138 (Fdefine_coding_system_internal):
25139 Setup attrs[coding_attr_charset_valids] correctly.
aac0c6e3
MR
25140
25141 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
25142 member to check if CODE is valid or not.
25143 (Fdefine_charset_internal): Initialize `code_space_mask' member.
25144 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
25145 is within the range of charset->min_code and carset->max_code.
25146
251472008-02-01 Dave Love <fx@gnu.org>
25148
25149 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
25150
25151 * dispextern.h (generate_ascii_font): Fix return type.
25152
25153 * xfaces.c (generate_ascii_font): Fix arg declaration.
25154
25155 * coding.c (coding_inherit_eol_type)
25156 (Fset_terminal_coding_system_internal)
25157 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
25158
251592008-02-01 Kenichi Handa <handa@m17n.org>
25160
bba3e508
SM
25161 * coding.c (decode_coding_charset, encode_coding_charset):
25162 Handle multiple charsets correctly.
aac0c6e3
MR
25163
251642008-02-01 Kenichi Handa <handa@m17n.org>
25165
25166 * search.c (boyer_moore): Fix handling of multibyte character
25167 translation.
25168
25169 * xdisp.c (display_mode_element): When the variable `elt' is
25170 changed, update `this' and `lisp_string'.
25171
251722008-02-01 Kenichi Handa <handa@m17n.org>
25173
25174 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
25175
25176 * callproc.c (Fcall_process): Be sure to give the current buffer
25177 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
25178
25179 * charset.c (struct charset_map_entries): New struct.
25180 (load_charset_map): Rename from parse_charset_map. New args
25181 entries and n_entries. Change caller.
25182 (load_charset_map_from_file): Rename from load_charset_map.
25183 Change caller. New arg control_flag. Call load_charset_map at
25184 the tail.
25185 (load_charset_map_from_vector): New function.
25186 (Fdefine_charset_internal): Setup charset.compact_codes_p.
25187 (encode_char): If the charset is compact, change a character index
25188 to a code point.
25189
25190 * coding.c (coding_alloc_by_making_gap): Check the case that the
25191 source and destination are the same correctly.
25192 (decode_coding_raw_text): Set coding->consumed_char and
25193 coding->consumed to 0.
25194 (produce_chars): If coding->chars_at_source is nonzero, update
25195 coding->consumed_char and coding->consumed before calling
25196 alloc_destination.
25197 (Fdefine_coding_system_alias): Register ALIAS in
25198 Vcoding_system_alist.
25199 (syms_of_coding): Define `no-conversion' coding system at the tail.
25200
25201 * fileio.c (Finsert_file_contents): Set coding_system instead of
25202 val. If the current buffer is multibyte, always call
25203 decode_coding_gap.
25204
25205 * xfaces.c (try_font_list): Give higher priority to fontset's
25206 family than face's family.
25207
252082008-02-01 Kenichi Handa <handa@m17n.org>
25209
25210 * callproc.c (Fcall_process): Be sure to give the current buffer
25211 to decode_coding_c_string.
25212
25213 * xfaces.c (try_font_list): Give a family specified in a fontset
25214 higher priority than a family specified in a face.
25215
252162008-02-01 Kenichi Handa <handa@m17n.org>
25217
25218 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
25219 Fix arguments to insert_from_buffer.
25220
25221 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
25222
252232008-02-01 Kenichi Handa <handa@m17n.org>
25224
25225 * coding.c (produce_chars): Set the variable `multibytep' correctly.
25226 (decode_coding_gap): Set coding->dst_multibyte correctly.
25227
252282008-02-01 Kenichi Handa <handa@m17n.org>
25229
25230 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
25231 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
25232 (encode_coding_utf_16): Substitute coding->default_char for
25233 non-Unicode characters.
25234 (decode_coding): Don't call record_insert here.
25235 (setup_coding_system): Initialize `surrogate' of
25236 coding->spec.utf_16 to 0.
25237 (EMIT_ONE_BYTE): Fix for multibyte case.
25238
25239 * insdel.c (insert_from_gap): Call record_insert.
25240
252412008-02-01 Kenichi Handa <handa@m17n.org>
25242
25243 * casefiddle.c (casify_region): Fix multibyte case.
25244
25245 * character.c (c_string_width): Add return type `int'.
25246 (char_string_with_unification): Delete arg ADVANCED.
25247
25248 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
25249 (CHAR_STRING): Adjust for the change of char_string_with_unification.
25250 (CHAR_STRING_ADVANCE): Make it do-while statement.
25251
25252 * chartab.c (sub_char_table_set_range): Optimize for the case
25253 DEPTH == 3. Add workaround code for a GCC optimization bug.
25254
25255 * charset.c (parse_charset_map): Remove an unused variable.
25256
25257 * coding.c: Delete unused variables.
25258
25259 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
25260 earlier. If inserted is zero and the coding system doesn't
25261 require flushing, don't call decode_coding_gap.
25262
25263 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
25264
252652008-02-01 Kenichi Handa <handa@m17n.org>
25266
25267 The following changes are for using Unicode as an internal
25268 character model, and use UTF-8 format for buffer/string
25269 representation.
25270
25271 * .gdbinit (xchartable): Adjust for the change of char table structure.
25272 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
25273
25274 * Makefile.in (obj): Add character.o and chartab.o.
25275 (lisp, shortlisp): Remove utf-8.elc.
25276 (*.o): For many files, change dependency on charset.h to
25277 character.h, and add dependency on character.h.
25278 (character.o, chartab.o): New targets.
25279
25280 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
25281 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
25282 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
25283 of "charset.h".
25284
25285 * dired.c, filelock.c: Include "character.h".
25286
25287 * alloc.c: Include "character.h" instead of "charset.h".
25288 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
25289 (syms_of_alloc): Remove defsubr for Smake_char_table.
25290
25291 * buffer.c: Include "character.h" instead of "charset.h", don't
25292 include "coding.h".
25293 (Fset_buffer_multibyte): Adjust for UTF-8.
25294
25295 * buffer.h: EXFUN Fbuffer_live_p.
25296
25297 * callproc.c: Include "character.h" instead of "charset.h".
25298 (Fcall_process): Big change for the new code-conversion APIs.
25299
25300 * casetab.c: Include "character.h" instead of "charset.h".
25301 (set_canon, set_identity, shuffle): Adjust for the new
25302 map_char_table spec.
25303 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
25304 accessing the char table structure.
25305
25306 * chartab.c: New file that implements char table.
25307
25308 * category.c: Include "character.h".
25309 (copy_category_entry): New function.
25310 (copy_category_table): Call map_char_table and copy_category_entry.
25311 (Fmake_category_table): Initialize all top-level slots.
25312 (char_category_set): New function.
25313 (modify_lower_category_set): Delete.
25314 (Fmodify_category_entry): Call char_table_ref_and_range.
25315
25316 * category.h (CATEGORY_SET): Just call char_category_set.
25317
25318 * ccl.c: Include "character.h".
25319 (Qccl, Qcclp): New variables.
25320 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
25321 it's less than 256.
25322 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
25323 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
25324 and DST type.
25325 (ccl_driver): Change types of argument, adjust code accordingly.
25326 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
25327 ccl_driver.
25328 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
25329
25330 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
25331 New members src_multibyte, dst_multibyte, consumed, and produced.
25332 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
25333 (CODING_SPEC_CCL_PROGRAM): New macro.
25334 (ccl_driver): Update prototype.
25335 (Qccl, Qcclp, Fccl_program_p): Extern them.
25336 (CHECK_CCL_PROGRAM): New macro.
25337
25338 * character.c, character.h, chartab.c: New files.
25339
25340 * charset.c: Mostly re-written. Move character and multibyte sequence
25341 handling codes to character.c.
25342
25343 * charset.h: Mostly re-written. Move character and multibyte sequence
25344 handling codes to character.h.
25345
25346 * coding.c, coding.h: Mostly re-written.
25347
25348 * composite.c: Include "character.h" instead of "charset.h".
25349 (CHAR_WIDTH): Move to character.h.
25350 (HASH_KEY, HASH_VALUE): Delete.
25351
25352 * composite.h (enum composition_method): Change order of enumeration
25353 symbols.
25354
25355 * data.c: Include "character.h" instead of "charset.h".
25356 (Faref): Call CHAR_TABLE_REF for a char table.
25357 (Faset): Call CHAR_TABLE_SET for a char table.
25358
25359 * dispextern.h (free_realized_face, check_face_attribytes)
25360 (generate_ascii_font): Extern them.
25361 (free_realized_multibyte_face): Delete extern.
25362
25363 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
25364 table structure.
25365
25366 * editfns.c: Include "character.h" instead of "charset.h".
25367 (Fchar_to_string): Always call CHAR_STRING.
25368
25369 * emacs.c (main): Call init_charset_once, init_charset,
25370 syms_of_chartab, and syms_of_character.
25371
25372 * fileio.c: Include "character.h" instead of "charset.h".
25373 (Finsert_file_contents): Big change for the new code-conversion API.
25374 (choose_write_coding_system, Fwrite_region): Likewise.
25375 (build_annotations_2): Delete.
25376 (e_write): Big change for the new code-conversion API.
25377
25378 * fns.c: Include "character.h" instead of "charset.h".
25379 (copy_sub_char_table): Move to chartab.c.
25380 (Fcopy_sequence): Call copy_char_table for a char table.
25381 (concat): Delete codes calling count_multibyte.
25382 (string_char_to_byte, string_byte_to_char): Adjust for the new
25383 multibyte form.
25384 (internal_equal): Adjust for the change of char table structure.
25385 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
25386 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
25387 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
25388 (char_table_translate, optimize_sub_char_table)
25389 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
25390 chartab.c.
25391 (char_table_ref_and_index): Delete.
25392 (HASH_KEY, HASH_VALUE): Move to lisp.h.
25393 (Fmd5): Call preferred_coding_system instead of accessing
25394 Vcoding_category_list. Adjust for the new code-conversion API.
25395 (syms_of_fns): Move defsubr for char table related functions to
25396 chartab.c.
25397
25398 * fontset.c: Mostly re-written.
25399
25400 * fontset.h (struct font_info): Change type of the member encoding_type.
25401 (enum FONT_SPEC_INDEX): New enum.
25402 (fontset_font_pattern, fs_load_font): Update prototype.
25403 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
25404
25405 * indent.c: Include "character.h" instead of "charset.h".
25406 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
25407
25408 * insdel.c: Include "character.h" instead of "charset.h".
25409 (copy_text): Don't refer to Vnonascii_translation_table.
25410 (insert_from_gap): New function.
25411
25412 * keyboard.c: Include "character.h" instead of "charset.h".
25413 (command_loop_1): Never call direct_output_forward_char before
25414 a non-ASCII character.
25415 (read_char): If Vkeyboard_translate_table is a char table, always
25416 translate a character.
25417
25418 * keymap.c: Include "character.h".
25419 (store_in_keymap): Handle the case that IDX is a cons.
25420 (Fdefine_key): Handle the case that KEY is a cons and the car part
25421 is also a cons (range).
25422 (push_key_description): Adjust for the new character code.
25423 (describe_vector): Call describe_char_table for a char table.
25424 (describe_char_table): New function.
25425
25426 * keymap.h (describe_char_table): Extern it.
25427
25428 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
25429 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
25430 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
25431 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
25432 Delete.
25433 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
25434 structure.
25435 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
25436 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
25437 (CHARTAB_SIZE_BITS_3): New macros.
25438 (chartab_size): Extern it.
25439 (struct Lisp_Char_Table): Re-design.
25440 (struct Lisp_Sub_Char_Table): New structure.
25441 (HASH_KEY, HASH_VALUE): Move from fns.c.
25442 (CHARACTERBITS): Define as 22.
25443 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
25444 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
25445 (GC_SUB_CHAR_TABLE_P): New macro.
25446 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
ef1b0ba7 25447 (code_convert_string_norecord): Delete extern.
aac0c6e3
MR
25448 (init_character_once, syms_of_character, init_charset)
25449 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
25450
25451 * lread.c: Include "character.h".
25452 (read_multibyte): New arg NBYTES.
25453 (read_escape): Change the meaning of returned *BYTEREP.
25454 (to_multibyte): Delete.
25455 (read1): Adjust the handling of char table and string.
25456
25457 * print.c: Include "character.h" instead of "charset.h".
25458 (print_string): Convert 8-bit raw bytes to octal form by
25459 string_escape_byte8.
25460 (print_object): Adjust for the new multibyte form. Print 8-bit
25461 raw bytes always in octal form. Handle sub char table correctly.
25462
25463 * process.c: Include "character.h" instead of "charset.h".
25464 (read_process_output, send_process): Adjust for the new
25465 code-conversion API.
25466
25467 * puresize.h (BASE_PURESIZE): Increase.
25468
25469 * regex.c: Include "character.h" instead of "charset.h".
25470 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
25471 (regex_compile): Accept a range whose starting and ending
25472 character have different leading bytes.
25473 (analyse_first): Adjust for the above change.
25474
25475 * search.c: Include "character.h" instead of "charset.h".
25476 (search_buffer, boyer_moore): Adjust for the new multibyte form.
25477 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
25478
25479 * syntax.c: Include "character.h" instead of "charset.h".
25480 (syntax_parent_lookup): Delete.
25481 (Fmodify_syntax_entry): Accept a cons as CHAR.
25482 (skip_chars): Adjust for the new multibyte form.
25483 (init_syntax_once): Call char_table_set_range instead of directly
25484 accessing the structure of a char table.
25485
25486 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
25487 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
25488 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
25489 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
25490
25491 * term.c: Include "buffer.h" and "character.h".
25492 (encode_terminal_code, write_glyphs): Adjust for the new
25493 code-conversion API.
25494 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
25495
25496 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
25497
25498 * xdisp.c: Include "character.h".
25499 (get_next_display_element): Adjust for the new multibyte form.
25500 (disp_char_vector): Adjust for the new char table structure.
25501 (decode_mode_spec_coding): Adjust for the new structure of
25502 coding system.
25503 (decode_mode_spec): Adjust for the new code-conversion API.
25504
25505 * xfaces.c: Include "character.h" instead of "charset.h".
25506 (load_face_font): Adjust for the change of choose_face_font and
25507 FS_LOAD_FONT.
25508 (generate_ascii_font): New function.
25509 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
25510 (set_font_frame_param): Adjust for the change of choose_face_font.
25511 (free_realized_face): Make it public.
25512 (free_realized_faces_for_fontset): Rename from
25513 free_realized_multibyte_face. Free also faces realized for ASCII.
25514 (choose_face_font): Change arguments. Adjust for the change of
25515 fontset_font_pattern and FS_LOAD_FONT.
25516
25517 * xfns.c: Include "character.h".
25518 (x_encode_text): Adjust for the new code-conversion API.
25519
25520 * xselect.c: Don't include "charset.h".
25521 (selection_data_to_lisp_data): Adjust for the new code conversion API.
25522
25523 * xterm.c: Include "character.h".
25524 (x_encode_char): New argument CHARSET. Change caller.
25525 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
25526 Call ENCODE_CHAR instead of SPLIT_CHAR.
25527 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
25528 CHAR_WIDTH instead of CHARSET_WIDTH.
25529 (XTread_socket): Adjust for the new code-conversion API.
25530 (x_new_font): Adjust for the change of FS_LOAD_FONT.
25531 (x_load_font): Adjust for the change of struct font.
25532
255332008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
25534
25535 * xfaces.c (face_at_buffer_position): Remove unused vars.
25536
255372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25538
25539 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
25540 Fix overflow checking.
25541
255422008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25543
25544 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
25545 Cancel previous change.
25546
255472008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25548
25549 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
25550 ccl->eight_bit_control. Fix check for buffer overflow.
25551 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
25552 (ccl_driver): Initialize extra_bytes to 0.
25553
255542008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25555
25556 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
25557 return it ORed with ctrl_modifier.
25558
255592008-01-29 Miles Bader <miles@gnu.org>
25560
25561 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
25562
255632008-01-28 Jason Rumney <jasonr@gnu.org>
25564
25565 * w32.c (stat): Don't double check for networked drive.
25566
255672008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25568
25569 * window.c (run_window_configuration_change_hook): New function.
25570 Code extracted from set_window_buffer. Set the selected frame.
25571 (set_window_buffer): Use it.
25572 * window.h (run_window_configuration_change_hook): Declare.
25573 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
25574
25575 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
25576
255772008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
25578
25579 * Makefile.in: Remove references to unused macros.
25580
255812008-01-26 Eli Zaretskii <eliz@gnu.org>
25582
25583 * w32.c (g_b_init_get_sid_sub_authority)
25584 (g_b_init_get_sid_sub_authority_count): New static variables.
25585 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
25586 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
25587 (init_user_info): Use them to retrieve uid and gid.
25588 Use 500/513, the Windows defaults, as Administrator's uid/gid.
25589 (fstat): Use pw_uid and pw_gid from the_passwd structure for
25590 st_uid and st_gid of the file.
25591
255922008-01-26 Jason Rumney <jasonr@gnu.org>
25593
25594 * w32.c (logon_network_drive): New function.
25595 (stat): Use it.
25596
255972008-01-26 Chong Yidong <cyd@stupidchicken.com>
25598
25599 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
25600 invisible text covered with an ellipsis.
25601
256022008-01-25 Richard Stallman <rms@gnu.org>
25603
25604 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
25605 jump back to beginning. Move some other initializations after that.
25606 (Qwindow_text_change_functions, Vwindow_text_change_functions):
25607 New variables.
25608 (syms_of_xdisp): Init them.
25609
25610 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
25611
25612 * buffer.c (reset_buffer_local_variables):
25613 Implement `permanent-local-hook'.
25614 (Qpermanent_local_hook): New variable.
25615 (syms_of_buffer): Init and staticpro it.
25616
256172008-01-25 Michael Albinus <michael.albinus@gmx.de>
25618
25619 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
25620
256212008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
25622
25623 * fns.c (Fclrhash): Return TABLE.
25624
256252008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25626
25627 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
25628 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
25629 is set even without positional changes.
25630 (x_scroll_bar_clear): Set bar->redraw_needed_p.
25631
25632 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
25633
256342008-01-23 Jason Rumney <jasonr@gnu.org>
25635
25636 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
25637
25638 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
25639 the unicode range available in MULE by locale-coding-system.
25640 Improve dbcs lead byte detection. Set event timestamp and modifiers
25641 earlier.
25642
256432008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25644
25645 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
25646 [MAC_OSX] (init_mac_osx_environment): Initialize it.
25647 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
25648 when used on child processes.
25649
256502008-01-21 Michael Albinus <michael.albinus@gmx.de>
25651
25652 * dbusbind.c (Fdbus_method_return_internal): Rename from
25653 Fdbus_method_return.
25654 (Fdbus_unregister_object): Move to dbus.el.
25655 (Fdbus_call_method, Fdbus_method_return_internal)
25656 (Fdbus_send_signal): Improve debug messages.
25657
256582008-01-20 Martin Rudalics <rudalics@gmx.at>
25659
25660 * undo.c (undo_inhibit_record_point): New variable.
25661 (syms_of_undo): Initialize it.
25662 (record_point): Don't record point when undo_inhibit_record_point
25663 is set.
25664
256652008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
25666
25667 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
25668
25669 * xdisp.c (Qauto_hscroll_mode): New var.
25670 (syms_of_xdisp): Initialize it.
25671 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
25672 window's buffer.
25673 (hscroll_windows): Don't check automatic_hscrolling_p here.
25674
25675 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
25676 vscroll if we're setting window-buffer to the value it already has.
25677
256782008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
25679
25680 * m/intel386.h: Remove references to XENIX.
25681
256822008-01-17 Andreas Schwab <schwab@suse.de>
25683
25684 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
25685 instead of HAVE_X86_64_LIB64_DIR.
25686 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
25687
256882008-01-17 Glenn Morris <rgm@gnu.org>
25689
25690 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
25691 to HAVE_X86_64_LIB64_DIR.
25692
256932008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
25694
25695 * s/irix3-3.h:
25696 * s/irix4-0.h:
25697 * s/386-ix.h:
25698 * s/domain.h:
25699 * s/hpux9-x11r4.h:
25700 * s/hpux9shxr4.h: Remove files for systems no longer supported.
25701
25702 * sysdep.c: Remove code containing references to symbols defined
25703 by unsupported systems.
25704
257052008-01-16 Glenn Morris <rgm@gnu.org>
25706
25707 * coding.c (select-safe-coding-system-function): Doc fix.
25708
257092008-01-15 Glenn Morris <rgm@gnu.org>
25710
25711 * config.in: Revert 2008-01-13 change: this is a generated file.
25712
257132008-01-13 Tom Tromey <tromey@redhat.com>
25714
25715 * lisp.h: Fix typo.
25716
257172008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25718
25719 * m/sequent-ptx.h:
25720 * m/sequent.h:
25721 * s/ptx.h:
25722 * s/ptx4-2.h:
25723 * s/ptx4.h: Remove files for systems no longer supported.
25724
25725 * callproc.c (Fcall_process): Fix previous change.
25726
257272008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25728
25729 * unexsunos4.c: Remove file, system not supported anymore.
25730
25731 * m/mips.h:
25732 * m/intel386.h:
25733 * callproc.c:
25734 * config.in:
25735 * ecrt0.c:
25736 * emacs.c:
25737 * fileio.c:
25738 * frame.c:
25739 * getpagesize.h:
25740 * keyboard.c:
25741 * lread.c:
25742 * process.c:
25743 * puresize.h:
25744 * sysdep.c:
25745 * systty.h:
25746 * syswait.h:
25747 * unexec.c:
25748 * xdisp.c:
25749 * alloc.c: Remove code containing references to symbols defined by
25750 unsupported systems.
25751
257522008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
25753
25754 * coding.c (detect_coding_mask): Fix previous change.
25755
257562008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
25757
25758 * coding.c (detect_coding_iso2022): New arg
25759 latin_extra_code_state. Allow Latin extra codes only
25760 when *latin_extra_code_state is nonzero.
25761 (detect_coding_mask): If there is a NULL byte, detect the encoding
25762 as UTF-16 or binary. If Latin extra codes exist, detect the
25763 encoding as ISO-2022 only when there's no other proper encoding is
25764 found.
25765
257662008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25767
25768 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
25769 #ifdef MAC_OS.
25770
257712008-01-08 Richard Stallman <rms@gnu.org>
25772
25773 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
25774
257752008-01-06 Nick Roberts <nickrob@snap.net.nz>
25776
25777 * keyboard.c (parse_menu_item): Don't enclose key bindings on
25778 menu bar in parentheses.
25779
257802008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
25781
25782 * m/7300.h:
25783 * m/acorn.h:
25784 * m/alliant-2800.h:
25785 * m/alliant.h:
25786 * m/alliant1.h:
25787 * m/alliant4.h:
25788 * m/altos.h:
25789 * m/amdahl.h:
25790 * m/apollo.h:
25791 * m/att3b.h:
25792 * m/aviion-intel.h:
25793 * m/aviion.h:
25794 * m/celerity.h:
25795 * m/clipper.h:
25796 * m/cnvrgnt.h:
25797 * m/convex.h:
25798 * m/cydra5.h:
25799 * m/delta88k.h:
25800 * m/dpx2.h:
25801 * m/dual.h:
25802 * m/elxsi.h:
25803 * m/f301.h:
25804 * m/gould-np1.h:
25805 * m/gould.h:
25806 * m/i860.h:
25807 * m/ibmps2-aix.h:
25808 * m/ibmrt-aix.h:
25809 * m/ibmrt.h:
25810 * m/irist.h:
25811 * m/is386.h:
25812 * m/isi-ov.h:
25813 * m/mega68.h:
25814 * m/mg1.h:
25815 * m/news-r6.h:
25816 * m/news-risc.h:
25817 * m/news.h:
25818 * m/nh3000.h:
25819 * m/nh4000.h:
25820 * m/ns16000.h:
25821 * m/ns32000.h:
25822 * m/nu.h:
25823 * m/orion.h:
25824 * m/orion105.h:
25825 * m/paragon.h:
25826 * m/pfa50.h:
25827 * m/plexus.h:
25828 * m/pyramid.h:
25829 * m/pyrmips.h:
25830 * m/sh3el.h:
25831 * m/sps7.h:
25832 * m/sr2k.h:
25833 * m/stride.h:
25834 * m/sun1.h:
25835 * m/sun2.h:
25836 * m/sun3-68881.h:
25837 * m/sun3-fpa.h:
25838 * m/sun3-soft.h:
25839 * m/sun3.h:
25840 * m/sun386.h:
25841 * m/symmetry.h:
25842 * m/tad68k.h:
25843 * m/tahoe.h:
25844 * m/targon31.h:
25845 * m/tek4300.h:
25846 * m/tekxd88.h:
25847 * m/tower32.h:
25848 * m/tower32v3.h:
25849 * m/ustation.h:
25850 * m/wicat.h:
25851 * m/xps100.h:
25852 * s/cxux.h:
25853 * s/cxux7.h:
25854 * s/dgux.h:
25855 * s/dgux4.h:
25856 * s/dgux5-4-3.h:
25857 * s/dgux5-4r2.h:
25858 * s/esix.h:
25859 * s/esix5r4.h:
25860 * s/hiuxmpp.h:
25861 * s/hiuxwe2.h:
25862 * s/iris3-5.h:
25863 * s/iris3-6.h:
25864 * s/isc2-2.h:
25865 * s/isc3-0.h:
25866 * s/isc4-0.h:
25867 * s/isc4-1.h:
25868 * s/newsos5.h:
25869 * s/newsos6.h:
25870 * s/osf1.h:
25871 * s/osf5-0.h:
25872 * s/riscix1-1.h:
25873 * s/riscix12.h:
25874 * s/sco4.h:
25875 * s/sco5.h:
25876 * s/sunos4-0.h:
25877 * s/sunos4-1.h:
25878 * s/sunos413.h:
25879 * s/sunos4shr.h:
25880 * s/umax.h:
25881 * s/unipl5-2.h:
25882 * s/xenix.h:
25883 * cxux-crt0.s:
25884 * unexapollo.c:
25885 * unexconvex.c:
25886 * unexenix.c:
25887 * unexsni.c: Remove files for systems no longer supported.
25888
25889 * m/intel386.h: Remove references to unsupported systems.
25890
25891 * w32.c (get_emacs_configuration): Remove reference to i860.
25892
25893 * sysdep.c: Remove dead code.
25894
258952008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
25896
25897 * s/rtu.h:
25898 * m/masscomp.h: Remove files. Platform is obsolete.
25899
259002008-01-04 Michael Albinus <michael.albinus@gmx.de>
25901
25902 * dbusbind.c (Fdbus_method_return): New function.
25903 (xd_read_message): Add the serial number to the event.
25904 (Fdbus_register_method): Activate the function.
25905
259062008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25907
25908 * keyboard.c (read_key_sequence): Fix typo.
25909
259102008-01-03 Michael Albinus <michael.albinus@gmx.de>
25911
25912 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
25913 (xd_signature, xd_append_arg): Handle element type detection for
25914 empty arrays.
25915 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
25916 SDATA () calls; this must be solved more general.
25917 (Fdbus_register_signal): Use SBYTES instead of strlen.
25918
259192008-01-03 Magnus Henoch <magnus@zemdatav>
25920
25921 * dbusbind.c (xd_append_arg): Use unsigned char instead of
25922 unsigned int for byte values (necessary for big-endian platform).
25923 (Fdbus_call_method): Handle the case of no returned arguments.
25924
259252007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
25926
25927 * dbusbind.c (xd_read_message): Use non-static input_event struct.
25928
259292007-12-31 Magnus Henoch <mange@freemail.hu>
25930
25931 * dbusbind.c (xd_signature): Signature of variant is just "v".
25932
259332007-12-30 Michael Albinus <michael.albinus@gmx.de>
25934
25935 * dbusbind.c: Fix several errors and compiler warnings.
25936 Reported by Tom Tromey <tromey@redhat.com>.
25937 (XD_ERROR, XD_DEBUG_MESSAGE)
25938 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
25939 (xd_append_arg): Part for basic D-Bus types rewritten.
25940 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
25941 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
25942 appropriate.
25943 (xd_read_message): Return Qnil. Don't signal an error; it is not
25944 useful during event reading.
25945 (Fdbus_register_signal): Signal an error if the check for
25946 FUNCTIONP fails.
25947 (Fdbus_register_method): New function. The implementation is not
25948 complete, the call of the function signals an error therefore.
25949 (Fdbus_unregister_object): New function, renamed from
25950 Fdbus_unregister_signal. The initial check signals an error, if
25951 the object is not well formed.
25952
259532007-12-30 Richard Stallman <rms@gnu.org>
25954
25955 * textprop.c (get_char_property_and_overlay):
25956 Signal error if POSITION is out of range in a buffer.
25957
259582007-12-29 Martin Rudalics <rudalics@gmx.at>
25959
25960 * w32fns.c (Fx_create_frame): Make copy of frame parameters
25961 because the original parameters are in pure storage now.
25962
259632007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25964
25965 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
25966
259672007-12-22 Eli Zaretskii <eliz@gnu.org>
25968
25969 * callint.c (syms_of_callint) <command-history>: Add reference to
25970 history-length in the doc string.
25971
259722007-12-17 Jason Rumney <jasonr@gnu.org>
25973
25974 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
25975 before passing as wParam.
25976
259772007-12-22 Michael Albinus <michael.albinus@gmx.de>
25978
25979 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
25980 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
25981 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
25982 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
25983 as number.
25984 (Fdbus_call_method): Fix docstring.
25985
259862007-12-21 Michael Albinus <michael.albinus@gmx.de>
25987
25988 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
25989 New macros.
25990 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
25991 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
25992 Simplify.
25993 (xd_signature): New function.
25994 (xd_append_arg): Compute also signatures. Major rewrite.
25995 (xd_retrieve_arg): Make debug messages friendly.
25996 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
25997 Check for signatures of arguments.
25998
259992007-12-19 Michael Albinus <michael.albinus@gmx.de>
26000
26001 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
26002 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
26003 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
26004 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
26005 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
26006 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
26007 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
26008 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
26009 (xd_retrieve_value): Remove. Functionality included in ...
26010 (xd_append_arg): New function.
26011 (Fdbus_call_method, Fdbus_send_signal): Apply it.
26012
260132007-12-16 Michael Albinus <michael.albinus@gmx.de>
26014
26015 * dbusbind.c (top): Include <stdio.h>.
26016 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
26017 dbus_message_new_method_call and dbus_message_new_signal.
26018 (Fdbus_register_signal): Rename unique_name to uname.
26019 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
26020 non-existing unique name. Fix typos in matching rule. Return an
26021 object which is useful in Fdbus_unregister_signal.
26022 (Fdbus_unregister_signal): Reimplementation, in order to remove
26023 only the corresponding entry.
26024 (Vdbus_registered_functions_table): Change the order of entries.
26025 Apply these changes in xd_read_message and Fdbus_register_signal.
26026
260272007-12-16 Andreas Schwab <schwab@suse.de>
26028
26029 * fileio.c (Finsert_file_contents): Fix overflow check to not
26030 depend on undefined integer overflow.
26031
260322007-12-14 Jason Rumney <jasonr@gnu.org>
26033
26034 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
26035 for characters above 127.
26036
260372007-12-13 Jason Rumney <jasonr@gnu.org>
26038
26039 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
26040 before dereferencing array.
26041 (lookup_vk_code): Remove zero comparison.
26042
260432007-12-14 Michael Albinus <michael.albinus@gmx.de>
26044
26045 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
26046 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
26047 Use `unsigned int' instead of `uint'.
26048 (xd_read_message, Fdbus_register_signal): Split expressions into
26049 multiple lines before operators "&&" and "||", according to the
26050 GNU Coding Standards.
26051
260522007-12-14 Eli Zaretskii <eliz@gnu.org>
26053
26054 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
26055
260562007-12-12 Juri Linkov <juri@jurta.org>
26057
26058 * buffer.c (Frename_buffer): In interactive spec replace
26059 `read-buffer' with `read-string' that uses `buffer-name-history'
26060 as history, and the current buffer's name as default.
26061
260622007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
26063
26064 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
26065 manipulating the backtrace manually.
26066 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
26067 (struct backtrace, backtrace_list): Remove.
26068 (command_loop_1): Remove dead var `no_direct'.
26069
26070 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
26071 preserve non-built-in buffer-local variables.
26072 (Fkill_all_local_variables): Don't re-create&re-set permanent
26073 buffer-local variables.
26074
260752007-12-09 Juri Linkov <juri@jurta.org>
26076
26077 * buffer.c (Frename_buffer): Change interactive spec from "s" to
26078 Lisp code that uses `read-buffer' with current buffer as default.
26079
260802007-12-08 Michael Albinus <michael.albinus@gmx.de>
26081
26082 * dbusbind.c (xd_read_message): Generate an event for every
26083 registered handler. There might be several handlers registered
26084 for the same signal.
26085 (Fdbus_register_signal): Don't overwrite a registration for the
26086 same signal. Add a new registration if handlers are different.
26087 (Vdbus_registered_functions_table): Rework doc string.
26088
260892007-12-07 Michael Albinus <michael.albinus@gmx.de>
26090
26091 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
26092 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
26093 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
26094 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
26095 Unify argument lists.
26096 (xd_read_message, Fdbus_register_signal): Reorder and extend event
26097 arguments and hash table keys. Use unique name for service.
26098 (Fdbus_unregister_signal): Remove checks.
26099 (Vdbus_registered_functions_table): Fix doc string.
26100
261012007-12-05 Magnus Henoch <mange@freemail.hu>
26102
26103 * process.c (make_process): Initialize pty_flag to 0.
26104
261052007-12-05 Jason Rumney <jasonr@gnu.org>
26106
26107 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
26108 specified XBMs.
26109
261102007-12-05 Richard Stallman <rms@gnu.org>
26111
26112 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
26113
261142007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26115
26116 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
26117 New variable.
26118 (mac_try_close_socket) [MAC_OSX]: New function.
26119 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
26120 Update cfsockets_for_select. Replace invalid CFRunLoop source.
26121
26122 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
26123 Use mac_try_close_socket.
26124
261252007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26126
26127 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
26128 reloc_base.
26129 (copy_dysymtab): Compute relocation base here.
26130 (rebase_reloc_address) [__ppc64__]: New function.
26131 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
26132 changed.
26133
261342007-12-05 Jason Rumney <jasonr@gnu.org>
26135
26136 * w32proc.c (sys_spawnve): Quote args with wildcards.
26137
261382007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26139
26140 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
26141 __objc_* sections.
26142 (unrelocate) [_LP64]: Set relocation base to address of data segment.
26143
261442007-12-05 Michael Albinus <michael.albinus@gmx.de>
26145
26146 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
26147 Move check for Vdbus_registered_functions_table to
26148 xd_read_queued_messages.
26149 (xd_read_queued_messages): Protect xd_read_message calls by
26150 internal_condition_case_1.
26151
261522007-12-04 Michael Albinus <michael.albinus@gmx.de>
26153
26154 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
26155 Qdbus_system_bus and Qdbus_session_bus, respectively.
26156 (Vdbus_intern_symbols): Remove.
26157 (Vdbus_registered_functions_table): New hash table.
26158 (XD_SYMBOL_INTERN_SYMBOL): Remove.
26159 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
26160 Rewrite in order to manage registered functions by hash table
26161 Vdbus_registered_functions_table.
26162
261632007-12-03 Jan Djärv <jan.h.d@swipnet.se>
26164
26165 * xterm.c: Update URL to Window Manager Specification in comment.
26166
261672007-12-02 Michael Albinus <michael.albinus@gmx.de>
26168
26169 * config.in (HAVE_DBUS): Add.
26170
26171 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
26172 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
26173 (obj): Add $(DBUS_OBJ).
26174 (LIBES): Add $(DBUS_LIBS).
26175 (dbusbind.o): New target.
26176
26177 * dbusbind.c: New file.
26178
26179 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
26180
26181 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
26182 (Qdbus_event): New Lisp symbol.
26183 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
26184 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 26185 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
26186
26187 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
26188
261892007-12-01 Richard Stallman <rms@gnu.org>
26190
26191 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
26192
261932007-11-30 Jason Rumney <jasonr@gnu.org>
26194
26195 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
26196 (w32con_reset_terminal_modes): Clear screen buffer.
26197 (w32_face_attributes): Don't use color indexes that are out of range.
26198 Only reverse the default colors.
26199
26200 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
26201 WINDOWSNT.
26202
26203 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
26204
262052007-11-29 Jason Rumney <jasonr@gnu.org>
26206
26207 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
26208 (w32_face_attributes): Use Vtty_defined_color_alist to determine
26209 if the terminal colors are initialized.
26210 (unspecified_fg, unspecified_bg): Remove unused declarations.
26211
262122007-11-29 Andreas Schwab <schwab@suse.de>
26213
26214 * keyboard.c (apply_modifiers): Fix typo.
26215
262162007-11-29 Richard Stallman <rms@gnu.org>
26217
26218 * keymap.c (Fcurrent_local_map): Doc fix.
26219
262202007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
26221
26222 * s/gnu-kfreebsd.h: New file.
26223
262242007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
26225
26226 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
26227 Don't cast redundantly.
26228
26229 * keyboard.c (KEY_TO_CHAR): New macro.
26230 (parse_modifiers, apply_modifiers): Accept integer arguments.
26231 (read_key_sequence): Use them to unify the "shift->unshift" mapping
26232 for chars and symbol keys.
26233 After doing such remapping, apply function-key-map again.
26234
262352007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
26236
26237 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
26238 compiled anymore.
26239
262402007-11-26 Andreas Schwab <schwab@suse.de>
26241
26242 * process.c (list_processes_1): Fix indentation level of the
26243 command column.
26244
262452007-11-23 Andreas Schwab <schwab@suse.de>
26246
26247 * editfns.c (Fformat): Handle %c specially since it requires the
26248 argument to be of type int.
26249
262502007-11-23 Markus Triska <markus.triska@gmx.at>
26251
26252 * emacs.c (main): Call init_editfns before init_process, since
26253 init_process sets Vprocess_connection_type depending on OS release.
26254
262552007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
26256
26257 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
26258 (find_symbol_value): Use do_symval_forwarding.
26259
26260 * data.c (set_internal): Set the value in the `cons-cell' (for
26261 Buffer_Local_values) not only for frame-local variables.
26262
262632007-11-22 Andreas Schwab <schwab@suse.de>
26264
26265 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
26266 values to sprintf.
26267 * keymap.c (Fsingle_key_description): Likewise.
26268 * print.c (print_object): Likewise.
26269
262702007-11-22 Jan Djärv <jan.h.d@swipnet.se>
26271
26272 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
26273 file for image is nil.
26274
262752007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
26276
26277 * term.c: Include stdarg.h.
26278 (fatal): Implement using varargs.
26279 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
26280
262812007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
26282
26283 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
26284 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
26285 Update call to buffer_slot_type_mismatch.
26286 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
26287 (buffer_slot_type_mismatch): Update.
26288 * buffer.c (buffer_local_types): Remove.
26289 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
26290 (defvar_per_buffer): Set the type in the buffer_objfwd.
26291
262922007-11-21 Jason Rumney <jasonr@gnu.org>
26293
26294 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
26295 CreateFileMapping returns NULL on failure.
26296
262972007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
26298
26299 * search.c (Fset_match_data): Remove the `evaporate' feature.
26300 (unwind_set_match_data): Don't use the `evaporate' feature.
26301
263022007-11-21 Jason Rumney <jasonr@gnu.org>
26303
26304 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
26305
26306 * w32console.c (w32con_write_glyphs): Remove unused variables.
26307
263082007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
26309
26310 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
26311
26312 * s/darwin.h (MULTI_KBOARD): Remove.
26313
26314 * macfns.c (x_create_tip_frame, Fx_create_frame)
26315 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
26316
263172007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
26318
26319 * buffer.c (Fbuffer_local_value): Remove redundant test.
26320 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
26321 than in `current-buffer' to match the comment.
26322 Do the swap using swap_in_global_binding.
26323
26324 * data.c (store_symval_forwarding, set_internal):
26325 * eval.c (specbind): Remove dead code.
26326
26327 * coding.c (detect_coding, Fupdate_coding_systems_internal):
26328 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
26329 Since we do not want to see internal Lisp_*fwd objects here.
26330
263312007-11-18 Jan Djärv <jan.h.d@swipnet.se>
26332
26333 * sysdep.c (init_system_name): Use getaddrinfo if available.
26334
26335 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
26336 (x_scroll_bar_note_movement): start, end, with, height in struct
26337 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
26338
263392007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
26340
26341 * puresize.h (BASE_PURESIZE): Increase to 1190000.
26342
263432007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
26344
26345 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
26346 This undoes Richard's change of 14-Oct-2002.
26347
26348 * alloc.c (allocate_other_vector):
26349 * lisp.h (allocate_other_vector): Remove.
26350
26351 * window.c (struct save_window_data): Move non-lisp data to the end
26352 and make it `int' rather than Lisp_Object.
26353 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
26354 Done wrap/unwrap integer values.
26355 (Fset_window_configuration, compare_window_configurations):
26356 Update use of fields to their new types.
26357
26358 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
26359 Turn integer fields into `int'. Merge x_window_low and x_window_high.
26360 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
26361 (SET_SCROLL_BAR_X_WINDOW): Remove.
26362 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
26363 Access the new x_window field directly.
26364 * xterm.c (x_scroll_bar_create): Use a pseudovector.
26365 Don't wrap/unwrap integers into Lisp_Objects.
26366 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
26367 (x_scroll_bar_report_motion):
26368 Don't wrap/unwrap integers into Lisp_Objects.
26369 (x_term_init): Use SDATA.
26370 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
26371 (x_scroll_bar_set_handle, x_scroll_bar_remove)
26372 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
26373 (x_scroll_bar_report_motion, x_scroll_bar_clear):
26374 * xfns.c (x_set_background_color):
26375 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
26376 Access the new x_window field directly.
26377
26378 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
26379 (allocate_pseudovector): Make non-static.
26380
26381 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
26382 (allocate_pseudovector): Declare.
26383 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
26384
263852007-11-15 Andreas Schwab <schwab@suse.de>
26386
26387 * editfns.c (Fformat): Correctly format EMACS_INT values.
26388 Also take precision into account when formatting an integer.
26389
26390 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
26391
263922007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
26393
26394 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
26395 (syms_of_keyboard): Defsubr it.
26396
26397 * data.c (swap_in_global_binding): Fix longstanding bug where
26398 store_symval_forwarding was not called with the right second argument,
26399 thus causing objfwd-ing from being dropped.
26400
264012007-11-14 Juanma Barranquero <lekktu@gmail.com>
26402
26403 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
26404 (Fx_display_pixel_height, Fx_display_planes)
26405 (Fx_display_color_cells, Fx_server_max_request_size)
26406 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26407 (Fx_display_visual_class, Fx_display_save_under):
26408 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
26409 (Fx_display_pixel_height, Fx_display_planes)
26410 (Fx_display_color_cells, Fx_server_max_request_size)
26411 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
26412 (Fx_display_mm_height, Fx_display_mm_width)
26413 (Fx_display_backing_store, Fx_display_visual_class)
26414 (Fw32_select_font, Fx_display_save_under):
26415 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
26416 (Fx_display_pixel_height, Fx_display_planes)
26417 (Fx_display_color_cells, Fx_server_max_request_size)
26418 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26419 (Fx_display_save_under): Fix typos in docstrings.
26420
264212007-11-14 Juanma Barranquero <lekktu@gmail.com>
26422
26423 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
26424 corresponding to deleted entries; they are an implementation detail.
26425 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
26426 Remove variables.
26427 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
26428 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
26429 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
26430 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
26431 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
26432 (Fw32_define_rgb_color, Fw32_load_color_file)
26433 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
26434 Fix typos in docstrings.
26435 (Fx_server_version): Reflow docstring.
26436 (Fw32_shell_execute): Doc fixes.
26437
264382007-11-13 Juanma Barranquero <lekktu@gmail.com>
26439
26440 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
26441 if w32_parse_hot_key returned nil.
26442
264432007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
26444
26445 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
26446
264472007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 26448
aac0c6e3
MR
26449 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
26450
26451 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
26452
26453 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
26454 Remove W32_SCROLL_BAR_CLICK_EVENT.
26455
26456 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
26457 Add MULTIMEDIA_KEY_EVENT.
26458
26459 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
26460 (lispy_multimedia_keys) [WINDOWSNT]: New array.
26461 (make_lispy_event) [WINDOWSNT]: Use it to translate
26462 MULTIMEDIA_KEY_EVENT.
26463
26464 * w32term.h (WM_APPCOMMAND): Define if not already.
26465 (GET_APPCOMMAND_LPARAM): Likewise.
26466
26467 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
26468 WM_APPCOMMAND.
26469
26470 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
26471 (syms_of_w32fns): Export and initialize it.
26472 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
26473
264742007-11-09 Chong Yidong <cyd@stupidchicken.com>
26475
26476 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
26477 twice.
26478
26479 * xdisp.c (handle_face_prop): Fix last change.
26480
264812007-11-09 Richard Stallman <rms@gnu.org>
26482
26483 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
26484 not just for after-strings and before-strings.
26485 Call face_for_overlay_string and pass the overlay to it.
26486 (handle_display_prop): Determine whether property came from an overlay.
26487 Pass OVERLAY arg to handle_single_display_spec.
26488 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
26489 (load_overlay_strings): Fill in it->string_overlays.
26490 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
26491
26492 * xfaces.c (face_for_overlay_string): Function renamed from
26493 face_at_buffer_position_no_overlays, and add arg OVERLAY.
26494
26495 * dispextern.h (struct it): New elt string_overlays.
26496 New elt from_overlay, also in stack.
26497 Rearrange a few elements.
26498 (face_for_overlay_string): Decl renamed from
26499 face_at_buffer_position_no_overlays, and add argument.
26500
265012007-11-09 Richard Stallman <rms@gnu.org>
26502
26503 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
26504 to get the base face for an overlay string.
26505
26506 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
26507
26508 * xfaces.c (face_at_buffer_position_no_overlays): New function.
26509
26510 * xdisp.c (handle_stop): Move some code out of loop.
26511
265122007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26513
26514 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
26515 Fix conversion from Lisp object to ATSUFontID.
26516
265172007-11-09 Jason Rumney <jasonr@gnu.org>
26518
26519 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
26520
265212007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26522
26523 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
26524 Don't assume regions are aligned to page boundary.
26525 (print_load_command_name): Add LC_UUID if defined.
26526
265272007-11-09 Richard Stallman <rms@gnu.org>
26528
26529 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
26530
265312007-11-07 Jason Rumney <jasonr@gnu.org>
26532
26533 * s/windows95.h: Remove.
26534
265352007-11-06 Jan Djärv <jan.h.d@swipnet.se>
26536
26537 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
26538 abort with a message on unhandled store_type values.
26539
265402007-11-01 Jan Djärv <jan.h.d@swipnet.se>
26541
26542 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
26543 Remove HAVE_X11R5 and HAVE_X11R4.
26544
265452007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26546
26547 * Makefile.in: Remove references to sunfns.c and sunfns.o.
26548
265492007-11-01 Johan Bockgård <bojohan@gnu.org>
26550
26551 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
26552 Don't set s->stippled_p here, since it has already been set by
26553 x_set_glyph_string_gc from x_draw_glyph_string.
26554
265552007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26556
26557 * sunfns.c: Remove file.
26558
26559 * m/sun386.h:
26560 * m/sun2.h:
26561 * m/sparc.h: Remove Sun windows code.
26562
265632007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
26564
26565 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
26566 (init_keyboard): Set current_kboard's window-system to nil.
26567 (tty_read_avail_input): Typo.
26568 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
26569
265702007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
26571
26572 * s/usg5-4.h:
26573 * s/usg5-3.h:
26574 * s/ptx.h:
26575 * m/is386.h:
26576 * m/ibmps2-aix.h:
26577 * Makefile.in: Remove all mentions of X10.
26578
26579 * dispnew.c (syms_of_display): Don't mention version 10.
26580
265812007-10-28 Juanma Barranquero <lekktu@gmail.com>
26582
26583 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
26584 ($(BLD)/abbrev.$(O)): Remove.
26585
265862007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
26587
26588 Rewrite abbrev.c in Elisp.
26589 * image.c (Qcount): Don't declare as extern.
26590 (syms_of_image): Initialize and staticpro `Qcount'.
26591 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
26592 * emacs.c (main): Don't call syms_of_abbrev.
26593 * Makefile.in (obj): Remove abbrev.o.
26594 (abbrev.o): Remove.
26595 * abbrev.c: Remove.
26596
265972007-10-26 Martin Rudalics <rudalics@gmx.at>
26598
26599 * window.c (window_min_size_2): Don't count header-line.
26600
266012007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
26602
26603 * frame.h (struct frame): Move all bit fields after the first bit
26604 field to take advantage of the available space. Group all the
26605 chars together to reduce wasted space due to padding.
26606
266072007-10-26 Juanma Barranquero <lekktu@gmail.com>
26608
26609 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
26610
26611 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
26612 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
26613 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
26614 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
26615 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
26616 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
26617 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
26618 (last_marked, mark_object_loop_halt): Make static.
26619
26620 * frame.c (syms_of_frame) <delete-frame-functions>:
26621 Fix typo in docstring.
26622
266232007-10-25 Juanma Barranquero <lekktu@gmail.com>
26624
26625 * w32.c (init_environment): Fix tiny memory leak.
26626 (w32_get_resource): Remove unused variable `ok'.
26627
266282007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
26629
26630 Make `window-system' into a keyboard-local variable (rather than
26631 frame-local as done originally by multi-tty).
26632
26633 * keyboard.h (struct kboard): Add Vwindow_system.
26634 * keyboard.c (init_kboard): Set a default for Vwindow_system.
26635 (mark_kboards): Mark Vwindow_system.
26636
26637 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
26638 (init_display): Don't set the obsolete `window-system' frame-param.
26639
26640 * xterm.c (x_term_init):
26641 * w32term.c (w32_create_terminal):
26642 * term.c (init_tty): Set Vwindow_system.
26643 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
26644 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
26645
26646 * xfns.c (Fx_create_frame, x_create_tip_frame):
26647 * w32fns.c (Fx_create_frame, x_create_tip_frame):
26648 * macfns.c (Fx_create_frame):
26649 Don't set the obsolete `window-system' frame-param.
26650
26651 * frame.h (Qwindow_system): Remove.
26652 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
26653 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
26654
266552007-10-24 Richard Stallman <rms@gnu.org>
26656
26657 * frame.c (x_figure_window_size): For fullscreen case,
26658 set USPosition | PPosition without clobbering rest of window_prompting.
26659
26660 * keyboard.c (Fcurrent_idle_time): Doc fix.
26661
26662 * print.c (Fwith_output_to_temp_buffer): Doc fix.
26663
266642007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
26665
26666 * process.c (unwind_request_sigio): Only define if __ultrix__.
26667
26668 * callproc.c (child_setup): Remove spurious *.
26669
26670 * lisp.h (Fget_text_property): Declare.
26671 (have_menus_p): Declare it here rather than in sys-dep header files.
26672 * macterm.h (have_menus_p):
26673 * msdos.h (have_menus_p):
26674 * xterm.h (have_menus_p): Remove.
26675
26676 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
26677 (Fmake_variable_frame_local): Just check the variable's const-ness
26678 rather than checking nil or t.
26679
266802007-10-22 Jason Rumney <jasonr@gnu.org>
26681
26682 * w32fns.c: Include math.h.
26683 (w32_abort): Declaration moved to nt/config.nt.
26684
26685 * s/ms-w32.h (HAVE_STDLIB_H): Define.
26686 (abort): Redefinition moved to nt/config.nt.
26687
26688 * m/windowsnt.h: Remove.
26689
266902007-10-22 Juanma Barranquero <lekktu@gmail.com>
26691
26692 * emacs.c (Fdump_emacs): Fix typo in message.
26693 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
26694 <installation-directory>: Reflow docstring.
26695
266962007-10-22 Juri Linkov <juri@jurta.org>
26697
26698 * minibuf.c: Allow minibuffer default to be a list of default values.
26699 With empty input use the first element of this list as returned default.
26700 (string_to_object)
26701 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
26702 (read_minibuf): If defalt is cons, set histstring to its car.
26703 (Fread_string): If default_value is cons, set val to its car.
26704 (Fread_buffer): If def is cons, use its car.
26705 (Fcompleting_read): If defalt is cons, set val to its car.
26706
267072007-10-21 Michael Albinus <michael.albinus@gmx.de>
26708
26709 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
26710
267112007-10-20 Juanma Barranquero <lekktu@gmail.com>
26712
26713 * doc.c (Fdocumentation): Check for advice in all cases.
26714
267152007-10-19 Chong Yidong <cyd@stupidchicken.com>
26716
26717 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
26718
267192007-10-19 Richard Stallman <rms@gnu.org>
26720
26721 * doc.c (Fdocumentation): Check for and handle an advised function.
26722
267232007-10-19 Juanma Barranquero <lekktu@gmail.com>
26724
26725 * process.c (Fset_process_filter): Doc fix.
26726
267272007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
26728
26729 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
26730 which caused key-translation-map to applied repeatedly (thus breaking
26731 double-mode).
26732
267332007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26734
26735 * xselect.c (x_own_selection, x_handle_selection_clear)
26736 (x_clear_frame_selections):
26737 * w32menu.c (list_of_panes, list_of_items):
26738 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
26739 * textprop.c (validate_plist, interval_has_all_properties)
26740 (interval_has_some_properties, interval_has_some_properties_list)
26741 (add_properties, text_property_list):
26742 * process.c (Fget_buffer_process, list_processes_1, status_notify):
26743 * minibuf.c (Fassoc_string):
26744 * macselect.c (x_own_selection, x_clear_frame_selections)
26745 (Fx_disown_selection_internal):
26746 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
26747 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
26748
267492007-10-17 Chong Yidong <cyd@stupidchicken.com>
26750
26751 * process.c: Link to libs for calling res_init() if available.
26752 (Fmake_network_process): Call res_init() before getaddrinfo or
26753 gethostbyname, if possible.
26754
267552007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26756
26757 * lread.c (read1): Set pvectype for char_tables.
26758
26759 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
26760 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
26761 Add type checks.
26762 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
26763
26764 * alloc.c (free_misc): Use XMISCTYPE.
26765 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
26766
267672007-10-17 Glenn Morris <rgm@gnu.org>
26768
26769 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
26770 (syms_of_minibuf): Add Qcompletion_ignore_case.
26771 * dired.c (Qcompletion_ignore_case): Change to external.
26772 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
26773 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
26774 (Fread_file_name): Use it rather than intern'ing.
26775
26776 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
26777 (Fread_coding_system): Ignore case of user input.
26778
267792007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26780
26781 * xdisp.c (handle_display_prop): Ignore display specs after
26782 replacing one when string text is being replaced.
26783 (handle_single_display_spec): Pretend as if characters with display
26784 property haven't been consumed only when buffer text is being replaced.
26785
267862007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
26787
26788 * xfns.c (Fx_create_frame, Fx_display_list):
26789 * window.c (window_fixed_size_p, enlarge_window)
26790 (shrink_window_lowest_first):
26791 * macterm.c (init_font_name_table):
26792 * macfns.c (Fx_create_frame, Fx_display_list):
26793 * lread.c (close_load_descs):
26794 * keyboard.c (read_char_x_menu_prompt):
26795 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
26796 * coding.c (code_convert_region_unwind): Test the type of an object
26797 rather than just !NILP before extracting data from it.
26798
26799 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
26800
26801 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
26802 (XMISCANY): New macro.
26803 (XMISCTYPE): Use it.
26804 (struct Lisp_Misc_Any): New type.
26805 (union Lisp_Misc): Use it.
26806 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
26807 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
26808 (find_symbol_value, set_internal, default_value, Fset_default)
26809 (Fmake_variable_buffer_local, Fmake_local_variable)
26810 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
26811 (Flocal_variable_if_set_p, Fvariable_binding_locus):
26812 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
26813 * alloc.c (allocate_buffer): Set the size and tag.
26814 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
26815 Use XMISCANY.
26816 (die): Follow the GNU convention for error messages.
26817 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
26818 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
26819 tag any more.
26820 (set_buffer_internal_1):
26821 * frame.c (store_frame_param):
26822 * eval.c (specbind):
26823 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
26824
26825 * doc.c (Fsnarf_documentation): Simplify.
26826
268272007-10-14 Juanma Barranquero <lekktu@gmail.com>
26828
26829 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
26830 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
26831
268322007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
26833
26834 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
26835
268362007-10-14 Juanma Barranquero <lekktu@gmail.com>
26837
26838 * eval.c (do_autoload): Don't save autoloads.
26839
26840 * data.c (Ffset): Save autoload of the function being set.
26841
268422007-10-07 John Paul Wallington <jpw@pobox.com>
26843
26844 * xfns.c (x_create_tip_frame): Set the `display-type' frame
26845 parameter before setting up faces.
26846
268472007-10-13 Eli Zaretskii <eliz@gnu.org>
26848
26849 * ccl.c (Fregister_code_conversion_map):
26850 * keyboard.c (append_tool_bar_item): Reformat last change.
26851
26852 * lisp.h (eabs): Rename from `abs'. All callers changed.
26853
268542007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
26855
26856 * buffer.c (add_overlay_mod_hooklist):
26857 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
26858 * fontset.c (make_fontset):
26859 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
26860 (append_tool_bar_item):
26861 * macmenu.c (grow_menu_items):
26862 * w32menu.c (grow_menu_items):
26863 * xmenu.c (grow_menu_items): Use larger_vector.
26864
268652007-10-13 Eli Zaretskii <eliz@gnu.org>
26866
26867 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
26868 selected frame'' on MSDOS).
26869
268702007-10-12 Martin Rudalics <rudalics@gmx.at>
26871
26872 * frame.c (Qexplicit_name): New variable.
26873 (x_report_frame_params): Report it in parameter alist.
26874 (syms_of_frame): Intern and staticpro it.
26875
268762007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
26877
26878 * macfns.c (x_create_tip_frame): Set terminal for frame.
26879
268802007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
26881
26882 * frame.c (Qenvironment): Remove.
26883 (syms_of_frame) <Qenvironment>: Don't initialize.
26884 (Fdelete_frame): Don't treat the `environment' param specially.
26885 * frame.h (Qenvironment): Don't declare.
26886 * callproc.c (set_initial_environment): Don't set unused frame param.
26887
26888 * frame.c (Fframe_with_environment): Remove.
26889 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26890
26891 * lisp.h (Fframe_with_environment): Don't declare.
26892
268932007-10-10 Juanma Barranquero <lekktu@gmail.com>
26894
26895 * indent.c (indent_tabs_mode, last_known_column)
26896 (last_known_column_modified): Make static.
26897 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
26898
268992007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
26900
26901 * puresize.h (BASE_PURESIZE): Increase to 1170000.
26902
269032007-10-09 Jason Rumney <jasonr@gnu.org>
26904
26905 * w32term.c (x_set_window_size): Disable code that attempts to tell
26906 Lisp code about a size change before it actually happens.
26907
269082007-10-09 Richard Stallman <rms@gnu.org>
26909
26910 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
26911 return HANDLED_RETURN.
26912
269132007-10-08 Martin Rudalics <rudalics@gmx.at>
26914
26915 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
26916 when there's an unread command event.
26917
26918 * frame.c (focus_follows_mouse): Move here from frame.el to allow
26919 window autoselection act appropriately when leaving selected frame.
26920 (syms_of_frame): Initialize focus_follows_mouse.
26921 * frame.h (focus_follows_mouse): Extern it.
26922 * macterm.c (XTread_socket): When focus_follows_mouse is nil
26923 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
26924 * msdos.c (dos_rawgetc): Likewise.
26925 * w32term.c (w32_read_socket): Likewise.
26926 * xterm.c (handle_one_xevent): Likewise.
26927 * xdisp.c (syms_of_xdisp): In doc-string of
26928 mouse-autoselect-window mention focus-follows-mouse.
26929
269302007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26931
26932 * macterm.c (mac_load_query_font): Fix missing return value.
26933 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
26934 Add BLOCK_INPUT.
26935
269362007-10-08 Richard Stallman <rms@gnu.org>
26937
26938 * xdisp.c (get_window_cursor_type): Implement documented behavior
26939 for cursor-in-non-selected-windows = t.
26940
269412007-10-08 Jason Rumney <jasonr@gnu.org>
26942
26943 * w32.c (w32_get_resource): Always close registry keys.
26944
269452007-10-08 Jason Rumney <jasonr@gnu.org>
26946
26947 * makefile.w32-in (LIBS): Add COMCTL32.
26948
26949 * w32fns.c (globals_of_w32fns): Init common controls.
26950
269512007-10-08 Richard Stallman <rms@gnu.org>
26952
26953 * image.c (our_memory_buffer): Rename from omfib_buffer.
26954
269552007-10-08 Richard Stallman <rms@gnu.org>
26956
26957 * buffer.c (Foverlays_at): Doc fix.
26958
269592007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
26960
26961 * fns.c (Fplist_put): Preserve uneven tail data.
26962
269632007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
26964
26965 * termhooks.h (enum event_kind): Remove trailing comma.
26966
26967 * frame.h (enum): Remove trailing comma.
26968
269692007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
26970
26971 * w32proc.c (delete_child): Don't terminate threads of zombies.
26972
269732007-10-08 Martin Rudalics <rudalics@gmx.at>
26974
26975 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
26976
26977 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
26978 last-repeatable-command.
26979 (init_kboard): Initialize Vlast_repeatable_command.
26980 (command_loop_1): Set it to real_this_command unless that was
26981 bound to an input event.
26982 (mark_kboards): Mark it.
26983
269842007-10-08 Richard Stallman <rms@gnu.org>
26985
26986 * eval.c (condition-case): Doc fix.
26987
269882007-10-08 Masatake YAMATO <jet@gyve.org>
26989
26990 * xfaces.c (tty_supports_face_attributes_p): Fix code
26991 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
26992 was copied and not edited.
26993
269942007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
26995
26996 Add new `input-decode-map' keymap and use it for terminal
26997 escape sequences.
26998 * keyboard.h (struct kboard): Add Vinput_decode_map.
26999 Remove Vlocal_key_translation_map.
27000 * keyboard.c (read_key_sequence): Add support for input-decode-map.
27001 (init_kboard): Init input-decode-map.
27002 Replace local-key-translation-map back with key-translation-map.
27003 (syms_of_keyboard): Declare input-decode-map.
27004 Remove local-key-translation-map. Update docstrings.
27005 (mark_kboards): Mark Vinput_decode_map.
27006 Don't mark Vlocal_key_translation_map.
27007 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
27008 Replace local-key-translation-map back with key-translation-map.
27009 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
27010 Bind in input-decode-map rather than function-key-map.
27011
27012 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
27013 This was made redundant by the previous introduction of XSETPVECTYPE.
27014
270152007-10-09 Richard Stallman <rms@gnu.org>
27016
27017 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
27018
270192007-09-29 Richard Stallman <rms@gnu.org>
27020
27021 * eval.c (internal_condition_case_2, internal_condition_case_1)
27022 (internal_condition_case): Reenable abort if x_catching_errors ()
27023 to see if that really happens and why.
27024
270252007-10-06 Andreas Schwab <schwab@suse.de>
27026
27027 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
27028
270292007-10-04 Juanma Barranquero <lekktu@gmail.com>
27030
27031 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
27032
270332007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
27034
27035 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
27036
270372007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
27038
27039 * window.h (struct window):
27040 * window.c (struct save_window_data, struct saved_window):
27041 * termhooks.h (struct terminal):
27042 * process.h (struct Lisp_Process):
27043 * frame.h (struct frame):
27044 * buffer.h (struct buffer):
27045 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
27046 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
27047 The size field of (pseudo)vectors is now unsigned.
27048 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
27049
27050 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
27051 Turn `count' into an integer.
27052
27053 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
27054 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
27055 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
27056 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
27057 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
27058
27059 * alloc.c (allocate_pseudovector): New fun.
27060 (ALLOCATE_PSEUDOVECTOR): New macro.
27061 (allocate_window, allocate_terminal, allocate_frame)
27062 (allocate_process): Use it.
27063 (mark_vectorlike): New function.
27064 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
27065 (mark_terminals): Use it.
27066 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
27067 (Fmake_byte_code): Use XSETPVECTYPE.
27068
27069 * frame.c (Fframe_parameters): Minor simplification.
27070
27071 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
27072
27073 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
27074
27075 * buffer.c (Fget_buffer_create, init_buffer_once):
27076 * lread.c (defsubr):
27077 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
27078
27079 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
27080 defined differently in the m/*.h files.
27081 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
27082 (XSETPVECTYPE): New macro.
27083 (XSETPSEUDOVECTOR): Use it.
27084
27085 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
27086 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
27087
27088 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
27089 * lread.c (defvar_per_buffer):
27090 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
27091
27092 * window.c (candidate_window_p): Only consider as visible frames that
27093 are on the same terminal.
27094
27095 * m/ibms390x.h (MARKBIT): Remove unused macro.
27096
270972007-10-01 Juanma Barranquero <lekktu@gmail.com>
27098
27099 * lread.c (Fload): Fix typo in docstring.
27100
271012007-10-01 Michaël Cadilhac <michael@cadilhac.name>
27102
27103 * floatfns.c (Fexpt): Manually check for overflows, so that a power
27104 of a non-zero value can't yield zero.
27105
271062007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
27107
27108 * term.c (term_clear_mouse_face, term_mouse_highlight)
27109 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
27110
27111 * print.c (safe_debug_print): Use XHASH.
27112
27113 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
27114 Lisp elements such as tags.
27115 (XHASH): New macro.
27116 (EQ): Use it.
27117 (SREF, SSET, STRING_COPYIN): Use SDATA.
27118 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
27119
27120 * alloc.c (mark_terminal): Remove left-over declaration.
27121 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
27122 (allocate_vectorlike): Remove type argument. Adjust callers.
27123 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
27124 Only handle the one remaining MEM_TYPE_VECTORLIKE.
27125
27126 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
27127 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
27128 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
27129 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
27130 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
27131 Use them.
27132
27133 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
27134 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
27135 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
27136
271372007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
27138
27139 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
27140 loaded by default.
27141
271422007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
27143
27144 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
27145 on this tty.
27146 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
27147
27148 * term.c (mouse_face_window): Rename from Qmouse_face_window.
27149 Update all users.
27150 (handle_one_term_event): Use Gpm_DrawPointer.
27151 (Fgpm_mouse_start): Rename from Fterm_open_connection.
27152 Signal errors instead of returning nil. Always return nil.
27153 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
27154 Make it a noop if gpm-mouse was not activated.
27155 (syms_of_term): Update names.
27156
271572007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
27158
27159 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
27160 (init_sys_modes): Check that gpm_tty is the current tty.
27161
27162 * alloc.c (allocate_terminal): Set the vector size to only count the
27163 lisp fields. Initialize those to nil.
27164 (mark_object): Don't treat terminals specially.
27165 (mark_terminal): Remove.
27166 (mark_terminals): Use mark_object instead.
27167
27168 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
27169 the GC to the beginning.
27170
27171 * indent.h:
27172 * indent.c: Use EMACS_INT for ints coming from Elisp data.
27173
27174 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
27175
271762007-09-25 Jason Rumney <jasonr@gnu.org>
27177
27178 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
27179
27180 * w32console.c (create_w32cons_output): Remove.
27181
27182 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
27183
27184 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
27185 (reset_sys_modes): Use reset_terminal_modes_hook.
27186
271872007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
27188
27189 * eval.c (do_autoload): Don't output any message.
27190
271912007-09-24 Juri Linkov <juri@jurta.org>
27192
27193 * emacs.c (standard_args): Change priority of "--no-splash"
27194 from 40 to 3. Add "--no-desktop" with the same priority.
27195
271962007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
27197
27198 * alloc.c (gc_sweep): Check cons cell mark bits word by word
27199 and optimize the case where they are all 1.
27200
272012007-09-23 Johannes Weiner <hannes@saeurebad.de>
27202
27203 * lisp.h (abs): Define if not defined.
27204 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
27205 Don't define `abs', since it's defined in lisp.h.
27206
272072007-09-22 Eli Zaretskii <eliz@gnu.org>
27208
27209 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
27210 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
27211 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
27212 (init_tty): Use DEV_TTY instead of "/dev/tty".
27213 [WINDOWSNT]: No need to protect from NAME arg being null.
27214
272152007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
27216
27217 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
27218 up the tty state.
27219
272202007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
27221
27222 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
27223 (gpm_tty): Change its type.
27224 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
27225 (gpm_tty): Change its type and initialize it.
27226 (Fterm_open_connection): Check the frame is indeed a tty.
27227 Use the new gpm_tty.
27228 (Fterm_close_connection): Use the new gpm_tty.
27229 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
27230 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
27231
272322007-09-21 Juanma Barranquero <lekktu@gmail.com>
27233
27234 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
27235 underline_color, to draw strike-through.
27236
272372007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
27238
27239 * lisp.h (allocate_terminal): Declare.
27240
27241 * window.c (candidate_window_p): Consider frames that are being placed
27242 by the user as somewhere between visible and iconified.
27243 (window_loop): Prefer windows on the current frame.
27244 (Fselect_window): Move the use of select-frame to the beginning so we
27245 can just delegate all the work (it'll call us back anyway).
27246
27247 * frame.c (Qdisplay_environment_variable):
27248 * frame.h (Qdisplay_environment_variable): Delete.
27249
27250 * .gdbinit (xbacktrace): Print the arg's address rather than the value
27251 of the first arg, since that value may be a union.
27252
27253 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
27254 parameter rather than Qdisplay_environment_variable. If all else
27255 fails, look for DISPLAY in initial-environment.
27256
272572007-09-21 Glenn Morris <rgm@gnu.org>
27258
27259 * Makefile.in (emacstool): Remove target.
27260 (lisp, shortlisp): Remove termdev.elc.
27261
272622007-09-21 Markus Triska <markus.triska@gmx.at>
27263
27264 * xterm.c (x_delete_display): Compile session management conditionally.
27265
272662007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
27267
27268 * callproc.c (getenv_internal_1): New function.
27269 (getenv_internal): Use it.
27270 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
27271
27272 * terminal.c (get_terminal): Don't accept ints to represent terminals.
27273 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
27274 (Fset_terminal_parameter): Work with dead terminals as well.
27275 (Fmodify_terminal_parameters): Remove.
27276
27277 * terminal.c (get_terminal): Handle terminals.
27278 Make sure the terminal returned is live.
27279 (create_terminal): Use allocate_terminal.
27280 (mark_terminals): Move to alloc.c.
27281 (delete_terminal): Use terminal->name as liveness status.
27282 NULL out fields after freeing their contents.
27283 Don't deallocate the object.
27284 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
27285 rather than an int.
27286 (Fterminal_live_p): Accept non-integer arguments.
27287 (Fterminal_list): Return terminal objects rather than an ints.
27288
27289 * alloc.c (enum mem_type): New member for `terminal' objects.
27290 (allocate_terminal): New function.
27291 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
27292 Handle terminals.
27293 (mark_terminal): New fun.
27294 (mark_terminals): Move from terminal.c.
27295
27296 * term.c (get_tty_terminal): Don't treat output_initial specially.
27297 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
27298 (delete_tty): Use terminal->name as liveness status.
27299
27300 * termhooks.h (struct terminal): Make it into a pseudovector.
27301 Remove `deleted' replaced by checking `name's nullness.
27302
27303 * print.c (print_object): Handle terminals.
27304
27305 * lisp.h (enum pvec_type): New `terminal' pseudovector.
27306 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
27307
27308 * frame.c (make_terminal_frame):
27309 * keyboard.c (tty_read_avail_input):
27310 * w32term.c (x_delete_terminal):
27311 * xfns.c (Fx_create_frame, x_create_tip_frame):
27312 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
27313
273142007-09-20 Glenn Morris <rgm@gnu.org>
27315
27316 * process.c (Fmake_network_process): Doc fix.
27317
273182007-09-19 Jason Rumney <jasonr@gnu.org>
27319
27320 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
27321
273222007-09-19 Michaël Cadilhac <michael@cadilhac.name>
27323
27324 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
27325 Fix a C warning regarding variable constness.
27326
27327 * xterm.c (handle_one_xevent): Fix a C warning.
27328
273292007-09-18 Jason Rumney <jasonr@gnu.org>
27330
27331 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
27332
273332007-09-17 Jan Djärv <jan.h.d@swipnet.se>
27334
27335 * gtkutil.c (gdpy_def): New variable.
27336 (xg_initialize): Initialize gdpy_def.
27337 (xg_display_close): If no other display exists, set gdpy_def to a
27338 new connection.
27339
273402007-09-16 Jan Djärv <jan.h.d@swipnet.se>
27341
27342 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
27343 when we have no file name for the icon.
27344 (xg_tool_bar_expose_callback): Remove.
27345 (xg_create_tool_bar): Don't connect expose signal to
27346 xg_tool_bar_expose_callback.
27347 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
27348
273492007-09-16 Andreas Schwab <schwab@suse.de>
27350
27351 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
27352 values instead of zapping them.
27353
273542007-09-14 Glenn Morris <rgm@gnu.org>
27355
27356 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
27357 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
27358 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
27359 scope and rename to omfib_buffer for clarity.
27360 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
27361
273622007-09-14 Kenichi Handa <handa@m17n.org>
27363
27364 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
27365
273662007-09-13 Jason Rumney <jasonr@gnu.org>
27367
27368 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
27369
27370 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
27371
27372 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
27373 (mac_term_init): Call here instead, passing rif.
27374
273752007-09-13 Glenn Morris <rgm@gnu.org>
27376
27377 * s/hpux.h: No longer define `static' as nothing.
27378
273792007-09-13 Johan Bockgård <bojohan@gnu.org>
27380
27381 * callint.c (Fcall_interactively): Remove unused var `fun'.
27382
273832007-09-12 Romain Francoise <romain@orebokech.com>
27384
27385 * window.c (prefer_window_split_horizontally, display_buffer):
27386 Revert 2007-09-08 change.
27387
273882007-09-12 Glenn Morris <rgm@gnu.org>
27389
27390 * alloca.c: Remove file.
27391 * Makefile.in (alloca): Do not undef.
27392 (allocaobj, alloca.o): Remove.
27393 (otherobj): Remove allocaobj.
27394 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
27395 * regex.c (C_ALLOCA): Remove all references and code that was only
27396 used when this was defined.
27397 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
27398 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
27399 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
27400
27401 * Makefile.in (SOURCES, unlock, relock): Delete.
27402
27403 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
27404 (menu_grab_callback): All uses changed.
27405
27406 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
27407 (x_reply_selection_request): All uses changed.
27408
274092007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
27410
27411 * lread.c (load_warn_old_style_backquotes): Change message to look
27412 better when it appears in the middle of byte-compiler messages.
27413
274142007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
27415
27416 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
27417
27418 * xterm.c (x_create_terminal): Add comment.
27419
27420 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
27421
274222007-09-10 Richard Stallman <rms@gnu.org>
27423
27424 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
27425
274262007-09-10 Michaël Cadilhac <michael@cadilhac.name>
27427
27428 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
27429 (DEFUN): Document `intspec', use it instead of `prompt'.
27430
27431 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
27432
27433 * data.c (Finteractive_form): If the interactive specification starts
27434 with a `(', use it as a Lisp form.
27435
27436 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
27437 name and file modes.
27438
27439 * callint.c (Fcall_interactively): Comment fixes.
27440
274412007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
27442
27443 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
27444 and compiled functions.
27445
274462007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
27447
27448 * window.c (prefer_window_split_horizontally): New variable.
27449 (display_buffer): Consider splitting window horizontally depending
27450 on prefer_window_split_horizontally.
27451
274522007-09-08 Eli Zaretskii <eliz@gnu.org>
27453
27454 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
27455
274562007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27457
27458 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
27459
27460 * frame.c (x_set_frame_parameters): Check number is positive before
27461 using XFASTINT.
27462
27463 * window.c (freeze_window_start): Don't presume selected_window holds
27464 a window object.
27465 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
27466
274672007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
27468
27469 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
27470
274712007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27472
27473 * window.c (Vsplit_window_preferred_function): New var.
27474 (Fdisplay_buffer): Use it.
27475 (syms_of_window): Export, and initialize it.
27476
274772007-09-06 Pixel <pixel@mandriva.com> (tiny change)
27478
27479 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
27480
274812007-09-06 Glenn Morris <rgm@gnu.org>
27482
27483 * gtkutil.c (menu_grab_callback) <cnt>:
27484 * xselect.c (x_reply_selection_request) <cnt>: Move static
27485 variable to file scope.
27486
274872007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
27488
27489 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
27490 consistent values of selected_frame and selected_window.
27491
274922007-09-04 Jason Rumney <jasonr@gnu.org>
27493
27494 * w32console.c (initialize_w32_display): Zero unused hooks.
27495
274962007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27497
27498 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
27499 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
27500
275012007-09-04 Jason Rumney <jasonr@gnu.org>
27502
27503 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
27504 in w32console.c. Set up input. Remove XXX comments that have been
27505 confirmed as correct.
27506
27507 * s/ms-w32.h (MULTI_KBOARD): Define.
27508
27509 * w32console.c (one_and_only_w32cons): Remove.
27510 (initialize_w32_display): Take terminal argument.
27511
27512 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
27513 initialize_w32_display.
27514 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
27515
27516 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
27517
27518 * keyboard.c (discard_mouse_events): Discard it.
27519 (make_lispy_event): Translate it to a lisp event.
27520 (lispy_wheel_names): Add wheel-left and right events.
27521 (syms_of_keyboard): Enlarge wheel_syms.
27522
27523 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
27524 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
27525
27526 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
27527
27528 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
27529 from WM_MOUSEHWHEEL.
27530 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
27531
27532 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
27533 terminal.
27534
27535 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
27536 keyboard for the terminal.
27537
275382007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27539
27540 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
27541 (Vresume_tty_hook): Rename from Vresume_tty_functions.
27542 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
27543 and resume-tty-function to resume-tty-hook.
27544 (Fsuspend_tty, Fresume_tty): Use new names.
27545
275462007-09-02 Jan Djärv <jan.h.d@swipnet.se>
27547
27548 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
27549 if it starts with "n:".
27550
275512007-08-31 Jan Djärv <jan.h.d@swipnet.se>
27552
27553 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
27554
275552007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
27556
27557 * frame.h:
27558 * frame.c (Qterm_environment_variable): Remove.
27559 (syms_of_frame): Don't init and staticpro it.
27560
27561 * callproc.c (getenv_internal): Remove special case for $TERM.
27562
27563 * callproc.c (Vinitial_environment): New variable.
27564 (set_initial_environment): Initialize it.
27565 (syms_of_callproc): Declare it.
27566 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
27567 TERM under which a process runs is never related to the TERM in which
27568 Emacs is running.
27569
275702007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27571
27572 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
27573 * s/darwin.h: ... do it here.
27574
275752007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
27576
27577 * lisp.h (set_initial_environment): Rename from set_global_environment.
27578
27579 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
27580 removed by mistake on the multi-tty branch.
27581
27582 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
27583 (Fmodify_frame_parameters): Return a value.
27584
27585 * image.c (png_load): Comment-out var only used in commented-out code.
27586
27587 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
27588 before passing it to mark_object.
27589
27590 * xfaces.c (internal_resolve_face_name): Return a value.
27591 (internal_resolve_face_name, resolve_face_name_error): Comment out.
27592
27593 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
27594 (x_icon): Comment-out var only used in commented-out code.
27595
275962007-08-29 Romain Francoise <romain@orebokech.com>
27597
27598 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
27599 QUIT hasn't been provided.
27600
276012007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27602
27603 * callproc.c (child_setup, getenv_internal): Use the
27604 display-environment-variable and term-environment-variable frame params.
27605 (set_initial_environment): Initialise Vprocess_environment.
27606
27607 * config.in: Disable multi-keyboard support on a mac.
27608
27609 * frame.c (Qterm_environment_variable)
27610 (Qdisplay_environment_variable): New variables.
27611 (syms_of_frame): Intern and staticpro them.
27612 (Fmake_terminal_frame): Disable output method test.
27613
27614 * frame.h: Declare them here.
27615
27616 * macfns.c (x_set_mouse_color): Get rif from the frame.
27617 (x_set_tool_bar_lines): Don't use updating_frame.
27618 (mac_window): Add 2 new parameters for consistency with other systems.
27619 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
27620 frame parameters following what is done in X11 and w32. Don't use
27621 FRAME_MAC_DISPLAY_INFO.
27622 (Fx_open_connection, start_hourglass): Remove window-system check.
27623 (x_create_tip_frame): Get the keyboard from the terminal.
27624
27625 * macmenu.c: Reorder includes.
27626 (Fx_popup_menu): Use terminal specific mouse_position_hook.
27627
27628 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
27629 terminal parameter.
27630 (x_clear_frame): Add a frame parameter.
27631 (note_mouse_movement): Get rif from the frame.
27632 (mac_term_init): Initialize the terminal.
27633 (mac_initialize): Make static and move terminal initialization ...
27634 (mac_create_terminal): ... to this new function.
27635
27636 * macterm.h (struct mac_display_info): Add terminal.
27637 (mac_initialize): Delete declaration.
27638
27639 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
27640
27641 * sysdep.c: Comment out text after #endif.
27642
27643 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
27644 is defined. Better initialize ttys in windows. Use terminal
27645 specific mouse_position_hook.
27646
27647 * termhooks.h (union display_info): Add mac_display_info.
27648
27649 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
27650 Set the default minibuffer frame, window_system and the rest of the
27651 frame parameters following what is done in X11.
27652
27653 * w32term.c (w32_initialize): Make static.
27654
27655 * xselect.c (x_handle_selection_clear): Only access
27656 terminal->kboard when MULTI_KBOARD is defined.
27657
27658 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
27659 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
27660
276612007-08-29 Jason Rumney <jasonr@gnu.org>
27662
27663 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
27664 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
27665
27666 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
27667 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
27668
27669 * keyboard.c (restore_kboard_configuration): Only define when
27670 MULTI_KBOARD defined.
27671
27672 * makefile.w32-in: Update dependancies from Makefile.in.
27673 (OBJ1): Add terminal.$(O)
27674
27675 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
27676 Don't define function body.
27677 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
27678
27679 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
27680
27681 * w32.c (request_sigio, unrequest_sigio): Remove.
27682
27683 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
27684 (w32con_clear_frame, w32con_clear_end_of_line)
27685 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
27686 (w32con_delete_glyphs, w32con_set_terminal_window)
27687 (scroll_line, w32_sys_ring_bell): Add frame arg.
27688 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
27689 Add terminal arg.
27690 (PICK_FRAME): Remove.
27691 (w32con_write_glyphs): Use frame specific terminal coding.
27692 (one_and_only_w32cons): New global variable.
27693 (initialize_w32_display): Use it for storing hooks.
27694 (create_w32cons_output): New function.
27695
27696 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
27697 arg a frame.
27698
27699 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
27700 Set window_system.
27701 (x_set_tool_bar_lines): Don't use updating_frame.
27702 (Fx_create_frame): Set terminal and ref count.
27703 (Fx_open_connection): Remove window-system check.
27704
27705 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
27706
27707 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
27708 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
27709 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
27710 Add frame arg.
27711 (x_delete_terminal, w32_create_terminal): New functions.
27712 (w32_term_init): Create a terminal.
27713 (w32_initialize): Move terminal specific initialization to
27714 w32_create_terminal.
27715
27716 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
27717 (w32_clear_rect, w32_clear_area): Use background from frame.
27718 (w32_display_info): Add terminal.
27719 (w32_sys_ring_bell, x_delete_display): Declare here.
27720
27721 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
27722
27723 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
27724
277252007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
27726
27727 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
27728 Fix get_named_tty calls for the controlling tty.
27729
277302007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
27731
194d44e7 27732 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
27733
277342007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
27735
27736 * term.c (tty_insert_glyphs): Add missing first parameter.
27737
277382007-08-29 Károly Lőrentey <karoly@lorentey.hu>
27739
27740 * buffer.c (Fbuffer_list, Fbury_buffer):
27741 Take frame->buried_buffer_list into account.
27742
27743 * cm.c (current_tty): New variable, for cmputc().
27744 (cmputc): Use it.
27745 (cmcheckmagic): Add tty parameter, look up terminal streams there.
27746 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
27747 (cmgoto): Add tty parameter. Pass it on to calccost().
27748 Use emacs_tputs() instead of tputs().
27749
27750 * cm.h (emacs_tputs): New macro to set current_tty, and then call
27751 tputs().
27752 (current_tty): New variable, for cmputc().
27753 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
27754
27755 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
27756 (internal_condition_case, internal_condition_case_1)
27757 (internal_condition_case_2): Don't abort when x_catching_errors.
27758
27759 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
27760 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
27761 prevent crashes caused by bogus longjmps in read_char.
27762
27763 * keymap.h (Fset_keymap_parent): Add EXFUN.
27764
27765 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
27766 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
27767 Remove redundant definition.
27768
27769 * macfns.c (x_set_mouse_color, x_make_gc):
27770 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27771
27772 * w32term.c (x_free_frame_resources):
27773 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27774 (w32_initialize): Use the accessor macros for terminal characteristics.
27775
27776 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
27777 Use the accessor macros for terminal characteristics.
27778 * msdos.c (internal_terminal_init): Use the accessor macros for
27779 terminal characteristics.
27780 (ScreenVisualBell, internal_terminal_init):
27781 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27782
27783 * termopts.h (no_redraw_on_reenter): Declare.
27784
27785 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
27786 (mark_terminals, mark_ttys): Declare.
27787 (Fgarbage_collect): Call them.
27788 (mark_object): Mark buried_buffer_list.
27789
27790 * prefix-args.c: Include stdlib.h for exit.
27791
27792 * syssignal.h: Add comment.
27793
27794 * indent.c: Include stdio.h.
27795
27796 * window.h (Vinitial_window_system): Declare.
27797 (Vwindow_system): Delete declaration.
27798
27799 * fontset.c (Finternal_char_font): Use FRAME_RIF.
27800
27801 * image.c (lookup_image): Don't initialize `c' until the xasserts
27802 have been run.
27803
27804 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
27805 FRAME_FOREGROUND_PIXEL.
27806
27807 * print.c (print_preprocess): Don't lose print_depth levels while
27808 iterating.
27809
27810 * widget.c (update_from_various_frame_slots):
27811 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27812
27813 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
27814 frames.
27815 (window_internal_height): Remove bogus make_number call.
27816 (init_window_once): Call make_terminal_frame with two zero parameters.
27817
27818 * fileio.c (Fread_file_name): Update comment.
27819
27820 * callint.c (Fcall_interactively):
27821 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
27822 Make sure it is correctly unwound.
27823
27824 * xsmfns.c (x_session_close): New function.
27825
27826 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
27827 Delete declarations.
27828
27829 * xterm.h: Remove declaration for x_fully_uncatch_errors.
27830 (x_output): Remove background_pixel and foreground_pixel fields.
27831 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
27832 (x_delete_device, x_session_close): Declare.
27833
27834 * lread.c: Include setjmp.h. Update declaration of `read_char'.
27835 (read_filtered_event): Call `read_char' with a local
27836 `wrong_kboard_jmpbuf'.
27837
27838 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
27839 Don't call single_kboard_state. Use FRAME_RIF.
27840
27841 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
27842 systems.
27843
27844 * lisp.h (set_process_environment): Rename to `set_global_environment'.
27845 (Fframe_with_environment, Fset_input_meta_mode)
27846 (Fset_quit_char): EXFUN.
27847 (x_create_device, tty_output, terminal, tty_display_info): Declare.
27848 (init_sys_modes, reset_sys_modes): Update prototypes.
27849 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
27850
27851 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
27852 Vlocal_key_translation_map, and Vkeyboard_translate_table.
27853 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
27854 Delete declarations.
27855 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
27856 (temporarily_switch_to_single_kboard, tty_read_avail_input):
27857 New declarations.
27858
27859 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
27860 already does that during init_display(). Call syms_of_keymap
27861 before syms_of_keyboard. Call `syms_of_terminal'.
27862 Call set_initial_environment, not set_process_environment.
27863 (shut_down_emacs): Call reset_all_sys_modes() instead of
27864 reset_sys_modes().
27865
27866 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
27867 (internal_resolve_face_name, resolve_face_name_error): New functions.
27868 (resolve_face_name): Protect against loops and errors thrown by Fget.
27869 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
27870 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
27871
27872 * scroll.c: Replace CURTTY() with local variables throughout the
27873 file (where applicable).
27874 (calculate_scrolling, calculate_direct_scrolling)
27875 (scrolling_1, scroll_cost): Use the accessor macros for terminal
27876 characteristics.
27877
27878 * keymap.c (Vfunction_key_map): Remove.
27879 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
27880 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
27881 (Vkey_translation_map): Remove.
27882 (syms_of_keymap): Remove DEFVAR for key-translation-map.
27883 (Fdescribe_buffer_bindings)
27884 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
27885 Update for terminal-local key-translation-map.
27886
27887 * Makefile.in (callproc.o): Update dependencies.
27888 (lisp, shortlisp): Add termdev.elc.
27889 (obj): Add terminal.o.
27890 (terminal.o): Add dependencies.
27891 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
27892 (data.o, fns.o): Add termhooks.h dependency.
27893 (SOME_MACHINE_LISP): Add dnd.elc.
27894 (minibuf.o): Fix typo.
27895 Update dependencies.
27896
27897 * data.c (do_symval_forwarding, store_symval_forwarding)
27898 (find_symbol_value): Use the selected frame's keyboard, not
27899 current_kboard.
27900
27901 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
27902 Vwindow_system.
27903
27904 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
27905 Fmenu_bar_open.
27906 (syms_of_xmenu): Update defsubr.
27907 (mouse_position_for_popup, Fx_popup_menu)
27908 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
27909 (set_frame_menubar, free_frame_menubar)
b97439ce 27910 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
27911 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
27912 an X frame.
27913
27914 * xselect.c (x_own_selection): Abort if not an X frame.
27915 (some_frame_on_display): Check if it is an X frame.
27916 (x_handle_selection_clear): Deal with MULTI_KBOARD.
27917
27918 * coding.c: Include frame.h and termhooks.h.
27919 (terminal_coding, keyboard_coding): Delete.
27920 (Fset_terminal_coding_system_internal)
27921 (Fset_keyboard_coding_system_internal)
27922 (Fkeyboard_coding_system)
27923 (Fterminal_coding_system): Add a terminal parameter.
27924 Get terminal_coding from the terminal.
27925 (init_coding_once): Don't call setup_coding_system here.
27926
27927 * dispextern.h (set_scroll_region, turn_off_insert)
27928 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
27929 (tty_clear_end_of_line, tty_setup_colors)
27930 (delete_tty, updating_frame)
27931 (produce_special_glyphs, produce_glyphs, write_glyphs)
27932 (insert_glyphs): Remove.
27933 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
27934 (tty_turn_off_highlight, get_tty_size): Add declaration.
27935 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
27936
27937 * frame.h (enum output_method): Add output_initial.
27938 (struct x_output): Delete.
27939 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
27940 Access foreground_pixel and background_pixel directly from the frame.
27941 (tty_display): Delete.
27942 (struct frame): Add buried_buffer_list, foreground_pixel,
27943 background_pixel and terminal. Delete kboard.
27944 (union output_data): Add tty.
27945 (FRAME_KBOARD): Get the kboard from the terminal.
27946 (FRAME_INITIAL_P): New macro.
27947 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
27948 (Qterm_environment_variable, Qdisplay_environment_variable)
27949 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
27950 New declarations.
27951
27952 * termchar.h (tty_output, tty_display_info): New structures.
27953 (tty_list): Declare.
27954 (FRAME_TTY, CURTTY): New macros.
27955 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
27956 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
27957 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
27958 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
27959
27960 * callproc.c: Include frame.h and termhooks.h, for terminal
27961 parameters.
27962 (add_env): New function.
27963 (child_setup): Use it.
27964 (child_setup, getenv_internal): Handle the new Vprocess_environment.
27965 (getenv_internal): Fix get_terminal_param call.
27966 (Fgetenv_internal, egetenv): Update doc.
27967 (syms_of_callproc): Initialize Vprocess_environment to nil.
27968 Register and initialize them. Remove obsolete defvars. Update doc
27969 strings.
27970 (child_setup): Handle Vlocal_environment_variables.
27971 (getenv_internal): Add terminal parameter.
27972 Handle Vlocal_environment_variables.
27973 (Fgetenv_internal): Add terminal parameter.
27974 (child_setup, getenv_internal, Fgetenv_internal): Store the local
27975 environment in a frame (not terminal) parameter. Update doc strings.
27976 (set_initial_environment): Rename from set_global_environment.
27977 Store Emacs environment in initial frame parameter.
27978
27979 * xdisp.c (redisplay_internal): Update references to
27980 `previous_terminal_frame'.
27981 (display_mode_line, Fformat_mode_line): Replace calls to
27982 `push_frame_kboard' with `push_kboard'.
27983 (get_glyph_string_clip_rects): Add extra parentheses and
27984 braces to prevent compiler warnings.
27985 (calc_pixel_width_or_height): Add xassert to check that the
27986 frame is alive. Don't call `lookup_image' on a termcap frame.
27987 (message2_nolog, message3_nolog, redisplay_internal)
27988 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
27989 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
27990 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
27991 (Fx_display_pixel_width, Fx_display_pixel_height)
27992 (Fx_display_planes, Fx_display_color_cells)
27993 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
27994 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
27995 (Fx_display_backing_store, Fx_display_visual_class)
27996 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
27997 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
27998
27999 * xfns.c (x_set_foreground_color x_set_background_color)
28000 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
28001 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28002 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
28003 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
28004 terminal that is being deleted.
28005 (Fx_create_frame): Use `store_frame_param' to set `window-system'
28006 frame parameter, and make sure it overrides any user-supplied setting.
28007 (Fx_close_connection, Fx_synchronize): Unify argument names with
28008 the rest of the DEFUNs.
28009
28010 * dispnew.c (Fsend_string_to_terminal): Update call to
28011 `get_tty_terminal'.
28012 (Fredraw_frame, Fsend_string_to_terminal)
28013 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
28014 FRAME_TERMCAP_P and FRAME_TTY.
28015 (window_change_signal): Don't believe width/height values that are
28016 impossibly small.
28017 (Vinitial_window_system): Rename from Vwindow_system.
28018 (termscript, Wcm, rif): Delete.
28019
28020 * termhooks.h (struct terminal): New struct containing the
28021 previously global text display hooks and new members NAME,
28022 DELETED and PARAM_ALIST.
28023 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
28024 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
28025 (FRAME_RIF): New macros.
28026 (get_terminal_param, get_device): New declarations.
28027 (termscript): Delete declaration.
28028
28029 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
28030 (XTflash, x_free_frame_resources, x_scroll_bar_create)
28031 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
28032 FRAME_FOREGROUND_PIXEL.
28033 (x_fully_uncatch_errors): Disable definition.
28034 (x_scroll_bar_expose): Fix reference to foreground pixel.
28035 (XTread_socket): Disable loop on all X displays.
28036 (x_delete_terminal): Don't set terminal->deleted and let
28037 delete_terminal delete the frames on the terminal.
28038 (x_delete_display): Doc update to reflect changes in
28039 delete_terminal.
28040 (x_display_info) <terminal>: Move member earlier in the struct.
28041 (deleting_tty): Remove old variable.
28042 (Fsuspend_tty): Call clear_tty_hooks.
28043 (Fresume_tty, init_tty): Call set_tty_hooks.
28044 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
28045 errors on X frames.
28046 (x_catch_errors_unwind): Abort if x_error_message is NULL.
28047 (handle_one_xevent): Initialize `f' to NULL.
28048 (x_delete_terminal, x_create_terminal): New functions.
28049 (XTset_terminal_modes, XTreset_terminal_modes)
28050 (XTread_socket, x_connection_closed, x_term_init)
28051 (x_term_init, x_delete_display): Add terminal parameter.
28052 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
28053 X connections.
28054
28055 * frame.c: Include termchar.h.
28056 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
28057 (Qwindow_system, Qenvironment, Qterm_environment_variable)
28058 (Qdisplay_environment_variable): New vars.
28059 (Fframep): Deal with output_initial.
28060 (Fframe-live-p): Doc fix.
28061 (Fwindow-system): New function.
28062 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
28063 (make_terminal_frame): Don't create frames on a terminal that is
28064 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28065 (store_frame_param): Check for found_for_frame before calling XFRAME.
28066 (Fmake_terminal_frame): Handle NULL tty names correctly.
28067 (syms_of_frame): Enhance doc string of `default-frame-alist'.
28068 (Fdelete_frame): Remove unused variable `count'. Don't allow other
28069 frames to refer to a deleted frame in their 'environment parameter.
28070 (Fframe_with_environment): New function.
28071 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
28072 (get_future_frame_param): New function.
28073 (Fmake_terminal_frame): Use it.
28074 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
28075
28076 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
28077 * sysdep.c (reset_sys_modes): Update for renames.
28078
28079 * keyboard.c (tty_read_avail_input): New function.
28080 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
28081 (syms_of_keyboard): Defsubr them.
28082 (Fset_input_meta_mode, Fset_quit_char): New functions.
28083 (Fset_input_mode): Split to above functions.
28084 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
28085 parameter. Use it in call to `read_char'.
28086 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
28087 Set wrong_kboard_jmpbuf correctly in recursive calls.
28088 Use current_kboard to access Vkeyboard_translate_table.
28089 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
28090 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
28091 Update longjmp invocations. Remember the original current_kboard,
28092 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
28093 changes it. Comment out unnecessary calls to
28094 `record_single_kboard_state' and `any_kboard_state'.
28095 Update recursive calls.
28096 (wrong_kboard_jmpbuf): Remove global variable.
28097 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
28098 Handle deleted interrupted_kboards correctly; that is a legal
28099 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
28100 and read_char calls. Abort if interrupted_kboard died in read_char.
28101 (any_kboard_state, single_kboard_state)
28102 (push_frame_kboard): Remove function.
28103 (pop_kboard): Switch out of single_kboard mode if the kboard has
28104 been deleted. Remove unused variable. Help debugging by not
28105 changing current_kboard unnecessarily. Set current_kboard to the
28106 kboard of the selected frame when the stored kboard object has
28107 been deleted before pop_kboard.
28108 (temporarily_switch_to_single_kboard): Change first parameter to a
28109 frame pointer. Throw an error when caller wants to change kboards
28110 while in single_kboard mode. Don't push_kboard if we weren't in
28111 single kboard state. Don't pop_kboard if we popped into any
28112 kboard state.
28113 (restore_kboard_configuration): Abort if pop_kboard changed the
28114 kboard in single_kboard mode. Call pop_kboard only after setting
28115 up single_kboard mode.
28116 (Frecursive_edit): Switch to single_kboard mode only in nested
28117 command loops.
28118 (cmd_error, command_loop, command_loop_1, timer_check):
28119 Comment out unnecessary call to `any_kboard_state' and
28120 `record_single_kboard_state'.
28121 (delete_kboard): Exit single_kboard mode if we have just deleted
28122 that kboard. Use FRAME_KBOARD.
28123 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
28124 `fatal_error_signal'.
28125 (record_single_kboard_state): Don't push_kboard if we weren't in
28126 single kboard state. Don't pop_kboard if we popped into any
28127 kboard state.
28128 (push_frame_kboard): Rename to push_kboard.
28129 (kbd_buffer_get_event): Use FRAME_TERMINAL.
28130 (read_avail_input): Read input from all terminals.
28131 (mark_kboards): Also mark Vkeyboard_translate_table.
28132 (kbd_buffer_store_event_hold): Simplify condition.
28133 (read_key_sequence): Reinitialize fkey and keytran at each replay.
28134 (Vkeyboard_translate_table): Move to struct kboard.
28135 (init_kboard): Initialize Vkeyboard_translate_table.
28136 (syms_of_keyboard): Use DEFVAR_KBOARD to define
28137 Vkeyboard_translate_table. Update doc strings. Update docs of
28138 local-function-key-map and function-key-map.
28139
28140 * terminal.c: New file.
28141
28142 * term.c: Include errno.h.
28143 (Vring_bell_function, device_list, initial_device)
28144 (next_device_id, ring_bell, update_begin, update_end)
28145 (set_terminal_window, cursor_to, raw_cursor_to)
28146 (clear_to_end, clear_frame, clear_end_of_line)
28147 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
28148 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
28149 (syms_of_term): Move their initialization to terminal.c.
28150 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
28151 (Ftty_display_color_cells)
28152 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
28153 (clear_tty_hooks, set_tty_hooks)
28154 (init_tty, maybe_fatal): New functions.
28155 (Ftty_type): Return nil if terminal is not on a tty instead of
28156 throwing an error. Doc update.
28157 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
28158 Doc update. Initialize new subrs and variables.
28159 (delete_tty): Use terminal->deleted.
28160 (tty_set_terminal_modes): Rename from set_terminal_modes.
28161 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
28162 (set_scroll_region): Rename to `tty_set_scroll_region'.
28163 (turn_on_insert): Rename to `tty_turn_on_insert'.
28164 (turn_off_insert): Rename to `tty_turn_off_insert'.
28165 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
28166 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
28167 (toggle_highligh): Rename to `tty_toggle_highlight'.
28168 (background_highlight): Rename to `tty_background_highlight'.
28169 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
28170 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
28171 (tty_set_scroll_region, tty_background_highlight)
28172 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
28173 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
28174 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
28175 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
28176 Add static modifier.
28177 (tty_reset_terminal_modes, tty_set_terminal_window)
28178 (tty_set_scroll_region, tty_background_highlight)
28179 (tty_highlight_if_desired, tty_cursor_to)
28180 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
28181 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
28182 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
28183 renames.
28184
281852007-08-28 Jan Djärv <jan.h.d@swipnet.se>
28186
28187 * keyboard.c: Qrtl is new.
28188 (parse_tool_bar_item): Handle :rtl keyword.
28189 (syms_of_keyboard): Intern :rtl keyword.
28190
28191 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
28192
28193 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
28194 so no Lisp code is executed.
28195 (file_for_image, find_rtl_image): New functions.
28196 (xg_get_image_for_pixmap): Use file_for_image.
28197 (update_frame_tool_bar): If direction is RTL, use RTL image if
28198 defined. Use Gtk stock images if defined.
28199
282002007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28201
28202 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
28203 for nonexistent or zero-width glyph in composition glyph.
28204
282052007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
28206
28207 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
28208
28209 * xdisp.c (Finvisible_p): New function.
28210 (syms_of_xdisp): defsubr it.
28211
282122007-08-24 Juanma Barranquero <lekktu@gmail.com>
28213
28214 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
28215 Doc fixes.
28216
282172007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28218
28219 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
28220
282212007-08-24 Martin Rudalics <rudalics@gmx.at>
28222
28223 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
28224 whether decoding has modified buffer contents.
28225
282262007-08-24 Jason Rumney <jasonr@gnu.org>
28227
28228 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
28229 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
28230 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
28231 (init_svg_functions) [HAVE_NTGUI]: New function.
28232 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
28233 (svg_load_image): Use them.
28234 (svg_load_image) [HAVE_NTGUI]: Implement background.
28235
282362007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28237
28238 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
28239 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
28240 (LIBX): Remove @RSVG_LIBS@.
28241 (LIBES): Add $(RSVG_LIBS).
28242
28243 * image.c (svg_load_image): Blend with specified background if exists.
28244 Use IMAGE_BACKGROUND. Add Mac OS Support.
28245
28246 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
28247 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
28248 Remove macros.
28249 [MAC_OSX] (socket_callback): Do nothing.
28250 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
28251 ReceiveNextEvent.
28252 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
28253 socket_callback.
28254 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
28255
282562007-08-22 Glenn Morris <rgm@gnu.org>
28257
28258 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
28259
282602007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
28261
28262 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
28263
28264 * image.c: Add support for SVG images. Some additional comments
28265 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
28266 (svg_image_p): New function to test for SVG image.
28267 (svg_load): New function to load SVG image.
28268 (svg_load_image): New function, helper for svg_load.
28269 (Qsvg): New Lisp_object.
28270 (svg_keyword_index): New enum.
28271 (svg_format): New static `image_keyword' struct.
28272 (svg_type): New static `image_type' struct.
28273 (librsvg/rsvg.h): Include it.
28274
282752007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
28276
28277 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
28278
282792007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
28280
28281 * lread.c (Qold_style_backquotes): New var.
28282 (syms_of_lread): Init and staticpro it.
28283 (load_warn_old_style_backquotes): New fun.
28284 (Fload): Use them to warn about old style backquotes.
28285 (end_of_file_error, Fload): Remove unused vars.
28286
28287 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
28288
28289 * lread.c (Vold_style_backquotes): New var.
28290 (syms_of_lread): Init and export it to Elisp.
28291 (read1): Set it when we find an old-style (back)quote.
28292
282932007-08-22 Jason Rumney <jasonr@gnu.org>
28294
28295 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
28296
282972007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
28298
28299 * puresize.h (BASE_PURESIZE): Increase to 1140000.
28300
283012007-08-19 Richard Stallman <rms@gnu.org>
28302
28303 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
28304
283052007-08-19 Andreas Schwab <schwab@suse.de>
28306
28307 * alloc.c (pure): Round PURESIZE up.
28308
283092007-08-17 Jan Djärv <jan.h.d@swipnet.se>
28310
28311 * xterm.c (handle_one_xevent): Remove check that mouse click is in
28312 active frame.
28313
283142007-08-16 Richard Stallman <rms@gnu.org>
28315
28316 * eval.c (Fcommandp): Add parens to clarify.
28317
28318 * minibuf.c (Fall_completions): Use enum for type of table.
28319
28320 * emacs.c (USAGE2): Improve text.
28321
283222007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
28323
28324 * term.c (tty_default_color_capabilities): Declare static
28325 variables in file scope, to avoid HPUX compiler problem.
28326
283272007-08-13 Jan Djärv <jan.h.d@swipnet.se>
28328
28329 * gtkutil.c (update_frame_tool_bar): Use -1 as index
28330 to gtk_toolbar_insert.
28331
283322007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
28333
28334 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
28335
28336 * insdel.c (reset_var_on_error): New fun.
28337 (signal_before_change, signal_after_change):
28338 Use it to reset (after|before)-change-functions to nil in case of error.
28339 Bind inhibit-modification-hooks to t.
28340 Don't bind (after|before)-change-functions to nil while they run.
28341
283422007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28343
28344 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
28345 filling pixmap with stippled background.
28346
283472007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28348
28349 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
28350 Don't use invisible frame as parent window for repositioning.
28351
283522007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
28353
28354 * print.c (new_backquote_output): Rename from old_backquote_output.
28355 (print): Inverse its logic (according to its name) so as to match the
28356 behavior of new_backquote_flag in lread.c.
28357
283582007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28359
28360 * gmalloc.c (posix_memalign): New function.
28361
28362 * macterm.c (frame_highlight, frame_unhighlight): Don't call
28363 ActivateControl/DeactivateControl here.
28364 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
28365 frame-notice-user-settings is non-nil.
28366 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
28367 for kEventParamFMFontStyle.
28368 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
28369 mac_pass_command_to_system and mac_pass_control_to_system here.
28370 (XTread_socket): Call ActivateControl/DeactivateControl here.
28371 (XTread_socket) [TARGET_API_MAC_CARBON]:
28372 Check mac_pass_command_to_system and mac_pass_control_to_system here.
28373 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
28374 for window repositioning.
28375
283762007-08-08 Glenn Morris <rgm@gnu.org>
28377
28378 * Replace `iff' in doc-strings and comments.
28379
283802007-08-07 Chong Yidong <cyd@stupidchicken.com>
28381
28382 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
28383
283842007-08-07 Martin Rudalics <rudalics@gmx.at>
28385
28386 * fileio.c (Finsert_file_contents): Run format-decode and
28387 after_insert_file_functions on entire buffer when REPLACE is
28388 non-nil and inhibit modification_hooks and point_motion_hooks.
28389 For consistency, run after_insert_file_functions iff something
28390 got inserted. Move signal_after_change and update_compositions
28391 after code running after_insert_file_functions. Make sure that
28392 undo_list doesn't record intermediate steps of the decoding process.
28393
283942007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28395
28396 * emacs.c (main)
28397 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
28398 Call malloc_enable_thread on interactive startup.
28399
28400 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
28401 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
28402 [USE_PTHREAD]: Conditionalize with it.
28403 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
28404 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
28405 New functions.
28406
284072007-08-06 Chong Yidong <cyd@stupidchicken.com>
28408
28409 * xdisp.c (redisplay_window): When restoring original buffer
28410 position, make sure it is still valid.
28411
28412 * image.c (png_load): Ignore png-supplied background color.
28413
284142007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28415
28416 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
28417 Use kCFAbsoluteTimeIntervalSince1970.
28418
28419 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
28420 New variable.
28421 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
28422 event loop should be quit.
28423 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
28424 Quit dialog event loop if quit_dialog_event_loop is set.
28425
28426 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
28427 (Selection): New typedef. Use instead of ScrapRef.
28428 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
28429 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
28430 (mac_clear_selection): Rename from clear_scrap.
28431 (get_flavor_type_from_symbol): New argument SEL and subsume function of
28432 scrap_has_target_type. All uses changed.
28433 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
28434 (mac_selection_has_target_p): New functions.
28435 (mac_put_selection_value): Rename from put_scrap_string.
28436 (mac_get_selection_value): Rename from get_scrap_string.
28437 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
28438 (put_scrap_private_timestamp, scrap_has_target_type)
28439 (get_scrap_private_timestamp): Remove functions.
28440 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
28441 (x_own_selection, x_get_local_selection):
28442 Use mac_valid_selection_value_p.
28443 (x_own_selection): Don't use put_scrap_private_timestamp.
28444 Record OWNERSHIP-INFO into Vselection_alist instead.
28445 (x_get_local_selection): Don't check type if request is local.
28446 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
28447 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
28448
284492007-08-04 Jan Djärv <jan.h.d@swipnet.se>
28450
28451 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
28452 add comment explaining why.
28453
284542007-08-03 Richard Stallman <rms@gnu.org>
28455
28456 * fileio.c (Fvisited_file_modtime): Use make_time.
28457
284582007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
28459
28460 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
28461 build.
28462
284632007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
28464
28465 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
28466
284672007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
28468
28469 * puresize.h (BASE_PURESIZE): Increase to 1130000.
28470
284712007-07-30 Richard Stallman <rms@gnu.org>
28472
28473 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
28474
284752007-07-29 Jan Djärv <jan.h.d@swipnet.se>
28476
28477 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
28478
284792007-07-28 Nick Roberts <nickrob@snap.net.nz>
28480
28481 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
28482 remote default-directory.
28483
28484 * buffer.c (mode-line-format): Update doc string.
28485
284862007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28487
28488 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
28489 scroll bar gap.
28490 (x_scroll_bar_create): Set bar->fringe_extended_p.
28491 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
28492 on frame edge. Check fringe background extension. Don't clear
28493 extended fringe background area.
28494
28495 * w32term.h (struct scroll_bar): New member fringe_extended_p.
28496 (w32_fill_area): Enclose multiple statements with do ... while (0).
28497
28498 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
28499 Extend fringe background to scroll bar gap.
28500 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
28501 Set bar->fringe_extended_p.
28502 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28503 Put leftmost/rightmost scroll bars on frame edge. Check fringe
28504 background extension. Don't clear extended fringe background area.
28505
28506 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28507 New member fringe_extended_p.
28508
285092007-07-25 Glenn Morris <rgm@gnu.org>
28510
28511 * Relicense all FSF files to GPLv3 or later.
28512
28513 * COPYING: Switch to GPLv3.
28514
285152007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
28516
28517 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
28518
28519 * data.c (Finteractive_form): Check for the presence of an
28520 `interactive-form' symbol property more thoroughly.
28521
28522 * data.c (Finteractive_form): Use an `interactive-form' property if
28523 present, analogous to the function-documentation property.
28524
285252007-07-24 Jason Rumney <jasonr@gnu.org>
28526
28527 * w32fns.c (x_real_positions): Get real position from OS instead of
28528 calculating it.
28529
285302007-07-23 Jason Rumney <jasonr@gnu.org>
28531
28532 * filelock.c (current_lock_owner): Allow for @ sign in username.
28533
285342007-07-22 Nick Roberts <nickrob@snap.net.nz>
28535
28536 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
28537 remote default-directory.
28538
28539 * buffer.c (mode-line-format): Describe above case in doc string.
28540
285412007-07-20 Eli Zaretskii <eliz@gnu.org>
28542
28543 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
28544 Define if not defined.
28545
285462007-07-18 Jason Rumney <jasonr@gnu.org>
28547
28548 * w32proc.c (w32_executable_type): Handle 64 bit executables.
28549
285502007-07-18 Richard Stallman <rms@gnu.org>
28551
28552 * data.c (Fsetq_default): Doc fix.
28553
28554 * eval.c (Fsetq): Doc fix.
28555
285562007-07-18 Juanma Barranquero <lekktu@gmail.com>
28557
28558 * coding.c (Ffind_operation_coding_system):
28559 * eval.c (For, Fand): Doc fixes.
28560 Reported by Johan Bockgård.
28561
285622007-07-18 Jan Djärv <jan.h.d@swipnet.se>
28563
28564 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
28565
28566 * xterm.h: Declare x_ewmh_activate_frame.
28567
28568 * xterm.c (x_ewmh_activate_frame): New function.
28569 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
28570
285712007-07-17 Martin Rudalics <rudalics@gmx.at>
28572
28573 * window.c (Fdisplay_buffer): If largest or LRU window is the
28574 only window, split it even if it is not eligible for splitting.
28575 This restores the original behavior broken by the 2007-07-15
28576 change.
28577
285782007-07-17 Glenn Morris <rgm@gnu.org>
28579
28580 * abbrev.c (abbrev_check_chars): New function.
28581 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
28582 Call abbrev_check_chars to check abbrev characters are word
28583 constituents. Doc fix.
28584
285852007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
28586
28587 * process.c (Fstart_process, Fmake_network_process)
28588 (read_process_output): Fix up last changes.
28589
285902007-07-16 Eli Zaretskii <eliz@gnu.org>
28591
28592 * makefile.w32-in (clean): Don't delete *~.
28593
285942007-07-16 Andreas Schwab <schwab@suse.de>
28595
28596 * window.c (Fdisplay_buffer): Use NILP.
28597 (Fset_window_scroll_bars): Likewise.
28598
285992007-07-15 Martin Rudalics <rudalics@gmx.at>
28600
28601 * window.c (window_min_size_2): New function.
28602 (window_min_size_1, size_window, Fdisplay_buffer)
28603 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
28604 windows without mode- or header-lines when window-min-height is
28605 too small.
28606 (size_window): Reset nodelete_p after testing it, following an
28607 earlier note by Kim F. Storm.
28608 (display_buffer): Do not set split_height_threshold to twice the
28609 value of window_min_height to avoid changing the value of a
28610 customizable variable. Rather explicitly check whether the
28611 height of the window that shall be splitted is at least as large
28612 as split_height_threshold.
28613 (Fwindow_full_width_p): New defun.
28614 (syms_of_window): Defsubr it.
28615
28616 * window.h: Add EXFUN for Fwindow_full_width_p.
28617
286182007-07-14 Jason Rumney <jasonr@gnu.org>
28619
28620 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
28621
286222007-07-14 Richard Stallman <rms@gnu.org>
28623
28624 * eval.c (maybe_call_debugger): New function.
28625 (find_handler_clause): Use maybe_call_debugger.
28626 Call it when the handler says `debug'.
28627 Eliminate DEBUGGER_VALUE_PTR.
28628 (Fsignal): Eliminate debugger_value.
28629 (Qdebug): New variable.
28630 (syms_of_eval): Initialize it.
28631
286322007-07-14 Juanma Barranquero <lekktu@gmail.com>
28633
28634 * eval.c (Fprogn):
28635 * keyboard.c (Ftrack_mouse):
28636 * print.c (Fwith_output_to_temp_buffer):
28637 * window.c (Fsave_window_excursion): Doc fix.
28638
286392007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
28640
28641 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
28642
286432007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
28644
28645 * process.h (struct Lisp_Process): Turn slots infd, outfd,
28646 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
28647 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
28648 read_output_delay, and read_output_skip from Lisp_Objects to ints.
28649 Remove unused encoding_carryover.
28650 * process.c: Adjust all functions accordingly.
28651
286522007-07-12 Richard Stallman <rms@gnu.org>
28653
28654 * term.c: Include unistd.h only if HAVE_UNISTD_H.
28655
286562007-07-11 Jason Rumney <jasonr@gnu.org>
28657
28658 * makefile.w32-in (LIBS): Include OLE32.
28659
28660 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
28661 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
28662
286632007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
28664
28665 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
28666 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
28667 from a Lisp_Object into a bare pointer.
28668 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
28669 Adjust the code correspondingly.
28670
28671 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
28672
28673 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
28674 (term_show_mouse_face): Remove unused var `j'.
28675 (handle_one_term_event): Remove unused vars `i' and `j'.
28676 Don't cast return value of ttyname since it's not necessary.
28677
286782007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
28679
28680 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
28681 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
28682
28683 * fns.c (map_char_table): Use an array of int for `indices' rather than
28684 an array of Lisp_Objects (which are only ever integers anyway).
28685 (Fmap_char_table): Update caller.
28686 * lisp.h: Update prototype.
28687 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
28688 * fontset.c (Ffontset_info):
28689 * casetab.c (set_case_table): Update callers.
28690
28691 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
28692
28693 * keymap.c (struct accessible_keymaps_data)
28694 (struct where_is_internal_data): New structures.
28695 (accessible_keymaps_1, where_is_internal_1): Use them to change
28696 interface to adhere to the one used by map_keymap.
28697 (Faccessible_keymaps, where_is_internal): Use map_keymap.
28698 (accessible_keymaps_char_table, where_is_internal_2): Remove.
28699
28700 * keymap.h (map_keymap_function_t): More informative prototype.
28701
287022007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
28703
28704 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
28705 (looking_at_1): Don't change search_regs and last_thing_searched
28706 if `inhibit-changing-match-data' is non-nil.
28707 (string_match_1, search_buffer, set_search_regs): Likewise.
28708 (syms_of_search): Add Lisp level definition for
28709 `inhibit-changing-match-data' and set it to nil.
28710 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
28711 start and end of the match, instead of using values in search_regs.
28712
287132007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
28714
28715 * minibuf.c (Fcompleting_read): New value `confirm-only'
28716 for `require-match'.
28717
287182007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
28719
28720 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
28721 part of the 2007-06-27 change to syms_of_fileio.
28722
287232007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28724
28725 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
28726 Check WINDOWP before using XWINDOW. Consolidate return statements.
28727
287282007-06-27 Richard Stallman <rms@gnu.org>
28729
28730 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
28731
287322007-06-27 Juanma Barranquero <lekktu@gmail.com>
28733
28734 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
28735
287362007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28737
28738 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
28739 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
28740 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
28741 (_free_internal, memalign): Use them.
28742 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
28743 Initialize to PTHREAD_MUTEX_INITIALIZER.
28744 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
28745 (morecore_nolock): Rename from morecore. All uses changed.
28746 Use only nolock versions of internal allocation functions.
28747 (_malloc_internal_nolock, _realloc_internal_nolock)
28748 (_free_internal_nolock): New functions created from
28749 _malloc_internal, _realloc_internal, and _free_internal.
28750 (_malloc_internal, _realloc_internal, _free_internal): Use them.
28751 Copy hook value to automatic variable before its use.
28752 (memalign): Copy hook value to automatic variable before its use.
28753
287542007-06-26 Kenichi Handa <handa@m17n.org>
28755
28756 * coding.c (Ffind_operation_coding_system): Docstring improved.
28757 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
28758
287592007-06-25 David Kastrup <dak@gnu.org>
28760
28761 * keymap.c (Fcurrent_active_maps): Add `position' argument.
28762 (Fwhere_is_internal): Adjust call to `current-active-maps' to
28763 cater for additional parameter.
28764
28765 * keymap.h: Adjust number of parameters to `current-active-maps'.
28766
28767 * doc.c (Fsubstitute_command_keys): Adjust call of
28768 `current-active-maps'.
28769
287702007-06-25 David Kastrup <dak@gnu.org>
28771
28772 * callint.c (Fcall_interactively): Make the parsing of interactive
28773 specs somewhat more readable.
28774
287752007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28776
28777 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
28778 to scroll bar gap also when bitmap fills fringe. Draw only foreground
28779 if extended background has already been filled.
28780
287812007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28782
28783 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
28784 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
28785
28786 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
28787 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
28788 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
28789 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
28790 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
28791 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
28792 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
28793 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
28794 Run timers during dialog popup.
28795 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
28796
287972007-06-21 Jason Rumney <jasonr@gnu.org>
28798
28799 * image.c (convert_mono_to_color_image): Swap fore and background.
28800
288012007-06-20 Jason Rumney <jasonr@gnu.org>
28802
28803 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
28804 (w32_free_bdf_font): Unmap memory not handle.
28805
288062007-06-20 Sam Steingold <sds@gnu.org>
28807
28808 * gmalloc.c (__morecore): Fix the declaration to comply with the
28809 definition.
28810
288112007-06-20 Juanma Barranquero <lekktu@gmail.com>
28812
28813 * w32term.c (w32_delete_display): Remove leftover declaration.
28814 (w32_define_cursor, w32_initialize): Make static.
28815
28816 * w32.c (_wsa_errlist): Fix typo in error message.
28817 (init_environment): Ignore any environment variable from the
28818 registry having a null value.
28819
288202007-06-20 Glenn Morris <rgm@gnu.org>
28821
28822 * Makefile.in (LIBGIF): Default to -lgif.
28823
288242007-06-17 Jason Rumney <jasonr@gnu.org>
28825
28826 * w32menu.c (add_menu_item): Don't use multibyte string functions on
28827 unicode strings.
28828
288292007-06-16 Juanma Barranquero <lekktu@gmail.com>
28830
28831 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
28832 Fix typo in docstring.
28833
288342007-06-16 Eli Zaretskii <eliz@gnu.org>
28835
28836 * w32menu.c (add_menu_item): Escape `&' characters in menu items
28837 and their keybindings.
28838
288392007-06-15 Chong Yidong <cyd@stupidchicken.com>
28840
28841 * composite.c (update_compositions): Fix last fix.
28842
288432007-06-14 Jason Rumney <jasonr@gnu.org>
28844
28845 * w32.c (get_process_times_fn): New function pointer.
28846 (globals_of_w32): Intialize it if present in kernel32.dll.
28847 (w32_get_internal_run_time): New function.
28848
28849 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
28850
288512007-06-14 Kenichi Handa <handa@etlken.m17n.org>
28852
28853 * composite.c (update_compositions): Check the validness of
28854 compositions.
28855
288562007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28857
28858 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
28859 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
28860
28861 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
28862 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
28863
28864 * macgui.h (USE_MAC_TOOLBAR): New define.
28865
28866 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
28867 Return immediately unless popup is activated.
28868
28869 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
28870 background to scroll bar gap.
28871 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
28872 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
28873 scroll bars on frame edge. Check fringe background extension.
28874 Don't clear extended fringe background area.
28875 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
28876 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
28877 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
28878 [USE_MAC_TOOLBAR]: New macros.
28879 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
28880 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
28881 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
28882 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
28883 [USE_MAC_TOOLBAR]: New functions.
28884 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
28885 manually if previous repositioning has failed.
28886 (mac_handle_keyboard_event): Use precomputed event kind.
28887 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
28888 as tool bar item click. Handle mouse movement over tool bar items.
28889
28890 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
28891 toolbar_win_gravity.
28892 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
28893 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
28894 Add externs.
28895
28896 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
28897 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
28898
288992007-06-14 Chong Yidong <cyd@stupidchicken.com>
28900
28901 * image.c (search_image_cache): Remove unused variable.
28902
289032007-06-13 Chong Yidong <cyd@stupidchicken.com>
28904
28905 * xfns.c, xmenu.c: Link to xaw3d if available.
28906
289072007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28908
28909 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
28910 frame_foreground and frame_background.
28911
28912 * image.c (lookup_image): Save frame foreground and background colors.
28913 (search_image_cache): Check if saved and current frame colors match.
28914
289152007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
28916
28917 * regex.c (regex_compile): Remove the `regnum' counter.
28918 Use bufp->re_nsub instead. Add support for \(?N:RE\).
28919
289202007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
28921
28922 * term.c: Include intervals.h to declare Fget_text_property.
28923
289242007-06-10 Jason Rumney <jasonr@gnu.org>
28925
28926 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
28927
289282007-06-08 Juanma Barranquero <lekktu@gmail.com>
28929
28930 * callint.c (Fcall_interactively):
28931 * editfns.c (Fdelete_and_extract_region):
28932 * fileio.c (Fread_file_name):
28933 * fns.c (Fmapconcat):
28934 * keyboard.c (cmd_error_internal):
28935 * keymap.c (Fkey_description):
28936 * lread.c (openp):
28937 * minibuf.c (read_minibuf):
28938 * search.c (wordify):
28939 * sunfns.c (sel_read):
28940 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
28941 * xfns.c (x_default_scroll_bar_color_parameter):
28942 * xmenu.c (menu_help_callback):
28943 * xselect.c (Fx_get_atom_name):
28944 * xterm.c (x_term_init): Use empty_unibyte_string.
28945
289462007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
28947
28948 * alloc.c (init_strings): Initialize canonical empty strings.
28949 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
28950 canonical empty string when the requested size is 0.
28951
28952 * emacs.c (empty_unibyte_string): Rename from empty_string.
28953 (empty_multibyte_string): New canonical empty string.
28954 (syms_of_emacs): Don't initialize empty_string.
28955
28956 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
28957 string, if appropriate.
28958 (empty_unibyte_string, empty_multibyte_string): New externs.
28959 (empty_string): Remove extern.
28960
28961 * lread.c (syms_of_lread): Use empty_unibyte_string.
28962
289632007-06-07 Jason Rumney <jasonr@gnu.org>
28964
28965 * s/ms-w32.h: Don't define HAVE_TZNAME.
28966
28967 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
28968
289692007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28970
28971 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
28972
28973 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
28974 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
28975
28976 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
28977 Don't call next handler.
28978 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
28979 Remove argument. Install handler to application.
28980 (set_frame_menubar): Don't change deep_p.
28981 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
28982 FRAME_OUTER_TO_INNER_DIFF_Y.
28983 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
28984 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
28985 [HAVE_DIALOGS]: New macros.
28986 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
28987 Use them.
28988 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
28989
28990 * macselect.c [MAC_OSX] (install_service_handler): Rename from
28991 init_service_handler. All callers changed. Return OSStatus value.
28992
28993 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
28994 All callers changed so as not to call SetPortWindowPort.
28995 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
28996 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
28997 mac_draw_string_common.
28998 (mac_draw_image_string_qd): Likewise.
28999 (mac_draw_string_common): Use them. Add INLINE.
29000 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
29001 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
29002 GetGlobalMouse.
29003 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
29004 and FRAME_OUTER_TO_INNER_DIFF_Y.
29005 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
29006 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
29007 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
29008 repositioning window to mac_handle_window_event.
29009 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
29010 saving window location to mac_handle_window_event
29011 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
29012 (install_menu_target_item_handler): Remove argument in extern.
29013 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
29014 Also accept command events.
29015 (do_keystroke): New function created from XTread_socket.
29016 (init_command_handler): Remove functions.
29017 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
29018 and save window location by kEventWindowShowing and kEventWindowHiding
29019 handlers here. Don't call next handler for window state change and
29020 focus events.
29021 (mac_handle_application_event, mac_handle_keyboard_event)
29022 [TARGET_API_MAC_CARBON]: New functions.
29023 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
29024 kEventWindowShowing and kEventWindowHiding events. Move installation
29025 of mouse, font, text input and menu target item handlers to
29026 install_application_handler.
29027 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
29028 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
29029 New function.
29030 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
29031 Register it.
29032 (XTread_socket) [TARGET_API_MAC_CARBON]:
29033 Consolidate SendEventToEventTarget calls.
29034 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
29035 Move application activation handler to mac_handle_application_event.
29036 Move keyboard handler to mac_handle_keyboard_event.
29037 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
29038 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
29039 init_command_handler. Call install_application_handler.
29040
29041 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
29042 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
29043
290442007-06-07 Glenn Morris <rgm@gnu.org>
29045
29046 * emacs.c (main): Use `emacs-copyright' in --version output.
29047
290482007-06-06 Chong Yidong <cyd@stupidchicken.com>
29049
29050 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
29051
290522007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29053
29054 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
29055
29056 * macgui.h: Replace WindowPtr with WindowRef.
29057
29058 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
29059 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
29060 Replace ControlHandle with ControlRef.
29061 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
29062
29063 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
29064 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
29065 Replace ControlHandle with ControlRef.
29066 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
29067 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
29068
29069 * macterm.h (struct scroll_bar): Rename member control_handle_low
29070 and control_handle_high to control_ref_low and control_ref_high.
29071 All uses changed.
29072 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
29073 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
29074 respectively. All uses changed.
29075 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
29076 (install_window_handler, remove_window_handler): Replace WindowPtr
29077 with WindowRef in externs.
29078
290792007-06-05 Juanma Barranquero <lekktu@gmail.com>
29080
29081 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
29082
290832007-06-03 Nick Roberts <nickrob@snap.net.nz>
29084
29085 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
29086
29087 * frame.c (Fmouse_position, Fmouse_pixel_position):
29088 Condition on HAVE_GPM too.
29089
29090 * term.c (term_mouse_highlight): Remove unused variables.
29091 (Fterm_open_connection): Set gpm_zerobased to 1.
29092 (term_mouse_movement, term_mouse_click, handle_one_term_event):
29093 Use zero based co-ordinates.
29094 (handle_one_term_event): Report a drag as mouse movement too.
29095
29096 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
29097
290982007-06-03 Chong Yidong <cyd@stupidchicken.com>
29099
29100 * image.c (search_image_cache): New function. Require background
29101 color match if background color is unspecified in the image spec.
29102 (uncache_image, lookup_image): Use it.
29103
291042007-06-01 Juanma Barranquero <lekktu@gmail.com>
29105
29106 * window.c (Fshrink_window): Reflow docstring.
29107
291082007-06-02 Chong Yidong <cyd@stupidchicken.com>
29109
29110 * Version 22.1 released.
29111
291122007-06-01 Richard Stallman <rms@gnu.org>
29113
29114 * xfns.c (x_encode_text): Add GCPRO.
29115
291162007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29117
29118 * xfns.c (x_set_name_internal): Save encoded name before
29119 x_encode_text in case string data is relocated.
29120
291212007-05-31 Richard Stallman <rms@gnu.org>
29122
29123 * buffer.c (syms_of_buffer): Doc fix.
29124
291252007-05-30 Nick Roberts <nickrob@snap.net.nz>
29126
29127 * sysdep.c (init_sys_modes): Add rather than replace with
29128 O_NONBLOCK.
29129
29130 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
29131 term_mouse_moveto.
29132
29133 * termhooks.h (term_mouse_moveto): New extern.
29134
29135 * term.c (mouse_face_window): Rename...
29136 (Qmouse_face_window): ...to this.
29137 (term_show_mouse_face, term_clear_mouse_face)
29138 (term_mouse_highlight): Use Qmouse_face_window.
29139 (term_mouse_moveto): New function.
29140 (term_mouse_position): Make it work.
29141 (syms_of_term): Uncomment assignment to mouse_position_hook.
29142 Staticpro Qmouse_face_window.
29143
291442007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29145
29146 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
29147 around current_column call.
29148
291492007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
29150
29151 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
29152 * xdisp.c (next_element_from_buffer):
29153 * window.c (delete_window):
29154 * term.c (term_mouse_highlight):
29155 * msdos.c (getdefdir):
29156 * macterm.c (mac_create_bitmap_from_bitmap_data)
29157 (init_font_name_table):
29158 * fns.c (Fsxhash):
29159 * data.c (Fmake_local_variable):
29160 * ccl.c (ccl_driver): Likewise.
29161
291622007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29163
29164 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
29165 Call mac_wakeup_from_rne on window size change.
29166
291672007-05-25 Chong Yidong <cyd@stupidchicken.com>
29168
29169 * image.c (uncache_image): Fix typo.
29170
291712007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
29172
29173 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
29174
291752007-05-22 Richard Stallman <rms@gnu.org>
29176
29177 * xterm.c (x_connection_closed): Remove NO_RETURN.
29178
291792007-05-22 Martin Rudalics <rudalics@gmx.at>
29180
29181 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
29182
291832007-05-21 Chong Yidong <cyd@stupidchicken.com>
29184
29185 * image.c (uncache_image): New function.
29186 (Fimage_refresh): New function.
29187
291882007-05-20 Jan Djärv <jan.h.d@swipnet.se>
29189
29190 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
29191
291922007-05-20 Nick Roberts <nickrob@snap.net.nz>
29193
29194 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
29195 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
29196
291972007-05-20 Nick Roberts <nickrob@snap.net.nz>
29198
29199 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
29200 conditional on [HAVE_GPM_H].
29201
292022007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
29203
29204 * syntax.c (skip_chars): Update syntax-table only after we checked that
29205 the new location is valid.
29206
292072007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29208
29209 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
29210 mac_get_window_bounds.
29211
292122007-05-20 Nick Roberts <nickrob@snap.net.nz>
29213
29214 * Makefile.in (LIBGPM): Allow it to be set from configure.
29215 If set then link Emacs with it.
29216
29217 * config.in: Regenerate.
29218
29219 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
29220 New externs.
29221
29222 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
29223 Include gpm.h.
29224 (handle_one_term_event, term_gpm): New externs.
29225
29226 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
29227 and allow it to be interrupted by SIGIO.
29228
29229 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
29230 (wait_reading_process_output): Wait on gpm_fd too.
29231 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
29232 (add_gpm_wait_descriptor_called_flag): New variable.
29233 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
29234
29235 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
29236 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
29237 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
29238 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
29239 (make_lispy_event): Add case GPM_CLICK_EVENT.
29240 (read_avail_input): Handle mouse input.
29241
29242 * term.c (write_glyphs_with_face): New function.
29243 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
29244 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
29245 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
29246 (mouse_face_face_id, term_gpm, pos_x, pos_y)
29247 (last_mouse_x, last_mouse_y): New variables.
29248 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
29249 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
29250 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
29251 (Fterm_close_connection): New functions.
29252 (term_init): Initialise mouse_face_window.
29253
292542007-05-19 Chong Yidong <cyd@stupidchicken.com>
29255
29256 * xdisp.c (redisplay_window): If first window line is a
29257 continuation line, recompute the new window start instead of
29258 recentering.
29259
292602007-05-18 Glenn Morris <rgm@gnu.org>
29261
29262 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
29263 Suggested by Alfred M. Szmidt <ams@gnu.org>.
29264
292652007-05-17 Glenn Morris <rgm@gnu.org>
29266
29267 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
29268
292692007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29270
29271 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
29272 dead key repeat and up events.
29273
292742007-05-14 Chong Yidong <cyd@stupidchicken.com>
29275
29276 * image.c (pbm_load): Check image size for monochrome pbm.
29277
292782007-05-13 Chong Yidong <cyd@stupidchicken.com>
29279
29280 * xterm.c (XTread_socket): Revert last change.
29281
292822007-05-12 Chong Yidong <cyd@stupidchicken.com>
29283
29284 * image.c (pbm_load): Correctly check image size for greyscale pbm.
29285
29286 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
29287
292882007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
29289
29290 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
29291 mixup (YAILOM).
29292
292932007-05-07 Andreas Schwab <schwab@suse.de>
29294
29295 * keymap.c (Flookup_key): Fix typo in last change.
29296
292972007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
29298
29299 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
29300 mapping for unibyte strings.
29301
293022007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29303
29304 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
29305 (Fx_popup_dialog) [MAC_OSX]: Likewise.
29306
293072007-04-29 Richard Stallman <rms@gnu.org>
29308
29309 * insdel.c (replace_range): For undo, record insertion first.
29310
293112007-04-29 Andreas Schwab <schwab@suse.de>
29312
29313 * lisp.h (VECSIZE): Use OFFSETOF.
29314
293152007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29316
29317 * xdisp.c (try_window_reusing_current_matrix): Fix number of
29318 disabled lines.
29319
293202007-04-28 Richard Stallman <rms@gnu.org>
29321
29322 * lread.c (read_escape): In a string, \s is always space.
29323
293242007-04-27 Jan Djärv <jan.h.d@swipnet.se>
29325
29326 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
29327
29328 * gtkutil.c (xg_update_menubar, create_menus): Create empty
29329 submenu for menu bar items.
29330
29331See ChangeLog.10 for earlier changes.
29332
29333;; Local Variables:
29334;; coding: utf-8
aac0c6e3
MR
29335;; End:
29336
f3d87560
GM
29337 Copyright (C) 2007, 2008, 2009, 2010
29338 Free Software Foundation, Inc.
aac0c6e3
MR
29339
29340 This file is part of GNU Emacs.
29341
29342 GNU Emacs is free software: you can redistribute it and/or modify
29343 it under the terms of the GNU General Public License as published by
29344 the Free Software Foundation, either version 3 of the License, or
29345 (at your option) any later version.
29346
29347 GNU Emacs is distributed in the hope that it will be useful,
29348 but WITHOUT ANY WARRANTY; without even the implied warranty of
29349 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29350 GNU General Public License for more details.
29351
29352 You should have received a copy of the GNU General Public License
29353 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
29354