* fontset.c (free_realized_fontset): Mark unreachable code with if (0).
[bpt/emacs.git] / src / ChangeLog
CommitLineData
9fba3563
PE
12011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2
97be3ce3
PE
3 * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
4 Previously it was marked by preceding it with "return;", but
5 Sun cc complains about this.
6
9fba3563
PE
7 * coding.c (decode_coding_emacs_mule): Remove unreachable code.
8 This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org,
9 which fixed Bug#2370. Caught by Sun cc.
10
6dc1d2d3
MR
112011-01-15 Martin Rudalics <rudalics@gmx.at>
12
13 * window.c (inhibit_point_swap): New variable.
14 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
15 point this time.
16 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
17 of setting selected_window to nil (Bug#7728).
18
f853f599
TH
192011-01-11 Tassilo Horn <tassilo@member.fsf.org>
20
21 * image.c (imagemagick_load_image, Finit_image_library): Free
22 intermediate image after creating a MagickWand from it. Terminate
23 MagickWand environment after image loading.
24
2bc92a93
MA
252011-01-10 Michael Albinus <michael.albinus@gmx.de>
26
27 * dbusbind.c (Fdbus_register_service): Raise an error in case of
28 unexpected return values.
29 (Fdbus_register_method): Remove connection initialization.
30
312011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
5b83ba18
MA
32
33 * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;
34 used by Fdbus_register_service.
35 (QCdbus_request_name_replace_existing): Likewise.
36 (QCdbus_request_name_do_not_queue): Likewise.
37 (QCdbus_request_name_reply_primary_owner): Likewise.
38 (QCdbus_request_name_reply_in_queue): Likewise.
39 (QCdbus_request_name_reply_exists): Likewise.
40 (QCdbus_request_name_reply_already_owner): Likewise.
41 (Fdbus_register_service): New function.
42 (Fdbus_register_method): Use Fdbus_register_service to do the name
43 registration.
44 (syms_of_dbusbind): Add symbols dbus-register-service,
45 :allow-replacement, :replace-existing, :do-not-queue,
46 :primary-owner, :existing, :in-queue and :already-owner.
47
21a76236
CY
482011-01-09 Chong Yidong <cyd@stupidchicken.com>
49
50 * gtkutil.c (update_frame_tool_bar): Don't advance tool-bar index
51 when removing extra buttons.
52
3d91e302
CY
532011-01-08 Chong Yidong <cyd@stupidchicken.com>
54
55 * fns.c (Fyes_or_no_p): Doc fix.
56
0d23ffb5
AS
572011-01-08 Andreas Schwab <schwab@linux-m68k.org>
58
59 * fns.c (Fyes_or_no_p): Add usage.
60
9dc3366b
GM
612011-01-08 Glenn Morris <rgm@gnu.org>
62
d0981f82
GM
63 * makefile.w32-in ($(EMACS)):
64 * Makefile.in (emacs$(EXEEXT)): -batch implies -q.
65
9dc3366b
GM
66 * xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here...
67 * emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.
68
466cbae9
AS
692011-01-07 Andreas Schwab <schwab@linux-m68k.org>
70
71 * image.c (imagemagick_load_image): Fix some resource leaks and
72 error handling.
73
8c51d2a2
CY
742011-01-07 Chong Yidong <cyd@stupidchicken.com>
75
76 * fns.c (Fyes_or_no_p): Accept format string args.
77
66b7b0fe
GM
782011-01-07 Glenn Morris <rgm@gnu.org>
79
80 * emacs.c (no_site_lisp): New int.
81 (USAGE1): Add --no-site-lisp, mention -Q uses it.
82 (main): Set no_site_lisp.
83 (standard_args): Add --no-site-lisp.
84 * lisp.h (no_site_lisp): New int.
85 * lread.c (init_lread): If no_site_lisp, don't re-add site-lisp
86 directories to Vload_path.
87
2018939f
AS
882011-01-05 Andreas Schwab <schwab@linux-m68k.org>
89
90 * alloc.c (mark_stack): Use __builtin_unwind_init if available.
91
6ed843e5
MA
922011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
93
94 * dbusbind.c (Fdbus_register_method): Added optional parameter
95 dont_register_service. Updated docstring accordingly.
96
3f9b7090
GM
972011-01-04 Glenn Morris <rgm@gnu.org>
98
99 * emacs.c (emacs_copyright): Update short copyright year to 2011.
100
d82bce4a
EZ
1012011-01-03 Eli Zaretskii <eliz@gnu.org>
102
103 * image.c (png_jmpbuf): Remove definition.
104 (my_png_error, png_load): Don't use png_jmpbuf.
105
7c420169
CY
1062011-01-02 Eli Zaretskii <eliz@gnu.org>
107
108 * keyboard.c (Vselect_active_regions): Doc fix. (Bug#7702)
109
1102011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
111
112 * image.c <Qlibpng_version>: New variable.
113 (syms_of_image): Intern and staticpro it. Set its value to the
114 version of PNG library we were compiled with.
115 (my_png_error, png_load): Avoid GCC warnings about direct access
116 to png_ptr->jmpbuf. (Bug#7716)
18da2e74
EZ
117 (png_jmpbuf): New macro.
118 (my_png_error, png_load): Use it instead of #ifdef'ing according
119 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
5be1c984 120
7c420169 1212011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
cf07311b
SM
122
123 * .gdbinit (xgetptr): Fix the union+lsb case.
124 (xbacktrace): Fix the union case.
125
7c420169 1262011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
794b75c7
SM
127
128 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
129 different from selected-window's.
130
7c420169 1312011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211 132
71fe378d
EZ
133 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
134 equivalent of a menu item when the key sequence is given by the
135 `:keys' attribute. (Bug#7662)
136
2e4ab211
EZ
137 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
138 the basic faces are supported.
139
7c420169 1402011-01-02 Jan Djärv <jan.h.d@swipnet.se>
84595ff0
JD
141
142 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
143
7c420169 1442011-01-02 Eli Zaretskii <eliz@gnu.org>
30d621a2
EZ
145
146 * xdisp.c (Fformat_mode_line): Fix last change.
147
7c420169 1482011-01-02 Chong Yidong <cyd@stupidchicken.com>
4bf3e46e
CY
149
150 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
151 faces (Bug#7587).
152
7c420169 1532011-01-02 Eli Zaretskii <eliz@gnu.org>
1b2a627f
EZ
154
155 * fileio.c (Fexpand_file_name): One more doc fix.
156
3afff00e
CY
1572011-01-01 Chong Yidong <cyd@stupidchicken.com>
158
159 * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing
160 image or label in the container.
161 (xg_make_tool_item): Replace VERT_ONLY arg with HORIZ, TEXT_IMAGE.
162 (xg_show_toolbar_item): Function deleted.
163 (xg_tool_item_stale_p): New function.
164 (update_frame_tool_bar): Calculate tool-bar style once per call.
165 Instead of hiding text labels, omit them. Don't use
166 xg_show_toolbar_item; create new GtkToolItems from scratch if
167 necessary, instead of trying to re-use them. This avoids an
168 annoying animation when changing tool-bars.
169
aeb7e951
JD
1702010-12-31 Jan Djärv <jan.h.d@swipnet.se>
171
172 * nsfns.m (ns_set_name_as_filename): Always use buffer name for
173 title and buffer filename only for RepresentedFilename.
174 Handle bad UTF-8 in buffer name (Bug#7517).
175
5bbb4727
JD
1762010-12-30 Jan Djärv <jan.h.d@swipnet.se>
177
178 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
179
180 * nsfns.m (ns_set_name_iconic): Remove.
181 (ns_set_name_internal): New function (Bug#7517).
182 (Vicon_title_format): Extern declare.
183 (ns_set_name): Call ns_set_name_internal.
184 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
185 (x_implicitly_set_name): Ditto.
186 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
187 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517).
188
f1aab3ff
ŠN
1892010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change)
190
191 * window.c (syms_of_window): Add missing defsubr for
192 window-use-time.
193
365525b3
AS
1942010-12-28 Andreas Schwab <schwab@linux-m68k.org>
195
196 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
197 * xterm.c (x_alloc_lighter_color_for_widget): Restore.
198
59fc5cf9
AS
1992010-12-27 Andreas Schwab <schwab@linux-m68k.org>
200
2f7c71a1
AS
201 * buffer.c: Remove unused declarations.
202 * buffer.h: Likewise.
203 * charset.h: Likewise.
204 * composite.h: Likewise.
205 * dispextern.h: Likewise.
206 * dispnew.c: Likewise.
207 * font.h: Likewise.
208 * fontset.c: Likewise.
209 * fontset.h: Likewise.
210 * intervals.h: Likewise.
211 * keymap.h: Likewise.
212 * lisp.h: Likewise.
213 * syntax.c: Likewise.
214 * syntax.h: Likewise.
215 * termhooks.h: Likewise.
216 * window.h: Likewise.
217 * xsettings.h: Likewise.
218 * xterm.c: Likewise.
219 * xterm.h: Likewise.
220
221 * chartab.c (sub_char_table_ref): Make static.
222 * dispnew.c (line_hash_code, required_matrix_height)
223 (required_matrix_width): Likewise.
224 * eval.c (interactive_p, apply_lambda): Likewise.
225 * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
226 Likewise.
227 * font.c (QCadstyle, QCregistry, font_make_spec)
228 (font_parse_fcname, font_encode_char, font_at): Likewise.
229 * frame.c (x_frame_get_arg): Likewise.
230 * keymap.c (get_keyelt): Likewise.
231 * lread.c (read_filtered_event): Likewise.
232 * print.c (write_string_1): Likewise.
233 * window.c (delete_window, window_height, window_width)
234 (foreach_window): Likewise.
235 * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
236 * xterm.c (x_scroll_bar_clear, xembed_set_info)
237 (xembed_send_message): Likewise.
238
239 * eval.c (run_hook_list_with_args): Delete.
240 * font.c (font_unparse_gtkname, font_update_lface): Likewise.
241 * terminal.c (get_terminal_param): Likewise.
242 * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
243
c4b607ed
AS
244 * scroll.c: Fix comment.
245
59fc5cf9
AS
246 * dispnew.c (add_window_display_history)
247 (add_frame_display_history, glyph_row_slice_p)
248 (find_glyph_row_slice, flush_stdout)
249 (check_matrix_pointer_lossage, matrix_row)
250 (check_matrix_invariants, check_window_matrix_pointers)
251 (check_matrix_pointers, window_to_frame_vpos)
252 (window_to_frame_hpos): Prototize.
253 * textprop.c (erase_properties): Likewise.
254
a65b85b5
SM
2552010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
256
17870c01
SM
257 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
258 (print_preprocess): Fix handling of uninterned symbols in last change.
259
a65b85b5
SM
260 * print.c (print, print_preprocess, print_object): Use a hash table
261 rather than a linear table for Vprint_number_table.
262
f13183cf
CY
2632010-12-20 Chong Yidong <cyd@stupidchicken.com>
264
265 * frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
266
94975270
CY
2672010-12-20 Chong Yidong <cyd@stupidchicken.com>
268
269 * keyboard.c (Vtool_bar_separator_image_expression): New variable.
270 (parse_tool_bar_item): Use it to obtain image separators for
271 displays not using native tool-bar separators.
272
273 * xdisp.c (build_desired_tool_bar_string): Don't handle separators
274 specially, since this is now done in parse_tool_bar_item.
275
ef1b0ba7
SM
2762010-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 Minor clean up to silence some gcc warnings.
279 * window.c (Fset_window_buffer):
280 * xterm.c (x_set_frame_alpha): Restructure code to silence
281 compiler warning.
282 (handle_one_xevent): Remove unused var `p'.
283 (do_ewmh_fullscreen): Remove unused var `lval'.
284 (xembed_set_info): Remove unused var `atom'.
285 * textprop.c (Fremove_list_of_text_properties): Add braces to silence
286 compiler warning.
287 * fontset.c (fontset_id_valid_p, dump_fontset):
288 * ftfont.c (ftfont_drive_otf): Modernize k&r declaration.
289 * eval.c (Feval, Ffuncall): Avoid unneeded gotos.
290 * dispnew.c (update_frame, update_frame_1): Compile the `do_pause'
291 label only when it's used.
292 * image.c (x_create_bitmap_from_xpm_data):
293 * dispextern.h (x_create_bitmap_from_xpm_data): Use const char** like
294 its callers.
295 * coding.c (detect_coding_utf_16): Remove unused vars `src_base' and
296 `consumed_chars'.
297 (DECODE_EMACS_MULE_21_COMPOSITION): Remove unused var `charbuf_base'.
298 (decode_coding_emacs_mule): Remove unused label `retry'.
299 (detect_eol): Add parens to silence compiler warning.
300 * alloc.c (bytes_used_when_reconsidered): Move to the #ifdef where
301 it's used to silence the compiler.
302 (make_number): Modernize k&r declaration.
303 (mark_char_table): Add parens to silence compiler warning.
304
4039c786
CY
3052010-12-17 Chong Yidong <cyd@stupidchicken.com>
306
307 * keyboard.c (parse_tool_bar_item): Allow menu separators in
308 tool-bar maps.
309 (menu_separator_name_p): New function, from gtkutil.c.
310 (separator_names): Move from gtkutil.c.
311
312 * keyboard.h (menu_separator_name_p): Add prototype.
313
314 * gtkutil.c (XG_BIN_CHILD): New macro.
315 (xg_get_menu_item_label, xg_update_menubar)
316 (xg_update_menu_item, xg_tool_bar_menu_proxy)
317 (xg_show_toolbar_item, update_frame_tool_bar): Use it.
318 (separator_names, xg_separator_p): Move to keyboard.c.
ef1b0ba7
SM
319 (create_menus, xg_update_submenu, update_frame_tool_bar):
320 Use menu_separator_name_p.
4039c786
CY
321
322 * nsmenu.m (name_is_separator): Function deleted.
323 (addItemWithWidgetValue): Use menu_separator_name_p.
324
325 * w32menu.c (name_is_separator): Function deleted.
326 (add_menu_item): Use menu_separator_name_p.
327
aa936e8e
JD
3282010-12-16 Jan Djärv <jan.h.d@swipnet.se>
329
330 * nsterm.m (ns_draw_window_cursor): If the cursor color is the
331 same as the background, use the face forground as cursor.
332
f49d1f52 3332010-12-13 Eli Zaretskii <eliz@gnu.org>
15579471
EZ
334
335 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
336
f49d1f52 3372010-12-13 Eli Zaretskii <eliz@gnu.org>
76feb864 338
f0559026
EZ
339 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
340 (face_before_or_after_it_pos, next_element_from_string)
341 (next_element_from_c_string, produce_stretch_glyph): Remove unused
342 calculations of maximum string length before calling
343 string_char_and_length and STRING_CHAR_AND_LENGTH.
344 (string_char_and_length): Update commentary: MAXLEN is no longer
345 needed.
346
f49d1f52 3472010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0b9fc69a
JD
348
349 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
350 as (Qsave_session arg).
351
352 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
353 (smc_die_CB): Make an event with arg Qt.
354 (Fhandle_save_session): If event has Qt as argument,
355 call Fkill_emacs (Bug#7552).
356
f49d1f52
SM
3572010-12-13 Chong Yidong <cyd@stupidchicken.com>
358
359 * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
360
3612010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2b815743
JD
362
363 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
364
f49d1f52 3652010-12-13 Chong Yidong <cyd@stupidchicken.com>
d8b2a962
CY
366
367 * dispextern.h (struct it): New member overlay_strings_charpos.
368
369 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
370 charpos where we computed n_overlay_strings.
371 (next_overlay_string): Load overlay strings at recorded position,
372 which may not be the same as the iterator's charpos (Bug#7016).
373
f49d1f52 3742010-12-13 Chong Yidong <cyd@stupidchicken.com>
77f1ed6c
CY
375
376 * xdisp.c (try_scrolling): Avoid infloop if the first line is
377 obscured due to a vscroll (Bug#7537).
378
f49d1f52 3792010-12-13 Jan Djärv <jhd@zeplinf.localdomain>
2a91a0b5
JD
380
381 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
382
383 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
384 Use FRAME_TOOLBAR_HEIGHT.
385 (x_set_offset): Handle XNegative and YNegative in
386 f->size_hint_flags (Bug#7510).
387
39321b94
EZ
3882010-12-11 Eli Zaretskii <eliz@gnu.org>
389
390 * w32fns.c (Fx_show_tip): Call try_window with last argument
391 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
392 solved. Round up the tip height to an integral multiple of the
393 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
394 (Bug#7398)
395
ec1b9b17
GM
3962010-12-08 Glenn Morris <rgm@gnu.org>
397
398 * fileio.c (Fverify_visited_file_modtime): Default to current buffer.
399
3c2317e8
LMI
4002010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
401
402 * xml.c (parse_region): Ignore blank HTML nodes.
403 (make_dom): Return CDATA sections (like <style>foo</style>) as
404 text nodes.
405
bba3e508
SM
4062010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * lread.c (read1): Allow newstyle unquote outside of backquote.
409 Disallow old-style backquotes inside new-style backquotes.
410 Don't count unquotes to figure out when we're "syntactically inside
411 but semantically outside of a backquote" any more.
412 Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
413 to all contexts.
414
d23d8608
CY
4152010-12-05 Chong Yidong <cyd@stupidchicken.com>
416
417 * process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
418
d6a003a8
AS
4192010-12-04 Andreas Schwab <schwab@linux-m68k.org>
420
421 * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
422 (S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
423 * m/arm.h, m/sh3.h, m/xtensa.h: Remove files.
424
201ef780
AS
4252010-12-03 Andreas Schwab <schwab@linux-m68k.org>
426
427 * lisp.h (union Lisp_Object): Explicitly declare signedness of
428 bit-field.
429 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
430 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
431 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
432 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
433 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
434 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
435 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
436 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
437 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
438 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
439 * m/hp800.h: Remove file.
440 * m/mips.h: Remove file.
441
146490c3
JD
4422010-12-03 Jan Djärv <jan.h.d@swipnet.se>
443
444 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
445 with cursor color and draw a rectangle around the image (Bug#7412).
446
babc8f0d
AS
4472010-12-03 Andreas Schwab <schwab@linux-m68k.org>
448
449 * frame.c (x_set_font): Remove unused variable.
450
9583e9a0
JD
4512010-12-02 Jan Djärv <jan.h.d@swipnet.se>
452
dd723bbd
JD
453 * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
454
9583e9a0
JD
455 * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
456 drawing text under filled box cursor (Bug#7479).
457
07976ae3 4582010-11-27 Kenichi Handa <handa@m17n.org>
b84ae584
KH
459
460 * charset.c (emacs_mule_charset): Make it an array of charset ID;
461 i.e. integer.
bba3e508 462 (Fdefine_charset_internal): Adjust for the above change.
b84ae584
KH
463 (init_charset_once): Likewise.
464
bba3e508
SM
465 * charset.h (emacs_mule_charset): Adjust the prototype.
466 Delete duplicated extern.
b84ae584
KH
467
468 * coding.c (emacs_mule_char): Adjust for the change of
469 emacs_mule_charset.
470
471 * lread.c (read_emacs_mule_char): Adjust for the change of
472 emacs_mule_charset.
473
07976ae3 4742010-11-27 Eli Zaretskii <eliz@gnu.org>
b8e5cf1d
EZ
475
476 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
477 of w32api >= 3.15. (Bug#6989) (Bug#7452)
478
07976ae3 4792010-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
96ad0af7
YM
480
481 * alloc.c (mark_terminals): Ensure that the image cache is marked
482 even if the terminal object was marked earlier (Bug#6301).
483
35f1de62
CY
4842010-11-21 Chong Yidong <cyd@stupidchicken.com>
485
486 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
487
07976ae3 4882010-11-27 Jan Djärv <jan.h.d@swipnet.se>
8d7f026f
JD
489
490 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
491 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
492 Use 23 as menubar height if 0. (Bug#7425).
493
8547874a
EZ
4942010-11-26 Eli Zaretskii <eliz@gnu.org>
495
228482b2
EZ
496 * xdisp.c (set_message_1): Force paragraph direction in echo area
497 be left-to-right.
498
8547874a
EZ
499 * keyboard.c (make_lispy_position): Put a meaningful value in yret
500 when the click is on the header or mode line.
501
1e2dddbe
EZ
5022010-11-25 Eli Zaretskii <eliz@gnu.org>
503
504 * xdisp.c (set_cursor_from_row): Don't forget to consider the
505 `cursor' property of the first character in overlay strings.
12365240 506 (Bug#7474) (Bug#7481)
1e2dddbe 507
50795d1f
JD
5082010-11-24 Jan Djärv <jan.h.d@swipnet.se>
509
510 * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
511 (NSLeftAlternateKeyMask): New defines.
c80c6166
JD
512 (keyDown): Parse left and right keys separately (Bug#7458).
513 Compare Left key masks exactly (Bug#7458).
50795d1f 514
f8ab8c1f
EZ
5152010-11-23 Eli Zaretskii <eliz@gnu.org>
516
517 * intervals.c (temp_set_point_both): Define before calling, to
518 avoid GCC warnings.
519
2e8a4797
DN
5202010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
521
b29116ef
DN
522 * nsmenu.m: Use #include <config.h> instead of "config.h".
523
b932f8b1
DN
524 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
525 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
526 Move declarations ...
527 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
528 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
529 ... here.
530
42c8bc9b
DN
531 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
532 (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
533 (gdb_pvec_type):
534 * print.c (print_output_debug_flag):
535 * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
536 (safe_debug_print): New declaration.
537
2e8a4797
DN
538 * xterm.c:
539 * systty.h:
540 * sound.c: Include <sys/ioctl.h> unconditionally.
541
b609f591
YM
5422010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
543
544 * alloc.c (mark_maybe_object): Return early if given a Lisp
545 integer (Bug#6301).
546
731e263a
KB
5472010-11-21 Ken Brown <kbrown@cornell.edu>
548
549 * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
550
b7d1e144
JD
5512010-11-21 Jan Djärv <jan.h.d@swipnet.se>
552
553 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
554 Define (Bug#7458).
555 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
556 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
557 NSRightControlKeyMask also (Bug#7458).
558 (keyDown): Ditto (Bug#7458).
559 (syms_of_nsterm): Defvar ns-right-command-modifier and
560 ns-right-control-modifier (Bug#7458).
561
b7982059
DN
5622010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
563
bee3419f
DN
564 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
565 * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
566
b7982059
DN
567 * intervals.h (temp_set_point, temp_set_point_both):
568 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
569
01664ed1
KB
5702010-11-20 Ken Brown <kbrown@cornell.edu>
571
572 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
573
7c2d713b
EZ
5742010-11-20 Eli Zaretskii <eliz@gnu.org>
575
576 * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
577 \xNNNNNN for hex-code display of glyphless characters.
578
d2bd5189
JD
5792010-11-20 Jan Djärv <jan.h.d@swipnet.se>
580
581 * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
582 Set important to ! vert_only.
583 (xg_show_toolbar_item): Don't show label horizontally if
584 tool item isn't important.
585 (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
586 xg_make_tool_item, or update important on existing tool item.
587
588 * keyboard.c (QCvert_only): New variable.
589 (parse_tool_bar_item): Check for QCvert_only.
590 (syms_of_keyboard): Initialize QCvert_only.
591
592 * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
593
d9a95e67
EZ
5942010-11-20 Eli Zaretskii <eliz@gnu.org>
595
596 * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
597 same in-line.
598
b6557553
AS
5992010-11-20 Andreas Schwab <schwab@linux-m68k.org>
600
601 * xfaces.c (lookup_face): Make static.
602 * dispnew.c (copy_row_except_pointers): Likewise.
603 * syntax.c (dec_bytepos): Likewise.
604 (inc_bytepos): Remove.
605 * dispextern.h (lookup_face): Remove declaration.
606
f48fe1f0
EZ
6072010-11-19 Eli Zaretskii <eliz@gnu.org>
608
609 * xdisp.c (set_cursor_from_row): Display cursor after all the
610 glyphs that come from an overlay. Don't overstep the last glyph
611 when skipping glyphs from an overlay. (Bug#6687)
612
654ef137
DN
6132010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
614
84dfc8a7
DN
615 * alloc.c (refill_memory_reserve): Move declaration ...
616 * lisp.h (refill_memory_reserve): ... here.
617
94fa3833
DN
618 * strftime.c (_strftime_copytm): Add declaration.
619
dde990a0
DN
620 * callproc.c (syms_of_callproc): Use intern_c_string.
621
50c77428
DN
622 Move declarations from .c files to .h files.
623 * process.c (timers_run):
624 * minibuf.c (quit_char):
625 * lread.c (read_emacs_mule_char):
626 * keyboard.c (minibuf_level, message_enable_multibyte)
627 (pending_malloc_warning):
628 * insdel.c (Vselect_active_regions, Vsaved_region_selection)
629 (Qonly): Remove declarations.
630 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
631 (Vselect_active_regions):
632 * keyboard.h (timers_run): Add declarations.
633
654ef137
DN
634 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
635 (tm_diff): Convert definitions to standard C.
636 (extra_args_spec_iso): Remove, unused.
637
4a47c275 6382010-11-18 Jan Djärv <jan.h.d@swipnet.se>
37de8fd0
J
639
640 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
641
642 * config.in (HAVE_G_TYPE_INIT): New symbol.
643
4a47c275 6442010-11-18 Eli Zaretskii <eliz@gnu.org>
c7926fe2
EZ
645
646 * lread.c (Fload): Mention `load-in-progress' and
647 `load-file-name'. (Bug#7346)
648
86520d8c
EZ
649 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
650 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
651 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
652 subprocesses. Use buffer_free only ifdef subprocesses.
653
654 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
655 the subprocesses version, not in the non-subprocesses one.
656
794a4b6d
EZ
657 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
658
146d267b
EZ
6592010-11-17 Eli Zaretskii <eliz@gnu.org>
660
661 * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
662 lines on text-mode terminals. (bug#7417)
663
fad0d565
SM
6642010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
667 (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
668
6b4bb703
KH
6692010-11-17 Kenichi Handa <handa@m17n.org>
670
671 * coding.c (Fset_terminal_coding_system_internal): Fix previous
672 change (set charset-ID list instead of charset-symbol list).
673
9173a8fb
CY
6742010-11-16 Chong Yidong <cyd@stupidchicken.com>
675
676 * keyboard.c (make_lispy_position): For text area clicks, record Y
677 pixel position relative to the text area, excluding header line.
678 Also change X and Y to Lisp_Objects, not pointers; don't return
679 coordinate values via pointers. Pass ON_TEXT_AREA coordinate to
680 buffer_posn_from_coords counting from the start of the text area.
681 (Fposn_at_x_y, make_lispy_event): Callers changed.
682
683 * window.c (coordinates_in_window): Change X and Y to ints rather
684 than pointers; don't return coordinates via pointers.
685 (struct check_window_data): Change X and Y from pointers to ints.
686 (window_from_coordinates): Remove args WX and WY; don't return
687 coordinates via pointers.
688 (Fcoordinates_in_window_p, window_from_coordinates):
689 (check_window_containing, Fwindow_at): Callers changed.
690 (window_relative_x_coord): New function.
691
692 * window.h (window_from_coordinates, window_relative_x_coord):
693 Update prototypes.
694
695 * dispnew.c (buffer_posn_from_coords): Assume that X counts from
696 the start of the text area.
697
698 * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
699 call. Use window_relative_x_coord.
700 (note_mouse_highlight): Change window_from_coordinates call.
701
702 * w32term.c (w32_read_socket):
703 * msdos.c (dos_rawgetc):
704 * xterm.c (handle_one_xevent): Likewise.
705
d2762c86
DN
7062010-11-16 Dan Nicolaescu <dann@ics.uci.edu>
707
708 * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
709 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
710 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
711 Convert definitions to standard C.
712 * regex.c: Do not include <stdlib.h>, config.h does it.
713 Include unistd.h.
714 (xrealloc, init_syntax_once, re_match, regcomp, regexec)
715 (regerror, regfree): Convert definitions to standard C.
716 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
717 (__mktime_internal): Convert definitions to standard C.
718
c2f0866a
DN
7192010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
720
42a7e7f1
DN
721 * w32proc.c:
722 * w32inevt.c:
723 * w32heap.c:
724 * w32.c: Remove config.h include guards.
725
67802943
DN
726 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
727 No code changes.
728
f0e1af46
DN
729 * process.c: Include <sys/ioctl.h> unconditionally,
730 keyboard.c already does it.
731
c2f0866a
DN
732 * keyboard.c (pending_malloc_warning): Add const to match
733 definition in alloc.c.
734 (Fset_input_interrupt_mode): Simplify #ifdefs.
735
92d3ab7e
DN
7362010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
737
12e610e8
DN
738 Clean up systty.h macros.
739 * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
740 (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
741 definition in all uses.
742 (EMACS_TTY_TABS_OK): Remove, it has a single user.
743 * sysdep.c (discard_tty_input, child_setup_tty)
744 (init_sys_modes, tabs_safe_p, reset_sys_modes):
745 * emacs.c (shut_down_emacs):
746 * callproc.c (child_setup):
747 * term.c (dissociate_if_controlling_tty): Inline removed macros.
748
92d3ab7e
DN
749 * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
750
a3e6bad4
CY
7512010-11-14 Chong Yidong <cyd@stupidchicken.com>
752
753 * w32fns.c (Fx_create_frame):
754 * nsfns.m (Fx_create_frame): Don't check for the cursorColor
755 resource here; it's now done at startup.
756
5a232ffb
J
7572010-11-14 Jan Djärv <jan.h.d@swipnet.se>
758
759 * xterm.c (set_wm_state): Add Qnil to final cons.
760
761 * xselect.c (x_send_client_event): Remove unused variables cons and
762 size.
763
24021b38
YM
7642010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
765
766 * keyboard.c (modify_event_symbol) : Add const to array elements of
767 arg NAME_TABLE.
768 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
769 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
770 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
771 Add const to array elements.
772 (scroll_bar_parts): Make static. Fix position of const.
773
774 * w32fns.c (lispy_function_keys): Add const to extern.
775
776 * w32inevt.c (lispy_function_keys): Likewise.
777
afa42fe3
CY
7782010-11-14 Chong Yidong <cyd@stupidchicken.com>
779
780 * xfns.c (Fx_create_frame): Don't check for the cursorColor
781 resource here; it's now done at startup.
782
53260a94
DN
7832010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
784
c865c575 785 * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
ff2e8052 786
c865c575 787 Fix compilation on Solaris.
ff2e8052
DN
788 * sysdep.c: Do not #include <term.h>.
789 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
790
53260a94
DN
791 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
792
933e29ff
J
7932010-11-13 Jan Djärv <jan.h.d@swipnet.se>
794
795 * xterm.c (set_wm_state): Don't put Atom in cons, call
796 make_fixnum_or_float on them first.
797 (x_term_init): Initialize Xatom_net_supporting_wm_check and
798 Xatom_net_supported correctly.
799
800 * xselect.c (x_send_client_event): Move CHECK_STRING ...
801 (Fx_send_client_event): to here.
802
a048073e
MR
8032010-11-13 Martin Rudalics <rudalics@gmx.at>
804
805 * window.c (Fwindow_use_time): New function.
806
0eb025fb
EZ
8072010-11-13 Eli Zaretskii <eliz@gnu.org>
808
809 * xdisp.c (set_cursor_from_row): Fix cursor positioning on
810 zero-width characters.
811
812 * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
813
814 * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
815 box before drawing the glyphs inside it.
816
817 * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
818
bba3e508
SM
819 * dispextern.h (enum glyphless_display_method):
820 Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.
821 All users changed.
0eb025fb 822
bba3e508
SM
823 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
824 Fix comments.
0eb025fb
EZ
825 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
826 whitespace in "[]", to simulate a box. Don't use uninitialized
827 variable `width'.
828
c869cc37
JD
8292010-11-11 Julien Danjou <julien@danjou.info>
830
2d9074ba
JD
831 * xsettings.c (init_xsettings): Use already fetch atoms.
832
833 * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
834 from dpyinfo.
835
836 * xselect.c (Fx_send_client_event): Split and create
837 x_send_client_event.
838
839 * lisp.h: Do not EXFUN Fx_send_client_event.
840
841 * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
842 from dpyinfo.
843 (wm_supports): Use atoms from dpyinfo.
844 (do_ewmh_fullscreen): Use atoms from dpyinfo.
845 (x_ewmh_activate_frame): Use atoms from dpyinfo.
846 (xembed_set_info): Use atoms from dpyinfo.
847 (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
848 _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
849 _NET_ACTIVE_WINDOW, XSETTINGS atoms.
850 Get all atoms in one round-trip.
851 (set_wm_state): Use x_send_client_event rather than
852 Fx_send_client_event, using Atom directly.
853 (x_ewmh_activate_frame): Ditto.
854 (x_set_sticky): Pass atoms to set_wm_state.
855 (do_ewmh_fullscreen): Ditto.
856
857
858 * xterm.h (x_display_info): Add Xatom_net_supported,
859 Xatom_net_supporting_wm_check, Xatom_net_active_window,
860 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
861
c869cc37
JD
862 * xfns.c (Fx_show_tip): Fix typo in docstring.
863
1a4236ea
SM
8642010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
867 it's not negative.
868
3106121c
YM
8692010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
870
871 * font.c (font_filter_properties): Add const to array elements of
872 properties args.
873
874 * font.h (font_filter_properties): Likewise.
875
876 * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
877 elements.
878
879 * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
880
da1fec2b
MA
8812010-11-10 Michael Albinus <michael.albinus@gmx.de>
882
883 * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
884 (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
885 (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
886 (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
887 (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
888
bd6bc222
GM
8892010-11-10 Glenn Morris <rgm@gnu.org>
890
891 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
892
c0098065
EZ
8932010-11-09 Eli Zaretskii <eliz@gnu.org>
894
bd6bc222 895 * xfns.c (x_real_positions): Fix declaration-after-statement problem.
c0098065 896
d607b96b 8972010-11-09 Chong Yidong <cyd@stupidchicken.com>
be3faa80
CY
898
899 * image.c (free_image): Don't garbage the frame here, since this
900 function can be called while redisplaying (Bug#7210).
901 (uncache_image): Garbage the frame here (Bug#6426).
902
d607b96b 9032010-11-09 Jan Djärv <jan.h.d@swipnet.se>
184765cc 904
d607b96b
SM
905 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
906 parent is the root window. Check this after traversing window tree.
184765cc 907
d607b96b 908 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
bd80a886 909
d607b96b 910 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
bd80a886 911
d607b96b
SM
912 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
913 before traversing window tree (Bug#5721).
c2e124a9 914
27f92be7
J
9152010-11-07 Jan Djärv <jan.h.d@swipnet.se>
916
66b16767
J
917 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
918
25f38310
SM
919 * xdisp.c (note_mode_line_or_margin_highlight):
920 Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
27f92be7 921
a971c0a7
EZ
9222010-11-06 Eli Zaretskii <eliz@gnu.org>
923
924 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
925 adjust width of tool-tip frame to the width of text, excluding the
926 stretch glyph at the beginning of R2L glyph rows.
927
928 * w32fns.c (Fx_show_tip): Likewise.
929
80417b95
JD
9302010-11-06 Jan Djärv <jan.h.d@swipnet.se>
931
932 * nsfont.m: Include termchar for new mouse-highlight.
6dc61cf1 933 (nsfont_draw): Use MOUSE_HL_INFO.
80417b95 934
28118eb6
EZ
9352010-11-05 Eli Zaretskii <eliz@gnu.org>
936
c1fc2d3a 937 Unify mouse-highlight code for all GUI and TTY sessions.
cf482c50
EZ
938
939 * term.c: Remove static mouse_face_* variables. All users
940 changed.
941 (term_show_mouse_face, term_clear_mouse_face)
942 (fast_find_position, term_mouse_highlight): Functions deleted.
943 (tty_draw_row_with_mouse_face): New function.
944 (term_mouse_movement): Call note_mouse_highlight instead of
945 term_mouse_highlight.
946
bbf534ce
EZ
947 * nsterm.m (ns_update_window_begin, ns_update_window_end)
948 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
949 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
950 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
951 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
952 Replace Display_Info with Mouse_HLInfo everywhere where
953 mouse_face_* members were accessed for mouse highlight purposes.
954
955 * xterm.c (x_update_window_begin, x_update_window_end)
956 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
bba3e508
SM
957 (handle_one_xevent, x_free_frame_resources, x_term_init):
958 Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_*
bbf534ce
EZ
959 members were accessed for mouse highlight purposes.
960
961 * w32term.c (x_update_window_begin, x_update_window_end)
962 (x_update_end, w32_read_socket, x_free_frame_resources)
963 (w32_initialize_display_info): Replace Display_Info with
964 Mouse_HLInfo everywhere where mouse_face_* members were accessed
965 for mouse highlight purposes.
966
967 * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
968 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
969 unless the frame is on a window-system.
c1fc2d3a 970 (get_tool_bar_item, handle_tool_bar_click)
7ea692f6
EZ
971 (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
972 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
973 (note_mode_line_or_margin_highlight, note_mouse_highlight)
974 (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
975 Replace Display_Info with Mouse_HLInfo everywhere where
976 mouse_face_* members were accessed for mouse highlight purposes.
c1fc2d3a 977 (coords_in_mouse_face_p): Move prototype out of the
d009ae66
EZ
978 HAVE_WINDOW_SYSTEM conditional.
979 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
980 HAVE_WINDOW_SYSTEM block.
bba3e508
SM
981 (try_window_id) [HAVE_GPM || MSDOS]:
982 Call x_clear_window_mouse_face.
d009ae66 983 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
c1fc2d3a
EZ
984 systems. Call tty_draw_row_with_mouse_face for TTY systems.
985 (show_mouse_face): Call draw_row_with_mouse_face, instead of
986 calling draw_glyphs directly.
d009ae66
EZ
987 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
988 (cursor_in_mouse_face_p, rows_from_pos_range)
989 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
990 (note_mode_line_or_margin_highlight, note_mouse_highlight)
991 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
992 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
993 fragments.
994 (note_mouse_highlight): Call popup_activated for MSDOS as well.
995 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
996 integer.
997 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
bba3e508
SM
998 (x_consider_frame_title, tool_bar_lines_needed):
999 Move prototypes to HAVE_WINDOW_SYSTEM-only part.
c1fc2d3a
EZ
1000 (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
1001 part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
1002 (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
1003 part.
d009ae66
EZ
1004
1005 * dispnew.c (mirror_make_current): Set Y coordinate of the
1006 mode-line and header-line rows.
c1fc2d3a
EZ
1007 (init_display): Setup initial frame's output_data for text
1008 terminal frames.
d009ae66 1009
c1fc2d3a
EZ
1010 * xmenu.c (popup_activated): Don't define on MSDOS, which now has
1011 its own definition on msdos.c.
d009ae66
EZ
1012
1013 * msdos.c (show_mouse_face, clear_mouse_face)
1014 (fast_find_position, IT_note_mode_line_highlight)
1015 (IT_note_mouse_highlight): Functions deleted.
1016 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
1017 instead of IT_note_mouse_highlight.
1018 (draw_row_with_mouse_face, popup_activated): New functions.
c1fc2d3a
EZ
1019 (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
1020 (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
1021 (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
1022 where mouse_face_* members were accessed for mouse highlight
1023 purposes.
1024
1025 * msdos.h (initialize_msdos_display): Add prototype.
1026
1027 * frame.h (MOUSE_HL_INFO): New macro.
1028
1029 * lisp.h (Mouse_HLInfo): New data type.
1030
1031 * xterm.h (struct x_display_info):
1032 * w32term.h (struct w32_display_info):
1033 * nsterm.h (struct ns_display_info):
1034 * termchar.h (struct tty_display_info): Use it instead of
1035 mouse_face_* members.
1036
1037 * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
1038 1st argument.
1039 (frame_to_window_pixel_xy, note_mouse_highlight)
1040 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
1041 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
1042 HAVE_WINDOW_SYSTEM conditional.
1043 (draw_row_with_mouse_face): Declare prototype.
1044 (tty_draw_row_with_mouse_face): Declare prototype.
1045
6e8d7c47
EZ
10462010-11-05 Eli Zaretskii <eliz@gnu.org>
1047
bba3e508
SM
1048 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
1049 Remove unused variables.
6e8d7c47 1050
f31ba3f0
AR
10512010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1052
1053 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
1054 logic pointed out by Eli Zaretskii.
1055
448e17d6
LMI
10562010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1057
0c3a9a9f
GM
1058 * coding.c (coding-category-list): Refer to set-coding-system-priority
1059 instead of the obsolete set-coding-priority in the doc string.
448e17d6 1060
f31ba3f0 1061
3fdebbf9 10622010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
f31ba3f0
AR
1063
1064 * nsfont.m (nsfont_draw): Correct previous patch to return
1065 correct value.
1066 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
1067 don't change the method signature, change the return.
1068
10692010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
3fdebbf9
AR
1070
1071 * nsfont.m (nsfont_draw)
1072 * nsimage.m (EmacsImage-setXBMColor:)
f31ba3f0 1073 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
3fdebbf9 1074
17c0c952
JD
10752010-11-03 Julien Danjou <julien@danjou.info>
1076
1077 * image.c (gif_load): Add support for transparency and specified
1078 :background.
1079
b18fad6d
KH
10802010-11-01 Kenichi Handa <handa@m17n.org>
1081
1082 * dispextern.h (lookup_glyphless_char_display): Extern it.
1083
1084 * termhooks.h (struct terminal): New member charset_list.
1085
1086 * coding.c (Fset_terminal_coding_system_internal): Set the
1087 `charset_list' member of struct terminal.
1088
a8039db1 1089 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
b18fad6d
KH
1090 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
1091
1092 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
1093 (lookup_glyphless_char_display): Set it->what at the end.
1094 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
1095 (last_glyphless_glyph_merged_face_id): Make them non-static.
1096
a8039db1
JB
1097 * w32term.c (x_draw_glyphless_glyph_string_foreground):
1098 Fix the arg with_background for font->driver->draw.
65b6b59a 1099
a8039db1 11002010-11-01 Kenichi Handa <handa@m17n.org>
0269bd90 1101
a8039db1
JB
1102 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
1103 Surround chp by parentheses.
0269bd90 1104
a8039db1 11052010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
1106
1107 Implement various display methods for glyphless characters.
1108
1109 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
1110 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
1111 (Qzero_width): New variables.
1112 (THIN_SPACE_WIDTH): New macro.
1113 (lookup_glyphless_char_display): New funciton.
1114 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
1115 (last_glyphless_glyph_merged_face_id): New variables.
1116 (get_next_display_element): Check glyphless characters.
1117 (redisplay_internal): Initialize last_glyphless_glyph_frame and
1118 last_glyphless_glyph_face_id.
1119 (fill_glyphless_glyph_string): New function.
1120 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
1121 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
1122 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
1123 (x_produce_glyphs): If a suitable font is not found, produce a
1124 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
1125 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
1126 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
1127 Qzero_width.
1128 (Vglyphless_char_display): Declare it as a Lisp variable.
1129
1130 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
a8039db1
JB
1131 (struct glyph): Change the size of the member "type" to 3.
1132 Add glyphless to the union slice and u.
b2cca856
KH
1133 (enum display_element_type): Add IT_GLYPHLESS.
1134 (enum glyphless_display_method): New enum.
1135 (struct it): New member glyphless_method.
1136 (Vglyphless_char_display): Extern it.
1137
1138 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
1139 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
1140
a8039db1 1141 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
b2cca856
KH
1142 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
1143
1144 * nsterm.m (ns_draw_glyph_string): Handle the case
1145 GLYPHLESS_GLYPH (the detail is not yet implemented).
1146
c8c59954
GM
11472010-10-31 Glenn Morris <rgm@gnu.org>
1148
80696982
GM
1149 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
1150
c8c59954
GM
1151 * frame.c (syms_of_frame) <tool-bar-mode>:
1152 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
1153
46eadc7a
CY
11542010-10-31 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * xterm.c (x_connection_closed): Print informative error message
1157 when aborting on GTK. This requires using shut_down_emacs
1158 directly instead of Fkill_emacs.
1159
ffe75e6b
EZ
11602010-10-29 Eli Zaretskii <eliz@gnu.org>
1161
1162 * emacs.c (main): Call syms_of_filelock unconditionally.
1163
1164 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
1165 clause, but keep part of it conditioned on CLASH_DETECTION.
1166
9d794026
GM
11672010-10-29 Glenn Morris <rgm@gnu.org>
1168
4f4f2973
GM
1169 * nsfns.m (Fx-display-save-under, Fx-open-connection)
1170 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
1171 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
1172 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
1173 Sync docs between X, W32, NS.
1174
9d794026
GM
1175 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
1176 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
1177
d46f6bbb
JB
11782010-10-26 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
1181 otherwise, bootstrapping on Windows fails to compile macroexp.el.
1182
2e35f1a2
EZ
11832010-10-26 Eli Zaretskii <eliz@gnu.org>
1184
1185 * cmds.c (internal_self_insert): Don't insert if argument N is
84b28888 1186 zero or negative. (Bug#7281)
2e35f1a2 1187
8daaeda6
J
11882010-10-26 Jan Djärv <jan.h.d@swipnet.se>
1189
1190 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
1191
6a5c2175
GM
11922010-10-25 Glenn Morris <rgm@gnu.org>
1193
1194 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
1195
7c051dd8
GM
11962010-10-24 Glenn Morris <rgm@gnu.org>
1197
1198 * w32fns.c (Fx_synchronize, Fx_change_window_property)
1199 (Fx_window_property, Fx_file_dialog):
1200 * xfns.c (Fx_synchronize, Fx_change_window_property)
1201 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
1202
23c261f5
CY
12032010-10-24 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
1206
d414c713 12072010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1208
1209 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
1210
1211 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
1212 Deprecate use as a boolean flag.
1213
947f5e01
JM
12142010-10-24 Jim Meyering <jim@meyering.net>
1215
1216 * emacs.c (argmatch): Don't treat "--" as "--chdir".
1217
65807d73
GM
12182010-10-24 Glenn Morris <rgm@gnu.org>
1219
f5f25615
GM
1220 * w16select.c (syms_of_win16select) <selection-coding-system>:
1221 <next-selection-coding-system>:
1222 * w32select.c (syms_of_w32select) <selection-coding-system>:
1223 <next-selection-coding-system>:
3646b86d
GM
1224 Sync docs with select.el.
1225
46710489
GM
1226 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
1227 Lisp version.
1228
ea883883
GM
1229 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
1230 Sync doc with the xterm.c version.
1231
65807d73
GM
1232 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
1233 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
1234
f3d87560
GM
12352010-10-23 Glenn Morris <rgm@gnu.org>
1236
66c6abf0 1237 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
e1fd756b 1238 * frame.c (syms_of_frame) <menu-bar-mode>:
6e82cf1a 1239 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
a102db1e 1240 <hourglass-delay>: Sync docs with Lisp.
f3d87560 1241
7b7e2c18
EZ
12422010-10-23 Eli Zaretskii <eliz@gnu.org>
1243
d1d6801e 1244 Implement mouse highlight for bidi-reordered lines.
d0010be5
EZ
1245
1246 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
1247 (mouse_face_from_string_pos): New function, replaces
1248 fast_find_string_pos.
1249 (note_mouse_highlight): Call it instead of fast_find_string_pos.
d1d6801e
EZ
1250 (note_mode_line_or_margin_highlight): Support bidi-reordered
1251 strings and R2L glyph rows. Fix comments.
2f3f89b3
EZ
1252 (note_mouse_highlight): When bidi reordering is turned on in a
1253 buffer, call next-single-property-change and
ef1b0ba7
SM
1254 previous-single-property-change with last argument nil.
1255 Clear mouse highlight when mouse pointer is in a R2L row on the stretch
d1d6801e 1256 glyph that stands for no text beyond the line end.
1f382a02
EZ
1257 (row_containing_pos): Don't return too early when CHARPOS is in a
1258 bidi-reordered continued line. Return immediately when the first
1259 hit is found in a line that is not continued, or when an exact
1260 match for CHARPOS is found.
d1d6801e
EZ
1261 (rows_from_pos_range): New function.
1262 (mouse_face_from_buffer_pos): Use it instead of calling
1263 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
1264 function to support mouse highlight in bidi-reordered lines and
1265 not to assume that START_CHARPOS is always in mouse_face_beg_row.
1266 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
1267 that the former is always above the latter or identical to it.
1554d88e 1268 (show_mouse_face): Support drawing highlighted R2L lines.
1b5a721b
EZ
1269 (coords_in_mouse_face_p): New function, bidi-aware.
1270 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
1271 Call it instead of comparing with mouse-face members of dpyinfo.
1272 (note_mode_line_or_margin_highlight): Fix confusingly swapped
1273 usage of hpos and vpos.
544bbc31 1274
dee186b6
J
12752010-10-22 Jan Djärv <jan.h.d@swipnet.se>
1276
1277 * xrdb.c: Include keyboard.h for MOTIF.
1278
1279 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
1280 MOTIF (Bug#7263).
1281
1282 * xfns.c: Include Xm/TextF and Xm/List.
bba3e508
SM
1283 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog):
1284 Make ANSI prototypes.
dee186b6 1285
5fb59edb
GM
12862010-10-22 Glenn Morris <rgm@gnu.org>
1287
1288 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
1289 Remove ccl and duplicate mouse.
1290
8b78d5e3
CY
12912010-10-21 Chong Yidong <cyd@stupidchicken.com>
1292
1293 * insdel.c (prepare_to_modify_buffer): Don't set
1294 saved-region-selection if modification hooks are disabled.
1295
b8a47412
CY
12962010-10-19 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * cmds.c (Fdelete_char): Doc fix.
1299
ca3fa302 13002010-10-19 Ken Brown <kbrown@cornell.edu>
5419963b
KB
1301
1302 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
1303
ca3fa302 13042010-10-19 Kenichi Handa <handa@m17n.org>
31daa5e1
KH
1305
1306 Fix incorrect font metrics when the same font is opened with
1307 different pixelsizes.
1308
1309 * xftfont.c: Include composite.h.
1310 (xftfont_shape): New function.
1311 (syms_of_xftfont): Set xftfont_driver.shape.
1312
c978536f
JD
13132010-10-18 Julien Danjou <julien@danjou.info>
1314
1315 * frame.c (Fframe_pointer_visible_p):
1316 Add `frame-pointer-visible-p' to get the pointer visibility.
1317
4b2d9ec2
LMI
13182010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1319
1320 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
1321 non-"EAGAIN"-like error to signal to Emacs that the socket should
1322 be closed.
1323
9cf66cf2
EZ
13242010-10-15 Eli Zaretskii <eliz@gnu.org>
1325
c3911ead
EZ
1326 * unexcoff.c (make_hdr): Fix prototype according to changes in
1327 2010-10-03T13:59:56Z!dann@ics.uci.edu.
1328
9cf66cf2
EZ
1329 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
1330
be98da05
TH
13312010-10-15 Tassilo Horn <tassilo@member.fsf.org>
1332
1333 * Makefile.in (really-oldXMenu): Fix typo in variable name that
1334 made building the X menu fail.
cc98b256 1335 (really-oldXMenu): Fix my previous fix.
be98da05 1336
220d91b8 13372010-10-14 Damyan Pepper <damyanp@gmail.com>
9fa82824
DP
1338
1339 Fix handling of font properties on Windows (bug#6303).
1340 * font.c (font_filter_properties): New function, refactored from
1341 ftfont_filter_properties.
1342 * font.h (font_filter_properties): Declare.
1343 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
1344 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
1345 (w32font_filter_properties): New function.
1346 (w32font_driver): Add w32font_filter_properties.
1347
220d91b8 13482010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 1349
c0943d3d 1350 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
1351 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
1352
24f981c9
JB
13532010-10-14 Juanma Barranquero <lekktu@gmail.com>
1354
1355 * w32fns.c (w32_wnd_proc, file_dialog_callback):
1356 * w32font.c (w32_generic_family):
1357 * w32inevt.c (key_event):
1358 * w32menu.c (fill_in_menu):
1359 * w32proc.c (reader_thread, w32_executable_type, compare_env)
1360 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
1361 * w32term.c (w32_read_socket): Make static.
1362
850690cc
JB
13632010-10-13 Juanma Barranquero <lekktu@gmail.com>
1364
1365 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
1366 prototypes; all callers changed.
1367
5e371708
JB
13682010-10-13 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * makefile.w32-in (TLIB2): Rename from TLIBW32.
1371 (OBJ2): New macro.
1372 (WIN32OBJ, FONTOBJ): Remove.
1373 (OBJ1): Redistribute object files with OBJ2.
1374 (LIBS, $(TEMACS)): Use TLIB2.
1375 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
1376 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
1377
2e288d54
JB
13782010-10-13 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * emacs.c (Vdynamic_library_alist)
1381 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
1382 Doc fix.
1383
1384 * lisp.h (Vdynamic_library_alist): Declare extern.
1385
1386 * image.c (Vimage_library_alist)
1387 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
1388 (lookup_image_type): Use Vdynamic_library_alist.
1389 (Finit_image_library): Doc fix.
1390
aba1381b
DN
13912010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1392
1393 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
1394 (lispdir): Remove trailing /, update all uses.
1395
4c14013d 13962010-10-12 Jan Djärv <jan.h.d@swipnet.se>
a2e35ef5
JD
1397
1398 * nsterm.m (Qleft): Declare.
1399 (ns_right_alternate_modifier): New variable
1400 (NSRightAlternateKeyMask): New define.
1401 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
1402 ns_right_alternate_modifier isn't Qleft.
1403 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
1404 as emacs modifier for NSRightAlternateKeyMask.
1405 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
1406
355cdaf3
LMI
14072010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1408
1409 * gnutls.c (emacs_gnutls_write): If we're trying to write before
1410 gnutls is ready, return EAGAIN as the errno.
1411
4c620157
DN
14122010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1413
edfd76ce
DN
1414 * vm-limit.c:
1415 * unexhp9k800.c:
1416 * unexelf.c:
1417 * unexaix.c:
1418 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
1419
a4daeecf
DN
1420 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
1421 (PROFILING_LDFLAGS): Remove, not needed anymore.
1422
2cb72a75 1423 * Makefile.in: Use $(...) everywhere instead of ${...}
4cf3ad30
DN
1424 (CRT_DIR): Move near potential user.
1425 (START_FILE): Move near CRT_DIR, it might use it.
2cb72a75 1426
4c620157
DN
1427 * sysdep.c (LPASS8): Remove, unused.
1428 (emacs_ospeed): Change from being a global to a local in the only
1429 user: init_baud_rate.
1430
b845653d
LMI
14312010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1432
1433 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
bda6d2bd 1434 (emacs_gnutls_write): Remove the debuggin fsync call.
b845653d 1435 (emacs_gnutls_read): Return -1 if we got an error from
bda6d2bd 1436 gnutls_read. This allows us to actually read lots of data from
b845653d 1437 the GnuTLS stream.
2e6c74c5
LMI
1438 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
1439 According to the documentation, this is correct, and it seems to
1440 make things work.
b845653d 1441
3625b3e2
CY
14422010-10-09 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * xterm.c (x_draw_relief_rect): Clear corner pixels.
1445
8b1c619f
MA
14462010-10-08 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * keyboard.c: Revert last change; it was not intended to be
1449 synchronized with the trunk.
1450
93d50df8
KH
14512010-10-08 Kenichi Handa <handa@m17n.org>
1452
2b7c9342 1453 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 1454
4628bef1 14552010-10-08 Michael Albinus <michael.albinus@gmx.de>
a79b0f28
MA
1456
1457 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
1458 (Fdbus_init_bus): ... here. (Bug#7113)
1459
4628bef1 14602010-10-08 Glenn Morris <rgm@gnu.org>
7b2bf907
GM
1461
1462 * buffer.c (before-change-functions, after-change-functions):
1463 Three-year overdue doc fix following 2007-08-13 change.
1464
4628bef1 14652010-10-08 Kenichi Handa <handa@m17n.org>
1911a33b
KH
1466
1467 * coding.c (coding_inherit_eol_type): If parent doesn't specify
1468 eol-format, inherit from the system's default.
1469 (complement_process_encoding_system): Make a new coding system
1470 inherit the original eol-format.
1471
4628bef1 14722010-10-08 Kenichi Handa <handa@m17n.org>
fcaf8878
KH
1473
1474 * coding.c (complement_process_encoding_system): New function.
1475
1476 * coding.h (complement_process_encoding_system): Extern it.
1477
1478 * callproc.c (Fcall_process): Complement the coding system for
1479 encoding arguments.
1480 (Fcall_process_region): Complement the coding system for encoding
1481 the input to the process.
1482
1483 * process.c (Fstart_process): Complement the coding system for
1484 encoding arguments.
1485 (send_process): Complement the coding system for encoding what
1486 sent to the process.
1487
4628bef1 14882010-10-08 Kenichi Handa <handa@m17n.org>
18acb5ad
KH
1489
1490 * xfont.c (xfont_open): Fix setting of font->average_width from
1491 :avgwidth property (Bug#7123).
1492
4628bef1 14932010-10-08 Michael Albinus <michael.albinus@gmx.de>
dec83468
MA
1494
1495 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
1496 is more portable.
1497
1498 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
1499 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
1500 has not defined SIGIO.
1501
389454fb
CY
15022010-10-08 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
1505 draw the outermost line using the black relief, for legibility.
1506 Omit drawing the four corner pixels.
1507
51b403bd
CY
15082010-10-04 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
1511 (read_key_sequence): Inline echo_prompt.
1512 (echo_dash): Add a dash only if key is continued (Bug#7137).
1513
3e6ae1a4
DN
15142010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
1515
1516 Remove O_RDONLY, O_WRONLY definitions, not needed.
1517 * unexcoff.c:
1518 * lread.c:
1519 * fileio.c:
1520 * doc.c:
1521 * callproc.c:
1522 * alloc.c:
1523 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
1524
c1ae068b
LMI
15252010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1526
1527 * gnutls.h (GNUTLS_LOG2): Convenience macro.
1528
1529 * gnutls.c: Add property list symbol holders.
1530 (emacs_gnutls_handshake): Clarify how sockets are passed to
1531 GnuTLS.
1532 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
1533 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
1534 and keyfiles to be a list of file names. Default to "NORMAL" for
1535 the priority string. Improve logging.
1536
e2afe435
GM
15372010-10-03 Glenn Morris <rgm@gnu.org>
1538
1539 * fileio.c (Vdirectory_sep_char): Remove.
1540
dd5ecd6b
DN
15412010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1542
b5437a05
DN
1543 * termhooks.h: Remove #ifdef CONSP.
1544
4777478a
DN
1545 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
1546
a3d5088d
DN
1547 Include <fcntl.h> unconditionally.
1548 * termcap.c:
1549 * sysdep.c:
1550 * lread.c:
1551 * keyboard.c:
1552 * filelock.c:
1553 * fileio.c:
1554 * doc.c:
1555 * callproc.c:
1556 * alloc.c: Remove include guards for <fcntl.h>, process.c already
1557 does it.
1558
82719735
DN
1559 * process.c: Do not include <sys/wait.h>, syswait.h does it.
1560
9de940b5
DN
1561 * sysdep.c (flush_pending_output): Remove code, does not do
1562 anything on any platform.
1563
57507bf8 1564 Remove unused code.
bba3e508
SM
1565 * sysdep.c (select_alarm, sys_select, read_input_waiting):
1566 Remove select emulation, all systems support select.
57507bf8
DN
1567 (set_exclusive_use): Remove, the only user is in an #if 0 block.
1568 * process.c (create_process): Remove #if 0 code.
1569
dd5ecd6b
DN
1570 Remove unused arguments for unexec.
1571 The third one is never used, and the last two are always passed as zero.
1572 * emacs.c (unexec): Add declaration.
1573 (Fdump_emacs): Only pass the first two arguments to unexec.
1574 Simplify #ifdef.
1575 * unexw32.c (unexec):
1576 * unexsol.c (unexec):
1577 * unexhp9k800.c (unexec):
1578 * unexcw.c (unexec): Remove the last 3 arguments, unused.
1579 * unexelf.c (unexec): Remove the last 3 arguments, unused.
1580 (find_section): Use const.
1581 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
1582 (unexec_error): Declare it NO_RETURN.
1583 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
1584 it as an argument, remove data_start and entry_address arguments, unused.
1585 (unexec): Remove bss_start, data_start and
1586 entry_address arguments.
1587 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
1588 it as an argument, remove data_start and entry_address arguments, unused.
1589 (unexec): Remove bss_start, data_start and
1590 entry_address arguments.
1591
74f1829d
JB
15922010-10-03 Juanma Barranquero <lekktu@gmail.com>
1593
7f467e14
JB
1594 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
1595
74f1829d
JB
1596 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
1597 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
1598 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
1599 Fix typos in docstrings.
1600 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
1601 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
1602
6926550f
CY
16032010-10-03 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * keyboard.c (command_loop_1): Make sure the mark is really alive
1606 before using it (Bug#7044).
1607
54b65f7b
JB
16082010-10-02 Juanma Barranquero <lekktu@gmail.com>
1609
1610 * makefile.w32-in (tags): Rename target to full-tags.
1611
383ebd15
EZ
16122010-10-02 Eli Zaretskii <eliz@gnu.org>
1613
1614 * emacs.c (main): Remove !WINDOWSNT conditional.
1615 (Fkill_emacs): Don't mention exemption on MS-Windows.
1616
9c524fcb
GM
16172010-10-02 Glenn Morris <rgm@gnu.org>
1618
3226d6ca
GM
1619 * character.c (Fchar_bytes): Remove obsolete function.
1620 (syms_of_character): Remove Schar_bytes.
1621
9c524fcb
GM
1622 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
1623 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
1624 in batch-mode.
1625 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
1626 (kill-emacs-hook): Doc fix.
1627
1b217849
LMI
16282010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1629
1630 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
bba3e508 1631 (parse_region): Rework to take regions instead of strings, and
1b217849
LMI
1632 renamed to reflect that these are the libxml functions.
1633
54cc6a83
EZ
16342010-10-01 Eli Zaretskii <eliz@gnu.org>
1635
0ebf79de
EZ
1636 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
1637 screen dimensions in tty->Wcm.
1638
54cc6a83
EZ
1639 * xdisp.c (set_cursor_from_row): When the row is truncated and
1640 point is outside the range of displayed characters, position the
1641 cursor inside the scroll margin. (Bug#6349)
1642
321401d1
DN
16432010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1644
4cacd822
DN
1645 Do not include stdlib.h and string.h, config.h does it.
1646 * xfont.c:
1647 * w32term.c:
1648 * w32reg.c:
1649 * w32inevt.c:
1650 * w32heap.c:
1651 * w32console.c:
1652 * w16select.c:
1653 * unexsol.c:
1654 * term.c:
1655 * sound.c:
1656 * scroll.c (m):
1657 * gtkutil.c:
1658 * font.c:
1659 * filelock.c:
1660 * fileio.c:
1661 * dosfns.c:
1662 * dbusbind.c:
1663 * bidi.c:
1664 * callproc.c:
1665 * process.c:
1666 * msdos.c:
1667 * charset.c: Do not include stdlib.h and string.h, config.h does it.
1668
bba3e508
SM
1669 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h
1670 defines it.
0781e7ab 1671
9bf58201
DN
1672 * process.c: Move #include <pty.h> earlier.
1673 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
1674 (pty_name): Move definition later.
1675
088dcc3e
DN
1676 * nsselect.m (syms_of_nsselect):
1677 * nsmenu.m (syms_of_nsmenu):
1678 * nsfns.m (syms_of_nsfns):
1679 * msdos.c (syms_of_msdos):
4cacd822 1680
088dcc3e
DN
1681 * image.c (syms_of_image):
1682 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
1683
321401d1
DN
1684 * point.h: Remove, unused.
1685
73077a9a
EZ
16862010-10-01 Eli Zaretskii <eliz@gnu.org>
1687
1688 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
1689 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
1690 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
1691
55e572ef
DN
16922010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * xml.c (parse_string): Use const.
1695
d4b6d95d
LMI
16962010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1697
ef1b0ba7
SM
1698 * eval.c (Fbacktrace): Don't overwrite print-level on exit.
1699 Also only override Vprint_level if it isn't already bound, and increase
d4b6d95d
LMI
1700 the level to 8 to produce more useful backtraces for bug reports.
1701
e4b6db12
DN
17022010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
1705
1becef93
JB
17062010-09-30 Juanma Barranquero <lekktu@gmail.com>
1707
1708 * w32console.c (vga_stdcolor_name): Remove unused function;
1709 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
1710
df7fcaff
LMI
17112010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1712
bac5cef8
LMI
1713 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
1714 (Fgnutls_boot): Start the handshake.
1715 (emacs_gnutls_read): Perform the handshake from the reader loop.
e6059fa2
LMI
1716 (Fgnutls_boot): Remove some debugging messages.
1717 Change indentation throughout to use the Emacs style.
1718 (emacs_gnutls_handshake): Cast the fds to something that's
1719 possibly the expected length.
1720 (emacs_gnutls_write): Return -1 if we try to write before handshake.
bac5cef8 1721
df7fcaff
LMI
1722 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
1723
1724 * process.c (make_process): Set the gnutls_p field to zero by
1725 default.
1726 (read_process_output): Always call the gnutls_read function if the
1727 stream is a gnutls stream.
1728 (send_process): Ditto for writes.
1729
1730 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
1731 or write anything until the state is GNUTLS_STAGE_READY.
1732 (Fgnutls_boot): Mark the stream as being a gnutls stream.
1733
d585695f
EZ
17342010-09-29 Eli Zaretskii <eliz@gnu.org>
1735
af7ef32d
EZ
1736 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
1737 NEUTRAL_DIR.
1738 (handle_invisible_prop, iterate_out_of_display_property)
1739 (next_element_from_buffer): If bidi_it.first_elt is set, call
1740 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
1741 (Bug#7128)
1742
d585695f
EZ
1743 * print.c (print_object): Fix format string and argument types for
1744 printing a Lisp_Misc_Marker.
1745
1746 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
1747 (load_overlay_strings, get_overlay_strings_1)
1748 (get_overlay_strings, forward_to_next_line_start)
1749 (back_to_previous_visible_line_start, reseat, reseat_to_string)
1750 (get_next_display_element, next_element_from_string)
1751 (next_element_from_c_string, next_element_from_buffer)
1752 (move_it_vertically_backward, move_it_by_lines, add_to_log)
1753 (message_dolog, message_log_check_duplicate, message2_nolog)
1754 (message3, message3_nolog, vmessage, set_message, set_message_1)
1755 (hscroll_window_tree, text_outside_line_unchanged_p)
1756 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
1757 (find_last_unchanged_at_beg_row)
1758 (find_first_unchanged_at_end_row, row_containing_pos)
1759 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
bba3e508
SM
1760 (display_count_lines, x_produce_glyphs, note_mouse_highlight):
1761 Use EMACS_INT for buffer and string positions.
d585695f
EZ
1762
1763 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
1764 (row_containing_pos): Adjust prototype.
1765
1766 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
1767 (message2_nolog, set_message): Adjust prototypes.
1768
a6f3211f
SM
17692010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
1772 (Fgnutls_boot): Use SDATA.
1773 (Fgnutls_handshake): Remove unused var `max_log_level'.
1774
e0720500
MA
17752010-09-27 Michael Albinus <michael.albinus@gmx.de>
1776
11a5af7c 1777 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
1778 (Bug#7113)
1779
d8a4b27a
J
17802010-09-27 Jan Djärv <jan.h.d@swipnet.se>
1781
42d3022b
J
1782 * xgselect.c (xg_select): Clear file descriptors not set from
1783 rfds and wfds.
1784
d8a4b27a
J
1785 * process.c (wait_reading_process_output): Add missing FD_CLR
1786 for write_mask (must mirror connect_wait_mask).
1787
8ed70bf3
LMI
17882010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1789
1790 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
1791 prefix.
1792 (Fgnutls_boot): Use changed process members. Use log level with a
1793 function parameter to set it. Bring back Emacs-level debugging
1794 messages at log level 1 and 2.
1795
1796 * process.c (make_process): Initialize gnutls_log_level.
1797
1798 * process.h: Add gnutls_log_level and rename x509_cred and
1799 anon_cred to have the gnutls_ prefix for consistency.
1800
1801 * gnutls.h (GNUTLS_LOG): Add convenience macro.
1802
bedf4aab
JB
18032010-09-27 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * w32.c (g_b_init_get_sid_identifier_authority)
1806 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
1807 Remove, not used.
1808 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
1809 (init_winsock): Remove useless assignment.
1810 (open_process_token, get_token_information, lookup_account_sid)
1811 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
1812 (get_security_descriptor_owner, get_security_descriptor_group)
1813 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
1814 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
1815 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
1816 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
1817 (unc_volume_file_attributes, convert_from_time_t)
1818 (create_toolhelp32_snapshot, process32_first, process32_next)
1819 (open_thread_token, impersonate_self, revert_to_self)
1820 (get_process_memory_info, get_process_working_set_size)
1821 (global_memory_status, global_memory_status_ex, socket_to_fd)
1822 (shutdown_handler): Make static.
1823
08609ffd
MA
18242010-09-27 Michael Albinus <michael.albinus@gmx.de>
1825
1826 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
1827 (xd_pending_messages): Functions removed.
1828 (xd_read_queued_messages): Add parameters fd, *data, for_read in
1829 order to be compatible with add_read_fd. Determine bus from data,
1830 and call xd_read_message just for this bus.
1831 (xd_add_watch): Use xd_read_queued_messages as callback function.
1832 Add data.
1833
1834 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
1835
d2e9d0bb
LMI
18362010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1837
ef1b0ba7 1838 * gnutls.c (gnutls_log_function): Add more debugging.
ec9f09be 1839 (emacs_gnutls_read): Don't infloop while reading.
d2e9d0bb 1840
4be9765d
KH
18412010-09-27 Kenichi Handa <handa@m17n.org>
1842
1843 These changes are to remove restriction on the number of glyphs in
1844 one composition.
1845
1846 * dispextern.h (struct glyph): Change the member "slice" to union.
1847 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
bba3e508 1848 (GLYPH_SLICE_EQUAL_P): Adjust for the above change.
4be9765d
KH
1849
1850 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
1851 instead of glyph->slice.
1852 (marginal_area_string): Likewise.
1853
1854 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
1855 glyph->u.cmp.
1856 (append_composite_glyph): Likewise.
1857
1858 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
1859 glyph->u.cmp.
1860 (fill_gstring_glyph_string, x_get_glyph_overhangs)
1861 (append_composite_glyph): Likewise.
1862 (fill_image_glyph_string): Use glyph->slice.img instead of
1863 glyph->slice.
1864 (append_glyph, produce_image_glyph, append_stretch_glyph)
1865 (note_mouse_highlight): Likewise.
1866
3fad2ad2
J
18672010-09-26 Jan Djärv <jan.h.d@swipnet.se>
1868
bf05eed6
J
1869 * process.c (add_keyboard_wait_descriptor)
1870 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
82d6e50b
J
1871 (wait_reading_process_output): Don't pass write_mask to select
1872 if SELECT_CANT_DO_WRITE_MASK is defined.
1873 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
bf05eed6 1874
3fad2ad2
J
1875 * process.h (add_read_fd, delete_read_fd, add_write_fd)
1876 (delete_write_fd): Declare.
1877
1878 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
1879 (write_mask): New variable.
ef1b0ba7 1880 (max_input_desc): Rename from max_keyboard_desc.
3fad2ad2 1881 (fd_callback_info): New variable.
70e31436
JB
1882 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
1883 New functions.
3fad2ad2
J
1884 (Fmake_network_process): FD_SET write_mask.
1885 (deactivate_process): FD_CLR write_mask.
1886 (wait_reading_process_output): Connecting renamed to Writeok.
70e31436
JB
1887 check_connect removed. check_write is new. Remove references to gpm.
1888 Use Writeok/check_write unconditionally (i.e. no #ifdef
3fad2ad2
J
1889 NON_BLOCKING_CONNECT) instead of Connecting.
1890 Loop over file descriptors and call callbacks in fd_callback_info
1891 if file descriptor is ready for I/O.
1892 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
1893 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
1894 (keyboard_bit_set): Use max_input_desc.
70e31436
JB
1895 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
1896 Remove #ifdef subprocesses. Use max_input_desc.
3fad2ad2
J
1897 (init_process): Initialize write_mask and fd_callback_info.
1898
1899 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
1900
1901 * dbusbind.c: Include process.h.
1902 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
1903 (xd_read_message_1): New functions.
70e31436
JB
1904 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
1905 Handle watch for both read and write.
3fad2ad2
J
1906 (Fdbus_init_bus): Also register xd_toggle_watch.
1907 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1908 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
1909 to dbus_connection_flush.
70e31436 1910 (xd_read_message): Move most of the code to xd_read_message_1.
3fad2ad2
J
1911 Call xd_read_message_1 until status is COMPLETE.
1912
dce4c2ac
DN
19132010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1914
1915 * term.c: Do not include sys/ioctl.h, not needed.
70e31436
JB
1916 (init_tty): Reorder code to reduce the number of #ifdefs.
1917 No code changes.
dce4c2ac 1918
8af55556
TZ
19192010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1920
1921 * process.h: Set up GnuTLS support.
1922
1923 * process.c (make_process, Fstart_process)
1924 (read_process_output, send_process): Set up GnuTLS support for
1925 process input/output file descriptors.
1926
1927 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
1928
1929 * gnutls.c: The source code for GnuTLS support in Emacs.
1930
1931 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
1932
1933 * config.in: Set up GnuTLS support.
1934
1935 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
1936 (obj, LIBES): Set up GnuTLS support.
1937
83e245c4
JB
19382010-09-26 Juanma Barranquero <lekktu@gmail.com>
1939
1940 * w32.c (get_emacs_configuration_options): Fix previous change.
1941
d24ec09a
CY
19422010-09-25 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
1945 alive before using it (Bug#6977).
1946
b7bdc47c
LMI
19472010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
a952d5f3
LMI
1949 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
1950
1951 * dispextern.h: EMACS_INT/int fixup.
1952
1953 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
1954 fixup.
1955
b7bdc47c
LMI
1956 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
1957
41118bd3
EZ
19582010-09-25 Eli Zaretskii <eliz@gnu.org>
1959
2452438f
EZ
1960 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
1961 (Fselect_window, window_scroll_pixel_based)
1962 (window_scroll_line_based, Frecenter, Fset_window_configuration):
1963 Use EMACS_INT for buffer positions.
1964
1965 * textprop.c (validate_interval_range, interval_of)
1966 (property_change_between_p, Fadd_text_properties)
1967 (set_text_properties_1, Fremove_text_properties)
1968 (Fremove_list_of_text_properties, Ftext_property_any)
1969 (Ftext_property_not_all, copy_text_properties)
1970 (text_property_list, extend_property_ranges)
1971 (verify_interval_modification): Use EMACS_INT for buffer
1972 positions.
1973
f877c546
EZ
1974 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
1975 for buffer positions.
1976
1977 * process.c (read_process_output, send_process)
1978 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
1979 and string positions and size.
1980
da43f021
EZ
1981 * print.c (print_object, print_string, strout): Use EMACS_INT for
1982 string indices.
1983
1984 * minibuf.c (string_to_object): Use EMACS_INT for string position
1985 and size.
1986
1987 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
1988
1989 * lread.c <read_from_string_index, read_from_string_index_byte>
1990 <read_from_string_limit, readchar_count>: Define EMACS_INT.
1991 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
1992 buffer positions and string length.
1993
41118bd3
EZ
1994 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
1995 EMACS_INT.
1996 (echo_truncate, adjust_point_for_property, read_char)
1997 (gen_help_event, make_lispy_event, modify_event_symbol)
1998 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
1999 for buffer positions and string length.
2000
2001 * keyboard.h (gen_help_event): Adjust prototype.
2002
2003 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
2004
2005 * commands.h <last_point_position>: Declare EMACS_INT.
2006
2007 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
2008 (truncate_echo_area): Accept EMACS_INT argument.
2009
2010 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
2011
2012 * lisp.h (truncate_echo_area): Adjust prototype.
2013
2014 * composite.c (composition_adjust_point): Return EMACS_INT.
2015
2016 * composite.h (composition_adjust_point): Adjust prototype.
2017
ba3033ee
JB
20182010-09-25 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * process.c (Fmake_network_process): When arg :host is 'local,
2021 use address 127.0.0.1, not name "localhost". (Bug#6781)
2022
4f3a2f8d
EZ
20232010-09-24 Eli Zaretskii <eliz@gnu.org>
2024
5816888b
EZ
2025 * indent.c (Fcurrent_indentation, indented_beyond_p)
2026 (compute_motion): Use EMACS_INT for buffer position variables.
2027
2028 * lisp.h (indented_beyond_p): Adjust prototype.
2029
2030 * buffer.c (overlay_strings): Return EMACS_INT.
2031
2032 * buffer.h (overlay_strings): Adjust prototype.
2033
2034 * region-cache.c (pp_cache): Adjust format to arguments.
2035
2036 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
2037 (call_debugger): Use EMACS_INT for specpdl_size related variables.
2038 (verror): Use EMACS_INT for size of allocated buffer.
2039
ace1712c
EZ
2040 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
2041 positions.
2042
2043 * xdisp.c (redisplay_internal, try_window_id)
bba3e508
SM
2044 (set_cursor_from_row, find_first_unchanged_at_end_row):
2045 Use EMACS_INT for buffer positions.
ace1712c 2046
f5276b75 2047 * dispextern.h (set_cursor_from_row): Adjust prototype.
ace1712c
EZ
2048
2049 * dispnew.c (increment_matrix_positions)
2050 (increment_row_positions, copy_glyph_row_contents)
2051 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
2052 positions.
2053
2054 * dispextern.h (mode_line_string, marginal_area_string)
bba3e508
SM
2055 (increment_matrix_positions, increment_row_positions):
2056 Adjust prototypes.
ace1712c
EZ
2057
2058 * data.c (Faref, Faset): Use EMACS_INT for string length and
2059 positions.
2060
2061 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
2062 characters to insert.
2063
2064 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
2065 position and size.
2066
4f3a2f8d
EZ
2067 * syntax.c (scan_words, update_syntax_table)
2068 (prev_char_comend_first, back_comment, skip_chars)
bba3e508
SM
2069 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars):
2070 Use EMACS_INT for buffer and string positions.
4f3a2f8d
EZ
2071
2072 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
2073
2074 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
2075 positions.
2076
db063399
LMI
20772010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2078
f0812d35
LMI
2079 * scroll.c (calculate_scrolling, line_ins_del)
2080 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
2081 conversion.
2082
f5c7fc27
LMI
2083 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
2084 (region_cache_backward, region_cache_forward)
2085 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
2086 conversion.
2087
db063399
LMI
2088 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
2089
2090 * eval.c (verror): Fix EMACS_INT/int conversion.
2091
07914cd0 2092 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
db063399
LMI
2093 (print_preprocess, print_check_string_charset_prop)
2094 (print_object): Fix EMACS_INT/int conversion.
2095
2096 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
2097
e6d4aefa
EZ
20982010-09-24 Eli Zaretskii <eliz@gnu.org>
2099
69481da7
EZ
2100 * callproc.c (Fcall_process): Use EMACS_INT for count of
2101 characters read from the subprocess.
2102
61bfec98
EZ
2103 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
2104 positions.
2105 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
2106 positions.
2107
145582a0
EZ
2108 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
2109 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
2110 length.
2111 (advance_to_char_boundary, Fset_buffer_multibyte)
2112 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
2113 (overlay_touches_p, record_overlay_string, overlay_strings)
2114 (recenter_overlay_lists, fix_start_end_in_overlays)
2115 (modify_overlay, Fmove_overlay, report_overlay_modification)
2116 (evaporate_overlays): Use EMACS_INT for buffer positions.
2117
bba3e508
SM
2118 * lisp.h (fix_start_end_in_overlays, overlay_touches_p):
2119 Adjust prototypes.
145582a0 2120
446470a9
EZ
2121 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
2122 positions.
2123
e6d4aefa
EZ
2124 * fns.c (Fcompare_strings, Fstring_lessp, concat)
2125 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
2126 (Fsubstring_no_properties, substring_both, Ffillarray)
2127 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
2128 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
2129 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
2130 (Fmd5): Use EMACS_INT for buffer and string positions and length
2131 variables and arguments.
2132
2133 * lisp.h (substring_both): Adjust prototype.
2134
eb652396
JB
21352010-09-24 Juanma Barranquero <lekktu@gmail.com>
2136
2137 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
2138 * w32fns.c (clipboard_sequence_fn): Don't declare.
2139 (globals_of_w32fns): Don't initialize it.
2140
266a86bd 21412010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
fbb3da77
SM
2142
2143 * syntax.c (back_comment): Detect the case where a 1-char comment
2144 starter is also the 2nd char of a 2-char comment ender.
2145
266a86bd 21462010-09-23 Jan Djärv <jan.h.d@swipnet.se>
2b5b82db
J
2147
2148 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
2149
40283062
LMI
21502010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2151
db063399
LMI
2152 * eval.c (verror): EMACS_INT/int cleanup.
2153
faf8b5bc
LMI
2154 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
2155 unwind_protect more than 2GB worth of functions.
2156
2157 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
2158
40283062
LMI
2159 * lisp.h: Have oblookup take EMACS_INT to allow interning big
2160 string and avoid compiler warnings.
2161 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
2162 all users.
2163
2164 * lread.c (oblookup): EMACS_INT/int cleanup.
2165
2166 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
2167
fe3537c3
EZ
21682010-09-23 Eli Zaretskii <eliz@gnu.org>
2169
2170 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
2171
2172 * lisp.h (clip_to_bounds): Adjust prototype.
2173
2174 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
2175
0350982f
LMI
21762010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
84c9ce05
LMI
2178 * lisp.h: doprnt.c EMACS_INT/int cleanup.
2179
2180 * doprnt.c (doprnt): EMACS_INT/int cleanup.
2181
2182 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
2183 cleanup.
2184
0350982f
LMI
2185 * lisp.h: Change the definition of all marker.c functions that
2186 take and return buffer stuff to be EMACS_INT instead of int.
2187
2188 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
2189 (buf_charpos_to_bytepos, bytepos_to_charpos)
2190 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
2191 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
2192 for all buffer positions.
2193
c50bd0d2
CY
21942010-09-23 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * intervals.c (traverse_intervals, rotate_right, rotate_left)
2197 (split_interval_right, find_interval, next_interval)
2198 (delete_node, delete_interval, interval_deletion_adjustment)
2199 (adjust_intervals_for_deletion, merge_interval_right)
2200 (merge_interval_left, graft_intervals_into_buffer)
2201 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
2202
2203 * intervals.h (traverse_intervals): Update prototype.
2204
14162469
EZ
22052010-09-23 Eli Zaretskii <eliz@gnu.org>
2206
c098fdb8
EZ
2207 * indent.c (compute_motion): Use EMACS_INT for arguments to
2208 region_cache_forward.
2209
bba3e508
SM
2210 * region-cache.c (struct boundary, struct region_cache):
2211 Use EMACS_INT for positions.
c098fdb8
EZ
2212 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
2213 (delete_cache_boundaries, set_cache_region)
2214 (invalidate_region_cache, know_region_cache)
bba3e508
SM
2215 (region_cache_forward, region_cache_backward, pp_cache):
2216 Use EMACS_INT for buffer positions.
c098fdb8
EZ
2217
2218 * region-cache.h (know_region_cache, invalidate_region_cache)
2219 (region_cache_forward, region_cache_backward): Adjust prototypes.
2220
2221 * search.c (string_match_1, fast_c_string_match_ignore_case)
2222 (looking_at_1, scan_buffer, scan_newline)
2223 (find_next_newline_no_quit, find_before_next_newline)
2224 (search_command, trivial_regexp_p, search_buffer, simple_search)
2225 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
2226 and string positions and length.
2227
caefdbe7
EZ
2228 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
2229 (find_before_next_newline): Adjust prototypes.
c098fdb8 2230
29cdc13e
EZ
2231 * editfns.c (transpose_markers, update_buffer_properties)
2232 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
2233 (get_pos_property, Fconstrain_to_field)
2234 (Fline_beginning_position, Fline_end_position, Fprevious_char)
2235 (Fchar_after, Fchar_before, Finsert_char)
2236 (Finsert_buffer_substring, Fcompare_buffer_substrings)
bba3e508
SM
2237 (Fsubst_char_in_region, Fformat, Ftranspose_regions):
2238 Use EMACS_INT for buffer and string position variables.
c098fdb8 2239 (Finsert_char): Protect against too large insertions.
29cdc13e
EZ
2240
2241 * lisp.h (clip_to_bounds): Adjust prototype.
2242
e79123aa
EZ
2243 * intervals.c (traverse_intervals, rotate_right, rotate_left)
2244 (balance_an_interval, split_interval_right, split_interval_left)
2245 (find_interval, next_interval, update_interval)
2246 (adjust_intervals_for_insertion, delete_node, delete_interval)
2247 (interval_deletion_adjustment, adjust_intervals_for_deletion)
2248 (offset_intervals, merge_interval_right, merge_interval_left)
2249 (graft_intervals_into_buffer, adjust_for_invis_intang)
2250 (move_if_not_intangible, get_local_map, copy_intervals)
2251 (copy_intervals_to_string, compare_string_intervals)
2252 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
6e48267a 2253 and for interval tree size.
e79123aa
EZ
2254
2255 * intervals.h (traverse_intervals, split_interval_right)
2256 (split_interval_left, find_interval, offset_intervals)
2257 (graft_intervals_into_buffer, copy_intervals)
2258 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
2259 (update_interval): Adjust prototypes.
2260
579c18d0
EZ
2261 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
2262 Use EMACS_INT for buffer position variables and arguments.
2263
2264 * composite.c (get_composition_id, find_composition)
2265 (run_composition_function, compose_text)
2266 (composition_gstring_width, autocmp_chars)
2267 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
2268 for buffer positions and string length variables and arguments.
2269
2270 * composite.h (get_composition_id, find_composition, compose_text)
2271 (composition_gstring_width): Adjust prototypes.
2272
2273 * editfns.c (Fformat): Use EMACS_INT for string size variables.
2274
bba3e508
SM
2275 * xdisp.c (store_mode_line_noprop, display_mode_element):
2276 Use EMACS_INT for string positions.
579c18d0
EZ
2277
2278 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
2279 position arguments.
2280
2281 * intervals.h (get_property_and_range): Adjust prototype.
14162469
EZ
2282
2283 * character.c (parse_str_as_multibyte, str_as_multibyte)
2284 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
579c18d0 2285 (string_count_byte8, string_escape_byte8, c_string_width)
bba3e508
SM
2286 (strwidth, lisp_string_width, multibyte_chars_in_text):
2287 Use EMACS_INT for string length variables and arguments.
14162469
EZ
2288
2289 * character.h (parse_str_as_multibyte, str_as_multibyte)
579c18d0 2290 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
bba3e508
SM
2291 (c_string_width, strwidth, lisp_string_width):
2292 Adjust prototypes.
14162469 2293
579c18d0
EZ
2294 * font.c (font_intern_prop): Use EMACS_INT for string length
2295 variables.
2296
2297 * font.c (font_intern_prop): Use EMACS_INT for string length
2298 variables.
2299
14162469
EZ
2300 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
2301 variables.
2302
2303 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
2304 (Fmake_string): Protect against too large strings.
2305 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
2306 (live_misc_p): Use ptrdiff_t instead of int for pointer
2307 differences.
2308 (string_bytes, check_sblock, check_string_free_list)
2309 (allocate_string_data, compact_small_strings, Fmake_string)
2310 (Fmake_bool_vector, make_string, make_unibyte_string)
2311 (make_multibyte_string, make_string_from_bytes)
bba3e508
SM
2312 (make_specified_string_string, Fmake_list, Fmake_vector):
2313 Use EMACS_INT for string length variables and arguments.
14162469
EZ
2314 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
2315 (Fpurecopy): Use EMACS_INT for string size.
2316 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
2317 for vector size.
2318
2319 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
2320 (make_string_from_bytes, make_specified_string_string)
579c18d0
EZ
2321 (make_pure_string, string_bytes, check_point_in_composition):
2322 Adjust prototypes.
14162469 2323
c8a66ab8
EZ
23242010-09-22 Eli Zaretskii <eliz@gnu.org>
2325
2326 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
2327 (check_translation): Use EMACS_INT for buffer positions and
2328 length.
2329
2330 * undo.c (record_marker_adjustment, record_delete)
2331 (record_change, record_point, record_insert)
2332 (record_property_change, Fprimitive_undo): Use EMACS_INT for
2333 buffer positions.
2334
2335 * lisp.h (record_marker_adjustment, record_delete)
2336 (record_change, record_point, record_insert)
2337 (record_property_change, Fprimitive_undo): Adjust prototypes.
2338
38c54d9d
JB
23392010-09-22 Juanma Barranquero <lekktu@gmail.com>
2340 Eli Zaretskii <eliz@gnu.org>
2341
2342 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
2343
413d18e7
EZ
23442010-09-22 Eli Zaretskii <eliz@gnu.org>
2345
2346 * minibuf.c (Fminibuffer_contents)
2347 (Fminibuffer_contents_no_properties)
2348 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
2349 positions.
2350
2351 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
2352 mark.
2353
2354 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
2355 (allocate_string_data): Accept EMACS_INT for string length.
2356
2357 * editfns.c (Ffield_string, Ffield_string_no_properties)
2358 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
2359 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
2360 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
2361 (Ffield_end): Use EMACS_INT for buffer positions.
2362
2363 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
2364 point with mark.
2365
2366 * lisp.h (allocate_string_data, make_uninit_string)
2367 (make_uninit_multibyte_string, make_buffer_string)
2368 (make_buffer_string_both): Adjust prototypes.
2369
4b9832a6
CY
23702010-09-22 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * xml.c: Switch to GNU indentation.
2373 (make_dom): Change parse tree format to match xml.el.
2374 (Fxml_parse_html_string_internal): Rename from html-parse-string.
2375 (Fxml_parse_string_internal): Rename from xml-parse-string.
2376
86282aab
KH
23772010-09-22 Kenichi Handa <handa@m17n.org>
2378
2379 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
2380 only if we are not at a composition.
2381 (set_iterator_to_next): Give it->end_charpos to
2382 composition_compute_stop_pos.
2383 (set_iterator_to_next, next_element_from_buffer): Likewise.
2384
2385 * dispnew.c (buffer_posn_from_coords): Fix position when the
2386 current display element is a grapheme cluster in bidi-reordered
2387 region.
2388
840b985a
AR
23892010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2390
2391 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
2392 the regions may overlap.
2393
5bc88f4b
JB
23942010-09-21 Juanma Barranquero <lekktu@gmail.com>
2395
2396 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
2397
92bc9a36
DN
23982010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2399
d19e096e
DN
2400 * emacs.c: Do not include sys/ioctl.h, not needed.
2401
92bc9a36
DN
2402 * doprnt.c: Do not include stdlib.h, config.h does it.
2403 Move #include before macro definition.
2404
15f844ac
DN
24052010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2406
48e24408
DN
2407 * Makefile.in (temacs): Link using $(CC) not $(LD).
2408 (LD_FIRSTFLAG): Define using autoconf.
2409 (LD): Remove.
2410
65539506
DN
2411 Remove HAVE_TERMIOS definitions.
2412 * s/usg5-4-common.h (HAVE_TERMIOS):
2413 * s/template.h (HAVE_TERMIOS):
2414 * s/gnu-linux.h (HAVE_TERMIOS):
2415 * s/darwin.h (HAVE_TERMIOS):
2416 * s/cygwin.h (HAVE_TERMIOS):
2417 * s/bsd-common.h (HAVE_TERMIOS):
2418 * s/aix4-2.h (HAVE_TERMIOS):
2419 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
2420 defined on all non-MS platforms.
2421 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
2422
15f844ac
DN
2423 * xterm.c (xt_action_hook): Use const.
2424
7d701334
JB
24252010-09-20 Juanma Barranquero <lekktu@gmail.com>
2426
2427 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
2428 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
2429 (gethostname) [!HAVE_SOCKETS]: Remove.
2430 (SOCK_REPLACE_HANDLE): Remove macro.
2431 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
2432 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
2433 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
2434 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
2435
f3ec267a
EZ
24362010-09-18 Eli Zaretskii <eliz@gnu.org>
2437
2438 * deps.mk (xml.o): Add dependencies.
2439
93acd23d
JB
2440 * xdisp.c (Fcurrent_bidi_paragraph_direction):
2441 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
bea4f10c
EZ
2442
2443 * bidi.c (bidi_paragraph_init): Accept an additional argument
2444 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
2445 search back until a paragraph with a strong directional character
2446 is found, and use that to determine paragraph's base direction.
2447
2448 * dispextern.h (bidi_paragraph_init): Update prototype.
2449
69e847be
EZ
24502010-09-17 Eli Zaretskii <eliz@gnu.org>
2451
2452 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
2453 of w32api >= 3.15. (Bug#6989)
2454
283357a7
LMI
24552010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2456
2457 * process.c (wait_reading_process_output): Don't message about
2458 accept-process-output unless the time limit really is zero.
2459
4ddb20d6
SM
24602010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
2463 int/Lisp_Object mixup).
2464
e24ad6dd
J
24652010-09-17 Jan Djärv <jan.h.d@swipnet.se>
2466
2467 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
2468 not HELP.
2469
fb0cf781
J
24702010-09-17 Stephen Berman <stephen.berman@gmx.net>
2471
2472 * frame.c (Ftool_bar_pixel_width): New function to expose tool
2473 bar's pixel width to Lisp (Bug#7048).
2474
4ddb20d6
SM
24752010-09-14 Juanma Barranquero <lekktu@gmail.com>
2476
2477 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
fb0cf781 2478
318a04c6
J
24792010-09-17 Jan Djärv <jan.h.d@swipnet.se>
2480
2481 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
2482 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
2483
78a21772
KH
24842010-09-17 Kenichi Handa <handa@m17n.org>
2485
2486 * ftfont.c (ftfont_check_otf): Fix previous change.
2487
fa3f6039
KH
24882010-09-14 Kenichi Handa <handa@m17n.org>
2489
2490 * ftfont.c (ftfont_check_otf): Fix the case of checking just
2491 existence of GSUB or GPOS.
2492
2b5491fa
JB
24932010-09-14 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
2496
c97c655f
LMI
24972010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
ef1b0ba7 2499 * xml.c (parse_buffer): Rename to parse_string(), since that's
c97c655f
LMI
2500 what it does.
2501 (parse_string): Return nil when the document can't be parsed.
2502
6664fc59 25032010-09-14 Jan Djärv <jan.h.d@swipnet.se>
5f61a25c
J
2504
2505 * xterm.c (get_current_vm_state): New function.
2506 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
2507 want_fullscreen so set_wm_state calls are few (Bug#7013).
2508 (x_handle_net_wm_state): Move code to get_current_vm_state and
2509 call that function.
2510
6664fc59 25112010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
2512
2513 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
2514
6664fc59 25152010-09-14 Kenichi Handa <handa@m17n.org>
a552b35a
KH
2516
2517 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
2518 we may use designation or locking-shift.
2519
6664fc59 25202010-09-14 Kenichi Handa <handa@m17n.org>
396475b7
KH
2521
2522 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
2523 sequence when the source is multibyte.
2524
1da70e99
AS
25252010-09-14 Andreas Schwab <schwab@linux-m68k.org>
2526
6664fc59
JB
2527 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
2528 Don't make first argument optional. Doc fix.
1da70e99 2529
26632d8d
LMI
25302010-09-14 Leo <sdl.web@gmail.com> (tiny change)
2531
2532 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
2533 parameters for the doc string.
2534
21fa8e37
LMI
25352010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2536
2537 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
2538
5616cc54
SM
25392010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
2542 (syms_of_fns): Don't defsubr Sy_or_n_p.
2543 * lisp.h: Don't declare Fy_or_n_p.
2544 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
2545
381408e2
LMI
25462010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2547
2548 * xml.c (Fxml_parse_buffer): New function to parse XML files.
2549
25502010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * xml.c: New file.
2553 (Fhtml_parse_buffer): New function to interface to the libxml2
2554 html parsing function.
2555
733946e7
JB
25562010-09-05 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * biditype.h: Regenerate.
2559
7574650a
AS
25602010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2561
2562 * nsimage.m (ns_load_image): Check argument types.
2563
2564 * image.c: Remove all uses of gcpro.
2565 (xpm_load): Check all lisp types.
2566 (pbm_load): Likewise.
2567 (png_load): Likewise.
2568 (jpeg_load): Likewise.
2569 (tiff_load): Likewise.
2570 (gif_load): Likewise.
2571 (imagemagick_load_image): Likewise.
2572 (imagemagick_load): Likewise.
2573 (svg_load): Likewise.
2574 (gs_load): Likewise.
2575
6e6b8e25
EZ
25762010-09-04 Eli Zaretskii <eliz@gnu.org>
2577
bba3e508
SM
2578 * w32uniscribe.c (uniscribe_shape): Update commentary.
2579 Don't try to reorder grapheme clusters, since LGSTRING should always
6e6b8e25
EZ
2580 hold them in the logical order.
2581 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
2582 return glyph codes in the logical order.
2583
dbfe4532
AS
25842010-09-04 Andreas Schwab <schwab@linux-m68k.org>
2585
2586 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
b7d187f8 2587 (imagemagick_load_image): Fix type mismatch.
5e5992c2 2588 (Fimagemagick_types): Likewise. Doc fix.
dbfe4532 2589
6d7cc563
JD
25902010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2591
2592 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
2593
2594 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
2595
2596 * xselect.c: Remove declaration of cut-buffer objects and functions.
2597 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
2598 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
2599 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
2600 (Fx_rotate_cut_buffers_internal): Remove.
2601 (syms_of_xselect): Remove defsubr of above.
2602 Remove intern of QCUT_BUFFERn.
2603
8f4e9110
SM
26042010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * cmds.c (Vblink_paren_function): Remove.
2607 (internal_self_insert): Make it insert N chars at a time.
2608 Don't call blink-paren-function.
2609 (Fself_insert_command): Adjust accordingly.
2610 (syms_of_cmds): Don't declare blink-paren-function.
2611
d419e1d9
KH
26122010-08-31 Kenichi Handa <handa@m17n.org>
2613
2614 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
2615 characters.
2616
2617 * term.c (encode_terminal_code): Fix the previous change.
5616cc54
SM
2618 (produce_glyphs): Don't set it->char_to_display here.
2619 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
2620 (produce_special_glyphs): Set temp_it.char_to_display before
2621 calling produce_glyphs.
2622
2623 * xdisp.c (get_next_display_element): Set it->char_to_display
2624 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
2625 characters.
2626 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
2627 calling PRODUCE_GLYPHS.
2628 (append_space_for_newline): Save and store it->char_to_display.
2629 Set it->char_to_display before calling PRODUCE_GLYPHS.
2630 (extend_face_to_end_of_line): Set it->char_to_display before
2631 calling PRODUCE_GLYPHS.
2632 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
2633 character to its byte value.
2634 (get_char_glyph_code): New function.
2635 (produce_stretch_glyph): Set it2.char_to_display too before
2636 calling x_produce_glyphs.
2637 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
2638 non-ASCII characters. Don't set it->char_to_display here.
2639 Don't handle unibyte-display-via-language-environment here. For a
2b5491fa 2640 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 2641
b819f760
SM
26422010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
2645
07fa68a7
CY
26462010-08-31 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
2649
cd196f12
SM
26502010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * marker.c (Fcopy_marker): Make the first arg optional.
2653
49a752bb
KH
26542010-08-30 Kenichi Handa <handa@m17n.org>
2655
2656 * composite.c (composition_update_it): Fix computing of
2657 cmp_it->width.
2658
769ae9e1
KH
26592010-08-29 Kenichi Handa <handa@m17n.org>
2660
9e69cb05 2661 * term.c (encode_terminal_code): Encode byte chars to the
5616cc54 2662 corresponding bytes.
9e69cb05 2663
4520b858
J
26642010-08-29 Jan Djärv <jan.h.d@swipnet.se>
2665
2666 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
2667
fe50eb41
KH
26682010-08-26 Kenichi Handa <handa@m17n.org>
2669
2670 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
2671 on calling composition_compute_stop_pos.
2672
f6aa6ec6
KH
26732010-08-25 Kenichi Handa <handa@m17n.org>
2674
9dfdbc0a
KH
2675 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
2676 :otf.
2677
f6aa6ec6
KH
2678 * composite.c (composition_compute_stop_pos): Don't break
2679 composition at PT.
2680 (composition_reseat_it): Likewise. Fix calculation of character
2681 position starting a composition.
2682 (Fcomposition_get_gstring): Don't limit the number of components
2683 for automatic composition.
2684
ff94e32c
KH
26852010-08-25 Kenichi Handa <handa@m17n.org>
2686
2687 * composite.c (composition_compute_stop_pos): In forward search,
2688 pay attention to the possibility that some character after ENDPOS
2689 will be composed with charactrs before ENDPOS.
2690
1c409d0b
CY
26912010-08-24 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * keyboard.c (command_loop_1): Don't clobber primary selection
2694 during handle-switch-frame (Bug#6872).
2695
0c372655
MA
26962010-08-23 Michael Albinus <michael.albinus@gmx.de>
2697
2698 * dbusbind.c: Accept UNIX domain sockets as bus address.
2699 (Fdbus_close_bus): New function.
2700 (Vdbus_registered_buses): New variable.
2701 (xd_initialize): Implement string as bus address.
2702 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
2703 (Fdbus_get_unique_name, Fdbus_call_method)
2704 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2705 (Fdbus_method_error_internal, Fdbus_send_signal)
2706 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
2707 check. This is done in xd_initialize_bus. Adapt doc string, if
2708 necessary.
2709 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
2710 Vdbus_registered_buses.
2711 (Vdbus_registered_objects_table): Create hash.
2712
7133b7ee
JL
27132010-08-22 Juri Linkov <juri@jurta.org>
2714
2715 * keyboard.c (Fexecute_extended_command): Move reading a command name
2716 with `completing-read' to a new Elisp function `read-extended-command'.
2717 Call it to read a command to `function' (bug#5364, bug#5214).
2718
198a7a97
CY
27192010-08-22 Chong Yidong <cyd@stupidchicken.com>
2720
2721 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
2722
b0126eac 27232010-08-22 Andreas Schwab <schwab@linux-m68k.org>
b72e0717
AS
2724
2725 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
2726 instead of SAFE_ALLOCA.
2727
b0126eac 27282010-08-22 Chong Yidong <cyd@stupidchicken.com>
3a7a9129
CY
2729
2730 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
2731 (Bug#6214).
2732
b0126eac 27332010-08-22 Jan Djärv <jan.h.d@swipnet.se>
983b8302
J
2734
2735 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
2736
b0126eac
CY
27372010-08-22 Jan Djärv <jan.h.d@swipnet.se>
2738
2739 * doc.c (Fsnarf_documentation): Initialize skip_file before
2740 build-files test.
2741
692f3ddc 27422010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
b0126eac 2743
692f3ddc
JB
2744 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
2745 New definitions.
b0126eac
CY
2746 (HAVE_TERMIO): Remove.
2747
5f2f0bc1
EZ
27482010-08-22 Eli Zaretskii <eliz@gnu.org>
2749
b613941b
EZ
2750 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
2751
a583bbef
EZ
2752 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
2753 for w32.
2754
2755 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
2756 it's done in nt/config.nt.
2757
2758 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
2759
5f2f0bc1
EZ
2760 * unexcoff.c (report_error, make_hdr, write_segment)
2761 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
2762 Convert argument lists and prototypes to ANSI C.
2763 (make_hdr, write_segment): Remove unused variables.
2764 (unexec): Remove commented-out line. Initialize `new' to shut up
2765 compiler warnings.
2766
a7ebc409
DN
27672010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 Simplify termio code.
2770 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
2771 HAVE_TERMIO code is obsolete.
2772 Replace HAVE_TERMIOS conditionals with !DOS_NT.
2773 * systty.h: Do not define HAVE_TCATTR.
2774 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
2775 Do not define EMACS_HAVE_TTY_PGRP. Only define
2776 EMACS_GET_TTY_PGRP for !DOS_NT.
2777 * sysdep.c: Include sysselect.h unconditionally. Do not include
bba3e508
SM
2778 sys/ioctl.h and termios.h, systty.h does it.
2779 Use HAVE_SYS_UTSNAME_H instead of USG as an include guard.
a7ebc409
DN
2780 (init_baud_rate): Remove HAVE_TERMIO code.
2781 (child_setup_tty): Remove HAVE_TERMIO code.
2782 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
2783 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
2784 (new_ltchars, new_tchars): Remove, unused.
2785 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
bba3e508
SM
2786 code. Remove special casing for __mips__, it was a no-op.
2787 Remove HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
a7ebc409
DN
2788 (init_sys_modes): Remove HPUX special case.
2789 * process.c: Include stdlib.h unconditionally. Do not include
2790 fcntl.h, systty.h does it. Remove conditional code for
2791 HAVE_SERIAL, it is always true.
2792 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
2793 always true when SIGNALS_VIA_CHARACTERS is true.
2794 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
2795 !WINDOWSNT means HAVE_TERMIOS.
2796 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
2797 conditional, which is true for all HAVE_TERMIOS systems.
2798 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
2799 instead of HAVE_TERMIOS.
2800 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
2801 EMACS_HAVE_TTY_PGRP.
2802 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
2803 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
2804 anyway.
2805
914f049b 28062010-08-21 Eli Zaretskii <eliz@gnu.org>
40629f17
EZ
2807
2808 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
2809 mirroring pixel positions.
2810
d931da8c
DN
28112010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
2812
b5c76d0c
DN
2813 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
2814 write only.
2815 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
2816 malloc_sbrk_used, nothing uses them.
2817
74815588
DN
2818 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
2819 defined, unconditionally defined in lisp.h.
2820
f5817d1c
DN
2821 * term.c: Do not include <termios.h>, systty.h does it.
2822
d931da8c
DN
2823 * s/unixware.h (HAVE_TCATTR):
2824 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
2825 systty.h defines it when HAVE_TERMIOS is defined.
2826
ff2de6d2 28272010-08-20 Eli Zaretskii <eliz@gnu.org>
491a1546 2828
b43c883c 2829 * dispnew.c (buffer_posn_from_coords): Fix last change for text
00c53994 2830 terminals: add one-character offset for R2L lines.
b43c883c 2831
491a1546
EZ
2832 * emacs.c <emacs_version>: Add a comment regarding
2833 msdos/mainmake.v2's dependency on the syntax of this declaration.
2834
2396cbba
EZ
28352010-08-20 Eli Zaretskii <eliz@gnu.org>
2836
2837 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
2838 position for R2L lines by mirroring the pixel position wrt the
2839 text are box. Improve commentary.
2840
7df6150a
AS
28412010-08-20 Andreas Schwab <schwab@linux-m68k.org>
2842
2843 * image.c (imagemagick_clear_image): Remove debugging output.
2844
a2e5caf7
SM
28452010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
2848 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
2849 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
2850 self-insert-face.
2851 (syms_of_cmds): Initialize the new vars.
2852
20d60baf
JR
28532010-08-19 Jason Rumney <jasonr@gnu.org>
2854
cc477da7
JR
2855 * w32menu.c (set_frame_menubar): Remove call to undefined function.
2856
20d60baf
JR
2857 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
2858
2c0ac867
J
28592010-08-19 Jan Djärv <jan.h.d@swipnet.se>
2860
2861 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
2862
93352106
EZ
28632010-08-18 Eli Zaretskii <eliz@gnu.org>
2864
2865 * xterm.c (x_draw_bar_cursor):
2866 * w32term.c (x_draw_bar_cursor): If the character under cursor is
2867 R2L, draw the bar cursor on its right rather than on its left.
2868
c785836d
SM
28692010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2870
0193499f
SM
2871 * eval.c (Fdefmacro): Only obey one declaration.
2872
c785836d
SM
2873 * casefiddle.c (casify_region): Setup gl_state.
2874
9cb728a5
J
28752010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2876
2877 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
2878
e1e18511
J
28792010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2880
1d77b63e 2881 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
e1e18511 2882
64cb6c78
J
28832010-08-18 David De La Harpe Golden <david@harpegolden.net>
2884
2885 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
2886 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
2887 QPRIMARY => NXPrimaryPboard.
2888 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
2889 NXPrimaryPboard => QPRIMARY.
2890 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
2891 NXSecondaryPboard = SecondarySelection.
2892 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
2893
0c9b8993
GM
28942010-08-18 Joakim Verona <joakim@verona.se>
2895
2896 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
2897 defined:
2898 (imagemagick_image_p): New function to test for ImageMagic image.
2899 (imagemagick_load): New function to load ImageMagick image.
2900 (imagemagick_load_image): New function, helper for imagemagick_load.
2901 (imagemagick-types): New function.
2902 (Qimagemagick): New Lisp_object.
2903 (imagemagick-render-type): New variable, decides which renderer to use.
ccd80618 2904
c3554f68
SM
29052010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2906
2907 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
2908 is a string.
2909
1ff2e434
J
29102010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2911
2912 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
2913 x_set_tool_bar_position handler.
2914
0cc56427
EZ
29152010-08-17 Eli Zaretskii <eliz@gnu.org>
2916
2917 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
2918 x_set_tool_bar_position handler, needed to support changes from
2919 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
2920
e45a249b
JD
29212010-08-16 Jan Djärv <jan.h.d@swipnet.se>
2922
921242c6
J
2923 * nsselect.m: include keyboard.h for QPRIMARY, remove its
2924 declaration (Bug#6863).
573d150b 2925 (syms_of_nsselect): Don't intern QPRIMARY.
921242c6 2926
e45a249b
JD
2927 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
2928
2929 * keyboard.h (QPRIMARY): Declare (Bug#6864).
2930
7c23dd44
CY
29312010-08-16 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * keyboard.c (command_loop_1): Avoid setting selection twice,
2934 since it's done in deactivate-mark as well.
2935 (Vselect_active_regions): Change default to t. Replace `lazy'
2936 with non-default value `only', meaning only set PRIMARY for
2937 temporarily active regions.
2938
2939 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
2940 select-active-regions.
2941
0005830c
J
29422010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2943
2944 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
2945 isn't a string.
2946
603dfc72
AS
29472010-08-15 Andreas Schwab <schwab@linux-m68k.org>
2948
2949 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
2950
c25ce9d0
J
29512010-08-15 Jan Djärv <jan.h.d@swipnet.se>
2952
c3554f68
SM
2953 * keyboard.c (parse_tool_bar_item): malloc buf.
2954 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
2955 new_lbl (Bug#6855).
c25ce9d0 2956
5872c762
EZ
29572010-08-14 Eli Zaretskii <eliz@gnu.org>
2958
b236615c
EZ
2959 * xterm.c (x_draw_stretch_glyph_string):
2960 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
2961 the cursor on the right edge of the stretch glyph.
2962
c3554f68
SM
2963 * xdisp.c (window_box_right_offset, window_box_right):
2964 Fix commentary.
b236615c 2965
5872c762
EZ
2966 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
2967 direction when point is inside a run of whitespace characters.
2968
2969 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
2970
e66f9a1b
JR
29712010-08-14 Jason Rumney <jasonr@gnu.org>
2972
2973 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
2974
79d6f59e
CY
29752010-08-14 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
2978
1c9b4129
JR
29792010-08-13 Jason Rumney <jasonr@gnu.org>
2980
2981 * w32menu.c (simple_dialog_show): Use unicode message box if available.
2982 (MessageBoxW_Proc): New function typedef.
2983 (unicode-message-box): New function pointer.
2984 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
2985
2b4e6277
J
29862010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2987
2988 * frame.h (Qtool_bar_position): Declare.
2989
2990 * xfns.c (Fx_create_frame): Call x_default_parameter for
2991 Qtool_bar_position.
2992
94c97d85
EZ
29932010-08-13 Eli Zaretskii <eliz@gnu.org>
2994
8ee81892
EZ
2995 * unexcoff.c: Remove the parts used when "emacs" is not defined.
2996 (report_error, report_error_1): Ditto.
2997 (write_segment): Remove "#if 0" unused code.
2998 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
2999 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
3000 (start_of_text): Remove unused function (was used only if NO_REMAP
3001 was NOT defined).
3002
891ef8f7
EZ
3003 * msdos.c (IT_set_face): Fix format string to match argument
3004 types.
3005 (IT_write_glyphs, IT_note_mode_line_highlight)
3006 (IT_set_frame_parameters): Remove unused variables.
3007 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
3008 (IT_set_terminal_modes): Disambiguate expression in if clause.
3009 (Fmsdos_remember_default_colors): Return Qnil.
3010 (IT_set_frame_parameters): Add parens to disambiguate boolean
3011 expression for logging the cursor type to termscript.
3012 (keyboard_layout_list, keypad_translate_map)
3013 (grey_key_translate_map): Add braces in inner initializers.
3014 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
3015 (dos_rawgetc): Remove unused label.
3016 (XMenuActivate): Add braces to remove ambiguous `else'.
3017 (dos_ttraw): Always return a value.
3018 (spawnve): Declare.
3019 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
3020
3021 * dosfns.h (x_set_title): Declare.
3022
3023 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
3024 Remove unused variables.
3025
3026 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
3027 variables.
3028 (init_dosfns): Declare get_lim_data.
3029 (system_process_attributes): Declare Fget_internal_run_time.
3030
38e41e0e
EZ
3031 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
3032 list to be consistent with menu.h.
3033
94c97d85
EZ
3034 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
3035 warnings due to mixing of "char *" and "const char *".
3036
c5683ceb
SM
30372010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 Introduce a new comment style "c" flag.
3040 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
3041 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
3042 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
3043 (syntax_prefix_flag_p): New function.
3044 (Fstring_to_syntax): Understand new "c" flag.
3045 (Finternal_describe_syntax_value): Recognize new flag; use the
3046 SYNTAX_FLAGS_* macros.
3047 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
3048 comment style to accomodate the new styles.
3049 (back_comment, forw_comment, Fforward_comment, scan_lists)
3050 (scan_sexps_forward): Update code to obey the new comment style flag.
3051
3052 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
3053
3054 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
3055
7aee76f4
J
30562010-08-11 Jan Djärv <jan.h.d@swipnet.se>
3057
3a46642b
J
3058 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
3059 first.
94dff98f 3060 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
3a46642b
J
3061
3062 * gtkutil.h (xg_check_special_colors): Declare.
3063
3064 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
3065 (xg_create_frame_widgets): Connect theme name changes to
3066 style_changed_cb.
3067
42ca4633
J
3068 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
3069 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
3070 (x_term_init): Use char[] display_opt and name_opt instead of
93acd23d 3071 string literal. file is const char*.
42ca4633
J
3072
3073 * xsmfns.c (NOSPLASH_OPT): Change to char[].
3074 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
3075 props. Free them at the end.
3076
3077 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
3078
c5683ceb
SM
3079 * xrdb.c (get_system_app): Make path const and use char *p for
3080 non-const char.
42ca4633
J
3081
3082 * xmenu.c (Fx_popup_dialog): error_name is const char*.
93acd23d 3083 (xmenu_show): error parameter is const char **. pane_string is const
42ca4633
J
3084 char *.
3085 (button_names): Is const char *.
3086 (xdialog_show): error_name and pane_string is const.
3087
3088 * process.h (synch_process_death): Is const char*.
3089
3090 * w32menu.c (w32_menu_show):
3091 * nsmenu.m (ns_menu_show): error parameter is const char **.
3092
3093 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
3094 is const char **.
3095
3096 * menu.c (Fx_popup_menu): error_name is const.
3097
3098 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
3099 with unsigned char and XtPointer with void *.
3100
3101 * gtkutil.h: Replace widget_value with struct _widget_value.
3102 (enum button_type, struct _widget_value): Remove and use the one from
3103 keyboard.h.
3104
3105 * gtkutil.c (get_utf8_string): Always return an allocated string.
3106 Parameter is const.
3107 (create_dialog, xg_create_one_menuitem, create_menus)
3108 (xg_item_label_same_p, xg_update_menu_item): Free result from
3109 get_utf8_string.
3110 (xg_separator_p, xg_item_label_same_p): label is const.
3111
3112 * font.h (font_open_by_name): Make name const.
3113
3114 * font.c (font_open_by_name): Make name const.
3115
3116 * floatfns.c (matherr): Use a const char* variable for x->name.
3117
3118 * emacs.c (main): Pass char[] to putenv instead of literal.
3119
3120 * callproc.c (synch_process_death): Make const.
3121 (Fcall_process): Make signame const.
3122
9c5bd55a
J
3123 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
3124 (addDisplayItemWithImage): Use const char*.
3125
3126 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
3127 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
3128
3129 * nsfont.m (ns_descriptor_to_entity): Use const char*.
3130
3131 * keyboard.h (_widget_value): name, value and key are const char*.
3132
7aee76f4
J
3133 * unexmacosx.c (unexec_error): Use const char *.
3134
09d93395
DN
31352010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 3138 (font_parse_name, font_open_by_name):
09d93395 3139 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 3140 (font_parse_name, font_open_by_name): Remove const.
09d93395 3141
671d409f
AS
31422010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3143
3144 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
3145 definition.
3146
3147 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
3148 * m/amdx86-64.h: Likewise.
3149 * m/arm.h: Likewise.
3150 * m/hp800.h: Likewise.
3151 * m/ia64.h: Likewise.
3152 * m/ibmrs6000.h: Likewise.
3153 * m/ibms390.h: Likewise.
3154 * m/intel386.h: Likewise.
3155 * m/iris4d.h: Likewise.
3156 * m/m68k.h: Likewise.
3157 * m/macppc.h: Likewise.
3158 * m/mips.h: Likewise.
3159 * m/sh3.h: Likewise.
3160 * m/sparc.h: Likewise.
3161 * m/template.h: Likewise.
3162 * m/vax.h: Likewise.
3163 * m/xtensa.h: Likewise.
3164 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
3165 WORDS_BIG_ENDIAN.
3166 * lisp.h: Likewise.
3167 * md5.c: Likewise.
3168 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
3169
8ea90aa3
DN
31702010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3171
3172 Use const char* instead of char*.
3173 Reduce the number of warnings with -Wwrite-strings.
3174 * xrdb.c (get_environ_db, get_system_name):
3175 * unexelf.c (find_section):
3176 * term.c (string_cost, string_cost_one_line, per_line_cost)
3177 (get_named_tty, init_tty):
3178 * sysdep.c (sys_subshell):
3179 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
3180 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
3181 * search.c (Freplace_match):
3182 * process.c (Fmake_network_process, send_process, init_process):
3183 * lread.c (Fload, init_lread):
3184 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
3185 * keyboard.c (parse_tool_bar_item, struct event_head):
3186 * gtkutil.h (xg_get_font_name):
3187 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
3188 (make_widget_for_menu_item, make_menu_item, create_menus)
3189 (xg_make_tool_item):
3190 * font.c (parse_matrix, font_parse_name):
3191 * floatfns.c (rounding_driver, float_error_fn_name):
3192 * filelock.c (get_boot_time_1, lock_file_1):
3193 * fileio.c (barf_or_query_if_file_exists, check_writable):
3194 * editfns.c (get_system_name, get_operating_system_release)
3195 (Fencode_time, Fset_time_zone_rule):
3196 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
3197 * buffer.c (defvar_per_buffer): Use const.
3198
7815fe19 31992010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 3200
692f3ddc 3201 * charset.c: Include <stdlib.h>.
7a84eee5
KH
3202 (struct charset_sort_data): New struct.
3203 (charset_compare): New function.
692f3ddc 3204 (Fsort_charsets): New function.
7a84eee5
KH
3205 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
3206
3207 * coding.c (decode_coding_iso_2022): Fix checking of dimension
3208 number in CTEXT extended segment.
3209
7815fe19 32102010-08-08 Juanma Barranquero <lekktu@gmail.com>
f5f6c0e0
JB
3211
3212 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
3213 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
3214
7815fe19 32152010-08-08 Juanma Barranquero <lekktu@gmail.com>
b756c005
JB
3216
3217 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
3218 (Fhash_table_size): Fix typos in docstrings.
3219 (Fmake_hash_table): Doc fix.
3220
7815fe19 32212010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3222
3223 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
3224 Doc fix (bug#5625).
3225
7815fe19 32262010-08-08 Ken Brown <kbrown@cornell.edu>
9f8c08a7
KB
3227
3228 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
3229 the MSDOS definition.
3230
1b6d8cf0
DN
32312010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
3232
675e2c69
DN
3233 Use const char* instead of char*.
3234 * xterm.c (x_create_toolkit_scroll_bar):
3235 * xfont.c (xfont_list_pattern):
3236 * xfns.c (x_default_scroll_bar_color_parameter)
3237 (xic_create_fontsetname, x_default_font_parameter)
3238 (x_screen_planes):
3239 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
3240 (store_mode_line_string, decode_mode_spec, display_string):
3241 * menu.c (digest_single_submenu):
3242 * keymap.h (initial_define_key, initial_define_lispy_key):
3243 * keymap.c (initial_define_key, initial_define_lispy_key):
3244 * image.c (image_error, image_keyword):
3245 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
3246 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
3247 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
3248 (ftfont_list, ftfont_match):
3249 * frame.c (frame_parm_table):
3250 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
3251 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
3252 (font_add_log, font_deferred_log):
3253 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
3254 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
3255 (font_add_log, font_deferred_log):
3256 * emacs.c (argmatch):
3257 * dispextern.h (struct it):
3258 * coding.c (ENCODE_DESIGNATION):
3259 * charset.c (define_charset_internal): Use const.
3260
25717ca1
DN
3261 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
3262
c5683ceb
SM
3263 * xrdb.c: Remove include guard.
3264 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1b6d8cf0
DN
3265 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
3266 realloc->xrealloc instead of using #defines.
3267
efb41e21
EZ
32682010-08-08 Eli Zaretskii <eliz@gnu.org>
3269
cd21226d 3270 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
c5683ceb
SM
3271 * editfns.c (Fline_beginning_position, Fline_end_position):
3272 State in the doc strings that start and end of line are in the
3273 logical order.
cd21226d 3274
efb41e21
EZ
3275 * xdisp.c (display_line): Move the handling of overlay arrow after
3276 the call to find_row_edges. (Bug#6699)
3277
746812d9
CY
32782010-08-07 Chong Yidong <cyd@stupidchicken.com>
3279
3280 * keyboard.c (command_loop_1):
3281 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
3282
9852377f
CY
32832010-08-07 Chong Yidong <cyd@stupidchicken.com>
3284
3285 * insdel.c (prepare_to_modify_buffer): Save active region text to
3286 Vsaved_region_selection.
3287
3288 * xselect.c (QPRIMARY): Move to keyboard.c.
3289
3290 * keyboard.c (Vselect_active_regions): Move from simple.el.
8d9e03e4
JB
3291 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
3292 (command_loop_1): Set window selection prior to deactivating the mark.
9852377f 3293
0e9c8657
JB
32942010-08-07 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * alloc.c (lisp_malloc):
3297 * buffer.c (set_buffer_internal, set_buffer_internal_1):
3298 * charset.h (emacs_mule_charset):
3299 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
3300 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
3301 (bitch_at_user):
3302 * lisp.h (Fcheck_coding_system, Fget_text_property)
3303 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
3304 Remove duplicate declarations.
3305
648801d1
DN
33062010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3307
32bc6709
DN
3308 * process.c: Simplify include logic.
3309
3ef1d108
DN
3310 * keyboard.h (quit_char): Add declaration.
3311 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
8d9e03e4
JB
3312 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
3313 Add declarations.
3ef1d108
DN
3314 * sysdep.c:
3315 * w32.c: Remove the above declarations.
3316
97ec208f
DN
3317 Remove extern declarations in .c files, .h files have them.
3318 * xterm.c:
3319 * xdisp.c:
97ec208f
DN
3320 * msdos.c:
3321 * image.c:
3322 * gtkutil.c:
3323 * fileio.c:
3324 * eval.c: Remove declarations.
3325
94eed851
DN
3326 * frame.c (frame_params): Make const.
3327
36e053eb
DN
3328 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
3329
0e843971
DN
3330 * emacs.c (emacs_copyright, emacs_version): Make static.
3331 (Vinitial_window_system, Vauto_save_list_file_name)
3332 (Vinhibit_redisplay): Remove declarations.
3333 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
3334 for AIX.
3335
648801d1
DN
3336 Use const for some arrays and functions.
3337 * xterm.h (xg_set_icon_from_xpm_data):
3338 * xfns.c (xg_set_icon_from_xpm_data):
3339 * term.c (fkeys):
3340 * keyboard.c (lispy_accent_keys, lispy_function_keys)
3341 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
3342 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
3343 (frame.c frame_parms):
3344 * emacs-icon.h (gnu_xpm_bits):
3345 * callint.c (callint_argfuns): Use const.
3346
8646d999
J
33472010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3348
3349 * sysdep.c: Move include term.h last of includes (Bug#6812).
3350
cb4545ad
EZ
33512010-08-06 Eli Zaretskii <eliz@gnu.org>
3352
3353 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
3354
3355 * msdos.c (IT_display_cursor): Log cursor position on termscript.
3356
3357 * .gdbinit (pgx): Display the avoid_cursor_p flag.
3358
da7e2be6
JB
33592010-08-06 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
3362
3d608a86
J
33632010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3364
7908fb60
J
3365 * xterm.h (x_get_focus_frame): Declare.
3366
3367 * keyboard.h (poll_for_input_1): Unconditionally declare.
3368
4094bf36
J
3369 * nsterm.h (x_set_menu_bar_lines): Declare.
3370
3371 * window.c: Don't include menu.h, it depends on lots of other .h-files.
3372
3d608a86
J
3373 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
3374
3375 * window.c: Include menu.h.
3376
3377 * unexmacosx.c (print_region_list, print_regions)
3378 (build_region_list, find_emacs_zone_regions)
3379 (unexec_regions_merge, read_load_commands, dump_it)
3380 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
3381
3382 * term.c: Check HAVE_SYS_IOCTL_H.
3383
686b968e 3384 * sysdep.c: Check HAVE_TERM_H.
3d608a86 3385
686b968e 3386 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
3d608a86
J
3387
3388 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
3389 (ns_ring_bell, ns_defined_color, hide_hourglass)
3390 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
3391 Convert to ANSI C prototypes.
3392 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
3393 before code.
3394
3395 * nsterm.h : Include sysselect.h.
3396 (x_sync, x_get_focus_frame, x_set_mouse_position)
3397 (x_set_mouse_pixel_position, x_make_frame_visible)
3398 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
3399 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
3400 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
3401 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
686b968e 3402 Declare.
3d608a86
J
3403
3404 * nsmenu.m (popup_activated, name_is_separator)
3405 (syms_of_nsmenu): Convert to ANSI C prototypes.
3406 (runMenuAt): Prototypes and move declarations before code.
3407
3408 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
3409
3410 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
3411 prototypes.
3412
3413 * nsfns.m (have_menus_p, ns_display_info_for_name)
3414 (x_set_cursor_type, ns_appkit_version_str)
3415 (ns_appkit_version_int, ns_do_applescript)
3416 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
3417 (syms_of_nsfns): Convert to ANSI C prototypes.
3418
3419 * menu.h (x_set_menu_bar_line): Declare.
3420 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
3421
3422 * lisp.h (fmod_float): Declare.
3423
3424 * image.c (xpm_scan, xpm_make_color_table_v)
3425 (xpm_put_color_table_v, xpm_get_color_table_v)
3426 (xpm_make_color_table_h, xpm_put_color_table_h)
3427 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
3428 (xpm_load): Convert to ANSI C prototypes.
3429
3430 * emacs.c: Include nsterm.h if HAVE_NS.
3431
3432 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
3433
fce70521
DN
34342010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3435
3436 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
3437 subprocesses, only MSDOS does not define HAVE_SOCKETS.
3438 (socket_options): Use const char* for name.
3439
a11889ab
JB
34402010-08-06 Juanma Barranquero <lekktu@gmail.com>
3441
3442 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
3443
3444 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
3445 Don't declare xmalloc_widget_value and digest_single_submenu.
3446
3447 * w32font.c (Qlatin): Remove declaration.
3448
3449 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
3450
c95b508f 3451 * dired.c (compile_pattern): Restore declaration.
a11889ab 3452
6254cdda
DN
34532010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
3454
04bab72c
DN
3455 Remove extern declarations in .c files, .h files have them.
3456 * data.c:
3457 * dired.c:
3458 * editfns.c:
3459 * filelock.c:
3460 * fns.c:
3461 * font.c:
3462 * fontset.c:
3463 * frame.c:
3464 * fringe.c:
3465 * ftfont.c:
3466 * gtkutil.c:
3467 * indent.c:
3468 * keyboard.c:
3469 * keymap.c:
3470 * lread.c:
3471 * menu.c:
3472 * print.c:
3473 * search.c:
3474 * sound.c:
3475 * window.c:
3476 * xdisp.c:
3477 * xfaces.c:
3478 * xfns.c:
3479 * xfont.c:
3480 * xftfont.c:
3481 * xmenu.c:
3482 * xterm.c: Remove declarations.
3483
dff94ed5
DN
3484 Cleanup syssignal.h.
3485 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
3486 (main_thread): Move down to remove #ifdef.
3487 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
3488 Remove conditional definition following unconditional ones.
3489
99f3388e
DN
3490 * lisp.h: Remove HAVE_SHM code, unused.
3491 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
3492 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
3493 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
3494 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
3495 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
3496 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
3497 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
3498 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
3499 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
3500 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
3501 (Qwindow_scroll_functions, Vafter_load_alist)
3502 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
3503 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
3504 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
3505 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
3506 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
3507 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
3508 (initial_argv, last_nonmenu_event, load_in_progress)
3509 (noninteractive_need_newline, scroll_margin): Add declarations.
3510
bba3e508
SM
3511 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
3512 Remove declarations, menu.h has them.
99f3388e
DN
3513 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
3514 (Vinput_method_function, Qinput_method_function)
3515 (Qevent_symbol_element_mask, last_event_timestamp):
3516 * dispextern.h (Voverflow_newline_into_fringe):
3517 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
3518 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
3519 (syms_of_w32font, syms_of_nsfont):
3520 * fontset.h (find_font_encoding, Qlatin):
3521 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
3522 (Vtool_bar_mode, set_frame_menubar):
3523 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
3524 * xterm.h (Qx_gtk_map_stock):
3525 * keymap.h (meta_prefix_char): Add declarations.
3526
9f5dd6f2
DN
3527 * term.c: Remove dead code.
3528
6254cdda
DN
3529 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
3530 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
3531 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
3532 which is what was there before BSD_PGRPS was removed.
3533
29cf3e20
EZ
35342010-08-05 Eli Zaretskii <eliz@gnu.org>
3535
3536 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
3537
3538 * unexcoff.c: Renamed from unexec.c.
3539
aaa0a19a
SM
35402010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
3543
8d1d9587
JB
35442010-08-03 Johan Bockgård <bojohan@gnu.org>
3545
3546 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 3547 (Bug#6744)
8d1d9587 3548
9a747ba6
JD
35492010-08-02 Jan Djärv <jan.h.d@swipnet.se>
3550
4d464ae4
JD
3551 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
3552 to TRUE if depth of screen is < 16.
3553
ac01763e
JD
3554 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
3555 USE_GTK_TOOLTIP.
e0d62a9b
JB
3556 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
3557 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 3558 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
3559 USE_GTK_TOOLTIP.
3560 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
3561
3562 * xterm.h (USE_GTK_TOOLTIP): New define.
3563 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
3564
9a747ba6
JD
3565 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
3566 to Control-D (Bug#6771).
3567
7b0815ba
JB
35682010-08-02 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
3571 Wording by Drew Adams <drew.adams@oracle.com>.
3572
aa1859f5
J
35732010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3574
3575 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
3576 ttip_lbl.
3577
3578 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
3579 calling gtk_widget_queue_draw.
3580 (x_free_frame_resources): Call xg_free_frame_widgets.
3581
3582 * xfns.c (x_gtk_use_system_tooltips): New variable.
3583 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
3584 new gtkutil tooltip functions to show the tooltip.
3585 (Fx_hide_tip): Call xg_hide_tooltip.
3586 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
3587
3588 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
3589 (xg_show_tooltip, xg_hide_tooltip): Declare.
3590
3591 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
3592 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
3593 New functions.
aa1859f5
J
3594 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
3595 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
3596 Remove code that is commented out.
3597
76417ef4
SM
35982010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
3601
16041401
CY
36022010-07-31 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * xselect.c (x_own_selection): Use list4.
3605
2c09a58f
DN
36062010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3607
3608 * buffer.c (Qwindow): Do not define, already defined in data.c.
3609 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
3610
59df9fdd 36112010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 3612
59df9fdd
JB
3613 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
3614 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
3615 * config.in: Undef HAVE_DIRENT_H.
1c97e857 3616 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 3617 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 3618
1b231651
DN
36192010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3620
3621 Rename s/usg5-4.h -> s/usg5-4-common.h.
3622 * s/usg5-4.h: Rename file to ...
3623 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
3624 * s/unixware.h:
3625 * s/sol2-6.h:
3626 * s/irix6-5.h: Update includes accordingly.
3627
bfeabdc3
JD
36282010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3629
2ebf1083
J
3630 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
3631
bfeabdc3 3632 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
3633 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
3634 Remove toolbar_height.
3635 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
3636 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
3637 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
3638 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
3639
3640 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3641
3642 * xfns.c (x_set_tool_bar_position): New function.
3643 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
3644 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 3645 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
3646
3647 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
3648 and FRAME_TOOLBAR_LEFT_WIDTH.
3649
3650 * gtkutil.h (xg_change_toolbar_position): Declare.
3651
3652 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
3653 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
3654 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
3655 (xg_create_frame_widgets): Create a hobox for placing widgets
3656 vertically. Use gtk_box_pack_start.
ef1b0ba7 3657 (xg_height_or_width_changed): Rename from xg_height_changed.
bfeabdc3
JD
3658 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
3659 (xg_update_frame_menubar, free_frame_menubar): Change to
3660 xg_height_or_width_changed.
3661 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
3662 size correctly. Remove hardcoded 4, instead use handlebox size -
3663 toolbar size.
3664 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 3665 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
3666 (xg_pack_tool_bar): POS is a new parameter.
3667 Set orientation of tool bar based on pos.
3668 Only make handlebox_widget if NULL.
3669 Check if tool bar goes to vbox or hbox depending on pos.
3670 (xg_update_tool_bar_sizes): New function.
686b968e 3671 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
bfeabdc3
JD
3672 height, call xg_update_tool_bar_sizes instead.
3673 (free_frame_tool_bar): Remove from hbox or vbox depending on
3674 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
3675 (xg_change_toolbar_position): New function.
3676
3677 * frame.h (struct frame): Add tool_bar_position.
3678 (Qbottom): Declare.
3679
3680 * frame.c (Qtool_bar_position): New variable.
3681 (make_frame): Set tool_bar_position to Qtop.
3682 (frame_parms): Add tool-bar-position.
3683 (x_report_frame_params): Store tool_bar_position.
3684 (x_set_fringe_width): Reset wm size hint after fringe changes.
3685
26469a38
DN
36862010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3687
3688 Make lisp_time_argument declaration work on all systems.
3689 * lisp.h (lisp_time_argument): Move declaration ...
3690 * systime.h (lisp_time_argument): ... here
3691 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
3692
8848b728
JD
36932010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3694
3695 * vm-limit.c (POINTER): Add typedef for it.
3696 (start_of_data): Change return type from POINTER to char *.
3697
3698 * frame.h (Qtty_color_mode): Move declaration out of ifdef
3699 HAVE_WINDOW_SYSTEM.
3700
76fd1ee9
DN
37012010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3702
0441987e
DN
3703 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
3704 Remove reference to __osf__, unused.
3705
56a000c7
DN
3706 * mem-limits.h: Remove duplicated includes.
3707 (NULL): Remove definition, unused.
3708 (POINTER): Remove definition.
3709 (start_of_data): Use char* in prototype, as the function
3710 definition does.
3711
e6cba650
DN
3712 Remove extern declarations from .c files, and them to .h files.
3713 * keyboard.h (Qhelp_echo, waiting_for_input)
3714 (input_available_clear_time, ignore_mouse_drag_p)
3715 (Vdouble_click_time, real_this_command, Vthis_original_command):
3716 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
3717 (Voverriding_local_map_menu_flag):
3718 * lisp.h (Qinteractive_form, use_file_dialog)
3719 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
3720 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
3721 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
3722 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
3723 (Qfunction, debug_on_next_call, Qfield)
3724 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
3725 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
3726 (Qfile_directory_p, Qinsert_file_contents)
3727 (Qcompletion_ignore_case, Qcompletion_ignore_case)
3728 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
3729 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
3730 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
3731 (Qminibuffer_prompt)
3732 (Vtemporary_file_directory,char_ins_del_vector, Qface):
3733 * xterm.h (gray_bitmap_width, gray_bitmap_height)
3734 (gray_bitmap_bits, xic_create_fontsetname):
3735 * coding.h (Vtranslation_table_for_input): Add extern declarations.
3736
3737 * xsmfns.c (Vuser_login_name):
3738 * xrdb.c (Vdouble_click_time):
3739 * xfaces.c (xic_create_fontsetname):
3740 * w32select.c (waiting_for_input):
3741 * print.c (minibuffer_auto_raise):
3742 * msdos.c (Qhelp_echo):
3743 * macros.c (real_this_command):
3744 * keymap.c (Voverriding_local_map):
3745 * xterm.c (poll_for_input_1, gray_bitmap_width)
3746 (gray_bitmap_height, gray_bitmap_bits;
3747 * xmenu.c ( Voverriding_local_map)
3748 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
3749 (use_file_dialog, Xt_app_con):
3750 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
3751 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
3752 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
3753 (Qtool_bar_lines, ignore_mouse_drag_p):
3754 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
3755 (Qrear_nonsticky, nconc2):
3756 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
3757 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
3758 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
3759 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
3760 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
3761 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
3762 (gc_in_progress):
3763 * doc.c (Voverriding_local_map, Qremap):
3764 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
3765 (Vcompletion_regexp_list):
3766 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
3767 (Qcompletion_ignore_case):
3768 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
3769 (Vhistory_length, Vthis_original_command, real_this_command)
3770 (Qface, Qminibuffer_prompt, history_delete_duplicates):
3771 * image.c (Qrisky_local_variable):
3772 * fontset.c (QCname):
3773 * fns.c (minibuffer_auto_raise, QCname):
3774 * dispnew.c (char_ins_del_cost):
3775 * composite.c (font_fill_lglyph_metrics):
3776 * cmds.c (Qface, Vtranslation_table_for_input):
3777 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
3778 * ccl.c (charset_unicode):
3779 * callproc.c (Vtemporary_file_directory):
3780 * buffer.c (emacs_strerror): Remove extern declarations.
3781
3782 * data.c (Qwindow): Make non-static, used from other files too.
3783 * frame.c (validate_x_resource_name): Remove shadow definition for i.
3784
76fd1ee9
DN
3785 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
3786 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
3787 * s/usg5-4.h (COFF):
3788 * s/template.h:
3789 * s/msdos.h (COFF, NO_REMAP):
3790 * s/ms-w32.h (NO_REMAP):
3791 * s/hpux10-20.h (NO_REMAP):
3792 * m/sparc.h (SEGMENT_MASK):
3793 * m/m68k.h (NO_REMAP):
3794 * m/intel386.h (SEGMENT_MASK):
3795 * m/arm.h (NO_REMAP):
3796 * m/alpha.h (COFF):
3797 * m/template.h: Remove references to unused defines.
3798
8a52f00a
JD
37992010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3800
3801 * xsettings.c (Ftool_bar_get_system_style): Also check for
3802 Qtext_image_horiz.
3803
3804 * xdisp.c (Qtext_image_horiz): Define.
3805 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 3806 to documentation of tool-bar-style.
8a52f00a
JD
3807
3808 * lisp.h (Qtext_image_horiz): Declare.
3809
3810 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
3811 style text_image_horiz.
3812
89dc303e
DN
38132010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3814
60799703
DN
3815 * emacs.c (Fkill_emacs): Remove return statement.
3816
37254dc1
DN
3817 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
3818 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
bba3e508
SM
3819 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys):
3820 Remove local extern declarations.
37254dc1 3821
71c7345a
DN
3822 * xmenu.c: Do not included lwlib.h, not needed.
3823
6ba577cb
DN
3824 * m/iris4d.h (XUINT, XSET): Remove, not needed.
3825
fdb183d6
DN
3826 * process.c: Move definitions earlier to minimize #ifdefs.
3827
3828 * xterm.h (x_get_customization_string, x_load_resources)
3829 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
3830 (x_check_errors, x_property_data_to_lisp, defined_color)
3831 (xic_set_xfontset, x_defined_color): Use const.
3832
3833 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
3834 (x_text_icon, x_check_errors, x_connection_closed): Use const.
3835
3836 * xselect.c (selection_data_to_lisp_data)
3837 (x_property_data_to_lisp):
3838 * xrdb.c (x_get_string_resource, file_p)
3839 (x_get_customization_string, magic_file_p, search_magic_path)
3840 (get_system_app, get_user_app, x_load_resources, x_get_resource)
3841 (x_get_string_resource): Use const.
3842
3843 * xfns.c: Include xlwmenu.h when USE_LUCID.
3844 (x_defined_color, xic_set_xfontset): Use const.
3845 (Fx_hide_tip): Remove local extern declaration.
3846
3847 * xfaces.c (Qmouse_face): Remove declaration.
3848 (face_color_gray_p, tty_defined_color, defined_color)
686b968e 3849 (face_color_gray_p, face_color_supported_p): Add const.
fdb183d6
DN
3850
3851 * xdisp.c (do_mouse_tracking): Remove declaration.
3852 (add_to_log): Use const.
3853
3854 * minibuf.c (Qmouse_face): Remove declaration.
3855
3856 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
3857
3858 * keyboard.h (do_mouse_tracking): Add declaration.
3859
3860 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
3861 (QCdata, QCtype, Qcenter): Remove declarations.
3862
3863 * frame.c (x_get_resource_string, x_get_string_resource)
3864 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3865 (x_default_parameter): Use const.
3866
3867 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
3868 (QCheight, QCsize, QCname): Remove declarations.
3869
3870 * emacs.c (main): Remove local extern declaration.
3871
3872 * editfns.c (region_limit, syms_of_editfns): Remove local extern
3873 declarations.
3874
3875 * dispnew.c: Remove duplicate #include <unistd.h>.
3876 (update_window, update_frame_1, init_display): Remove local extern
3877 declarations.
3878
3879 * dispextern.h (add_to_log): Remove declaration.
3880 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
3881 (x_frame_get_and_record_arg, x_default_parameter): Add const.
3882
3883 * dired.c (scmp): Add const.
3884 (directory_files_internal): Remove local extern declaration.
3885
3886 * data.c (Finteractive_form): Use const.
3887
3888 * composite.c (syms_of_composite): Remove local extern declarations.
3889
3890 * charset.c (add_to_log): Remove declaration.
3891
3892 * character.c (strwidth, parse_str_to_multibyte): Add const.
3893
3894 * character.h (strwidth, parse_str_to_multibyte): Likewise.
3895
3896 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
3897
89dc303e 3898 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
3899 (Lisp_Subr): Make doc and intspec constant.
3900 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
3901 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
3902 (QCheight, QCsize, QCname, QCwidth, QCforeground)
3903 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
3904 (display_arg): Add declarations.
89dc303e 3905
0ed082fe 39062010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
3907
3908 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
3909
0ed082fe
JB
3910 * window.c (Fwindow_height): Doc fix (bug#6518).
3911
39122010-07-27 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
3915
ccaf0336
DN
39162010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3917
977105dc
DN
3918 * keyboard.c (Ftop_level, Fexit_recursive_edit)
3919 (Fabort_recursive_edit): Remove return statements in NO_RETURN
3920 functions.
3921
f5ada890
DN
3922 * frame.h (Qtty_color_mode): Add declaration.
3923
ccaf0336
DN
3924 * lisp.h (Ftop_level, Fexit_recursive_edit)
3925 (Fabort_recursive_edit): Mark as NO_RETURN.
3926
dfe3c90f
KH
39272010-07-26 Kenichi Handa <handa@m17n.org>
3928
3929 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 3930 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 3931
7d383292
JB
39322010-07-26 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * lread.c (unreadpure, mapatoms_1): Make static.
3935
da31e629
JB
39362010-07-25 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * terminfo.c (tparam): Fix prototype of tparm.
3939
7bfa6d77
AS
39402010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3941
dcc19aac
AS
3942 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
3943 find start of text segment.
3944 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
3945 is defined.
3946
7bfa6d77
AS
3947 * callproc.c (set_initial_environment): Avoid unbalanced braces.
3948
63f9a672
KB
39492010-07-25 Ken Brown <kbrown@cornell.edu>
3950
3951 * vm-limit.c (check_memory_limits): Fix previous change;
3952 accidentally reverted an earlier change.
3953
24933075
KB
39542010-07-25 Ken Brown <kbrown@cornell.edu>
3955
3956 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
3957 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
3958
361358ea
JB
39592010-07-25 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
3962 * dired.c (opendir, readdir): Fix prototypes.
3963 * editfns.c (w32_get_internal_run_time): Fix prototypes.
3964 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
3965 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
3966 (telldir): Remove declaration.
3967 * ralloc.c (real_morecore, __morecore): Fix prototypes.
3968 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
3969 * syssignal.h (strsignal): Fix prototype.
3970 * term.c (tparam): Fix prototype.
3971 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
3972 (term_get_fkeys): Set inside "#ifndef DOS_NT".
3973 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
3974 and __morecore.
3975 * w32gui.h (XParseGeometry): Fix prototype.
3976 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
3977 * w32term.c (my_set_focus): Declare inside #if 0.
3978 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
3979 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
3980 (drain_message_queue, get_next_msg, post_msg, parse_button)
3981 (ClipboardSequence_Proc): Fix prototypes.
3982 (wait_for_sync): Remove declaration.
3983
630b9592
JB
39842010-07-24 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * w32fns.c (w32_to_x_color): Remove, unused.
3987
6a0d6611
AS
39882010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3989
3990 * lisp.h: Remove leftover P_.
3991
4e8608ff
DN
39922010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3993
3994 * ecrt0.c, unexalpha.c: Remove files, unused.
3995
c8197983
AS
39962010-07-24 Andreas Schwab <schwab@linux-m68k.org>
3997
3998 * cmds.c (internal_self_insert): Make static.
3999 * lisp.h (internal_self_insert): Remove declaration.
4000
97b372d7
JB
40012010-07-23 Juanma Barranquero <lekktu@gmail.com>
4002
33ac0414
JB
4003 * alloc.c (free_float):
4004 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
4005 * frame.c (delete_frame_handler):
4006 * ralloc.c (reorder_bloc):
4007 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
4008 Remove unused static functions.
4009
94da8397
JB
4010 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
4011 it is called only from NS code.
4012
2e6c8532
JB
4013 * w32term.c (my_set_focus): #ifdef away; it is called only from
4014 "#ifdef 0" code.
4015
97b372d7
JB
4016 * w32fns.c (x_edge_detection):
4017 * xfaces.c (may_use_scalable_font_p):
4018 Remove obsolete static declarations.
4019
7c3320d8
JB
40202010-07-20 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
4023 (emacs_blocked_realloc, uninterrupt_malloc):
4024 * fringe.c (w32_reset_fringes):
4025 * image.c (convert_mono_to_color_image, lookup_rgb_color)
4026 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
4027 * sound.c (be2hs, do_play_sound):
4028 * vm-limit.c (get_lim_data, ret_lim_data):
4029 * w32term.c (x_free_frame_resources):
4030 * xfaces.c (x_create_gc, x_free_gc):
4031 Convert definitions to standard C.
4032
d5273788
SM
40332010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * eval.c (Feval, Ffuncall): Use the new names.
4036
4037 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
4038 (DEFUN): Add braces around the union initialisation and use ## to
4039 specify the right union alternative and avoid a cast.
4040
8d16a259
JB
40412010-07-18 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
4044
3b8eff32
CY
40452010-07-17 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
4048
499322ce
J
40492010-07-17 Jan Djärv <jan.h.d@swipnet.se>
4050
4051 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
4052 is related to the menu bar (Bug#6499).
a628ad9d 4053 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 4054
f6003da5 40552010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
4056
4057 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
4058
4059 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
4060
4061 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
4062 i.e. don't put back ButtonRelease (Bug#6608).
4063
4064 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
4065 instead of Window. Call xg_event_is_for_menubar when
4066 USE_GTK (Bug#6499).
4067
4068 * gtkutil.h (xg_event_is_for_menubar): Declare.
4069
4070 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
4071
f6003da5 40722010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
4073
4074 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
4075 when it's the same as the old foreground. (Bug#6609)
4076
23243f29
J
40772010-07-16 Jan Djärv <jan.h.d@swipnet.se>
4078
4079 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
4080 widget is non-null (Bug#6645).
4081
2b23d2a6
AS
40822010-07-15 Andreas Schwab <schwab@linux-m68k.org>
4083
01b564ff
AS
4084 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
4085 Convert old-style definition.
4086
2b23d2a6
AS
4087 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
4088 timestamp argument.
4089
c4affd2c
EZ
40902010-07-15 Eli Zaretskii <eliz@gnu.org>
4091
4092 * fringe.c (update_window_fringes): Restore mistakenly reverted
4093 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
4094
cf28cebc
J
40952010-07-14 Jan Djärv <jan.h.d@swipnet.se>
4096
4097 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
4098 (SET_SAVED_KEY_EVENT): Remove (not used).
4099 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
4100 remove size parameter.
4101 (handle_one_xevent): Check popup_activated () for menu for Xt also.
4102 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
4103 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
4104 ButtonRelease.
6b2c4bd9
J
4105 (x_set_window_size_1): scroll_bar_actual_width is always
4106 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
4107
4108 * xdisp.c (pending_menu_activation): Remove extern declaration.
4109 (prepare_menu_bars): Remove setting of pending_menu_activation.
4110
4111 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
4112 (x_activate_menubar): Set popup_activated_flag for Xt also.
4113 Remove setting of pending_menu_activation.
cf28cebc
J
4114 (set_frame_menubar): Remove check of pending_menu_activation.
4115 Declare menubar_size before code. Correct spelling in comment.
4116
f6c1c771
KH
41172010-07-14 Kenichi Handa <handa@m17n.org>
4118
4119 * font.c (font_open_entity): Cancel previous change.
4120 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
4121
20477505
EZ
41222010-07-13 Eli Zaretskii <eliz@gnu.org>
4123
77defa9a
EZ
4124 Remove subprocesses #ifdefs.
4125 * process.c <inhibit_sentinels>: Move to the common part.
4126 (Fwaiting_for_user_input_p): Move to the common part; return nil
4127 if async subprocesses aren't supported.
4128 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
4129 MS-DOS. Remove "#ifdef subprocesses".
4130 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
4131 (gettimeofday): Remove "#ifdef subprocesses".
4132 (wait_without_blocking): Remove function.
4133 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
4134 Remove "#ifdef subprocesses".
4135 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
4136 compiled on MS-DOS.
4137 * callproc.c (Fcall_process) [!MSDOS]: Don't call
4138 wait_for_termination on MS-DOS.
4139 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
4140 initialization of inhibit_sentinels.
4141 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
4142 subprocesses" conditional.
4143 * callproc.c (Fcall_process) [!subprocesses]: Don't call
4144 wait_for_termination, since `buffer' cannot be an integer when
4145 async subprocesses are not supported
4146 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
4147 for ifdefing away the call to Fprocess_status.
4148
20477505
EZ
4149 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
4150 away the entire body of the function.
4151
b3ffc17c
DN
41522010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4153
01faa934
DN
4154 Remove subprocesses #ifdefs from term.c.
4155 * process.c (add_keyboard_wait_descriptor)
4156 (delete_keyboard_wait_descriptor): Move to common section, do
4157 nothing when subprocesses is not defined.
a628ad9d
JB
4158 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
4159 Remove subprocesses #ifdefs.
01faa934 4160
b3ffc17c
DN
4161 Convert maybe_fatal to standard C.
4162 * lisp.h (verror): Declare.
4163 * eval.c (verror): New function containing the code from ...
4164 (error): ... this. Call verror.
4165 * term.c (vfatal): New function containing the code from ...
4166 (fatal): ... this. Call vfatal.
4167 (maybe_fatal): Convert to standard C, use variable number of
4168 arguments. Declare as non-return.
4169 (init_tty): Fix maybe_fatal call.
4170
0521f580
DN
41712010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4172
4173 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
4174 (_scroll_bar_note_movement): Convert definitions to standard C.
4175 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
4176 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
4177
ebd15611
DN
41782010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4179
4180 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
4181 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
4182 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
4183 (xaw_jump_callback, xaw_scroll_callback)
4184 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
bba3e508
SM
4185 (x_wm_set_size_hint, x_activate_timeout_atimer):
4186 Convert definitions to standard C.
ebd15611
DN
4187 * xmenu.c (menubar_id_to_frame, popup_get_selection)
4188 (popup_activate_callback, popup_deactivate_callback)
4189 (menu_highlight_callback, menubar_selection_callback)
4190 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
4191 (free_frame_menubar, popup_selection_callback, as)
4192 (create_and_show_popup_menu, dialog_selection_callback)
4193 (create_and_show_dialog):
4194 * xfns.c (hack_wm_protocols, x_window):
4195 * xfaces.c (x_update_menu_appearance):
4196 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
4197 (char_to_pixel_size, round_size_to_char, get_wm_shell)
4198 (set_frame_size, update_wm_hints, setup_frame_gcs)
4199 (update_various_frame_slots, update_from_various_frame_slots)
4200 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
4201 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
4202 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
4203
de06a2dd
AS
42042010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4205
a628ad9d 4206 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 4207
fc549af9
EZ
42082010-07-12 Eli Zaretskii <eliz@gnu.org>
4209
4210 * process.c (setup_process_coding_systems): Move to the part
4211 shared by non-subprocesses systems, and make its body empty when
4212 subprocesses is not defined.
4213 (close_process_descs): Move to the part shared by non-subprocesses
4214 systems.
1408902e
EZ
4215 (wait_reading_process_output) [!subprocesses]: Convert arg list to
4216 ANSI C.
fc549af9 4217
d5a3eaaf
AS
42182010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4219
4220 * editfns.c (transpose_markers): Convert old-style definition.
4221 * emacs.c (abort, shut_down_emacs, fixup_locale)
4222 (synchronize_system_time_locale)
4223 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
4224 * floatfns.c (extract_float, matherr, init_floatfns)
4225 (syms_of_floatfns): Likewise.
4226 * fns.c (make_hash_table): Likewise.
4227 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
4228 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
4229 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
4230 (ftfont_variation_glyphs): Likewise.
4231 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
4232 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
4233 * lread.c (read_filtered_event): Likewise.
4234 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
4235 * process.c (wait_reading_process_output): Likewise.
4236 * scroll.c (do_line_insertion_deletion_costs): Likewise.
4237 * search.c (search_buffer, boyer_moore): Likewise.
4238 * syntax.c (scan_sexps_forward): Likewise.
4239 * xdisp.c (try_scrolling): Likewise.
4240 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
4241 (face_at_string_position): Likewise.
4242 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
4243 * xselect.c (x_get_window_property, receive_incremental_selection)
4244 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
4245 Likewise.
4246 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
4247
6f704c76
DN
42482010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
4249
ded80a25
DN
4250 * callproc.c (child_setup): Remove subprocesses conditional.
4251 Remove code dealing with SET_EMACS_PRIORITY, unused.
4252
49d937f4 4253 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
4254 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
4255
4256 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
4257 (__do_global_dtors, __main): Use void in definition.
4258 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
4259 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
4260 the only users from ...
4261 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
4262 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
4263 (HAVE_VOLATILE): Remove, unused.
4264
6f704c76
DN
4265 Convert more function definitions to standard C.
4266 * xdisp.c (window_box_edges, handle_single_display_spec)
4267 (display_string): Convert definition to standard C.
4268 * scroll.c (do_direct_scrolling, scrolling_1):
4269 * dispnew.c (allocate_matrices_for_frame_redisplay)
4270 (mirrored_line_dance):
4271 * coding.c (code_convert_string):
4272 * charset.c (map_charset_chars):
4273 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
4274 (Fregister_ccl_program, Fregister_code_conversion_map):
4275 * keyboard.c (kbd_buffer_nr_stored): Likewise.
4276 (head_table): Make static and const.
4277
e6cfa7c3
AS
42782010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4279
4280 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4281 (PROFILING_LDFLAGS): Set from substitution.
4282 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
4283 CFLAGS last.
4284
892dd565
KH
42852010-07-12 Kenichi Handa <handa@m17n.org>
4286
6f2cdcd1
KH
4287 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
4288 (shortlisp): Likewise.
4289
892dd565
KH
4290 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
4291
4292 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
4293 of FONT_ENTITY_INDEX.
4294 (Ffont_get): If KEY is :otf and the font-object doesn't have the
4295 property, get the property value dynamically.
4296 (Ffont_put): Accept font-entity and font-object too.
ef1b0ba7 4297 (Ffont_get_glyhphs): Rename from Fget_font_glyphs. Arguments and
892dd565 4298 return value changed.
bba3e508 4299 (syms_of_font): Adjust for the above change.
892dd565 4300
ae96d47a
AS
43012010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4302
c8fc18ee
AS
4303 * blockinput.h: Remove obsolete comment.
4304
89887d67
AS
4305 * lisp.h: Include <stddef.h>.
4306 (OFFSETOF): Don't define.
4307 (VECSIZE): Use offsetof instead of OFFSETOF.
4308 (PSEUDOVECSIZE): Likewise.
4309 * process.c (conv_sockaddr_to_lisp): Likewise.
4310 * alloc.c: Don't include <stddef.h>.
4311 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
4312
ae96d47a
AS
4313 * process.c: Remove obsolete comment.
4314
635c0aa1
CY
43152010-07-11 Chong Yidong <cyd@stupidchicken.com>
4316
4317 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
4318
a64df650
AS
43192010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4320
8966b757
AS
4321 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
4322 index, rindex.
4323 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
4324 * editfns.c (Fuser_full_name, Fformat): Likewise.
4325 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
4326 * fileio.c (Ffile_symlink_p): Likewise.
4327 * filelock.c (current_lock_owner): Likewise.
4328 * font.c (font_parse_name, font_parse_family_registry): Likewise.
4329 * fontset.c (fontset_pattern_regexp): Likewise.
4330 * lread.c (read1): Likewise.
4331 * sysdep.c (init_system_name): Likewise.
4332 * xfns.c (select_visual): Likewise.
4333 * s/hpux10-20.h (index, rindex): Don't define.
4334 * s/ms-w32.h (index): Likewise.
4335 * s/usg5-4.h: Likewise.
4336
cf237e27
AS
4337 * callproc.c (relocate_fd): Use F_DUPFD if defined.
4338
a8fe7202
AS
4339 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
4340 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
4341 (egetenv): Likewise.
4342 * doprnt.c (doprnt): Likewise.
4343 * editfns.c (set_time_zone_rule, format2): Likewise.
4344 * emacs.c (decode_env_path): Likewise.
4345 * eval.c (signal_error, error): Likewise.
4346 * insdel.c (replace_range_2): Likewise.
4347 * keyboard.c (cmd_error_internal): Likewise.
4348 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
4349 * print.c (write_string, write_string_1, print_error_message):
4350 Likewise.
4351 * vm-limit.c (warn_function, memory_warnings): Likewise.
4352 * xdisp.c (message1, message1_nolog, message_with_string)
4353 (vmessage, message, message_nolog): Likewise.
4354 * emacs.c: Remove duplicate declaration.
4355 * keyboard.h: Likewise.
4356 * lisp.h: Update prototypes.
4357
bb8e180f
AS
4358 * eval.c: Fix indentation problem.
4359
83380e65
AS
4360 * keyboard.c: Include "process.h"
4361
a64df650
AS
4362 * eval.c: Remove obsolete noinline declaration.
4363 * fns.c: Likewise.
4364
6a8033e1
KR
43652010-07-11 Ken Raeburn <raeburn@raeburn.org>
4366
4367 * doprnt.c (doprnt): Take a va_list argument instead of count and
4368 pointer.
4369 * eval.c (error): Change to a standard-C variadic function.
ef1b0ba7 4370 * xdisp.c (vmessage): Rename from message, made static, and
6a8033e1
KR
4371 changed to take a va_list argument.
4372 (message): New variadic wrapper.
4373 (message_nolog): Now a variadic function, calling vmessage.
4374 * lisp.h: Include stdarg.h for va_list.
4375 (doprnt, error, message, message_nolog): Decls updated.
4376
462aa963
EZ
43772010-07-11 Eli Zaretskii <eliz@gnu.org>
4378
4379 * process.c (syms_of_process) <delete-exited-processes>: Define
4380 even if !subprocesses.
4381 (delete_exited_processes): Ditto.
4382
4383 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
4384 (delete_exited_processes): Don't define.
4385
48104462
CY
43862010-07-10 Chong Yidong <cyd@stupidchicken.com>
4387
4388 * frame.c (make_frame): Initialize menu_bar_lines and
4389 tool_bar_lines members.
bba3e508
SM
4390 (make_initial_frame, make_terminal_frame):
4391 Initialize menu_bar_lines using value of menu-bar-mode.
48104462
CY
4392
4393 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
4394
f388c88a
EZ
43952010-07-10 Eli Zaretskii <eliz@gnu.org>
4396
4397 * process.c: Reshuffle #include's. Condition some of the global
4398 and static variables on `subprocesses'.
4399 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
4400 Leave only one implementation.
4401 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
4402 (kill_buffer_processes, Flist_system_processes)
4403 (Fprocess_attributes, init_process, syms_of_process): Unify the
4404 implementations for with subprocesses and without them.
4405
723f5a07
J
44062010-07-09 Jan Djärv <jan.h.d@swipnet.se>
4407
4408 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
4409 correct size for Motif.
4410 (free_frame_menubar): Call x_set_window_size to update frame size.
4411
4412 * xfns.c (x_window): Set borderWidth to 0 for pane and
4413 EmacsFrame. Frame size calculation is wrong otherwise.
4414
2536a4b7
MA
44152010-07-09 Michael Albinus <michael.albinus@gmx.de>
4416
4417 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
4418 allows to suppress errors when polling in Emacs' main loop.
4419 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
4420 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
4421 (Fdbus_method_error_internal, Fdbus_send_signal)
4422 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
4423 (Fdbus_register_method): Use it. (Bug#6579)
4424
5842a27b
DN
44252010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4426
4427 * alloc.c: Convert DEFUNs to standard C.
4428 * buffer.c:
4429 * bytecode.c:
4430 * callint.c:
4431 * callproc.c:
4432 * casefiddle.c:
4433 * casetab.c:
4434 * category.c:
4435 * character.c:
4436 * charset.c:
4437 * chartab.c:
4438 * cmds.c:
4439 * coding.c:
4440 * composite.c:
4441 * data.c:
4442 * dbusbind.c:
4443 * dired.c:
4444 * dispnew.c:
4445 * doc.c:
4446 * dosfns.c:
4447 * editfns.c:
4448 * emacs.c:
4449 * eval.c:
4450 * fileio.c:
4451 * filelock.c:
4452 * floatfns.c:
4453 * fns.c:
4454 * font.c:
4455 * fontset.c:
4456 * frame.c:
4457 * fringe.c:
4458 * image.c:
4459 * indent.c:
4460 * insdel.c:
4461 * keyboard.c:
4462 * keymap.c:
4463 * lread.c:
4464 * macros.c:
4465 * marker.c:
4466 * menu.c:
4467 * minibuf.c:
4468 * msdos.c:
4469 * nsfns.m:
4470 * nsmenu.m:
4471 * nsselect.m:
4472 * print.c:
4473 * process.c:
4474 * search.c:
4475 * sound.c:
4476 * syntax.c:
4477 * term.c:
4478 * terminal.c:
4479 * textprop.c:
4480 * undo.c:
4481 * w16select.c:
4482 * w32console.c:
4483 * w32fns.c:
4484 * w32font.c:
4485 * w32menu.c:
4486 * w32proc.c:
4487 * w32select.c:
4488 * window.c:
4489 * xdisp.c:
4490 * xfaces.c:
4491 * xfns.c:
4492 * xmenu.c:
4493 * xselect.c:
4494 * xsettings.c:
4495 * xsmfns.c: Likewise.
4496
d568829b
EZ
44972010-07-08 Eli Zaretskii <eliz@gnu.org>
4498
4499 * process.c (kbd_is_on_hold, hold_keyboard_input)
4500 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
4501
52214050
J
45022010-07-08 Jan Djärv <jan.h.d@swipnet.se>
4503
4504 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
4505 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
4506 unless USE_LUCID.
4507
313d9eb2
DN
45082010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4509
a628ad9d
JB
4510 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
4511 declaration.
d8825aa3 4512
295d0d8f
DN
4513 Clean up include guards.
4514 * tparam.c: Remove include guards for config.h, string.h and code
4515 that assumes #ifndef emacs.
4516 * termcap.c:
4517 * unexalpha.c:
4518 * sysdep.c:
4519 * filemode.c:
4520 * filelock.c:
4521 * bidi.c: Likewise.
4522
49d9e6b0
DN
4523 Remove prefix-args.c
4524 * prefix-args.c: Remove file.
4525 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
4526 * Makefile.in (temacs${EXEEXT}): Remove references to
4527 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
4528 (mostlyclean): Remove reference to prefix-args.
4529 (prefix-args): Remove.
4530
313d9eb2
DN
4531 Simplify cstart_of_data, start_of_code and related code.
4532 * mem-limits.h: Remove !emacs and _LIBC conditional code.
4533 (start_of_data): Merge into start_of_data function.
4534 * sysdep.c (start_of_text): Remove. Move simplified versions of
4535 it in the only users: unexaix.c and unexec.c.
4536 (read_input_waiting): Remove local declaration of quit_char.
4537 (start, etext): Remove declarations.
4538 (start_of_data): Merge with the version in mem-limits.h and move
4539 to vm-limits.c.
4540 * vm-limit.c (start_of_data): Merged and simplified version of the
4541 code formerly in mem-limits.h and sysdep.c.
4542 * unexec.c (start): New declaration, moved from sysdep.c.
4543 (start_of_text): Simplified version of the code formerly in sysdep.c.
4544 * unexaix.c (start_of_text): Simplified version of the code
4545 formerly in sysdep.c.
4546 * m/alpha.h (HAVE_TEXT_START): Remove.
4547 (TEXT_START): Move ...
4548 * unexalpha.c (TEXT_START): ... here.
4549 * s/hpux10-20.h (TEXT_START): Remove.
4550 * s/darwin.h (TEXT_START):
4551 * m/mips.h (TEXT_START):
4552 * m/macppc.h (HAVE_TEXT_START):
4553 * m/m68k.h (TEXT_START):
4554 * m/iris4d.h (TEXT_START):
4555 * m/intel386.h (TEXT_START):
4556 * m/ibmrs6000.h (TEXT_START):
4557 * m/ia64.h (HAVE_TEXT_START):
4558 * s/msdos.h (TEXT_START): Likewise.
4559
72af86bd
AS
45602010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4561
4562 * alloc.c (overrun_check_malloc, overrun_check_realloc)
4563 (overrun_check_free, xstrdup, allocate_string)
4564 (allocate_string_data, compact_small_strings, Fmake_string)
4565 (make_unibyte_string, make_multibyte_string)
4566 (make_string_from_bytes, make_specified_string, make_float)
4567 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
4568 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
4569 memcpy, memmove, memset, memcmp.
4570 * atimer.c (start_atimer, set_alarm): Likewise.
4571 * buffer.c (clone_per_buffer_values, report_overlay_modification)
4572 (mmap_realloc, init_buffer_once): Likewise.
4573 * callint.c (Fcall_interactively): Likewise.
4574 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
4575 (getenv_internal_1): Likewise.
4576 * casefiddle.c (casify_object): Likewise.
4577 * ccl.c (ccl_driver): Likewise.
4578 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
4579 * charset.c (load_charset_map_from_file)
4580 (load_charset_map_from_file, load_charset_map_from_vector)
4581 (Fdefine_charset_internal): Likewise.
4582 * cm.c (Wcm_clear): Likewise.
4583 * coding.c (decode_eol, decode_coding_object)
4584 (Fset_coding_system_priority, make_subsidiaries): Likewise.
4585 * data.c (Faset): Likewise.
4586 * dired.c (directory_files_internal, file_name_completion_stat):
4587 Likewise.
4588 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
4589 (clear_glyph_row, copy_row_except_pointers)
4590 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
4591 (save_current_matrix, restore_current_matrix)
4592 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
4593 (mirror_line_dance, scrolling_window): Likewise.
4594 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
4595 Likewise.
4596 * doprnt.c (doprnt): Likewise.
4597 * editfns.c (Fuser_full_name, make_buffer_string_both)
4598 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
4599 * emacs.c (sort_args): Likewise.
4600 * eval.c (Fapply, Ffuncall): Likewise.
4601 * fileio.c (Ffile_name_directory, make_temp_name)
4602 (Fexpand_file_name, search_embedded_absfilename)
4603 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
4604 (auto_save_error): Likewise.
4605 * fns.c (Fstring_equal, Fcopy_sequence, concat)
4606 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
4607 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
4608 (Fmake_hash_table): Likewise.
4609 * fringe.c (Fdefine_fringe_bitmap): Likewise.
4610 * ftfont.c (ftfont_text_extents): Likewise.
4611 * getloadavg.c (getloadavg): Likewise.
4612 * image.c (define_image_type, make_image, make_image_cache)
4613 (x_create_x_image_and_pixmap, xbm_image_p)
4614 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
4615 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
4616 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
4617 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
4618 (tiff_image_p, tiff_read_from_memory, gif_image_p)
4619 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
4620 Likewise.
4621 * indent.c (scan_for_column, compute_motion): Likewise.
4622 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
4623 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
4624 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
4625 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
4626 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
4627 (store_user_signal_events, menu_bar_items, tool_bar_items)
4628 (process_tool_bar_item, append_tool_bar_item)
4629 (read_char_minibuf_menu_prompt, read_key_sequence)
4630 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
4631 Likewise.
4632 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
4633 Likewise.
4634 * lisp.h (STRING_COPYIN): Likewise.
4635 * lread.c (Fload, read1, oblookup): Likewise.
4636 * msdos.c (Frecent_doskeys): Likewise.
4637 * nsfns.m (Fx_create_frame): Likewise.
4638 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
4639 Likewise.
4640 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
4641 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
4642 Likewise.
4643 * nsmenu.m (ns_update_menubar): Likewise.
4644 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
4645 * print.c (print_unwind, printchar, strout, print_string)
4646 (print_error_message): Likewise.
4647 * process.c (conv_lisp_to_sockaddr, set_socket_option)
4648 (Fmake_network_process, Fnetwork_interface_list)
4649 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
4650 (init_process): Likewise.
4651 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
4652 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
4653 Likewise.
4654 * scroll.c (do_scrolling, do_direct_scrolling)
4655 (scrolling_max_lines_saved): Likewise.
4656 * search.c (search_buffer, wordify, Freplace_match): Likewise.
4657 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
4658 * syntax.c (skip_chars, skip_syntaxes): Likewise.
4659 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
4660 (emacs_set_tty): Likewise.
4661 * term.c (encode_terminal_code, calculate_costs)
4662 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
4663 Likewise.
4664 * termcap.c (tgetst1, gobble_line): Likewise.
4665 * termhooks.h (EVENT_INIT): Likewise.
4666 * tparam.c (tparam1): Likewise.
4667 * unexalpha.c (unexec): Likewise.
4668 * unexec.c (write_segment): Likewise.
4669 * unexmacosx.c (unexec_write_zero): Likewise.
4670 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
4671 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
4672 * w32font.c (w32font_list_family, w32font_text_extents)
4673 (w32font_list_internal, w32font_match_internal)
4674 (w32font_open_internal, compute_metrics, Fx_select_font):
4675 Likewise.
4676 * w32menu.c (set_frame_menubar, add_menu_item)
4677 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
4678 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
4679 * w32uniscribe.c (uniscribe_list_family): Likewise.
4680 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
4681 * window.c (make_window, replace_window, set_window_buffer)
4682 (Fsplit_window): Likewise.
4683 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
4684 (add_to_log, message3, x_consider_frame_title)
4685 (append_space_for_newline, extend_face_to_end_of_line)
4686 (decode_mode_spec_coding, init_glyph_string): Likewise.
4687 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
4688 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
4689 (face_attr_equal_p, make_realized_face, make_face_cache)
4690 (free_realized_faces, lookup_named_face, smaller_face)
4691 (face_with_height, lookup_derived_face)
4692 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
4693 (Finternal_set_font_selection_order, realize_default_face)
4694 (compute_char_face, face_at_buffer_position)
4695 (face_for_overlay_string, face_at_string_position, merge_faces):
4696 Likewise.
4697 * xfns.c (xic_create_fontsetname, Fx_create_frame)
4698 (Fx_window_property, x_create_tip_frame)
4699 (Fx_backspace_delete_keys_p): Likewise.
4700 * xfont.c (xfont_list, xfont_match, xfont_list_family)
4701 (xfont_text_extents): Likewise.
4702 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
4703 * xrdb.c (magic_file_p, x_get_resource): Likewise.
4704 * xselect.c (x_queue_event, x_get_window_property)
4705 (receive_incremental_selection): Likewise.
4706 * xsmfns.c (x_session_check_input): Likewise.
4707 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
4708 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
4709 Likewise.
4710 * character.h (BCOPY_SHORT): Removed.
4711 * config.in: Regenerate.
4712 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
4713 * emacs.c (main) [PROFILING]: Don't declare
4714 dump_opcode_frequencies.
4715 * lisp.h (safe_bcopy): Remove declaration.
4716 (memset) [!HAVE_MEMSET]: Declare.
4717 (memcpy) [!HAVE_MEMCPY]: Likewise.
4718 (memmove) [!HAVE_MEMMOVE]: Likewise.
4719 (memcmp) [!HAVE_MEMCMP]: Likewise.
4720 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
4721 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
4722 Don't define.
4723 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
4724 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
4725 (BCOPY_DOWNWARD_SAFE): Don't define.
4726 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
4727 (memcpy) [!HAVE_MEMCPY]: Define.
4728 (memmove) [!HAVE_MEMMOVE]: Define.
4729 (memcmp) [!HAVE_MEMCMP]: Define.
4730
cb768704
J
47312010-07-07 Jan Djärv <jan.h.d@swipnet.se>
4732
4733 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
4734 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
4735 New functions.
cb768704
J
4736 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
4737 select on empty input mask.
4738 (init_process): Initialize kbd_is_on_hold to 0.
4739
4740 * process.h (hold_keyboard_input, unhold_keyboard_input)
4741 (kbd_on_hold_p): Declare.
4742
4743 * keyboard.c (input_available_signal): Declare.
4744 (kbd_buffer_nr_stored): New function.
4745 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
4746 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
4747 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
4748 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
4749 (tty_read_avail_input): If input is on hold, return.
4750 Don't read more that free slots in kbd_buffer (Bug#6571).
4751
3a8ce822
EZ
47522010-07-07 Eli Zaretskii <eliz@gnu.org>
4753
4754 * msdos.h:
4755 * msdos.c:
4756 * dosfns.c:
4757 * w16select.c: Convert function definitions to ANSI C.
4758
a628ad9d
JB
4759 * msdos.h (ctrl_break_func, install_ctrl_break_check):
4760 Remove unused prototypes.
3a8ce822 4761
cf84bb53
JB
47622010-07-07 Juanma Barranquero <lekktu@gmail.com>
4763
4764 * coding.c, sysdep.c: Convert some more functions to standard C.
4765
1a4990fb
JB
47662010-07-07 Juanma Barranquero <lekktu@gmail.com>
4767
4768 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
4769 (encode_coding_object): Use SPECPDL_INDEX.
4770 (syms_of_coding): Use DOS_NT.
4771
c0f2f16b
DN
47722010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4773
48fb6855
DN
4774 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
4775
c0f2f16b
DN
4776 Make the function member of Lisp_Subr use standard C prototypes.
4777 * lisp.h (struct Lisp_Subr): Use a union for the function member.
4778 (DECL_ALIGN): Add a cast for the function.
4779 * eval.c (Feval, Ffuncall): Use the proper type for each type
4780 function call.
4781
67aecef9
CY
47822010-07-06 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
4785 fringe face id, so face-remapping-alist works (Bug#6091).
4786
b56ceb92
JB
47872010-07-06 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
4790 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
4791 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
4792
7af07b96
AS
47932010-07-06 Andreas Schwab <schwab@linux-m68k.org>
4794
4795 * xterm.c (x_get_keysym_name): Change type of parameter to int.
4796 * lisp.h: Declare x_get_keysym_name.
4797 * keyboard.c (modify_event_symbol): Don't declare
4798 x_get_keysym_name here.
4799
69e24e34
DN
48002010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4801
4802 * ecrt0.c: Revert conversion to standard C.
4803
d3da34e0 48042010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
4805
4806 * vm-limit.c (memory_warnings):
4807 * keyboard.c (modify_event_symbol):
4808 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
4809 (round2, emacs_rint):
4810 * process.c (send_process, old_sigpipe): Convert function
4811 definitions and declarations to standard C.
4812
48132010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
4814
4815 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
4816 * xdisp.c: Convert function definitions to standard C.
4817
4818 * cm.c (cmputc): Arg C is now int, not char.
4819 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
4820
00be444c
J
48212010-07-05 James Cloos <cloos@jhcloos.com>
4822
4823 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
4824
4825 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
4826 _NET_WM_ICON_NAME atoms.
4827
4828 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
4829 and _NET_WM_ICON_NAME properties, too, matching what is
4830 done in the Gtk+ case.
4831
e4c8d29a
J
48322010-07-05 Jan Djärv <jan.h.d@swipnet.se>
4833
ff919460
J
4834 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
4835
e4c8d29a
J
4836 * xsmfns.c (SSDATA): New macro.
4837 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
4838 passed to strlen/strcpy/strcat.
bba3e508
SM
4839 (create_client_leader_window): Surround with #ifndef USE_GTK.
4840 Cast 7:th arg to XChangeProperty to (unsigned char *).
e4c8d29a
J
4841
4842 * xsettings.c (something_changedCB, parse_settings)
4843 (apply_xft_settings): Reformat prototype.
4844 (something_changedCB, init_gconf): Remove unused variable i.
4845 (read_settings): Remove unused variable long_len.
4846
4847 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
4848 (xg_get_image_for_pixmap, create_dialog)
4849 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
4850 (menuitem_highlight_callback, make_menu_item)
4851 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
4852 (xg_create_scroll_bar, xg_update_scrollbar_pos)
4853 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
4854 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
4855 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
4856 (xg_tool_bar_item_expose_callback): Reformat prototype.
4857 (xg_update_menubar): GList *group => GSList *group.
4858 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
4859 before use.
4860 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
4861 to GTK_IMAGE (wimage).
4862
dd4c5104
DN
48632010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
4864
898b4c5c
DN
4865 * atimer.c: Use "" instead of <> for local includes for
4866 consistency with the rest of the code.
4867
dd4c5104
DN
4868 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
4869 * xrdb.c (get_system_name):
4870 * window.c (shrink_windows):
4871 * syntax.c (forw_comment):
4872 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
4873 (ins_del_costs):
4874 * mem-limits.h (start_of_data):
4875 * lread.c (readevalloop):
4876 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
4877 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
4878 * frame.c (x_get_focus_frame):
4879 * floatfns.c (fmod_float):
4880 * fileio.c (choose_write_coding_system):
4881 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
4882 (malloc_initialize_hook, sort_args, synchronize_locale):
4883 * doprnt.c (doprnt):
4884 * dired.c (compile_pattern):
4885 * data.c (fmod_float):
4886 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
4887 (map_char_table_for_charset):
4888 * charset.c (define_charset_internal):
4889 * alloc.c (Fgarbage_collect): Convert declarations or definitions
4890 to standard C.
4891
9a39b306 48922010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 4893 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
4894
4895 * lread.c (read1): Fix up last change to not mess up `c'.
4896
e6cb2cbb
JB
48972010-07-04 Juanma Barranquero <lekktu@gmail.com>
4898
4899 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
4900
438105ed
JB
49012010-07-04 Juanma Barranquero <lekktu@gmail.com>
4902
4903 Fix prototypes.
4904
e5447b22 4905 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 4906 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
4907 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
4908 arg, as required by internal_condition_case_1.
dcc7404b 4909 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
4910 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
4911 (analyse_first): Fix "const const".
e5447b22 4912 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 4913 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 4914 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 4915
971de7fb
DN
49162010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
4917
4918 * alloc.c: Convert function definitions to standard C.
4919 * atimer.c:
4920 * bidi.c:
4921 * bytecode.c:
4922 * callint.c:
4923 * callproc.c:
4924 * casefiddle.c:
4925 * casetab.c:
4926 * category.c:
4927 * ccl.c:
4928 * character.c:
4929 * charset.c:
4930 * chartab.c:
4931 * cmds.c:
4932 * coding.c:
4933 * composite.c:
4934 * data.c:
4935 * dbusbind.c:
4936 * dired.c:
4937 * dispnew.c:
4938 * doc.c:
4939 * doprnt.c:
4940 * ecrt0.c:
4941 * editfns.c:
4942 * fileio.c:
4943 * filelock.c:
4944 * filemode.c:
4945 * fns.c:
4946 * font.c:
4947 * fontset.c:
4948 * frame.c:
4949 * fringe.c:
4950 * ftfont.c:
4951 * ftxfont.c:
4952 * gtkutil.c:
4953 * indent.c:
4954 * insdel.c:
4955 * intervals.c:
4956 * keymap.c:
4957 * lread.c:
4958 * macros.c:
4959 * marker.c:
4960 * md5.c:
4961 * menu.c:
4962 * minibuf.c:
4963 * prefix-args.c:
4964 * print.c:
4965 * ralloc.c:
4966 * regex.c:
4967 * region-cache.c:
4968 * scroll.c:
4969 * search.c:
4970 * sound.c:
4971 * strftime.c:
4972 * syntax.c:
4973 * sysdep.c:
4974 * termcap.c:
4975 * terminal.c:
4976 * terminfo.c:
4977 * textprop.c:
4978 * tparam.c:
4979 * undo.c:
4980 * unexelf.c:
4981 * window.c:
4982 * xfaces.c:
4983 * xfns.c:
4984 * xfont.c:
4985 * xftfont.c:
4986 * xgselect.c:
4987 * xmenu.c:
4988 * xrdb.c:
4989 * xselect.c:
4990 * xsettings.c:
4991 * xsmfns.c:
4992 * xterm.c: Likewise.
4993
ae492bec
EZ
49942010-07-03 Eli Zaretskii <eliz@gnu.org>
4995
76ea4cc9
EZ
4996 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
4997 frames other than the initial one. Fix reversal of colors when
bba3e508
SM
4998 `reverse' is specified in the frame parameters.
4999 Call update_face_from_frame_parameter instead of
76ea4cc9
EZ
5000 internal-set-lisp-face-attribute. Initialize screen colors from
5001 initial_screen_colors[] when f->default_face_done_p is zero,
5002 instead of depending on being called with default-frame-alist as
5003 the alist argument.
5004
5005 * xfaces.c (update_face_from_frame_parameter): Move out of
5006 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
5007 with HAVE_WINDOW_SYSTEM.
5008
1e6255ae
EZ
5009 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
5010 to menu-bar-mode, if not set in the frame parameters or in
5011 default-frame-alist.
5012
ae492bec
EZ
5013 * w32console.c (sys_tputs): Adjust argument list to prototype in
5014 term.c.
5015
3a35a84c
JB
50162010-07-03 Juanma Barranquero <lekktu@gmail.com>
5017
5018 * lisp.h (memory_warnings): Fix prototype.
5019
5020 * cm.h (evalcost): Fix prototype.
5021
5022 * cm.c (evalcost): Fix arg type.
5023
c532d349
DN
50242010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5025
5026 * term.c (term_clear_mouse_face, Fidentity):
5027 * syssignal.h (signal_handler_t):
5028 * lisp.h (memory_warnings):
5029 * coding.h (preferred_coding_system):
5030 * cm.h (evalcost):
5031 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
5032
c0b36d46
EZ
50332010-07-02 Eli Zaretskii <eliz@gnu.org>
5034
5035 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
5036 from prototypes.
5037
5038 * msdos.h (load_pixmap): Don't define away.
5039
383e0970
J
50402010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5041
f57e2426
J
5042 * lisp.h:
5043 * atimer.h: Remove define for P_.
5044
5045 * alloc.c: Remove __P and P_ from .c and .m files.
5046 * atimer.c:
5047 * buffer.c:
5048 * callint.c:
5049 * category.c:
5050 * charset.c:
5051 * chartab.c:
5052 * cm.c:
5053 * coding.c:
5054 * composite.c:
5055 * data.c:
5056 * dired.c:
5057 * dispnew.c:
5058 * doc.c:
5059 * editfns.c:
5060 * emacs.c:
5061 * eval.c:
5062 * fileio.c:
5063 * filelock.c:
5064 * fns.c:
5065 * font.c:
5066 * fontset.c:
5067 * frame.c:
5068 * ftfont.c:
5069 * ftxfont.c:
5070 * gmalloc.c:
5071 * gtkutil.c:
5072 * image.c:
5073 * indent.c:
5074 * intervals.c:
5075 * keyboard.c:
5076 * keymap.c:
5077 * lread.c:
5078 * marker.c:
5079 * menu.c:
5080 * minibuf.c:
5081 * print.c:
5082 * process.c:
5083 * scroll.c:
5084 * search.c:
5085 * sound.c:
5086 * strftime.c:
5087 * syntax.c:
5088 * sysdep.c:
5089 * term.c:
5090 * terminal.c:
5091 * textprop.c:
5092 * unexalpha.c:
5093 * w32console.c:
5094 * w32fns.c:
5095 * w32font.c:
5096 * w32menu.c:
5097 * w32term.c:
5098 * w32uniscribe.c:
5099 * window.c:
5100 * xdisp.c:
5101 * xfaces.c:
5102 * xfns.c:
5103 * xfont.c:
5104 * xftfont.c:
5105 * xmenu.c:
5106 * xselect.c:
5107 * xterm.c: Likewise.
5108
383e0970 5109 Remove P_ and __P macros.
f57e2426
J
5110 * atimer.h: Remove P_ and __P macros.
5111 * buffer.h:
383e0970
J
5112 * category.h:
5113 * ccl.h:
5114 * character.h:
5115 * charset.h:
5116 * cm.h:
5117 * coding.h:
5118 * composite.h:
5119 * dispextern.h:
5120 * disptab.h:
9e892c8d 5121 * dosfns.h:
383e0970
J
5122 * font.h:
5123 * fontset.h:
5124 * frame.h:
5125 * gtkutil.h:
5126 * indent.h:
5127 * intervals.h:
5128 * keyboard.h:
5129 * keymap.h:
5130 * lisp.h:
5131 * macros.h:
5132 * md5.h:
5133 * menu.h:
5134 * msdos.h:
5135 * nsterm.h:
5136 * puresize.h:
5137 * region-cache.h:
5138 * syntax.h:
5139 * syssignal.h:
5140 * systime.h:
5141 * termhooks.h:
9e892c8d 5142 * w32font.h:
383e0970
J
5143 * w32term.h:
5144 * widget.h:
5145 * window.h:
5146 * xgselect.h:
5147 * xsettings.h:
5148 * xterm.h: Likewise.
5149
98601119
DN
51502010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5151
d9170db5
DN
5152 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
5153
98601119
DN
5154 Cleanup old code.
5155 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
5156 * syssignal.h: Remove code for Lynx, not supported anymore.
5157 * vm-limit.c: Remove unused code the depends on emacs not being
5158 defined and NO_LIM_DATA being defined.
5159 * mem-limits.h: Remove dead code.
5160
1f984e12
J
51612010-07-01 Jan Djärv <jan.h.d@swipnet.se>
5162
c49d071a
J
5163 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
5164
9d5405ec
J
5165 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
5166 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
5167
7a18115b
J
5168 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
5169 parameters, they are already absolute.
5170
a628ad9d
JB
5171 * nsterm.m (x_set_window_size, initFrameFromEmacs):
5172 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 5173
a628ad9d 5174 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 5175
a628ad9d
JB
5176 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
5177 Update FRAME_TOOLBAR_HEIGHT.
581a8100 5178
a628ad9d
JB
5179 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
5180 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 5181
c1ef4455
CY
51822010-06-30 Chong Yidong <cyd@stupidchicken.com>
5183
bba3e508
SM
5184 * frame.c (get_future_frame_param, Fmake_terminal_frame):
5185 Don't check default-frame-alist.
c1ef4455 5186
ce8f5a9a
AS
51872010-06-30 Andreas Schwab <schwab@linux-m68k.org>
5188
5189 * process.c (create_process): Avoid using invalid file descriptors.
5190
5191 * callproc.c (child_setup): Avoid closing a file descriptor twice.
5192
bf935339
J
51932010-06-30 Jan Djärv <jan.h.d@swipnet.se>
5194
5195 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
5196 Improve documentation. Return font regardless of use_system_font.
5197 (syms_of_xsettings): Improve documentation for font-use-system-font.
5198
7c33a057
CY
51992010-07-10 Chong Yidong <cyd@stupidchicken.com>
5200
2ec1b5ee
CY
5201 * xfaces.c (realize_face): Garbage the frame if a face is removed
5202 (Bug#6593).
5203
52042010-07-05 Andreas Schwab <schwab@linux-m68k.org>
5205
5206 * keyboard.c: Remove duplicate <setjmp.h>.
5207 (read_key_sequence): Remove volatile qualifiers.
5208
52092010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5210
5211 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
5212 (struct glyph_row): New members left_fringe_offset and
5213 right_fringe_offset.
5214
5215 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
5216 specially.
5217 * w32term.c (w32_draw_fringe_bitmap): Likewise.
5218 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
5219
5220 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 5221 Take account of bitmap offset.
2ec1b5ee
CY
5222 (draw_window_fringes): Take account of window vscroll.
5223 (update_window_fringes): Likewise. Extend top-aligned top indicator
5224 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
5225 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
5226 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
5227
52282010-07-04 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * w32fns.c (Qtooltip): Declare.
5231 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
5232
52332010-07-03 Jan Djärv <jan.h.d@swipnet.se>
5234
5235 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
5236 grab on just Press (Bug#6499).
5237
52382010-07-02 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * frame.c (Qtooltip): New var.
5241 (delete_frame): Use it. Fix faulty if statement. Don't update
5242 mode line for tooltip frames. Suggested by Martin Rudalics.
5243
5244 * xfns.c (x_create_tip_frame):
5245 * w32fns.c (x_create_tip_frame): Use it.
5246
52472010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
5248
5249 * xftfont.c (xftfont_open): Check font width one by one also when
5250 spacing is dual.
5251
5252 * ftfont.c (ftfont_open): Ditto.
5253
6259c2ec
GM
52542010-06-30 Glenn Morris <rgm@gnu.org>
5255
a46007e9
GM
5256 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
5257
6259c2ec
GM
5258 * Makefile.in (CANNOT_DUMP): Update for configure name change.
5259
5260 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
5261 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
5262 * s/darwin.h (SYSTEM_MALLOC):
5263 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
5264
5d1d3d04
J
52652010-06-29 Jan Djärv <jan.h.d@swipnet.se>
5266
5267 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
5268 (ns_get_screen): Don't assign integer to f.
5269 (Fx_display_color_cells): Declarations before statements.
5270
e547b051
J
52712010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5272
5fc8e5bc
J
5273 * xfns.c (x_default_font_parameter): Remove got_from_system
5274 (Bug#6526).
5275
e547b051 5276 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
bba3e508
SM
5277 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper):
5278 New defines based on what configure finds.
e547b051
J
5279
5280 * xterm.c (XTflash): Use gtk_widget_get_window.
5281 (xg_scroll_callback): Use gtk_adjustment_get_upper and
5282 gtk_adjustment_get_page_size.
5283 (handle_one_xevent): Use gtk_widget_get_mapped.
5284 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
5285 messages.
5286
5287 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
5288
5289 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
5290 HAVE_GTK_FILE_SELECTION_NEW.
5291
bba3e508
SM
5292 * gtkutil.c (xg_display_open, xg_display_close):
5293 Remove HAVE_GTK_MULTIDISPLAY, it is always defined.
e547b051
J
5294 (xg_display_open): Return type is void.
5295 (gtk_widget_set_has_window)
5296 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
5297 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
5298 (gtk_adjustment_set_page_increment)
5299 (gtk_adjustment_get_step_increment): #define these if not found
5300 by configure.
5301 (remove_submenu): New define based on Gtk+ version.
bba3e508
SM
5302 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar):
5303 Use gtk_widget_get_window.
e547b051
J
5304 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
5305 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
5306 (create_dialog): Use gtk_dialog_get_action_area and
5307 gtk_dialog_get_content_area.
5308 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
5309 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
5310 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
bba3e508
SM
5311 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item):
5312 Use g_object_ref and g_object_unref.
5313 (xg_update_menu_item, xg_tool_bar_menu_proxy):
5314 Use gtk_widget_get_sensitive.
e547b051
J
5315 (xg_update_submenu): Use remove_submenu.
5316 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
5317 properties instead to get old x and y position.
5318 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
5319 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 5320 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
5321 (xg_get_tool_bar_widgets): New function.
5322 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
5323 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
5324 (toolbar_set_orientation): New #define based on if configure
5325 finds gtk_orientable_set_orientation.
5326 (xg_create_tool_bar): Call toolbar_set_orientation.
5327 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
5328 instead of gtk_box_pack_start_defaults.
5329
b9229673
CY
53302010-06-28 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * cmds.c (Fdelete_backward_char): Move into Lisp.
5333
bbc803b0
DN
53342010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * s/freebsd.h (BSD4_2): Remove redundant definition.
5337 bsd-common.h defines it already.
5338
6431f2e6
CY
53392010-06-27 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
5342 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
5343 tool-bar-mode, which are now set using these X resources at
5344 startup, to determine the defaults (Bug#2249).
5345
5346 * w32fns.c (Fx_create_frame):
5347 * nsfns.m (Fx_create_frame): Likewise.
5348
5349 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
5350
8c079ebb
JB
53512010-06-24 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * gtkutil.c (xg_update_scrollbar_pos):
5354 Avoid C99 mid-block variable declaration.
5355
e9b7ab96
JD
53562010-06-22 Jan Djärv <jan.h.d@swipnet.se>
5357
bc869eca
JD
5358 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
5359
2b7e356a 5360 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
5361
5362 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
5363 if height is less than scroll bar min size.
5364 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
5365
e9b7ab96
JD
5366 * xfns.c (x_default_font_parameter): Try to open font from system
5367 before using it (bug#6478). Rename got_from_gconf to got_from_system.
5368
a628ad9d 53692010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
5370
5371 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
5372
70c4cfbb
EZ
53732010-06-20 Eli Zaretskii <eliz@gnu.org>
5374
5375 * xdisp.c (try_scrolling): When scroll-conservatively is set to
5376 most-positive-fixnum, be extra accurate when scrolling window
5377 start, to avoid missing the cursor line.
5378
ad5a12b5
EZ
53792010-06-19 Eli Zaretskii <eliz@gnu.org>
5380
5381 * xdisp.c (try_scrolling): Compute the limit for searching point
5382 in forward scroll from scroll_max, instead of an arbitrary limit
ef1b0ba7
SM
5383 of 10 screen lines.
5384 See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
ad5a12b5
EZ
5385 and
5386 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
5387 for details.
5388
2a64315a 53892010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
5390
5391 * editfns.c (Fbyte_to_string): Pacify compiler.
5392
288cf4e9
SM
53932010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * lread.c (read1): Phase out old-style backquotes a bit more.
5396
6e6e5760
EZ
53972010-06-12 Eli Zaretskii <eliz@gnu.org>
5398
cbc4fd20
EZ
5399 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
5400 bidimirror.h.
5401
5402 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
5403
317fbf33
EZ
5404 * bidi.c (bidi_initialize): Remove explicit initialization of
5405 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 5406 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 5407 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
5408
5409 * biditype.h: New file.
5410
cbc4fd20
EZ
5411 * bidimirror.h: New file.
5412
6e6e5760
EZ
5413 * window.c (syms_of_window): Doc fix (bug#6409).
5414
4176cba2
RF
54152010-06-12 Romain Francoise <romain@orebokech.com>
5416
5417 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
5418 ediff-hook.
5419
cb4bfcb5
GM
54202010-06-10 Glenn Morris <rgm@gnu.org>
5421
64c60c2f
GM
5422 * editfns.c (Fbyte_to_string): Pacify compiler.
5423
cb4bfcb5
GM
5424 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
5425
2ec1b5ee
CY
54262010-06-26 Andreas Schwab <schwab@linux-m68k.org>
5427
5428 * alloc.c (Fmake_byte_code): Don't access undefined argument
5429 (Bug#6517).
5430
54312010-06-25 Chong Yidong <cyd@stupidchicken.com>
5432
5433 * xdisp.c (next_element_from_image): Ensure that after-strings are
5434 read the next time we hit handle_stop (Bug#1336).
5435
54362010-06-23 Andreas Schwab <schwab@linux-m68k.org>
5437
5438 * lread.c (read1): Signal error if #s is not followed by paren.
5439
54402010-06-19 Chong Yidong <cyd@stupidchicken.com>
5441
5442 * image.c (free_image): Mark frame as garbaged (Bug#6426).
5443
5444 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
5445
54462010-06-15 Glenn Morris <rgm@gnu.org>
5447
5448 * editfns.c (Fbyte_to_string): Pacify compiler.
5449
e454a4a3
SM
54502010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
5453 Check `object's type before accessing its guts.
5454
c1b1acc2
DN
54552010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5456
5457 * s/usg5-4.h: Fix previous change.
5458 Suggested by Lawrence Mitchell <wence@gmx.li>
5459
657d4c0b
AS
54602010-06-08 Andreas Schwab <schwab@linux-m68k.org>
5461
5462 * minibuf.c (Fall_completions): Add more checks.
5463
9b27fd9f
JB
54642010-06-08 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
5467
a99ebb40
DN
54682010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5469
d7c5d87d
DN
5470 * lread.c (X_OK): Remove, unused.
5471
0263a941
DN
5472 * dispnew.c: Remove obsolete comment.
5473
a99ebb40
DN
5474 Remove INCLUDED_FCNTL.
5475 * xterm.c (INCLUDED_FCNTL):
5476 * callproc.c (INCLUDED_FCNTL):
5477 * alloc.c (INCLUDED_FCNTL):
5478 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
5479 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
5480
13b5221f
MR
54812010-06-07 Martin Rudalics <rudalics@gmx.at>
5482
5483 * window.c (Fselect_window): Move `record_buffer' up to the
5484 beginning of this function, so the buffer gets recorded
5485 even if the selected window does not change.
5486 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
5487
5220357f
JB
54882010-06-07 Juanma Barranquero <lekktu@gmail.com>
5489
5490 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
5491 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
5492
3085237c
DN
54932010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5494
5495 Remove BSTRING related code, all platforms define it.
5496 * s/usg5-4.h (BSTRING): Remove definition.
5497 * s/template.h (BSTRING):
5498 * s/msdos.h (BSTRING):
5499 * s/ms-w32.h (BSTRING):
5500 * s/hpux10-20.h (BSTRING):
5501 * s/gnu-linux.h (BSTRING):
5502 * s/darwin.h (BSTRING):
5503 * s/cygwin.h (BSTRING):
5504 * s/bsd-common.h (BSTRING):
5505 * s/aix4-2.h (BSTRING): Likewise.
5506 * sysdep.c: Remove code depending on BSTRING not being defined.
5507
409f2919
JB
55082010-06-05 Juanma Barranquero <lekktu@gmail.com>
5509
5510 Remove obsolete macro BASE_LEADING_CODE_P.
5511 * character.h (BASE_LEADING_CODE_P): Remove.
5512 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
5513 * buffer.c (Fset_buffer_multibyte):
5514 * indent.c (scan_for_column, compute_motion):
5515 * insdel.c (count_combining_before, count_combining_after):
5516 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
5517
087fc47a
JB
55182010-06-04 Juanma Barranquero <lekktu@gmail.com>
5519
5520 Turn `directory-sep-char' into a noop.
5521
5522 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
5523 (DIRECTORY_SEP): Define unconditionally.
5524
5525 * s/ms-w32.h (DIRECTORY_SEP): Remove.
5526
5527 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
5528 call dostounix_filename directly.
5529
5530 * fileio.c (CORRECT_DIR_SEPS): Remove.
5531 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
5532 (Fsubstitute_in_file_name): Use dostounix_filename instead.
5533 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
5534 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
5535
5536 * w32proc.c (CORRECT_DIR_SEPS): Remove.
5537 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
5538
0eb7675e
AS
55392010-06-03 Andreas Schwab <schwab@linux-m68k.org>
5540
a628ad9d
JB
5541 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
5542 (Bug#6346)
0eb7675e 5543
78edd3b7
JB
55442010-06-03 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * ccl.c (Fccl_program_p): Fix typo in docstring.
5547
eb697db5
DN
55482010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5549
5550 Move UNEXEC definition to autoconf.
5551 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
5552 * s/sol2-10.h (UNEXEC):
5553 * s/irix6-5.h (UNEXEC):
5554 * s/hpux10-20.h (UNEXEC):
5555 * s/gnu-linux.h (UNEXEC):
5556 * s/darwin.h (UNEXEC):
5557 * s/cygwin.h (UNEXEC):
5558 * s/bsd-common.h (UNEXEC):
5559 * s/aix4-2.h (UNEXEC):
5560 * m/alpha.h (UNEXEC): Likewise.
5561 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
5562
aa3830c4
JB
55632010-06-03 Juanma Barranquero <lekktu@gmail.com>
5564
5565 Remove obsolete pre-unicode2 macros.
5566 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
5567 * composite.c (composition_reseat_it):
5568 * data.c (Faset):
5569 * fns.c (Ffillarray):
5570 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
5571 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
5572
d234d13e
JL
55732010-06-03 Juri Linkov <juri@jurta.org>
5574
5575 * buffer.c (Fother_buffer): Add CHECK_FRAME.
5576 (Fswitch_to_buffer): Remove unused variable `err'.
5577
0d4bcf4d
GM
55782010-06-03 Glenn Morris <rgm@gnu.org>
5579
e23dc1e2
GM
5580 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
5581
05b09564
GM
5582 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
5583 now that AH_BOTTOM does it.
5584
824e2978
GM
5585 * m/hp800.h (HAVE_ALLOCA):
5586 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
5587
0d4bcf4d
GM
5588 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
5589 Remove NOT_C_CODE tests, it is always true now.
5590
c55d2abf
DN
55912010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5592
08a494a3
DN
5593 Fix config.h includes.
5594 * xsettings.c:
5595 * xgselect.c:
5596 * nsterm.m:
5597 * nsselect.m:
5598 * nsimage.m:
5599 * nsfont.m:
5600 * nsfns.m:
5601 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
5602 other files do.
5603
75934b1d
DN
5604 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
5605
9f32a766
DN
5606 * s/sol2-6.h: Remove obsolete comments.
5607
c55d2abf
DN
5608 Remove unnecessary alloca.h includes.
5609 * keymap.c: Do not include alloca.h, config.h does that.
5610 * sysdep.c: Likewise. Do not define fwrite, not used.
5611
06ac62b4
SM
56122010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
5615 the HAVE_TERMIO where it belongs (bug#6149).
5616
1ab8293c
SM
56172010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
5620 of bug#6305).
5621
6dcfd253
EZ
56222010-05-30 Eli Zaretskii <eliz@gnu.org>
5623
5624 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
5625 state is always cached (bug#6306).
5626
6d26bbb2
EZ
56272010-05-29 Eli Zaretskii <eliz@gnu.org>
5628
06fa4a23
EZ
5629 Fix cursor motion in bidi-reordered continued lines.
5630 * xdisp.c (try_cursor_movement): Backup to non-continuation line
5631 only after finding point's row. Fix the logic. Rewrite the loop
ef1b0ba7
SM
5632 over continuation lines in bidi-reordered buffers.
5633 Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
6d26bbb2
EZ
5634 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
5635
f5783df3
MA
56362010-05-28 Michael Albinus <michael.albinus@gmx.de>
5637
5638 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
5639
7d56b2dd
KH
56402010-05-28 Kenichi Handa <handa@m17n.org>
5641
5642 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
5643 Don't sheck SPEC if it is nil.
5644 (font_list_entities): Call font_delete_unmatched if
b925d231 5645 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 5646
e58d4ff7
GM
56472010-05-28 Glenn Morris <rgm@gnu.org>
5648
5649 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
5650
f1a5d776
CY
56512010-05-27 Chong Yidong <cyd@stupidchicken.com>
5652
5653 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
5654 whether to trash.
5655 (internal_delete_file, Frename_file): Callers changed.
5656 (delete_by_moving_to_trash): Doc fix.
5657 (Fdelete_directory_internal): Don't move to trash.
5658
5659 * callproc.c (delete_temp_file):
5660 * buffer.c (Fkill_buffer): Callers changed.
5661
5662 * lisp.h: Update prototype.
5663
f44a59e6
CY
56642010-05-27 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * xdisp.c (redisplay_window): After redisplay, check if point is
5667 still valid before setting it (Bug#6177).
5668
81ac4f35
GM
56692010-05-27 Glenn Morris <rgm@gnu.org>
5670
5671 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
5672 Convert comments to Makefile format.
5673
5674 * Makefile.in (bootstrap-clean): No more Makefile.c.
5675
ccd89fb3
GM
56762010-05-26 Glenn Morris <rgm@gnu.org>
5677
90278cb6
GM
5678 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
5679 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
5680
ccd89fb3
GM
5681 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5682 Remove.
5683 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5684
b7050583
KH
56852010-05-26 Kenichi Handa <handa@m17n.org>
5686
5687 * composite.c (composition_compute_stop_pos): Fix condition for
5688 backward scanning.
5689
e5458003
GM
56902010-05-25 Glenn Morris <rgm@gnu.org>
5691
c345fe90
GM
5692 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
5693 Move before TEMACS_LDFLAGS.
5694 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5695 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
5696
2e0689ab
GM
5697 * Makefile.in (NOT_C_CODE): No longer define.
5698 (config.h): No longer include.
5699
8009a5e8
GM
5700 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
5701 variables it may reference.
5702
e5458003
GM
5703 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5704 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
5705
10f72a37
KH
57062010-05-25 Kenichi Handa <handa@m17n.org>
5707
5708 * dispextern.h (struct composition_it): New members rule_idx and
5709 charpos.
5710
5711 * xdisp.c (set_iterator_to_next): While scanning backward, assume
5712 that the character positions of IT point the last character of the
5713 current grapheme cluster.
5714 (next_element_from_composition): Don't change character positions
5715 of IT.
5716 (append_composite_glyph): Set glyph->charpos to
5717 it->cmp_it.charpos.
5718
5719 * composite.c (autocmp_chars): Change the first argument to RULE,
5720 and try composition with RULE only.
5721 (composition_compute_stop_pos): Record the index number of the
5722 composition rule in CMP_IT->rule_idx.
5723 (composition_reseat_it): Call autocmp_chars repeatedly until the
5724 correct rule of the composition is found.
5725 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
5726 is at the last character of the current grapheme cluster when
5727 CMP_IT->reversed_p is nonzero.
5728
171eda53 57292010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 5730
171eda53
SM
5731 * editfns.c (Fbyte_to_string): New function.
5732
66a9f7f4
SM
57332010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * process.c (Fmake_network_process): Set :host to nil if it's not used.
5736 Suggested by Masatake YAMATO <yamato@redhat.com>.
5737
d8c315d1
EZ
57382010-05-23 Eli Zaretskii <eliz@gnu.org>
5739
171eda53 5740 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 5741
f5b416d2 57422010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5743
5744 * s/netbsd.h: If terminfo is found, use it in preference to
5745 termcap. (Bug#6190) [Backport from trunk]
5746
0416466c
EZ
57472010-05-19 Eli Zaretskii <eliz@gnu.org>
5748
11117830 5749 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
5750
5751 * dispextern.h (struct glyph_row): New members minpos and maxpos.
5752 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
5753 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
5754 and maxpos members instead of start.pos and end.pos, respectively.
5755
5756 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
5757 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
5758 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
5759 (try_window_reusing_current_matrix, try_window_id):
5760 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
5761 (init_from_display_pos, init_iterator): Use EMACS_INT for
5762 character and byte positions.
66a9f7f4 5763 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
5764 arguments for minimum and maximum buffer positions seen by
5765 display_line for this row. Don't use iterator to find the
5766 position following the maximum one; instead, increment the
11117830
EZ
5767 position found by display_line directly. Fix logic; eol_pos
5768 should be tested before the rest. Handle the case of characters
5769 delivered from display vector (bug#6036). Fix tests related to
5770 it->method. Handle the truncated_on_right_p rows.
5771 (RECORD_MAX_MIN_POS): New macro.
5772 (display_line): Use it to record the minimum and maximum buffer
5773 positions for glyphs in the row being assembled. Record the
5774 position of the newline that terminates the line. If word wrap is
5775 in effect, restore minimum and maximum positions seen up to the
5776 wrap point, when iterator returns to it.
5777 (try_window_reusing_current_matrix): Give up if in bidi-reordered
5778 row and cursor not already at point. Restore original pre-bidi
5779 code for unidirectional buffers.
d36fe237
EZ
5780
5781 * dispnew.c (increment_row_positions, check_matrix_invariants):
5782 Increment and check row->start.pos and row->end.pos, in addition
5783 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
5784
11117830
EZ
5785 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
5786 Display truncated_on_left_p and truncated_on_right_p flags.
5787 Formatting fixes.
5788 (pmtxrows): Display the ordinal number of each row. Don't display
5789 rows beyond the last one.
5790
5791 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
5792 it is not copied by bidi_copy_it.
5793
6e83d800
EZ
57942010-05-22 Eli Zaretskii <eliz@gnu.org>
5795
5796 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
5797 (Bug#6237)
5798
110683ad
CY
57992010-05-22 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * image.c (Fimage_flush): Rename from image-refresh.
5802
98fe5161
CY
58032010-05-21 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
5806 just one window.
5807
5808 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
5809 (clear_image_cache): If the number of cached images is unusually
5810 large, decrease the cache eviction delay (Bug#6230).
5811
e8752c66
GM
58122010-05-21 Glenn Morris <rgm@gnu.org>
5813
66dbf213
GM
5814 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
5815 Move these rules to ns.mk.
5816 * ns.mk: New file.
5817
04384b2d
GM
5818 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
5819
e8752c66
GM
5820 * Makefile.in (CANNOT_DUMP): New, set by configure.
5821 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
5822
2e2bbddb
JL
58232010-05-20 Juri Linkov <juri@jurta.org>
5824
5825 * fileio.c (Fdelete_file): Change interative spec to use
5826 `read-file-name' like in `find-file-read-args' where the default
5827 value is `default-directory' instead of `buffer-file-name'.
5828 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
5829
31c4aaf6
KR
58302010-05-20 Kevin Ryde <user42@zip.com.au>
5831
5832 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
5833 (Voverriding_terminal_local_map, Vsystem_key_alist)
5834 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
5835
9d5cf9b6
GM
58362010-05-20 Glenn Morris <rgm@gnu.org>
5837
5838 * Makefile.in (DEPDIR): New constant.
5839 (DEPFLAGS): Set with configure, not cpp.
5840 (MKDEPDIR): New, set by configure.
5841 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
5842 (clean): Use $DEPDIR.
5843 (deps_frag): Include from configure.
5844 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
5845 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
5846
bba3e508
SM
5847 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state):
5848 Fix reallocation of the cache. (Bug#6210)
ead6f8f5 5849
7f34aec3
GM
58502010-05-19 Glenn Morris <rgm@gnu.org>
5851
d494e8f2
GM
5852 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
5853
c1d0dcfd
GM
5854 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
5855 (GNULIB_VAR): Remove.
5856 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
5857
5858 * m/ibms390x.h (LINKER):
5859 * m/macppc.h (LINKER) [GNU_LINUX]:
5860 * s/aix4-2.h (ORDINARY_LINK):
5861 * s/cygwin.h (LINKER):
5862 * s/darwin.h (ORDINARY_LINK):
5863 * s/gnu.h (ORDINARY_LINK):
5864 * s/netbsd.h (LINKER):
5865 * s/usg5-4.h (ORDINARY_LINK):
5866 Move to configure.
5867
7f34aec3
GM
5868 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
5869
754790b6
CY
58702010-05-18 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
5873 prevent stack overflow if number of arguments is too large
5874 (Bug#6214).
5875
161e44d1
JB
58762010-05-18 Juanma Barranquero <lekktu@gmail.com>
5877
5878 * charset.c (load_charset_map_from_file): Don't call close after fclose.
5879
be4ff9da
GM
58802010-05-18 Glenn Morris <rgm@gnu.org>
5881
9539dc5d
GM
5882 * s/gnu-linux.h: Combine two conditionals.
5883
5884 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
5885 $(POST_ALLOC_OBJ).
5886
40dc6bf4
GM
5887 * Makefile.in (RALLOC_OBJ): New, set by configure.
5888 (rallocobj): Replace with the previous variable.
5889 (otherobj): Use $RALLOC_OBJ.
5890
5891 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
5892 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
5893
be4ff9da
GM
5894 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
5895 (gmallocobj, vmlimitobj): Replace with previous two variables.
5896 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
5897
16455a85
GM
58982010-05-17 Glenn Morris <rgm@gnu.org>
5899
5900 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
5901 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
5902
5fdb7468
GM
59032010-05-16 Glenn Morris <rgm@gnu.org>
5904
7ca1f3f9
GM
5905 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
5906
7541dad5
GM
5907 * Makefile.in (clean): Get rid of HAVE_NS conditional.
5908
da53fab9
GM
5909 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
5910 trailing "/".
5911
b02a6645
GM
5912 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
5913 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
5914
8877ca0f
GM
5915 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
5916 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
5917 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
5918 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
5919 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
5920
5fdb7468
GM
5921 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
5922 Remove ${STARTFLAGS}, nothing ever sets it.
5923
95adb4b1
DN
59242010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5925
5926 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
5927
676b6304
GM
59282010-05-16 Glenn Morris <rgm@gnu.org>
5929
9beab9ce
GM
5930 * Makefile.in (LIBX_BASE): Always define.
5931
8a95f0e7
GM
5932 * Makefile.in (LIBX_OTHER): Move out of cpp section.
5933
676b6304
GM
5934 * Makefile.in (LIBXT): Always define.
5935
6e546d18
GM
59362010-05-15 Glenn Morris <rgm@gnu.org>
5937
4235ca47 5938 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 5939
6e546d18
GM
5940 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
5941 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
5942
8c5ff6dd
KR
59432010-05-15 Ken Raeburn <raeburn@raeburn.org>
5944
560bb7ae 5945 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
5946 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
5947
8b4eb796
KR
5948 * emacs.c (main): Initialize initial-environment and
5949 process-environment before generating from env, not after.
5950
8c5ff6dd
KR
5951 Handle --version reasonably in CANNOT_DUMP configuration.
5952 * emacs.c (emacs_version, emacs_copyright): New string variables.
5953 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
5954 (syms_of_emacs): Defvar them, and initialize them from the C
5955 string variables.
5956 (main): If initialization hasn't been done, print initial version
5957 info from the C strings, instead of starting an interactive session.
5958
dbd3f723
EZ
59592010-05-15 Eli Zaretskii <eliz@gnu.org>
5960
d20e1419
EZ
5961 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
5962 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
5963 (bidi_paragraph_init): Remove redundant assertion that we are at
5964 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
5965
5966 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
5967 (syms_of_xdisp): Defsubr it.
5968
d36fe237
EZ
5969 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
5970
dbd3f723
EZ
5971 * Makefile.in: Fix MSDOS-related comments.
5972
02be533b
GM
59732010-05-15 Glenn Morris <rgm@gnu.org>
5974
1a82cca9
GM
5975 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
5976 (really-lwlib, really-oldXMenu): Always define.
5977 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
5978
3df7b338
GM
5979 * Makefile.in: Simplify cpp conditional.
5980
2b5f541b
GM
5981 * Makefile.in (${ns_appdir}): Simplify using umask.
5982
02be533b
GM
5983 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
5984
4e2db1fe
SM
59852010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5986
5987 * eval.c (specbind): Remove left-over duplicate test.
5988 Disallow let-binding frame-local vars. Add comment.
5989
4b292a22
EZ
59902010-05-14 Eli Zaretskii <eliz@gnu.org>
5991
2fe72643 5992 Make the cache of bidi iterator states dynamically allocated.
1edbd309 5993 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
5994 (bidi_init_it): Call it.
5995 (bidi_cache_iterator_state): Enlarge the cache if needed.
5996
4e2db1fe 5997 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
5998 bidi_get_next_char_visually. All callers changed.
5999
82ebc97b
KH
60002010-05-14 Kenichi Handa <handa@m17n.org>
6001
6002 * dispextern.h (struct composition_it): New member reversed_p.
6003
6004 * composite.c (composition_compute_stop_pos): Search backward if
6005 ENDPOS < CHARPOS.
6006 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
6007 Set CMP_IT->reversed_p.
b4b6e17e 6008 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 6009
4e2db1fe
SM
6010 * xdisp.c (set_iterator_to_next):
6011 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
6012 scanning backward. Call composition_compute_stop_pos if scan
6013 direction is changed.
6014 (next_element_from_buffer): Call composition_compute_stop_pos with
6015 negative ENDPOS if we are scanning backward.
6016 (next_element_from_composition): Pay attention to
6017 IT->cmp_it.reversed_p.
6018
0e5d7800
KH
60192010-05-14 Kenichi Handa <handa@m17n.org>
6020
560bb7ae 6021 * font.c (font_range): Return the range for the font found at first.
0e5d7800 6022
cb027b32
GM
60232010-05-14 Glenn Morris <rgm@gnu.org>
6024
177b0288
GM
6025 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
6026
fbc00890
GM
6027 * Makefile.in (mktime, X11, register): Move undefs to configure.
6028
f14d1dfd
GM
6029 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
6030 (MSDOS_X_OBJ): New variable.
6031 (MSDOS_SUPPORT_REAL): New constant.
6032 (MSDOS_SUPPORT): Set as a variable, not with cpp.
6033 (obj): Use MSDOS_X_OBJ.
6034 (lisp): Use MSDOS_SUPPORT as a variable.
6035
11842bd8
GM
6036 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
6037 (GPM_MOUSE_SUPPORT): Now it's a constant.
6038 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
6039 not cpp.
6040
489d31a4 6041 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 6042 (ns_appresdir): Remove, unused.
e20f1f07 6043
489d31a4
GM
6044 * Makefile.in (SHELL): Move outside cpp section.
6045
cb027b32
GM
6046 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
6047
5a903aa9
GM
60482010-05-13 Glenn Morris <rgm@gnu.org>
6049
3369c79f
GM
6050 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
6051 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
6052
d5e982a6
GM
6053 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
6054 HAVE_WINDOW_SYSTEM must be too.
6055
6192e163
GM
6056 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
6057 (lisp): Remove WINNT_SUPPORT.
6058
472c5d6b
GM
6059 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
6060 Let configure set these variables (to empty) in this case as well.
6061
0116466b
GM
6062 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
6063 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
6064
5a903aa9
GM
6065 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
6066 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
6067 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
6068 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
6069 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 6070 the values output by configure.
5a903aa9
GM
6071 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
6072
1a0d7c06
GM
60732010-05-12 Glenn Morris <rgm@gnu.org>
6074
b5457f14
GM
6075 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
6076 (LINKER_WAS_SPECIFIED): Remove.
6077
1a0d7c06
GM
6078 * Makefile.in (LIB_GCC): Set using configure, not cpp.
6079 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
6080 * m/arm.h (LIB_GCC) [GNU_LINUX]:
6081 * s/cygwin.h (LIB_GCC):
6082 * s/freebsd.h (LIB_GCC):
6083 * s/gnu-linux.h (LIB_GCC):
6084 * s/msdos.h (LIB_GCC):
6085 * s/netbsd.h (LIB_GCC):
6086 Move to configure.
6087
d1ddd1d0 60882010-05-11 Karel Klíč <kklic@redhat.com>
c90ca7b7
KH
6089
6090 * ftfont.c: Fix incorrect parentheses of #if condition for
6091 definining M17N_FLT_USE_NEW_FEATURE.
6092
acddf8ae
GM
60932010-05-11 Glenn Morris <rgm@gnu.org>
6094
6095 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
6096 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
6097
ae5e04fa
EZ
60982010-05-10 Eli Zaretskii <eliz@gnu.org>
6099
6100 * xdisp.c (init_iterator): Don't turn on bidi reordering in
6101 unibyte buffers. See
6102 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
6103
7490175b
GM
61042010-05-10 Glenn Morris <rgm@gnu.org>
6105
97efb629
GM
6106 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
6107 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
6108 (LIBES): Use LIBS_SYSTEM as a variable.
6109 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
6110 * s/aix4-2.h (LIBS_SYSTEM):
6111 * s/freebsd.h (LIBS_SYSTEM):
6112 * s/hpux10-20.h (LIBS_SYSTEM):
6113 * s/sol2-6.h (LIBS_SYSTEM):
6114 * s/unixware.h (LIBS_SYSTEM):
6115 Move to configure.
6116
7490175b
GM
6117 * s/aix4-2.h (MAIL_USE_LOCKF):
6118 * s/bsd-common.h (MAIL_USE_FLOCK):
6119 * s/darwin.h (MAIL_USE_FLOCK):
6120 * s/gnu-linux.h (MAIL_USE_FLOCK):
6121 * s/irix6-5.h (MAIL_USE_FLOCK):
6122 * s/template.h (MAIL_USE_FLOCK):
6123 Move to configure.
6124
0235128c 61252010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
6126
6127 * Version 23.2 released.
6128
0235128c 61292010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
6130
6131 * composite.c (autocmp_chars): Save point as marker before calling
6132 auto-composition-function (Bug#5984).
6133
6134 * lisp.h (restore_point_unwind): Add prototype.
6135
6136 * fileio.c (restore_point_unwind): Remove static attribute.
6137
0235128c 61382010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
6139
6140 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
6141 new feature of libotf and m17n-flt.
0235128c
SM
6142 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
6143 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
6144 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
6145 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
6146 that OUT is NULL. Use OTF_drive_gsub_with_log and
6147 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
6148 OTF_drive_gpos.
6149 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
6150 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
6151 Setup mflt_enable_new_feature and mflt_try_otf.
6152
4721152c
J
61532010-05-08 Jan Djärv <jan.h.d@swipnet.se>
6154
6155 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
6156
6157 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
6158 box and toolbar (Bug #6139).
6159 (xg_create_tool_bar): Remove comment (Bug #6139).
6160 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
6161 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
6162
ee0a16cf
JB
61632010-05-08 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
6166 Update dependencies.
6167
96d79611
EZ
61682010-05-08 Eli Zaretskii <eliz@gnu.org>
6169
6170 * fringe.c (update_window_fringes): Set up truncation bitmaps for
6171 R2L lines.
6172
40c17879
GM
61732010-05-08 Glenn Morris <rgm@gnu.org>
6174
7b42b29f
GM
6175 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
6176
40c17879
GM
6177 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
6178 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
6179 (termcapobj): Replace with TERMCAP_OBJ.
6180 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
6181 (LIBES): Use LIBS_TERMCAP as a variable.
6182
6183 * s/freebsd.h (osreldate.h): No longer include, since this file
6184 does not use __FreeBSD_version any more.
6185
6186 * s/aix4-2.h (TERMINFO):
6187 * s/cygwin.h (TERMINFO):
6188 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6189 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
6190 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6191 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
6192 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
6193 * s/irix6-5.h (TERMINFO):
6194 * s/netbsd.h (LIBS_TERMCAP):
6195 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
6196 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
6197 * s/usg5-4.h (TERMINFO):
6198 Move to configure.
6199
94b612ad
SM
62002010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * eval.c (unbind_to): Don't unbind a local binding into the global
6203 binding when the local binding disappeared. Inversely, don't unbind
6204 a global binding into a newly created local binding.
6205 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
6206 can specify the frame to use, when applicable. Adjust callers.
6207
15e12598 62082010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 6209 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
6210
6211 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
6212
f724825e
EZ
62132010-05-07 Eli Zaretskii <eliz@gnu.org>
6214
5cba3209
EZ
6215 * w32fns.c: Include w32.h.
6216 (Fw32_shell_execute): Decode the error message before passing it
6217 to `error'. (Bug#6126)
6218
d16bdfc3
EZ
6219 * msdos.c (dos_set_window_size):
6220 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
6221 instead of `XSYMBOL (foo)->value'.
6222
59d93e87
EZ
62232010-05-07 Eli Zaretskii <eliz@gnu.org>
6224
9fdec8bc
EZ
6225 Fix the MS-DOS build, broken by autoconfiscation.
6226
6227 * Makefile.in: Don't use Make-style comments past the "start of
6228 cpp stuff" line.
6229 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
6230
6231 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
6232 edited directly by msdos/sed1v2.inp).
f724825e 6233
2f86b22b
GM
62342010-05-07 Glenn Morris <rgm@gnu.org>
6235
6236 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6237 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
6238 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
6239 move out of cpp section.
6240 * s/freebsd.h (LD_SWITCH_SYSTEM):
6241 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
6242 * s/netbsd.h (LD_SWITCH_SYSTEM):
6243 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
6244
49ebbd65
DN
62452010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6246
6247 Define LIB_STANDARD and START_FILES using autoconf.
6248 * s/usg5-4.h (LIB_STANDARD):
6249 * s/netbsd.h (START_FILES):
6250 * s/irix6-5.h (LIB_STANDARD):
6251 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
6252 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
6253 * s/freebsd.h (START_FILES):
6254 * s/darwin.h (START_FILES):
6255 * s/cygwin.h (START_FILES):
6256 * s/aix4-2.h (LIB_STANDARD):
6257 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
6258 * Makefile.in (STARTFILES): Rename to START_FILES, define using
6259 autoconf, not cpp.
6260
d43c06d6
DN
62612010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
6262
28823648
DN
6263 Remove NEED_BSDTTY and NEED_UNISTD_H.
6264 * s/hpux10-20.h (NEED_BSDTTY): Remove.
6265 * s/aix4-2.h (NEED_UNISTD_H): Remove.
6266 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
6267 <sys/ptyio.h> and <unistd.h>.
6268
aca00430
DN
6269 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
6270
d43c06d6
DN
6271 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
6272 * s/gnu.h (START_FILES): Remove empty definition.
6273
3e56b11d
JD
62742010-05-06 Jan Djärv <jan.h.d@swipnet.se>
6275
6276 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
6277
e3cf0cde
GM
62782010-05-06 Glenn Morris <rgm@gnu.org>
6279
6280 * Makefile.in (CPP, LN_S): Remove unused variables.
6281
774b9a60
SM
62822010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
6285
4ab92842
LM
62862010-05-05 Lawrence Mitchell <wence@gmx.li>
6287
6288 * m/sparc.h: Fix typo in earlier change.
6289
178f2507
SM
62902010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 Misc tweaks.
6293 * eval.c (Fdefvaralias): Remove unintended nested if.
6294 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
6295
80f00217 62962010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
6297
6298 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
6299
ef03a4e6
DN
63002010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6301
58eb6cf0
DN
6302 Remove BSD_PGRPS.
6303 * s/bsd-common.h (BSD_PGRPS): Remove undef.
6304 * s/gnu-linux.h (BSD_PGRPS): Remove.
6305 * term.c (dissociate_if_controlling_tty):
6306 * sysdep.c (narrow_foreground_group, widen_foreground_group)
6307 (init_sys_modes, reset_sys_modes):
6308 * emacs.c (main):
6309 * callproc.c (Fcall_process, child_setup): Remove code depending
6310 on BSD_PGRPS.
6311
ef03a4e6
DN
6312 Remove POSIX_SIGNALS.
6313 * s/usg5-4.h (POSIX_SIGNALS):
6314 * s/netbsd.h (POSIX_SIGNALS):
6315 * s/msdos.h (POSIX_SIGNALS):
6316 * s/ms-w32.h (POSIX_SIGNALS):
6317 * s/hpux11.h (POSIX_SIGNALS):
6318 * s/gnu.h (POSIX_SIGNALS):
6319 * s/gnu-linux.h (POSIX_SIGNALS):
6320 * s/freebsd.h (POSIX_SIGNALS):
6321 * s/darwin.h (POSIX_SIGNALS):
6322 * s/cygwin.h (POSIX_SIGNALS):
6323 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
6324 * s/unixware.h:
6325 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
6326 * process.c (create_process):
6327 * syssignal.h:
6328 * sysdep.c (wait_for_termination, init_signals):
6329 * process.c (create_process):
6330 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
6331 remove all code that assumes the contrary.
6332
49628785
GM
63332010-05-04 Glenn Morris <rgm@gnu.org>
6334
27a2cdfc
GM
6335 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
6336 variable.
6337 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
6338 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
6339 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
6340 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
6341 LD_SWITCH_SYSTEM_tmp.
6342 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
6343 New variables, set by configure.
6344
eb21eab5
GM
6345 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
6346 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
6347 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
6348 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
6349 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
6350
49628785
GM
6351 * s/aix4-2.h (C_SWITCH_SYSTEM):
6352 * m/alpha.h (C_SWITCH_MACHINE):
6353 Move to configure.in.
6354 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
6355 New variables, set by configure.
6356 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
6357 $c_switch_machine and $c_switch_system.
6358
7dff330b
DN
63592010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6360
6361 * s/hpux10-20.h (LIB_STANDARD): New definition.
6362 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
6363 on it, not used anymore.
6364
53967e09
CY
63652010-05-03 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * eval.c (internal_condition_case_n): Rename from
6368 internal_condition_case_2.
6369 (internal_condition_case_2): New function.
6370
6371 * xdisp.c (safe_call): Use internal_condition_case_n.
6372
6373 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
6374 (internal_delete_file, Frename_file): Callers changed.
6375
6376 * buffer.c (Fkill_buffer):
6377 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
6378
6379 * lisp.h: Update prototypes.
6380
3dee6fdb
GM
63812010-05-03 Glenn Morris <rgm@gnu.org>
6382
6383 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
6384 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
6385 (LIBXT): Set with configure, not cpp.
6386 (LIBX): Remove.
6387 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
6388
a101e0fb
DN
63892010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6390
6391 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
6392 The FreeBSD is not needed, the default works, Solaris version is
6393 not needed, and the remaining case is not supported by configure.
6394
f63d0028
JD
63952010-05-02 Jan Djärv <jan.h.d@swipnet.se>
6396
6397 * xsmfns.c (CHDIR_OPT): New define.
6398 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
6399 restarting emacs.
6400
6401 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
6402 shut_down_emacs.
6403
6404 * emacs.c (USAGE1): Mention --chdir.
6405 (main): Handle --chdir.
6406 (standard_args): Add --chdir.
6407 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
6408 #5552).
6409
e4814a9f
DN
64102010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6411
cd03c74a
DN
6412 Remove LD_SWITCH_MACHINE.
6413 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
6414 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
6415
c3a398a1
DN
6416 Clean up IRIX code.
6417 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
6418 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
6419
87e7285c
DN
6420 Clean up AIX code.
6421 * m/ibmrs6000.inp: Remove file, unused.
6422 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
6423 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
6424 definition ...
6425 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
6426
80f00217
JB
6427 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
6428 unused.
e4814a9f 6429
59ca28de
EZ
64302010-05-01 Eli Zaretskii <eliz@gnu.org>
6431
197daef4
EZ
6432 Emulate POSIX_SIGNALS on MS-Windows.
6433
6434 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
6435 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
6436
6437 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
6438 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
6439 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
6440
80f00217
JB
6441 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
6442 New stubs.
197daef4 6443
af7c7572
EZ
6444 Miscellaneous fixes of bidi display.
6445
59ca28de
EZ
6446 * xdisp.c (find_row_end): New function, refactored from display_line.
6447 (display_line): Use it.
017ea819
EZ
6448 (extend_face_to_end_of_line): In almost-filled rows, extend only
6449 if the row is R2L and not continued.
166e930d 6450 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 6451 Preserve overlay and string info in row->end.
166e930d
EZ
6452 (insert_left_trunc_glyphs): Support addition of left truncation
6453 glyphs to R2L rows.
b47e0dcf 6454 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
6455 glyph between adjacent windows. Fix a crash when a display string
6456 is continued to the next line. Don't return zero if cursor was
6457 found by `cursor' property of a display string.
b47e0dcf
EZ
6458 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
6459 test for that explicitly.
59ca28de 6460
7acac9f4
GM
64612010-05-01 Glenn Morris <rgm@gnu.org>
6462
6463 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
6464 for clarity.
6465 (OTHER_OBJ): Remove.
6466 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
6467 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
6468
45841e65
KK
64692010-05-01 Karel Klíč <kklic@redhat.com>
6470
6471 * fileio.c (Ffile_selinux_context): Context functions may return null.
6472
afc61943
DN
64732010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
6474
80f00217 6475 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 6476
5a1bb006
GM
64772010-04-30 Glenn Morris <rgm@gnu.org>
6478
6479 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
6480 (OTHER_OBJ): Define as a separate variable, for clarity.
6481
210af043
J
64822010-04-30 Jan Djärv <jan.h.d@swipnet.se>
6483
6484 * xsettings.c: include limits.h and update file comment.
6485
0a7df391
GM
64862010-04-30 Glenn Morris <rgm@gnu.org>
6487
d5096f16
GM
6488 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
6489 Set with configure, not cpp.
6490 (LIBW): Remove, replace with $TOOLKIT_LIBW.
6491
7eb1ac33
GM
6492 * Makefile.in (mallocobj): Remove.
6493 (otherobj): Simplify using @OTHER_OBJ@.
6494
517d086b
GM
6495 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
6496 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
6497 Don't bother making nsgui.h dependency platform-specific.
6498
0a7df391
GM
6499 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
6500
d6d23852
SM
65012010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6502
d2630aef
SM
6503 * process.c (read_process_output, exec_sentinel): Don't burp if the
6504 sentinel/filter kills the current buffer (bug#6060).
6505
f9dddf52 6506 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
6507 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
6508 Remove unused var `args'.
6509 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
6510 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
6511 * doc.c (store_function_docstring): Use XSETCAR.
6512
f1e3642a
GM
65132010-04-28 Glenn Morris <rgm@gnu.org>
6514
faf535f8
GM
6515 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
6516 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
6517
c40f9449
GM
6518 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
6519
658f86ca
GM
6520 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
6521 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
6522
bc0b5f61
GM
6523 * Makefile.in (FONT_OBJ): New, set by configure.
6524 (FONT_DRIVERS): Use $FONT_OBJ.
6525
294c50a0
GM
6526 * Makefile.in (LIBXMU): Set with configure, not cpp.
6527 * s/aix4-2.h (LIBXMU):
6528 * s/hpux10-20.h (LIBXMU):
6529 Remove definition, now set in configure.
6530
e6ec4e99
GM
6531 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
6532
f1e3642a
GM
6533 * m/amdx86-64.h [i386]: Move this test to configure.in.
6534
c6ea2936
GM
65352010-04-27 Glenn Morris <rgm@gnu.org>
6536
8fdac2c3
GM
6537 * Makefile.in (LIBXTR6): Set with configure, not cpp.
6538 * s/unixware.h (NEED_LIBW): Remove definition.
6539
986fb647
GM
6540 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
6541 (TOOLKIT_LIBW): New, set by configure.
6542 (@X_TOOLKIT_TYPE@): No longer define it.
6543
c6ea2936
GM
6544 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
6545 (MOTIF_LIBW): Set with configure, not cpp.
6546 * s/aix4-2.h (LIB_MOTIF):
6547 * s/gnu-linux.h (LIB_MOTIF):
6548 * s/unixware.h (LIB_MOTIF): Move to configure.in.
6549
aaa36002
DN
65502010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6551
6552 Reduce CPP usage.
6553 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
6554 (obj): Use autoconf for unexec instead of cpp.
bba3e508
SM
6555 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE):
6556 Remove definitions and undefs. Inline definitions in the only user.
ed6281b0 6557 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 6558
b678dd8b
GM
65592010-04-27 Glenn Morris <rgm@gnu.org>
6560
76cda504
GM
6561 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
6562 since the defaults (set by the system file) are fine in most cases.
6563 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
6564 * m/ibms390x.h (START_FILES, LIB_STANDARD):
6565 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
6566 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
6567 Remove definitions, since they are set correctly in s/gnu-linux.h.
6568 * s/freebsd.h (START_FILES, LIB_STANDARD):
6569 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
6570 * s/hpux10-20.h (START_FILES):
6571 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
6572 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
6573
b678dd8b
GM
6574 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
6575 (MOTIF_LIBW): Use $LIBXP.
6576 (otherobj): Use $WIDGET_OBJ.
6577
9452ded1
DN
65782010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6579
7e10844c
DN
6580 * Makefile.in (LIBS_MACHINE): Remove, unused.
6581
9452ded1
DN
6582 Use autoconf instead of cpp for LIB_MATH.
6583 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
6584 * s/cygwin.h (LIB_MATH): Likewise.
6585 * Makefile.in (LIB_MATH): Do not define with cpp.
6586 (LIBES): Use autoconf for LIB_MATH.
6587
fcebfc6a
KH
65882010-04-26 Kenichi Handa <handa@m17n.org>
6589
6590 * composite.c (Ffind_composition_internal): Fix the return value
6591 for an automatic composition.
6592
39e2ad1b
DN
65932010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6594
6595 Remove all NO_ARG_ARRAY uses.
6596 * fns.c (concat2, concat3, nconc2):
6597 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
6598 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
6599 * m/xtensa.h (NO_ARG_ARRAY):
6600 * m/template.h (NO_ARG_ARRAY):
6601 * m/sparc.h (NO_ARG_ARRAY):
6602 * m/sh3.h (NO_ARG_ARRAY):
6603 * m/mips.h (NO_ARG_ARRAY):
6604 * m/macppc.h (NO_ARG_ARRAY):
6605 * m/iris4d.h (NO_ARG_ARRAY):
6606 * m/intel386.h (NO_ARG_ARRAY):
6607 * m/ibms390x.h (NO_ARG_ARRAY):
6608 * m/ibms390.h (NO_ARG_ARRAY):
6609 * m/ibmrs6000.h (NO_ARG_ARRAY):
6610 * m/ia64.h (NO_ARG_ARRAY):
6611 * m/hp800.h (NO_ARG_ARRAY):
6612 * m/arm.h (NO_ARG_ARRAY):
6613 * m/amdx86-64.h (NO_ARG_ARRAY):
6614 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
6615
adf4f59c
EZ
66162010-04-25 Eli Zaretskii <eliz@gnu.org>
6617
6bdf5d65
EZ
6618 * xdisp.c (display_line): Don't assume 2nd call to
6619 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
6620 (iterate_out_of_display_property): New function, body from pop_it.
6621 (pop_it): Use it.
adf4f59c 6622
dfbbda83
GM
66232010-04-24 Glenn Morris <rgm@gnu.org>
6624
6625 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
6626 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
6627 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
6628 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
6629
2d4018aa
EZ
66302010-04-24 Eli Zaretskii <eliz@gnu.org>
6631
a49884a6
EZ
6632 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
6633 use `get_next_display_element' and `set_iterator_to_next' to
6634 advance to the next character, when looking for the character that
6635 begins the next row.
6636
76db6fcc 6637 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
6638 definition of "struct Lisp_Symbol".
6639
70eab5c1
GM
66402010-04-24 Glenn Morris <rgm@gnu.org>
6641
6642 * Makefile.in (CRT_DIR): New variable, set by configure.
6643 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
6644 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
6645
1ad4cc3d
DN
66462010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6647
e769f484
DN
6648 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
6649
4196ff33
DN
6650 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
6651
879b0ee4
DN
6652 Remove redundant flags.
6653 * s/freebsd.h (C_SWITCH_SYSTEM):
6654 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
6655 * s/netbsd.h (C_SWITCH_SYSTEM):
6656 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
6657 of these.
6658
03cbbcb8
DN
6659 Simplify m/intel386.h.
6660 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
6661 user: ecrt0.c.
6662 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
6663 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
6664 the only user: s/unixware.h.
6665 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
6666 from m/intel386.h.
bba3e508
SM
6667 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE):
6668 Definitions moved here from m/intel386.h.
03cbbcb8 6669
1ad4cc3d
DN
6670 * m/mips.h: Remove #if 0 code.
6671
8785b888
EZ
66722010-04-23 Eli Zaretskii <eliz@gnu.org>
6673
728588cc
EZ
6674 Fix display of composed characters from L2R scripts in bidi buffers.
6675 * xdisp.c (set_iterator_to_next, next_element_from_composition):
6676 After advancing IT past the composition, resync the bidi iterator
6677 with IT's position. (Bug#5977)
6678
a63f80b4
DN
66792010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6680
6681 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
6682 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
6683
ff5dec5c
SM
66842010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
6687
8785b888
EZ
66882010-04-23 Eli Zaretskii <eliz@gnu.org>
6689
58ccf243 6690 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
6691 * xdisp.c (pop_it): When the stack is popped after displaying
6692 from a string, bidi-iterate to exit from the text portion covered
6693 by the `display' property or overlay. (Bug#5988, bug#5920)
6694
feeb1604
DN
66952010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6696
8e324eb6
DN
6697 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
6698 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
6699
809fcaba
DN
6700 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
6701 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
6702
ed710380
DN
6703 Simplify STARTFILES definition.
6704 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
6705 relying on Makefile.in to define it.
6706 * s/cygwin.h (START_FILES): Likewise.
6707 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
6708
feeb1604
DN
6709 Clean up Solaris code.
6710 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
6711 (LIB_MOTIF): Remove, configure takes care of this.
6712 (NOT_USING_MOTIF): Remove, unused.
6713 * xrdb.c: Remove #if 0-ed #include.
6714 (SYSV): Remove conditional for old SysV.
6715 * sysdep.c (closedir): Remove conditional code for Solaris,
6716 Solaris has closedir.
6717
a0d0b563
JD
67182010-04-22 Jan Djärv <jan.h.d@swipnet.se>
6719
6720 * xsettings.c (read_and_apply_settings): Check if current_font is
6721 NULL before strcmp (Bug#6001).
6722
56bae7c7
DN
67232010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6724
6725 Clean up HP-UX files.
6726 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
6727 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
6728 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
6729 * s/hpux10-20.h: ... to the only user, here.
6730
372b7a95
EZ
67312010-04-21 Eli Zaretskii <eliz@gnu.org>
6732
6733 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
6734 use buffer-local values of paragraph-start and paragraph-separate.
6735 <paragraph_start_re, paragraph_separate_re>: Rename from
6736 fallback_paragraph_start_re and fallback_paragraph_separate_re.
6737 (Bug#5992)
6738
f904c0f9
JD
67392010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6740
6741 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
6742 current_tool_bar_style are new.
6743 (store_config_changed_event): Rename from store_font_changed_event.
6744 (XSETTINGS_TOOL_BAR_STYLE): New define.
6745 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
6746 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
6747 HAVE_XFT.
6748 (something_changedCB): store_font_changed_event is now
c4cc8b9a 6749 store_config_changed_event.
bba3e508
SM
6750 (parse_settings): Rename from parse_xft_settings.
6751 Read non-xft xsettings outside #ifdef HAVE_XFT.
ef1b0ba7 6752 (read_settings): Rename from read_xft_settings.
f904c0f9
JD
6753 (apply_xft_settings): Take current settings as parameter. Do not
6754 call read_(xft)_settings.
6755 (read_and_apply_settings): New function.
bba3e508
SM
6756 (xft_settings_event): Do non-xft stuff out of HAVE_XFT.
6757 Call read_and_apply_settings if there are settings to be read.
ef1b0ba7 6758 (init_xsettings): Rename from init_xfd_settings.
f904c0f9
JD
6759 Call read_and_apply_settings unconditionally.
6760 (xsettings_initialize): Call init_xsettings.
6761 (Ftool_bar_get_system_style): New function.
6762 (syms_of_xsettings): Define Qmonospace_font_name and
6763 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 6764 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 6765 dynamic-setting.
31a01b90 6766 Move misplaced HAVE_GCONF
f904c0f9
JD
6767
6768 * xsettings.h (Ftool_bar_get_system_style): Declare.
6769
6770 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
6771 Qtext, Qboth, Qboth_horiz are new.
6772 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
6773 Vtool_bar_style, tool_bar_max_label_size.
6774
6775 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
6776
6777 * keyboard.c: QClabel is new.
6778 (parse_tool_bar_item): Take out QClabel from tool bar items.
6779 Try to construct a label if ther is no QClabel.
6780 (syms_of_keyboard): Intern :label as QClabel.
6781
6782 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
6783 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
6784 New.
6785
6786 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
6787 dynamic-setting.el.
6788
6789 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
6790 (xg_make_tool_item, xg_show_toolbar_item): New function.
6791 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
6792 Call xg_make_tool_item to make a tool bar item.
6793 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
6794
6795 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
6796 into account for toolbars.
6797
c632dfda
JD
67982010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6799
6800 * data.c (make_blv): Declarations before code (Bug#5993).
6801
10efe302
GM
68022010-04-21 Glenn Morris <rgm@gnu.org>
6803
6804 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
6805 Define using autoconf, not cpp.
6806 (LIBXSM): New variable, set by autoconf.
6807 (LIBXT): Use $LIBXSM.
6808
4285ac5a
DN
68092010-04-21 Dan Nicolaescu <local_user@dannlt>
6810
3ec759e7
DN
6811 Remove NOMULTIPLEJOBS, unused.
6812 * s/template.h (NOMULTIPLEJOBS):
6813 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
6814
4285ac5a
DN
6815 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
6816 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
6817 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
6818 detects -znocombreloc and passes it to the linker
6819 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
6820
2807228d
GM
68212010-04-21 Glenn Morris <rgm@gnu.org>
6822
6823 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
6824
574c05e2
KK
68252010-04-21 Karel Klíč <kklic@redhat.com>
6826
6827 * Makefile.in (LIBSELINUX_LIBS): New.
6828 (LIBES): Add $LIBSELINUX_LIBS.
6829 * eval.c, lisp.h (call7): New function.
6830 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
6831 (Ffile_selinux_context, Fset_file_selinux_context):
6832 New functions.
6833 (Fcopy_file): New parameter preserve-selinux-context.
6834 (Frename_file): Preserve selinux context when renaming by copy-file.
6835
91eac4bb 68362010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 6837 Eli Zaretskii <eliz@gnu.org>
91eac4bb 6838
50426a04
JB
6839 Don't depend on cm.c or termcap.c on Windows, use stubs.
6840 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
6841 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
6842 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
6843 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
6844 (sys_tputs, sys_tgetstr): New stubs.
6845 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
6846 (tputs, tgetstr): New; define to sys_*.
91eac4bb 6847
938efb77
JB
68482010-04-20 Juanma Barranquero <lekktu@gmail.com>
6849
6850 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
6851
b4bf28b7
SM
68522010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6853
8b1e1112
SM
6854 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
6855 Just signal a warning rather than an error when inside a let.
6856 (Fmake_variable_frame_local): Add the same test.
6857
933ac235
SM
6858 * font.c (syms_of_font): Make the style table vars read-only.
6859
b4bf28b7
SM
6860 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
6861 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
6862
6863 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
6864
93d68d0c
EZ
68652010-04-20 Eli Zaretskii <eliz@gnu.org>
6866
6867 Fix R2L paragraph display on TTY.
6868
6869 * xdisp.c (unproduce_glyphs): New function.
6870 (display_line): Use it when produced glyphs are discarded from R2L
6871 glyph rows.
6872 (append_composite_glyph): In R2L rows, prepend the glyph rather
6873 than appending it.
6874
6875 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
6876 rather than append it. Set up the resolved_level and bidi_type
6877 attributes of the appended glyph.
283ccc18
EZ
6878 (produce_special_glyphs): Mirror the backslash continuation
6879 character in R2L lines.
93d68d0c 6880
283ccc18 6881 Implement display of R2L paragraphs in GUI sessions.
26cdf528 6882
283ccc18
EZ
6883 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
6884 append_stretch_glyph.
bba3e508
SM
6885 (set_cursor_from_row) <cursor_x>: Remove unused variable.
6886 Fix off-by-one error in computing x at end of text in the row.
283ccc18
EZ
6887 (append_stretch_glyph): In reversed row, prepend the glyph rather
6888 than append it. Set resolved_level and bidi_type of the glyph.
6889 (extend_face_to_end_of_line): If the row is reversed, prepend a
6890 stretch glyph whose width is such that the rightmost glyph will be
6891 drawn at the right margin of the window. Fix off-by-one error on
bba3e508
SM
6892 TTY frames in testing whether a line needs face extension.
6893 Fix face extension at ZV. If this is the last glyph row, use
283ccc18
EZ
6894 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
6895 region face.
bba3e508
SM
6896 (set_cursor_from_row, display_line):
6897 Use MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
26cdf528 6898 row->continuation_lines_width.
283ccc18
EZ
6899 (next_element_from_buffer): Don't call bidi_paragraph_init if we
6900 are at ZV. Fixes a crash when reseated to ZV by
6901 try_window_reusing_current_matrix.
45903529
EZ
6902 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
6903 which happens with R2L glyph rows. Fixes a crash when inserting a
6904 character at end of an R2L line.
283ccc18
EZ
6905 (set_cursor_from_row): Don't be fooled by truncated rows: don't
6906 treat them as having zero-width characters. Improve comments.
6907 Don't reverse pos_before and pos_after for reversed glyph rows.
6908 Set cursor.x to negative value when the cursor might be on the
6909 left fringe.
6910 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
6911 left fringe, not the right one.
f951a506
EZ
6912 (notice_overwritten_cursor, draw_phys_cursor_glyph)
6913 (erase_phys_cursor): For reversed cursor_row, support cursor on
6914 the left fringe.
6915
283ccc18
EZ
6916 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
6917 of continuation indicators on the fringes.
6918 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
6919 left fringe.
6920
f951a506
EZ
6921 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
6922 draw cursor on the left fringe.
6923
6924 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
6925 cursor on the left fringe.
6926
f951a506
EZ
6927 * dispnew.c (update_text_area): Handle reversed desired rows when
6928 the cursor is on the left fringe.
6929 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
6930 below, not by 0, for when the cursor is on the left fringe.
6931
3bb49aaf
JD
69322010-04-20 Jan Djärv <jan.h.d@swipnet.se>
6933
6934 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
6935 widget is a scrollbar.
6936
c0be27fd
KH
69372010-04-20 Kenichi Handa <handa@m17n.org>
6938
6939 * charset.c (char_charset): Consider Vcharset_non_preferred_head
6940 only when the arg CHARSET_LIST is nil.
6941
ce5b453a
SM
69422010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 Make variable forwarding explicit rather the using special values.
6945 Basically, this makes the structure of buffer-local values and object
6946 forwarding explicit in the type of Lisp_Symbols rather than use
6947 special Lisp_Objects for that. This tends to lead to slightly more
6948 verbose code, but is more C-like, simpler, and makes it easier to make
6949 sure we handled all cases, among other things by letting the compiler
6950 help us check it.
6951 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
6952 Removing forwarding objects.
6953 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
6954 (struct Lisp_Symbol): Make the various forms of variable-forwarding
6955 explicit rather than hiding them inside Lisp_Object "values".
6956 (XFWDTYPE): New macro.
6957 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
6958 (XBUFFER_LOCAL_VALUE): Remove.
6959 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
6960 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
6961 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
6962 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
6963 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
6964 Remove the Lisp_Misc_* header.
6965 (struct Lisp_Buffer_Local_Value): Redefine.
6966 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
6967 (struct Lisp_Misc_Any): Add filler to get the right size.
6968 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
6969 Lisp_Intfwd.
6970 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
6971 (DEFVAR_KBOARD): Allocate a forwarding object.
6972 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
6973 (let_shadows_global_binding_p): New function.
6974 (union Lisp_Val_Fwd): New type.
6975 (make_blv): New function.
6976 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
6977 (store_symval_forwarding, swap_in_global_binding, Fboundp)
6978 (swap_in_symval_forwarding, find_symbol_value, Fset)
6979 (let_shadows_buffer_binding_p, set_internal, default_value)
6980 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
6981 (Fkill_local_variable, Fmake_variable_frame_local)
6982 (Flocal_variable_p, Flocal_variable_if_set_p)
6983 (Fvariable_binding_locus):
6984 * xdisp.c (select_frame_for_redisplay):
6985 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
6986 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
6987 * frame.c (store_frame_param):
6988 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
6989 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
6990 value structure.
6991 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
6992 (clone_per_buffer_values): Only adjust markers into the current buffer.
6993 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
6994 (Fbuffer_local_value, set_buffer_internal_1)
6995 (swap_out_buffer_local_variables):
6996 Adapt to the new symbol value structure.
6997 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
6998 (defvar_per_buffer): Take a new arg for the fwd object.
6999 (buffer_lisp_local_variables): Return a proper alist (different fix
7000 for bug#4138).
7001 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
7002 (Fgarbage_collect): Don't handle buffer_defaults specially.
7003 (mark_object): Handle new symbol value structure rather than the old
7004 special Lisp_Misc_* objects.
7005 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
7006 * term.c (set_tty_color_mode):
7007 * bidi.c (bidi_initialize): Don't access the ->value field directly.
7008 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
7009 a buffer_local_flags.
7010 * print.c (print_object): Get rid of impossible forwarding objects.
7011
fd3998ff
EZ
70122010-04-19 Eli Zaretskii <eliz@gnu.org>
7013
7014 * bidi.c (bidi_get_type, bidi_get_category)
7015 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
7016 (bidi_type_of_next_char, bidi_level_of_next_char):
7017 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 7018
e42cd1a7
JB
70192010-04-19 Juanma Barranquero <lekktu@gmail.com>
7020
7021 * dired.c (Ffile_attributes): Fix typo in docstring.
7022
6e104790 70232010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
7024
7025 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
7026 NSInteger (Bug#5811).
7027
6e104790 70282010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
7029
7030 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
7031 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
7032
6e104790 70332010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
7034
7035 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
7036
6e104790
SM
70372010-04-19 Chong Yidong <cyd@stupidchicken.com>
7038
7039 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
7040 terminal frames (Bug#5837).
7041
37dcfea0
EZ
70422010-04-19 Eli Zaretskii <eliz@gnu.org>
7043
d1da276f
EZ
7044 * .gdbinit (xsubchartable): New command.
7045
37dcfea0
EZ
70462010-04-19 Eli Zaretskii <eliz@gnu.org>
7047
7048 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 7049 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
7050 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
7051 and
7052 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
7053
e9515805
SM
70542010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * alloc.c (Fpurecopy): Hash-cons if requested.
7057 (syms_of_alloc): Update purify-flag docstring.
7058
22aa44a8
JD
70592010-04-18 Jan Djärv <jan.h.d@swipnet.se>
7060
7061 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
7062 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
7063
ebb5722e
EZ
70642010-04-17 Eli Zaretskii <eliz@gnu.org>
7065
7066 Fix a crash when an NSM character is inserted at BEGV.
7067
7068 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
7069 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
7070 NEUTRAL_B or UNKNOWN_BT.
7071
0f4442ef
EZ
70722010-04-16 Eli Zaretskii <eliz@gnu.org>
7073
7074 * xdisp.c (set_cursor_from_row): Don't consider possibility of
7075 other rows with cursor unless they are different from this row and
7076 this row is part of a continued line. (Bug#5943)
7077
7d4e45f8
DN
70782010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * s/freebsd.h: Restore osreldate.h include.
7081 Suggested by Naohiro Aota.
7082
5ba5ec85
J
70832010-04-16 Jan Djärv <jan.h.d@swipnet.se>
7084
7085 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
7086
20af301d
CY
70872010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
7088
7089 * s/cygwin.h: Avoid linking against static libgcc.
7090
a4b000fb
JL
70912010-04-15 Juri Linkov <juri@jurta.org>
7092
7093 * window.c: Add Qscroll_command.
7094 Remove Vscroll_preserve_screen_position_commands.
7095 (window_scroll_pixel_based, window_scroll_line_based): Check the
7096 `scroll-command' property on the last command instead of searching
7097 the last command in Vscroll_preserve_screen_position_commands.
7098 (syms_of_window): Initialize and staticpro `Qscroll_command'.
7099 Put Qscroll_command property on Qscroll_up and Qscroll_down.
7100 (scroll-preserve-screen-position): Doc fix.
7101 (Vscroll_preserve_screen_position_commands): Remove variable.
7102
bc319ba4
DN
71032010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7104
6bb24457
DN
7105 * xdisp.c (message): Do not use NO_ARG_ARRAY.
7106
19d4c244
DN
71072010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
7108
7109 Reduce cpp use in Makefile.in.
7110 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
7111 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
7112 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
7113 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
7114 (CRT0_COMPILE): Remove, inline it in the only user.
7115
32129746
JL
71162010-04-14 Juri Linkov <juri@jurta.org>
7117
7118 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
7119 `scroll-up-command' and `M-v' from `scroll-down' to
7120 `scroll-down-command'.
7121
9013a7f8
JL
71222010-04-14 Juri Linkov <juri@jurta.org>
7123
7124 * window.c (Vscroll_preserve_screen_position_commands): New variable
7125 with the default value as the list of Qscroll_down and Qscroll_up.
7126 (window_scroll_pixel_based, window_scroll_line_based): Search the
7127 last command in the list Vscroll_preserve_screen_position_commands
7128 instead of comparing with Qscroll_up and Qscroll_down.
7129
4bef8d26
JD
71302010-04-13 Jan Djärv <jan.h.d@swipnet.se>
7131
92848133
JD
7132 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
7133 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
7134 does that.
7135
4bef8d26
JD
7136 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
7137 to zero.
7138
58b963f7
SM
71392010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7140
84164a0d
SM
7141 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
7142
2b0a91e7
SM
7143 Try to solve the problem of spurious EOF chars in long lines of text
7144 sent to interactive subprocesses.
7145 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
7146 (system_process_attributes): Remove unused var `ttotal'.
7147 * process.c (send_process): Don't bother breaking long line with EOF
7148 chars when talking to ttys any more.
7149 (wait_reading_process_output): Output a warning when called in such
7150 a way that it could block without being interruptible.
7151
58b963f7
SM
7152 Try to detect file modification within the same second.
7153 * buffer.h (struct buffer): New field modtime_size.
7154 * buffer.c (reset_buffer): Initialize it.
7155 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
7156 (Fverify_visited_file_modtime): Check it.
7157 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
7158 (Fset_visited_file_modtime): Set (or clear) it.
7159
01f5787b
SM
71602010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * process.c (status_notify): Remove unused var `ro'.
7163
83725342
JD
71642010-04-12 Jan Djärv <jan.h.d@swipnet.se>
7165
7166 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
7167 more than one visual (Bug#5938).
7168
b9465836
DN
71692010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7170
50426a04
JB
7171 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
7172 Undefine.
b9465836 7173
8d9c8ece
DN
71742010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7175
b1f52161
DN
7176 Remove C_SWITCH_SYSTEM_TEMACS.
7177 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
7178 (malloc, realloc, free): Use emacs, not temacs for conditional
7179 definition.
7180
7181 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
7182 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
7183
8d9c8ece
DN
7184 Use autoconf, not cpp for some variables.
7185 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
7186 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
7187 (ALL_CFLAGS): Use them as make variables.
7188 (really-lwlib, really-oldXMenu): Do not pass them.
7189
1ecb2d3f
JD
71902010-04-11 Jan Djärv <jan.h.d@swipnet.se>
7191
7192 * xmenu.c (apply_systemfont_to_dialog): New.
7193 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
7194
3a4fa2f2
SM
71952010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7196
97e53006
SM
7197 * process.c (exec_sentinel): Preserve current-buffer.
7198
3a4fa2f2
SM
7199 * process.c (read_process_output): Move the save-current-buffer to
7200 apply to both the filter and the non-filter branches.
7201
88df7221
DN
72022010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7203
7204 * s/msdos.h (UNEXEC): New definition.
7205
5634ff85
YM
72062010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7207
6eff5c3d
YM
7208 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
7209 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
7210
7211 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
7212 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
7213 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
7214 TRY_WINDOW_CHECK_MARGINS.
7215
7216 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
7217 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
7218 width only when it is for padding.
5634ff85 7219
b13aef54
J
72202010-04-09 Jan Djärv <jan.h.d@swipnet.se>
7221
7222 * xfns.c (Fx_show_tip): Call try_window in a loop until
7223 fonts_changed_p is zero (Bug#2423).
7224
21d28484
EZ
72252010-04-08 Eli Zaretskii <eliz@gnu.org>
7226
7227 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
7228 the end of TEXT_AREA. (Bug#5856)
7229
0269ef77
JD
72302010-04-08 Jan Djärv <jan.h.d@swipnet.se>
7231
7232 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
7233 HAVE_GCONF.
7234
5930fe97
EZ
72352010-04-08 Eli Zaretskii <eliz@gnu.org>
7236
7237 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
7238 prev.orig_type, for resolving type of NSM. (Bug#5858)
7239
99852628
JD
72402010-04-08 Jan Djärv <jan.h.d@swipnet.se>
7241
7242 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
7243 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
7244 in current_font.
7245 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
7246 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
7247 New functions.
7248 (syms_of_xsettings): Initialize current_font.
7249 defsubr Sfont_get_system_normal_font.
99852628 7250
686b968e
JB
7251 * xsettings.h (Ffont_get_system_normal_font)
7252 (xsettings_get_system_normal_font): Declare.
99852628
JD
7253
7254 * xfns.c (extern xlwmenu_default_font): Remove.
7255 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
7256 to xlwmenu.c.
7257
7258 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
7259 menu items in UTF-8.
7260
7261 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
7262 (apply_systemfont_to_menu): New function.
bba3e508
SM
7263 (set_frame_menubar, create_and_show_popup_menu):
7264 Call apply_systemfont_to_menu.
99852628 7265
7fc874c4
J
72662010-04-07 Jan Djärv <jan.h.d@swipnet.se>
7267
7268 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
7269 FRAME_LINE_TO_PIXEL_Y.
7270
7271 * xterm.c (x_set_window_size_1): Don't add border_width/height to
7272 pixelwidth/height.
7273
863bf481
DN
72742010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
7275
5e5a3b92
DN
7276 Simplify code for HP machines.
7277 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
7278 for GNU_LINUX, not needed.
7279 (UNEXEC, NEED_BSDTTY): Move definitions...
7280 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
7281
863bf481
DN
7282 * m/iris4d.h (UNEXEC): Move definition ...
7283 * s/irix6-5.h (UNEXEC): ... here.
7284
3e6bec3b
JD
72852010-04-04 Jan Djärv <jan.h.d@swipnet.se>
7286
7287 * xfns.c (set_machine_and_pid_properties): New function.
7288 (Fx_create_frame): Call set_machine_and_pid_properties.
7289
2912322b
SM
72902010-04-03 Eli Zaretskii <eliz@gnu.org>
7291
bba3e508
SM
7292 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char):
7293 Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1502b819
EZ
7294 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
7295
2912322b
SM
7296 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
7297 in this function. (Bug#5703)
7298
72992010-04-03 Chong Yidong <cyd@stupidchicken.com>
7300
7301 * nsterm.h: Fix last change.
7302
c435b432
DN
73032010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
7304
a568f507
DN
7305 * m/intel386.h (NO_REMAP): Move definition ...
7306 * s/msdos.h (NO_REMAP): ... here.
7307
4cd9f6c2
DN
7308 * m/vax.h (CRT0_DUMMIES): Remove, unused.
7309
c435b432
DN
7310 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
7311 used on those platforms.
7312
42a2c622
DN
73132010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7314
7315 Remove extern errno declarations.
7316 * xterm.c:
7317 * xrdb.c:
7318 * w32term.c:
7319 * unexec.c:
7320 * unexaix.c:
7321 * sysdep.c:
7322 * process.c:
7323 * lread.c:
7324 * keyboard.c:
7325 * floatfns.c:
7326 * filelock.c:
7327 * fileio.c:
7328 * emacs.c (main):
7329 * ecrt0.c:
7330 * dispnew.c:
7331 * callproc.c:
7332 * buffer.c: Remove errno extern declarations.
7333 * s/netbsd.h (NEED_ERRNO): Remove.
7334
8224f93d
DN
73352010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
7336
7337 Remove all uses of LIBX11_SYSTEM.
7338 * Makefile.in (LIBX11_SYSTEM): Remove.
7339 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
7340 instead.
7341
814062c7
EZ
73422010-04-01 Eli Zaretskii <eliz@gnu.org>
7343
ed68db4d
EZ
7344 Remove support for DJGPP v1.x (bug#5813).
7345
7346 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
7347 * s/msdos.h:
7348 * unexec.c (make_hdr, copy_text_and_data):
7349 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 7350 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
7351 (IT_set_terminal_modes, __write, _rename, gethostname)
7352 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
7353 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
7354 the value of __DJGPP__.
ed68db4d
EZ
7355 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
7356 compatibility code.
8224f93d
DN
7357 * lread.c:
7358 * gmalloc.c (memalign):
7359 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
7360 * emacs.c (main):
7361 * dosfns.c (init_dosfns):
ed68db4d
EZ
7362 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
7363
52f4d8d5
EZ
73642010-04-01 Eli Zaretskii <eliz@gnu.org>
7365
814062c7
EZ
7366 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
7367 string with `cursor' property comes from an `after-string'
7368 overlay. (Bug#5816)
7369
0dc2e11d
GM
73702010-04-01 Glenn Morris <rgm@gnu.org>
7371
7372 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
7373 Define as Makefile variables.
7374 (LIBX): Use above variables rather than directly using autoconf.
7375
1d29df59
DN
73762010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
7377
7378 Clean up BSD_SYSTEM use.
7379 * xterm.c:
7380 * process.c:
7381 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
7382 for including <sys/ioctl.h>.
7383 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
7384 code is only used for MSDOS.
7385
1546c559
JL
73862010-03-31 Juri Linkov <juri@jurta.org>
7387
7388 * image.c: Add `Qextension_data'.
7389 (syms_of_image): Initialize and staticpro `Qextension_data'.
7390 (Fimage_metadata): Rename from `Fimage_extension_data'.
7391 (gif_load): Put GIF extension data to the property
7392 `Qextension_data'.
7393
6521c534
CY
73942010-03-31 Chong Yidong <cyd@stupidchicken.com>
7395
7396 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
7397 * nsterm.h: Fix prototype.
7398
52c30783
EZ
73992010-03-31 Eli Zaretskii <eliz@gnu.org>
7400
7401 * xdisp.c (highlight_trailing_whitespace): Support highlight of
7402 trailing whitespace in right-to-left rows.
7403
855a0da7
SM
74042010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 Get rid of the direct_output optimizations.
7407 * keyboard.c (nonundocount): Remove extern declaration.
7408 (command_loop_1): Remove brittle optimisation for cheap and
7409 common operations.
7410 * xdisp.c (redisplay_internal): Don't bother checking
7411 redisplay_performed_directly_p any more.
7412 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
7413 any more.
7414 * dispnew.c (redisplay_performed_directly_p)
7415 (direct_output_for_insert, direct_output_forward_char):
7416 * dispextern.h (redisplay_performed_directly_p)
7417 (direct_output_for_insert, direct_output_forward_char): Remove.
7418 * cmds.c (nonundocount): Make it static.
7419
85738751 74202010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
7421
7422 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
7423
85738751 74242010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
7425
7426 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
7427 invisible (Bug#5766).
7428
85738751 74292010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 7430
855a0da7
SM
7431 * xdisp.c (x_consider_frame_title, update_window_cursor):
7432 Remove HAVE_NS conditionals.
194d44e7 7433 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
7434
7435 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
7436 filename for the title.
7437 (ns_set_doc_edited): Do nothing if the selected window is a
7438 minibuffer window.
7439
7440 * nsterm.h: Add prototypes for ns_set_name_as_filename and
7441 ns_set_doc_edited.
7442
7443 * nsterm.m: Remove unneeded prototype.
7444
85738751 74452010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
7446
7447 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
7448 in the DOC file. (Bug#5336)
7449
85738751 74502010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
7451
7452 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
7453
75d1428c
SM
74542010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * window.c (keys_of_window): Remove redundant/overridden bindings.
7457
82043cfb
EZ
74582010-03-30 Eli Zaretskii <eliz@gnu.org>
7459
7460 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
7461 Restore original behavior when the iterator is not bidi_p.
7462
b5dd0ae7
DN
74632010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7464
7465 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
7466
bd924a5d
EZ
74672010-03-30 Eli Zaretskii <eliz@gnu.org>
7468
7469 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
7470 are outside the range of cached character positions.
7471
3580374b
JB
74722010-03-30 Juanma Barranquero <lekktu@gmail.com>
7473
7474 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
7475
a7b02820
EZ
74762010-03-30 Eli Zaretskii <eliz@gnu.org>
7477
7478 Initial support for bidirectional editing.
7479
7480 * Makefile.in (obj): Include bidi.o.
7481 (bidi.o): New target.
7482
7483 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
7484 ($(BLD)/bidi.$(O)): New target.
7485
7486 * bidi.c: New file.
7487
7488 * buffer.h (struct buffer): New members bidi_display_reordering
7489 and bidi_paragraph_direction.
7490
7491 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
7492 and bidi_paragraph_direction.
7493 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
7494 and bidi-paragraph-direction.
7495 (Fbuffer_swap_text): Swap the values of
7496 bidi_display_reordering and bidi_paragraph_direction.
7497
7498 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
7499 (bidi_type_t, bidi_dir_t): New types.
7500 (bidi_saved_info, bidi_stack, bidi_it): New structures.
7501 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
7502 prev_stop, base_level_stop, and eol_pos.
7503 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
7504 (IT_STACK_SIZE): Enlarge to 5.
7505 (struct glyph_row): New member reversed_p.
7506 <string_buffer_position>: Update prototype.
7507 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
7508 glyph_row if bidi_it.paragraph_dir == R2L.
7509 (struct glyph): New members resolved_level and bidi_type.
7510
7511 * dispnew.c (direct_output_forward_char): Give up if we need bidi
7512 processing or buffer's direction is right-to-left.
7513 (prepare_desired_row): Preserve the reversed_p flag.
7514 (row_equal_p): Compare the reversed_p attributes as well.
7515
bba3e508
SM
7516 * xdisp.c (init_iterator): Initialize it->bidi_p.
7517 Call bidi_init_it and set it->paragraph_embedding from the current
a7b02820
EZ
7518 buffer's value of bidi_paragraph_direction.
7519 (reseat_1): Initialize bidi_it.first_elt.
7520 (set_iterator_to_next, next_element_from_buffer): Use the value of
7521 paragraph_embedding to determine the paragraph direction.
7522 (set_iterator_to_next): Under bidi reordering, call
7523 bidi_get_next_char_visually. Call bidi_paragraph_init if the
7524 new_paragraph flag is set in the bidi iterator.
7525 (next_element_from_buffer): If bidi_it.first_elt is set,
7526 initialize paragraph direction and find the first character to
7527 display in the visual order. If reseated to a middle of a line,
bba3e508
SM
7528 prime the bidi iterator starting at the line's beginning.
7529 Handle the situation where we overstepped stop_charpos due to
a7b02820
EZ
7530 non-linearity of the bidi iteration. Likewise for when we back up
7531 beyond the previous stop_charpos. When moving across stop_charpos,
7532 record it in prev_stop.
7533 (display_line): Set row->end and it->start for the next row to the
7534 next character in logical order. Always extend reversed_p rows to
7535 the end of line, even if they end at ZV. Copy the reversed_p flag
7536 to the next glyph row. Keep calling set_cursor_from_row for
7537 bidi-reordered rows even if we already have a possible candidate
7538 for cursor position. Set row_end after all the row's glyphs have
7539 been produced, by looping over the glyphs. Record the position
7540 after EOL in it->eol_pos, and use it to set end_pos of the last
7541 row produced for a continued line.
7542 <Qright_to_left, Qleft_to_right>: New variables.
7543 (syms_of_xdisp): Initialize and staticpro them.
7544 (string_buffer_position_lim): New function.
7545 (string_buffer_position): Most of code moved to
7546 string_buffer_position_lim. Last argument and return value are
7547 now EMACS_INT; all callers changed.
7548 (set_cursor_from_row): Rewritten to support bidirectional text and
7549 reversed glyph rows.
bba3e508
SM
7550 (text_outside_line_unchanged_p, try_window_id):
7551 Disable optimizations if we are reordering bidirectional text and the
a7b02820
EZ
7552 paragraph direction can be affected by the change.
7553 (append_glyph, append_composite_glyph)
7554 (produce_image_glyph, append_stretch_glyph): Set the
7555 resolved_level and bidi_type members of each glyph.
7556 (append_glyph): If the glyph row is reversed, prepend the glyph
7557 rather than appending it.
7558 (handle_stop_backwards): New function.
7559 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
7560 (reseat): call handle_stop_backwards to recompute prev_stop and
7561 base_level_stop for the new position.
7562 (handle_invisible_prop): Under bidi iteration, skip invisible text
7563 using bidi_get_next_char_visually. If we are `reseat'ed, init the
7564 paragraph direction. Update IT->prev_stop after skipping
7565 invisible text.
7566 (move_it_in_display_line_to): New variables prev_method
7567 and prev_pos. Compare for strict equality in
7568 BUFFER_POS_REACHED_P.
7569 (try_cursor_movement): Examine all the candidate rows that occlude
7570 point, to return the best match. If rows are bidi-reordered
7571 and point moved backwards, back up to the row that is not a
7572 continuation line, and start looking for a suitable row from
7573 there.
7574
7575 * term.c (append_glyph): Reverse glyphs by pre-pending them,
7576 rather than appending, if the glyph_row's reversed_p flag is set.
7577 Set the resolved_level and bidi_type members of each glyph.
7578
7579 * .gdbinit (pbiditype): New command.
7580 (pgx): Use it to display bidi level and type of the glyph.
7581 (pitx): Display some bidi information about the iterator.
7582 (prowlims, pmtxrows): New commands.
7583
32a8894e
DN
75842010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7585
7586 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
7587 * s/usg5-4.h (LIBS_DEBUG):
7588 * s/irix6-5.h (C_DEBUG_SWITCH):
7589 * s/gnu-linux.h (LIBS_DEBUG):
7590 * s/darwin.h (LIBS_DEBUG):
7591 * s/bsd-common.h (LIBS_DEBUG):
7592 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
7593 * m/iris4d.h (LIBS_DEBUG):
7594 * m/hp800.h (LIBS_DEBUG): Remove definitions.
7595
7596 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
7597 (LIBS_DEBUG): Remove definition.
7598
649dbf36
CY
75992010-03-27 Chong Yidong <cyd@stupidchicken.com>
7600
7601 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
7602 Windows.
7603
cad4261f
YM
76042010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7605
7606 * process.c (Fmake_network_process): Don't call turn_on_atimers around
7607 `connect' (Bug#5723).
7608
cd591dbc
HE
76092010-03-25 Helmut Eller <eller.helmut@gmail.com>
7610
7611 * process.c (Fmake_network_process): Call `select' for interrupted
7612 `connect' rather than creating new socket (Bug#5173).
7613
e867cb5d 76142010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
7615
7616 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
7617
7618 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
7619
7620 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
7621
e867cb5d 76222010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
7623
7624 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
7625 XLoadQueryFont.
7626
e867cb5d 76272010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
7628
7629 * coding.c (decode_coding_ccl): Fix previous change for the
7630 multibyte case.
fb608df3
KH
7631 (encode_coding_ccl): Don't setup ccl program here. Fix for the
7632 case that the output buffer is fullfilled.
7633 (encode_coding): Setup ccl program here.
fbdc1721 7634
5845f0ed
DN
76352010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7636
814fb708
DN
7637 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
7638
5845f0ed
DN
7639 Simplify LIBS_MACHINE definitions.
7640 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
7641 * m/iris4d.h (LIBS_MACHINE): Likewise.
7642 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
7643 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 7644 * s/netbsd.h: Remove commented out code.
5845f0ed 7645
b7064064
DN
76462010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7647
df7734b2
DN
7648 Remove dead code dealing with POSIX_SIGNALS.
7649 * atimer.c (set_alarm): Remove dead code, all USG systems define
7650 POSIX_SIGNALS.
7651 * data.c (arith_error): Likewise.
7652 * keyboard.c (input_available_signal, handle_user_signal)
7653 (interrupt_signal): Likewise.
7654 * process.c (sigchld_handler): Likewise.
7655 (create_process): Remove if 0 code. Remove HPUX conditional when
7656 !defined (POSIX_SIGNALS), it cannot be true.
7657 * syssignal.h: Remove USG5_4 and USG conditionals when
7658 !POSIX_SIGNALS, they cannot be true.
7659
b7064064
DN
7660 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
7661 NO_SOCK_SIGIO, not used anymore.
7662
55da5ee3
DN
76632010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7664
0be96e3a
DN
7665 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
7666 support vax on BSDs.
7667
55da5ee3
DN
7668 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
7669 * s/aix4-2.h (ORDINARY_LINK): ... here.
7670
c0282183
AS
76712010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7672
82c3d67a
AS
7673 * Makefile.in (abs_builddir): Define.
7674 (bootstrap_exe): Use it.
7675 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 7676
3613edce
SM
76772010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * Makefile.in (bootstrap_exe): Use an absolute name.
7680
7f110ddc
DN
76812010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7682
22e87574
DN
7683 Remove support for old GNU/Linux using libc version 5.
7684 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
7685 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
7686
05a670e6
DN
7687 Consolidate redundant definitions in s/bsd-common.h.
7688 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7689 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7690 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
7691 doing it in all files that include this one.
7692 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7693 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7694 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7695 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7696 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7697 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7698 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
7699 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
7700 (LDAV_SYMBOL, KERNEL_FILE): Remove.
7701
2968f561
DN
7702 Consolidate redundant definitions.
7703 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
7704 it's undefined in all files that include this one.
7705 (POSIX_SIGNALS): Define here instead of doing it in all files that
7706 include this one.
7707 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7708 (POSIX_SIGNALS): Do not define.
7709 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7710 (POSIX_SIGNALS): Do not define.
7711 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
7712 (POSIX_SIGNALS): Do not define.
7713
15d25dc0
DN
7714 Remove support for old UNIX System V systems.
7715 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
7716 * s/usg-5-4-2.h: Remove.
7717
07e339e4
DN
7718 Remove support for Solaris on PPC and for old versions.
7719 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
7720 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
7721 that cancel each other.
7722 * s/sol2-3.h:
7723 * s/sol2-4.h:
7724 * s/sol2-5.h: Remove.
7725 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
7726 (NO_REMAP): Remove, unused.
7727 (UNEXEC): Move definition ...
7728 * s/aix4-2.h (UNEXEC): ... here.
7729
7f110ddc
DN
7730 * s/openbsd.h: Remove support for non-ELF and for systems that do
7731 not support shared libraries.
7732 * s/netbsd.h:
7733 * s/freebsd.h: Likewise.
7734
605f35cd
DN
77352010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7736
7737 Remove non-working support for lynxos 3.0.
7738 * s/lynxos.h: Remove file.
7739
7740 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
7741 COFF_BSD_SYMBOLS, nothing defines it anymore.
7742
aed71cf4
DN
77432010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7744
7745 Remove obsolete uses of HAVE_SHM.
7746 * emacs.c (standard_args):
7747 (Fdump_emacs):
7748 (syms_of_emacs): Remove code depending on HAVE_SHM.
7749
7750 * alloc.c: Remove HAVE_SHM dependent definition.
7751
7752 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
7753
aded53ff
GM
77542010-03-18 Glenn Morris <rgm@gnu.org>
7755
17284745
GM
7756 * emacs.c (USAGE4): Hard-code bug address.
7757 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
7758 (bug_reporting_address): Remove.
7759 (main): Don't call bug_reporting_address.
7760
aded53ff
GM
7761 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
7762 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
7763
303500aa
CY
77642010-03-15 Chong Yidong <cyd@stupidchicken.com>
7765
7766 * xfns.c (Fx_create_frame):
7767 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
7768 on left.
7769
cef3058f
CY
77702010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
7771
7772 * editfns.c (Fformat): Account for string precision when computing
7773 field width (Bug#5710).
7774
a647d59d
CY
77752010-03-12 Chong Yidong <cyd@stupidchicken.com>
7776
4fa42018
CY
7777 * xfns.c (Fx_create_frame): Set default to Qright.
7778
a647d59d
CY
7779 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
7780 all window systems.
7781
6da23aaa
EZ
77822010-03-12 Eli Zaretskii <eliz@gnu.org>
7783
a96f6398 7784 These changes remove termcap.c from the build on Posix platforms.
83d02def 7785 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
7786 (MSDOS_OBJ): ...to here.
7787 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
7788 now identical to when LIBS_TERMCAP is defined.
7789
7790 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
7791
7792 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
7793
a96f6398 7794 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 7795
288f9fc0
CY
77962010-03-10 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * Branch for 23.2.
7799
d48cd3f4
SM
78002010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 Cleanup setup of gl_state in various parts of the code.
7803 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
7804 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
7805 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
7806 (skip_chars):
7807 * regex.c (regex_compile): Use it.
7808 (re_compile_pattern): Don't set gl_state.current_syntax_table since
7809 it's now set in regex_compile when/if we need it.
7810
618db430
SM
78112010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7812
c0335e02
SM
7813 Make it possible to C-g in a tight bytecode loop again (bug#5680).
7814 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
7815 (QUIT): Use it to consolidate code and remove redundancy.
7816 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
7817
254c06a8
SM
7818 * regex.c (regex_compile): Setup gl_state as well.
7819
618db430
SM
7820 * syntax.c (skip_chars): Setup gl_state (bug#3823).
7821 (in_classes): Use CONSP before XCAR/XCDR.
7822
233f0c9f
CY
78232010-03-03 Chong Yidong <cyd@stupidchicken.com>
7824
7825 * keymap.c (Fwhere_is_internal): Use Fequal to compare
7826 definitions, so that keyboard macros are correctly handled
7827 (Bug#5481).
7828
75f80e63
EZ
78292010-03-02 Eli Zaretskii <eliz@gnu.org>
7830
7831 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
7832 text that could be relocated inside the call to emacs_mule_char.
7833 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
7834 (CODING_DECODE_CHAR): Add a comment describing its purpose.
7835
dcfb9bc4
KH
78362010-03-02 Kenichi Handa <handa@m17n.org>
7837
fc9a17bc
KH
7838 * character.c (parse_str_as_multibyte): Fix handling of the
7839 multibyte form of raw-bytes.
7840 (str_as_multibyte): Likewise.
7841
dcfb9bc4
KH
7842 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
7843 form of raw-bytes.
7844
412c01b6
CY
78452010-02-28 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * charset.c (load_charset_map_from_file)
7848 (load_charset_map_from_vector): Zero out allocated
7849 charset_map_entries before using them.
7850
df7e1ea0
AS
78512010-02-27 Andreas Schwab <schwab@linux-m68k.org>
7852
7853 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
7854
fe69a722
CY
78552010-02-27 Chong Yidong <cyd@stupidchicken.com>
7856
4ed28cf4
CY
7857 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
7858 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 7859
7379cfce
KH
78602010-02-26 Kenichi Handa <handa@m17n.org>
7861
f88cc4d6
KH
7862 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
7863
7379cfce
KH
7864 * xdisp.c (reseat_to_string): Fix previous change.
7865
cf2fdcfb
CY
78662010-02-26 David Reitter <david.reitter@gmail.com>
7867
7868 * nsfont.m (nsfont_draw): ns_antialias_text should be a
7869 Lisp_Object (Bug#4736).
7870
cc6c7c75
KH
78712010-02-25 Kenichi Handa <handa@m17n.org>
7872
7873 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
7874
32e737d7
JD
78752010-02-24 Jan Djärv <jan.h.d@swipnet.se>
7876
7877 * xterm.c (XTflash): Move declarations before statements.
7878
7879 * gtkutil.c (xg_get_gdk_display): Remove (unused).
7880 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
7881 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
7882 (xg_create_tool_bar): Remove unused variables.
7883 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 7884 (xg_create_frame_widgets): Remove variable grav.
32e737d7 7885
676cae9f
CY
78862010-02-21 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
7889
886cc2b8
SM
78902010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * term.c (fatal): Add a final \n if needed (bug#5596).
7893
ddb2d8e2
CY
78942010-02-18 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
7897
2a4f8d3d
GM
78982010-02-18 Glenn Morris <rgm@gnu.org>
7899
7900 * callint.c (Finteractive): Doc fix.
7901
ebaf11b6
KH
79022010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7903
886cc2b8
SM
7904 * coding.c (record_conversion_result):
7905 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
7906 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
7907 memory allocation error.
7908
d0396581
KH
79092010-02-17 Kenichi Handa <handa@m17n.org>
7910
886cc2b8
SM
7911 * coding.c (decode_coding_ccl): Don't setup ccl program here.
7912 Fix for the case that the output buffer is fullfilled.
d0396581
KH
7913 (decode_coding): Setup ccl program here. Keep looping when the
7914 decoder stopped because the output buffer is
7915 fullfilled (bug#5534).
7916
7917 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
7918
98599f74
JD
79192010-02-13 Jan Djärv <jan.h.d@swipnet.se>
7920
471e4f04 7921 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 7922 bug #5571.
886cc2b8 7923 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 7924 overdrawn.
98599f74 7925
182659ae
JD
79262010-02-10 Jan Djärv <jan.h.d@swipnet.se>
7927
7928 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
7929 doing_interact here.
7930 (ice_connection_closed): New function.
7931 (x_session_check_input, smc_die_CB, ice_io_error_handler)
7932 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
7933 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
7934 returns I/O error.
7935 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
7936 bug #5512.
7937
9be32c4e 79382010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
7939
7940 * nsfont.m (nsfont_open): The system's value for the font descent
7941 is negative, so round it down to avoid clipping.
7942
a2f3eb19
CY
79432010-02-06 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * charset.c (load_charset_map_from_file)
7946 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 7947 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 7948
3088147c
CY
79492010-02-05 Chong Yidong <cyd@stupidchicken.com>
7950
7951 * charset.c (load_charset_map_from_file): Allocate large
7952 charset_map_entries structure on the heap rather than the stack.
7953 (Bug#5526).
7954
b57d9029
KH
79552010-01-31 Kenichi Handa <handa@m17n.org>
7956
7957 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 7958 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 7959
c67d885b
CY
79602010-01-31 Chong Yidong <cyd@stupidchicken.com>
7961
7962 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
7963 <deactivated@gmail.com> (Bug#3605).
7964
8fab2362
CY
79652010-01-31 David De La Harpe Golden <david@harpegolden.net>
7966
7967 * fileio.c (Frename_file): Correctly rename symlinks to
7968 directories (Bug#5496).
7969
cb2a62f2
CY
79702010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
7971
7972 * nsterm.m (ns_ring_bell): Handle visible bell like X.
7973
944c7a26
AS
79742010-01-30 Andreas Schwab <schwab@linux-m68k.org>
7975
7976 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
7977
c024ac08
CY
79782010-01-29 Chong Yidong <cyd@stupidchicken.com>
7979
7980 * frame.c (DEFAULT_ROWS): Change default to 35.
7981
7982 * xfns.c (x_default_font_parameter): Change default XFT font to
7983 monospace-10 (Bug#3643).
7984
af93af83
EZ
79852010-01-29 Eli Zaretskii <eliz@gnu.org>
7986
7987 * w32inevt.c (key_event): Remove unnecessary comparison of
7988 event->uChar.AsciiChar with 128.
7989
ca0eb708
CY
79902010-01-28 Chong Yidong <cyd@stupidchicken.com>
7991
b242dbfc
CY
7992 * fileio.c (Frename_file): Fix last change (Bug#5487).
7993
ca0eb708
CY
7994 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
7995
7996 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
7997
45d45af5
JD
79982010-01-28 Jan Djärv <jan.h.d@swipnet.se>
7999
8000 * xfns.c (Fx_create_frame): Remove window size matching code from
8001 2010-01-15.
a73f9c9d 8002 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 8003
7e233730
JR
80042010-01-27 Jason Rumney <jasonr@gnu.org>
8005
8006 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 8007 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 8008
86e893e3
KH
80092010-01-27 Kenichi Handa <handa@m17n.org>
8010
8011 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 8012 pattern string (Bug#4209).
86e893e3 8013
8719abec
CY
80142010-01-27 David De La Harpe Golden <david@harpegolden.net>
8015
8016 * fileio.c (Frename_file): Call copy-directory and
8017 delete-directory for directories, in order to handle cross-device
8018 renaming (Bug#3353).
8019
844794c8
JD
80202010-01-25 Jan Djärv <jan.h.d@swipnet.se>
8021
aa3e13b5 8022 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 8023 sizes 24 and 10. Bug #3643.
844794c8 8024
bd4b5750
SM
80252010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8dc1adf6 8027 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
8028 * keymap.c (shadow_lookup): Add `remap' arg.
8029 (describe_map, describe_vector): Update calls to shadow_lookup.
8030 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
8031 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
8032 perform remapping during shadow_lookup check of remapped_sequences.
8033
285d07e2
CY
80342010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
8035
8036 * image.c (png_load): Use png_sig_cmp instead of the obsolete
8037 png_check_sig, which has been removed in libpng 1.4.
8038
c6d09b8d
CY
80392010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8040
8041 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
8042 lacks this header file).
8043
3d782998
YM
80442010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8045
8046 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
8047 as in Emacs 22.
8048
2aff7c53
YM
80492010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8050
8051 * lisp.h (make_pure_string): String pointer arg now points to const.
8052
8053 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
8054 args now point to const.
8055
74327f7a
EZ
80562010-01-22 Eli Zaretskii <eliz@gnu.org>
8057
8058 * lread.c (Fload): Don't treat files without .elc extension as
8059 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
8060 them. (bug#5303)
8061
4d1e6632
KH
80622010-01-20 Kenichi Handa <handa@m17n.org>
8063
8064 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
8065 treat the source as actual byte sequence.
8066
1fdede8f
AM
80672010-01-19 Alan Mackenzie <acm@muc.de>
8068
8069 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 8070 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
8071 `signal_after_change_p' to `coherent_change_p', and make the
8072 invocation of `modify_region' conditional on it.
8073
67477f30
JD
80742010-01-19 Jan Djärv <jan.h.d@swipnet.se>
8075
8076 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
8077 for debug purpose.
8078 (syms_of_xsettings): Declare xft-settings.
8079
244b023e
CY
80802010-01-18 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
8083
617364fe
CY
80842010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * xterm.c (event_handler_gdk): Block input (Bug#5037).
8087
4fe22cdf
CY
80882010-01-16 Chong Yidong <cyd@stupidchicken.com>
8089
8090 * emacs.c (standard_args): Adjust arg priorities to reflect how
8091 they are processed in startup.el.
8092
e118d2be
AS
80932010-01-16 Andreas Schwab <schwab@linux-m68k.org>
8094
8095 * Makefile.in (lisp, shortlisp): Update.
8096
523ae620
SM
80972010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
8100 code, link the new kboard into all_kboard before running Lisp code,
8101 and protect the new terminal with GCPRO (Bug#5365).
8102 (x_term_init): Remove unused var `atom'.
8103 (x_delete_display, x_delete_terminal): Remove unused var `i'.
8104
f0d13888
JD
81052010-01-15 Jan Djärv <jan.h.d@swipnet.se>
8106
8107 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
8108 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
8109 to find out usable size of the desktop. Don't make frames larger than
ac146f82 8110 this. Bug #3643.
f0d13888 8111
cc320f07
KH
81122010-01-15 Kenichi Handa <handa@m17n.org>
8113
8114 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
8115
7ffdf101
CY
81162010-01-15 Chong Yidong <cyd@stupidchicken.com>
8117
8118 * nsterm.m (Qnone): Define.
8119
8120 * nsfns.m (Qnone): Move definition to nsterm.m.
8121
d12bd917
KH
81222010-01-14 Kenichi Handa <handa@m17n.org>
8123
8124 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
8125 systems.
8126
d9a7c140
KH
81272010-01-14 Kenichi Handa <handa@m17n.org>
8128
8129 Make auto-composition work on all buffers even if they are
8130 fundamental mode.
8131
8132 * composite.c (Vauto_composition_mode): New variable.
8133 (composition_compute_stop_pos): Check Vauto_composition_mode
8134 instead of Vauto_composition_function.
8135 (composition_adjust_point, Ffind_composition_internal): Likewise.
8136 (syms_of_composite): Declare Lisp variable
8137 "auto-composition-mode" here.
8138
63286bb2
CY
81392010-01-13 Chong Yidong <cyd@stupidchicken.com>
8140
8141 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
8142 during call to vendor-specific-keysyms (Bug#5365).
8143
c2623ee7
YM
81442010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8145
8146 * keyboard.c (input_available_signal) [SYNC_INPUT]:
8147 Call SIGNAL_THREAD_CHECK (Bug#5333).
8148
8149 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
8150 Call SIGNAL_THREAD_CHECK.
8151
0b5397c2
SM
81522010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 Try to fix bug#5314. This is probably not the final word, tho.
8155 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
8156 recent-auto-save-p as a side-effect.
8157 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
8158 * buffer.c (Fkill_buffer, reset_buffer):
8159 * editfns.c (Fsubst_char_in_region):
8160 * fileio.c (Finsert_file_contents, Fdo_auto_save)
8161 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
8162
dc954cb2
KH
81632010-01-13 Kenichi Handa <handa@m17n.org>
8164
8165 Display buffer name, etc. in mode line by composing correctly.
8166
8167 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
8168 STRING is not nil.
0b5397c2 8169 (display_mode_element): Adjust for the change of
dc954cb2
KH
8170 decode_mode_spec and display_line.
8171 (decode_mode_spec): Change arg MULTIBYTE to STRING.
8172 (display_string): Handle the case that STRING is non-null and
8173 LISP_STRING is not nil.
8174
0b5397c2
SM
8175 * xterm.c (x_draw_composite_glyph_string_foreground):
8176 Pay attention to s->face->overstrike.
dc954cb2
KH
8177
8178 * composite.c (composition_reseat_it): Don't check PT if STRING is
8179 non nil.
8180
4a00eaca
YM
81812010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8182
8183 * keyboard.c (read_char): Don't apply previous change when current
8184 buffer is unchanged by command execution.
8185
60abb287
JD
81862010-01-12 Jan Djärv <jan.h.d@swipnet.se>
8187
8188 * keyboard.c (read_char): Return after executing from special map.
8189
893db5bc
GM
81902010-01-12 Glenn Morris <rgm@gnu.org>
8191
8192 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
8193 bug-gnu-emacs rather than emacs-pretest-bug.
8194
4d03ece0
CY
81952010-01-11 Chong Yidong <cyd@stupidchicken.com>
8196
8197 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
8198 initializing the Lisp variables that depend on them.
8199
1df47e38
YM
82002010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8201
8202 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
8203 Clear areas that will not be updated after change of menu bar lines.
8204 Clear the menu bar window's current matrix when the window gets empty.
8205
2f1c6384
CY
82062010-01-09 Chong Yidong <cyd@stupidchicken.com>
8207
e398c61c
CY
8208 * intervals.h, textprop.c (extend_property_ranges): Return value
8209 and args changed. Discard properties that begin at or after the
8210 new end (Bug#5306).
8211
8212 * editfns.c (Fformat): Caller changed.
8213
e5a29a10
CY
8214 * nsterm.m (ns_set_default_prefs): Delete function.
8215 (syms_of_nsterm): Initialize ns_command_modifier,
8216 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
8217 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
8218
2f1c6384
CY
8219 * xdisp.c (pos_visible_p): Check for invisible text at the correct
8220 position (Bug#4040).
8221
d427a9fa
EZ
82222010-01-09 Eli Zaretskii <eliz@gnu.org>
8223
8224 * editfns.c (Ffloat_time): Doc fix.
8225
21b9df2f
JD
82262010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8227
8228 * xfns.c (Fx_create_frame): Don't create frame larger than display
8229 by default bug#3643.
8230
4b00d3b1
YM
82312010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8232
8233 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
8234 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
8235 windows above internal border.
8236
8237 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
8238 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
8239 windows above internal border.
8240
8241 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
8242 tool bar windows specially.
8243
8244 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
8245
8246 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
8247 specially.
8248 (XTflash): Take account of menu bar height.
8249
8250 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
8251 specially.
8252
5075d853
JD
82532010-01-08 Jan Djärv <jan.h.d@swipnet.se>
8254
ac146f82 8255 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
8256 also be true before we can return early (bug #5339).
8257
474217c8
CY
82582010-01-06 David Reitter <david.reitter@gmail.com>
8259
8260 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
8261 (Fns_display_usable_bounds): Rewrite, computing bounds properly
8262 (Bug#3233).
8263
c0e6d47d
JD
82642010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8265
d0cf45b7
JD
8266 * font.c (font_open_entity): Enable chache and call cached_font_ok
8267 for the driver if defined.
8268 (QCuser_spec): New symbol.
8269 (font_spec_from_name): Save name as user-spec.
8270 (font_load_for_lface): Keep user-spec instead of name.
8271 (font_open_by_name): Save name as user-spec.
8272 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 8273 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
8274
8275 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
8276 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
8277 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
8278
8279 * font.h (struct font_driver): Add cached_font_ok.
8280
c0e6d47d
JD
8281 * xterm.c (x_clear_frame): Queue draw for scroll bars.
8282
7c583cd8
JD
82832010-01-05 Jan Djärv <jan.h.d@swipnet.se>
8284
8285 * xterm.c (x_new_font): Move code for setting rows/cols before
8286 resizing ...
ac146f82 8287 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
8288
8289 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
8290 (xg_frame_resized, xg_frame_set_char_size):
8291 Call xg_clear_under_internal_border.
7c583cd8 8292 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 8293
03f77f0a
CY
82942010-01-05 Chong Yidong <cyd@stupidchicken.com>
8295
8296 * keyboard.c (read_key_sequence): Catch keyboard switch after
8297 making a new tty frame (Bug#5095).
8298
2a1ef5be
KH
82992010-01-05 Kenichi Handa <handa@m17n.org>
8300
8301 * fontset.c (fontset_find_font): Fix getting the frame pointer.
8302
e3eb1dae
SM
83032010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
8306 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
8307 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
8308
777013f2
MA
83092010-01-03 Michael Albinus <michael.albinus@gmx.de>
8310
8311 * dbusbind.c (xd_add_watch): Improve debug message.
8312 (xd_remove_watch): Improve debug message. If DATA is the session
8313 bus, unset D-Bus session environment.
8314 (Fdbus_init_bus): Pass the bus as argument to
8315 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 8316
8932b1c2
CY
83172010-01-01 Chong Yidong <cyd@stupidchicken.com>
8318
87231e2c
CY
8319 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
8320
4801c5fa
CY
8321 * lread.c (syms_of_lread): Make it clearer that these are the
8322 names of loaded files (Bug#5068).
8323
8932b1c2
CY
8324 * eval.c (run_hook_with_args): Handle the case where the global
8325 value has the obsolete single-function form (Bug#5026).
8326
11e3c684
CY
83272009-12-27 Chong Yidong <cyd@stupidchicken.com>
8328
8329 * minibuf.c (Fall_completions): Minor optimization.
8330
5b28ce35
EZ
83312009-12-26 Eli Zaretskii <eliz@gnu.org>
8332
5ce6e4f4
JB
8333 * .gdbinit (pgx): Fix display of composite glyphs.
8334 Display cmp.from and cmp.to as well.
8335 (pitx): Fix last change.
5b28ce35 8336
bcffff46
KH
83372009-12-25 Kenichi Handa <handa@m17n.org>
8338
8339 * composite.h (composition_adjust_point): Update prototype.
8340
8341 * composite.c (composition_reseat_it): Don't make a composition
8342 spanning over point.
8343 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
8344 composable characters.
8345 (composition_adjust_point): New arg NEW_PT. Callers changed.
8346
8347 * keyboard.c (command_loop_1): Force redisplay if the last point
8348 was within a composition.
8349 (adjust_point_for_property): Don't adjust point for automatic
8350 composition when called after buffer modification.
8351
3f670e9a
EZ
83522009-12-19 Eli Zaretskii <eliz@gnu.org>
8353
5ce6e4f4
JB
8354 * .gdbinit (pitx): Don't use enum names, use their values.
8355 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
8356 (pgx): Don't use enum names, use their values.
8357 (pitmethod): New helper command.
8358 (pitx): Use it to display iteration method.
8359 (pgrowit): New command.
8360
ad903955
EZ
8361 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
8362
3f670e9a
EZ
8363 Update dependencies in Makefile.in.
8364
8365 * Makefile.in (alloc.o): Depend on termhooks.h.
8366 (atimer.o): Depend on blockinput.h.
8367 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
8368 and frame.h.
8369 (callint.o): Depend on systime.h, coding.h, and composite.h.
8370 (callproc.o): Depend on buffer.h.
8371 (casefiddle.o): Don't depend on charset.h.
8372 (casetab.o): Depend on character.h.
8373 (ccl.o): Depend on composite.h.
8374 (chartab.o): Depend on ccl.h.
8375 (cm.o): Depend on dispextern.h.
8376 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
8377 (coding.o): Don't depend on $(INTERVALS_H).
8378 (composite.o): Don't depend on dispextern.h explicitly (it's in
8379 $(INTERVALS_H)). Depend on ccl.h.
8380 (data.o): Depend on systime.h, coding.h, composite.h,
8381 dispextern.h, font.h, and ccl.h.
8382 (dired.o): Depend on composite.h.
8383 (dispnew.o): Depend on coding.h. Don't depend explicitly on
8384 composite.h (it's in $(INTERVALS_H)).
8385 (doc.o): Depend on systime.h, coding.h, and composite.h.
8386 (editfns.o): Don't depend explicitly on dispextern.h.
8387 (emacs.o): Depend on frame.h and coding.h.
8388 (eval.o): Depend on coding.h, composite.h, and xterm.h.
8389 (fileio.o): Depend on frame.h and commands.h. Don't depend
8390 explicitly on dispextern.h.
8391 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
8392 composite.h.
8393 (fns.o): Don't depend on termhooks.h.
8394 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
8395 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
8396 coding.h, $(INTERVALS_H), window.h, xterm.h.
8397 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
8398 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
8399 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
8400 fontset.h, ccl.h, and ftfont.h.
8401 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
8402 (gtkutil.o): Depend on dispextern.h and composite.h.
8403 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
8404 termhooks.h, and ccl.h.
8405 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
8406 (intervals.o): Depend on systime.h and coding.h.
8407 (keyboard.o): Depend on composite.h and coding.h.
8408 (keymap.o): Depend on coding.h and frame.h.
8409 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
8410 (macros.o): Depend on systime.h, coding.h, and composite.h.
8411 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
8412 and atimer.h.
8413 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
8414 dispextern.h explicitly.
0b5397c2
SM
8415 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
8416 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
8417 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
8418 (regex.o): Don't depend on charset.h.
8419 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
8420 (search.o): Don't depend explicitly on composite.h.
8421 (sound.o): Depend on atimer.h and systime.h.
8422 (syntax.o): Don't depend explicitly on composite.h.
8423 (sysdep.o): Depend on coding.h and composite.h.
8424 (term.o): Depend on xterm.h and buffer.h.
8425 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
8426 (textprop.o): Don't depend on dispextern.h explicitly.
8427 (undo.o): Depend on dispextern.h.
8428 (window.o): Depend on coding.h and termhooks.h. Don't depend on
8429 dispextern.h and composite.h explicitly.
8430 (xdisp.o): Depend on ccl.h.
8431 (xfaces.o): Depend on coding.h and ccl.h.
8432 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
8433 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
8434 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
8435 ftfont.h.
8436 (xgselect.o): New dependency.
8437 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
8438 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
8439 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
8440 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
8441 (xsmfns.o): Depend on frame.h and dispextern.h.
8442 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
8443 sysselect.h.
8444
7a6f7fea
AS
84452009-12-19 Andreas Schwab <schwab@linux-m68k.org>
8446
8447 * font.c (Fclear_font_cache): Pass correct cache argument to
8448 font_clear_cache.
8449
f4c21026
AS
84502009-12-16 Andreas Schwab <schwab@linux-m68k.org>
8451
8452 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
8453 twice.
8454
f7ab0997
CY
84552009-12-15 Chong Yidong <cyd@stupidchicken.com>
8456
8457 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
8458 calling file-remote-p. Reported by Jim Meyering.
8459
fa8e045a
MA
84602009-12-15 Michael Albinus <michael.albinus@gmx.de>
8461
8462 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 8463 avoid compiler warnings. (Bug #5217)
fa8e045a 8464
a63dba42
KH
84652009-12-14 Kenichi Handa <handa@m17n.org>
8466
8467 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
8468 in 8-bit encoding.
8469
5ce6e4f4 84702009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
8471
8472 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
8473 tooltip windows.
8474
223e5fc6
JD
84752009-12-13 Jan Djärv <jan.h.d@swipnet.se>
8476
36acb2a7
JD
8477 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
8478 Xatom_net_window_type.
8479
8480 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
8481 Xatom_net_window_type.
8482
b8f00677
JD
8483 * xterm.c (my_log_handler): New function.
8484 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 8485 so we can filter out buggy messages. (Bug #5120).
b8f00677 8486
e5f0bc9a
JD
8487 * xterm.c (xg_scroll_callback): Parameter list changed,
8488 use parameter GtkScrollType to determine scroll/line/page.
8489 Only allow dragging if a button < 4 is grabbed (bug #5177).
8490 (xg_end_scroll_callback): New function.
8491 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
8492 xg_create_scroll_bar.
8493
8494 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
8495 (scroll_end_callback): Remove.
8496 (xg_create_scroll_bar): Add parameter end_callback, bind it to
8497 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 8498 bug #5177.
e5f0bc9a
JD
8499 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
8500 bug #5177.
8501
8502 * gtkutil.h (XG_LAST_SB_DATA): Remove.
8503 (xg_create_scroll_bar): Add GCallback end_callback.
8504
223e5fc6
JD
8505 * xftfont.c (QClcdfilter): New variable.
8506 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
8507 (syms_of_xftfont): Initialize QClcdfilter.
8508
3c055b77
JD
85092009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8510
8511 * xsettings.c (struct xsettings): Add member seen.
8512 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 8513 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
8514 (apply_xft_settings): Only update Xft settings with what member seen
8515 indicates as new.
8516
05fe33ff
EZ
85172009-12-12 Eli Zaretskii <eliz@gnu.org>
8518
c4cc8b9a 8519 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
8520 (struct glyph): Use EMACS_INT for charpos.
8521 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
8522 region_beg_charpos, region_end_charpos,
8523 redisplay_end_trigger_charpos, and also for
8524 iterator_stack_entry.end_charpos and
8525 iterator_stack_entry.stop_charpos.
8526
e8d7886a
JD
85272009-12-12 Jan Djärv <jan.h.d@swipnet.se>
8528
5ce6e4f4 8529 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
8530 (xg_create_scroll_bar): Call scroll_end_callback on button release
8531 event (bug #5177).
8532 (xg_event_is_for_scrollbar): != replaced with ==.
8533
d0db2ec8
KH
85342009-12-12 Kenichi Handa <handa@m17n.org>
8535
8536 * ftfont.c (struct ftfont_info): New member matrix.
8537 (ftfont_open): Setup xftfont_info->matrix.
8538 (MFLTFontFT): New member matrix.
8539 (FLOOR, CEIL, ROUND): New macros.
8540 (ftfont_get_metrics): Handle matrix transformation.
8541 (ftfont_shape_by_flt): New arg matrix. Callers changed.
8542
8543 * xftfont.c (struct xftfont_info): New member matrix.
8544 (xftfont_open): Setup xftfont_info->matrix.
8545
85462009-12-10 Kenichi Handa <handa@m17n.org>
8547
8548 * xdisp.c (append_space_for_newline): Consider face-remapping.
8549
2cc7b62f
AS
85502009-12-09 Andreas Schwab <schwab@linux-m68k.org>
8551
b87dd913
AS
8552 * xsettings.c: Include "keyboard.h".
8553
eba5eb94
AS
8554 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
8555
2cc7b62f
AS
8556 Fix implicit function declarations.
8557 * cmds.c: Include "frame.h".
8558 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
8559 * frame.h: Move declaration of delete_frame outside of
8560 HAVE_WINDOW_SYSTEM.
8561
a4ef73c8
CY
85622009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
8563
8564 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
8565
8566 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
8567 GTK builds.
8568
944a300c
AS
85692009-12-07 Andreas Schwab <schwab@linux-m68k.org>
8570
8571 * unexelf.c (unexec): Don't search for .data twice.
8572
022eef62
CY
85732009-12-05 Chong Yidong <cyd@stupidchicken.com>
8574
426ac949
CY
8575 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
8576 if push failed.
8577 (handle_line_prefix): Set avoid_cursor_p here. Check return value
8578 of push_display_prop (Bug#5000).
8579
022eef62
CY
8580 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
8581 value of font_list_entities (Bug#5085).
8582
be95bee9
JB
85832009-12-04 Juanma Barranquero <lekktu@gmail.com>
8584
8585 Fix `string-to-number' to deal consistently with integers and floats.
8586 * lread.c (isfloat_string): New argument ignore_trailing to accept all
8587 trailing characters, not just whitespace.
8588 (read1): Pass new arg 0 to keep old behavior.
8589 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
8590 trailing chars, as it is already done for integers. Doc fixes.
8591 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
8592
24c2d7ce
EZ
85932009-12-04 Eli Zaretskii <eliz@gnu.org>
8594
0b5397c2
SM
8595 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
8596 Delete unused enumeration value.
24c2d7ce 8597
7e694795
EZ
85982009-12-03 Eli Zaretskii <eliz@gnu.org>
8599
8600 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
8601
84b31826
SM
86022009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
8603
8604 * process.c (Fmake_network_process): Fix up the tests for
8605 "connectionless socket", so they DTRT for seqpacket sockets as well.
8606
f00c449b
SM
86072009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * process.c (Qseqpacket): New symbol.
8610 (HAVE_SEQPACKET): New macro.
8611 (Fmake_network_process): Accept new :type `seqpacket'.
8612 (init_process): Add `seqpacket' feature when applicable.
8613 (syms_of_process): Initialize Qseqpacket.
8614
8096a0ff
YM
86152009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8616
8617 * font.c (font_load_for_lface, font_open_by_name): Don't store name
8618 if entity is Qnil.
8619
3e0de07f
SM
86202009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * print.c (print_preprocess): Preprocess the key_and_value table of
8623 hashtables, even tho they're "hidden" (bug#5082).
8624
abeafb2a
JD
86252009-11-29 Jan Djärv <jan.h.d@swipnet.se>
8626
8627 * frame.c (frame_make_pointer_invisible)
8628 (frame_make_pointer_visible): Declare f before statements.
8629
4bf47195
EZ
86302009-11-28 Eli Zaretskii <eliz@gnu.org>
8631
8632 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
8633 omitted dependencies on lisp.h.
8634
c525b3f2
JD
86352009-11-27 Jan Djärv <jan.h.d@swipnet.se>
8636
ece2d4ed
JD
8637 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
8638 is NULL.
8639
8640 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
8641
8642 * frame.c (frame_make_pointer_invisible)
3e0de07f 8643 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
8644 frame.
8645
c525b3f2
JD
8646 * search.c (simple_search): Remove warning by making *p const.
8647
2f00e299
DN
86482009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
8649
8650 * xdisp.c (power_letter): Remove duplicate const.
8651
084b049b
JD
86522009-11-25 Jan Djärv <jan.h.d@swipnet.se>
8653
a1fadc6f
JD
8654 * term.c (delete_tty): Remove check for last terminal (bug#4970).
8655
5ce6e4f4 8656 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
8657 defaults (bug #5025).
8658
28259cac
SM
86592009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * insdel.c (adjust_markers_for_delete): Move it in the
8662 right direction! (bug#4803)
8663
e8e14166
YM
86642009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8665
8666 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
8667
8668 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
8669
86677b58
GM
86702009-11-24 Glenn Morris <rgm@gnu.org>
8671
8672 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
8673
581e51e8
JD
86742009-11-23 Jan Djärv <jan.h.d@swipnet.se>
8675
cfc86c7a
JD
8676 * Makefile.in: Must create deps for ecrt0.o in its rule.
8677
581e51e8
JD
8678 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
8679 because that is what Gtk+ font dialog understands.
8680
8681 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
8682 of Fcopy_sequence.
8683 (font_open_by_name): Put name given into QCname for font-object returned.
8684
8685 * frame.c (x_set_font): Save original font name as frame parameter
8686 font-parameter.
8687
8688 * xsettings.c (set_default_xft_settings): New function.
8689 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
8690 is found.
8691
8b264ecb
AS
86922009-11-22 Andreas Schwab <schwab@linux-m68k.org>
8693
8694 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
8695 searching backwards through multibyte buffer.
8696
872870b2
JD
86972009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8698
8699 * xterm.c: #include xgselect.h.
8700 (x_initialize): Call xgselect_initialize.
8701
8702 * xsettings.c (something_changedCB): C++ comments => C comments.
8703 (init_gconf): Do not deal with any GLib file descriptors, xg_select
8704 does that now.
8705
8706 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
8707 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
8708 (scroll_bar_button_cb): Remove.
5ce6e4f4 8709 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
8710 event.
8711 (xg_create_scroll_bar): Don't bind button-press-event and
8712 button-release-event.
8713
8714 * process.c: Include xgselect.h if defined (USE_GTK) ||
8715 defined (HAVE_GCONF).
8716 (wait_reading_process_output): Call xg_select for the same condition.
8717
8718 * xgselect.c (xg_select): New function to better integrate with
8719 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
8720
8721 * xgselect.h: New file, declare xg_select, xgselect_initialize.
8722
8723 * Makefile.in (XOBJ): Add xgselect.o.
8724
62a6e103
AS
87252009-11-21 Andreas Schwab <schwab@linux-m68k.org>
8726
0b5397c2
SM
8727 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
8728 Remove ignored second argument. All callers changed.
62a6e103
AS
8729 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
8730 (RE_STRING_CHAR_AND_LENGTH): Likewise.
8731 * xdisp.c (string_char_and_length): Likewise.
8732
b0ca0f33
DN
87332009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8734
8735 * xterm.c (x_new_font):
8736 * print.c (print_object):
8737 * cmds.c (Fself_insert_command): Move declarations before statements.
8738
dd5a6279
CY
87392009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8740
8741 * s/cygwin.h: Remove unneeded linker flags.
8742
4a8e097d
JD
87432009-11-20 Jan Djärv <jan.h.d@swipnet.se>
8744
0d1d0d26
JD
8745 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
8746
8747 * xsettings.h: Declare xsettings_get_system_font.
8748
8749 * xsettings.c (xsettings_get_system_font): New function.
8750 (init_gconf): No use initiating gconf unless we have Xft also.
8751 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
8752 HAVE_GCONF.
8753
4a8e097d
JD
8754 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
8755 add a blank entry so it doesn't collapse into nothing.
8756
8ab1650e
SM
87572009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * lread.c (Funintern): Comment out last change.
8760
82c602f0
RS
87612009-11-19 Richard Stallman <rms@gnu.org>
8762
8763 * lread.c (Funintern): Error if symbol is t or nil.
8764
87e32266
SM
87652009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * insdel.c (make_gap_larger): Don't make as many assumptions about the
8768 representation of Lisp integers.
8769 Reported by MJ Chan <mjchan.inbox@gmail.com>.
8770
1b9ac145
AS
87712009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8772
8773 * lisp.h: Remove declaration of Ffont_get_system_font.
8774 * xfns.c: Move include of "xsettings.h".
8775 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
8776
dfb3c4c6
JD
87772009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8778
87e32266
SM
8779 * xsettings.c (something_changedCB, Ffont_get_system_font):
8780 Check use_system_font.
dfb3c4c6
JD
8781 (syms_of_xsettings): DEFVAR font-use-system-font.
8782
9370c1d8
AS
87832009-11-17 Andreas Schwab <schwab@linux-m68k.org>
8784
25fe851a
AS
8785 * xfns.c (x_default_font_parameter): Remove dead assignment.
8786
9370c1d8
AS
8787 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
8788
637fa988
JD
87892009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8790
87e32266 8791 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 8792 not have FC_LCD_*. #define them if not there.
a6eb20d8 8793
87e32266 8794 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 8795
637fa988
JD
8796 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
8797
8798 * xterm.c (handle_one_xevent): Call xft_settings_event for
8799 ClientMessage, PropertyNotify and DestroyNotify.
8800 (x_term_init): If we have XFT, get DPI from Xft.dpi.
8801 Call xsettings_initialize.
8802
8803 * xftfont.c (xftfont_fix_match): New function.
8804 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
8805 Call xftfont_fix_match after XftFontMatch.
8806
8807 * xfont.c (xfont_driver): Initialize all members.
8808
87e32266
SM
8809 * xfns.c (x_default_font_parameter):
8810 Try font from Ffont_get_system_font.
637fa988
JD
8811 Do not get font from x_default_parameter if we got one from
8812 Ffont_get_system_font.
87e32266 8813 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
8814
8815 * w32font.c (w32font_driver): Initialize all members.
8816
8817 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
8818
8819 * lisp.h: Declare syms_of_xsettings.
8820
87e32266
SM
8821 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
8822 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
8823
8824 * ftfont.c (ftfont_filter_properties): New function.
8825
8826 * frame.c (x_set_font): Remove unused variable lval.
8827
87e32266 8828 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
8829
8830 * font.c (font_put_extra): Don't return if val is nil, it means
8831 boolean option is off.
8832 (font_parse_fcname): Collect all extra properties in extra_props
8833 and call filter_properties for all drivers with extra_props and
8834 font as parameter.
87e32266
SM
8835 (font_open_entity): Do not use cache, it does not pick up new
8836 fontconfig settings like hinting.
637fa988
JD
8837 (font_load_for_lface): If spec had a name in it, store it in entity.
8838
a73f9c9d 8839 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
8840
8841 * config.in: HAVE_GCONF is new.
8842
8843 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
8844 xsettings.o is new.
8845
5a942932
KH
88462009-11-17 Kenichi Handa <handa@m17n.org>
8847
8848 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
8849 back to the default font in case that no suitable font is found.
8850
b7c7a4d1
SM
88512009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
8854 Suggested by Chad Brown <yandros@mit.edu>.
8855 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
8856
072f1e39
JD
88572009-11-16 Jan Djärv <jan.h.d@swipnet.se>
8858
8859 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
8860
5d1e70a2
AS
88612009-11-14 Andreas Schwab <schwab@linux-m68k.org>
8862
87e32266 8863 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 8864
a53cfbe5
JD
88652009-11-14 Jan Djärv <jan.h.d@swipnet.se>
8866
473a99b7
JD
8867 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
8868 has a parent.
8869
a53cfbe5 8870 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 8871 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
8872
8873 * config.in: Generated (AUTO_DEPEND).
8874
f04bb9b2
MA
88752009-11-13 Michael Albinus <michael.albinus@gmx.de>
8876
b7c7a4d1 8877 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
8878 Vdbus_registered_functions_table, because it contains also
8879 properties. Fix docstring.
b7c7a4d1 8880 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 8881
8f11f7ec
SM
88822009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * alloc.c (mark_object): Don't reprocess marked strings.
8885 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
8886 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
8887
8a605fe8
KH
88882009-11-13 Kenichi Handa <handa@m17n.org>
8889
8f11f7ec 8890 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
8891 semantics of Vword_combining_categories.
8892 (Vword_combining_categories): Describe the slight change of the
8893 semantics.
8894
241c4680
EZ
88952009-11-13 Eli Zaretskii <eliz@gnu.org>
8896
8897 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
8898
8899 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
8900
5d58e44c
SM
89012009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * xdisp.c (syms_of_xdisp): Fix typo in last change.
8904
5e13f9d3
JB
89052009-11-12 Juanma Barranquero <lekktu@gmail.com>
8906
8907 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
8908
cf54c754
DR
89092009-11-11 David Reitter <david.reitter@gmail.com>
8910
8911 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
8912 variables to fix 2009-11-09 change.
8913
a4ada374
DN
89142009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8915
91433552
DN
8916 * process.c (ifflag_def): Make flag_sym constant.
8917 (Fnetwork_interface_info): Use a constant pointer.
8918 (ifflag_table):
8919 * xfns.c (cursor_bits):
8920 * xdisp.c (power_letter):
8921 * termcap.c (speeds, esctab):
8922 * sysdep.c (baud_convert):
8923 * keyboard.c (lispy_accent_codes, modifier_names):
8924 * image.c (xbm_format, xpm_format, pbm_format, png_format)
8925 (jpeg_format, tiff_format, gif_format, svg_format)
8926 (interlace_start, interlace_increment, gs_format):
8927 * gtkutil.c (separator_names):
8928 * fringe.c (swap_nibble):
8929 * fns.c (base64_value_to_char, base64_char_to_value):
8930 * fileio.c (make_temp_name_tbl):
8931 * coding.c (suffixes): Make constant.
8932
f4265f6c
DN
8933 * frame.c (make_initial_frame):
8934 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
8935 build_string.
8936 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
8937
04420943
DN
8938 * s/freebsd.h:
8939 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
8940
0a5d24ae
DN
8941 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
8942 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
8943
a4ada374
DN
8944 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
8945 * xterm.c (syms_of_xterm):
8946 * xfaces.c (syms_of_xfaces):
8947 * xdisp.c (syms_of_xdisp):
8948 * lread.c (syms_of_lread):
8949 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
8950 build_string.
91433552 8951
a4ada374
DN
8952 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
8953
af98fc7f
SM
89542009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8ab1650e 8956 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 8957
e90292a9
JD
89582009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8959
8960 * keyboard.h: Declare timer_check.
8961
8962 * keyboard.c (timer_check_2): New function that does what the old
8963 timer_check did.
8964 (timer_check): Call timer_check_2 until -1 or a non-zero time is
8965 returned, i.e. don't return -1 with timers pending.
8966
8967 * process.c: Remove extern declaration of timer_check.
8968
8969 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
8970 even if timer_check returned -1.
8971
af98fc7f
SM
8972 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
8973 xg_dialog_data.
e90292a9
JD
8974 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
8975 the event loop.
8976 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
8977 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
8978 Destroy the dialog after xg_dialog_run.
8979
045b83c0
SM
89802009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
8983
1fb99a3a
JD
89842009-11-10 Jan Djärv <jan.h.d@swipnet.se>
8985
8986 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
8987
04e452cb
JB
89882009-11-09 Juanma Barranquero <lekktu@gmail.com>
8989
8990 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
8991
ef7417fd
SM
89922009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
8995 w32menu.c, and nsmenu.m.
8996 Simplify the obsolete case where position is nil.
8997 (cleanup_popup_menu): New function, moved from nsmenu.m.
8998 (struct skp): Remove slot `notreal'.
8999 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
9000 adjust callers.
9001 (single_menu_item): Adjust call to parse_menu_item.
9002 (syms_of_menu): Defsubr x-popup-menu.
9003 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
9004 (keymap_panes): Don't export any more.
9005 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
9006 (xmenu_show): Declare.
9007 * keyboard.c (parse_menu_item): Remove arg `notreal'.
9008 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
9009 * keyboard.h (parse_menu_item): Update declaration.
9010 * xmenu.c (Fx_popup_menu): Remove.
9011 (syms_of_xmenu): Don't defsubr x-popup-menu.
9012 * w32menu.c (Fx_popup_menu): Remove.
9013 (syms_of_w32menu): Don't defsubr x-popup-menu.
9014 * nsmenu.m (cleanup_popup_menu): Remove.
9015 (ns_menu_show): Rename from ns_popup_menu and remove all the code
9016 moved to menu.c's Fx_popup_menu.
9017 (Fx_popup_menu): Remove.
9018 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
9019 menu_items (it's done in menu.c already).
9020
424d6179
SM
90212009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
9024 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
9025
c0df13a6 90262009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
9027
9028 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 9029 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
9030 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
9031 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
9032
2de9f71c
SM
90332009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 Let integers use up 2 tags to give them one extra bit and thus double
9036 their range.
9037 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
9038 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
9039 New macros.
9040 (enum Lisp_Type): Use them. Give explicit values.
9041 (Lisp_Type_Limit): Remove.
9042 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
9043 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
9044 Pay attention to USE_2_TAGS_FOR_INTS.
9045 (INTEGERP): Use LISP_INT_TAG_P.
9046 * fns.c (internal_equal): Simplify the default case.
9047 (sxhash): Use case_Lisp_Int.
9048 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
9049 any more.
9050 (Ftype_of): Use case_Lisp_Int.
9051 (store_symval_forwarding): Take into account the fact that Ints can
9052 now have more than one tag.
9053 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
686b968e 9054 (buffer_slot_type_mismatch):
2de9f71c
SM
9055 * xfaces.c (face_attr_equal_p):
9056 * print.c (print_object):
9057 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
9058 Use case_Lisp_Int.
9059
323637a2
EZ
90602009-11-06 Eli Zaretskii <eliz@gnu.org>
9061
7ac65b38
EZ
9062 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
9063
323637a2
EZ
9064 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
9065 warning.
9066
e511451f
JD
90672009-11-06 Jan Djärv <jan.h.d@swipnet.se>
9068
9069 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
9070
9071 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
9072
9073 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
9074 ButtonPressRelease and MotionNotify (bug#4870).
9075
5e2327cf
DN
90762009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
9077
5adc433e
DN
9078 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
9079
d67b4f80
DN
9080 * xterm.c (syms_of_xterm):
9081 * xselect.c (syms_of_xselect):
9082 * xmenu.c (syms_of_xmenu):
9083 * xfns.c (syms_of_xfns):
9084 * xfaces.c (syms_of_xfaces):
9085 * xdisp.c (syms_of_xdisp):
9086 * window.c (syms_of_window):
9087 * w32fns.c (syms_of_w32fns):
9088 * undo.c (syms_of_undo):
9089 * textprop.c (syms_of_textprop):
9090 * terminal.c (syms_of_terminal):
9091 * syntax.c (syms_of_syntax):
9092 * sound.c (syms_of_sound):
9093 * search.c (syms_of_search):
9094 * print.c (syms_of_print):
9095 * minibuf.c (syms_of_minibuf):
9096 * macros.c (syms_of_macros):
9097 * keymap.c (syms_of_keymap, initial_define_key)
9098 (initial_define_lispy_key):
9099 * keyboard.c (syms_of_keyboard):
9100 * insdel.c (syms_of_insdel):
9101 * image.c (syms_of_image):
9102 * fringe.c (syms_of_fringe):
9103 * frame.c (syms_of_frame):
9104 * fontset.c (syms_of_fontset):
9105 * fns.c (syms_of_fns):
9106 * fns.c (syms_of_fns):
9107 * fileio.c (syms_of_fileio):
9108 * fileio.c (syms_of_fileio):
9109 * eval.c (syms_of_eval):
9110 * doc.c (syms_of_doc):
9111 * dispnew.c (syms_of_display):
9112 * dired.c (syms_of_dired):
9113 * dbusbind.c (syms_of_dbusbind):
9114 * data.c (syms_of_data):
9115 * composite.c (syms_of_composite):
9116 * coding.c (syms_of_coding):
9117 * cmds.c (syms_of_cmds):
9118 * charset.c (define_charset_internal, syms_of_character):
9119 * ccl.c (syms_of_ccl):
9120 * category.c (syms_of_category, init_category_once):
9121 * casetab.c (syms_of_casetab):
9122 * casefiddle.c (syms_of_casefiddle):
9123 * callint.c (syms_of_callint):
9124 * bytecode.c (syms_of_bytecode):
9125 * buffer.c (keys_of_buffer, syms_of_buffer):
9126 * alloc.c (syms_of_alloc):
9127 * process.c (syms_of_process, init_process):
9128 * lread.c (syms_of_lread, init_obarray):
9129 * font.c (build_style_table):
9130 * emacs.c (syms_of_emacs, main): Replace calls to intern with
9131 intern_c_string, calls to make_pure_string with
9132 make_pure_c_string. Use pure_cons instead of Fcons.
9133
5e2327cf
DN
9134 * process.c (socket_options): Make it const.
9135 (set_socket_option, init_process): Use a const pointer.
9136
9137 * lread.c (intern_c_string): New function.
9138 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
9139 (defvar_int): Uset it. Make the name const char*.
9140
9141 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
9142 (defvar_int): Update prototypes.
9143 (DEFUN, EXFUN): Support for prototypes is now required.
9144 (intern_c_string): New prototype.
9145 (struct Lisp_Subr): Make symbol_name constant.
9146
9147 * font.c (struct table_entry): Remove unused member. Make NAMES
9148 constant.
9149 (weight_table, slant_table, width_table): Make constant.
9150
9151 * emacs.c (struct standard_args): Make name and longname constant.
9152
9153 * character.h (DEFSYM): Use intern_c_string.
9154
a56eaaef
DN
91552009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * alloc.c (make_pure_c_string): New function.
9158
9159 * eval.c (Fautoload): Purecopy all arguments.
9160
f6a07420
KH
91612009-11-05 Kenichi Handa <handa@m17n.org>
9162
9163 * fileio.c (Finsert_file_contents): Be sure set coding-system of
9164 the buffer in case of replace.
9165
5d28d4b1
DN
91662009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9167
9168 * puresize.h (BASE_PURESIZE): Increase to 1620000.
9169
b349d111
SM
91702009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9171
d528b1ce
SM
9172 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
9173 when applicable (bug#4851).
9174
b349d111
SM
9175 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
9176 (P_): Support for prototypes is now required.
9177
c38eb027
CY
91782009-10-31 Chong Yidong <cyd@stupidchicken.com>
9179
9180 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
9181 (Bug#4827).
9182
0405f8d9
EZ
91832009-10-30 Eli Zaretskii <eliz@gnu.org>
9184
d528b1ce 9185 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 9186
ca0a881a
DN
91872009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9188
9189 * puresize.h (BASE_PURESIZE): Increase to 1470000.
9190
d528b1ce
SM
9191 * lread.c (Fload): Purecopy the file name when building
9192 Vpreloaded_file_list.
ca0a881a 9193
47e0e0e4
JR
91942009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
9195
9196 * w32fns.c (syms_of_w32fns): Change default value of
9197 w32-scroll-lock-modifier to nil. (Bug#2827)
9198
057bce6f
JB
91992009-10-26 Juanma Barranquero <lekktu@gmail.com>
9200
782a943e 9201 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 9202
242bc74c
AS
92032009-10-26 Andreas Schwab <schwab@redhat.com>
9204
9205 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
9206
522d013a
JB
92072009-10-26 Juanma Barranquero <lekktu@gmail.com>
9208
9209 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
9210 For delta < 0, skip check that only makes sense when the mini-window
9211 is going to be enlarged. (Bug#4534)
9212
18060980
CY
92132009-10-25 Chong Yidong <cyd@stupidchicken.com>
9214
9215 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
9216 string in menu maps (Bug#4471).
9217
fec8f0fe
CY
92182009-10-24 Chong Yidong <cyd@stupidchicken.com>
9219
9220 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
9221 FRAME_NS_VIEW on terminal frames (Bug#4765).
9222
10d66ec0
AS
92232009-10-24 Andreas Schwab <schwab@linux-m68k.org>
9224
1cae01f7
AS
9225 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
9226 DBUS_TYPE_UINTnn separately to get proper sign extension.
9227
58a12889
AS
9228 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
9229 can properly handle unsigned types.
d528b1ce 9230 (make_uid, make_gid): Remove.
58a12889 9231
987c9327
AS
9232 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
9233 types again.
9234
522d013a 9235 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
9236 (system_process_attributes): Likewise.
9237
905a9ed3
DN
92382009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9239
9240 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
9241
9242 * eval.c (Fautoload): Purecopy the filename. Simplify.
9243
9244 * category.c (Fdefine_category): Purecopy docstring.
9245
a599b3e8
AS
92462009-10-23 Andreas Schwab <schwab@linux-m68k.org>
9247
7b792fc9
AS
9248 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
9249
a599b3e8
AS
9250 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
9251
b35ac83e
CY
92522009-10-23 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * window.c (Fwindow_edges, Fwindow_pixel_edges)
9255 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
9256 (Bug#4775).
9257
e8903e00
SM
92582009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
9261 (init_fileio_once):
9262 * lisp.h (init_fileio_once): Remove.
9263 * emacs.c (main): Don't call init_fileio_once.
9264
8f43cbf3
DN
92652009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9266
9267 * puresize.h (BASE_PURESIZE): Increase to 1430000.
9268
26898943
AS
92692009-10-21 Andreas Schwab <schwab@linux-m68k.org>
9270
9271 * doprnt.c (doprnt): Fix overflow check.
9272
5c646d5a
JD
92732009-10-21 Jan Djärv <jan.h.d@swipnet.se>
9274
3132a7ea
JD
9275 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
9276
5c646d5a
JD
9277 * xterm.h (x_wait_for_event): Declare it.
9278
9279 * xterm.c (pending_event_wait): New variable.
9280 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
9281 see pending_event_wait.eventtype.
9282 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
9283 (x_new_font): Call change_frame_size with new rows/columns before we
9284 try to resize the frame.
5c646d5a 9285 (x_wait_for_event): New function.
d528b1ce
SM
9286 (x_set_window_size_1): Don't change gravity unless change_gravity
9287 is set.
5c646d5a
JD
9288 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
9289 don't change frame size, instead wait for the ConfigureNotify.
9290 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
9291 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
9292 (x_initialize): Initialize pending_event_wait.
9293
9294 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
9295 size.
9296
9297 * widget.c (EmacsFrameSetValues): Add comment.
9298 (EmacsFrameSetCharSize): Just call x_set_window_size.
9299
9300 * gtkutil.c (xg_frame_set_char_size): Flush events and call
9301 x_wait_for_event.
d528b1ce 9302 (flush_and_sync): Remove again.
5c646d5a
JD
9303 (xg_get_font_name): Suggest monospace if no previous font is known.
9304
e9c1637d
SM
93052009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 9308 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 9309
5a72cccb
YM
93102009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9311
9312 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
9313 processing pending events when event is filtered for input method.
ab04798f 9314 (Bug#3681)
5a72cccb 9315
2629aa37
JB
93162009-10-20 Juanma Barranquero <lekktu@gmail.com>
9317
9318 * fns.c: Add #endif accidentally removed in previous change.
9319
c3417a74
DN
93202009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9321
9322 * fns.c: Remove code for unsupported system: MAC_OS.
9323 * image.c: Likewise. Include setjmp.h.
9324
9685cef2
JD
93252009-10-19 Jan Djärv <jan.h.d@swipnet.se>
9326
9327 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
9328 pixel -1 (bug #4742).
9329
d7306fe6
DN
93302009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9331
019d2c4c
DN
9332 * process.c (create_pty): Remove conditionals for no longer
9333 supported systems: UNIPLUS and RTU.
9334
ee6bacd4
DN
9335 * xterm.c:
9336 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
9337
d7306fe6
DN
9338 * alloc.c: Do not define struct catchtag.
9339 * eval.c: Move struct catchtag definition ...
9340 * lisp.h: ... here.
9341
9342 * image.c: Move png.h #include earlier to avoid warnings.
9343
9344 * xterm.c:
9345 * xsmfns.c:
9346 * xselect.c:
9347 * xrdb.c:
9348 * xmenu.c:
9349 * xftfont.c:
9350 * xfont.c:
9351 * xfns.c:
9352 * xfaces.c:
9353 * xdisp.c:
9354 * window.c:
9355 * widget.c:
9356 * w32xfns.c:
9357 * w32uniscribe.c:
9358 * w32term.c:
9359 * w32select.c:
9360 * w32reg.c:
9361 * w32proc.c:
9362 * w32menu.c:
9363 * w32inevt.c:
9364 * w32heap.c:
9365 * w32font.c:
9366 * w32fns.c:
9367 * w32console.c:
9368 * w32.c:
9369 * w16select.c:
9370 * vm-limit.c:
9371 * unexsol.c:
9372 * unexec.c:
9373 * unexcw.c:
9374 * unexaix.c:
9375 * undo.c:
9376 * tparam.c:
9377 * textprop.c:
9378 * terminfo.c:
9379 * terminal.c:
9380 * termcap.c:
9381 * term.c:
9382 * syntax.c:
9383 * sound.c:
9384 * sheap.c:
9385 * search.c:
9386 * scroll.c:
9387 * region-cache.c:
9388 * regex.c:
9389 * ralloc.c:
9390 * process.c:
9391 * print.c:
b024548b
DN
9392 * nsterm.m:
9393 * nsselect.m:
9394 * nsmenu.m:
9395 * nsimage.m:
9396 * nsfont.m:
9397 * nsfns.m:
d7306fe6
DN
9398 * msdos.c:
9399 * minibuf.c:
9400 * menu.c:
9401 * marker.c:
9402 * macros.c:
9403 * keymap.c:
9404 * keyboard.c:
9405 * intervals.c:
9406 * insdel.c:
9407 * indent.c:
9408 * gtkutil.c:
9409 * ftxfont.c:
9410 * ftfont.c:
9411 * fringe.c:
9412 * frame.c:
9413 * fontset.c:
9414 * font.c:
9415 * fns.c:
9416 * floatfns.c:
9417 * filelock.c:
9418 * fileio.c:
9419 * emacs.c:
9420 * editfns.c:
9421 * dosfns.c:
9422 * doprnt.c:
9423 * doc.c:
9424 * dispnew.c:
9425 * dired.c:
9426 * dbusbind.c:
9427 * data.c:
9428 * composite.c:
9429 * coding.c:
9430 * cmds.c:
9431 * cm.c:
9432 * chartab.c:
9433 * charset.c:
9434 * character.c:
9435 * ccl.c:
9436 * category.c:
9437 * casetab.c:
9438 * casefiddle.c:
9439 * callproc.c:
9440 * callint.c:
9441 * bytecode.c:
9442 * buffer.c:
9443 * atimer.c: Include setjmp.h. (Bug#4643)
9444
fd5f21e6
SM
94452009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9446
4c0354d7
SM
9447 Remove leftover table unibyte_to_multibyte_table.
9448 * character.c (unibyte_to_multibyte_table): Remove.
9449 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
9450 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
9451 * character.h (UNIBYTE_TO_CHAR): New macro.
9452 (MAKE_CHAR_MULTIBYTE): Use it.
9453 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
9454 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
9455 (message_dolog, set_message_1):
9456 * search.c (Freplace_match):
9457 * editfns.c (Fcompare_buffer_substrings):
9458 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
9459 (concat):
9460 * insdel.c (copy_text, count_size_as_multibyte):
9461 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
9462 * term.c (produce_glyphs):
9463 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
9464 * regex.c (RE_CHAR_TO_MULTIBYTE):
9465 * cmds.c (internal_self_insert):
9466 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
9467
fd5f21e6
SM
9468 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
9469
4418646e
DN
94702009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9471
9472 * puresize.h (BASE_PURESIZE): Increase to 1310000.
9473
35f5c1d2
JB
94742009-10-16 Juanma Barranquero <lekktu@gmail.com>
9475
9476 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
9477
a0cd8f6b
AR
94782009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9479
9480 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
9481 still needed under Tiger.
9482
9483 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
9484
9485 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
9486 __Apple__.
9487
9488 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
9489
01a8d3fa
KH
94902009-10-15 Kenichi Handa <handa@m17n.org>
9491
9492 * print.c (print_object): Escape a symbol like "2E10" too.
9493
bf6c75c9 94942009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
9495
9496 Cleanups and changes for 64-bit compile under Snow Leopard.
9497 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
9498
9499 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
9500
c5959062 9501 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
9502 (ns_findfonts, nsfont_list_family): Use long format in printf, and
9503 cast argument.
9504 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 9505 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
9506
9507 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
9508
9509 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
9510 where appropriate.
9511
9512 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
9513 where appropriate.
6e4780c5
JB
9514 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
9515 Use stringWithUTF8String.
bf6c75c9
AR
9516 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
9517
6e4780c5
JB
9518 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
9519 Add formal protocol mention to inheritance.
bf6c75c9
AR
9520 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
9521
6e4780c5
JB
9522 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
9523 Fix printf format.
bf6c75c9
AR
9524 (ns_query_color): Use CGFloat where appropriate.
9525 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 9526 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
9527 argument.
9528
3d87f118
AR
9529 * config.in (NS_HAVE_NSINTEGER): Drop.
9530
a95c8102
AR
9531 * dbusbind.c (dbus-method-return-internal)
9532 (dbus-method-error-internal): Use long format in printf, and cast
9533 argument.
9534
9535 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
9536 in printf, and cast argument.
9537
6873acca 9538 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
9539 cast argument.
9540
9ec6f100
GM
95412009-10-11 Glenn Morris <rgm@gnu.org>
9542
9543 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
9544
5be883cd
JD
95452009-10-08 Jan Djärv <jan.h.d@swipnet.se>
9546
9547 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
9548 menu bar with a small width so it doesn't enlarge the frame.
9549
d7a39b51
JB
95502009-10-08 Juanma Barranquero <lekktu@gmail.com>
9551
9552 * fontset.c (Fset_fontset_font): Fix typos in error messages.
9553
0c2b6f8e
GM
95542009-10-06 Glenn Morris <rgm@gnu.org>
9555
9556 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
9557 SOME_MACHINE_LISP (this enters indirectly via DOC).
9558
e02131a2
EZ
95592009-10-05 Eli Zaretskii <eliz@gnu.org>
9560
9561 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
9562
b4744254
EZ
95632009-10-04 Eli Zaretskii <eliz@gnu.org>
9564
9565 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
9566 Doc fix.
9567
dbf64827
JB
95682009-10-03 Martin Rudalics <rudalics@gmx.at>
9569
9570 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
9571
e9a0aef8
MA
95722009-10-02 Michael Albinus <michael.albinus@gmx.de>
9573
d528b1ce 9574 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
9575 used anymore outside fileio.c.
9576
9577 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
9578
64eb2b56
JB
95792009-10-01 Juanma Barranquero <lekktu@gmail.com>
9580
9581 * lisp.h (Qdelete_directory_internal):
9582 Declare, instead of Qdelete_directory.
9583
9584 * w32fns.c (Fsystem_move_file_to_trash): Use it.
9585
9d28c33e
SM
95862009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * eval.c (Fcalled_interactively_p): Add `kind' argument.
9589
9d8f3bd9
MA
95902009-10-01 Michael Albinus <michael.albinus@gmx.de>
9591
9d28c33e 9592 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
9593 Fdelete_directory. It is not a command anymore. It has no file
9594 name handler.
9595
9694740b
SM
95962009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * xdisp.c (get_next_display_element): Use an enum in last change.
9599
748e162f
KH
96002009-09-28 Kenichi Handa <handa@m17n.org>
9601
9694740b 9602 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
9603 unibyte_display_via_language_environment in handling
9604 Vnobreak_char_display.
9605
17efd58d
AR
96062009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9607
9608 * nsterm.h (ns_app_name): New extern variable.
9609
9610 * nsterm.m (ns_app_name): New variable.
9611 (ns_term_init): Set and use it.
9612 (ns_term_shutdown): Use it.
9613
9614 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
9615 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
9616
9617 * nsfns.m (ns_set_name_iconic, ns_set_name)
9618 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
9619 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
9620
9694740b
SM
9621 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
9622 Remove double-casting in client_data comparison.
31c2d412 9623
3208cb35
YM
96242009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9625
9626 * keyboard.c (make_lispy_event): Remember last wheel direction.
9627 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
9628
b7d552d6
GM
96292009-09-26 Glenn Morris <rgm@gnu.org>
9630
9631 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
9632 internal.elc. Add term/pc-win.elc.
9633 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
9634 term/x-win.elc.
9635 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
9636 term/w32-win.elc.
9637 (NS_SUPPORT): New.
9638 (lisp): Add NS_SUPPORT.
9639 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
9640
4ff670a8
DR
96412009-09-25 David Reitter <david.reitter@gmail.com>
9642
9643 * nsmenu.m (EmacsMenu-clear): Recognize application menu
9644 on Mac OS X 10.6+ (bug#4513).
9645
feabfb6c
JB
96462009-09-24 Juanma Barranquero <lekktu@gmail.com>
9647
9648 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
9649 some parts of Emacs code (like font selection) don't grok them.
9650 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 9651
de59072a
AS
96522009-09-24 Andreas Schwab <schwab@redhat.com>
9653
9654 * coding.c (decode_coding_iso_2022): Fix operator precedence.
9655
a489517b
JB
96562009-09-24 Juanma Barranquero <lekktu@gmail.com>
9657
9658 * dired.c (Fdirectory_files): Fix typo in docstring.
9659
0592970c
AR
96602009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9661
9662 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
9663 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
9664 (EmacsScroller-setPosition:portion:whole:): Remove -display call
9665 under GNUstep.
9666 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
9667
9668 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
9669 glyph advancement.
9670
48e8a88b
AR
96712009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9672
9673 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 9674 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
9675
9676 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
9677 deleted (bug #4492).
9678
e14f0a78
AR
9679 * nsfont.m (Vns_reg_to_script): New lisp variable.
9680 (syms_of_nsfont): Declare it.
9681 (ns_registry_to_script): New function.
9682 (ns_get_req_script): Call it.
9683 (ns_findfonts): Don't give up on non-unicode registry.
9684
9685 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
9686
5b650faa
SM
96872009-09-20 Tom Tromey <tromey@redhat.com>
9688
9689 * eval.c (find_handler_clause): Make stack-trace-on-error work in
9690 batch mode (bug#4228).
9691
a489517b 96922009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
9693
9694 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 9695 carefully. (Bug #4339)
0bae4e09 9696
fcfe06f3
CY
96972009-09-18 Chong Yidong <cyd@stupidchicken.com>
9698
d798ba87 9699 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 9700
31642728
AR
97012009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9702
9703 * emacs.c (inhibit_x_resources): Update doc string for NS.
bba3e508
SM
9704 (main) [HAVE_NS]: Don't process --no-init-file option.
9705 Remove legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
9706
9707 * nsterm.h (ns_no_defaults): Remove.
9708
9709 * nsterm.m (ns_no_defaults): Remove.
9710 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
9711 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
9712 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
9713 don't update the NSWindow itself.
bba3e508
SM
9714 (EmacsView-windowWillUseStandardFrame:defaultFrame:):
9715 Improve state detection and store user rect ourselves. (Bug #3581)
31642728
AR
9716
9717 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
9718 ns_use_qd_smoothing.
9719
9720 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
9721 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 9722 (x-close-connection): Drop PSFlush() under OS X.
a489517b 9723 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 9724
8686ac71
JB
97252009-09-17 Juanma Barranquero <lekktu@gmail.com>
9726
9727 * emacs.c (inhibit_x_resources): New variable.
9728 (main) [HAVE_NS]: Don't process --quick command line option.
9729 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
9730
9731 * lisp.h (inhibit_x_resources): Declare it extern.
9732
9733 * w32reg.c (x_get_string_resource):
9734 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
9735
e227ba05
EZ
97362009-09-17 Eli Zaretskii <eliz@gnu.org>
9737
362654a6
JB
9738 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
9739 Add lisp/term/internal.elc.
e227ba05 9740
742d40e8
SM
97412009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
9744 (bug#4461).
9745
005bd5a2
DN
97462009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9747
9748 * puresize.h (BASE_PURESIZE): Increase to 1290000.
9749
9750 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
9751 (OBJECTS_MACHINE): Remove, unused.
9752
f9af9719
SM
97532009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * frame.c (x_get_resource_string): Remove unused.
9756
0307c7d2
JD
97572009-09-15 Jan Djärv <jan.h.d@swipnet.se>
9758
9759 * xterm.c (x_new_font): Call change_frame_size before calling
9760 x_set_window_size, in case frame size won't change.
9761
9762 * frame.c (x_set_font): Remove dead code.
9763
428b13d6
SM
97642009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9765
9766 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
9767
5766c380
SM
97682009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * lread.c (Fload): Don't output a message after loading an obsolete
9771 package any more (done in Lisp now).
9772
2fd0161b
CY
97732009-09-12 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * fns.c (syms_of_fns): Doc fix (Bug#4227).
9776
bc5e75b6
SM
97772009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * keymap.c (Fwhere_is_internal): Use nconc2.
9780
c31c985e
AM
97812009-09-11 Alan Mackenzie <acm@muc.de>
9782
9783 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
9784 batch mode.
9785
78012bd2
AS
97862009-09-11 Andreas Schwab <schwab@linux-m68k.org>
9787
9788 * xdisp.c (display_mode_element): Detect cycles.
9789
9d889332
SM
97902009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * keymap.c (where_is_internal): Don't erroneously return nil right after
9793 filling the cache.
9794 (where_is_internal_1): Fix up typo.
9795
7ab5d780
GM
97962009-09-11 Glenn Morris <rgm@gnu.org>
9797
9798 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
9799 share a common doc-string.
9800
5238a749
SM
98012009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9802
66d77eda
SM
9803 * keymap.c (get_keymap): Return the actual keymap symbol rather than
9804 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
9805
5238a749
SM
9806 * keymap.c (QCadvertised_binding): New constant.
9807 (syms_of_keymap): Initialize it.
9808 (Fwhere_is_internal): Try and use bindings from :advertised-binding
9809 if applicable.
9810
19f48442
SM
98112009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9812
50d4ba39
SM
9813 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
9814 (parse_menu_item): Streamline since bindings are recomputed all the
9815 time anyway. Don't bother checking Vdefine_key_rebound_commands any
9816 more and don't support lmenu's menu-alias any more either.
9817
a88a5372
SM
9818 * keymap.c (where_is_internal_data): Make noindirect a boolean.
9819 (where_is_internal): Strip it down to only traverse the keymaps.
9820 Move the cache handling from Fwhere_is_internal to here.
9821 (Fwhere_is_internal): Move the handling of remapping and the choice of
9822 the best binding from where_is_internal to here.
9823 Unify the cached/noncached paths, so remapping is also handled
9824 correctly when the cache is used, and so the cache can be used to
9825 speed up remap-handling when applicable.
9826 Give preference to non-remapped bindings.
9827 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
9828 non-remapped bindings.
9829 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
9830 command remapping.
9831
19f48442
SM
9832 * xdisp.c (display_mode_element): Move list length limit from 50 to
9833 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
9834
599498c3 98352009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
9836
9837 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
9838
f9b7b5ac
SM
98392009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9840
a53af587
JB
9841 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
9842 (Bug#4334)
9843
f9b7b5ac
SM
9844 * keymap.c (where_is_internal): Filter out shadowed remappings.
9845 Assume that where_is_internal returns unshadowed bindings to simplify
9846 the code and get rid of the gotos. Use ASIZE.
9847
04f4b72d
JD
98482009-09-04 Jan Djärv <jan.h.d@swipnet.se>
9849
4da146f2
JD
9850 * xterm.c (x_focus_changed): If we get a focusout and pointer
9851 is invisible, make it visible.
9852
04f4b72d
JD
9853 * xterm.h: Remove condition for declaration of
9854 x_*_window_to_frame.
9855
7cef7ce3
SM
98562009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
9859 initial terminal as well.
9860
a54fa5b7
JD
98612009-09-02 Jan Djärv <jan.h.d@swipnet.se>
9862
9863 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 9864 x_menubar_window_to_frame.
a54fa5b7 9865
50426a04 9866 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
9867 (XTmouse_position): Do not return valid positions
9868 for clicks in the menubar and the toolbar for Gtk+.
9869
9870 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
9871 if the widget for the event has the same top level as a frame,
9872 return the frame.
9873 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
9874 internal windows, bug #4122.
9875 (x_non_menubar_window_to_frame): Remove.
9876
5a021dd0
GM
98772009-09-02 Glenn Morris <rgm@gnu.org>
9878
9879 * buffer.c (default-major-mode): Move most of the doc from here...
9880 (major-mode): ... to here.
9881
548fe2f3
NR
98822009-08-30 Nick Roberts <nickrob@snap.net.nz>
9883
9884 * process.c (wait_reading_process_output): Keep the descriptor
9885 when pty is used by a non-child process, e.g., in I/O buffer of
9886 GDB this allows inferior to be restarted.
9887
e0840eef
EZ
98882009-08-29 Eli Zaretskii <eliz@gnu.org>
9889
9890 * xdisp.c (redisplay_internal): Remove redundant test and collapse
9891 both branches into one.
9892
82e98df4
SM
98932009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
9896 (main): Use enable-multibyte-characters rather than
9897 default-enable-multibyte-characters. Output a warning message when
9898 running a unibyte session.
9899
890617cb
YM
99002009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9901
9902 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
9903 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
9904 (copy_data_segment): Also copy __program_vars section.
9905 (copy_dyld_info) [LC_DYLD_INFO]: New function.
9906 (dump_it) [LC_DYLD_INFO]: Use it.
9907
9908 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
9909
e7adeadc
EZ
99102009-08-28 Eli Zaretskii <eliz@gnu.org>
9911
9912 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
9913 $(SRC)/buildobj.h.
ef1b0ba7 9914 (buildobj.h): Rename from $(SRC)/buildobj.h.
e7adeadc
EZ
9915 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
9916 $(SRC)/buildobj.h.
9917 (clean): Add buildobj.h.
9918
3ed8bbdc
TZ
99192009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
9920
9921 * print.c (print_object): Set escapeflag to 1 when printing
9922 hashtable keys and values.
9923
155a6764
SM
99242009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * lread.c (read_integer): Use doubles (and potentially return a float
9927 number) as we do in string-to-number.
9928 (read1): Use strtol to read integers, signal errors on strtol's
9929 overflow and use floats if strtol's output is too large for
9930 Elisp integers.
9931
877610de
EZ
99322009-08-27 Eli Zaretskii <eliz@gnu.org>
9933
9934 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
9935 (make-buildobj-SH): Fix last change.
9936 (SRC): Move to before where it's first used.
9937
ef73e7be
KH
99382009-08-27 Kenichi Handa <handa@m17n.org>
9939
550c8289
KH
9940 * process.c (send_process): Use encode_coding_object instead of
9941 encode_coding_string to perform eol-conversion even if the string
9942 is unibyte.
9943
60afa08d
KH
9944 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
9945 character.
9946
ef73e7be 9947 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 9948 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 9949
7b3a82d7
DN
99502009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9951
5654bf63
DN
9952 * callproc.c (Fcall_process): Remove always true #if.
9953
7b3a82d7
DN
9954 * lisp.h: Replace #if 0 code for checking with text pointing to
9955 the --enable-checking configure flag.
9956
9957 * emacs.c (main): Mention the --enable-profiling configure flag
9958 instead of using CFLAGS.
9959
878bde49
KR
99602009-08-26 Ken Raeburn <raeburn@raeburn.org>
9961
9962 * Makefile.in (buildobj.h): New target.
9963 (doc.o): Depend on it.
9964 (temacs${EXEEXT}): Don't generate buildobj.lst.
9965 (mostlyclean): Delete buildobj.h, not buildobj.lst.
9966 * makefile.w32-in ($(SRC)/buildobj.h): New target.
9967 ($(BLD)/doc.$(O)): Depend on it.
9968 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
9969 provided by Eli Zaretskii.)
9970 ($(TEMACS)): Don't generate buildobj.lst.
9971 * doc.c: Include buildobj.h.
9972 (buildobj): New static variable.
9973 (Fsnarf_documentation): Use it, instead of opening and reading
9974 buildobj.lst.
9975
1574224c
MA
99762009-08-25 Michael Albinus <michael.albinus@gmx.de>
9977
9978 * dbusbind.c (Fdbus_call_method)
9979 (Fdbus_call_method_asynchronously): Use English numeric format for
9980 timeout values in doc string.
9981
d9da2f45
KH
99822009-08-25 Kenichi Handa <handa@m17n.org>
9983
ef73e7be
KH
9984 * alloc.c (mark_char_table): New function.
9985 (mark_object): Use mark_char_table for a char-table.
9986
d9da2f45
KH
9987 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
9988 (CHAR_TABLE_REF): Use it.
9989
c8edcc01
KR
99902009-08-23 Ken Raeburn <raeburn@raeburn.org>
9991
9992 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
9993 before invoking the newly build emacs to check for load-path
9994 shadowing.
9995
7763401b
GM
99962009-08-22 Glenn Morris <rgm@gnu.org>
9997
9998 * Makefile.in (bootstrap_exe): New variable.
9999 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
10000 Use ${bootstrap_exe}.
10001
729eadda
EZ
100022009-08-22 Eli Zaretskii <eliz@gnu.org>
10003
10004 * coding.h (encode_coding_string): Don't encode unibyte strings.
10005 (Bug#4047)
10006
eb4c6ace
MA
100072009-08-22 Michael Albinus <michael.albinus@gmx.de>
10008
10009 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
10010
10011 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
10012 intended as hotfix only.
10013 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
10014
36e34d1b
AR
100152009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10016
10017 * nsterm.m (ns_get_color): Update documentation properly for last
bba3e508
SM
10018 change, and clean up loose ends in the code left by it.
10019 Fix longstanding bug with 16-bit hex parsing, and add support for
36e34d1b
AR
10020 yet another X11 format (rgb:r/g/b) for compatibility.
10021 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
10022 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
10023
f983eb8a
SM
100242009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
10027
3f56d3c6
MA
100282009-08-20 Michael Albinus <michael.albinus@gmx.de>
10029
10030 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
10031 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
10032 (xd_initialize, xd_pending_messages): Check, whether
10033 $DBUS_SESSION_BUS_ADDRESS is set.
10034
fb641d68
YM
100352009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10036
10037 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
10038
10039 * nsterm.m (ns_get_color): Remove incompatible color formats again.
10040
cf59a374
GM
100412009-08-20 Glenn Morris <rgm@gnu.org>
10042
10043 * emacs.c (system-type): Doc fix.
10044
1373f3be
SM
100452009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
10048 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
10049
058ed861
MA
100502009-08-18 Michael Albinus <michael.albinus@gmx.de>
10051
1373f3be
SM
10052 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
10053 New functions.
058ed861
MA
10054 (xd_initialize): Revert change from 2009-08-16.
10055
563a866e 100562009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
10057
10058 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 10059 font-group vector, return nil.
5fc05db0 10060
e42bdf01
CY
100612009-08-17 Chong Yidong <cyd@stupidchicken.com>
10062
10063 * process.c (status_notify): Don't perform redisplay.
10064 (Fdelete_process, list_processes_1, process_send_signal):
10065 Expliticly perform redisplay.
10066 (wait_reading_process_output): Always check process status, but
10067 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
10068
4230ab74
KR
100692009-08-17 Ken Raeburn <raeburn@raeburn.org>
10070
1373f3be 10071 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
10072 (XFLOAT_INIT): New macro for storing a float value.
10073 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
10074 * fns.c (sxhash): Copy out the value of a float in order to
10075 examine its bytes.
10076 * dbusbind.c (xd_append_arg): Likewise.
10077
4230ab74
KR
10078 * emacs.c (main): Don't call syms_of_data twice.
10079
a0645cdd
MA
100802009-08-16 Michael Albinus <michael.albinus@gmx.de>
10081
10082 * dbusbind.c (xd_initialize): Add connection file descriptor to
10083 input_wait_mask, in order to let select() detect, whether a new
10084 message has been arrived.
ca4f31ea 10085 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 10086
485db0ba
MA
100872009-08-15 Michael Albinus <michael.albinus@gmx.de>
10088
1373f3be
SM
10089 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
10090 New functions.
485db0ba
MA
10091
10092 * lisp.h (xd_pending_messages): Declare.
10093
10094 * keyboard.c (readable_events): Call xd_pending_messages.
10095
b5b98ff4
CY
100962009-08-15 Chong Yidong <cyd@stupidchicken.com>
10097
1373f3be 10098 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 10099
f8354c6e
CY
10100 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
10101
b5b98ff4
CY
10102 * buffer.c (set_buffer_internal_1)
10103 (swap_out_buffer_local_variables): Check for unbound local
10104 variables (Bug#4138).
10105
8b9fc636
EZ
101062009-08-14 Eli Zaretskii <eliz@gnu.org>
10107
10108 * process.c (create_pty): Fix last change.
10109
ce959360
CY
101102009-08-13 Chong Yidong <cyd@stupidchicken.com>
10111
10112 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
10113 (xbm_load_image): Caller changed.
64b807c9 10114 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 10115
c7baf7e9
NR
101162009-08-13 Nick Roberts <nickrob@snap.net.nz>
10117
10118 * process.c (create_pty): New function.
10119 (Fstart_process): Use it to allow Emacs to just associate a pty
10120 with the buffer. See associated change in gdb-mi.el.
10121 (list_processes_1): Deal with no program name.
10122 (start_process_unwind): Use pid == -2 to mean no process.
10123
1ac9108a
SM
101242009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * cmds.c (nonundocount): New global variable.
10127 (keys_of_cmds): Initialize it.
10128 (Fself_insert_command): Use it to combine upto 20 sequential chars
10129 into a single undo entry, just like the Qself_insert_command code in
10130 keyboard.c does.
10131 Call frame_make_pointer_invisible, also like the Qself_insert_command
10132 code in keyboard.c does.
10133 * keyboard.c (command_loop_1): Use the new global nonundocount rather
10134 than its own local replacement for it.
10135
e267324c
KR
101362009-08-10 Ken Raeburn <raeburn@raeburn.org>
10137
1ac9108a 10138 * fns.c (concat): Don't re-set string length to its current value.
77437343 10139
1ac9108a
SM
10140 * coding.h (decode_coding_string, encode_coding_string):
10141 Use SBYTES macro.
f0bed503 10142
1ac9108a 10143 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
10144 (doprnt): Merge with doprnt1, discarding lispstrings code.
10145 * lisp.h (doprnt_lisp): Don't declare.
10146
416e006d
JL
101472009-08-07 Juri Linkov <juri@jurta.org>
10148
10149 * puresize.h (BASE_PURESIZE): Increase to 1270000.
10150
6f7d5780
DN
101512009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10152
10153 * print.c (syms_of_print): Undo previous change.
10154
f19a0f5b
TZ
101552009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
10156
10157 * lread.c (read1, syms_of_lread): Read hashtables back from the
10158 readable format.
10159
10160 * print.c (print_preprocess, print_object): Print hashtables fully
10161 and readably.
10162 (syms_of_print): Provide 'hashtable-print-readable.
10163
b9173dc2
AR
101642009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10165
10166 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
10167 no family set.
10168 (nsfont_open): Handle case when entity has no family.
10169
1586503c
AR
101702009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10171
10172 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
10173 element, not a list, for match case.
10174
087048cd
KH
101752009-07-28 Kenichi Handa <handa@m17n.org>
10176
10177 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
10178 rigidly.
10179
10180 * xfont.c (xfont_list_pattern): Don't ignore the return value of
10181 font_parse_xlfd. Check font properties more rigidly.
10182
780c2506
DN
101832009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10184
31fd7c5c
JB
10185 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
10186 bsd-common.h.
780c2506 10187
a8c0cc18
KH
101882009-07-27 Kenichi Handa <handa@m17n.org>
10189
10190 * xfaces.c (face_with_height): Call font_clear_prop.
10191
4fbe2306
CY
101922009-07-26 Chong Yidong <cyd@stupidchicken.com>
10193
111d9af3
CY
10194 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
10195
10196 * xterm.c (x_term_init): Use Qx.
10197
4fbe2306
CY
10198 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
10199
1ac9108a 10200 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
10201 (ns_get_color): Revert 2009-07-16 change.
10202
beb0b7f9
EZ
102032009-07-25 Eli Zaretskii <eliz@gnu.org>
10204
10205 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 10206 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 10207
2baf5e76
KR
102082009-07-25 Ken Raeburn <raeburn@raeburn.org>
10209
1ac9108a
SM
10210 * coding.h (decode_coding_string, encode_coding_string):
10211 Use SCHARS macro.
8890e5f5 10212
2baf5e76 10213 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 10214 (load_depth): Delete.
2baf5e76
KR
10215 (Qload_in_progress): New variable.
10216 (load_unwind): Don't reference load_depth or load_in_progress.
10217 (Fload): Likewise; specbind Qload_in_progress instead.
10218 (init_lread): Don't initialize load_depth.
10219 (syms_of_lread): Initialize and protect Qload_in_progress.
10220
1395c6f5
AR
102212009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10222
10223 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
10224
4e2f36cf
AR
102252009-07-23 Yavor Doganov <yavor@gnu.org>
10226
10227 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
10228
5dd9a6f7
AR
102292009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10230
10231 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
10232 Bugs 3792, 3720, 2402.
10233 (ns_lookup_indexed_color): Check for bad index.
10234 (ns_index_color): Init unused slot to 0.
10235 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
10236 Bug 3714, possibly 3082.
5dd9a6f7 10237
c902b920
JR
102382009-07-22 Jason Rumney <jasonr@gnu.org>
10239
1ac9108a
SM
10240 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
10241 Position IME window at cursor (Bug#2570).
c902b920
JR
10242 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
10243 (globals_of_w32fns): Dynamically load functions required above.
10244
10245 * w32term.c (w32_draw_window_cursor): Send message to reposition
10246 any IME window.
10247
090101cf
CY
102482009-07-21 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * fileio.c: Revert 2009-07-16 changes.
10251 (Vauto_save_include_big_deletions): New variable.
10252 (Fdo_auto_save): Disable auto-save only if
10253 auto-save-include-big-deletions is nil.
10254
e6583e3d
CY
102552009-07-21 Chong Yidong <cyd@stupidchicken.com>
10256
10257 * xdisp.c (move_it_to): For continued lines ending in a tab, take
10258 the overflowed pixels into account (Bug#3879).
10259
ece435a5
KR
102602009-07-21 Ken Raeburn <raeburn@raeburn.org>
10261
10262 * lread.c (load_depth): New variable.
10263 (Fload, load_unwind, init_lread): Set it to the load recursion
10264 depth; set load_in_progress as a simple boolean based on the
10265 current load_depth. (Bug#3892)
10266
40b2d973
AR
102672009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10268
10269 * nsfont.m (ns_has_attribute): Remove.
10270 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
10271
10be7e0d
JL
102722009-07-18 Juri Linkov <juri@jurta.org>
10273
10274 * process.c (Fset_process_query_on_exit_flag): Mention killing
10275 a buffer in docstring.
10276
fa055055
KH
102772009-07-17 Kenichi Handa <handa@m17n.org>
10278
10279 * casetab.c (shuffle): Fix the logic of setting up the cycle.
10280
042f7b69
YM
102812009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10282
10283 * nsfns.m (Fns_set_alpha): Remove function.
10284 (syms_of_nsfns): Don't defsubr it.
10285
10286 * nsterm.m (ns_get_color): Remove incompatible color formats.
10287 (ns_color_to_lisp): Generate #rrggbb color format string.
10288
4be941e3
RS
102892009-07-16 Richard Stallman <rms@gnu.org>
10290
10291 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
10292 (Fset_buffer_auto_saved): Handle save_length = -2.
10293
4e6b227d
CY
102942009-07-16 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * xterm.c (Qx_gtk_map_stock): New var.
10297
10298 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
10299 of calling intern each time.
10300
a1856973
YM
103012009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10302
10303 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
10304 does tiling.
10305
10306 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
10307
497e54d8
KH
103082009-07-14 Kenichi Handa <handa@m17n.org>
10309
72d36834
KH
10310 * font.c (font_vconcat_entity_vectors): New function.
10311 (struct font_sort_data): New member font_driver_preference.
10312 (font_compare): Check font_driver_preference.
10313 (font_sort_entities): The format of the first argument changed.
10314 (font_delete_unmatched): Likewise.
10315 (font_list_entities): The return type changed.
10316 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
10317 (font_find_for_lface): Adjuste for the above changes.
10318 Don't suppress the checking of C even if the repertory supports it.
10319 (Flist_fonts): Adjust for the above changes.
72d36834 10320
1ac9108a
SM
10321 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
10322 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
10323 Reject a font who has adstyle property that is different from a
10324 langname derived from registry property.
1ac9108a 10325 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 10326
b6046155
EZ
103272009-07-13 Eli Zaretskii <eliz@gnu.org>
10328
10329 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
10330 local copy of dirfilename.
10331
fb6b6049
KH
103322009-07-13 Kenichi Handa <handa@m17n.org>
10333
e2402a5e
KH
10334 * chartab.c (sub_char_table_ref_and_range): Fix the range check
10335 against max_char.
10336
fb6b6049
KH
10337 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
10338 calling XSYMBOL (sym).
10339
65156807
EZ
103402009-07-11 Eli Zaretskii <eliz@gnu.org>
10341
1ac9108a
SM
10342 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
10343 New function.
10344 (directory_files_internal) [WINDOWSNT]:
10345 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
10346 the filesystem of the directory is fast or slow.
10347
10348 * w32.c (logon_network_drive): Don't assume PATH is an absolute
10349 file name.
10350 (is_slow_fs): New function.
10351 (stat): Use it to determine whether to issue more system calls to
10352 get accurate file attributes, when w32-get-true-file-attributes is
10353 `local'.
10354
e0ab5fcf
JD
103552009-07-10 Jan Djärv <jan.h.d@swipnet.se>
10356
10357 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 10358 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
10359 parameter font-parameter as default to the font dialog.
10360
784ceded
KH
103612009-07-10 Kenichi Handa <handa@m17n.org>
10362
10363 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
10364
fb8edc0b
EZ
103652009-07-09 Eli Zaretskii <eliz@gnu.org>
10366
1ac9108a 10367 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 10368
fb8edc0b
EZ
10369 * w32.c (stat): Treat UNC file names as residing on remote
10370 drives. (Bug#3542)
10371
635c75b1
KH
103722009-07-09 Kenichi Handa <handa@m17n.org>
10373
10374 * fontset.c (fontset_find_font): Fix previous change.
10375
c1d5ce94
MA
103762009-07-08 Michael Albinus <michael.albinus@gmx.de>
10377
10378 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
10379 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
10380 error flag.
10381
edb61b39
KH
103822009-07-08 Kenichi Handa <handa@m17n.org>
10383
374bf7e4
KH
10384 * fontset.c (fontset_find_font): Fix the logic of handling
10385 charset_matched.
10386 (font_for_char): Delete unused var.
10387 (generate_ascii_font_name): Delete it.
10388
edb61b39
KH
10389 * coding.h (JIS_TO_SJIS2): Fix the code range check.
10390
10391 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
10392 (encode_coding_sjis): Fix the code range check.
10393
0f3f018c
CY
103942009-07-07 Chong Yidong <cyd@stupidchicken.com>
10395
10396 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
10397 (Fexpand_file_name): Copy string data properly (Bug#3772).
10398
fcaf6f3a
JD
103992009-07-07 Jan Djärv <jan.h.d@swipnet.se>
10400
10401 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
10402 first MapNotify.
10403
6809ca75
KH
104042009-07-07 Kenichi Handa <handa@m17n.org>
10405
10406 * character.h (unibyte_has_multibyte_table): Delete extern.
10407 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
10408
10409 * charset.c (Fset_charset_priority): Update charset_unibyte.
10410 (syms_of_charset): Initialize charset_unibyte.
10411
10412 * character.c (unibyte_has_multibyte_table): Delete it.
10413 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
10414 charset_unibyte.
10415 (multibyte_char_to_unibyte_safe): Likewise.
10416 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
10417
1ac9108a 10418 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
10419 (x_produce_glyphs): Likewise.
10420
10421 * .gdbinit (xcharset): Fix the treating $arg0.
10422
ad9e2d54
EZ
104232009-07-04 Eli Zaretskii <eliz@gnu.org>
10424
10425 Emulation of `getloadavg' on MS-Windows.
50426a04 10426 * w32.c: Include float.h.
ad9e2d54
EZ
10427 (g_b_init_get_native_system_info, g_b_init_get_system_times)
10428 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
10429 (get_native_system_info, get_system_times): New functions.
10430 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
10431 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
10432 (globals_of_w32): Initialize g_b_init_get_native_system_info,
10433 g_b_init_get_system_times, and num_of_processors.
10434
0a3472c7
JR
104352009-07-03 Jason Rumney <jasonr@gnu.org>
10436
10437 * w32term.c (w32_initialize): Use standard types.
10438
80904120
EZ
104392009-07-03 Eli Zaretskii <eliz@gnu.org>
10440
10441 * dired.c (Ffile_attributes): Decode user and group names by the
10442 locale's encoding. (Bug#3443)
10443
6978862d
DN
104442009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10445
f8d23104
DN
10446 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
10447 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
10448
10449 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
10450
10451 * term.c (init_tty): Remove spurious #ifdef.
10452
6978862d
DN
10453 * m/mips.h: Mention this file is also used for netbsd.
10454 * m/pmax.h: Remove file.
10455
e044e4fc
JD
104562009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10457
10458 * xterm.h (struct x_display_info): Add invisible_cursor.
10459 (struct x_output): Add current_cursor.
10460
10461 * xterm.c (XTtoggle_invisible_pointer): New function.
10462 (x_define_frame_cursor): Don't define cursor if invisible or the
10463 same as before. Set current_cursor.
10464 (x_create_terminal): Set toggle_invisible_pointer_hook.
10465
10466 * xfns.c (make_invisible_cursor): New function.
10467 (x_set_mouse_color): Call make_invisible_cursor.
10468 Set current_cursor.
10469 (x_window): Set current_cursor.
10470
10471 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
10472
10473 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
10474 inserting a character.
10475 (read_avail_input): Call frame_make_pointer_visible.
10476
10477 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
10478 (frame_make_pointer_invisible, frame_make_pointer_visible):
10479 New functions.
e044e4fc
JD
10480 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
10481
10482 * frame.h: Declare frame_make_pointer_invisible and
10483 frame_make_pointer_visible.
10484 (struct frame): Add pointer_invisible.
10485
574c8efa
JD
104862009-07-02 Jan Djärv <jan.h.d@swipnet.se>
10487
7b507248
JD
10488 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
10489 frame isn't visible.
10490 (xg_frame_resized): If width/height is -1, get size of window
10491 from X server.
10492
10493 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
10494 for MapNotify.
10495
835bdaa7 10496 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 10497 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 10498 (flush_and_sync): Reintroduce.
574c8efa 10499
3f1c6666 105002009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 10501
31fd7c5c 10502 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
10503
10504 * xterm.c (x_handle_net_wm_state): Also look for sticky.
10505 (x_term_init): Initialize Xatom_net_wm_state_sticky.
10506
10507 * frame.h: Declare Qsticky.
10508
cad9ef74
JD
10509 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
10510
10511 * nsfns.m (ns_frame_parm_handlers): Ditto.
10512
10513 * frame.c: Declare Qsticky.
10514 (frame_parms): Add sticky.
10515
10516 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
10517
10518 * xterm.h: Declare x_set_sticky.
10519
10520 * xterm.c (x_set_sticky): New function.
10521
69b16610
JD
10522 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
10523 (xg_tool_bar_menu_proxy): Attach enter/leave events to
10524 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
10525
10526 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
10527
10528 * frame.c: Qmaximized is new.
10529 (x_set_frame_parameters): Do not handle fullscreen specially.
10530 Only set width and height if explicitly set.
10531 (x_set_fullscreen): Handle Qmaximized.
10532 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
10533 (syms_of_frame): Initialize Qmaximized.
10534
1ac9108a
SM
10535 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
10536 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
10537
10538 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
10539 for Expose event. Add call to x_check_fullscreen for MapNotify event.
10540 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
10541 set gravity to NorthWestGravity when USE_GTK.
10542 (set_wm_state): New function.
31fd7c5c 10543 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
10544 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
10545 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 10546 or the case when no window manager is running. That means remove calls
3f1c6666
JD
10547 to x_real_positions and x_fullscreen_adjust.
10548
10549 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
10550 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
10551 flush_and_sync.
10552 (xg_height_changed): New function.
10553 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
10554 and gtk_window_set_policy. Set frame gravity after parsing the
10555 geometry string.
3f1c6666
JD
10556 (xg_update_frame_menubar, free_frame_menubar)
10557 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
10558 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
10559 Remove calls to xg_frame_set_char_size.
10560
fd503d99
KH
105612009-07-01 Kenichi Handa <handa@m17n.org>
10562
10563 * keyboard.c (decode_keyboard_code): New function.
10564 (tty_read_avail_input): Decode the input bytes if necessary.
10565
1ac9108a
SM
10566 * coding.c (setup_coding_system):
10567 Initialize coding->carryover_bytes to 0.
fd503d99
KH
10568 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
10569 use Qno_conversion.
10570
24ed93fb
YM
105712009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10572
10573 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
10574
99061dfc
CY
105752009-06-30 Chong Yidong <cyd@stupidchicken.com>
10576
1ac9108a 10577 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 10578
ff90fbde
JR
105792009-06-30 Jason Rumney <jasonr@gnu.org>
10580
10581 * w32term.c (w32_initialize): Use GetModuleHandle for library that
10582 is already loaded.
10583 Set user model ID if supported (bug#1849).
10584
5f445726
JM
105852009-06-29 Jim Meyering <meyering@redhat.com>
10586
10587 Remove useless if-before-xfree test.
10588 * nsfont.m (nsfont_close): Remove useless test.
10589 * term.c (delete_tty): Likewise.
10590 * w32.c (system_process_attributes): Likewise.
10591 * w32font.c (w32font_close): Likewise.
10592 * xfaces.c (x_free_gc): Likewise.
10593 * xselect.c (buffer): Likewise.
10594
b9607587
AS
105952009-06-28 Andreas Schwab <schwab@linux-m68k.org>
10596
10597 * process.c (send_process): Keep decoded string in a local
10598 variable and protect it from GC. (Bug#3521)
10599
89ba96f4
EZ
106002009-06-28 Eli Zaretskii <eliz@gnu.org>
10601
10602 * term.c (create_tty_output) [MSDOS]: #ifdef away.
10603 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
10604
098a1589
CY
106052009-06-28 Chong Yidong <cyd@stupidchicken.com>
10606
485422be
CY
10607 * xdisp.c (start_display, handle_face_prop)
10608 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
10609 (redisplay_window, try_window_id, produce_image_glyph):
10610 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 10611
098a1589
CY
10612 * xterm.c (x_update_window_begin, x_new_focus_frame)
10613 (x_scroll_bar_handle_click, handle_one_xevent)
10614 (handle_one_xevent, XTread_socket, x_focus_on_frame)
10615 (x_make_frame_visible, x_make_frame_invisible)
10616 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
10617 code chunks that are now obsolete.
10618
78c38319
MA
106192009-06-28 Michael Albinus <michael.albinus@gmx.de>
10620
10621 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
10622 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
10623 for hours, when optimzation is enabled.
10624 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
10625 (xd_read_message): Make them static.
10626
4189ed40
CY
106272009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
10628
10629 * term.c (turn_on_face): Allow simultaneously bold and dim
10630 terminal faces (Bug#3530).
10631
cd9b5e16
CY
106322009-06-27 Chong Yidong <cyd@stupidchicken.com>
10633
4e23bedb
CY
10634 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
10635
cd9b5e16
CY
10636 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
10637 truncation glyphs (Bug#3686).
10638
07cc3c35
GM
106392009-06-27 Glenn Morris <rgm@gnu.org>
10640
10641 * m/pmax.h: Restore file, with only netbsd portions.
10642
31fd7c5c 106432009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 10644
cd9b5e16 10645 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 10646
42d4a64f
KH
106472009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
10648
10649 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
10650 the arg FORCE_SYMBOL.
10651
930fe55b 106522009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
10653
10654 * fontset.c (fontset_find_font): When a usable rfont_def is found
10655 in a fallback font-group, make it the first element of the group.
10656
57ebc3fd
CY
106572009-06-24 Chong Yidong <cyd@stupidchicken.com>
10658
10659 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
10660
f084f942
KH
106612009-06-24 Kenichi Handa <handa@m17n.org>
10662
10663 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
10664 set for C.
10665 (fontset_font): Record the availability of a font for C both in
10666 the realized fontsets of the current one and the default one.
10667
2f686c87
DN
106682009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10669
10670 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
10671 conditional, it is always defined on AIX.
10672
666e158e
MB
106732009-06-23 Miles Bader <miles@gnu.org>
10674
10675 * window.c (Vrecenter_redisplay): New variable.
10676 (syms_of_window): Initialize it.
10677 (Qtty): New extern declaration.
10678 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
10679
c6da7cd2
JM
106802009-06-23 Jim Meyering <meyering@redhat.com>
10681
1ac9108a
SM
10682 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
10683 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 10684 pointer dereferences are guaranteed to be valid.
c6da7cd2 10685
678dca3d
KH
106862009-06-23 Kenichi Handa <handa@m17n.org>
10687
74d75424
KH
10688 * emacs.c (main): Call init_font ().
10689
10690 * font.h (Vfont_log): Extern it.
10691 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
10692
10693 * font.c (font_sort_entities, font_list_entities)
10694 (font_matching_entity, font_open_entity)
10695 (font_close_object): Change font_add_log to FONT_ADD_LOG.
10696 (Vfont_log): Delete static.
10697 (font_log_env_checked): Delete this variable.
10698 (font_add_log): Don't check font_log_env_checked.
10699 (font_deferred_log): Check Vfont_log.
10700 (init_font): New function.
10701
678dca3d
KH
10702 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
10703
10704 * w32font.c: Change font_add_log to FONT_ADD_LOG.
10705
10706 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
10707
10708 * xfont.c: Change font_add_log to FONT_ADD_LOG.
10709
10710 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
10711 (face_for_char): Don't call font_deferred_log here.
10712 (font_for_char): Likewise.
10713
8a668709
CY
107142009-06-22 Chong Yidong <cyd@stupidchicken.com>
10715
9a01ee33
CY
10716 * w32term.c (x_draw_glyph_string): Use the glyph string's width
10717 rather than its background_width for drawing the overline and
10718 underline (Bug#489).
10719
10720 * xterm.c (x_draw_glyph_string): Use the glyph string's width
10721 rather than its background_width for drawing the overline and
10722 underline (Bug#489).
ec7c9926
CY
10723 (xg_default_icon_file): New variable.
10724 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
10725 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 10726
8a668709
CY
10727 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
10728 (load_overlay_strings): Remove externs.
10729 (fast_find_position): Function deleted.
10730 (mouse_face_from_buffer_pos): New function, based on
10731 fast_find_position. Correctly handle before-strings,
10732 display-strings, and after-strings (Bug#1220).
10733 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
10734
4d4c02d8
CY
107352009-06-21 Chong Yidong <cyd@stupidchicken.com>
10736
1ac9108a 10737 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
10738 (move_it_in_display_line_to, move_it_in_display_line_to)
10739 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
10740
70243478
CY
107412009-06-21 Chong Yidong <cyd@stupidchicken.com>
10742
10743 * Branch for 23.1.
10744
13087e59
JR
107452009-06-21 Jason Rumney <jasonr@gnu.org>
10746
10747 * w32term.c (keyboard_codepage): New static variable.
10748 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
10749 (w32_read_socket) [WM_CHAR]: Use it to decode character
10750 input (bug#3237).
10751 (w32_initialize): Initialize it.
10752 (codepage_for_locale): New function.
10753
4735b74e
KR
107542009-06-20 Ken Raeburn <raeburn@raeburn.org>
10755
10756 * process.c (status_message): Pass Faset index argument as a lisp
10757 object, so as to work with USE_LISP_UNION_TYPE.
10758
0e727afa
YM
107592009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10760
10761 * coding.c (Ffind_coding_systems_region_internal):
10762 Cache checked characters.
10763
cf299835
KH
107642009-06-18 Kenichi Handa <handa@m17n.org>
10765
1ac9108a 10766 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 10767
90f20d94
AS
107682009-06-18 Andreas Schwab <aschwab@redhat.com>
10769
10770 * xdisp.c (redisplay_internal): Check that the frame is still
10771 live after redisplay of its windows.
10772 (redisplay_windows): Check that the window is still live.
10773
7f1faf1c
KH
107742009-06-17 Andreas Schwab <schwab@linux-m68k.org>
10775
10776 * coding.c (detect_coding_utf_16): Fix previous change.
10777
cc13543e
KH
107782009-06-16 Kenichi Handa <handa@m17n.org>
10779
10780 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
10781 UTF-16 by checking the dispersion of Eth and Oth bytes.
10782
977b85f4
AS
107832009-06-15 Andreas Schwab <schwab@linux-m68k.org>
10784
10785 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
10786
66bd43d1
KH
107872009-06-15 Kenichi Handa <handa@m17n.org>
10788
10789 * process.c (status_message): Fix previous change. Be sure to
10790 decode a localized string.
10791
cb5ca9c5
YM
107922009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10793
10794 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
10795 add comment explaining why.
10796
ec7709ba 107972009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 10798
ec7709ba 10799 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 10800
4b7f335c
AR
108012009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
10802
10803 * nsfont.m (ns_attribute_value): Remove.
10804 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
10805 (ns_has_attribute): Shrink the normal range.
10806 (ns_findfonts): Don't worry about requested spec in determining
10807 need for synthItal.
e41820ee 10808 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 10809
73b26103
SZ
108102009-06-14 Seiji Zenitani <zenitani@mac.com>
10811
10812 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
10813
5753e4da
KH
108142009-06-11 Kenichi Handa <handa@m17n.org>
10815
10816 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10817 overhang for the static composition case.
10818
3561b671
KH
108192009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10820
5753e4da
KH
10821 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
10822 overhang for the automatic composition case.
10823
3561b671
KH
10824 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
10825 composition case.
10826
852bbd41
CY
108272009-06-10 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * xdisp.c (get_next_display_element): When handling wrap-prefix
10830 and line-prefix, treat \n as a control character (bug#3502).
10831
9903d1e6
KH
108322009-06-10 Kenichi Handa <handa@m17n.org>
10833
10834 * font.c (font_parse_family_registry): Fix for one-char foundry.
10835 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
10836
0bcbaaaa
CY
108372009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
10838
10839 * process.c (status_message): Fix handling of multibyte signal
10840 string (Bug#3499).
10841
40aa3f13
JM
108422009-06-09 Jim Meyering <meyering@redhat.com>
10843
1f80c7e2
CY
10844 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
10845 color name is missing.
40aa3f13 10846
72d51285
KH
108472009-06-09 Kenichi Handa <handa@m17n.org>
10848
10849 * charset.c (Fmap_charset_chars): In docstring, state clearly that
10850 FROM-CODE and TO-CODE are codepoints of CHARSET.
10851
c1d04d84
AR
108522009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10853
10854 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
10855
108562009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
10857
10858 Changes to support :script/:lang/:otf in NS font driver.
10859 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
10860 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
10861 indicate not part of font driver interface, and change callers.
10862 (ns_get_family): Remove pointless null check.
10863 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
10864 ns_spec_to_descriptor, ns_descriptor_to_entity.
10865 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
10866 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
10867 (ns_spec_to_descriptor, ns_descriptor_to_entity)
10868 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
10869 (ns_get_req_script, ns_accumulate_script_ranges)
10870 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
10871 New functions.
10872 (nsfont_list, nsfont_match): Use ns_findfonts.
10873 (nsfont_open): Use font descriptor instead of traits.
10874 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
10875 (dump_glyphstring): Rename to ns_dump_glyphstring.
10876
c7eb9816
AR
10877 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
10878
c1d04d84
AR
10879 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
10880
10881 * fontset.c (fontset_from_font): Remove NS-specific code.
10882
ec7709ba 108832009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
10884
10885 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
10886 nonactive windows.
10887
31fd7c5c 108882009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 10889
1ac9108a 10890 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 10891
68852c13 108922009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
10893
10894 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
10895
6756cd1d
CY
108962009-06-07 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
10899 account for the overflowing of newlines into the last glyph on the
10900 display line (Bug#3482).
10901
28bf482a
DR
109022009-06-05 David Reitter <david.reitter@gmail.com>
10903
ec7709ba
JB
10904 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
10905 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
10906 Fns_selection_exists_p, Fns_selection_owner_p.
10907
fdb55376
JR
109082009-06-03 Jason Rumney <jasonr@gnu.org>
10909
10910 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
10911 available. (Bug#3379)
10912
05129fbe
KH
109132009-05-29 Kenichi Handa <handa@m17n.org>
10914
1ac9108a
SM
10915 * coding.c (get_translation_table):
10916 Check Venable_character_translation.
05129fbe 10917
ec7709ba 109182009-05-26 David Reitter <david.reitter@gmail.com>
15891144 10919
ec7709ba
JB
10920 * nsterm.m (ns_raise_frame): Only raise frame if visible.
10921 (x_make_frame_visible): Move frame to front rather than calling
15891144 10922 ns_raise_frame().
ec7709ba 10923 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 10924 isn't key window.
ec7709ba 10925 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
10926 drawRect may be called by NSView even if the frame is hidden.
10927
ec7709ba
JB
10928 * nsfns.m (Fx_create_frame): Follow other ports in
10929 determining visibility; default to t. Ensure async_visible is set.
15891144 10930
21f73755
EZ
109312009-05-23 Eli Zaretskii <eliz@gnu.org>
10932
10933 * dired.c (Ffile_attributes): Doc fix.
10934
34001e41
CY
109352009-05-22 Chong Yidong <cyd@stupidchicken.com>
10936
10937 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
10938
46306a17
SM
109392009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
10942 and xfont_scratch_props.
10943 (syms_of_xfont): Do it here instead.
10944 (xfont_find_ccl_program): Delete, unused.
10945 (xfont_open): Delete unused var `i'.
10946
ef6e0694
KH
109472009-05-21 Kenichi Handa <handa@m17n.org>
10948
10949 * fontset.c (Qlatin): Don't make it static.
10950
46306a17
SM
10951 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
10952 New functions.
ef6e0694
KH
10953 (xfont_scripts_cache, xfont_scratch_props): New variables.
10954 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
10955 (xfont_list_pattern): Argument changed. Callers changed.
10956 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
10957 (xfont_list): Don't reject a font spec with :script property.
10958 (xfont_has_char): Fix setting of encoding.
10959 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
10960 xfont_scratch_props.
10961
109622009-05-19 Kenichi Handa <handa@m17n.org>
10963
46306a17 10964 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
10965 Callers changed.
10966
109672009-05-18 Kenichi Handa <handa@m17n.org>
10968
10969 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
10970
ac71ced7
SM
109712009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10972
10973 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
10974 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
10975
1c6d1051
YM
109762009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10977
10978 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
10979 (x_delete_terminal): Dissociate resource database from display and
10980 then call XrmDestroyDatabase before closing display.
10981
9b9b779c
AR
109822009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10983
10984 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
10985 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
10986 whether selected frame is viable before raising it (based on patch
10987 by David Reitter), and improve commentary.
10988 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 10989
cccd42d5
KH
109902009-05-15 Kenichi Handa <handa@m17n.org>
10991
10992 * font.c (Ffont_spec): Check arguments.
10993
337fbd17
CY
109942009-05-14 Chong Yidong <cyd@stupidchicken.com>
10995
10996 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
10997 weight when testing attributes (Bug#3282).
10998
47a6002f
JD
109992009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11000
11001 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
11002 what we expect to get in the next ConfigureNotify event.
11003
9cb363db
YM
11004 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
11005 before Xft one (Bug#1696).
11006
b9126609
CY
110072009-05-07 David Reitter <david.reitter@gmail.com>
11008
11009 * nsfns.m (Fx_display_planes): Compute bitplanes using
11010 NSBitsPerPixelFromDepth (Bug#3207).
11011
27a69fd9
CY
110122009-05-10 Chong Yidong <cyd@stupidchicken.com>
11013
11014 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
11015
00f37552
TTN
110162009-05-10 Ulrich Mueller <ulm@gentoo.org>
11017
11018 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
11019
2d82a920
DR
110202009-05-07 David Reitter <david.reitter@gmail.com>
11021
ec7709ba
JB
11022 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
11023 Respect mouse face background.
2d82a920 11024
46b0d52d
DR
110252009-05-07 David Reitter <david.reitter@gmail.com>
11026
ec7709ba
JB
11027 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
11028 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
11029 in ns_update_begin and ns_update_end.
11030
ce1b23bb
SM
110312009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11032
5996e1b7
SM
11033 * nsfns.m (ns_get_screen): Rewrite.
11034 Don't presume selected-frame is of type `ns'.
11035
ba98e3a0
SM
11036 * font.c (font_update_drivers): Sanity fallback to avoid disabling
11037 all drivers.
11038
ce1b23bb
SM
11039 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
11040
bcda200f
YM
110412009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11042
11043 * keyboard.h (add_user_signal): Fix typo in extern.
11044
11045 * lisp.h (add_user_signal): Remove extern.
11046
11047 * unexelf.c (unexec): Consider a section to precede the .bss section
11048 if its addresses overlap that of .bss.
11049 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
11050 instead of dumping process.
11051
864660a2
SM
110522009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
11055
50da4e56
SM
110562009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
11059
51520a1a
DN
110602009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11061
11062 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
11063 any statements.
11064
409ea3a1
AS
110652009-05-02 Andreas Schwab <schwab@linux-m68k.org>
11066
59c4c60f
AS
11067 * process.c (read_process_output): Make sure the current buffer is
11068 always restored.
11069
409ea3a1
AS
11070 * coding.c (record_conversion_result): Don't modify
11071 Vlast_code_conversion_error for successful result.
11072 (alloc_destination): Don't clobber conversion result. (Bug#1650)
11073
56f00ed2
KH
110742009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11075
11076 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 11077 (load_charset_map): Remove unnecessary code.
56f00ed2 11078
4491c9d2
DR
110792009-04-30 David Reitter <david.reitter@gmail.com>
11080
35f5b128 11081 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
11082 through f24.
11083
6970f632
CY
110842009-04-30 Chong Yidong <cyd@stupidchicken.com>
11085
11086 * xfaces.c (face_at_buffer_position): New arg base_face_id.
11087
11088 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
11089 face_at_buffer_position.
11090 (face_before_or_after_it_pos, get_next_display_element)
11091 (note_mouse_highlight): Update face_at_buffer_position call.
11092
11093 * term.c (term_mouse_highlight):
11094 * msdos.c (IT_note_mouse_highlight):
11095 * fontset.c (Finternal_char_font):
35f5b128 11096 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
11097
11098 * dispextern.h (face_at_buffer_position): Update prototype.
11099
0c616f63
KH
111002009-04-30 Kenichi Handa <handa@m17n.org>
11101
35f5b128 11102 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 11103
ad3aaf33
AS
111042009-04-29 Andreas Schwab <schwab@linux-m68k.org>
11105
11106 * callproc.c (Fcall_process): Fix GC protection. Make sure
11107 current buffer is always restored.
11108
c3c963a0
YM
111092009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11110
11111 * atimer.c (init_atimer): Also clear stopped_atimers.
11112
11113 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
11114
7e3386cb
YM
11115 * process.c (create_process): Clean up merger residues of
11116 2008-07-17 change.
11117
91f68422
CY
111182009-04-29 Ulrich Mueller <ulm@gentoo.org>
11119
11120 * lread.c (Vread_circle): New variable.
11121 (read1): Disable recursive read if Vread_circle is nil.
11122
24b34550
KH
111232009-04-29 Kenichi Handa <handa@m17n.org>
11124
11125 * fontset.h (set_default_ascii_font): Delete extern.
11126
11127 * fontset.c (set_default_ascii_font): Delete this unused function.
11128
11129 * frame.c (x_set_font): When ARG is a font-object, check if the
11130 font-object matches with the ASCII font-spec of the frame's
9c358bda 11131 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 11132
77bf07e1
AS
111332009-04-28 Andreas Schwab <schwab@linux-m68k.org>
11134
11135 * fns.c (Flocale_info): Protect vector from GC during decoding.
11136
11137 * process.c (Fstart_process): Protect argv strings from GC during
11138 encoding.
11139
2c55aacf
AS
111402009-04-27 Andreas Schwab <schwab@linux-m68k.org>
11141
11142 * sysdep.c: Include <ctype.h>.
11143
b892d3c9
DR
111442009-04-27 David Reitter <david.reitter@gmail.com>
11145
35f5b128 11146 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
11147 Remove commented-out code.
11148
9d0644c4
JB
111492009-04-26 Johan Bockgård <bojohan@gnu.org>
11150
11151 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
11152
b7053016
JR
111532009-04-25 Jason Rumney <jasonr@gnu.org>
11154
11155 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
11156
4e8231f3
YM
111572009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11158
11159 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
11160 Swap bytes in short integer if fringe bitmap width > 8.
11161
493dcf2c
KH
111622009-04-23 Kenichi Handa <handa@m17n.org>
11163
11164 * xfaces.c (Fx_list_fonts): If a font size is specified in
11165 PATTERN, set it in returned scalable fonts.
11166
401e9e57
CY
111672009-04-22 Chong Yidong <cyd@stupidchicken.com>
11168
708e05dc
CY
11169 * keyboard.c (Fset_input_meta_mode): Doc fix.
11170
11171 * dispnew.c (Fsend_string_to_terminal): Doc fix.
11172
1ac9108a 11173 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
11174
11175 * coding.c (Fterminal_coding_system): Doc fix.
11176
11177 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
11178 (Fx_display_pixel_height, Fx_display_planes)
11179 (Fx_display_color_cells, Fx_server_max_request_size)
11180 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11181 (Fx_display_mm_height, Fx_display_mm_width)
11182 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
11183 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
11184 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
11185 (check_x_display_info): Handle terminal objects instead of
11186 terminal ids.
11187
401e9e57
CY
11188 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
11189 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
11190 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
11191 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 11192
df80c7f0
KH
111932009-04-21 Kenichi Handa <handa@m17n.org>
11194
5a8f12af 11195 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 11196 (font_score): Check AVGWIDTH too.
908567ef 11197
df80c7f0
KH
11198 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
11199 worst case.
1ac9108a
SM
11200 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
11201 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 11202
705af33f
JR
112032009-04-19 Jason Rumney <jasonr@gnu.org>
11204
11205 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 11206 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
11207
11208 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
11209 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
11210 get_phys_cursor_geometry.
11211
b71ac3dd 11212 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
11213 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
11214 using get_phys_cursor_geometry.
11215
11216 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
11217 correctly calculated.
11218
dc2933eb
JD
112192009-04-19 Jan Djärv <jan.h.d@swipnet.se>
11220
1ac9108a
SM
11221 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
11222 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
11223 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
11224 is deprecated.
11225
973e7849
AS
112262009-04-18 Andreas Schwab <schwab@linux-m68k.org>
11227
11228 * font.c (font_put_frame_data): Use xfree instead of free.
11229
314d66f4
JB
112302009-04-17 Juanma Barranquero <lekktu@gmail.com>
11231
11232 * w32font.c (Qja, Qko): Remove declarations.
11233 (syms_of_w32font): Don't DEFSYM them.
11234
cf702558
CY
112352009-04-17 Chong Yidong <cyd@stupidchicken.com>
11236
11237 * font.c (Qja, Qko): Move definitions here from ftfont.c.
11238
11239 * font.h (Qja, Qko): Extern them.
11240
11241 * ftfont.c (Qja, Qko): Remove declarations.
11242
11243 * xfont.c (Qja, Qko): Remove declarations.
11244
b50504f5
KH
112452009-04-17 Kenichi Handa <handa@m17n.org>
11246
bde25748
KH
11247 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
11248 string from a vector to handle Latin-1 characters correctly.
11249
b50504f5
KH
11250 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
11251 entity even if the cache hits.
11252
f4646fff
AS
112532009-04-16 Andreas Schwab <schwab@linux-m68k.org>
11254
11255 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 11256 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 11257
e7deaab0
AS
11258 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
11259 * lisp.h: Adjust prototypes.
11260
0a0e7d49
CY
112612009-04-16 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
11264 change (Bug#3003).
11265
3c908a57
KH
112662009-04-16 Kenichi Handa <handa@m17n.org>
11267
1ac9108a 11268 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
11269
11270 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
11271 adstyle.
11272
11273 * ftfont.c (Qja, Qko): Don't make them static.
11274 (enum ftfont_cache_for): New enum.
11275 (fc_charset_table): Undo the previous change.
11276 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
11277 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
11278 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
11279 non-scarable font, try to get AVERAGE_WIDTH.
11280 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
11281 Change ft_face_cache from a list of a hash-table. Don't check
11282 `ja' and `ko' adstyle here.
11283 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
11284 FTFONT_CACHE_FOR_CHARET.
11285 (ftfont_get_charset): Undo the previous change.
1ac9108a 11286 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
11287 (ftfont_close): Likewise.
11288 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
11289
11290 * font.c (font_sort_entites): Change the meaning of the arg
11291 BEST-ONLY. Don't optimize for VEC of lenght 1.
11292 (font_select_entity): Just return the value of font_sort_entites.
11293
11294 * xfaces.c (merge_face_vectors): Reflect font properties in
11295 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
11296 font_clear_prop if a face attribute doesn't change.
11297
3c908a57
KH
11298 * charset.h (charset_ksc5601): Extern it.
11299
11300 * charset.c (charset_ksc5601): New variable.
11301 (Fdefine_charset_internal): Set charset_ksc5601.
11302 (init_charset_once): Initialize charset_ksc5601 to -1.
11303
d65859c3
DN
113042009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
11305
11306 * fileio.c (history_delete_duplicates): Remove unused declaration.
11307
11308 * callint.c (history_delete_duplicates): New declaration.
11309 (Fcall_interactively): Remove command history duplicates when
11310 history_delete_duplicates is true.
11311
3ba010e5
EZ
113122009-04-14 Eli Zaretskii <eliz@gnu.org>
11313
11314 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
11315
06f19b91
KH
113162009-04-14 Kenichi Handa <handa@m17n.org>
11317
11318 * font.c (Ffont_info): Fix docstring. Fix the second element of
11319 the returned value (bug#2949).
11320
2cce8bfc
CY
113212009-04-14 Chong Yidong <cyd@stupidchicken.com>
11322
11323 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
11324
d156542d
KH
113252009-04-14 Kenichi Handa <handa@m17n.org>
11326
11327 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
11328 encoding charset is ascii_compatible.
11329
11330 * charset.c (Fdefine_charset_internal): Make charset
11331 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
11332 code_offset is 0, and covers all ASCII characters.
11333
86fa089e
SM
113342009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11335
11336 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
11337 (ns_string_to_pasteboard_internal):
11338 * nsmenu.m (process_dialog):
11339 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
11340 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
11341 * lisp.h (Fx_load_color_file): Declare.
11342
a8a3728b
KH
113432009-04-13 Kenichi Handa <handa@m17n.org>
11344
1ac9108a 11345 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
11346 (font_select_entity): Suppress the code to optimize for the same
11347 kind of fonts.
11348 (font_load_for_lface): Get a font that supports at least ASCII
11349 characters.
11350
11351 * ftfont.c (Qja, Qko): New variables.
11352 (fc_charset_table): Delete uniquifier data for iso8859-1.
11353 (ftfont_get_latin1_charset): New function.
11354 (get_adstyle_property): New function.
11355 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
11356 bitmap fonts.
11357 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
11358 Delete iso-8859-1 range from the charset of fonts whose adstyle is
11359 `ko' or `ja'.
11360 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 11361 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
11362 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
11363 property.
11364 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
11365 (syms_of_ftfont): DEFSYM Qja and Qko.
11366
483670b5
KH
113672009-04-09 Kenichi Handa <handa@m17n.org>
11368
12b55765
KH
11369 * charset.c (map_charset_chars): For a charset of `superset'
11370 method, fix calculation of code range.
11371
483670b5
KH
11372 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
11373 from the list of extra properties.
11374 (font_clear_prop): Be sure to delete `:name' font property.
11375
57d3b93b
KH
113762009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11377
b4b2c2ca
YM
11378 * dispnew.c (redraw_overlapping_rows): Fix detection of
11379 overlapping for topmost and bottommost rows.
11380
1ac9108a 11381 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 11382
472c3609
JR
113832009-04-06 Jason Rumney <jasonr@gnu.org>
11384
11385 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
11386
ab193662
KH
113872009-04-06 Kenichi Handa <handa@m17n.org>
11388
11389 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
11390
11391 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
11392
0c26f026
KH
113932009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11394
11395 * ftfont.c (ftfont_open): Fix checking of the return value of
11396 FT_Load_Char. Fix setting font->underline_thickness.
11397
e173bbce
CY
113982009-04-04 Chong Yidong <cyd@stupidchicken.com>
11399
11400 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
11401 (Fterminal_parameters, Fterminal_parameter)
11402 (Fset_terminal_parameter): In doc string, refer to terminal
11403 objects rather than terminal ids.
11404
693a2698
EZ
114052009-04-04 Eli Zaretskii <eliz@gnu.org>
11406
11407 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
11408 ret_lim_data. (Bug#2867)
11409
d5221487
CY
114102009-04-03 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
11413 so they don't get wider than the window, matching 2006-01-23
11414 change to the partner function in xdisp.c (Bug#2800).
11415
223509a3
KH
114162009-04-03 Kenichi Handa <handa@m17n.org>
11417
11418 * print.c (print_object): Make each lowest sub_char_table start a
11419 new line (Bug#2866).
11420
74fcd0b1
KH
114212009-04-02 Kenichi Handa <handa@m17n.org>
11422
11423 * fontset.c (fontset_font): Record no-font when a fontset
11424 explicitly tells not to try another font-specs.
11425
c542407d
SM
114262009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
11427
11428 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
11429
e3869731
KH
114302009-03-30 Kenichi Handa <handa@m17n.org>
11431
d8d2f142
KH
11432 * fontset.c (fontset_from_font): Specify only registry in a
11433 font-spec for all characters supported by that registry.
11434
e3869731
KH
11435 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
11436 even if HAVE_M17N_FLT is not defined.
11437
5da5f805
CY
114382009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
11439
11440 * ftfont.c: Conditionalize prototyping and use of
11441 ftfont_variation_glyphs.
11442
ab226c50
SM
114432009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11444
9628fed7
SM
11445 * frame.c (delete_frame): Work around compiler bug.
11446
11447 * editfns.c (general_insert_function): Adjust to insdel.c changes.
11448 * insdel.c (prepare_to_modify_buffer, signal_before_change):
11449 Some more EMACS_INT.
11450 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
11451
11452 * xdisp.c (dump_glyph): Fix typo.
11453
ae19ba7c
SM
11454 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
11455 (adjust_markers_gap_motion, adjust_markers_for_delete)
11456 (adjust_markers_for_insert, adjust_point)
11457 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
11458 (make_gap, copy_text, count_size_as_multibyte, insert)
11459 (insert_and_inherit, insert_before_markers)
11460 (insert_before_markers_and_inherit, insert_1)
11461 (count_combining_before, count_combining_after, insert_1_both)
11462 (insert_from_string, insert_from_string_before_markers)
11463 (insert_from_string_1, insert_from_gap, insert_from_buffer)
11464 (insert_from_buffer_1, adjust_after_replace)
11465 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
11466 (replace_range_2, del_range, del_range_1, del_range_byte)
11467 (del_range_both, del_range_2, modify_region)
11468 (prepare_to_modify_buffer, signal_before_change)
11469 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
11470 for buffer positions and sizes.
11471 * lisp.h: Adjust prototypes accordingly.
11472
11473 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
11474 (non_regular_inserted, non_regular_nbytes, read_non_regular)
11475 (Finsert_file_contents): Use EMACS_INT for buffer positions.
11476
ab226c50
SM
11477 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
11478
46dfb8fb
JD
114792009-03-27 Jan Djärv <jan.h.d@swipnet.se>
11480
11481 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
11482 lines and columns so we keep the same pixel height and width.
11483
11484 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
11485 the property _NET_WM_STATE has changed.
46dfb8fb
JD
11486 (x_handle_net_wm_state): New function to update frame parameter
11487 fullscreen.
11488 (x_term_init): Initialize atoms for _NET_WM_STATE.
11489
11490 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
11491
d347e494
SM
114922009-03-27 Kevin Ryde <user42@zip.com.au>
11493
11494 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
11495 Gpm_GetEvent as an error that justifies closing the filedescriptor.
11496 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
11497 (Fgpm_mouse_stop): Pass that new parameter.
11498 * termhooks.h (close_gpm): Adjust prototype.
11499
84db11d6
SM
115002009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11501
c95a5008
SM
11502 * lisp.h (Fx_focus_frame): Declare.
11503
84db11d6
SM
11504 * callint.c (Fcall_interactively): For '^' just delegate the work to
11505 handle-shift-selection.
11506 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
11507
0a1958d6
CY
115082009-03-24 Chong Yidong <cyd@stupidchicken.com>
11509
0bfdff23
CY
11510 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
11511
0a1958d6
CY
11512 * data.c (Qinteractive_form): New variable.
11513 (Finteractive_form): Use it.
11514
11515 * eval.c (Fcommandp): Use Qinteractive_form.
11516
58aec0d6
JR
115172009-03-24 Jason Rumney <jasonr@gnu.org>
11518
11519 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
11520 Calculate total size precisely. Decode environment variables
11521 before substituting. (Bug#38)
11522
553dd618
KH
115232009-03-24 Kenichi Handa <handa@m17n.org>
11524
11525 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 11526 encoding (Bug#2722).
553dd618 11527
c39ea606
JD
115282009-03-23 Jan Djärv <jan.h.d@swipnet.se>
11529
11530 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
11531 that gdpy is set.
11532
bc9b2b5e
AM
115332009-03-22 Alan Mackenzie <acm@muc.de>
11534
11535 * callint.c (Finteractive): Clarify the doc string - even
11536 promptless elements need \n separators.
11537
9f995a76
JR
115382009-03-22 Jason Rumney <jasonr@gnu.org>
11539
11540 * w32term.c (syms_of_w32term): Doc fix for
11541 x-use-underline-position-properties.
11542
22749e9a
EZ
115432009-03-21 Eli Zaretskii <eliz@gnu.org>
11544
11545 * w32.c (getpwuid): Change argument type to unsigned.
11546 (struct w32_id): Change type of `rid' member to unsigned.
11547 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
11548 argument ID to unsigned. All callers changed.
11549 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
11550
e00553bf
EZ
115512009-03-20 Eli Zaretskii <eliz@gnu.org>
11552
11553 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
11554 negative, produce a float value.
11555
11556 * dired.c (make_uid, make_gid): New functions.
11557 (Ffile_attributes): Use them to avoid negative UID and GID.
11558
f761d6b6
JB
115592009-03-20 Juanma Barranquero <lekktu@gmail.com>
11560
11561 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
11562 (syms_of_keyboard) <command-hook-internal, input-method-function>:
11563 Fix typos in docstrings.
11564
d507f8d7
KH
115652009-03-19 Kenichi Handa <handa@m17n.org>
11566
11567 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
11568 changed, use font_load_for_lface to get a new font object.
11569 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
11570
11571 * frame.c (x_set_font): Handle the case that ARG is a cons.
11572
c68845e0
GM
115732009-03-19 Glenn Morris <rgm@gnu.org>
11574
11575 * fileio.c (Fsubstitute_in_file_name): Doc fix.
11576
bfa49dd1
CY
115772009-03-19 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
11580
8458d4c1
KH
115812009-03-19 Kenichi Handa <handa@m17n.org>
11582
11583 * charset.c (load_charset_map_from_file): When a mapfile can't be
11584 loaded, signal an error.
11585
78e7d1fe
EZ
115862009-03-18 Eli Zaretskii <eliz@gnu.org>
11587
11588 * dired.c (Ffile_attributes): Make sure UID and GID are always
11589 positive, even if the value is too large for a positive EMACS_INT.
11590 Doc fix.
11591
11592 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
11593
5da9fdfa
YM
115942009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11595
11596 * xmenu.c (xdialog_show): Move Fredisplay call ...
11597 (Fx_popup_dialog): ... here.
11598
7519c40d
SM
115992009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11600
11601 * dired.c (file_name_completion): Disable the first optimization just
11602 installed, since it is not implemented correctly.
11603
2cd298e2
SM
116042009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 11607 only if the entry can affect bestmatch.
2cd298e2
SM
11608 Stop the search early, as Ftry_completion already does.
11609
48d37adf
CY
116102009-03-17 Chong Yidong <cyd@stupidchicken.com>
11611
e10c9c93 11612 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 11613
9286b16a
CY
116142009-03-15 Chong Yidong <cyd@stupidchicken.com>
11615
11616 * keyboard.c (parse_menu_item): Don't display remappings as menu
11617 equivalent bindings (Bug#788).
11618
f7b146dc
JR
116192009-03-15 Jason Rumney <jasonr@gnu.org>
11620
11621 * w32term.h (WM_EMACS_PAINT): New message.
11622 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
11623 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
11624 before passing to lisp thread. (Bug#950)
11625
f761d6b6 116262009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 11627
d93f9575
CY
11628 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
11629 variable as it was never reset.
11630 (ns_term_init): Remove initialization of Lisp-settable defaults
11631 and ns_expand_space.
11632 (-setPanelFromDefaultValues): Remove ns_expand_space.
11633 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
11634 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
11635 i.e. no additional spacing, similar to Carbon port.
11636
d93f9575
CY
11637 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
11638 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 11639
305018ec
JD
116402009-03-14 Jan Djärv <jan.h.d@swipnet.se>
11641
11642 * sound.c (alsa_configure): Remove call to deprecated
11643 snd_pcm_sw_params_set_xfer_align.
11644
f761d6b6 116452009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
11646
11647 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
11648 after clicking in a detached tool bar.
11649 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
11650
46e722a9
SM
116512009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11652
348db3dd
SM
11653 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
11654 int/Lisp_Object mixup).
46e722a9 11655
a3d16f39
KH
116562009-03-13 Kenichi Handa <handa@m17n.org>
11657
11658 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 11659 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
11660 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
11661 (set_fontset_font): Change ARG to a vector. Handle range_list in
11662 ARG correctly.
11663 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 11664 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
11665 the above change.
11666 (fontset_from_font): Fix previous change.
fe24f56a 11667 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
11668 entry. If FONTSET is the default fontset, don't set the extra
11669 slot of the returning char-table.
11670
b066e6b6
JB
116712009-03-12 Juanma Barranquero <lekktu@gmail.com>
11672
11673 * nsfns.m (Fx_close_connection): Doc fix.
11674 (Fns_do_applescript): Reflow docstring.
11675 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
11676 (Fx_display_pixel_width, Fx_display_pixel_height)
11677 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
11678 Fix typos in docstrings.
11679 (Fns_set_alpha): Fix typos in error messages.
11680
d472514e 116812009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 11682
d472514e 11683 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
11684 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
11685 were used for such events.
11686
d472514e
JB
11687 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
11688 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 11689
d472514e 11690 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
11691 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
11692
fb930676
KH
116932009-03-11 Kenichi Handa <handa@m17n.org>
11694
ff85581a
KH
11695 * font.h (font_open_by_spec): Extern it.
11696
c50b7e98
KH
11697 * font.c (font_open_by_spec): New function.
11698 (font_open_by_name): Use font_open_by_spec.
11699
fb930676
KH
11700 * frame.c (x_set_font): When ARG is a font-object, don't alter the
11701 fontset of the frame.
11702
11703 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
11704 modify the default font of frames that use this fontset.
11705 (num_auto_fontsets): New variable.
11706 (fontset_from_font): Use num_auto_fontsets to decide a fontset
11707 name. Be sure to set FONTSET_ASCII to the correct font name.
11708 (update_auto_fontset_alist): New function.
11709
df4e8455
JB
117102009-03-11 Juanma Barranquero <lekktu@gmail.com>
11711
11712 * makefile.w32-in: Update dependencies.
11713
0a375797
AR
117142009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11715
11716 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
11717
61313fa3
SM
117182009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
11721
b55103fb
CY
117222009-03-10 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * lread.c (Feval_buffer): Doc fix.
11725
dde2559c
KH
117262009-03-09 Kenichi Handa <handa@m17n.org>
11727
11728 * charset.c (Qfile_name_handler_alist): Extern it.
11729 (load_charset_map_from_file): Temporarily bind
11730 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
11731
df4e8455 117322009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 11733
47f588bb
GM
11734 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
11735 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 11736
4ddf94bd
AR
117372009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11738
4c9bdfc2
AR
11739 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
11740 (x_set_window_size): Change back to calculated method of setting
11741 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
11742 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
11743 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
11744
fe41ae9e
AR
11745 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
11746
4c9bdfc2
AR
11747 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
11748 accelerator in parens under GNUstep.
11749
825d0875
KH
117502009-03-06 Kenichi Handa <handa@m17n.org>
11751
11752 These changes are to detect incorrect composition sequence without
f3b3be74 11753 looking ahead the source. (Bug#2370)
825d0875
KH
11754
11755 * coding.h: Include "composite.h".
11756 (enum compisition_state): New enum.
11757 (struct compisition_status): New struct.
11758 (struct iso_2022_spec): New member cmp_status.
11759 (struct emacs_mule_spec): New struct.
11760 (struct coding_system): New members ctext_extended_segment_len and
11761 embedded_utf_8. Change the union member
11762 spec.emacs_mule_full_support to spec.emacs_mule.
11763
11764 * coding.c (CODING_ISO_CMP_STATUS): New macro.
11765 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 11766 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
11767 (ADD_COMPOSITION_DATA): New arg nbytes.
11768 (emacs_mule_char): New arg cmp_status.
11769 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
11770 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
11771 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
11772 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
11773 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
11774 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
11775 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
11776 (EMACS_MULE_COMPOSITION_END): New macro.
11777 (emacs_mule_finish_composition): New function.
11778 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
11779 (decode_coding_emacs_mule): Avoid long looking ahead while
11780 handling composition.
11781 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
11782 (ENCODE_COMPOSITION_RULE): New macro.
11783 (finish_composition): New function.
11784 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
11785 (DECODE_COMPOSITION_START): New implementation.
11786 (DECODE_COMPOSITION_END): Likewise.
11787 (STORE_COMPOSITION_RULE): New macro.
11788 (decode_coding_iso_2022): Avoid long looking ahead while handling
11789 composition, CTEXT extended segment, and embedded UTF-8.
11790 (setup_coding_system): For a coding of type iso-2022, reset
11791 CODING_ISO_EXTSEGMENT_LEN (coding) and
11792 CODING_ISO_EMBEDDED_UTF_8 (coding).
11793 (get_translation): Delete arguments last_block, from_nchars,
11794 to_nchars. Callers changed.
11795 (produce_chars): Don't modify charbuf. Adjusted for the change of
11796 get_translation.
98a326f7 11797 (produce_composition): Adjust for the new annotation sequence.
825d0875 11798 (handle_composition_annotation): Likewise.
98a326f7 11799 (consume_chars): Adjust for the change of get_translation.
825d0875 11800
ccbc4452
AR
118012009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11802
4ddf94bd 11803 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 11804
988a7ddb
KH
118052009-03-05 Kenichi Handa <handa@m17n.org>
11806
11807 * font.c (font_select_entity): New function.
11808 (font_find_for_lface): Use font_select_entity to select a font.
11809
11810 * fontset.c (fontset_find_font): If a font found without
a8a3728b 11811 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
11812 font with C restriction.
11813
98a326f7 118142009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 11815
be1bce46 11816 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 11817
10ea2b82
JR
118182009-03-04 Jason Rumney <jasonr@gnu.org>
11819
2c93b248 11820 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 11821 characters that have already been read. (Bug#2569)
2c93b248 11822
10ea2b82
JR
11823 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
11824 Log an error message if check_image_size failed.
11825 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 11826 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 11827
71a0c011
EZ
118282009-03-02 Eli Zaretskii <eliz@gnu.org>
11829
11830 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
11831 when decoding process output.
11832
2f63bba8
RS
118332009-03-01 Richard M Stallman <rms@gnu.org>
11834
11835 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
11836
11837 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
11838
0a9564cb
EZ
118392009-02-28 Eli Zaretskii <eliz@gnu.org>
11840
11841 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
11842 (decode_coding_emacs_mule, decode_coding_iso_2022)
11843 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11844 (decode_coding_raw_text, decode_coding_charset)
11845 (setup_coding_system, decode_eol, decode_coding, consume_chars):
11846 Honor inhibit-eol-conversion. (Bug #2186)
11847
449148b3
JR
118482009-02-28 Jason Rumney <jasonr@gnu.org>
11849
11850 * coding.c (detect_coding_charset): If not checking latin extra,
11851 fail on characters between 0x80 and 0xA0. (Bug#2354)
11852
a4aee864
EZ
118532009-02-28 Eli Zaretskii <eliz@gnu.org>
11854
11855 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 11856 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 11857
d88bee5a
GM
118582009-02-27 Glenn Morris <rgm@gnu.org>
11859
11860 * callint.c (Finteractive): Doc fix.
11861
a808f22d
KH
118622009-02-27 Kenichi Handa <handa@m17n.org>
11863
11864 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
11865
caf8d60c
CY
118662009-02-27 Chong Yidong <cyd@stupidchicken.com>
11867
11868 * font.c (font_style_to_value): Set value for unknown symbols to
11869 100 instead of 255.
b61137ea
CY
11870 (weight_table, slant_table, width_table): Treat "unspecified" as
11871 the default value.
caf8d60c 11872
1a0de25c
JB
118732009-02-26 Juanma Barranquero <lekktu@gmail.com>
11874
11875 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
11876
8fc45744
JB
118772009-02-25 Juanma Barranquero <lekktu@gmail.com>
11878
107bd7d1
JB
11879 * lread.c (Fload): Stop checking Vloads_in_progress and signal
11880 error as soon as a recursive load is detected.
8fc45744 11881
f097e223
AR
118822009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11883
11884 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
11885 before caching.
11886
8810a12f
KH
118872009-02-24 Kenichi Handa <handa@m17n.org>
11888
11889 * fontset.c (fontset_find_font): Fix the condition for checking
11890 unavailable font.
11891
2c7d1565
GM
118922009-02-24 Glenn Morris <rgm@gnu.org>
11893
11894 * xfaces.c (Finternal_set_font_selection_order): Remove leading
11895 whitespace that confuses documentation.
11896
a20878b6
MB
118972009-02-23 Miles Bader <miles@gnu.org>
11898
11899 * process.c (Flist_system_processes, Fprocess_attributes)
11900 (syms_of_process): Rename `system-process-attributes' to
11901 `process-attributes'.
11902
b3b58c01
AS
119032009-02-22 Andreas Schwab <schwab@linux-m68k.org>
11904
1b3b981b
AS
11905 * coding.h (struct coding_system): Make safe_charsets a pointer to
11906 unsigned char.
11907 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
11908 being 255.
11909 (SAFE_CHARSET_P): Likewise.
11910 (setup_iso_safe_charsets): Properly setup safe_charsets.
11911 (Fdefine_coding_system_internal): Likewise.
11912 (setup_coding_system): Likewise. Remove unneeded casts.
11913 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
bba3e508
SM
11914 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.
11915 Remove unneeded casts.
1b3b981b 11916
b3b58c01
AS
11917 * insdel.c (del_range_2): Don't modify gap contents when called
11918 from decode_coding_object. (Bug#1809)
11919
0b6f228c
CY
119202009-02-21 Chong Yidong <cyd@stupidchicken.com>
11921
11922 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
11923 Qfont_object.
11924 (Ftype_of): Recognize font objects.
11925
11926 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
11927
bba3e508
SM
11928 * font.c (Qfont_spec, Qfont_entity, Qfont_object):
11929 Definitions moved to data.c.
0b6f228c 11930
52f8870b
AR
119312009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11932
11933 * nsterm.m (x_make_frame_invisible): Unset async_visible,
11934 async_iconified. Based on a patch by Christian Lynbech
11935 <christian.lynbech@tieto.com>.
11936 (EmacsView-windowDidMiniaturize:): Unset async_visible.
11937
7087d5e9
GM
119382009-02-20 Glenn Morris <rgm@gnu.org>
11939
11940 * syntax.c (Fskip_chars_forward): Fix doc typo.
11941
41d2ceef
CY
119422009-02-20 Chong Yidong <cyd@stupidchicken.com>
11943
11944 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
11945
1a3b7ca6
CY
119462009-02-19 Chong Yidong <cyd@stupidchicken.com>
11947
11948 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
11949
73cce38d
KH
119502009-02-19 Kenichi Handa <handa@m17n.org>
11951
11952 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 11953 Don't overflow coding->carryover. (Bug#2370)
73cce38d 11954
a51092ee
DN
119552009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
11956
11957 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
11958
c423ecca
KH
119592009-02-18 Kenichi Handa <handa@m17n.org>
11960
11961 * font.c (font_check_otf_features): Fix handling of `nil' element.
11962 (Ffont_spec): Describe :lang and :otf in the docstring.
11963
4c1958f4
AS
119642009-02-16 Andreas Schwab <schwab@suse.de>
11965
11966 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
11967 string.
11968
5704f39a
KH
119692009-02-16 Kenichi Handa <handa@m17n.org>
11970
11971 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 11972 (Bug#1723)
5704f39a 11973
8f0085aa
CY
119742009-02-14 Chong Yidong <cyd@stupidchicken.com>
11975
a057d86a 11976 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
11977
11978 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
11979 (handle_line_prefix): Suppress wrapping of wrap prefixes.
11980
aff01dd9
EZ
119812009-02-14 Eli Zaretskii <eliz@gnu.org>
11982
11983 * msdos.c (MAX_SCREEN_BUF): New macro.
11984 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
11985 Encode the entire run of glyphs sharing the same face, instead of
11986 doing that one glyph at a time (fixes a bug with displaying
11987 double-size characters).
11988
ba301db3
AR
119892009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
11990
11991 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
11992
11993 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
11994 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 11995 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
11996
11997 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 11998 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 11999
51d861de
SM
120002009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12001
ac146f82 12002 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
12003 invisible areas.
12004
7fed8996
JR
120052009-02-12 Jason Rumney <jasonr@gnu.org>
12006
631ea4fb
JR
12007 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
12008 (add_font_entity_to_list): Call check_face_name even when family
12009 is unspecified.
12010
cb4a3e42
JR
12011 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12012 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 12013 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 12014
7fed8996 12015 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 12016 raster fonts. (Bug#2219)
7fed8996 12017
895416e3
KH
120182009-02-12 Kenichi Handa <handa@m17n.org>
12019
12020 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
12021 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
12022 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 12023 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
12024 (find_automatic_composition): While looking forward and backward,
12025 check static composition. Fix where to stop looking forward.
12026 (composition_adjust_point): Fix checking of static composition.
12027 (Fcomposition_get_gstring): Pay attention to
1dacf998 12028 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
12029
12030 * lisp.h (fast_looking_at): Extern it.
12031
12032 * search.c (fast_looking_at): New function.
12033
51d861de 12034 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
12035 <struct glyph>.u.cmp.to.
12036 (append_composite_glyph): Likewise.
12037
51d861de 12038 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
12039 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
12040 composition.
51d861de 12041 (append_composite_glyph): Adjust for the change of
895416e3
KH
12042 <strcut glyph>.u.cmp.to.
12043
8510724d
JB
120442009-02-11 Juanma Barranquero <lekktu@gmail.com>
12045
12046 * casetab.c (init_casetab_once):
12047 * coding.c (ALLOC_CONVERSION_WORK_AREA):
12048 * font.c (font_update_lface):
12049 * fontset.c (Fnew_fontset):
12050 * ftfont.c (ftfont_drive_otf):
12051 * xfont.c (xfont_open):
12052 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
12053
294fa707
SM
120542009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12055
12056 * fileio.c (Fwrite_region): !NILP -> CONSP.
12057
b5bfebec
AS
120582009-02-10 Andreas Schwab <schwab@suse.de>
12059
12060 * process.c (send_process): Properly relocate pointer into data
adab88bd 12061 when using encoded data. (Bug#2272)
b5bfebec 12062
cb84a2be
KH
120632009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
12064
12065 * coding.c (detect_coding_charset): Fix previous change.
12066
89e09428
JR
120672009-02-08 Jason Rumney <jasonr@gnu.org>
12068
12069 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 12070 disappeared while hourglass was displayed. (Bug #2193)
89e09428 12071
4470a277
AS
120722009-02-07 Andreas Schwab <schwab@suse.de>
12073
12074 * unexelf.c (unexec): Fix error message.
12075
3175b12a
AR
120762009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
12077
12078 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 12079 when modal window is active. (Bug #2152)
3175b12a
AR
12080 (applicationShouldTerminate:): Remove now-unneeded while loop
12081 around NSRunAlertPanel.
12082
12083 * nsmenu.m (popupSession): New file-global variable.
12084 (pop_down_menu): End the popupSession before closing dialog.
12085 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
12086 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
12087 don't query NSApp for events (just sleep instead).
12088
8434d0b8
EZ
120892009-02-07 Eli Zaretskii <eliz@gnu.org>
12090
51d861de
SM
12091 * coding.c (syms_of_coding) <translation-table-for-input>:
12092 Modify doc string to discourage use for character code unification.
8434d0b8 12093
aa82edfd
CY
120942009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12095
12096 * atimer.c (run_timers): Update pending_atimers.
12097
2d283c7c
CY
120982009-02-06 Chong Yidong <cyd@stupidchicken.com>
12099
eb306cab
CY
12100 * image.c (svg_load_image): Fix last change.
12101
2d283c7c
CY
12102 * xfns.c (Fx_create_frame): Signal an error if no font is
12103 found (Bug#2147).
12104
4d8e170e
JB
121052009-02-05 Juanma Barranquero <lekktu@gmail.com>
12106
12107 * character.c (syms_of_character) <script-representative-chars>:
12108 Fix typo in docstring.
12109
c96169a0
AR
121102009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12111
12112 * nsmenu.m (pop_down_menu): New function.
12113 (ns_popup_dialog): Call it on unwind.
12114 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
12115 call timer_check() (Bug#2154).
12116 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
12117 handling_signal is set.
12118 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
12119
31fd7c5c 12120 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
12121
12122 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
12123
12124 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
12125
51d861de
SM
12126 * keyboard.c (poll_for_input_1, handle_async_input):
12127 Set handling_signal under HAVE_NS.
c96169a0 12128
aacd8ba1
GM
121292009-02-04 Glenn Morris <rgm@gnu.org>
12130
12131 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
12132
4cb75c4b
KH
121332009-02-04 Kenichi Handa <handa@m17n.org>
12134
12135 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
12136
12137 * charset.c (Fchar_charset): New optional arg restriction.
12138
12139 * coding.h (coding_system_charset_list): Extern it.
12140
12141 * coding.c (coding_system_charset_list): New function.
12142
12143 * composite.c: Include coding.h and termhooks.h.
12144 (composition_gstring_p): Fix for the terminal case.
12145 (composition_gstring_width): Likewise.
12146 (fill_gstring_body): Likewise.
12147 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
12148 the frame.
12149 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
12150 is within a composition.
867d4bb3 12151 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
12152
12153 * term.c (encode_terminal_code): Fix handling of composition.
12154 (produce_composite_glyph): For static composition, get pixel_width
12155 from struct composition.
12156
826ba17e
AS
121572009-02-02 Andreas Schwab <schwab@suse.de>
12158
12159 * unexelf.c (unexec): Handle unaligned bss offset.
12160
8ad093db
AR
121612009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12162
12163 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
12164 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 12165
8ad093db
AR
12166 * keyboard.c (handle_interrupt): Don't call
12167 quit_throw_to_read_char() under NS.
d0a76a6e 12168
8ad093db
AR
12169 * blockinput.h: Remove NS-specific code.
12170
4d18a7a2
DN
121712009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
12172
db878925
DN
12173 * dispnew.c (window_change_signal): Don't try to get the size of a
12174 suspended tty frame.
12175 * term.c (Fresume_tty): Resize if the size has changed while the
12176 tty was suspended.
12177
4d18a7a2
DN
12178 * alloc.c (mark_stack): Properly conditionalize previous change.
12179
8984df7c
JB
121802009-01-30 Juanma Barranquero <lekktu@gmail.com>
12181
12182 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
12183 * w32term.c (w32_read_socket) [SYNC_INPUT]:
12184 Remove; this code is not used on Windows.
12185
75f4f1ac
EZ
121862009-01-30 Eli Zaretskii <eliz@gnu.org>
12187
12188 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
12189 EOLs that also has stray ^M characters.
12190
07a1e794
JB
121912009-01-30 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * atimer.c (run_timers, alarm_signal_handler):
12194 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
12195 * w32inevt.c (w32_console_read_socket):
12196 * w32term.c (w32_read_socket):
12197 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
12198
a8b11cc9
CY
121992009-01-30 Chong Yidong <cyd@stupidchicken.com>
12200
12201 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
12202 Initialize it as a relative filename pattern.
12203 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
12204 (Fcall_process_region): Simplify temp file creation using
12205 temporary-file-directory.
12206
c279587b
EZ
122072009-01-29 Eli Zaretskii <eliz@gnu.org>
12208
12209 * msdos.c: Rename pending_signals to msdos_pending_signals.
12210 (sig_suspender, sigprocmask): Adjust.
12211
a8fe3242
CY
122122009-01-29 Chong Yidong <cyd@stupidchicken.com>
12213
12214 * keyboard.c (pending_signals): New var.
12215 (poll_for_input, input_available_signal, init_keyboard): Set it.
12216 (process_pending_signals): New function.
12217
12218 * lisp.h (QUIT): Check pending_signals instead of
12219 interrupt_input_pending. Use process_pending_signals.
12220
51d861de 12221 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 12222
51d861de 12223 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
12224
12225 * sysdep.c (emacs_write): Use process_pending_signals.
12226
12227 * xterm.c (XTread_socket): Update pending_signals.
12228
12229 * w32term.c (w32_read_socket): Update pending_signals.
12230
12231 * w32inevt.c (w32_console_read_socket): Update pending_signals.
12232
6570a1c4
KH
122332009-01-29 Kenichi Handa <handa@m17n.org>
12234
12235 * xftfont.c (xftfont_has_char): New function.
12236 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
12237
d72a4afa
AR
122382009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12239
12240 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
12241 under GNUstep.
12242 (ns_query_color): New declaration.
12243
12244 * nsterm.m (ns_confirm_quit): New variable.
12245 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
12246 (EmacsApp-applicationShouldTerminate:): Use it.
12247 (EmacsPrefsController): Let user set it.
12248 (ns_query_color): New function.
12249 (ns_defined_color): Use it.
12250 (ns_initialize): Drop.
12251 (ns_term_init): Add two lines from ns_initialize(), and set
12252 input_interrupt_mode to nil.
12253
12254 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 12255 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 12256
9fe78804
KH
122572009-01-28 Kenichi Handa <handa@m17n.org>
12258
12259 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
12260 (fontset_get_font_group): Remember that no font-group is specified
12261 for C.
9fe78804 12262
fa57de36
CY
122632009-01-27 Chong Yidong <cyd@stupidchicken.com>
12264
930600e9
CY
12265 * fns.c (concat): Check for string overflow (bug#1787).
12266
fa57de36
CY
12267 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
12268 Quadruple undo limits (bug#1501).
12269
7179ce7b
KH
122702009-01-27 Kenichi Handa <handa@m17n.org>
12271
12272 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
12273 directly use GT_Get_Char_index.
12274
12275 * xftfont.c (struct xftfont_info): New member `index'.
12276
12277 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 12278 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 12279
5be8fcc0
CY
122802009-01-26 Kenichi Handa <handa@m17n.org>
12281
12282 * fontset.c (fontset_find_font): Fix handling of non-cons return
12283 value of fontset_get_font_group.
12284 (fontset_font): Revert last change.
12285
19ae3e61
JR
122862009-01-26 Jason Rumney <jasonr@gnu.org>
12287
12288 * w32font.c (w32font_list_internal): Return quickly if registry is
12289 unknown. Simplify final return.
12290 (add_font_entity_to_list): Break complex logic down into more
12291 manageable chunks. Move unknown registry check to
12292 w32font_list_internal.
12293
8612b71a
AR
122942009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
12295
12296 Changes to remove Feval calls from GUI under NS.
12297
d8038940
JB
12298 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
12299 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
12300 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
12301
12302 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
12303 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
12304 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
12305 instead of NON_ASCII_KEYSTROKE_EVENT.
12306 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
12307 (EmacsApp-applicationShouldTerminate:): Query user.
12308 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
12309 instead of Feval.
12310
12311 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
12312
12313 * keyboard.c (kbd_buffer_get_event): Check for it.
12314 (keys_of_keyboard): Define lispy keys for
12315 ns-put/unput-working-text.
12316
12317 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
12318 versions.
12319 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
12320
6288ae55
CY
123212009-01-25 Chong Yidong <cyd@stupidchicken.com>
12322
12323 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 12324 setting current_buffer directly. (Bug#2044)
6288ae55 12325
289e7f8f
CY
123262009-01-24 Chong Yidong <cyd@stupidchicken.com>
12327
5ce87308 12328 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 12329 any work. (Bug#1952, bug#1990).
5ce87308 12330
64cc3cf6 12331 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 12332
b3243e6f
AR
123332009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12334
12335 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
12336 (ns_no_defaults): New declaration.
12337 (main): Use it.
e0d2e69a 12338
d900b2af 12339 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 12340
d900b2af 12341 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 12342
d900b2af
AR
12343 * nsterm.m (ns_no_defaults): New variable.
12344 (ns_initialize): Don't read defaults when ns_no_defaults.
12345 (EmacsView-readSelectionFromPasteboard:)
12346 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 12347 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
12348 (ns_dumpglyphs_stretch): New function.
12349 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 12350 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 12351
e0d2e69a
AR
12352 * nsimage.m (setPixmapData:): Set to ignore image DPI.
12353
3ac71f5d
CY
123542009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
12355
12356 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
12357 call for Sparc64.
12358
3fe53a83
AR
123592009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12360
12361 * nsfns.m:
12362 * nsgui.h:
12363 * nsmenu.m:
12364 * nsselect.m:
12365 * nsterm.h:
12366 * nsterm.m: Remove '23' comments that indicated code added during
12367 update from emacs-20 -> emacs-23.
12368
10f87c6f 123692009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
12370
12371 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 12372 ns_alternate_modifier. (Bug#1217)
a3b53a85 12373
c7cef62d
AR
12374 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
12375 Display all shortcuts, including those w/o super modifier.
12376
575fb8bd
AR
12377 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
12378
918b848b
CY
123792009-01-22 Chong Yidong <cyd@stupidchicken.com>
12380
12381 * fileio.c (Vwrite_region_post_annotation_function)
12382 (Vwrite_region_annotation_buffers): New vars.
12383 (build_annotations_unwind): Just reset
12384 Vwrite_region_annotation_buffers.
12385 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
12386 Call write-region-post-annotation-function.
12387 (build_annotations): Add to Vwrite_region_annotation_buffers if
12388 buffer changes.
12389
a39e2539
AR
123902009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12391
12392 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
12393 Tiger.
51d861de
SM
12394 * nsfns.m (ns_do_applescript):
12395 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 12396
35ed44db
AR
123972009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
12398
12399 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
12400
cbe0b5bf
AR
124012009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12402
12403 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 12404
6049d3a0
AR
12405 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
12406
12407 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
12408 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
12409 handle Ctrl-tab. (Bug#1841)
12410 (ns_get_color): Use unsigned long long for scanned hex string value.
12411 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 12412 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 12413 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 12414 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 12415 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 12416 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 12417 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 12418
d3810c21 12419 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 12420 DPI. (Bug#1316)
d3810c21
AR
12421 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
12422 values in onTiger section.
4c7077c3 12423
e301e634
CY
124242009-01-19 Chong Yidong <cyd@stupidchicken.com>
12425
7f82490b
CY
12426 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
12427 Check return value of font_spec_from_name.
64cc3cf6 12428 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
12429
12430 * font.c (font_spec_from_name): Return Qnil if font name could not
12431 be parsed.
12432 (font_parse_name): Treat a `?' character as part of an XLFD.
12433
e301e634
CY
12434 * fns.c (Fsubstring): Doc fix.
12435
1c0db158
KH
124362009-01-19 Kenichi Handa <handa@m17n.org>
12437
51d861de 12438 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
12439 (ftfont_list): Likewise.
12440
acf20901
JB
124412009-01-18 Juanma Barranquero <lekktu@gmail.com>
12442
fff4e459
JB
12443 * dbusbind.c (Fdbus_register_signal):
12444 * process.c (conv_sockaddr_to_lisp):
12445 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
12446
acf20901
JB
12447 * callproc.c (Fgetenv_internal): Doc fix.
12448
e7abcdfb
CY
124492009-01-16 Chong Yidong <cyd@stupidchicken.com>
12450
12451 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
12452 it is not even used.
12453
b60861e6
GM
124542009-01-16 Glenn Morris <rgm@gnu.org>
12455
12456 * font.c (Ffont_variation_glyphs): Silence compiler.
12457
8db52afe
JB
124582009-01-15 Juanma Barranquero <lekktu@gmail.com>
12459
12460 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
12461 Reported by David Robinow <drobinow@gmail.com>.
12462
4cddb209
KH
124632009-01-15 Kenichi Handa <handa@m17n.org>
12464
51d861de 12465 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 12466
f247f67b
JR
124672009-01-14 Jason Rumney <jasonr@gnu.org>
12468
12469 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 12470 never a fontset. (Bug#1562)
f247f67b 12471
f56a4450
KH
124722009-01-14 Kenichi Handa <handa@m17n.org>
12473
12474 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 12475 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 12476
4e99855e
CY
124772009-01-13 Chong Yidong <cyd@stupidchicken.com>
12478
12479 * font.c (font_clear_prop): If clearing the family, clear the font
12480 width index too.
12481
fff4e459 12482 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 12483
24f01470
JB
124842009-01-12 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
12487 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
12488 functions, use sizeof.
12489
a41240a3
MR
124902009-01-12 Martin Rudalics <rudalics@gmx.at>
12491
12492 * keyboard.c (read_char): Fix case where last_nonmenu_event
12493 returned a bad value with submenus. (Bug#447)
12494
944636b8
CY
124952009-01-12 Chong Yidong <cyd@stupidchicken.com>
12496
12497 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
12498 family, clear the font width index too.
12499
0dad7c6f
JR
125002009-01-11 Jason Rumney <jasonr@gnu.org>
12501
12502 * keyboard.c (cmd_error_internal): Exit when errors occur before
12503 frame creation and not in daemon mode. (Bug#1836)
12504
7c2363af
CY
125052009-01-10 Chong Yidong <cyd@stupidchicken.com>
12506
12507 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
12508 of a display vector, backtrack.
12509 (try_window_reusing_current_matrix): Check glyph type before
12510 referencing charpos member.
12511
97b1b294
EZ
125122009-01-10 Eli Zaretskii <eliz@gnu.org>
12513
12514 Fix Bug #876:
12515
12516 * coding.c (inhibit_null_byte_detection): New variable.
12517 (detect_coding, detect_coding_system): Don't pay attention to null
12518 bytes if inhibit_null_byte_detection is non-zero.
51d861de 12519 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
12520 <inhibit-iso-escape-detection>: Doc fix.
12521
4624b6e3
JR
125222009-01-09 Jason Rumney <jasonr@gnu.org>
12523
12524 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 12525 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
12526 Only report Unicode Plane 2 fonts as unicode-sip.
12527
323b840c
CY
125282009-01-09 Chong Yidong <cyd@stupidchicken.com>
12529
51d861de
SM
12530 * xfaces.c (Fx_font_family_list): Delete function.
12531 Move compatibility version to faces.el.
323b840c 12532
51d861de 12533 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 12534
eba7400d
MR
125352009-01-09 Martin Rudalics <rudalics@gmx.at>
12536
12537 * frame.c (x_set_frame_parameters): Remember requested value for
12538 fullscreen before it's reset by the parameter handler.
12539
4b09796d
GM
125402009-01-09 Glenn Morris <rgm@gnu.org>
12541
12542 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 12543 (last_command_event): ... and update all users.
4b09796d
GM
12544 (last_input_char): For clarity, rename to...
12545 (last_input_event): ... and update all users.
12546 (last-command-char, last-input-char): Move to subr.el as aliases.
12547 * cmds.c, commands.h: Update for last_command_char rename.
12548
14ccea62
CY
125492009-01-08 Chong Yidong <cyd@stupidchicken.com>
12550
51d861de 12551 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 12552
5f004711
JR
125532009-01-08 Jason Rumney <jasonr@gnu.org>
12554
12555 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
12556 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
12557 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
12558 Don't declare.
fff4e459 12559 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
12560 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
12561
b71f6f73
KH
125622009-01-07 Kenichi Handa <handa@m17n.org>
12563
50b06221 12564 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 12565 remember the coding system used for decoding in
50b06221
KH
12566 coding_system (Bug#1039).
12567
b71f6f73 12568 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 12569 breaking the loop. (Bug#870)
b71f6f73
KH
12570 (decode_coding_utf_16, decode_coding_emacs_mule)
12571 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12572 (decode_coding_charset): Likewise.
12573
56f668f7
MR
125742009-01-05 Martin Rudalics <rudalics@gmx.at>
12575
12576 * frame.c (x_set_frame_parameters): Make sure height (width) get
12577 applied when fullwidth (fullheight) is set. (Bug#1522)
12578
5da9424d
JB
125792009-01-04 Juanma Barranquero <lekktu@gmail.com>
12580
12581 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
12582 (utc_base): Declare as ULONGLONG, not long double.
12583 (convert_time_raw): Delete.
12584 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
12585 (initialize_utc_base): New function.
12586 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
12587 (convert_from_time_t): Use initialize_utc_base; compute result with
12588 64-bit arithmetic.
12589 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
12590
c4605e09
EZ
125912009-01-03 Eli Zaretskii <eliz@gnu.org>
12592
9acef61c 12593 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
12594 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
12595 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
12596 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
12597 [!subprocesses]: Define.
12598 (syms_of_process) [!subprocesses]: Intern and staticpro them.
12599 (Flist_system_processes, Fsystem_process_attributes)
12600 [!subprocesses]: Call list_system_processes and
12601 system_process_attributes instead of returning Qnil.
12602
9acef61c
JB
12603 * dosfns.c (system_process_attributes, list_system_processes):
12604 New functions.
c4605e09
EZ
12605
12606 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
12607
12608 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
12609 Don't use the default (no-op) implementation.
12610
8b7d0a16
JR
126112009-01-03 Jason Rumney <jasonr@gnu.org>
12612
a6d46bc1
JR
12613 * keyboard.c (parse_modifiers_uncached): Wheel events are
12614 clicks (bug#687).
12615
8b7d0a16
JR
12616 * w32term.c (x_query_colors, x_query_color): New functions.
12617
12618 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
12619 (svg_load_image): Cast returned pointers from dynamically loaded
12620 functions. Eliminate W32 specific code.
12621
bfe11752
DN
126222009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12623
89e2438a
DN
12624 * nsfns.m (x_set_foreground_color, x_set_background_color)
12625 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
12626 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
12627 x_ prefix instead of ns_. Update references.
12628 (syms_of_nsfns): Add a FIXME comment.
12629
12630 * nsterm.m (x_set_cursor_type): New prototype.
12631 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
12632
bfe11752
DN
12633 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
12634 for Solaris instead of incorrectly providing Qutime and Qcutime.
12635
031da700
EZ
126362009-01-02 Eli Zaretskii <eliz@gnu.org>
12637
12638 * w32.c (process_times): Compute sum of utime and stime.
12639 (system_process_attributes): Add Qtime to the alist.
12640
12641 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
12642 and add them to the alist.
12643
12644 * process.c (top level) <Qtime, Qctime>: New variables.
12645 (syms_of_process): staticpro them.
12646 (Fsystem_process_attributes): Add their documentation to the doc
12647 string.
12648
12649 * process.h: Declare Qtime and Qctime.
12650
df23bf08
JR
126512009-01-02 Jason Rumney <jasonr@gnu.org>
12652
9acef61c 12653 * image.c (Qgobject): New symbol.
df23bf08
JR
12654 (syms_of_image): Initialize it.
12655 (init_svg_functions): Load some functions from gobject library.
12656
5bbdf7aa
DN
126572009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
12658
12659 * frame.c (make_terminal_frame): Remove redundant code and useless
12660 block.
12661
63136da6
AS
126622009-01-01 Andreas Schwab <schwab@suse.de>
12663
12664 * process.c (conv_sockaddr_to_lisp): Add workaround for
12665 getsockname bug on BSD.
12666
9ef69046
CY
126672009-01-01 Chong Yidong <cyd@stupidchicken.com>
12668
d6fafbe0
CY
12669 * xfns.c (x_create_tip_frame): Set border width of the X window.
12670
51d861de 12671 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 12672
f9c34147
JR
126732009-01-01 Jason Rumney <jasonr@gnu.org>
12674
9acef61c 12675 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
12676 Don't block input, as per earlier xterm.c changes.
12677
f5497e45
AR
126782008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
12679
12680 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
12681 (ns_appkit_version_int): New function.
12682 (x-server-version): Use ns_appkit_version_int and follow 21+
12683 convention of returning 3 integers.
12684
c19cab20
KH
126852008-12-30 Kenichi Handa <handa@m17n.org>
12686
12687 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
12688 (CHAR_SURROGATE_PAIR_P): New macro.
12689
12690 * font.h (struct font_driver): New member get_variation_glyphs.
12691
9acef61c 12692 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
12693 (Ffont_variation_glyphs): New function.
12694 (syms_of_font): Defsubr it.
12695
12696 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
12697 ftfont_variation_glyphs.
12698 (setup_otf_gstring): New function.
12699 (ftfont_drive_otf): Use it.
12700 (ftfont_shape_by_flt): Handle variation selector.
12701 (ftfont_variation_glyphs): New function.
12702
28cd591f
MR
127032008-12-30 Martin Rudalics <rudalics@gmx.at>
12704
12705 * frame.c (Vemacs_iconified): Remove.
12706
7f714baf
JR
127072008-12-30 Jason Rumney <jasonr@gnu.org>
12708
12709 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 12710 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 12711
9d2d22ab
CY
127122008-12-30 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * indent.c (Fvertical_motion): Don't advance iterator if we have
12715 reseated to the desired position.
12716
12717 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
12718 checking for pos match.
12719
545312c2
KH
127202008-12-30 Kenichi Handa <handa@m17n.org>
12721
1ede3eb6
KH
12722 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
12723 just get the low 8-bit of the code.
12724
545312c2
KH
12725 * font.c (font_intern_prop): Validate str as multibyte.
12726
bd7bbf29
DN
127272008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12728
31e0750e
DN
12729 * dispextern.h (struct face): Move lface and hash from the middle
12730 of bitfields.
12731
bd7bbf29
DN
12732 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
12733
b5672e7c
DN
127342008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12735
12736 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
12737 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
12738 instead of intervals.h.
12739
d704470f
AS
127402008-12-26 Andreas Schwab <schwab@suse.de>
12741
12742 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
12743 cons.
12744
54b33868
MR
127452008-12-26 Martin Rudalics <rudalics@gmx.at>
12746
12747 * textprop.c (Qminibuffer_prompt): New variable.
12748 (syms_of_textprop): Initialize it.
12749 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
12750 in minibuffer-prompt face. (Bug#1662)
12751
40b615d6
JR
127522008-12-25 Jason Rumney <jasonr@gnu.org>
12753
12754 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
12755
baae5c2d
JR
127562008-12-24 Jason Rumney <jasonr@gnu.org>
12757
12758 * ralloc.c (r_alloc_reset_variable): New function.
12759
12760 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 12761 record of what points where. (Bug#716)
baae5c2d 12762
a9051c88
DN
127632008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
12764
12765 * minibuf.c (read_minibuf): Follow the non-interactive case when
12766 running as a daemon, before detaching.
12767
8b146312
AS
127682008-12-22 Andreas Schwab <schwab@suse.de>
12769
12770 * buffer.c (init_buffer): Use realloc instead of xrealloc.
12771 * gtkutil.c (free_widget_value): Use xfree instead of free.
12772
56f2de10
MR
127732008-12-22 Martin Rudalics <rudalics@gmx.at>
12774
12775 * frame.c (delete_frame): New function derived from
12776 Fdelete_frame to handle Qnoelisp value for FORCE argument.
12777 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
12778 (Fdelete_frame): Call delete_frame. Remove line from doc-string
12779 saying that FORCE non-nil doesn't run `delete-frame-functions'.
12780 * frame.h: Extern delete_frame.
12781 * window.c (window_loop):
12782 * terminal.c (delete_terminal):
12783 * xterm.c (x_connection_closed):
12784 * xfns.c (Fx_hide_tip):
9acef61c 12785 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 12786
1fc200d6
JR
127872008-12-21 Jason Rumney <jasonr@gnu.org>
12788
12789 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
12790 when character maps to .notdef character.
12791
5e252df2
SM
127922008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
12795
99b72cc4
JR
127962008-12-20 Jason Rumney <jasonr@gnu.org>
12797
12798 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 12799 a graphical frame on Windows. (Bug#1325)
99b72cc4 12800
acc49a52
JD
128012008-12-20 Jan Djärv <jan.h.d@swipnet.se>
12802
12803 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
12804
6ea15123
CY
128052008-12-20 Chong Yidong <cyd@stupidchicken.com>
12806
12807 * minibuf.c (Fread_buffer): Doc fix.
12808
b2dab6c8
JR
128092008-12-20 Jason Rumney <jasonr@gnu.org>
12810
54ea0c87 12811 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 12812 server name in UNC paths. (Bug#719)
54ea0c87 12813
b2dab6c8 12814 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 12815 charbuf. (Bug#1035)
b2dab6c8 12816
6d1921be
DN
128172008-12-19 Daniel Engeler <engeler@gmail.com>
12818
12819 * sysdep.c (serial_configure): Fix typo.
12820
53934c98
DN
128212008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12822
12823 * sysdep.c: Include alloca.h.
f4f634e8
DN
12824 (system_process_attributes): Add implementation for Solaris.
12825
12826 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 12827
06e111a6
DN
128282008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
12829
12830 Reorganize implementation of Flist_system_processes and
12831 Fsystem_process_attributes. No functional changes.
12832 * process.c: Don't #include pwd.h, grp.h and limits.h.
12833 (Flist_system_processes): Just call list_system_processes.
12834 (Fsystem_process_attributes): Just call system_process_attributes.
12835 (procfs_list_system_processes, time_from_jiffies)
12836 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
12837 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
12838
12839 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
12840 (list_system_processes): Rename from
12841 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
12842 Provide a do nothing implementation.
12843 (system_process_attributes): Rename from
12844 procfs_list_system_processes.
12845 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 12846 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
12847
12848 * w32.c (list_system_processes): Rename from
12849 w32_list_system_processes.
12850 (system_process_attributes): Rename from
12851 w32_system_process_attributes.
12852
12853 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
12854
12855 * process.h (w32_list_system_processes)
12856 (w32_system_process_attributes): Remove.
362654a6
JB
12857 (list_system_processes, system_process_attributes):
12858 New prototypes.
06e111a6 12859
6a705b23
KH
128602008-12-19 Kenichi Handa <handa@m17n.org>
12861
12862 * xfont.c (xfont_decode_coding_xlfd): New function.
12863 (xfont_encode_coding_xlfd): New function.
12864 (xfont_list_pattern): Decode XLFD by iso-8859-1.
12865 (xfont_list): Decode and encode XLFD by iso-8859-1.
12866 (xfont_match): Likewise.
12867 (xfont_list_family): Likewise.
12868 (xfont_open): Likewise.
12869
d66c0241 12870 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
12871 names are utf-8.
12872
d66c0241 12873 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
12874 names are utf-8.
12875
5a130941
JD
128762008-12-18 Jan Djärv <jan.h.d@swipnet.se>
12877
12878 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
12879 changed.
bfd20325
JD
12880 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
12881 clicked on a detached tool bar button.
5a130941 12882
fd95644b
DN
128832008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
12884
12885 * emacs.c (main): Print and error and exit when no data is read
12886 from the pipe.
12887
e6eee6ae
JR
128882008-12-17 Jason Rumney <jasonr@gnu.org>
12889
12890 * w32font.c (w32font_has_char): Always return -1.
12891
a35dd56b
KH
128922008-12-16 Kenichi Handa <handa@m17n.org>
12893
12894 * font.c (font_open_entity): Fix previous change.
12895
0e3635c2
DN
128962008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
12897
12898 * process.c: Include <limits.h>.
12899
d4835507 129002008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
12901
12902 * font.c (font_update_drivers): Fix mistake in reconstructing the
12903 driver list.
12904
129052008-12-16 Chong Yidong <cyd@stupidchicken.com>
12906
12907 * font.c (font_clear_cache): Fix format of font cache data.
12908
e2cbc401
CY
129092008-12-15 Chong Yidong <cyd@stupidchicken.com>
12910
12911 * xftfont.c (xftfont_open): Free Xft font pattern if
12912 XftFontOpenPattern fails.
12913
12914 * xterm.c (x_free_frame_resources): Remove extraneous call to
12915 free_frame_faces.
12916
b131d535
CY
129172008-12-13 Chong Yidong <cyd@stupidchicken.com>
12918
12919 * xterm.c (x_delete_display): Move xim_close_dpy call to
12920 x_delete_terminal.
12921 (x_delete_terminal): Call xim_close_dpy.
12922
e6df5336
JR
129232008-12-13 Jason Rumney <jasonr@gnu.org>
12924
12925 * w32font.c (intern_font_name): New function.
12926 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
12927 (w32font_open_internal, Fx_select_font): Decode font name.
12928 (fill_in_logfont, list_all_matching_fonts): Encode font name.
12929
12930 * w32font.h (intern_font_name): Declare new function.
12931
12932 * w32uniscribe.c (add_opentype_font_name_to_list):
12933 Use intern_font_name.
12934
20d68145
CY
129352008-12-13 Chong Yidong <cyd@stupidchicken.com>
12936
9f2554de
CY
12937 * frame.c (Fdelete_frame): Call free_font_driver_list.
12938
3d9bec9a
CY
12939 * font.c (free_font_driver_list): Implement missing function.
12940
20d68145
CY
12941 * w32term.c (w32_term_init): Don't initialize the image cache
12942 here; it will be done in init_frame_faces.
12943
12944 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
bba3e508
SM
12945 (struct x_display_info): Remove unused member null_pixel.
12946 New member xim_callback_data.
20d68145
CY
12947
12948 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
12949 (xim_initialize): Save pointer to callback function data.
12950 (xim_close_dpy): Free callback function data. Call XCloseIM,
12951 reverting 2008-11-04 change by David Smith.
12952 (x_term_init): Don't initialize the image cache here; it will be
12953 done in init_frame_faces. Remove ancient "null_pixel" cruft.
12954 (x_delete_display): Free x_dnd_atoms member.
12955
96f9306b
KH
129562008-12-13 Kenichi Handa <handa@m17n.org>
12957
ef1b0ba7 12958 * font.c (font_rescale_ratio): Move from xfaces.c.
6dec9044 12959 Argument type changed. Handle a font-spec too.
96f9306b 12960 (font_score): Check Vface_font_rescale_alist.
6dec9044 12961 (font_open_entity): Likewise. (Bug#1547)
96f9306b 12962
ef1b0ba7 12963 * xfaces.c (font_rescale_ratio): Move to font.c.
96f9306b 12964
8d5b4964
CY
129652008-12-13 Chong Yidong <cyd@stupidchicken.com>
12966
12967 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
12968
e6df5336
JR
129692008-12-12 Jason Rumney <jasonr@gnu.org>
12970
bba3e508
SM
12971 * w32fns.c (x_display_info_for_name, Fx_open_connection):
12972 Set Vwindow_system_version to the real w32 major version.
e6df5336 12973
97c6058a
DN
129742008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
12975
12976 * term.c (init_tty): Move setting the terminal name before the
12977 potential user: maybe_fatal.
12978
ec4e88d7
CY
129792008-12-11 Chong Yidong <cyd@stupidchicken.com>
12980
ef1b0ba7 12981 * term.c (tty_free_frame_resources): Rename from delete_tty_output;
d4835507 12982 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 12983
b4233ec9
JR
129842008-12-11 Jason Rumney <jasonr@gnu.org>
12985
8ec71e23 12986 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 12987 SYMBOL_CHARSET. (Bug#547)
8ec71e23 12988
b4233ec9 12989 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 12990 size for surrogates. (Bug#1096, bug#872)
b4233ec9 12991
011a0143
JB
129922008-12-11 Juanma Barranquero <lekktu@gmail.com>
12993
12994 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
12995
3c309f34
JB
129962008-12-11 Juanma Barranquero <lekktu@gmail.com>
12997
12998 * process.c (Fsystem_process_attributes, syms_of_process):
12999 Fix typo in name of Ssystem_process_attributes.
13000 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
13001
fedc6ab5
JB
130022008-12-11 Juanma Barranquero <lekktu@gmail.com>
13003
13004 * syntax.c (Fmodify_syntax_entry): Doc fix.
13005
ba3de0e8
JB
130062008-12-10 Juanma Barranquero <lekktu@gmail.com>
13007
13008 * font.c (Ffont_spec): Move usage to end of docstring.
13009
174f1c74
JR
130102008-12-10 Jason Rumney <jasonr@gnu.org>
13011
13012 * w32font.c (Qcham): New symbol.
13013 (font_supported_scripts): Add cham, and comments for other new
13014 scripts in bitfield from OpenType spec.
9d32f818
JR
13015 (add_font_entity_to_list): Limit unicode-sip fonts to those that
13016 contain characters beyond the bmp.
174f1c74 13017
7b649478
KH
130182008-12-10 Kenichi Handa <handa@m17n.org>
13019
13020 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 13021 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
13022 Qunicode_sip.
13023
2133e2d1
JB
130242008-12-10 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * coding.c (QCdefault_char): Rename from QCdefalut_char.
13027 (Fcoding_system_put): Use QCdefault_char.
13028 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
13029
9af886ee
CY
130302008-12-09 Chong Yidong <cyd@stupidchicken.com>
13031
74d819eb
CY
13032 * xftfont.c (syms_of_xftfont): Fix typo.
13033
4ccfa1c0 13034 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 13035
7c19d3ae
DN
130362008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13037
13038 * emacs.c (main): Close daemon_pipe on exec.
13039
567826bb
CY
130402008-12-08 Chong Yidong <cyd@stupidchicken.com>
13041
13042 * termchar.h (struct tty): New members termcap_term_buffer and
13043 termcap_strings_buffer.
13044
13045 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 13046 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
13047 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
13048 All callers changed.
13049 (init_tty): Store termcap data and string buffers in new struct
13050 tty members termcap_term_buffer and termcap_strings_buffer.
13051 (delete_tty): Free them.
4ccfa1c0 13052 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 13053
aa96c42b
SZ
130542008-12-07 Seiji Zenitani <zenitani@mac.com>
13055
13056 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 13057 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 13058
b7e1d896
CY
130592008-12-06 Chong Yidong <cyd@stupidchicken.com>
13060
13061 * coding.c (make_conversion_work_buffer): Disable buffer
13062 modification hooks in the work buffer.
13063
b5ec91a5
EZ
130642008-12-05 Eli Zaretskii <eliz@gnu.org>
13065
13066 * process.c (procfs_system_process_attributes): If `nread' has a
13067 negative value, assign zero to it.
13068
a5d2a52b
CY
130692008-12-05 Chong Yidong <cyd@stupidchicken.com>
13070
68c5540b 13071 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 13072
7bf1bb21
KH
130732008-12-05 Kenichi Handa <handa@m17n.org>
13074
13075 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
13076 second character is a combining character.
13077
2fdc7d00
EZ
130782008-12-05 Eli Zaretskii <eliz@gnu.org>
13079
13080 * process.c (procfs_system_process_attributes): Don't use cmd,
13081 cmdsize, and q without initializing them first.
13082
bf6bfba8
JR
130832008-12-04 Jason Rumney <jasonr@gnu.org>
13084
13085 * w32font.c (w32font_draw): Initialize orig_clip before getting
13086 it, and delete it when finished.
13087
a3b1a468
DN
130882008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
13089
13090 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
13091 case when running as a daemon before detaching.
13092
8b8be8eb
JB
130932008-12-03 Juanma Barranquero <lekktu@gmail.com>
13094
805f2638 13095 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 13096
b1bde622
KH
130972008-12-03 Kenichi Handa <handa@m17n.org>
13098
e500c47d
KH
13099 * font.c (font_at): Set `multibyte' at first.
13100
ca516334
KH
13101 * coding.c (decode_coding_charset): Check type of an element of
13102 vector VALIDS.
7bf1bb21 13103 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 13104
4ccfa1c0 13105 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
13106 (font_for_char): Likewise.
13107
1e5ecd37
CY
131082008-12-03 Chong Yidong <cyd@stupidchicken.com>
13109
d5b01609 13110 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
13111 (font_update_lface): Handle fonts with corrupted size specs,
13112 i.e. non-int and non-float.
d5b01609 13113
11e3a6e4 13114 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 13115 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 13116 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 13117
ab06788b
CY
13118 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
13119
1e5ecd37 13120 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 13121 underline_minimum_offset for underline position.
1e5ecd37 13122
63c125ab
DN
131232008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13124
13125 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
13126
13127 * character.c (c_string_width): Specify the type for LEN.
13128
3a8406e1
KH
131292008-12-03 Kenichi Handa <handa@m17n.org>
13130
4ccfa1c0 13131 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 13132 (decode_coding_utf_8): Likewise.
4ccfa1c0 13133 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 13134 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 13135
651df7d9
CY
131362008-12-02 Chong Yidong <cyd@stupidchicken.com>
13137
13138 * keyboard.c (make_lispy_position): Only use PT if the selected
13139 window is current.
13140
1f625c6c
AS
131412008-12-02 Andreas Schwab <schwab@suse.de>
13142
f7741ce9
AS
13143 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
13144
1f625c6c
AS
13145 * doprnt.c (doprnt1): Fix size of charbuf.
13146
92bc2678
CY
131472008-12-02 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * keyboard.c (timer_check): Revert last change.
13150
93b9e8cc
JB
131512008-12-02 Juanma Barranquero <lekktu@gmail.com>
13152
13153 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
13154
fd7a37d5
JB
131552008-12-01 Juanma Barranquero <lekktu@gmail.com>
13156
13157 * makefile.w32-in: Update dependencies.
13158 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
13159
c115043b
AS
131602008-12-01 Andreas Schwab <schwab@suse.de>
13161
13162 * font.c (register_font_driver): Use xmalloc.
13163 (font_put_frame_data): Likewise.
13164
f5668d2a
CY
131652008-12-01 Chong Yidong <cyd@stupidchicken.com>
13166
860d96be
CY
13167 * xfaces.c (realize_x_face): Make abort condition clearer.
13168
f5668d2a
CY
13169 * gtkutil.c (update_frame_tool_bar): Initialize variable.
13170
379c17e7
CY
131712008-11-30 Chong Yidong <cyd@stupidchicken.com>
13172
13173 * keyboard.c (timer_check): After a timer runs, ensure that the
13174 selected window's buffer is current.
13175
35f36d65
JB
131762008-11-30 Juanma Barranquero <lekktu@gmail.com>
13177
f952c61c
JB
13178 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
13179 It was accidentally restored by the Unicode merge.
13180
35f36d65
JB
13181 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
13182
b23077df
JB
131832008-11-29 Juanma Barranquero <lekktu@gmail.com>
13184
13185 * w32proc.c: Include "coding.h".
13186 (Fw32_short_file_name): Encode filename passed to Windows API.
13187 (Fw32_long_file_name): Encode filename passed to Windows API and
13188 decode back the result. (Bug#1433)
13189
b8ebe9dd
KH
131902008-11-29 Kenichi Handa <handa@m17n.org>
13191
8cc53f96
KH
13192 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
13193 not before accessing it.
13194
b8ebe9dd
KH
13195 * charset.c (Fdefine_charset_internal): After calculating
13196 min_char, max_char, and fastmap, copy the charset structure again.
13197 (encode_char): Fix the previous change.
13198
59bc82c0
SZ
131992008-11-28 Seiji Zenitani <zenitani@mac.com>
13200
13201 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
13202
13203 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
13204
13205 * nsterm.m (x_set_frame_alpha): New function.
13206
32247e3d
EZ
132072008-11-27 Eli Zaretskii <eliz@gnu.org>
13208
13209 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
13210
b003e5ff
JB
132112008-11-27 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
13214 pointer to check_face_name.
13215
708550f5
KH
132162008-11-27 Kenichi Handa <handa@m17n.org>
13217
13218 * category.h (SET_CATEGORY_SET): Call set_category_set.
13219 (set_category_set): Extern it.
13220
13221 * category.c (hash_get_category_set): New function.
bba3e508 13222 (Fmodify_category_entry): Adjust for the change of
708550f5
KH
13223 char_table_ref_and_range. Call hash_get_category_set to get a
13224 category set to store in the table.
13225
13226 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
13227 Funify_charset.
13228
2ae37cf0 13229 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
13230 (DECODE_CHAR): Check if the decoder vector is ready.
13231 (ENCODE_CHAR): Check if the encoder char-table is ready.
13232 (maybe_unify_char): Extern it.
13233
13234 * charset.c (Vchar_unified_charset_table): Delete it.
13235 (inhibit_load_charset_map): New variable.
13236 (temp_charset_work): New variable.
13237 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
13238 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
13239 New macros.
bba3e508
SM
13240 (load_charset_map): Meaning of control_flag changed.
13241 If inhibit_load_charset_map is nonzero, setup a table in
708550f5
KH
13242 temp_charset_work.
13243 (load_charset): New argument control_flag.
13244 (map_charset_for_dump): New function.
13245 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
13246 map_charset_for_dump.
13247 (Fdefine_charset_internal): If the charset method is MAP, load
13248 mapping tables by calling load_charset.
13249 (Funify_charset): Don't load a mapping table but directly set
13250 Vchar_unify_table.
13251 (maybe_unify_char): New function.
13252 (decode_char): Don't handle the deleted method MAP_DEFERRED.
13253 Handle the case of inhibit_load_charset_map being nonzero.
13254 (encode_char): Don't handle the deleted method MAP_DEFERRED.
13255 Handle the case of inhibit_load_charset_map being nonzero.
13256 (Fclear_charset_maps): Just free temp_charset_work.
13257 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
13258 variable.
13259
bba3e508 13260 * chartab.c (sub_char_table_ref_and_range): Adjust for the
708550f5
KH
13261 change of char_table_ref_and_range.
13262 (char_table_ref_and_range): Change the meaning of argument FROM
13263 and TO. Now the caller must provide initial values for *FROM
13264 and *TO.
13265
bba3e508 13266 * fontset.c (fontset_add): Adjust for the change of
708550f5
KH
13267 char_table_ref_and_range.
13268 (fontset_get_font_group): Likewise.
13269 (Ffontset_info): Likewise.
13270
bba3e508 13271 * keymap.c (describe_vector): Adjust for the change of
708550f5
KH
13272 char_table_ref_and_range. For char-table, put boundary between
13273 non-ASCII and 8-bit characters.
13274
13275 * print.c (print_object): For bool-vector, delete unnecessary
13276 check of ASCII_BYTE_P.
13277
9196133b
JR
132782008-11-26 Jason Rumney <jasonr@gnu.org>
13279
13280 * w32font.c (w32font_open_internal): Don't include external
9acef61c 13281 leading in font height. (Bug#879)
9196133b 13282
9f688acf
GM
132832008-11-26 Glenn Morris <rgm@gnu.org>
13284
13285 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
13286 redefinition with ifdef. (Bug#1383)
13287
90d19aff
AR
132882008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13289
13290 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
13291
4ccfa1c0 132922008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
13293
13294 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
13295 New EmacsView methods.
13296 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
13297 Fixes bug #1048,1357,1414.
13298
132992008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13300
13301 Fix bug #1362.
13302 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
13303 is not an indexed color.
13304 * nsterm.m (free_indexed_color): Add argument checking.
13305 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
13306
e7d5ecb3
CY
133072008-11-24 Chong Yidong <cyd@stupidchicken.com>
13308
13309 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
13310 Document confirm-after-completion value for
13311 minibuffer-completion-confirm.
13312
c285743c
JR
133132008-11-24 Jason Rumney <jasonr@gnu.org>
13314
13315 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
13316 warning.
13317
b0857706
JR
133182008-11-23 Jason Rumney <jasonr@gnu.org>
13319
13320 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
13321 restored before returning.
13322
13323 * w32font.c (check_face_name): New function.
13324 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 13325 fonts. (Bug#642)
b0857706 13326
ee50ff07
MR
133272008-11-22 Martin Rudalics <rudalics@gmx.at>
13328
13329 * buffer.c (Fswitch_to_buffer): Reword and mention new option
13330 confirm-nonexistent-file-or-buffer in doc-string.
13331
b8ff72fa
SM
133322008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13333
13334 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
13335 Fix copy/paste typo. Add checks.
13336
cee53ed4
KH
133372008-11-21 Kenichi Handa <handa@m17n.org>
13338
13339 * coding.c (detect_coding_iso_2022): Reject invalid composition
13340 sequence.
13341 (DECODE_COMPOSITION_START): If the current source is the last
13342 block, and the current composition doesn't end, regard this
13343 sequence as invalid.
13344 (decode_coding_iso_2022): Handle invalid composition sequence.
13345
f6ef1e65
MR
133462008-11-20 Martin Rudalics <rudalics@gmx.at>
13347
13348 * window.c (coordinates_in_window): Don't return
13349 ON_VERTICAL_BORDER for the rightmost position of a mode/header
13350 line when the window is not the rightmost one. (Bug#1372)
13351
e08b1705
MR
133522008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
13353
13354 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
13355
ad98e89f
EZ
133562008-11-15 Eli Zaretskii <eliz@gnu.org>
13357
13358 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
13359 and bright_bg if noninteractive is non-zero.
13360
fb098a4b
CY
133612008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13362
13363 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
13364 x_draw_glyph_string_background.
13365
13366 * w32term.c (x_draw_glyph_string): Likewise.
13367
ce952b6e
CY
133682008-11-15 Chong Yidong <cyd@stupidchicken.com>
13369
13370 * xterm.c (x_draw_glyph_string): Stop drawing the background of
13371 the next glyph string once past the overhang width.
13372
13373 * nsterm.m (ns_draw_glyph_string): Likewise.
13374
13375 * w32term.c (x_draw_glyph_string): Likewise.
13376
26ea7079
CY
133772008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
13378
13379 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
13380 double file close.
13381
1c33c906
MR
133822008-11-14 Martin Rudalics <rudalics@gmx.at>
13383
13384 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
13385 dedicated status of window before attempting to display another
13386 buffer in it.
13387
8fc29035
JB
133882008-11-14 Juanma Barranquero <lekktu@gmail.com>
13389
13390 * msdos.c (Fmsdos_long_file_names):
13391 (syms_of_msdos) <dos-unsupported-char-glyph>:
13392 * dosfns.c (Fint86): Fix typos in docstrings.
13393
55fb4286
EZ
133942008-11-14 Eli Zaretskii <eliz@gnu.org>
13395
13396 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
13397
3fda0315
KY
133982008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13399
13400 * puresize.h (BASE_PURESIZE): Increase to 1260000.
13401
7e849c17
CY
134022008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
13403
13404 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
13405
13406 * frame.h: Negative alpha means "don't touch".
13407
13408 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
13409
13410 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
13411
b9fd67bd
DN
134122008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13413
13414 * hftctl.c:
13415 * chpdef.h:
13416 * acldef.h: Remove files used only for systems no longer supported.
13417
13418 * Makefile.in: Fix .o alphabetical ordering.
13419 (hftctl.o): Remove dependency, file removed.
13420 (keymap.o, print.o): Depend on charset.h.
13421
d5998e03
KH
134222008-11-10 Kenichi Handa <handa@m17n.org>
13423
2ae37cf0 13424 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 13425
be70e183
CY
134262008-11-08 Chong Yidong <cyd@stupidchicken.com>
13427
13428 * dired.c (file_name_completion): If completion_ignore_case is
13429 enabled, ignore case when checking completion-regexp-list.
13430
7cf94eac
EZ
134312008-11-08 Eli Zaretskii <eliz@gnu.org>
13432
13433 * vm-limit.c (get_lim_data): Fix last change.
13434
ee107a89
KH
134352008-11-08 Kenichi Handa <handa@m17n.org>
13436
13437 * character.c (Fget_byte): New function.
13438 (syms_of_character): Defsubr Fget_byte.
13439
5fd15622
CY
134402008-11-07 Chong Yidong <cyd@stupidchicken.com>
13441
13442 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
13443 cursor position is valid after scrolling.
13444
13d62fad
JB
134452008-11-06 Juanma Barranquero <lekktu@gmail.com>
13446
13447 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
13448
a1dd2936
GM
134492008-11-06 Glenn Morris <rgm@gnu.org>
13450
13451 * xterm.c (handle_one_xevent): Don't let popup menus cause
13452 mouse-autoselect-window related window switching. (Bug#1261)
13453
860cd236
CY
134542008-11-04 David Smith <davidsmith@acm.org> (tiny change)
13455
13456 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
13457
653a3150
AS
134582008-11-04 Andreas Schwab <schwab@suse.de>
13459
13460 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
13461
870f5cac
CY
134622008-11-03 Chong Yidong <cyd@stupidchicken.com>
13463
13464 * xfns.c (Fx_wm_set_size_hint): New function.
13465
1e02f3cb
MR
134662008-11-03 Martin Rudalics <rudalics@gmx.at>
13467
13468 * textprop.c (Fprevious_single_char_property_change): Return 0
13469 when there's no change in a string. (Bug#1301)
13470
e630dfc6
MR
134712008-11-02 Martin Rudalics <rudalics@gmx.at>
13472
13473 * frame.c (do_switch_frame): New argument NORECORD passed to
13474 Fselect_window.
13475 (Fselect_frame): New argument NORECORD passed to
13476 do_switch_frame.
13477 (Fset_frame_selected_window): New argument NORECORD passed to
13478 Fselect_frame.
13479 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
13480 in call of do_switch_frame.
13481 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
13482 Handle NORECORD argument in call of Fselect_frame.
13483 * lisp.h (do_switch_frame, Fselect_frame)
13484 (Fset_frame_selected_window): Adjust declarations.
13485 * window.c (select_frame_norecord): New function.
13486 (run_window_configuration_change_hook): Use it and call
13487 Fselect_frame with NORECORD set.
13488 (Fselect_window): Pass NORECORD to Fselect_frame.
13489 (Fset_window_configuration): Handle NORECORD argument in call of
13490 do_switch_frame.
13491 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
13492 Fset_frame_selected_window.
13493 * keyboard.c (command_loop_1): Handle NORECORD in call of
13494 Fselect_frame (currently ifdefd).
13495
9020b223
GM
134962008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
13497
13498 * emacs.c (USAGE2): Untabify.
13499
793ffee8
SM
135002008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * composite.c (fill_gstring_header): Fix copy/paste typo.
13503
ab6d1131
MR
135042008-10-31 Martin Rudalics <rudalics@gmx.at>
13505
13506 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
13507 (Fother_window): Rename argument and rewrite doc-string.
13508 (select_window_norecord): Fix return value. (Bug#1276)
13509
601a9cf1
JB
135102008-10-30 Juanma Barranquero <lekktu@gmail.com>
13511
13512 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
13513 new frames overriding foreground for tooltips. Based on similar patch
13514 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
13515
813b0652
CY
135162008-10-29 Chong Yidong <cyd@stupidchicken.com>
13517
13518 * emacs.c (Fdaemon_initialized): Initialize nfd.
13519
4414f58f
MR
135202008-10-29 Martin Rudalics <rudalics@gmx.at>
13521
13522 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
13523 (Fwindow_text_height): Clarify doc-strings.
13524 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
13525 doc-string of window-scroll-functions.
13526
ecdcaa09
RS
135272008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13528
13529 * category.c (syms_of_category): Fix typo in docstring.
13530
23fe745a
JB
135312008-10-28 Juanma Barranquero <lekktu@gmail.com>
13532
13533 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
13534 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
13535 Fix typos in docstrings.
13536
ff808935
DN
135372008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
13538
13539 * emacs.c (daemon_pipe): Make non-static.
13540 (IS_DAEMON): Move definition ...
13541 * lisp.h (IS_DAEMON): ... here.
13542 (daemon_pipe): Declare.
13543 (is_daemon): Remove.
13544 * dispnew.c (init_display): Use IS_DAEMON.
13545
fc012771
SM
135462008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
13549 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
13550
13551 * emacs.c (is_daemon): Remove.
13552 (main): Don't set is_daemon.
13553 (IS_DAEMON): New macro.
13554 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 13555 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
13556 parent exits.
13557 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
13558
d8bdbe6f
CY
135592008-10-27 Chong Yidong <cyd@stupidchicken.com>
13560
d1a072bf
CY
13561 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
13562 over-sized glyph, draw it with the default glyph width.
13563
e2e325aa
CY
13564 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13565 glyph, draw it with the default glyph width.
13566
13567 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
13568 glyph, draw it with the default glyph width.
13569
d8bdbe6f
CY
13570 * xdisp.c (try_scrolling): When computing the distance from the
13571 scroll margin to PT, try moving some distance past the window
13572 bottom before giving up.
13573
7bfac547
MR
135742008-10-27 Martin Rudalics <rudalics@gmx.at>
13575
13576 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
13577 (Fset_window_buffer): Explain in doc-string that a window can be
13578 "strongly" dedicated to its buffer.
13579
4ff029f6
DN
135802008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
13581
13582 * emacs.c (daemon_name): New variable.
13583 (main): Deal with --daemon=SERVER_NAME.
13584 (Fdaemonp): Return a name if one was passed to --daemon.
13585
5790ef40
DN
135862008-10-26 Romain Francoise <romain@orebokech.com>
13587
f9bd0df9 13588 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
13589 (main): Create a pipe before forking, make the parent exit only after
13590 the child has closed its end of the pipe. Move closing the
13591 descriptors ...
13592 (Fdaemon_initialized): ... here. New function.
13593
f5385255
SM
135942008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13595
4d632321
SM
13596 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
13597 the previous unoptimized table.
13598
f5385255
SM
13599 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
13600 the distinction between non-nil and non-t value of `dedicated'.
13601
6c56a0f3
CY
136022008-10-25 Chong Yidong <cyd@stupidchicken.com>
13603
13604 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 13605 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 13606
fec89261
MR
136072008-10-25 Martin Rudalics <rudalics@gmx.at>
13608
13609 * window.c (Fget_buffer_window, Fdelete_windows_on)
13610 (Freplace_buffer_in_windows): Make buffer argument optional and
13611 rename to buffer_or_name.
13612
34fcddd0
CY
136132008-10-24 Chong Yidong <cyd@stupidchicken.com>
13614
f5385255
SM
13615 * xdisp.c (handle_single_display_spec, handle_display_prop):
13616 Undo 2005-05-16 change.
34fcddd0
CY
13617 (handle_stop): Pop iterator if it's loaded with an empty string.
13618 (get_overlay_strings_1): Don't save iterator if it's loaded with
13619 an empty string (bug#1201).
13620
064766f2
KH
136212008-10-24 Kenichi Handa <handa@m17n.org>
13622
13623 * ftfont.c (ftfont_otf_features): Fix previous change.
13624 (ftfont_otf_capability): Check FeatureList.FeatureCount before
13625 calling ftfont_otf_features.
13626
f9bd0df9 136272008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
13628
13629 * font.c (font_match_p): Fix for the case that a vector of
13630 characters is in script-representative-chars.
13631
1dae9197
MA
136322008-10-24 Michael Albinus <michael.albinus@gmx.de>
13633
13634 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 13635 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
13636 (xd_read_queued_messages): Catch Qdbus_error from the macros.
13637 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 13638 macro. (Bug#1186)
1dae9197 13639
f9bd0df9 136402008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
13641
13642 * s/sol2-10.h: New file.
13643
878a4584
JB
136442008-10-23 Juanma Barranquero <lekktu@gmail.com>
13645
13646 * xdisp.c (fill_glyph_string): Fix typo in source (though the
13647 poor beast has survived 9+ years and the jump from xterm.c!).
13648
cd265ca6
MR
136492008-10-23 Martin Rudalics <rudalics@gmx.at>
13650
13651 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
13652 Reword doc-string.
f5385255 13653 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 13654
472a4dc9
JB
136552008-10-23 Juanma Barranquero <lekktu@gmail.com>
13656
13657 * character.c (syms_of_character) <script-representative-chars>:
13658 <unicode-category-table>: Doc fixes.
13659
159bd5a2
NF
136602008-10-23 Noah Friedman <friedman@splode.com>
13661
13662 * coding.c (make_conversion_work_buffer): Check that
13663 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
13664 Fget_buffer_create.
13665
49f9c344
KH
136662008-10-23 Kenichi Handa <handa@m17n.org>
13667
13668 * font.c (font_add_log): Check the values of extra properties.
13669
12bb3111
MR
136702008-10-22 Martin Rudalics <rudalics@gmx.at>
13671
13672 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13673 Reword doc-string.
13674 (Fset_window_parameter): Use NILP.
13675 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 13676 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 13677
bbeb4e99
JB
136782008-10-22 Juanma Barranquero <lekktu@gmail.com>
13679
13680 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
13681
136822008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
13683
13684 * nsfns.m (ns_appkit_version): New function.
13685 (x-server-version): Use it.
13686 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
13687 (x-server-vendor): Don't check_ns().
13688
13689 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
13690
a9b555d3
JB
136912008-10-22 Juanma Barranquero <lekktu@gmail.com>
13692
13693 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
13694 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
13695
4626499f
KH
136962008-10-22 Kenichi Handa <handa@m17n.org>
13697
e3681952
KH
13698 * syntax.c (scan_words): Call word_boundary_p instead of comparing
13699 scripts.
13700
4626499f
KH
13701 * category.c (word_boundary_p): Check scripts instead of charset.
13702 Handle nil value in word-separating-categories and
13703 word-combining-categories.
13704 (syms_of_category): Fix docstrings of word-separating-categories
13705 and word-combining-categories.
13706
1560f91a
EZ
137072008-10-21 Eli Zaretskii <eliz@gnu.org>
13708
13709 * coding.c (Fencode_coding_region, Fdecode_coding_region)
13710 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
13711
f4668441
MR
137122008-10-21 Martin Rudalics <rudalics@gmx.at>
13713
13714 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
13715 Rename arg "buffer" to "buffer_or_name".
13716 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
13717 it optional.
13718 (no_switch_window): Remove since the return value is not used.
a9b555d3 13719 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
13720 Consider window as dedicated when Fwindow_dedicated_p returns a
13721 non-nil value.
13722 * lisp.h: Remove prototype for no_switch_window.
13723
fd75ddb2
JD
137242008-10-21 Jan Djärv <jan.h.d@swipnet.se>
13725
13726 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 13727 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 13728
07295713
KH
137292008-10-21 Kenichi Handa <handa@m17n.org>
13730
13731 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
13732 check Vlatin_extra_code_table.
13733
712adc82
EZ
137342008-10-20 Eli Zaretskii <eliz@gnu.org>
13735
13736 * fileio.c (Fset_file_modes): Doc fix.
13737
f549eb0b
MA
137382008-10-19 Michael Albinus <michael.albinus@gmx.de>
13739
13740 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
13741 in arrays.
13742
aac0c6e3
MR
137432008-10-19 Martin Rudalics <rudalics@gmx.at>
13744
13745 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
13746 Mention kill-buffer in doc-string.
13747 (Fset_window_buffer): Reinsert tem check removed in last commit.
13748 (Fenlarge_window, Fshrink_window): Have argument names and
13749 doc-string follow Elisp manual more closely.
13750
137512008-10-18 Eli Zaretskii <eliz@gnu.org>
13752
13753 * fileio.c (Fset_file_modes): Doc fix.
13754
137552008-10-18 Martin Rudalics <rudalics@gmx.at>
13756
13757 * window.c (Fwindow_width, Fset_window_start)
13758 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
13759 (Fdelete_windows_on, Freplace_buffer_in_windows):
13760 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
13761 (Fwindow_dedicated_p): Make window argument optional.
13762 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
13763 (Fset_window_buffer): Respect any non-nil dedicated value for
13764 window. Rename "buffer" argument to "buffer_or_name".
13765
137662008-10-18 Ulrich Mueller <ulm@gentoo.org>
13767
13768 * m/sh3.h: New file, machine description for SuperH.
13769
137702008-10-17 Martin Rudalics <rudalics@gmx.at>
13771
13772 * window.c (Fsplit_window): Rename arg horflag to horizontal.
13773
137742008-10-17 Kenichi Handa <handa@m17n.org>
13775
13776 * ftfont.c (ftfont_otf_features): Fix indexing
13777 gsub_gpos->FeatureList.Feature. Check the validity of indices.
13778
137792008-10-16 Magnus Henoch <mange@freemail.hu>
13780
13781 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
13782 (Fdbus_call_method_asynchronously): Ditto.
13783 This change makes C-h f display the argument list.
13784
137852008-10-16 Chong Yidong <cyd@stupidchicken.com>
13786
13787 * fileio.c (Fexpand_file_name): Doc fix.
13788
13789 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
13790 of :foreground and :background equivalent to unspecified (20.x
13791 compatibility).
13792
137932008-10-15 Eli Zaretskii <eliz@gnu.org>
13794
13795 * buffer.c (syms_of_buffer): Doc fix.
13796
137972008-10-14 Kenichi Handa <handa@m17n.org>
13798
13799 * font.c (font_clear_prop): When clearing font width, clear the
13800 average width field too.
13801
138022008-10-12 Andreas Schwab <schwab@suse.de>
13803
13804 * ftfont.c (ftfont_shape_by_flt): Make static.
13805 * ftfont.h (ftfont_shape_by_flt): Don't declare.
13806
13807 * font.c: Don't include <m17n-flt.h>.
13808
138092008-10-10 Eli Zaretskii <eliz@gnu.org>
13810
13811 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
13812
138132008-10-09 Eli Zaretskii <eliz@gnu.org>
13814
13815 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
13816 away code.
13817
138182008-10-09 Chong Yidong <cyd@stupidchicken.com>
13819
13820 * dispnew.c (update_text_area): Avoid looping due to large glyph
13821 overhangs (bug#1070).
13822
138232008-10-09 Kenichi Handa <handa@m17n.org>
13824
13825 * fontset.c (face_for_char): If face->fontset is negative, just
13826 return ascii_face.
13827
f5385255
SM
13828 * font.c (font_delete_unmatched): Fix previous change.
13829 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
13830
138312008-10-09 Martin Rudalics <rudalics@gmx.at>
13832
13833 * frame.c (Fraise_frame): On text-only terminals select frame in
13834 order to make it visible. (Bug#1061)
13835
138362008-10-08 Chong Yidong <cyd@stupidchicken.com>
13837
13838 * fontset.c (fontset_find_font): Check frame validity.
13839
138402008-10-07 Chong Yidong <cyd@stupidchicken.com>
13841
a9b555d3 13842 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
13843 (xg_display_close): Allow Emacs to close all displays (bug#985).
13844
138452008-10-06 Andreas Schwab <schwab@suse.de>
13846
f5385255 13847 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
13848
138492008-10-06 Chong Yidong <cyd@stupidchicken.com>
13850
f5385255 13851 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 13852
a9b555d3 13853 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
13854
13855 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
13856 during initialization.
13857
138582008-10-04 Eli Zaretskii <eliz@gnu.org>
13859
13860 * xdisp.c (redisplay_internal): If frame switched, redisplay the
13861 whole thing on MSDOS frames as well as on a TTY.
13862
13863 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
13864 well as for TTY.
13865 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
13866 well as on a TTY.
13867
13868 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
13869 as well as for TTY.
13870
13871 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
13872
13873 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
13874 MSDOS frames as well.
13875
138762008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13877
13878 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
13879 correct arguments.
b71ac3dd 13880 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
13881
138822008-10-03 Glenn Morris <rgm@gnu.org>
13883
13884 * emacs.c (USAGE1): Add --daemon.
13885
138862008-10-02 Eli Zaretskii <eliz@gnu.org>
13887
13888 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
13889 100, so it's in percents as advertised.
13890
138912008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13892
13893 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
13894 (ns_output.current_cursor, ns_output.desired_cursor)
13895 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
13896 (FRAME_NEW_CURSOR_COLOR): Remove.
13897
13898 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 13899 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
13900 enumeration (HOLLOW_BOX_CURSOR, etc.).
13901
13902 * nsterm.m (ns_frame_rehighlight): Remove commented code.
13903 (draw_window_cursor): Simplify code.
f5385255
SM
13904 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
13905 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 13906 updates manually.
a9b555d3
JB
13907 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
13908 Use core Emacs cursor types.
aac0c6e3 13909
b8ff72fa 13910 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
13911
139122008-10-02 Martin Rudalics <rudalics@gmx.at>
13913
13914 * process.c (Faccept_process_output): Fix doc-string.
13915
139162008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13917
13918 * gmalloc.c (__sbrk): Also define for uClibc.
13919
13920 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
13921 for uClibc.
13922
139232008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13924
13925 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
13926 styles.
13927 (nsfont_open): Reenable the cache.
13928
139292008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13930
13931 * font.c (font_matching_entity): Reflect ATTRS in font selection.
13932 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
13933
139342008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
13937 a suspended terminal.
13938
139392008-09-30 Michael Albinus <michael.albinus@gmx.de>
13940
13941 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
13942
139432008-09-30 Eli Zaretskii <eliz@gnu.org>
13944
13945 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
13946
139472008-09-30 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
13950 in a continued line coincides with a line beginning.
13951
139522008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
13953
13954 * nsfont.m (nsfont_trait_distance): Fix bug.
13955 (nsfont_list): Return a list rather than a vector (syncs with Handa
13956 changes of 2008-05-14).
13957 (nsfont_open): Improve logging.
13958
139592008-09-29 Andreas Schwab <schwab@suse.de>
13960
13961 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
13962
139632008-09-28 Martin Rudalics <rudalics@gmx.at>
13964
13965 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
13966 name as char-resolve-modifiers.
13967 Reported by: Markus Triska <markus.triska@gmx.at>
13968
139692008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
13970
13971 * dispnew.c (init_display): Return earlier when running as a daemon.
13972
139732008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13974
13975 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
13976
139772008-09-27 Eli Zaretskii <eliz@gnu.org>
13978
13979 * composite.c (Fcomposition_get_gstring)
13980 (Fcompose_region_internal, Fcompose_string_internal)
13981 (Ffind_composition_internal): Doc fix.
13982 (syms_of_composite) <compose-chars-after-function>: Doc fix.
13983 (syms_of_composite) <auto-composition-function>: Doc fix.
13984 (syms_of_composite) <composition-function-table>: Doc fix.
13985
139862008-09-25 Chong Yidong <cyd@stupidchicken.com>
13987
13988 * search.c (wordify): New argument for lax word-ends.
13989 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
13990
139912008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13992
13993 * lisp.h (is_daemon): Declare.
13994 * dispnew.c (init_display): Do not try to initialize the terminal
13995 when running as a daemon.
13996
139972008-09-22 Chong Yidong <cyd@stupidchicken.com>
13998
13999 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
14000 x_display_pixel_height.
14001
140022008-09-22 Martin Rudalics <rudalics@gmx.at>
14003
14004 * undo.c (record_point): Don't call Fundo_boundary for first
14005 change. (Bug#731)
14006
140072008-09-22 Juanma Barranquero <lekktu@gmail.com>
14008
14009 * emacs.c (Fdaemonp): Doc fix.
14010
140112008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
14012
14013 * emacs.c (main): Place #ifdef in the proper place.
14014
140152008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * emacs.c (standard_args): Add --daemon.
14018 (main): Disconnect from the terminal when --daemon is passed.
14019 (is_daemon): New variable.
14020 (Fdaemonp): New function.
14021 (syms_of_emacs): Defsubr it.
14022
140232008-09-20 Chong Yidong <cyd@stupidchicken.com>
14024
14025 * xdisp.c (get_next_display_element): Handle string display
14026 correctly when checking for the end of a box run.
14027
140282008-09-20 Glenn Morris <rgm@gnu.org>
14029
14030 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
14031 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
14032 (Frename_file): Avoid copying to trash if a rename involves
14033 a delete. (Bug#964).
14034
140352008-09-20 Eli Zaretskii <eliz@gnu.org>
14036
14037 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
14038 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
14039 frames as well as termcap frames.
14040 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
14041 get_named_tty.
14042
140432008-09-19 Eli Zaretskii <eliz@gnu.org>
14044
14045 * process.c (procfs_system_process_attributes): Fix cmdline in
14046 case /proc/PID/cmdline is empty.
14047
14048 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
14049 x_display_pixel_height.
14050
140512008-09-19 Juanma Barranquero <lekktu@gmail.com>
14052
14053 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
14054
14055 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
14056 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
14057
140582008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
14059
14060 * dispextern.h (struct it): Move line_wrap away from the middle of
14061 bitfields. Move voffset in struct iterator_stack_entry after the
14062 bitfields. Move tab_width near after another short.
14063
140642008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
14065
14066 * frame.h (struct frame): Move alpha from the middle of bitfields.
14067
14068 * window.h (struct window): Move frozen_window_start_p after the
14069 rest of the bitfields to reduce padding.
14070
140712008-09-18 Chong Yidong <cyd@stupidchicken.com>
14072
14073 * xterm.h (x_display_info): Remove `height' and `width' members.
14074
14075 * nsterm.h (ns_display_info): Remove `height' and `width' members.
14076
14077 * w32term.h (w32_display_info): Remove `height', `width',
14078 `height_in', and `width_in' members.
14079
b8ff72fa
SM
14080 * xterm.c (x_display_pixel_height, x_display_pixel_width):
14081 New functions.
aac0c6e3
MR
14082 (x_calc_absolute_position): Use them.
14083 (x_term_init): Omit removed `height' and `width' members.
14084
b8ff72fa
SM
14085 * w32term.c (x_display_pixel_height, x_display_pixel_width):
14086 New functions.
aac0c6e3
MR
14087 (w32_read_socket, x_calc_absolute_position): Use them.
14088 (w32_initialize_display_info, w32_term_init): Omit removed members
14089 of w32_display_info.
14090
b8ff72fa
SM
14091 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
14092 New functions.
14093 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 14094
b8ff72fa
SM
14095 * xterm.c (x_display_pixel_height, x_display_pixel_width):
14096 New functions.
aac0c6e3
MR
14097 (x_calc_absolute_position): Use them.
14098 (x_term_init): Omit removed `height' and `width' members.
14099
14100 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
14101 (compute_tip_xy):
14102 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
14103 * xmenu.c (menu_position_func): Use x_display_pixel_height and
14104 x_display_pixel_width.
14105
141062008-09-18 Kenichi Handa <handa@m17n.org>
14107
14108 * composite.c (fill_gstring_header): Don't check FROM and TO here.
14109 (composition_compute_stop_pos): Fix handling of static composition.
14110 (Fcomposition_get_gstring): Check FROM and TO at first.
14111
141122008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14113
46e722a9 14114 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
14115 mixup (YAILOM).
14116
141172008-09-17 Chong Yidong <cyd@stupidchicken.com>
14118
14119 * indent.c (Fvertical_motion): Use position reported by iterator
14120 instead of PT for determining screen motion (bug#943).
14121
141222008-09-17 Romain Francoise <romain@orebokech.com>
14123
14124 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
14125
141262008-09-17 Kenichi Handa <handa@m17n.org>
14127
14128 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
14129
14130 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
14131 if necessary.
14132
141332008-09-16 Kenichi Handa <handa@m17n.org>
14134
14135 * coding.c (make_conversion_work_buffer): Avoid calling
14136 Fget_buffer_create if it is not necessary.
14137
141382008-09-15 Martin Rudalics <rudalics@gmx.at>
14139
14140 * window.c (Fselect_window): Don't update window_select_count and
14141 use_time when norecord is not nil.
14142
141432008-09-14 Kenichi Handa <handa@m17n.org>
14144
14145 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
14146 specpdl_ptr.
14147
141482008-09-12 Kenichi Handa <handa@m17n.org>
14149
14150 * indent.c (scan_for_column): Don't handle automatic composition
14151 if the current buffer is not associated with a window.
14152
14153 * composite.c (composition_reseat_it): If the current buffer is
14154 not associated with a window, ignore the automatic composition.
14155 (find_automatic_composition): Likewise.
14156
141572008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
14160 (Fgpm_mouse_stop): Use it.
14161 * termhooks.h (close_gpm): Declare.
14162 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
14163 connection if Gpm_GetEvent fails.
14164
14165 * window.c (set_window_buffer): Always preserve current-buffer.
14166
141672008-09-12 Glenn Morris <rgm@gnu.org>
14168
14169 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
14170
141712008-09-11 Glenn Morris <rgm@gnu.org>
14172
14173 * charset.c (charset-map-path): Doc fix.
14174
141752008-09-10 Kenichi Handa <handa@m17n.org>
14176
14177 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
14178
14179 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
14180 compose a grapheme cluster with the preceding base glyph.
14181
14182 * composite.c (composition_compute_stop_pos): Fix previous change.
14183 Reset cmp_it->id to -1 at first.
14184
141852008-09-10 Glenn Morris <rgm@gnu.org>
14186
14187 * Makefile.in (character.o, chartab.o): Fix config.h typo.
14188
141892008-09-09 Chong Yidong <cyd@stupidchicken.com>
14190
14191 * keyboard.c (read_key_sequence): Reapply translation maps when
14192 switching keyboards.
14193
141942008-09-09 Kenichi Handa <handa@m17n.org>
14195
14196 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
14197 characters.
14198
14199 * composite.c (FORWARD_CHAR): Fix calculation
14200 of (POSITION).pos_byte.
14201 (composition_compute_stop_pos): Limit the search of composition to
14202 at most 500 characters ahead. If we reach the limit or find a
14203 newline, set cmp_it->ch to -2 and return 0.
14204 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
14205
142062008-09-08 Kenichi Handa <handa@m17n.org>
14207
14208 * indent.c (Fvertical_motion): Be sure to set
14209 it_overshoot_expected if it.cmp_it.id is non-negative.
14210
142112008-09-07 Andreas Schwab <schwab@suse.de>
14212
14213 * callproc.c (Fcall_process): Don't hold references to string data
14214 across garbage collection. Move initialisation of new_argv down
14215 to avoid compiler bug.
14216
142172008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14218
14219 * process.c (Fsystem_process_attributes): Doc fix.
14220
142212008-09-07 Chong Yidong <cyd@stupidchicken.com>
14222
14223 * callproc.c (Fcall_process): Canonicalize current directory name.
14224
14225 * xdisp.c (move_it_to): When moving by vpos, ensure that the
14226 iterator advances to the next line if the current line ends in a
14227 continued tab.
14228
142292008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
14230
14231 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
14232 member to point to cmp_from.
14233
14234 * xdisp.c: Doc fix for references to gidx data member.
14235
142362008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
14239
142402008-09-07 Kenichi Handa <handa@m17n.org>
14241
14242 * composite.c (FORWARD_CHAR): Check STOP after
14243 incrementing (POSITION).pos.
14244
142452008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14246
14247 * process.c (Fsystem_process_attributes): Doc fix.
14248
142492008-09-06 Chong Yidong <cyd@stupidchicken.com>
14250
14251 * keyboard.c (Ftop_level): Doc fix.
14252
142532008-09-06 Eli Zaretskii <eliz@gnu.org>
14254
14255 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
14256 minibuffer, don't let lower part of menu invade the echo area.
14257
14258 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
14259 "char *q" to access menu text and advance through it. Revert the
14260 change that displayed ">" instead of ASCII character 0x10.
14261
142622008-09-05 Eli Zaretskii <eliz@gnu.org>
14263
14264 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
14265 toggle boxes and radio buttons on MS-DOS as well.
14266
142672008-09-05 Kenichi Handa <handa@m17n.org>
14268
14269 * composite.c (autocmp_chars): Check lookback count.
14270 (composition_compute_stop_pos): Set cmp_it->lookback.
14271 (composition_reseat_it): Check lookback count.
14272 (struct position_record): New struct.
14273 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
14274 (find_automatic_composition): New function.
14275 (composition_adjust_point): Use find_automatic_composition.
14276
14277 * dispextern.h (struct composition_it): New member lookback.
14278
142792008-09-02 Chong Yidong <cyd@stupidchicken.com>
14280
14281 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
14282 if moving by a single line.
14283
142842008-09-02 Andreas Schwab <schwab@suse.de>
14285
14286 * xterm.c (x_delete_display): Fix merge error.
14287
14288 * fileio.c (Fexpand_file_name): Remove unused variables.
14289
142902008-09-02 Eli Zaretskii <eliz@gnu.org>
14291
14292 * fileio.c (Fexpand_file_name): Copy argument `name' into local
14293 storage on all platforms, not just on DOS_NT.
14294
142952008-09-02 Jason Rumney <jasonr@gnu.org>
14296
b8ff72fa
SM
14297 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
14298 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
14299
143002008-09-01 Chong Yidong <cyd@stupidchicken.com>
14301
14302 * xfaces.c (Finternal_set_alternative_font_family_alist)
14303 (Finternal_set_alternative_font_registry_alist): Properly copy
14304 entire alist structure.
14305
143062008-09-01 Kenichi Handa <handa@m17n.org>
14307
d66c0241 14308 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 14309 representative chars of the script is a vector.
d66c0241
JB
14310 (ftfont_list): Handle the case where the representative chars of
14311 the script is a vector.
aac0c6e3
MR
14312
14313 * character.c (syms_of_character): Docstring of
14314 script-representative-chars fixed.
14315
143162008-08-31 Eli Zaretskii <eliz@gnu.org>
14317
14318 * msdos.c (BUILD_CHAR_GLYPH): New macro.
14319 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
14320 the menu. Allocate larger buffer for `text', to account for
14321 possible ^C characters.
14322
143232008-08-31 Martin Rudalics <rudalics@gmx.at>
14324
14325 * xdisp.c (prepare_menu_bars): Don't call
14326 Vwindow_size_change_functions with arg Qt.
14327
143282008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * font.h (font_range):
14331 * fileio.c (report_file_error):
46e722a9
SM
14332 * composite.c (composition_update_it): Yet another int/Lisp_Object
14333 mixup (YAILOM).
aac0c6e3
MR
14334
143352008-08-30 Glenn Morris <rgm@gnu.org>
14336
14337 * data.c (Fmake_variable_frame_local): Doc fix.
14338
14339 * frame.c (Fmodify_frame_parameters): Doc fix.
14340
143412008-08-30 Eli Zaretskii <eliz@gnu.org>
14342
14343 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
14344 needed by GetTokenInformation.
14345 (w32_system_process_attributes): Check return values of all system
14346 APIs.
14347
14348 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
14349 only when the state changes.
14350 (IT_update_begin, IT_update_end): Add termscript trace.
14351
14352 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
14353 clipboard is unavailable. Set dst to NULL if it doesn't point to
14354 malloc'ed data.
14355 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
14356 passing random values to xfree.
14357
14358 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 14359 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
14360
143612008-08-29 Jason Rumney <jasonr@gnu.org>
14362
14363 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
14364
143652008-08-29 Eli Zaretskii <eliz@gnu.org>
14366
14367 * composite.c (fill_gstring_body): Avoid compiler warnings.
14368
14369 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
14370 LGLYPH_SET_CODE to avoid compiler warnings.
14371
2ae37cf0 14372 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
14373
14374 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
14375
14376 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
14377 LGLYPH_SET_CODE.
14378
143792008-08-29 Kenichi Handa <handa@m17n.org>
14380
14381 * fileio.c (report_file_error): Don't downcase the first character
14382 of errstring if it is still unibyte.
14383
143842008-08-29 Kenichi Handa <handa@m17n.org>
14385
14386 These changes are to re-implement the automatic composition so
14387 that it doesn't use text properties.
14388
14389 * Makefile.in (ftfont.o): Depend on composite.h.
14390 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
14391
14392 * character.h (Vunicode_category_table): Extern it.
14393
14394 * character.c (Vunicode_category_table): New variable.
14395 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
14396
14397 * chartab.c (optimize_sub_char_table): Perform more greedy
14398 optimization.
14399
b8ff72fa
SM
14400 * composite.h (enum composition_method):
14401 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
14402 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
14403 (Vcomposition_function_table): Extern it.
14404 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
14405 (composition_gstring_put_cache, composition_gstring_from_id)
14406 (composition_gstring_p, composition_gstring_width)
14407 (composition_compute_stop_pos, composition_reseat_it)
14408 (composition_update_it, composition_adjust_point): Extern them.
14409 (Fcomposition_get_gstring): EXFUN it.
14410
d66c0241 14411 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
14412 (Vcomposition_function_table)
14413 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
14414 (gstring_hash_table, gstring_work, gstring_work_headers):
14415 New variables.
aac0c6e3
MR
14416 (gstring_lookup_cache, composition_gstring_put_cache)
14417 (composition_gstring_from_id, composition_gstring_p)
14418 (composition_gstring_width, fill_gstring_header)
14419 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
14420 (composition_reseat_it, composition_update_it)
b8ff72fa 14421 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
14422 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
14423 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 14424 Defsubr composition_get_gstring.
aac0c6e3
MR
14425
14426 * dispextern.h (struct glyph): New union u.cmp. Delete the member
14427 cmp_id.
14428 (struct glyph_string): Delete the member gidx. New members
14429 cmp_id, cmp_from, and cmp_to.
14430 (enum it_method): Delete GET_FROM_COMPOSITION.
14431 (struct composition_it): New struct.
14432 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
14433 Delete c, len, cmp_id, cmp_len in u.comp.
14434
14435 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 14436 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 14437 (enum lglyph_indices): Likewise.
b8ff72fa 14438 (font_range): Adjust extern.
aac0c6e3
MR
14439 (font_fill_lglyph_metrics): Extern it.
14440
14441 * font.c (QCf): New variable.
14442 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
14443 (font_prepare_composition): Delete this function.
14444 (font_range): Type and arguments changed.
14445 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
14446 (font_fill_lglyph_metrics): New function.
b8ff72fa 14447 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 14448 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
14449 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
14450 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
14451
14452 * fontset.h (font_for_char): Extern it.
14453
14454 * fontset.c (font_for_char): New function.
14455
14456 * ftfont.c: Include composite.h.
14457 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 14458 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
14459
14460 * indent.c: Include composite.h and dispextern.h.
14461 (check_composition): Delete this function.
14462 (scan_for_column): Handle composition by
14463 composition_compute_stop_pos, composition_reseat_it, and
14464 composition_update_it.
14465 (compute_motion): Likewise.
14466 (Fvertical_motion): Fix checking of composition.
14467
14468 * keyboard.c (adjust_point_for_property): Check composition by
14469 composition_adjust_point.
14470
b8ff72fa 14471 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
14472 struct glyph_string.
14473
b8ff72fa
SM
14474 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
14475 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
14476 struct glyph.
14477 (produce_composite_glyph): Likewise.
14478
b8ff72fa
SM
14479 * w32term.c (x_draw_composite_glyph_string_foreground):
14480 Adjust for the change of struct glyph_string.
aac0c6e3
MR
14481 (x_draw_glyph_string): Likewise.
14482
14483 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
14484 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
14485
14486 * xdisp.c: Include font.h.
14487 (it_props): Delete the entry for Qauto_composed.
14488 (init_iterator): Initialize it->cmp_it.id to -1.
14489 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 14490 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
14491 (handle_auto_composed_prop): Delete it.
14492 (handle_composition_prop): Handle only static composition.
14493 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
14494 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 14495 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
14496 (pop_it): Likewise.
14497 (get_next_element): Delete next_element_from_composition.
14498 (CHAR_COMPOSED_P): New macro.
14499 (get_next_display_element): For automatic composition, get a face
14500 from the font in the glyph-string.
14501 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 14502 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
14503 (next_element_from_string): Check if the character at the current
14504 position is composed by CHAR_COMPOSED_P.
14505 (next_element_from_buffer): Likewise.
d66c0241
JB
14506 (next_element_from_composition): Adjust for the change of struct it.
14507 Update it->cmp_it.
b8ff72fa
SM
14508 (dump_glyph): Adjust for the change of struct glyph.
14509 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
14510 it and struct glyph. Don't handle automatic composition here.
14511 (fill_gstring_glyph_string): New function.
14512 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 14513 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
14514 (BUILD_GSTRING_GLYPH_STRING): New macro.
14515 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
14516 automatic composition.
b8ff72fa 14517 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 14518 struct glyph.
b8ff72fa 14519 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 14520
b8ff72fa 14521 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
14522 the change of struct glyph_string.
14523 (x_draw_glyph_string): Likewise.
14524
145252008-08-29 Glenn Morris <rgm@gnu.org>
14526
14527 * buffer.c (word-wrap): Doc fix.
14528 * xdisp.c (truncate-partial-width-windows): Doc fix.
14529 Increase default to 50.
14530
145312008-08-29 Chong Yidong <cyd@stupidchicken.com>
14532
14533 * xdisp.c (update_tool_bar_unwind): New function.
14534 (update_tool_bar): Temporarily set selected frame before building
14535 tool-bar items.
14536
145372008-08-28 Michael Albinus <michael.albinus@gmx.de>
14538
14539 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
14540 snprintf, respectively.
14541 (xd_append_arg): Convert strings with Fstring_make_unibyte.
14542
145432008-08-28 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
14546 LDFLAGS to GNUstep CC invocation.
14547
145482008-08-27 Chong Yidong <cyd@stupidchicken.com>
14549
14550 * indent.c (Fvertical_motion): Revert last change. Handle the
14551 general case where we are moving forward, and PT spans multiple
14552 screen lines.
14553
14554 * eval.c (find_handler_clause): Temporarily increase
14555 max-lisp-eval-depth while printing the backtrace buffer, to
14556 guarantee that help-mode code can run.
14557
145582008-08-27 Eli Zaretskii <eliz@gnu.org>
14559
14560 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
14561 colors under -rv.
14562 (IT_set_frame_parameters): Don't swap foreground and background
14563 colors if `(reverse . t)' is present in the frame properties.
14564 (internal_terminal_init): Call init_frame_faces only for the
14565 initial frame.
14566
145672008-08-27 Andreas Schwab <schwab@suse.de>
14568
14569 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
14570
145712008-08-27 Andreas Schwab <schwab@suse.de>
14572
14573 * search.c (search_buffer): Set char_base to zero only at the end.
14574
145752008-08-27 Kenichi Handa <handa@m17n.org>
14576
b8ff72fa 14577 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
14578
145792008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
14580
14581 * xterm.c (x_term_init): Temporarily hide the partially
14582 initialized terminal while calling vendor-specific-keysyms.
14583
145842008-08-26 Eli Zaretskii <eliz@gnu.org>
14585
14586 * msdos.c (internal_terminal_init): Most initializations done only
14587 once, especially initial_screen_colors[] and termscript open.
14588
145892008-08-26 Chong Yidong <cyd@stupidchicken.com>
14590
14591 * eval.c (Fcondition_case): Doc fix.
14592
14593 * widgetprv.h (EmacsFramePart): Change font member to the new font
14594 struct.
14595
14596 * widget.c: Include character.h and font.h for XSETFONT.
14597 (setup_frame_gcs): Compute X font id from font struct, just once.
14598
145992008-08-26 Eli Zaretskii <eliz@gnu.org>
14600
14601 * term.c (get_named_tty): Fix last change.
14602
146032008-08-26 Chong Yidong <cyd@stupidchicken.com>
14604
14605 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 14606 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
14607
146082008-08-25 Eli Zaretskii <eliz@gnu.org>
14609
14610 * frame.c (do_switch_frame): Mark previously displayed frame as
14611 obscured for FRAME_MSDOS_P frames as well.
14612
146132008-08-24 Eli Zaretskii <eliz@gnu.org>
14614
14615 * frame.c (make_terminal_frame): Initialize f->terminal,
14616 f->terminal->reference_count, and scroll bars on MS-DOS as well.
14617 Set the top frame to newly created frame.
14618 (Fmake_terminal_frame): Reuse the_only_display_info.
14619
14620 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
14621 estimating available memory.
14622
b97439ce 146232008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
14624
14625 * nsterm.m (ns_draw_window_cursor): Don't call
14626 NSDisableScreenUpdates and NSEnableScreenUpdates on
14627 non-NS_IMPL_COCOA systems.
14628
146292008-08-23 Andreas Schwab <schwab@suse.de>
14630
14631 * process.c (procfs_system_process_attributes): Fix use of
14632 uninitialized variables.
14633
146342008-08-23 Eli Zaretskii <eliz@gnu.org>
14635
14636 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
14637
14638 * dispnew.c (init_display): Remove MS-DOS specific conditions for
14639 calling tty-set-up-initial-frame-faces.
14640
b8ff72fa
SM
14641 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
14642 Allow MSDOS frames along with X frames.
aac0c6e3
MR
14643
14644 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
14645 addition to output_termcap.
14646
14647 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
14648
14649 * termchar.h (FRAME_TTY): Support output_msdos_raw.
14650 (struct tty_display_info) [MSDOS]: Add fields related to mouse
14651 highlight.
14652
14653 * process.c [!subprocesses]: Define QCname.
14654 (syms_of_process): Intern and staticpro it.
14655
14656 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
14657 Adjust for changes in encoding/decoding routines.
14658 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
14659 encode_coding and decode_coding.
14660
b8ff72fa 14661 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
14662
14663 * dosfns.c: Include frame.h before termhooks.h.
14664 (dos_cleanup): Use CURTTY ()->termscript instead of a global
14665 variable termscript.
14666
14667 * s/msdos.h (USER_FULL_NAME): Define.
14668 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
14669
14670 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
14671 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
14672 pw->pw_gecos.
14673
14674 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
14675 SELECTED_FRAME as additional (1st) argument.
14676 (tty_read_avail_input): Handle output_msdos_raw in
14677 addition to output_termcap.
14678
14679 * msdos.c: Include frame.h before termhooks.h.
14680 (mouse_on, mouse_off, mouse_moveto, mouse_init)
14681 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
14682 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
14683 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
14684 (IT_set_terminal_modes, IT_reset_terminal_modes)
14685 (IT_set_frame_parameters): Use tty->termscript instead of a global
14686 variable termscript.
14687 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
14688 global variable terminal_coding. Don't refer to
14689 Vnonascii_translation_table.
14690 (internal_terminal_init): Set Vwindow_system in current_kboard.
14691 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
14692 Announce date and time of session start, if termscript is open.
14693 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
14694 term.c:init_tty). Open termscript only of not already open.
14695 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
14696 here instead of dos_ttraw. Don't initialize display if this is an
14697 initial tty. Don't set FRAME_FONT.
14698 (Vwindow_system_version): Bump to 23.
14699 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
14700 is available, set up mouse_position_hook.
14701 (dos_ttraw, IT_set_terminal_modes): If called with initial
14702 terminal, do nothing.
14703 (IT_set_frame_parameters): Handle the Qtty_type frame
14704 parameter by calling internal_terminal_init.
14705 (dos_set_window_size, show_mouse_face)
14706 (clear_mouse_face, IT_note_mode_line_highlight)
14707 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
14708 (dos_rawgetc): Use tty_display_info instead of x_display_info.
14709 (initialize_msdos_display): New function.
14710 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
14711 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
14712 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
14713 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 14714 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
14715 (request_sigio, unrequest_sigio): Don't define, now defined on
14716 sysdep.c.
14717 (IT_write_glyphs): Rewrite to use encode_terminal_code.
14718
14719 * term.c [MSDOS]: Include msdos.h.
14720 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
14721 conditional to DOS_NT. Allow only one call to this function in a
14722 session. Don't allocate a new struct tty_display_info; instead,
14723 reuse the_only_display_info. Call get_tty_size to get screen
14724 dimensions. Call init_baud_rate to set bad_rate.
14725 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
14726 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 14727 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
14728 (get_tty_terminal, get_named_tty, Ftty_type)
14729 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
14730 output_termcap.
b8ff72fa
SM
14731 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
14732 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 14733 only when subprocesses are supported.
aac0c6e3
MR
14734
14735 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
14736 f->output_data.x.
14737 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
14738 terminal devices.
14739
5582fbc7 14740 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
14741 x_output.
14742 (FRAME_FONT): Use output_data.tty.
14743 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
14744 (struct x_display_info): Rename from display_info. Update all users in
14745 msdos.c.
aac0c6e3 14746 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 14747 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
14748 (dos_ttraw): Update prototype.
14749
14750 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
14751 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
14752
147532008-08-23 Jason Rumney <jasonr@gnu.org>
14754
14755 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
14756 (fn_TIFFSetDirectory): New library function used.
14757 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
14758 (tiff_load): Use :index to select among multiple images. Set count
14759 property when multiple images exist.
14760 (gif_format): Use :index, not :image.
14761
147622008-08-23 Chong Yidong <cyd@stupidchicken.com>
14763
14764 * xdisp.c (try_scrolling): Check INT_MAX instead of
14765 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
14766 to obtain INT_MAX.
14767
147682008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
14769
14770 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
14771
147722008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
14773
14774 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
14775 GNUstep library location.
14776
147772008-08-21 Chong Yidong <cyd@stupidchicken.com>
14778
14779 * xfaces.c (x_update_menu_appearance): Check validity of menu font
14780 before using it.
14781
14782 * puresize.h (BASE_PURESIZE): Increase to 1250000.
14783
147842008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14785
14786 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
14787 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
14788 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
14789 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
14790 (EmacsApp-cursor_blink_handler): Remove declaration.
14791 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
14792 match 01 Feb 2008 changes in xterm.c.
14793 (ns_read_socket): Add cast to avoid warning.
14794 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
14795 GNUstep.
14796
147972008-08-20 Chong Yidong <cyd@stupidchicken.com>
14798
14799 * xselect.c (x_get_foreign_selection): Return nil if desired
14800 selection could not be obtained, instead of signalling an error.
14801
148022008-08-20 David Reitter <david.reitter@gmail.com>
14803
14804 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
14805 * nsterm.m: Remove ns-specific code for cursor blinking.
14806 (ns_draw_window_cursor): Clear cursor properly rather than
14807 redrawing the area. Respect width of bar cursors.
14808 These changes enable the use of generic blink-cursor-mode and
14809 generic cursor types in NS and support smooth cursor movements (do
14810 not blink off after command).
14811 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
14812 Nextstep, too.
14813
148142008-08-19 Kenichi Handa <handa@m17n.org>
14815
14816 * font.c (Vfont_log_deferred): New variable.
14817 (font_add_log): Check Vfont_log_deferred.
14818 (font_deferred_log): New function.
14819
14820 * font.h (font_deferred_log): Extern it.
14821
14822 * fontset.c (reorder_font_vector): Use encoding charset of fonts
14823 for sorting.
14824 (face_for_char): Use deferred log.
14825
148262008-08-18 Kenichi Handa <handa@m17n.org>
14827
14828 * fontset.c (face_for_char): Add font log.
14829
14830 * font.c (font_add_log): Add the font properties :script, :lang,
14831 and :otf in the log.
14832
148332008-08-17 Chong Yidong <cyd@stupidchicken.com>
14834
14835 * xdisp.c: Remove dead code.
14836 (handle_invisible_prop, next_overlay_string): Defer call to
14837 setup_for_ellipsis.
14838 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
14839
148402008-08-15 Chong Yidong <cyd@stupidchicken.com>
14841
14842 * xfaces.c (lookup_derived_face): Properly handle possible zero
14843 return value of get_lface_attributes.
14844 (merge_faces): Don't tell lookup_derived_face to signal an error
14845 if face is not found.
14846
14847 * dired.c (Fdirectory_files): Doc fix.
14848
14849 * process.c (make_process): Initialize kill_without_query struct
14850 member.
14851
148522008-08-15 Eli Zaretskii <eliz@gnu.org>
14853
14854 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
14855 Alternative calculation of totphys for Visual Studio 6.
14856
14857 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
14858
14859 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
14860 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
14861 All users changed.
14862 (stat): Only root directory passed to GetDriveType. Allow RAM
14863 disk as well as local fixed disk when w32-get-true-file-attributes
14864 is set to `local'.
14865 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
14866 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
14867 (w32_cached_id, w32_add_to_cache): New functions.
14868 (get_name_and_id): Look account names in the cache before calling
14869 lookup_account_sid.
14870 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
14871 New initialization flags.
14872 (globals_of_w32): Initialize them to zero.
14873 (w32_system_process_attributes): Use w32_cached_id and
14874 w32_add_to_cache.
14875
148762008-08-14 Lawrence Mitchell <wence@gmx.li>
14877
14878 * lread.c (Fread_char, Fread_char_exclusive): If no character
14879 event is read before timeout is reached, return nil, rather than
14880 converting to a number.
14881
148822008-08-14 Chong Yidong <cyd@stupidchicken.com>
14883
14884 * fns.c (use_dialog_box): Doc fix.
14885
14886 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
14887 on OS X.
14888
148892008-08-13 Chong Yidong <cyd@stupidchicken.com>
14890
14891 * frame.c (Qns_parse_geometry): New var.
14892 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
14893
148942008-08-11 Chong Yidong <cyd@stupidchicken.com>
14895
14896 * xdisp.c (x_produce_glyphs): Handle the case when font has no
14897 space character in calculating tabs.
14898
148992008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
14900
14901 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
14902
149032008-08-10 Glenn Morris <rgm@gnu.org>
14904
14905 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
14906 silence gcc "limited range of data type" warnings in some
14907 make_fixnum_or_float calls.
14908
149092008-08-09 Eli Zaretskii <eliz@gnu.org>
14910
14911 * w32.c (w32_system_process_attributes): If the process does not
14912 exist, return nil.
14913
14914 * w32.c: Include thelp32.h, psapi.h and coding.h.
14915 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
14916 declarations.
14917 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
14918 (Process32Next_Proc): New typedefs.
14919 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
14920 (g_b_init_process32_next, g_b_init_open_thread_token)
14921 (g_b_init_impersonate_self, g_b_init_revert_to_self)
14922 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
14923 (g_b_init_get_process_working_set_size)
14924 (g_b_init_global_memory_status_ex): New static variables.
14925 (globals_of_w32): Initialize them.
14926 (create_toolhelp32_snapshot, process32_first, process32_next)
14927 (open_thread_token, impersonate_self, revert_to_self)
14928 (get_process_memory_info, get_process_working_set_size)
14929 (global_memory_status, global_memory_status_ex): New wrapper
14930 functions.
14931 (w32_list_system_processes, w32_system_process_attributes)
14932 (enable_privilege, restore_privilege, ltime, process_times):
14933 New functions.
14934 (convert_time_raw): New function.
14935 (convert_time): Remove conversion of FILETIME into time in 100
14936 nsec units, call convert_time_raw instead.
14937
14938 * process.h (w32_list_system_processes, w32_system_process_attributes):
14939 Add prototypes.
14940 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
14941 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
14942 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
14943 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
14944
14945 * process.c (Fsystem_process_attributes): Doc fix.
14946
149472008-08-08 Chong Yidong <cyd@stupidchicken.com>
14948
14949 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
14950 a continued multi-char glyph; if so, advance to the actual glyph.
14951
149522008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14953
14954 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
14955
14956 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
14957 (.m.o): Use it.
14958 * config.in: Regenerate.
14959
149602008-08-07 Chong Yidong <cyd@stupidchicken.com>
14961
14962 * xdisp.c (redisplay_window): Revert last change.
14963 (try_window): Check bottom scroll margin too.
14964
149652008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14966
14967 * config.in: Regenerate.
14968
14969 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
14970 -list-load-path-shadows'.
14971 (nsgui.h): Reduce number of things depending on it.
14972
149732008-08-06 Chong Yidong <cyd@stupidchicken.com>
14974
14975 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
14976 instead of window-end which does the wrong thing at eob.
14977 (try_cursor_movement): Minor optimization.
14978 (redisplay_window): If scroll margin is defined, don't assume
14979 window doesn't need scrolling.
14980
149812008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14982
14983 * config.in: Regenerate.
14984
14985 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
14986 (mostlyclean): Don't delete *.d under NS.
14987
14988 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
14989
149902008-08-06 Kenichi Handa <handa@m17n.org>
14991
14992 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
14993
149942008-08-06 Andreas Schwab <schwab@suse.de>
14995
14996 * config.in: Regenerate.
14997
149982008-08-05 Chong Yidong <cyd@stupidchicken.com>
14999
15000 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
15001 forcing a window start.
15002
15003 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
15004 (auto_save_1): Update modtime when auto-save-list-file-name is on.
15005
150062008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
15007
15008 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
15009 argument.
15010
150112008-08-05 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
15014 <scroll-down-aggressively, before-change-functions>:
15015 <after-change-functions>: Reflow docstrings.
15016
150172008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 15018 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
15019
15020 Dock menu customization, based on a patch by Ken Raeburn, plus some
15021 other fixes.
15022 * nsmenu.m (dockMenu): New variable.
15023 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
15024
15025 * nsterm.h (dockMenu): Declare.
15026
15027 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
15028 (ns_term_init): Initialize dockMenu.
15029 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
15030 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
15031 left.
15032
15033 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
15034
150352008-08-04 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
15038
15039 * config.in: Regenerate.
15040
150412008-08-04 Seiji Zenitani <zenitani@mac.com>
15042
15043 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
15044
150452008-08-04 Chong Yidong <cyd@stupidchicken.com>
15046
15047 * nsterm.h (find_and_call_menu_selection): Fix prototype.
15048
150492008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
15050
15051 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
15052
15053 * keyboard.h: Comment an #endif.
15054
15055 * lisp.h (have_menus_p): Adjust comment.
15056
15057 * menu.c (find_and_return_menu_selection): Fix comparison with
15058 client_data.
15059
15060 * nsmenu.m (popup_activated_flag): New variable.
15061 (popup_activated): New function.
15062 (menu-or-popup-active-p): New exported lisp definition.
15063 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
15064 when popup done.
15065 (ns_popup_dialog): Set popup_activated_flag.
15066
15067 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
15068 version for GNUstep (handled by conditional typedef in nsterm.m).
15069 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
15070 in rgb.txt).
15071
15072 * process.c (init_process): Use DARWIN_OS, not DARWIN.
15073
15074 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
15075
15076 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
15077
15078 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
15079 shortcircuit if popup_activated like GTK and X toolkit.
15080
15081 * m/inter386.h: Change DARWIN to DARWIN_OS.
15082
15083 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
15084 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
bba3e508
SM
15085 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
15086 Expand comment on NO_SOCK_SIGIO.
aac0c6e3
MR
15087
150882008-08-03 Chong Yidong <cyd@stupidchicken.com>
15089
15090 * nsterm.m (windowDidResize): Remove stopModal call.
15091
150922008-08-03 Andreas Schwab <schwab@suse.de>
15093
15094 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
15095 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
15096
150972008-08-02 Chong Yidong <cyd@stupidchicken.com>
15098
15099 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
15100 Don't use uninitialized pointer variable when using getrlimit.
15101
151022008-08-02 Jason Rumney <jasonr@gnu.org>
15103
15104 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
15105
151062008-08-02 Eli Zaretskii <eliz@gnu.org>
15107
15108 * alloc.c (NSTATICS): Bump to 0x640.
15109
15110 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
15111
15112 * lisp.h: Add prototype for directory_files_internal.
15113
15114 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
15115 New functions.
15116 (syms_of_process): Defsubr them. Add initializations for various
15117 Q* symbols used in procfs_system_process_attributes.
15118 (procfs_list_system_processes, procfs_system_process_attributes)
15119 [HAVE_PROCFS]: New functions.
15120 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
15121 (procfs_get_total_memory): New functions.
15122
151232008-08-01 Juanma Barranquero <lekktu@gmail.com>
15124
15125 * xfaces.c (Fx_load_color_file): Fix previous change;
15126 it is #ifdef WINDOWSNT, not WINDOWS_NT.
15127
151282008-08-01 Michael Albinus <michael.albinus@gmx.de>
15129
15130 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
15131
151322008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15133
15134 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
15135
151362008-08-01 Chong Yidong <cyd@stupidchicken.com>
15137
15138 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
15139
15140 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
15141 define NSApplicationDelegateReplySuccess.
15142 (EmacsView -converstationIdentifier): Use long instead of
15143 NSInteger for GNUstep, since it doesn't have NSInteger.
15144
15145 * xmenu.c: Revert last change.
15146
15147 * keyboard.h: Fix last change.
15148
151492008-08-01 Juanma Barranquero <lekktu@gmail.com>
15150
15151 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
15152 on Windows.
15153
151542008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15155
15156 Warning clearing and clean-up in NS port.
15157 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
15158 Add prototypes.
15159 * nsgui.h (FACE_DEFAULT): Remove, unused.
15160 (XGCValues): Change colors to unsigned long.
15161 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
15162 nsterm.m.
15163 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
15164 (ns_list_fonts): Remove, unused.
15165 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
15166 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
15167 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
15168 (nsfont_draw): Compare face colors to 0, not nil.
15169 * nsmenu.m (struct widget_value): Drop unneeded declaration.
15170 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
15171 (-addSubmenuWithTitle:): Use NSMenuItem class.
15172 (ns_popup_menu): Use NO, not NULL, for enabled setting.
15173 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
15174 (ns_clip_to_row): Make gc arg a BOOL.
15175 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
15176 ns_clip_to_row() call.
15177 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
15178 used). Cast FRAME_FONT assignments.
15179 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
15180 (ns_string_to_lispmod): Change arg to const char.
15181 (ns_term_init): Use NSMenuItem class.
15182 (EmacsApp -openFile:): Move to different section of file.
15183 (EmacsApp -application:openFiles:): Don't return a value, call
15184 -replyToOpenOrPrint:.
15185 (EmacsView -keyDown:): Fix up cast.
15186 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
15187 (EmacsView -menuDown:): Cast tag in call to
15188 find_and_call_menu_selection().
15189 (ns_list_fonts): Remove, unused.
15190 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
15191 (ns_fontname_to_xlfd): Make static.
15192 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
15193 Remove prototypes (now in keyboard.h).
15194 (next_menubar_widget_id): Remove, unused.
15195 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
15196 Remove prototypes (now in keyboard.h).
15197 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
15198
151992008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
15200
15201 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
15202 (floatfns.o): Depend on syssignal.h.
15203 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
15204
15205 * systty.h: Fix previous change that removed BSD_TERMIOS.
15206 Add comments to #ifdefs.
15207
152082008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15209
15210 * w32fns.c (w32-load-color-file): Remove.
15211 (x-open-connection): Use renamed Fx_load_color_file.
15212 * xfaces.c (x-load-color-file): Add.
15213 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
15214 Emacs.clr.
15215 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
15216
152172008-07-31 Michael Albinus <michael.albinus@gmx.de>
15218
15219 * dbusbind.c (Fdbus_call_method_asynchronously)
15220 (Fdbus_method_error_internal): New defuns.
15221 (xd_read_message): Handle also reply messages.
15222 (Vdbus_registered_functions_table): Extend docstring.
15223
152242008-07-31 Juanma Barranquero <lekktu@gmail.com>
15225
15226 * keyboard.c (gobble_input): Fix previous change.
15227
152282008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
15229
15230 * bitmaps/README:
15231 * xfns.c:
15232 * termcap.c:
15233 * term.c:
15234 * syswait.h:
15235 * systty.h:
15236 * systime.h:
15237 * syssignal.h:
15238 * sysdep.c:
15239 * process.h:
15240 * process.c:
15241 * print.c:
15242 * ndir.h:
15243 * lread.c:
15244 * keyboard.c:
15245 * getpagesize.h:
15246 * floatfns.c:
15247 * fileio.c:
15248 * emacs.c:
15249 * doc.c:
15250 * dispnew.c:
15251 * dired.c:
15252 * data.c:
15253 * callproc.c:
15254 * buffer.c:
15255 * README:
15256 * Makefile.in:
15257 * s/template.h:
15258 * s/msdos.h:
15259 * m/vax.h: Remove VMS support.
15260 * s/vms.h:
15261 * vlimit.h:
15262 * uaf.h:
15263 * temacs.opt:
15264 * param.h:
15265 * ioctl.h: Remove file.
15266
152672008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
15268
15269 * s/ms-w32.h (MULTI_KBOARD): Remove.
15270 * xterm.c:
15271 * xselect.c:
15272 * xfns.c:
15273 * window.c:
15274 * w32term.c:
15275 * w32fns.c:
15276 * terminal.c:
15277 * termhooks.h:
15278 * term.c:
15279 * sysdep.c:
15280 * keyboard.h:
15281 * keyboard.c:
15282 * frame.h:
15283 * frame.c:
15284 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
15285 * config.in: Regenerate.
15286
152872008-07-30 Jason Rumney <jasonr@gnu.org>
15288
15289 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
15290
15291 * w32font.c (w32font_encode_char): Leave as unicode if in range.
15292 (w32font_open_internal): Get unicode version of textmetrics.
15293 Don't enable or disable glyph indices here.
15294 (w32font_open): Disable use of glyph indices.
15295
15296 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
15297
152982008-07-30 Chong Yidong <cyd@stupidchicken.com>
15299
15300 * minibuf.c (Vread_buffer_function): Doc fix.
15301
153022008-07-30 John Paul Wallington <jpw@pobox.com>
15303
15304 * minibuf.c (read_buffer_completion_ignore_case): New var.
15305 (Fread_buffer): Use it.
15306
153072008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
15308
15309 * systty.h (sensemode): Remove empty #if. Remove reference to
15310 BSD_TERMIOS, unused.
15311
15312 * sysdep.c: Remove reference to DGUX.
15313 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
15314
15315 * config.in: Regenerate.
15316
153172008-07-30 Jason Rumney <jasonr@gnu.org>
15318
15319 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
15320
153212008-07-29 Jason Rumney <jasonr@gnu.org>
15322
15323 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
15324 is populated.
15325 (uniscribe_encode_char): Always use uniscribe.
15326 Avoid using context if cache is populated.
15327
153282008-07-29 Jan Djärv <jan.h.d@swipnet.se>
15329
15330 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
15331 open menu.
15332
15333 * gtkutil.c (menu_nav_ended): Remove.
15334 (create_menus): Remove signal connect for menu_nav_ended.
15335
153362008-07-28 Chong Yidong <cyd@stupidchicken.com>
15337
15338 * xdisp.c (redisplay_window): Check return value of
15339 compute_window_start_on_continuation_line before forcing a window
15340 start.
15341
153422008-07-28 Jason Rumney <jasonr@gnu.org>
15343
15344 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
15345
15346 * w32term.c (w32_enable_unicode_output, cleartype_active):
15347 Remove obsolete display options.
15348 (x_draw_glyph_string_background): Don't use old cleartype_active
15349 workaround.
15350 (w32_initialize): Remove cleartype_active initialization.
15351 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
15352
153532008-07-28 Andreas Schwab <schwab@suse.de>
15354
15355 * lisp.h (init_weak_hash_tables, syms_of_font)
15356 (xd_read_queued_messages, syms_of_dbusbind): Declare.
15357 (remove_hash_entry): Don't declare.
15358 * eval.c (maybe_call_debugger): Make static and move before use.
15359 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
15360 * xdisp.c: Include "gtkutil.h" if USE_GTK.
15361 * xterm.h (x_set_frame_alpha): Declare.
15362
153632008-07-28 Jan Djärv <jan.h.d@swipnet.se>
15364
15365 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
15366 (create_menus): Connect selection-done to menu_nav_ended.
15367
153682008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15369
15370 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
15371 Set Vx_resource_name to a fallback. Replace read of 'buffered'
15372 parameter with read of 'alpha' one.
15373 (Qns_frame_parameter): Remove.
5582fbc7 15374 * nsselect.m (selection-coding-system)
aac0c6e3
MR
15375 (next-selection-coding-system, Vselection_coding_system)
15376 (Vnext_selection_coding_system): Drop.
15377
153782008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15379
15380 * nsfns.m (do-applescript, do_applescript): Rename to
15381 ns-do-applescript, ns_do_applescript, and move within file.
15382
153832008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15384
15385 Remove support for Mac Carbon.
15386 * mactoolbox.c:
15387 * macterm.h:
15388 * macterm.c:
15389 * macselect.c:
15390 * macmenu.c:
15391 * macgui.h:
15392 * macfns.c:
15393 * mac.c: Remove file.
15394 * s/darwin.h:
15395 * m/intel386.h:
15396 * xfaces.c:
15397 * xdisp.c:
15398 * window.c:
15399 * tparam.c:
15400 * termhooks.h:
15401 * termcap.c:
15402 * term.c:
15403 * syssignal.h:
15404 * sysselect.h:
15405 * sysdep.c:
15406 * process.c:
15407 * lread.c:
15408 * lisp.h:
15409 * keyboard.c:
15410 * image.c:
15411 * fringe.c:
15412 * frame.h:
15413 * frame.c:
15414 * fontset.c:
15415 * font.h:
15416 * font.c:
15417 * fns.c:
15418 * fileio.c:
15419 * emacs.c:
15420 * dispnew.c:
15421 * dispextern.h:
15422 * config.in:
15423 * atimer.c:
2ae37cf0 15424 * Makefile.in: Remove code for Carbon.
aac0c6e3 15425
f0131492 154262008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
15427
15428 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
15429
154302008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15431
15432 * macterm.h (kCGBitmapByteOrder32Host): New define for
15433 non-universal SDKs.
15434
15435 * image.c (mac_create_cg_image_from_image, image_load_image_io)
15436 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
15437
15438 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
15439 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
15440
154412008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
15442
15443 * w32inevt.c: Include dispextern.h.
15444
154452008-07-26 Andreas Schwab <schwab@suse.de>
15446
15447 * print.c (print_object): Fix off-by-one in last change.
15448
154492008-07-25 Juanma Barranquero <lekktu@gmail.com>
15450
15451 * term.c (syms_of_term): Don't initialize default_orig_pair,
15452 default_set_foreground and default_set_background on Windows.
15453
154542008-07-25 Jason Rumney <jasonr@gnu.org>
15455
15456 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
15457 ScriptItemize. Clean up return value checking. Remove unused
15458 variables.
15459 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
15460 shaping engine.
15461
15462 * w32font.c (w32font_has_char): Handle the case where we can't
15463 determine the script for a character.
15464
154652008-07-25 Chong Yidong <cyd@stupidchicken.com>
15466
15467 * term.c (syms_of_term): Initialize default_orig_pair,
15468 default_set_foreground, and default_set_background.
15469
15470 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
15471 clash (bug#86).
15472 (getloadavg): Callers changed.
15473
15474 * image.c (svg_load_image): Fix last change.
15475 (svg_load_image): Use rsvg_handle_get_dimensions to check that
15476 image size is valid. Use g_object_unref instead of deprecated
15477 rsvg_handle_free to free rsvg handle.
15478 (x_from_xcolors): Don't initialize pixmap (silence compiler).
15479
154802008-07-25 Jason Rumney <jasonr@gnu.org>
15481
15482 * w32font.c (w32font_encode_char): Encode characters outside BMP as
15483 surrogates before looking up glyph index.
15484 (w32font_text_extents): Encode as surrogates if falling back to
15485 functions that need UTF-16 wide chars.
15486
15487 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
15488 BMP as surrogates before looking up glyph index.
15489
154902008-07-25 Chong Yidong <cyd@stupidchicken.com>
15491
15492 * image.c (svg_load_image): Check for failure in return value of
15493 rsvg_handle_get_pixbuf. Free rsvg handle when done.
15494
154952008-07-25 Jason Rumney <jasonr@gnu.org>
15496
15497 * w32font.c (Fx_select_font): Reverse sense of second arg.
15498
154992008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15500
15501 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
15502 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
15503
15504 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
15505 (PURESIZE): Use it.
15506
155072008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15508
15509 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
15510 * m/alpha.h (TEXT_END):
15511 * m/ibmrs6000.h (TEXT_END):
15512 * m/macppc.h (TEXT_END):
15513 * s/darwin.h (TEXT_END):
15514 * s/msdos.h (TEXT_END): Remove, unused.
15515 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
15516 * s/cygwin.h: Remove comment.
15517
15518 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
15519 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
15520 * m/intel386.h (DOT_GLOBAL_START):
15521 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
15522 (USG): Remove, file not used on USG platforms.
15523
15524 * Makefile.in (HAVE_X11): Remove empty #else.
15525
155262008-07-24 Andreas Schwab <schwab@suse.de>
15527
15528 * fileio.c (Finsert_file_contents): Properly adjust undo list
15529 after format conversion.
15530
155312008-07-24 Jan Djärv <jan.h.d@swipnet.se>
15532
15533 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
15534 (menu_nav_ended): Remove.
15535 (create_menus): Remove signal connect for menu_nav_ended.
15536 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
15537 create_menus.
15538 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
15539
155402008-07-23 Jason Rumney <jasonr@gnu.org>
15541
15542 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
15543 with opened font.
15544 (w32font_open): Set font type to gdi.
15545
15546 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
15547
155482008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15549
15550 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
15551 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
15552 defines it.
15553 * unexec.c (ADDR_CORRECT): Define unconditionally.
15554
15555 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
15556
15557 * unexec.c: Remove code depending on !COFF and USG, the file is
15558 not used for such systems.
15559
15560 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
15561 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
15562 (LD_SWITCH_SYSTEM_1): Remove, update users.
15563
15564 * s/darwin.h (DATA_END):
15565 * m/intel386.h (DATA_END):
15566 * m/ibmrs6000.h (DATA_END):
15567 * m/alpha.h (DATA_END): Remove, unused.
15568
15569 * config.in: Regenerate.
15570 * s/ms-w32.h (subprocesses): Define unconditionally.
15571 * s/template.h (subprocesses): Update comment.
15572 * s/vms.h (subprocesses):
15573 * s/usg5-4.h (subprocesses):
15574 * s/hpux10-20.h (subprocesses):
15575 * s/gnu-linux.h (subprocesses):
15576 * s/cygwin.h (subprocesses):
15577 * s/bsd-common.h (subprocesses):
15578 * s/aix4-2.h (subprocesses):
15579 * s/darwin.h (subprocesses): Do not define, defined by default now.
15580
15581 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
15582 Remove all references.
15583 (temacs): Add GNUstep specific ld flags.
15584
15585 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
15586 similarly to what X does.
15587
155882008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15589
15590 * nsfns.m (x-list-fonts): Remove.
15591 (syms_of_nsfns): Drop the x-list-fonts declaration.
15592 * nsterm.m: Get rid of remaining "//" comments.
15593
155942008-07-22 Chong Yidong <cyd@stupidchicken.com>
15595
15596 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
15597
15598 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
15599 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
15600 (Fns_own_selection_internal, Fx_disown_selection_internal)
15601 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
15602
15603 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
15604 ... */' style of docstrings. Doc fixes.
15605
156062008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15607
15608 * terminfo.c (UP, BC, PC): Undo previous change.
15609
15610 * nsfns.m: Rename ns prefixed functions/variables to the
15611 corresponding x versions. Update references.
15612
156132008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
15616
156172008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15618
15619 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
15620 Remove forwarding functions.
15621 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
15622 non-static.
15623 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
15624 non-static.
15625 (ns_frame_parm_handlers): Use the new names.
15626 (syms_of_nsfns): Move to the end of file.
15627
15628 * nsterm.m (syms_of_nsterm): Move to the end of file.
15629
15630 * dispnew.c (init_display): Remove code for X10.
15631
156322008-07-22 Jason Rumney <jasonr@gnu.org>
15633
15634 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
15635 bare drive.
15636
156372008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15638
15639 * nsterm.m (syms_of_nsterm): Remove debugging println.
15640
156412008-07-22 David Reitter <david.reitter@gmail.com>
15642
15643 * nsfns.m (do_applescript, F_do_applescript): NS version of the
15644 Carbon implementation of the same functionality: execute arbitrary
15645 AppleScript code.
15646
156472008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
15648
15649 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
15650 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
15651 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
15652 (Fx_display_mm_height, Fx_display_mm_width)
15653 (Fx_display_backing_store, Fx_display_visual_class)
15654 (Fx_display_save_under, Fx_open_connection)
15655 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
15656 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
15657 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15658 (Fx_display_pixel_width, Fx_display_pixel_height)
15659 (Fx_display_usable_bounds, Fx_display_planes)
15660 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
15661 ... */' style of docstrings.
15662
156632008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
15664
15665 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
15666 on this platform.
15667 (mips):
15668 * m/iris4d.h (mips): Do not define.
15669 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
15670
15671 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
15672
15673 * image.c:
15674 * nsfns.m:
15675 * nsselect.m:
15676 * nsterm.h:
15677 * nsterm.m: Rename ns prefixed functions/variables to the
15678 corresponding x versions. Update references.
15679
15680 * m/ibms390x.h (NO_REMAP): Do not undefine.
15681
15682 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
15683
156842008-07-21 Chong Yidong <cyd@stupidchicken.com>
15685
15686 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
15687 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
15688 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
15689 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
15690 (Fns_display_mm_height, Fns_display_mm_width)
15691 (Fns_display_backing_store, Fns_display_visual_class)
15692 (Fns_display_save_under, Fns_open_connection)
15693 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
15694 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
15695 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
15696 (Fns_display_pixel_width, Fns_display_pixel_height)
15697 (Fns_display_usable_bounds, Fx_display_planes)
15698 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
15699
157002008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
15701
15702 * print.c (print_object): Check print_depth before searching for
15703 circularities.
15704
157052008-07-21 Michael Albinus <michael.albinus@gmx.de>
15706
15707 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
15708 only sprintf.
15709
157102008-07-21 Kenichi Handa <handa@m17n.org>
15711
15712 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
15713
157142008-07-20 Andreas Schwab <schwab@suse.de>
15715
15716 * syntax.c (find_start_pos, find_start_value)
15717 (find_start_value_byte, find_start_begv, find_defun_start)
15718 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
15719
157202008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15721
15722 * s/sol2-3.h: Insert contents of s/sol2.h.
15723 (LD_SWITCH_SYSTEM): Remove redundant definition.
15724 * s/sol2.h: Remove, unused.
15725
157262008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15727
15728 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
15729
157302008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15731
15732 * Makefile.in (ns_appdir): Fix typo in find command.
15733
157342008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15735
15736 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
15737
15738 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
15739 added not supported anymore.
15740
15741 * s/usg5-4-2.h (LIBS_SYSTEM):
15742 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
15743
15744 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15745 * s/lynxos.h (GETPGRP_NO_ARG):
15746 * s/hpux10-20.h (NO_SIOCTL_H):
15747 * s/gnu.h (GETPGRP_NO_ARG):
15748 * s/gnu-linux.h (NO_SIOCTL_H):
15749 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
15750 * s/cygwin.h (GETPGRP_NO_ARG):
15751 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
15752 (C_DEBUG_SWITCH): Remove duplicate definition.
15753
15754 * m/ibms390.h: Remove boilerplate comments.
15755
15756 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
15757
15758 * process.c (HAVE_SERIAL): Consolidate ifdefs.
15759 (wait_reading_process_output): Remove code for SunOS, platform not
15760 supported anymore. Use SOLARIS2 instead of sun.
15761
157622008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15763
15764 * font.c (font_open_by_name): Under NS, default lface height to zero.
15765 (font_open_for_lface): Under NS, set size based on frame fontsize.
15766 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
15767 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
15768
157692008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15770
15771 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
15772 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
15773 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
15774 YES/NO.
15775 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
15776 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
15777 * Makefile.in (clean): Clear out build destination dir.
15778
157792008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15780
15781 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
15782 xterm, xselect.
15783 * lisp.h: Remove declaration of hash_remove.
15784 * nsgui.h: Remove redefinitions of hash_remove.
15785 * fns.c (hash_remove): Rename to hash_remove_from_table.
15786
157872008-07-19 Seiji Zenitani <zenitani@mac.com>
15788
15789 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
15790 strdup() the family UTF8String before modifying it.
15791
157922008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
15793
15794 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
15795 NS_FACE_BACKGROUND with 0 instead of nil.
15796 * nsfont.m (nsfont_draw): Same.
15797
157982008-07-19 Chong Yidong <cyd@stupidchicken.com>
15799
15800 * nsfns.m (ns_set_background_color): Fix crash.
15801
158022008-07-18 Chong Yidong <cyd@stupidchicken.com>
15803
15804 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
15805
158062008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
15807
15808 * puresize.h (BASE_PURESIZE): Increase to 1240000.
15809
158102008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15811
15812 * gtkutil.c: Include <config.h> instead of "config.h".
15813
15814 * lisp.h (Foverlay_buffer): Add EXFUN.
15815
15816 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
15817 child process to complete child_setup. Undo 2005-09-21 change.
15818
15819 * s/darwin.h: Mention setsid after vfork.
15820
158212008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15822
15823 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
15824 Depend on macgui.h.
15825
15826 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
15827 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
15828
15829 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
15830 and f19.
15831 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
15832
15833 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
15834 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
15835 Remove enumerators.
15836
15837 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
15838 Check if FACE_FROM_ID returns NULL.
15839
158402008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
15841
15842 * w32inevt.c (change_frame_size): Remove extern declaration.
15843 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
15844 change_frame_size.
15845
158462008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15847
15848 * getloadavg.c: Revert last change (2008-07-15).
15849
158502008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
15851
15852 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 15853 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
15854 from configure.
15855
158562008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
15857
15858 * s/sol2.h:
15859 * s/sol2-4.h: Reorganize conditionals.
15860
15861 * ecrt0.c: Remove code depending on m68000, not used anymore.
15862
15863 * fns.c (hash_remove): Make static.
15864 * lisp.h (hash_remove): Don't prototype.
15865
15866 * m/ibmrs6000.h:
15867 * m/ibms390x.h:
15868 * m/macppc.h: Remove boilerplate comments.
15869
15870 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
15871 Solaris, which does not need them.
15872
15873 * m/vax.h: Remove comments about unsupported systems.
15874
15875 * s/darwin.h: Reorganize ifdefs.
15876
158772008-07-17 Andreas Schwab <schwab@suse.de>
15878
15879 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
15880
158812008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
15882
15883 Use SDATA. Follow coding convention of placing operators at
15884 beginning of next line rather than end of previous line, and placing
15885 spaces around infix operators.
15886
15887 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
15888 in case it was defined already.
15889 USE @GNUSTEP_MAKEFILES@ rather than envvars.
15890 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
15891 ns_default.
15892 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
15893 Lisp_Objects.
15894 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
15895 (ns_defined_color, ns_color_to_lisp): Declare.
15896 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
15897 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
15898 it's accepted even with USE_LISP_UNION_TYPE.
15899 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
15900 (update_frame_tool_bar): Remove apparently obsolete tests for
15901 non-integerness of f->tool_bar_lines.
15902 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
15903 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
15904 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
15905 (nsfont_open): Don't confuse NULL for Qnil.
15906 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
15907 * menu.h (find_and_call_menu_selection):
15908 * menu.c (find_and_call_menu_selection): Use just int for vector size.
15909 (find_and_return_menu_selection): Always return something.
15910 * frame.h: Include dispextern.h for Display_Info.
15911 (display_x_get_resource): Declare.
15912
159132008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
15914
15915 * syntax.c: Remove stdio.h include accidentally introduced in
15916 Emacs.app commit.
15917 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
15918 NS_IMPL_COCOA.
15919 * keyboard.c (handle_async_input, input_available_signal): Remove
15920 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
15921
159222008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15923
15924 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
15925 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
15926 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
15927 Use SDATA.
15928
15929 * keymap.c: Remove all NS-specific code.
15930 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
15931 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
15932 where_is_preferred_modifier, return a different value depending on how
15933 preferred is the binding.
15934 (where_is_internal): Adjust accordingly.
15935 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
15936 Adjust to new preferred_sequence_p.
15937 (syms_of_keymap): Declare `where-is-preferred-modifier'.
15938 * keyboard.c (parse_solitary_modifier): Not static any more.
15939 * keyboard.h (parse_solitary_modifier): Declare.
15940
159412008-07-16 Andreas Schwab <schwab@suse.de>
15942
15943 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
15944 of easymenu.
15945
159462008-07-16 Chong Yidong <cyd@stupidchicken.com>
15947
15948 * xdisp.c (move_it_in_display_line): Account for word wrap, so
15949 that we don't move off the line.
15950
159512008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * keyboard.c (Qsuper): Remove.
15954 (parse_menu_item): Don't call where_is_internal specially for NS.
15955
159562008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15957
15958 * s/gnu-linux.h: Remove boilerplate comments.
15959
15960 * m/alpha.h (__ELF__): Consolidate conditions.
15961
15962 * m/m68k.h (linux): Use GNU_LINUX instead.
15963 Remove boilerplate comments.
15964
15965 * m/intel386.h: Undo refactoring from previous change.
15966 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
15967 too, remove dead code.
15968 (linux): Use GNU_LINUX instead.
15969
159702008-07-16 Jason Rumney <jasonr@gnu.org>
15971
15972 * w32gui.h: Repeat 26 June changes lost by last change.
15973
159742008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15975
15976 * systty.h: Remove code for Aix on 386, unsupported platform.
15977
15978 * s/ms-w32.h: Remove boilerplate comments.
15979 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
15980
15981 * s/gnu-linux.h (TERM): Remove support.
15982 (HAVE_SYSVIPC): Remove, unused.
15983 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
15984 for this system.
15985
15986 * process.c: Remove support for IRIS, unused.
15987 Remove support for TERM, not relevant anymore.
15988
15989 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
15990 used with the definition.
15991
15992 * s/aix4-2.h (static): Do not undef.
15993
15994 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
15995 only used on Aix.
15996 (HAVE_SYSVIPC): Remove, unused.
15997
15998 * m/hp800.h (CANNOT_DUMP): Do not undef.
15999
16000 * m/alpha.h: Fix comment.
16001
16002 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
16003 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
16004 used by this configuration.
16005 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
16006 * unexec.c: Remove code depending on HPUX and
16007 USG_SHARED_LIBRARIES, not used with this file. Remove code
16008 depending on IRIS, unused. Remove if 0-ed code.
16009
16010 * s/template.h: Remove comments about static.
16011
16012 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
16013 Remove if 0-ed code.
16014 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
16015 were the same as the default.
16016 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
16017 Remove boilerplate comments.
16018 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
16019 (HAVE_SYSVIPC): Remove, unused.
16020 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
16021
16022 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
16023 Remove boilerplate comments.
16024 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
16025 Remove boilerplate comments.
16026 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
16027 Remove boilerplate comments.
16028 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
16029
16030 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
16031 USG systems which do not use DATA_SEG_BITS.
16032 Refactor code. Remove boilerplate comments.
16033
16034 * m/ibms390.h:
16035 * m/m68k.h:
16036 * s/bsd-common.h:
16037 * s/cygwin.h:
16038 * s/darwin.h:
16039 * s/freebsd.h:
16040 * s/gnu.h:
16041 * s/msdos.h: Remove boilerplate comments.
16042
16043 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 16044 do not use this file.
aac0c6e3
MR
16045 (IRIS_4D): Remove, unused.
16046
16047 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 16048 do not use this file.
aac0c6e3
MR
16049 (SIGN_EXTEND_CHAR):
16050 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
16051 * unexmips.c: Remove file, unused.
16052
16053 * editfns.c (Fuser_full_name): Replace the only use of
16054 USER_FULL_NAME with its value.
16055 * config.in: Regenerate.
16056
160572008-07-16 David Reitter <david.reitter@gmail.com>
16058
16059 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
16060 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
16061
160622008-07-16 Glenn Morris <rgm@gnu.org>
16063
16064 * emacs.c (system-type): Doc fix.
16065
160662008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
16069 If the cache doesn't work, let's fix it, rather than work around it.
16070
160712008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
16072
16073 * Makefile.in: Correct additions for nsfont.o in last commit.
16074 * nsfont.m: New file (forgot last commit).
16075
160762008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
16077
bba3e508
SM
16078 * callproc.c (set_initial_environment):
16079 Initialize Vprocess_environment under CANNOT_DUMP (fixes crash when
aac0c6e3
MR
16080 batch-compiling for bootstrap).
16081
160822008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 16083 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 16084
c4cc8b9a
JB
16085 * frame.c (make_initial_frame): Call init_frame_faces(f) in
16086 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
16087
160882008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
16089
16090 Changes and additions for NeXTstep windowing system (Cocoa and
16091 GNUstep) support.
16092
16093 * Makefile.in:
16094 * config.in: Support defines and build commands for NS port.
16095 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
16096 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
16097 * dispextern.h: Include nsgui.h and add needed typedefs under NS
16098 windowing.
16099 (struct face): Add synth_ital field.
16100 * dispnew.c: Include nsterm.h when compiling under NS windowing.
16101 (init_display): Initialize Vinitial_window_system to "ns" when so
16102 compiled.
16103 * emacs.c: Include GSConfig.h when compiling under GNUstep.
16104 (display_arg): Use under NS.
16105 (main): Under NS, allocate autorelease pool and handle command line
16106 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
16107 (standard_args): Add NS-specific args.
16108 (shut_down_emacs): Shut down NS terminal if compiled under NS.
16109 * font.c (DEFAULT_ENCODING): New variable.
16110 (font_find_for_lface): Use it.
16111 (syms_of_font): Load syms_of_nsfont under NS.
16112 * font.h: Declare nsfont_driver when compiled under NS.
16113 * fontset.c: When compiling under NS, include nsterm.h.
16114 (fontset_from_font): Autoconstruct fontset under NS.
16115 * frame.c (various): Under NS, include nsterm.h, add Qns window system
16116 symbol, document and use it.
16117 (do_switch_frame): When for_deletion under Cocoa, add
16118 Fraise_frame(Qnil).
16119 (x_set_frame_parameters): Ensure font attribute changes are picked up.
16120 (x_get_arg): Allow "yes" and "no" as boolean values.
16121 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
16122 Qright under Cocoa.
16123 (focus-follows-mouse): Default to 0 under NS.
16124 * frame.h (enum output_method): Add output_ns.
16125 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
16126 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
16127 (FRAME_WINDOW_P): NS-specific definition.
16128 * fringe.c (max_used_fringe_bitmap): Make public.
16129 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
16130 (getloadavg): Use NeXT code under descendant OS's.
16131 * image.c (includes and header section, x_create_bitmap_from_data)
16132 (x_create_bitmap_from_file, free_bitmap_record, image_background)
16133 (image_background_transparent, x_clear_image_1)
16134 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
16135 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
16136 (x_to_xcolors, x_from_xcolors, x_disable_image)
16137 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
16138 other GUIs, including XPM support using code originally written for
16139 Carbon GUI.
16140 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
16141 using NS API.
16142 (image_ascent): Use font metrics macros instead of direct struct field
16143 access.
16144 * keyboard.c (includes): Add nsterm.h when compiling under NS.
16145 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
16146 Also, handle NS as GTK for menu bar purposes.
16147 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
16148 toolkit where they differ.
16149 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
16150 use cachelist, still needed under NS.
16151 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
16152 (struct widget_value): Define it here for menu.c.
16153 * keymap.c (includes): Include modifier internals.
16154 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
16155 NS.
16156 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
16157 support for preferring sequences using certain modifiers, specified by
16158 the FIRSTONLY argument.
16159 * lisp.h (hash_remove): Rename to avoid name clash when compiling
16160 under NS GNUstep implementation.
16161 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
16162 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
16163 * menu.c: Include nsterm.h under NS.
16164 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
16165 (free_menubar_widget_tree_value, update_submenu_strings)
16166 (find_and_call_menu_selection): Treat NS as X and NT.
16167 (find_and_return_menu_selection): New function, used for popup menus.
16168 * nsgui.h:
16169 * nsterm.h:
16170 * nsfns.m:
16171 * nsimage.m:
16172 * nsmenu.m:
16173 * nsselect.m:
16174 * nsterm.m: New files.
16175 * process.c (wait_reading_process_output): Under NS, call ns_select()
16176 instead of plain select().
16177 * syntax.c (char_quoted): Under NS, avoid a crash when called near
16178 beginning of buffer.
16179 * sysselect.h (init_process): Rename when compiling under Cocoa to
16180 avoid name conflict.
16181 * termhooks.h (display_info): Add ns_display_info to union.
16182 * terminal.c (Fterminal_live_p): Add ns to terminal types.
16183 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
16184 COCOA environment.
16185 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
16186 unexec() signature. (Note, this will dump, but the resulting file
16187 crashes; unexosx is used instead; keeping around for reference and
16188 possible aid in getting dump working under GNUstep.)
16189 * w32gui.h (button_type, widget_value): Remove definitions (now in
16190 keyboard.h).
16191 * window.c: Include nsterm.h when compiling under NS.
16192 * xdisp.c (includes): Include nsterm.h when compiling under NS.
16193 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
16194 other GUI windowing systems.
16195 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
16196 GTK.
16197 (x_consider_frame_title): Under NS, set icon type and frame
16198 modified-state indicator; use ns_set_name_as_filename() when using
16199 formatted title.
16200 (update_window_cursor): Make public when compiling under NS.
16201 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
16202 (hourglass_atimer, Vhourglass_delay
16203 * xfaces.c (header section, init_frame_faces, clear_font_table)
16204 (defined_color, unload_color, x_face_list_fonts)
16205 (prepare_face_for_display): Add NS support parallel to other GUIs.
16206 Emulate GCs like other non-X GUIs.
16207 (split_font_name): Don't lowercase font name under NS.
16208 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
16209 under NS.
16210 * s/darwin.h: Add support for compilation under NS.
16211
162122008-07-15 Jason Rumney <jasonr@gnu.org>
16213
16214 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
16215 (w32_show_hourglass): Rename from show_hourglass.
16216 (w32_hide_hourglass): Rename from hide_hourglass.
16217 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
16218 (Vhourglass_delay): Declare extern.
16219 (hourglass_started): Remove.
16220
16221 * xdisp.c (Vhourglass_delay): Remove static.
16222 (hourglass_started, start_hourglass, cancel_hourglass):
16223 Don't include these versions on WINDOWSNT.
16224
162252008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
16226
16227 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
16228 variables (formerly in xfns.c).
16229 (show_hourglass, hide_hourglass): New prototypes (same).
16230 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
16231 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
16232 in xfns.c).
16233 (syms_of_xdisp): Declare/initialize display-hourglass,
16234 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
16235 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
16236 formerly in xfns.c.
16237 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
16238 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
16239 (start_hourglass, cancel_hourglass): Remove.
16240 (show_hourglass, hide_hourglass): Remove prototypes and static
16241 modifiers.
16242 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
16243 hourglass_atimer, hourglass_shown_p declaration/initialization.
16244 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
16245 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
16246 (start_hourglass, cancel_hourglass): Remove.
16247 (show_hourglass, hide_hourglass): Remove prototypes and static
16248 modifiers.
16249 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
16250 hourglass_atimer, hourglass_shown_p declaration/initialization.
16251 * w32fns.c (display_hourglass_p, Vhourglass_delay)
16252 (DEFAULT_HOURGLASS_DELAY): Remove.
16253 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
16254 hourglass_shown_p declaration/initialization.
16255
162562008-07-14 Jason Rumney <jasonr@gnu.org>
16257
16258 * w32fns.c (w32_get_arg): Remove wrapper function.
16259 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
16260 directly.
16261 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
16262
162632008-07-14 Kenichi Handa <handa@m17n.org>
16264
16265 * xfont.c (xfont_open): Add workaround for X's bug.
16266
162672008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16268
16269 * fontset.c: Include <stdio.h> unconditionally.
16270
162712008-07-13 Michael Albinus <michael.albinus@gmx.de>
16272
16273 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
16274 for filtering.
16275
162762008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16277
16278 * s/vms.h: Use __GNUC__ instead of _GNUC_.
16279
16280 * m/macppc.h:
16281 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
16282
c4cc8b9a 16283 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
16284 (SPECIAL_EMACS_INT):
16285 * m/ia64.h (SPECIAL_EMACS_INT):
16286 * m/amdx86-64.h (SPECIAL_EMACS_INT):
16287 * s/gnu.h (NLIST_STRUCT):
16288 * s/aix4-2.h (X11R5_INHIBIT_I18N):
16289 * s/gnu-linux.h (LINUX):
16290 * s/msdos.h (HAVE_FACES):
16291 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
16292
16293 * systty.h:
16294 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
16295 anymore.
16296
162972008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
16298
16299 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
16300 always defined as int.
16301
16302 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
16303 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
16304 * s/gnu-linux.h (HAVE_WAIT_HEADER):
16305 * s/freebsd.h (HAVE_WAIT_HEADER):
16306 * s/bsd-common.h (HAVE_UNION_WAIT):
16307 * s/aix4-2.h (HAVE_WAIT_HEADER):
16308 * m/mips.h (HAVE_UNION_WAIT):
16309 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
16310 (COFF, static): Do not define, they are undefined later in the file.
16311
16312 * process.c (update_status): Don't use a union.
16313 (status_convert):
16314 (sigchld_handler): Use int instead of WAITTYPE.
16315
163162008-07-12 Chong Yidong <cyd@stupidchicken.com>
16317
16318 * indent.c (Fvertical_motion): Restore hscroll before moving to
16319 goal column.
16320
163212008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16322
16323 * lisp.h: Remove left over code.
16324
163252008-07-11 Andreas Schwab <schwab@suse.de>
16326
16327 * lisp.h: Fix logic in last change.
16328
16329 * menu.h: New file.
16330 * menu.c: Include it.
16331 * xmenu.c: Likewise.
16332 * Makefile.in: Update dependencies.
16333
163342008-07-11 Kenichi Handa <handa@m17n.org>
16335
16336 * fontset.c (fontset_from_font): Cancel the previous change.
16337
163382008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16339
16340 * lisp.h:
16341 * w32heap.c:
16342 * emacs.c:
16343 * alloc.c: Replace all references of NO_UNION_TYPE with
16344 USE_LISP_UNION_TYPE.
16345
16346 * m/xtensa.h (NO_UNION_TYPE):
16347 * m/vax.h (NO_UNION_TYPE):
16348 * m/template.h (NO_UNION_TYPE):
16349 * m/sparc.h (NO_UNION_TYPE):
16350 * m/mips.h (NO_UNION_TYPE):
16351 * m/macppc.h (NO_UNION_TYPE):
16352 * m/m68k.h (NO_UNION_TYPE):
16353 * m/iris4d.h (NO_UNION_TYPE):
16354 * m/intel386.h (NO_UNION_TYPE):
16355 * m/ibms390x.h (NO_UNION_TYPE):
16356 * m/ibms390.h (NO_UNION_TYPE):
16357 * m/ibmrs6000.h (NO_UNION_TYPE):
16358 * m/ia64.h (NO_UNION_TYPE):
16359 * m/hp800.h (NO_UNION_TYPE):
16360 * m/arm.h (NO_UNION_TYPE):
16361 * m/amdx86-64.h (NO_UNION_TYPE):
16362 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
16363 defining it the same.
16364
163652008-07-10 Chong Yidong <cyd@stupidchicken.com>
16366
16367 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
16368
163692008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
16370
16371 * fileio.c:
50426a04 16372 * sysdep.c:
aac0c6e3
MR
16373 * systty.h:
16374 * m/ibmrs6000.h:
16375 * m/iris4d.h:
16376 * s/aix4-2.h:
16377 * s/freebsd.h:
16378 * s/gnu-linux.h:
16379 * s/hpux10-20.h:
16380 * s/hpux11.h:
16381 * s/netbsd.h:
16382 * s/sol2-3.h:
16383 * s/sol2-4.h:
16384 * s/sol2.h:
16385 * s/usg5-4.h:
16386 * s/vms.h: Remove references to unused variables.
16387
163882008-07-10 Andreas Schwab <schwab@suse.de>
16389
16390 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
16391 pattern before matching the generic family.
16392
163932008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
16394
16395 * unexec.c:
16396 * s/vms.h:
16397 * s/usg5-4-2.h:
16398 * s/sol2-5.h:
16399 * s/freebsd.h:
16400 * s/darwin.h: Remove dead code.
16401
16402 * m/template.h:
16403 * m/sparc.h:
16404 * m/mips.h:
16405 * m/m68k.h:
16406 * m/iris4d.h:
16407 * m/intel386.h:
16408 * m/ibms390x.h:
16409 * m/ibms390.h:
16410 * m/ia64.h:
16411 * m/hp800.h:
16412 * m/arm.h:
16413 * m/amdx86-64.h: Remove dead code and references to unused
16414 and compiler defined symbols.
16415
16416 * unexmips.c:
16417 * unexelf.c: Remove references to desupported systems.
16418
16419 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
16420
16421 * m/powermac.h: Remove boilerplate comments.
16422 (NO_REMAP): Remove unused definition.
16423
16424 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
16425 define them.
16426
164272008-07-10 Kenichi Handa <handa@m17n.org>
16428
16429 * xfont.c (xfont_open): Log the reason of failure.
16430
164312008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
16432
16433 * fontset.c (fontset_get_font_group):
16434 * font.c (font_check_otf): Specify argument types.
16435
164362008-07-09 Kenichi Handa <handa@m17n.org>
16437
16438 * coding.c (detect_coding_utf_8): Set detect_info->found only when
16439 non-ASCII char is found.
16440
16441 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
16442 (reorder_font_vector): Change the arg preferred_family to font.
16443 Prefer the spec matching with font.
16444 (fontset_get_font_group): New function.
16445 (fontset_find_font): Change the format of an element of a realized
16446 fontset. Use fontset_get_font_group.
16447 (fontset_font): Try the current fontset, the default fontset, the
16448 fallbacks of the current fontset, and the fallbacks of the default
16449 fontset in this order.
16450 (face_for_char): Delete the shortcut to use the current font.
16451 (fontset_from_font): Don't set fonts for Latin in the fontset.
16452
16453 * font.h (font_make_object, font_match_p): Adjust prototypes.
16454
16455 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
16456
16457 * font.c (font_make_object): New arg entity and pixelsize.
16458 (font_check_otf_features, font_check_otf): New functions.
16459 (font_match_p): Check :lang, :script, and :otf properties.
16460
16461 * xfont.c (xfont_open): Adjust it for the change of
16462 font_make_object.
16463 (xfont_text_extents): Fix initial setting of metrics.
16464
16465 * ftfont.c (struct ftfont_info): New member index, delete member
16466 fc_charset_idx. Make the member order compatible with struct
16467 xftfont_info.
16468 (fc_charset_table): Change charset names to registry names.
16469 (ftfont_pattern_entity): Delete the args registry and
16470 fc_charset_idx. Change the value of :font-entity property
16471 to (FONTNAME . INDEX). Always set :registry property to
16472 `iso10646-1'.
16473 (struct ftfont_cache_data): New struct.
16474 (ftfont_lookup_cache): New arg for_face.
16475 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
16476 (ftfont_driver): Set the member otf_capability.
16477 (ftfont_get_charset): Adjust it for the change of
16478 fc_charset_table.
16479 (OTF_TAG_SYM): New macro.
16480 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
16481 for the change of fc_charset_table.
16482 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
16483 ftfont_pattern_entity. Add FC_INDEX to objset.
16484 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
16485 and ftfont_pattern_entity.
16486 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
16487 font_make_object, struct ftfont_info.
16488 (ftfont_has_char): Use ftfont_get_fc_charset.
16489 (ftfont_otf_features, ftfont_otf_capability): New functions.
16490 (ftfont_shape): Use ftfont_get_otf.
16491 (ftfont_text_extents): Fix initial setting of metrics.
16492
16493 * xftfont.c (struct xftfont_info): New member ft_size. Make the
16494 member order compatible with struct ftfont_info.
bba3e508
SM
16495 (xftfont_open): Add FC_CHARSET to the pattern.
16496 Set xftfont_info->ft_size. Don't unlock the face. Check BDF
aac0c6e3
MR
16497 properties if appropriate.
16498 (xftfont_close): Unlock the face.
16499 (xftfont_anchor_point, xftfont_shape): Deleted.
16500 (syms_of_xftfont): Don't set members anchor_point and shape of
16501 xftfont_driver.
16502
16503 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
16504 font_make_object.
16505
16506 * w32font.c (w32font_open): Adjust it for the change of
16507 font_make_object.
16508 (w32font_open_internal): Don't set properties of font_object here.
16509
165102008-07-08 Chong Yidong <cyd@stupidchicken.com>
16511
16512 * macfns.c (x_create_tip_frame):
16513 * w32fns.c (x_create_tip_frame):
16514 * xfns.c (x_create_tip_frame): Pass parameter argument to
16515 face-set-after-frame-default.
16516
16517 * xfaces.c (Finternal_merge_in_global_face): Save merged
16518 attributes for the default face back into the face vector.
16519
165202008-07-08 Andreas Schwab <schwab@suse.de>
16521
16522 * fontset.h: Declare fontset_from_font. Don't declare
16523 new_fontset_from_font and fontset_from_font_name.
16524 * xterm.c: Include "fontset.h".
16525 * Makefile.in (xterm.o): Update dependencies.
16526
165272008-07-08 Glenn Morris <rgm@gnu.org>
16528
16529 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
16530 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
16531
165322008-07-07 Chong Yidong <cyd@stupidchicken.com>
16533
16534 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
16535 (x_set_frame_parameters): Don't bind it.
16536
165372008-07-07 Juanma Barranquero <lekktu@gmail.com>
16538
16539 * w32fns.c (map_w32_filename): Declare extern.
16540
165412008-07-07 Jason Rumney <jasonr@gnu.org>
16542
16543 * w32term.c (WS_EX_LAYERED): Define if not already.
16544
165452008-07-06 Chong Yidong <cyd@stupidchicken.com>
16546
16547 * xfaces.c (set_font_frame_param): Don't try to set the font
16548 parameter if it is still unspecified in the lface.
16549
165502008-07-05 Chong Yidong <cyd@stupidchicken.com>
16551
16552 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
16553 face if it didn't already exist.
16554
16555 * xdisp.c (try_window_id): Give up if word-wrapping is on.
16556
165572008-07-05 Andreas Schwab <schwab@suse.de>
16558
16559 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
16560
165612008-07-05 Chong Yidong <cyd@stupidchicken.com>
16562
16563 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
16564 word-wrapping.
16565 (IT_DISPLAYING_WHITESPACE): New macro.
16566 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
16567 when word-wrapping. Simplify word-wrapping logic. Use correct
16568 pixel positions when saving copies of the iterator.
16569 (display_line): Use proper wrap point if the last character on a
16570 line was preceded by whitespace.
16571
165722008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16573
16574 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
16575
165762008-07-04 Kenichi Handa <handa@m17n.org>
16577
16578 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
16579
16580 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
16581
165822008-07-02 Jason Rumney <jasonr@gnu.org>
16583
16584 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 16585 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
16586
16587 * xdisp.c (next_element_from_display_vector): Move assignment out
16588 of if statement.
16589
165902008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
16591
16592 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
16593
16594 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
16595 (syms_of_fileio): Initialize and export them.
16596 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
16597
16598 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
16599 (Fsystem_move_file_to_trash): New function.
16600 (syms_of_w32fns): Export it to lisp.
16601
166022008-07-01 Jason Rumney <jasonr@gnu.org>
16603
16604 * w32font.c (w32font_text_extents): Don't count overhang as part
16605 of width.
16606
166072008-06-30 Miles Bader <miles@gnu.org>
16608
16609 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
16610 Add `avoid_cursor_p' field.
16611
16612 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
16613 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
16614 (append_glyph, append_composite_glyph, produce_image_glyph)
16615 (append_stretch_glyph): Initialize avoid_cursor_p.
16616 (get_it_property): Rename from `get_line_height_property'.
16617 (x_produce_glyphs): Use get_it_property.
16618 (handle_line_prefix, push_display_prop): New functions.
16619 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
16620 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
16621 New variables.
16622 (syms_of_xdisp): Initialize them.
16623
166242008-06-30 Kenichi Handa <handa@m17n.org>
16625
16626 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
16627 XftDefaultSubstitute (they are called in XftFontMatch).
16628 (xftfont_open): Fix args to ftfont_font_format.
16629
16630 * ftfont.c (fc_charset_table): New member lang.
16631 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 16632 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
16633 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
16634 (ftfont_open): Fix args to ftfont_font_format.
16635 (ftfont_font_format): New arg filename.
16636
166372008-06-30 Chong Yidong <cyd@stupidchicken.com>
16638
16639 * xfaces.c (Finternal_merge_in_global_face): If default face was
16640 modified, realize it again. Update the font face attribute.
16641
166422008-06-29 Jason Rumney <jasonr@gnu.org>
16643
16644 * w32term.c (x_set_frame_alpha): Fix logic.
16645
166462008-06-29 Kenichi Handa <handa@m17n.org>
16647
16648 * fontset.c (Finternal_char_font): Return font-object instead of
16649 font-name.
16650
16651 * composite.c (get_composition_id): Fix the width calculation for TAB.
16652
166532008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * indent.c (Fvertical_motion): Properly handle float column arg.
16656
166572008-06-28 Jason Rumney <jasonr@gnu.org>
16658
16659 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
16660 (pfnSetLayeredWindowAttributes): New function pointer.
16661 (w32_initialize): Initialize it when supported.
16662 (x_set_frame_alpha): New function.
16663
16664 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
16665 (w32_frame_parm_handlers): Set alpha handler.
16666
16667 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
16668
166692008-06-27 Jason Rumney <jasonr@gnu.org>
16670
16671 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
16672 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
16673 (w32_to_x_charset, x_to_w32_charset)
16674 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16675 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16676 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16677 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16678 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16679 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16680 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
16681 (Qw32_charset_unicode): Remove.
16682 (syms_of_w32fns): Update for above changes.
16683
16684 * w32font.c (w32_to_x_charset, x_to_w32_charset)
16685 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
16686 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
16687 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
16688 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
16689 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
16690 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
16691 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
16692 (syms_of_w32font): Update for above changes.
16693
166942008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
16695
16696 * s/usg5-4.h: Fix previous change: keep the correct branch of a
16697 removed #if.
16698 (USG_SHARED_LIBRARIES): Remove duplicate definition.
16699
167002008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 16701 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
16702
16703 * makefile.w32-in (LOCAL_FLAGS):
16704 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
16705
16706 * sysdep.c (_spawnlp, _getpid):
16707 Declare with explicit _cdecl instead of _CRTAPI1.
16708
16709 * editfns.c (Fget_internal_run_time):
16710 Check for WINDOWSNT with #ifdef, not #if.
16711
167122008-06-26 Jason Rumney <jasonr@gnu.org>
16713
16714 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
16715
16716 * w32term.c (x_draw_glyph_string_foreground)
16717 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
16718 Use FONT_HANDLE macro.
16719 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
16720
16721 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16722 (uniscribe_encode_char): Use FONT_HANDLE macro.
16723
16724 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
16725 (w32font_text_extents): Use precast w32_font.
16726 (w32font_close): Free cached metrics.
16727 (w32font_open_internal): Allocate space for name on stack.
16728
167292008-06-26 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * xdisp.c (extend_face_to_end_of_line): Fix last change.
16732
167332008-06-26 Jason Rumney <jasonr@gnu.org>
16734
16735 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
16736 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
16737
167382008-06-26 Juanma Barranquero <lekktu@gmail.com>
16739
16740 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
16741
167422008-06-26 Jason Rumney <jasonr@gnu.org>
16743
16744 * w32bdf.c, w32bdf.h: Remove obsolete files.
16745
16746 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
16747
16748 * w32gui.h: Don't include w32bdf.h.
16749 (XCharStruct, enum w32_char_font_type, W32FontStruct):
16750 Remove obsolete font support.
16751
16752 * w32font.h (struct w32font_info): Remove compat_w32_font.
16753 Add hfont member.
16754 (FONT_COMPAT): Remove obsolete macro.
16755
16756 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
16757 (w32font_encode_char, w32font_text_extents): Use new hfont member.
16758 (w32font_open_internal): Remove compat code. Set new hfont member.
16759 (Fx_select_font): Use new hfont member.
16760
16761 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
16762 (uniscribe_encode_char): Use new hfont member.
16763
16764 * w32term.c (x_draw_glyph_string_foreground)
16765 (x_draw_composite_glyph_string_foreground): Use new hfont member.
16766 (x_draw_glyph_string): Use metrics in w32font_info.
16767
167682008-06-26 Kenichi Handa <handa@m17n.org>
16769
16770 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
16771
167722008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
16773
16774 * unexnext.c:
16775 * m/ews4800.h:
16776 * m/hp9000s300.h:
16777 * m/ibm370aix.h:
16778 * m/mips-siemens.h:
16779 * m/ncr386.h:
16780 * m/next.h:
16781 * m/pmax.h:
16782 * m/powerpcle.h:
16783 * m/tandem-s2.h:
16784 * s/386bsd.h:
16785 * s/bsd386.h:
16786 * s/bsd4-1.h:
16787 * s/bsd4-2.h:
16788 * s/bsdos2-1.h:
16789 * s/bsdos2.h:
16790 * s/bsdos3.h:
16791 * s/bsdos4.h:
16792 * s/nextstep.h:
16793 * s/ultrix4-3.h:
16794 * s/usg5-0.h:
16795 * s/usg5-2-2.h:
16796 * s/usg5-2.h:
16797 * s/usg5-4-3.h:
16798 * s/ux4800.h:
16799 * s/uxpds.h:
16800 * s/uxpv.h: Remove support for obsolete systems.
16801 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 16802 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
16803 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
16804 Remove, insert contents in s/aix4-2.h.
16805 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
16806 * s/bsd4-3.h: Rename to ...
16807 * s/bsd-common.h: ... this.
16808 * data.c:
16809 * doc.c:
16810 * ecrt0.c:
16811 * emacs.c:
16812 * fileio.c:
16813 * floatfns.c:
16814 * keyboard.c:
16815 * mem-limits.h:
16816 * print.c:
16817 * process.c:
16818 * sysdep.c:
16819 * syssignal.h:
16820 * systty.h:
16821 * syswait.h:
16822 * term.c:
16823 * unexec.c:
16824 * unexelf.c:
16825 * unexhp9k800.c:
16826 * m/hp800.h:
16827 * m/ibmrs6000.h:
16828 * m/mips.h:
16829 * m/vax.h:
16830 * s/darwin.h:
16831 * s/freebsd.h:
16832 * s/gnu.h:
16833 * s/ms-w32.h:
16834 * s/msdos.h:
16835 * s/netbsd.h:
16836 * s/template.h: Remove references to obsolete variables.
16837
16838 * Makefile.in: Add dependencies for all unexec files.
16839 (admindir): Remove unused variable.
16840 (UNEXEC_SRC): Remove references.
16841
168422008-06-25 Chong Yidong <cyd@stupidchicken.com>
16843
16844 * xfns.c (x_default_font_parameter): If Xft is available, first
16845 try Monospace-12 for the default font.
16846
168472008-06-25 Jason Rumney <jasonr@gnu.org>
16848
16849 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
16850
168512008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
16854
16855 * buffer.c (syms_of_buffer): Remove default-word-wrap.
16856
168572008-06-25 Juanma Barranquero <lekktu@gmail.com>
16858
16859 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
16860 <scroll-conservatively>: Fix typo in docstring.
16861
16862 * xselect.c (Fx_send_client_event): Doc fix.
16863
168642008-06-25 Kenichi Handa <handa@m17n.org>
16865
16866 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
16867
16868 * font.c (font_parse_fcname): Remove unused variables.
16869 (font_sort_entites): Delete the arg SPEC. Caller changed.
16870 Fix for the case of ! best_only.
16871 (font_delete_unmatched): Check DPI and AVGWIDTH too.
16872
16873 * lisp.h (Fstring_to_unibyte): EXFUN it.
16874
16875 * character.h (str_to_unibyte): Extern it.
16876
16877 * character.c (str_to_unibyte): New function.
16878
16879 * fns.c (Fstring_to_unibyte): New function.
16880 (syms_of_fns): Defsubr it.
16881
168822008-06-24 Kenichi Handa <handa@m17n.org>
16883
16884 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
16885 DPI too.
16886 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
16887
168882008-06-24 Andreas Schwab <schwab@suse.de>
16889
16890 * Makefile.in (${lispsource}loaddefs.el): Rename from
16891 ../lisp/loaddefs.el.
16892 (bootstrap-clean): Do what distclean does but don't remove
16893 Makefile.
16894 (distclean): Depend on bootstrap-clean and remove Makefile.
16895
168962008-06-24 Chong Yidong <cyd@stupidchicken.com>
16897
16898 * buffer.h (struct buffer): New member word_wrap.
16899
16900 * buffer.c (syms_of_buffer): New variables default-word-wrap and
16901 word-wrap.
16902 (init_buffer_once): Initialize them.
16903
16904 * dispextern.h (struct it): Replace bool truncate_lines_p with a
16905 line_wrap enum possessing three possible values.
16906
16907 * termopts.h: Replace truncate_partial_width_windows with
16908 Vtruncate_partial_width_windows.
16909
16910 * dispnew.c (direct_output_for_insert): Avoid direct output when
16911 inserting a space with word wrap on.
16912
16913 * indent.c (compute_motion): Obey integer values of
16914 truncate-partial-width-windows.
16915
16916 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
16917 replacing truncate_partial_width_windows.
16918 (init_iterator): If Vtruncate_partial_width_windows is an integer,
16919 truncate only if the window width is below that integer.
16920 (start_display, resize_mini_window, produce_stretch_glyph)
16921 (display_string, move_it_in_display_line_to): Use line_wrap.
bba3e508
SM
16922 (back_to_previous_visible_line_start, reseat_1):
16923 Reset string_from_display_prop_p.
aac0c6e3
MR
16924 (display_line): Extend default face to end of line when wrapping.
16925
169262008-06-24 Kim F. Storm <storm@cua.dk>
16927
16928 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
16929 to wrap continued lines at word boundaries.
16930
169312008-06-24 Jason Rumney <jasonr@gnu.org>
16932
16933 * font.c (Ffont_face_attributes): Multiply pixel size before point
16934 conversion to avoid multiplying rounding error.
16935
169362008-06-23 Jason Rumney <jasonr@gnu.org>
16937
16938 * w32term.c (x_draw_glyph_string_background)
16939 (x_draw_glyph_string): Remove old bdf font code.
16940
16941 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
16942
169432008-06-22 Kenichi Handa <handa@m17n.org>
16944
16945 * font.c (font_find_for_lface): Try the adstyle specified in
16946 the property of LFACE_FONT of LFACE (if any).
16947
169482008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 16949 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
16950
16951 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
16952
169532008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
16954
16955 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
16956 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
16957 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
16958 (witness-emacs): Remove.
16959 (lisp, shortlisp): Move loaddefs.el earlier.
16960 (mostlyclean): Forget about witness-emacs.
16961
169622008-06-22 Glenn Morris <rgm@gnu.org>
16963
16964 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
16965 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
16966
169672008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16968
16969 * Makefile.in (PRECOMP): Remove.
16970 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
16971 (witness-emacs): Run `compile-first'.
16972 (.el.elc): Use the new compile-onefile target.
16973
169742008-06-21 Kenichi Handa <handa@m17n.org>
16975
16976 * xftfont.c (xftfont_open): Handle QCembolden only when
16977 FC_EMBOLDEN is defined.
16978
169792008-06-21 Andreas Schwab <schwab@suse.de>
16980
16981 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
16982 (.el.elc): Likewise.
16983
169842008-06-21 Miles Bader <miles@gnu.org>
16985
16986 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
16987 build dir, not the lisp source dir.
16988
169892008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16990
16991 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
16992 (bootstrapclean): Remove.
16993 (.el.elc): New rule.
16994 (PRECOMP): New var.
16995 (../lisp/subdirs.el): Remove.
16996 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
16997 (witness-emacs): New target.
16998 (mostlyclean): Remove witness-emacs as well.
16999 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
17000 Add witness-emacs dependency.
17001
170022008-06-20 Chong Yidong <cyd@stupidchicken.com>
17003
17004 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
17005 defined by the font.
17006
170072008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17008
17009 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
17010 (bootstrap-clean): New target that keeps TAGS around.
17011 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
17012 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
17013
170142008-06-20 Jason Rumney <jasonr@gnu.org>
17015
17016 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
17017 Remove obsolete font code.
17018
17019 * w32font.c (font_matches_spec): Use csb bitfield from font signature
17020 to determine language support.
17021
170222008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * sysdep.c (cfsetspeed): New fun extracted from the code.
17025 (cfmakeraw): Move before first use.
17026
170272008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
17028
17029 * sysdep.c (cfmakeraw): Provide fallback implementation.
17030 (serial_configure): Provide fallback implementation of cfsetspeed.
17031
170322008-06-20 Kenichi Handa <handa@m17n.org>
17033
17034 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
17035 the pattern.
17036
17037 * fontset.c (fontset_from_font): Copy font_spec before changing
17038 the elements.
17039
17040 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
17041
170422008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17043
17044 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
17045 for explicit `font' parameters.
17046
17047 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
17048
170492008-06-19 Kenichi Handa <handa@m17n.org>
17050
17051 * frame.c: Include <ctype.h>.
17052 (x_set_font_backend): Allow spacing characters in the X resource
17053 for FontBackend.
17054
170552008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
17056
17057 * w32fns.c, xfns.c (Qfont_param): New var.
17058 (syms_of_w32fns): Initialize it.
17059 (x_default_font_parameter): Record explicit `font' into
17060 `font-parameter'.
17061
170622008-06-18 Kenichi Handa <handa@m17n.org>
17063
17064 * font.c (font_parse_xlfd): Fix previous change.
17065 (font_parse_fcname): Don't use :fc-unknown-spec.
17066 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
17067 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
17068 (font_add_log): Prepend the driver name to the resulting fonts.
17069
17070 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
17071 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
17072 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
17073
17074 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
17075 (QCembolden): New variables.
17076 (syms_of_xftfont): DEFSYM them.
17077 (xftfont_open): Call XftFontMatch. Don't trust the result of
17078 XftTextExtents8 if the pixel_size is less than 5.
17079
170802008-06-18 Andreas Schwab <schwab@suse.de>
17081
17082 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
17083 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
17084
170852008-06-18 Jason Rumney <jasonr@gnu.org>
17086
17087 * w32font.c (w32font_list, w32font_match): Add logging.
17088
17089 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
17090
170912008-06-17 Chong Yidong <cyd@stupidchicken.com>
17092
17093 * font.c (font_parse_fcname): Store divider characters for
17094 unknown-spec list. For known key symbols, intern using correct
17095 symbol name.
17096
170972008-06-17 Kenichi Handa <handa@m17n.org>
17098
17099 * xfaces.c (realize_default_face): If the frame is not on window
17100 system, set the fontset of face to nil.
17101
171022008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
17103
17104 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
17105
171062008-06-16 Juanma Barranquero <lekktu@gmail.com>
17107
17108 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
17109 (build_font_name_from_vector): Delete externs.
17110
17111 * xfaces.c (struct font_name): Don't declare.
17112
171132008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
17114
17115 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
17116
171172008-06-16 Chong Yidong <cyd@stupidchicken.com>
17118
17119 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
17120
171212008-06-16 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * font.c (Ffont_spec): Fix usage in docstring.
17124 (Ffont_face_attributes): Doc fix.
17125
171262008-06-16 Andreas Schwab <schwab@suse.de>
17127
17128 * font.c (Ffont_face_attributes): Fix definition.
17129
171302008-06-16 Jason Rumney <jasonr@gnu.org>
17131
17132 * font.h (font_style_symbolic_from_value): Remove.
17133
17134 * font.c (font_style_symbolic_from_value): Remove.
17135 (font_style_symbolic): Revert to pre 2008-06-13 version.
17136
17137 * w32font.c (w32_to_fc_weight): New function.
17138 (w32font_full_name, logfont_to_fcname): Use it.
17139
171402008-06-16 Kenichi Handa <handa@m17n.org>
17141
17142 * font.c (font_check_object): Delete it.
17143 (font_clear_cache): Check if a font-object is alive.
17144 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
17145 font-object to nil.
17146 (font_close_object): Don't check FONT_CLOSE_OBJECT.
17147 (font_at): Don't call font_check_object.
17148 (Ffont_get): Return a symbol for :weight, :slant, and :width.
17149
171502008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17151
17152 * puresize.h (BASE_PURESIZE): Increase to 1230000.
17153
171542008-06-16 Chong Yidong <cyd@stupidchicken.com>
17155
17156 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
17157
171582008-06-15 Chong Yidong <cyd@stupidchicken.com>
17159
17160 * font.c (font_parse_fcname): Only one decimal point.
17161 (font_unparse_fcname): Handle data in family and foundry indices
17162 as symbols, not strings.
17163 (font_unparse_gtkname, Ffont_face_attributes): New functions.
17164
17165 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
17166
17167 * font.h (font_unparse_gtkname): Add prototype.
17168
171692008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
17170
17171 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
17172
171732008-06-15 Andreas Schwab <schwab@suse.de>
17174
17175 * font.c (font_update_drivers): Fix crash when no drivers match.
17176
171772008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
17180 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
17181
171822008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17183
17184 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
17185
171862008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 * process.c (Fserial_process_configure, Fprocess_send_eof):
17189 Use EQ to compare Lisp_Objects.
17190
171912008-06-13 Jason Rumney <jasonr@gnu.org>
17192
17193 * w32fns.c (Fw32_select_font): Remove old font API function.
17194
17195 * w32font.c (logfont_to_fcname): New function.
17196 (Fx_select_font): New font dialog function compatible with
17197 GTK/fontconfig version.
17198
17199 * font.c (font_style_symbolic_from_value): New function.
17200 (font_style_symbolic): Use it.
17201
17202 * font.h (font_style_symbolic_from_value): Declare new function.
17203
172042008-06-13 Juanma Barranquero <lekktu@gmail.com>
17205
17206 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
17207 <font-width-table>: Fix typos in docstrings.
17208
172092008-06-13 Daniel Engeler <engeler@gmail.com>
17210
17211 These changes add serial port access.
17212 * process.c: Add HAVE_SERIAL.
17213 (Fdelete_process, Fprocess_status, Fset_process_buffer)
17214 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
17215 (list_processes_1, select_wrapper, Fstop_process)
17216 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
17217 (status_notify): Modify to handle serial processes.
17218 [HAVE_SERIAL] (Fserial_process_configure)
17219 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
17220 New functions.
17221 * process.h (struct Lisp_Process): Add `type'.
17222 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
17223 New functions.
17224 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
17225 serial ports.
b71ac3dd 17226 (serial_open, serial_configure): New functions.
aac0c6e3
MR
17227 * w32.h: Add FILE_SERIAL.
17228 (struct _child_process): Add ovl_read, ovl_write.
17229
172302008-06-13 Kenichi Handa <handa@m17n.org>
17231
17232 * dispextern.h (enum lface_attribute_index): New member
17233 LFACE_FOUNDRY_INDEX.
17234
17235 * font.c (font_score): Delete arg alternate_families. Check only
17236 weight, slant, width, and size. Ignore the difference of alias
17237 style symbols.
17238 (font_sort_entites): Adjust for the above change. Reflect the
17239 order of font-driver to scores.
17240 (font_list_entities): Don't check alternate_familes here.
17241 (font_clear_prop): Handle foundry.
17242 (font_update_lface): Don't parse "foundry-family" form here.
17243 Handle FONT_FOUNDRY_INDEX.
17244 (font_find_for_lface): Likewise. Handle alternate families here.
17245 If registry is nil, try iso8859-1 and ascii-0.
17246 (font_open_for_lface): Pay attention to size in ENTITY.
17247 (font_open_by_name): Simplify by calling font_load_for_lface.
17248 (free_font_driver_list): Delete it.
17249 (font_update_drivers): Preserve the order of backends.
17250 (syms_of_font): Setting of sort_shift_bits adjusted for the change
17251 of font_score and font_sort_entites.
17252 (font_update_sort_order): Likewise.
17253
17254 * xfaces.c (LFACE_FOUNDRY): New macro.
17255 (check_lface_attrs): Check foundry.
17256 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
17257 (merge_face_vectors): Check foundry.
17258 (merge_face_ref): Likewise.
17259 (Finternal_set_lisp_face_attribute): Likewise.
17260 (x_update_menu_appearance): Likewise.
17261 (Finternal_get_lisp_face_attribute): Likewise.
17262 (lface_hash): Likewise.
17263 (lface_same_font_attributes_p): Likewise.
17264 (x_supports_face_attributes_p): Likewise.
17265 (tty_supports_face_attributes_p): Likewise.
17266 (Finternal_set_alternative_font_family_alist): Intern strings.
17267 (Finternal_set_alternative_font_registry_alist): Downcase strings.
17268 (realize_default_face): Set LFACE_FOUNDRY (lface).
17269
17270 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
17271 font-driver at first.
17272
17273 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
17274
172752008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17276
17277 * lread.c (Fload): Use xfree, not free on saved_doc_string.
17278
172792008-06-12 Jim Meyering <meyering@redhat.com>
17280
17281 Make unexec_free handle NULL the same way free does.
17282 * unexmacosx.c (unexec_free): Ignore a NULL argument.
17283
172842008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17285
17286 * character.h (CHAR_TO_BYTE_SAFE): New macro.
17287 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
17288 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
17289 (WEAK_ALIAS): Simplify.
17290 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
17291 when searching a unibyte buffer.
17292
172932008-06-12 Chong Yidong <cyd@stupidchicken.com>
17294
17295 * xfns.c (Fx_select_font): Rename from x-font-dialog.
17296
172972008-06-12 Juanma Barranquero <lekktu@gmail.com>
17298
17299 * w32font.c: Include ctype.h.
17300
173012008-06-11 Jason Rumney <jasonr@gnu.org>
17302
17303 * w32font.c (w32font_encode_char): Detect missing glyphs that are
17304 misreported as space.
17305 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
17306 as aliases for registry iso10646-1.
17307
173082008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * buffer.c (clone_per_buffer_values): Skip `name'.
17311
173122008-06-11 Chong Yidong <cyd@stupidchicken.com>
17313
17314 * font.c (font_parse_fcname): Fix last change; accept decimal
17315 points in font size.
17316
173172008-06-10 Jason Rumney <jasonr@gnu.org>
17318
17319 * w32uniscribe.c (add_opentype_font_name_to_list):
17320 Skip non unicode fonts.
17321
173222008-06-10 Chong Yidong <cyd@stupidchicken.com>
17323
17324 * xfns.c (Fx_font_dialog): New function.
17325
17326 * gtkutil.c (xg_dialog_response_cb): Rename from
17327 xg_file_response_callback.
17328 (pop_down_dialog): Rename from pop_down_file_dialog.
17329 (xg_get_file_name): Callers changed.
17330 (xg_get_font_name): New function.
17331
17332 * gtkutil.h (xg_get_font_name): Insert prototype.
17333
173342008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
17337 x_underline_minimum_display_offset.
17338 (syms_of_xdisp): Declare it here rather than in xterm.c.
17339 * dispextern.h (underline_minimum_offset): Declare it.
17340 * w32term.c (x_draw_glyph_string): Use it.
17341 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
17342 (syms_of_xterm): Don't declare it any more.
17343 (x_draw_glyph_string): Adjust to the new name.
17344
8719abec 173452008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
17346
17347 * xterm.c (x_underline_minimum_display_offset): New var.
17348 (x_draw_glyph_string): Use it.
17349 (syms_of_xterm): Declare it.
17350
173512008-06-10 Chong Yidong <cyd@stupidchicken.com>
17352
17353 * font.c (font_parse_fcname): Accept GTK-style font names too.
17354
173552008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * dired.c (file_name_completion): Don't return t if the match is exact
17358 but with different capitalization.
17359 * minibuf.c (Ftry_completion): Simplify.
17360
17361 * window.c (Vwindow_point_insertion_type): New var.
17362 (set_window_buffer): Use it.
17363 (syms_of_window): Init and export it to Lisp.
17364
173652008-06-10 Kenichi Handa <handa@m17n.org>
17366
17367 * font.h (font_intern_prop): Prototype adjusted.
17368
17369 * font.c (font_intern_prop): New arg force_symbol.
17370 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
17371 Adjust for the change of font_intern_prop.
17372
17373 * ftfont.c (ftfont_pattern_entity):
17374 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
17375 (w32_registry):
17376 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
17377 the change of font_intern_prop.
17378
173792008-06-09 Juanma Barranquero <lekktu@gmail.com>
17380
17381 * w32menu.c (digest_single_submenu): Declare extern.
17382
173832008-06-09 Jason Rumney <jasonr@gnu.org>
17384
17385 * w32term.c (x_make_frame_visible): Use alternate restore flags.
17386
17387 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
17388 (parse_single_submenu): Remove.
17389 (digest_single_submenu): Remove.
17390 (syms_of_w32menu): Don't initialise variables that have moved
17391 to menu.c.
17392 (set_frame_menubar): Sync with version in xmenu.c.
17393 (w32_menu_show): Sync with xmenu_show in xmenu.c.
17394
17395 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
17396 Make static again.
17397
173982008-06-09 Jason Rumney <jasonr@gnu.org>
17399
17400 Changes to w32 files related to the move of common menu code
17401 to menu.c on 2008-06-08 by Chong Yidong.
17402
17403 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
17404 defs to w32gui.h.
17405 (single_keymap_panes, push_menu_item, push_menu_pane):
17406 Make globally visible.
17407
17408 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
17409 (local_free, malloc_widget_value, free_widget_value)
17410 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
17411 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
17412 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
17413 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
17414 (menu_items, menu_items_allocated, menu_items_used)
17415 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
17416 (init_menu_items, finish_menu_items, discard_menu_items)
17417 (grow_menu_items, push_submenu_start, push_submenu_end)
17418 (push_left_right_boundary, push_menu_pane, push_menu_item)
17419 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
17420 (free_menubar_widget_tree_value, parse_single_submenu)
17421 (update_submenu_strings): Remove functions.
17422 (xmalloc_widget_value): Remove and declare extern.
17423
17424 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
17425 (OBJ1): Build it.
17426
17427 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
17428 (local_heap, local_alloc, local_free, malloc_widget_value)
17429 (free_widget_value): Define here.
17430
174312008-06-09 Kenichi Handa <handa@m17n.org>
17432
17433 * font.h (Qascii_0): Extern it.
17434
17435 * font.c (Qascii_0): New variable.
17436 (syms_of_font): DEFSYM it.
17437 (font_open_by_name): If the registry "iso8859-1" fails, try also
17438 "ascii-0".
17439
17440 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
17441
174422008-06-08 Kenichi Handa <handa@m17n.org>
17443
17444 * .gdbinit (xfont): New command.
17445
174462008-06-08 Andreas Schwab <schwab@suse.de>
17447
17448 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
17449 * Makefile.in (menu.o): Update dependencies.
17450
17451 * Makefile.in (obj): Always add menu.o.
17452 * emacs.c (main): Always call syms_of_menu.
17453 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
17454
174552008-06-08 Chong Yidong <cyd@stupidchicken.com>
17456
17457 * Makefile.in: Compile menu.c.
17458
17459 * lisp.h: Declare syms_of_menu.
17460
17461 * emacs.c (main): Call syms_of_menu.
17462
17463 * keyboard.h: Relocate platform-independent menu definitions from
17464 xmenu.c.
17465
17466 * menu.c: New file. Relocate platform-independent menu
17467 definitions from xmenu.c. Suggested by Adrian Robert.
17468
17469 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 17470 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
17471 (menu_items_used, menu_items_n_panes)
17472 (menu_items_submenu_depth): Move to keyboard.h.
17473 (init_menu_items, finish_menu_items, unuse_menu_items)
17474 (discard_menu_items, restore_menu_items, save_menu_items)
17475 (grow_menu_items, push_submenu_start, push_submenu_end)
17476 (push_left_right_boundary, push_menu_pane, push_menu_item)
17477 (keymap_panes, single_keymap_panes, single_menu_item)
17478 (list_of_panes, list_of_items, find_and_call_menu_selection)
17479 (xmalloc_widget_value, free_menubar_widget_value_tree)
17480 (parse_single_submenu, digest_single_submenu)
17481 (update_submenu_strings): Move to menu.c.
17482
174832008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
17484
17485 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
17486
174872008-06-06 Miles Bader <miles@gnu.org>
17488
17489 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
17490 face, not frame default.
17491
174922008-06-05 Martin Rudalics <rudalics@gmx.at>
17493
17494 * window.c (pop_up_windows, pop_up_frames)
17495 (display_buffer_reuse_frames, Vpop_up_frame_function)
17496 (Vdisplay_buffer_function, Veven_window_heights)
17497 (Vspecial_display_buffer_names, Vspecial_display_regexps)
17498 (Vspecial_display_function, Vsame_window_buffer_names)
17499 (Vsame_window_regexps, split_height_threshold)
17500 (Vsplit_window_preferred_function): Move those vars to window.el.
17501 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
17502 (Fdisplay_buffer): Move those functions to window.el.
17503 (syms_of_window): Remove corresponding declarations.
17504 (display_buffer): New function.
17505 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
17506 * dispnew.c (Flast_nonminibuf_frame): New function.
17507 * buffer.c (Fpop_to_buffer): Move to window.el.
17508
175092008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17510
17511 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
17512
175132008-06-05 Kenichi Handa <handa@m17n.org>
17514
17515 * coding.c (detect_coding): Fix previous change.
17516 (detect_coding_system): Likewise.
17517
175182008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17519
17520 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
17521
17522 * keymap.c (Vminibuffer_local_filename_must_match_map):
17523 Rename from Vminibuffer_local_must_match_filename_map.
17524 (syms_of_keymap):
17525 * minibuf.c (Fcompleting_read): Adjust accordingly.
17526 * commands.h: Rename declaration as well.
17527
175282008-06-05 Kenichi Handa <handa@m17n.org>
17529
17530 * font.c (Ffont_spec): Don't use font_parse_family_registry for
17531 family name.
17532 (Ffont_put): Likewise.
17533
17534 * fontset.c (fontset_find_font): Call font_open_for_lface with the
17535 current font-spec.
17536
17537 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
17538 is unspecified.
17539
17540 * xfaces.c (realize_x_face): If the font-related face attributes
17541 are the same as those of default face, realize a new fontset from
17542 default->fontset.
17543 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
17544
175452008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
17548 (move_it_in_display_line): New wrapper.
17549
17550 * window.c (window_scroll_pixel_based_preserve_x)
17551 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
17552 (window_scroll_pixel_based, window_scroll_line_based):
17553 Use them to preserve column positions.
17554 (syms_of_window): Initialize them.
17555
17556 * indent.c (Fvertical_motion): Extend first arg to allow passing an
17557 (HPOS . VPOS) pair.
17558
17559 * dispextern.h (move_it_in_display_line): Declare.
17560
175612008-06-05 Juanma Barranquero <lekktu@gmail.com>
17562
17563 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
17564 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
17565 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
17566
175672008-06-04 Juanma Barranquero <lekktu@gmail.com>
17568
17569 * window.c (Fset_window_parameter): Doc fix.
17570 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
17571
175722008-06-04 Joakim Verona <joakim@verona.se>
17573
17574 * window.h (struct window): Add new member window_parameters.
17575
17576 * window.c (Fwindow_parameters, Fwindow_parameter)
17577 (Fset_window_parameter): New defuns.
17578 (syms_of_window): Defsubr the new defuns.
17579 (make_window): Initialize window_parameters to nil.
17580
175812008-06-04 John Paul Wallington <jpw@pobox.com>
17582
17583 * eval.c (Fdefmacro): Doc fix.
17584
175852008-06-04 Kenichi Handa <handa@m17n.org>
17586
17587 * coding.c (detect_coding): Fix handling of coding->head_ascii.
17588 Be sure to call setup_coding_system when we find a proper coding system.
17589 (detect_coding_system): Fix handling of coding->head_ascii.
17590
175912008-06-03 Andreas Schwab <schwab@suse.de>
17592
17593 * font.c (font_prop_validate_spacing): Fix last change.
17594
175952008-06-03 Kenichi Handa <handa@m17n.org>
17596
17597 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
17598 (font_parse_fcname): Fix handling of unknown key.
17599
17600 * xfont.c (xfont_list): Try an alias.
17601
17602 * charset.c (char_charset): Return NULL if the arg charset_list is
17603 specified and C doesn't belong to any of them.
17604
176052008-06-02 Chip Coldwell <coldwell@redhat.com>
17606
17607 * font.c (font_pixel_size): Don't take cdr of an integer.
17608
176092008-06-02 Jim Meyering <meyering@redhat.com>
17610
17611 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
17612 * alloc.c (xfree): Return right away for a NULL arg.
17613 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
17614 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
17615 * mac.c (create_apple_event_from_event_ref): Likewise.
17616 (create_apple_event_from_drag_ref, cfstring_create_normalized):
17617 Likewise.
17618 * doprnt.c (doprnt1): Likewise.
17619 * frame.c (frame): Likewise.
17620 * keyboard.c (wipe_kboard): Likewise.
17621 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
17622 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
17623 * term.c (tty_default_color_capabilities, maybe_fatal)
17624 (delete_tty): Likewise.
17625 * w16select.c (string): Likewise.
17626 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
17627 * w32bdf.c (w32_free_bdf_font): Likewise.
17628 * w32fns.c (w32_unload_font): Likewise.
17629 * w32font.c (w32font_close): Likewise.
17630 * window.c (size_window): Likewise.
17631 * xselect.c (receive_incremental_selection): Likewise.
17632 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
17633 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
17634 * w32.c (stat): Likewise.
17635
17636 Remove useless if-before-free tests.
17637 * editfns.c (Fset_time_zone_rule): Likewise.
17638 * lread.c (nosuffix): Likewise.
17639 * ralloc.c (get_bloc): Likewise.
17640 * regex.c (reg_free): Likewise.
17641 * xftfont.c (xftfont_open, xftfont_close): Likewise.
17642 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
17643 * xsmfns.c (smc_save_yourself_CB): Likewise.
17644
176452008-06-02 Kenichi Handa <handa@m17n.org>
17646
17647 * font.c (font_find_for_lface): Handle float font size.
17648 (font_open_for_lface): Likewise.
17649
17650 * xfaces.c (x_supports_face_attributes_p): Check face->font before
17651 comparing the properties.
17652
176532008-06-01 Jason Rumney <jasonr@gnu.org>
17654
17655 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
17656 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
17657 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
17658 Don't add empty script list.
17659 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
17660
176612008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
17662
17663 * Makefile.in (dot, dotdot): Remove, update users.
17664 ".." has been used elsewhere in the file for a long time.
17665 (LIBXT_STATIC): Remove conditional based on unused variable.
17666
176672008-06-01 Miles Bader <miles@gnu.org>
17668
17669 * xfaces.c (Vface_remapping_alist): New variable.
17670 (syms_of_xfaces): Initialize it.
17671 (enum named_merge_point_kind): New type.
17672 (struct named_merge_point): Add `named_merge_point_kind' field.
17673 (push_named_merge_point): Make cycle detection respect different
17674 named-merge-point kinds.
17675 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
17676 Remove face-name alias resolution.
17677 (lface_from_face_name): New definition using
17678 `lface_from_face_name_no_resolve'.
17679 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
17680 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
17681 (get_lface_attributes): New definition that layers face-remapping on
17682 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
17683 (lookup_basic_face): New function.
17684 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
17685 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
17686 `get_lface_attributes'.
17687 (face_at_buffer_position): Use `lookup_basic_face' to lookup
17688 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
17689 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
17690
17691 * xdisp.c (init_iterator): Pass base_face_id through
17692 `lookup_basic_face' when we actually use it as a face-id.
17693 (handle_single_display_prop): Use `lookup_basic_face' to lookup
17694 DEFAULT_FACE_ID.
17695
17696 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
17697 lookup the initial face-id.
17698
17699 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
17700
177012008-06-01 Juanma Barranquero <lekktu@gmail.com>
17702
17703 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
17704 (Fremove_text_properties): Fix typos in docstrings.
17705
177062008-05-31 Kenichi Handa <handa@m17n.org>
17707
17708 * font.c (font_list_entities): Fix the car part of data to be
17709 stored in the cache.
17710
17711 * ftfont.c (ftfont_font_format): Don't use strcasestr.
17712
177132008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
17716 Add a `test' argument so another predicate than `equal' can be used.
17717 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
17718 (map_char_table): Remove unused vars `c' and `i'.
17719 * lisp.h (Foptimize_char_table): Adjust declaration.
17720 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
17721
177222008-05-30 Kenichi Handa <handa@m17n.org>
17723
17724 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
17725 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
17726 defined.
17727
177282008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17729
17730 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
17731 (Fmake_variable_frame_local): Disallow mixing buffer-local and
17732 frame-local settings for the same variable.
17733
177342008-05-30 Kenichi Handa <handa@m17n.org>
17735
17736 * fontset.c (Ffont_info): Move to font.c.
17737 (syms_of_fontset): Delete defsubr of Sfont_info.
17738
17739 * font.c (font_style_to_value, font_score): Delete casting of the
17740 args to xstcasecmp.
17741 (register_font_driver): Increment num_font_drivers only when
17742 registering the driver globally.
17743 (Ffont_info): Move from fontset.c. Handle a font object too.
17744 (syms_of_font): Defsubr Sfont_info.
17745
177462008-05-29 Kenichi Handa <handa@m17n.org>
17747
17748 * coding.h (enum define_coding_utf8_arg_index): New enum.
17749 (enum coding_attr_index): Change coding_attr_utf_16_bom to
17750 coding_attr_utf_bom.
17751 (enum utf_bom_type): Rename from utf_16_bom_type.
17752 (struct utf_16_spec): Adjust for the above change.
17753 (struct coding_system): Add utf_8_bom in `spec' union.
17754
17755 * coding.c (CODING_UTF_8_BOM): New macro.
17756 (enum coding_category): Delete coding_category_utf_8, add
17757 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
17758 coding_category_utf_8_sig.
17759 (CATEGORY_MASK_UTF_8): Delete it.
17760 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
17761 (CATEGORY_MASK_UTF_8_SIG): New macros.
17762 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
17763 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
17764 CATEGORY_MASK_UTF_8_SIG.
17765 (CATEGORY_MASK_UTF_8): New macro.
17766 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
17767 (detect_coding_utf_8): Check BOM.
17768 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
17769 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
17770 (encode_coding_utf_16): Likewise.
17771 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
17772 (detect_coding, detect_coding_system): Handle utf-8-auto.
17773 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
17774 (syms_of_coding): Fix setting up of Vcoding_category_table.
17775
177762008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 * process.c (Faccept_process_output): If `millisec' is non-nil,
17779 `seconds' default to 0.
17780 (wait_reading_process_output): Also return non-nil if we read output
17781 from a non-running process.
17782
177832008-05-29 Jason Rumney <jasonr@gnu.org>
17784
17785 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
17786 `raster' specified.
17787 (add_font_entity_to_list): Allow non-opentype truetype fonts back
17788 in the uniscribe backend, but disallow any font that has no
17789 unicode subrange support.
17790
177912008-05-29 Juanma Barranquero <lekktu@gmail.com>
17792
17793 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
17794 Fix typos in docstrings.
17795
177962008-05-29 Kenichi Handa <handa@m17n.org>
17797
17798 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
17799 (Fx_family_fonts): Set frame correctly.
17800
178012008-05-28 Jason Rumney <jasonr@gnu.org>
17802
17803 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
17804
178052008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
17808 calling build_annotations.
17809
178102008-05-28 Juanma Barranquero <lekktu@gmail.com>
17811
17812 * coding.c (Fdecode_coding_region, Fencode_coding_region)
17813 (Fencode_coding_string):
17814 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
17815 <latin-extra-code-table>: Fix typos in docstrings.
17816 (syms_of_coding) <coding-system-alist>: Doc fix.
17817 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
17818
178192008-05-28 Kenichi Handa <handa@m17n.org>
17820
17821 * fontset.c (Ffont_info): Don't call font_close_object.
17822
17823 * font.c (font_parse_family_registry): Use Ffont_put to validate
17824 foundry and family.
17825 (font_delete_unmatched): Don't check spacing.
17826 (font_list_entities): Add spacing to the spec to list fonts.
17827
17828 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
17829 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
17830
17831 * coding.c (encode_coding_raw_text): Fix previous change.
17832 (encode_coding_object): When the dst_object is a buffer and is
17833 different from src_object, move gap to PT.
17834
178352008-05-27 Chong Yidong <cyd@stupidchicken.com>
17836
17837 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
17838
178392008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17840
17841 * coding.c (encode_coding_raw_text): Set coding->produced_char for
17842 all branches. Compute it differently.
17843
17844 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
17845
178462008-05-27 Juanma Barranquero <lekktu@gmail.com>
17847
17848 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
17849 into "else if () ... else ...".
17850
178512008-05-27 Jason Rumney <jasonr@gnu.org>
17852
17853 * w32font.c (w32font_open_internal): Determine if glyph indices
17854 are likely to work here.
17855
178562008-05-27 Chong Yidong <cyd@stupidchicken.com>
17857
17858 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
17859 draw overlap glyphs with appropriate highlighting.
17860
178612008-05-27 Kenichi Handa <handa@m17n.org>
17862
17863 * xfont.c (xfont_open): Fix calculation of font->average_width.
17864
178652008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17866
17867 * casefiddle.c (casify_object): Try to guess better whether the
17868 argument is a byte or a char.
17869
178702008-05-26 Andreas Schwab <schwab@suse.de>
17871
17872 * xselect.c (x_reply_selection_request): Properly handle format == 32.
17873 Always send multiples of format size.
17874
17875 * xterm.c (x_set_frame_alpha): Fix type mismatch.
17876
178772008-05-26 Jason Rumney <jasonr@gnu.org>
17878
17879 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
17880 (compute_metrics): Don't set failure if we just cleared the cache.
17881 (w32_weight_table): Remove unused variable.
17882 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
17883 backwards compatibility.
17884
178852008-05-25 Kenichi Handa <handa@m17n.org>
17886
17887 * w32term.c (x_draw_glyph_string):
17888 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
17889
17890 * xfaces.c: Delete unused function prototypes.
17891 (xstrlwr, font_frame): Delete them.
17892 (clear_face_cache): Delete unused variable.
17893
17894 * xftfont.c (xftfont_open): Delete unused variable.
17895 If underline_thickness is not 1, adjust underline_position.
17896
17897 * ftxfont.c (ftxfont_open): Delete unused variable.
17898
17899 * fontset.c (face_for_char): Optimize for the case of no charset
17900 property.
17901
17902 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
17903 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
17904 (otf_open, font_otf_capability, generate_otf_features)
17905 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17906 Comment out by surrounding "#if 0" and "#endif" for the moment.
17907 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
17908 (syms_of_font): Codes for accessing above commented out.
17909
179102008-05-24 Eli Zaretskii <eliz@gnu.org>
17911
17912 * w32proc.c: Include dispextern.h.
17913
17914 * w32.c: Include dispextern.h.
17915
179162008-05-23 Juanma Barranquero <lekktu@gmail.com>
17917
17918 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
17919 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
17920 Fix typos in docstrings.
17921
179222008-05-23 Jason Rumney <jasonr@gnu.org>
17923
17924 * xsmfns.c: Remove includes that are already included by config.h.
17925
179262008-05-23 Kenichi Handa <handa@m17n.org>
17927
17928 * charset.c (Qemacs, charset_emacs): New variables.
17929 (char_charset): Fix for non-Unicode characters.
17930 (syms_of_charset): Define charset_emacs.
17931
17932 * w32term.c (x_draw_glyph_string): Be sure to update
17933 s->underline_thickness and s->underline_position. Be sure to draw
17934 underline within the current line area.
17935
17936 * xterm.c (x_draw_glyph_string): Be sure to update
17937 s->underline_thickness and s->underline_position. Be sure to draw
17938 underline within the current line area.
17939
17940 * fontset.c: Delete unused variables and add casting for char *
17941 throughout the file.
17942 (fontset_font): Try the fallback fonts of the current fontset
17943 before consulting the default fontset.
17944
17945 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
17946
17947 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
17948
179492008-05-22 Jason Rumney <jasonr@gnu.org>
17950
17951 * font.c: Don't include strings.h.
17952
17953 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
17954
17955 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
17956 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
17957 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
17958 to call xstrcasecmp.
17959
17960 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
17961
17962 * fontset.c (fs_query_fontset): Use xstrcasecmp.
17963
17964 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
17965
17966 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
17967
179682008-05-22 Kenichi Handa <handa@m17n.org>
17969
17970 * puresize.h (BASE_PURESIZE): Increase to 1220000.
17971
17972 * font.c (font_prop_validate_style): Adjust for the format
17973 change of font_style_table.
17974
17975 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
17976 two args.
17977
17978 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
17979 two args.
17980
179812008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17982
17983 * minibuf.c (keys_of_minibuf): Delete.
17984 * lisp.h (keys_of_minibuf): Delete.
17985 * emacs.c (main): Don't call keys_of_minibuf.
17986
179872008-05-22 Kenichi Handa <handa@m17n.org>
17988
17989 * ftfont.c (ftfont_resolve_generic_family): Rename from
17990 ftfont_list_generic_family. Return a single family for each
17991 generic family.
17992 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
17993 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
17994 Call font_add_log.
17995 (ftfont_match): Call font_add_log.
17996
17997 * font.h (Ffont_xlfd_name): EXFUN adjusted.
17998 (FONT_DEBUG): Define it.
17999 (font_add_log): Extern it.
18000 (font_assert): Rename from xassert.
18001
18002 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
18003 (xfont_list_family): Call font_add_log.
18004 (xfont_match): Likewise.
18005 (memq_no_quit): Delete.
18006
18007 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
18008 call of Ffont_xlfd_name.
18009
18010 * xfaces.c (struct table_entry, slant_table, weight_table)
18011 (swidth_table): Move to font.c.
18012
18013 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
18014 xassert are changed to font_assert. Delete many unused variables.
18015 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
18016 New variables.
18017 (struct table_entry): Move from xfaces.c and modified.
18018 (weight_table, slant_table, width_table): Move from xfaces.c and
18019 contents adjusted for the change of struct table_entry.
18020 (font_style_to_value, font_style_symbolic): Adjust for the
18021 format change of font_style_table.
18022 (font_parse_family_registry): Don't overwrite existing foundry and
18023 family of font_spec.
18024 (font_score): Fix calculation of diff for sizes.
18025 (font_sort_entites): Call font_add_log.
18026 (font_delete_unmatched): Return a newly created list.
18027 (font_list_entities): Fix previous change. Call font_add_log.
18028 (font_matching_entity, font_open_entity, font_close_entity):
18029 Call font_add_log.
18030 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
18031 (Finternal_set_font_style_table): Delete.
18032 (BUILD_STYLE_TABLE): New macro.
18033 (build_style_table): New function.
18034 (Vfont_log, font_log_env_checked): New variables.
18035 (font_add_log): New function.
18036 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
18037 Declare Lisp variables "font-weight-table", "font-slant-table",
18038 "font-width-table", and "font-log". Initialize font_style_table.
18039
180402008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
18041
18042 * xterm.c (x_set_frame_alpha): Move declarations before statements.
18043
180442008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 18045 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
18046
18047 * frame.c (Qalpha): Add a new frame parameter `alpha'.
18048 (Vframe_alpha_lower_limit): New variable.
18049 (x_set_alpha): New function.
18050
18051 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
18052
18053 * xfns.c (x-create-frame, Qalpha):
18054 Initialize the frame parameter `alpha'.
18055 * xterm.c (OPAQUE, OPACITY): New.
18056 (x_set_frame_alpha): New function.
18057 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
18058
18059 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
18060 * w32fns.c (w32_frame_parm_handlers): Likewise.
18061
180622008-05-20 Jason Rumney <jasonr@gnu.org>
18063
18064 * w32font.c (add_font_entity_to_list): Don't add non-opentype
18065 truetype fonts to opentype list.
18066
180672008-05-20 Juanma Barranquero <lekktu@gmail.com>
18068
18069 * fontset.c (Ffontset_info): Doc fix.
18070 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
18071 <ignore-relative-composition>: Fix typos in docstrings.
18072
18073 * font.c (syms-of-font) <font-encoding-alist>:
18074 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
18075 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
18076 (Ffont_otf_alternates): Doc fixes.
18077
180782008-05-20 Kenichi Handa <handa@m17n.org>
18079
18080 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
18081 font.h through out the file.
18082 (FONT_DRIVERS): Rename from FONTOBJ.
18083 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
18084 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
18085
18086 * emacs.c (main): Call syms_of_font unconditionally.
18087
18088 * font.h (find_font_encoding): Extern it.
18089
18090 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
18091 fontset.c.
194d44e7 18092 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
18093 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
18094 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
18095 only when HAVE_WINDOW_SYSTEM is defined.
18096 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
18097 when HAVE_WINDOW_SYSTEM is defined.
18098
18099 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
18100 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
18101
18102 * xfaces.c: Include font.h unconditionally.
18103 (merge_face_ref, merge_face_vectors)
18104 (Finternal_set_lisp_face_attribute): Cancel the previous change.
18105
181062008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
18109 indirect_variable.
18110 * eval.c (lisp_indirect_variable): New fun.
18111 (Fuser_variable_p): Use it.
18112
181132008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
18114
18115 * lisp.h (indirect_variable):
18116 * data.c (indirect_variable, let_shadows_buffer_binding_p):
18117 Use Lisp_Symbol pointers rather than Lisp_Object.
18118 Adjust callers.
18119 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
18120 To this end, change calling-convention.
18121
18122 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
18123 if some non-hidden buffers are selected by string&pred.
18124
181252008-05-19 Chong Yidong <cyd@stupidchicken.com>
18126
18127 * process.c (wait_reading_process_output): Always check status
18128 when in batch mode.
18129
181302008-05-19 Kenichi Handa <handa@m17n.org>
18131
18132 * font.c (font_list_entities): Fix handling of cache.
18133 (font_matching_entity): Likewise.
18134
18135 * ftfont.c (cs_iso8859_1): Delete.
18136 (ft_face_cache): New variable.
18137 (struct ftfont_info): New member fc_charset_idx.
18138 (ftfont_build_basic_charsets): Delete.
18139 (fc_charset_table): New variable.
18140 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
18141 . FC_CHARSET_IDX) as :font-entity property in the font entity.
18142 Callers changed.
18143 (ftfont_lookup_cache, ftfont_get_charset): New functions.
18144 (ftfont_spec_pattern): New argument fc_charset_idx.
18145 Check registry more rigidly. Change callers.
18146 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
18147 change of :font-entity property of the font.
18148
18149 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
18150 property of the font.
18151
181522008-05-18 Juanma Barranquero <lekktu@gmail.com>
18153
18154 * coding.c (Fcoding_system_p): Rename argument to match docstring.
18155 (Funencodable_char_position, Fcheck_coding_systems_region)
18156 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
18157 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
18158 (Ffind_operation_coding_system, Fset_coding_system_priority)
18159 (Fcoding_system_eol_type): Doc fixes.
18160
181612008-05-17 Glenn Morris <rgm@gnu.org>
18162
18163 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
18164
181652008-05-16 Eli Zaretskii <eliz@gnu.org>
18166
18167 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
18168 and st_gid.
18169
18170 * frame.c (Fdelete_frame): Don't call font_update_drivers if
18171 HAVE_WINDOW_SYSTEM is not defined.
18172
18173 * xfaces.c (merge_face_ref, merge_face_vectors)
18174 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
18175 HAVE_WINDOW_SYSTEM is defined.
18176 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
18177
181782008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18179
18180 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
18181
181822008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18183
18184 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
18185
181862008-05-15 Kenichi Handa <handa@m17n.org>
18187
18188 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
18189 preference.
18190
181912008-05-15 Glenn Morris <rgm@gnu.org>
18192
18193 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
18194
181952008-05-15 Chong Yidong <cyd@stupidchicken.com>
18196
18197 * fns.c (init_fns): Don't initialize weak_hash_tables here.
18198 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
18199
18200 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
18201
182022008-05-15 Kenichi Handa <handa@m17n.org>
18203
18204 * ftfont.c (ftfont_list): Downcase family name to check generic
18205 families.
18206
18207 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
18208 font-spec for QCfont value.
18209
18210 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
18211 buffer. Check the return value of it.
18212
182132008-05-14 Jason Rumney <jasonr@gnu.org>
18214
18215 * w32term.c (w32_get_glyph_overhangs): Remove.
18216 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
18217
182182008-05-14 Kenichi Handa <handa@m17n.org>
18219
18220 * font.c (font_prop_validate): Make nil a valid value.
18221 (font_clear_cache): Check if the cached vector of entities is nil
18222 or not.
18223
182242008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18225
18226 * emacs.c (main_thread): Conditionalize on
18227 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
18228 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
18229
18230 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
18231 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
18232 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
18233
182342008-05-14 Kenichi Handa <handa@m17n.org>
18235
18236 * coding.c (detect_coding_iso_2022): Ignore a coding category that
18237 has no corresponding coding system.
18238
182392008-05-14 Jason Rumney <jasonr@gnu.org>
18240
18241 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
18242
18243 * w32font.h (w32font_open_internal): Update declaration.
18244
18245 * w32font.c (w32font_open_internal): Change last argument from
18246 w32font_info struct to font object. Fill in font object from
18247 font_entity. Get Outline metrics if possible. Use them to
18248 calculate underline position and thickness. Use xlfd name as name
18249 property. Don't set codepage.
18250 (w32font_open): Pass font_object to w32font_open_internal. Don't
18251 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
18252 (w32font_draw): Use s->font.
18253 (clear_cached_metrics): Don't clear non-existent blocks.
18254
18255 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
18256 font was not found.
18257 (x_draw_glyph_string): Use underline position and thickness from font.
18258
18259 * w32uniscribe.c (uniscribe_open): Pass font_object to
18260 w32font_open_internal.
18261
182622008-05-14 Kenichi Handa <handa@m17n.org>
18263
18264 These changes are to delete all legacy font-handling codes, and
18265 make Emacs use only font-backends.
18266
18267 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
18268 (frame.o, image.o, print.o): Depend on $(FONTSRC).
18269
18270 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
18271
18272 * charset.h (Vcharset_non_preferred_head)
18273 (Vcurrent_iso639_language): Extern them.
18274
18275 * charset.c (Vcharset_non_preferred_head): New variable.
18276 (Vcurrent_iso639_language): New variable.
18277 (syms_of_charset): Declare it as a Lisp variable.
18278 (char_charset): Don't check non preferred charsets. As a last
18279 resort, return charset_unicode.
18280 (Fset_charset_priority): Update Vcharset_non_preferred_head.
18281
18282 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
18283 conditionals. Don't check enable_font_backend. Delete all codes
18284 used only when USE_FONT_BACKEND is not defined.
18285
18286 * dispextern.h (struct glyph_string): Change type of `font' to
18287 `struct font *'.
18288 (struct glyph_string): New member underline_position and
18289 underline_thickness.
18290 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
bba3e508
SM
18291 (struct face): Change type of `font' to `struct font *'.
18292 Remove members `font_name', `font_info_id'.
aac0c6e3
MR
18293 (per_char_metric, encode_char): Delete externs.
18294 (calc_pixel_width_or_height): Adjust the prototype.
18295
18296 * emacs.c (enable_font_backend): Delete extern.
18297 (main): Don't set enable_font_backend. Don't check the command
18298 line argument "-disable-font-backend".
18299
18300 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
18301 (enum font_property_index): New members FONT_DPI_INDEX,
18302 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
18303 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
18304 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
18305 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
18306 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
18307 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
18308 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
18309 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
18310 (struct font_spec, struct font_entity): New structs.
ef1b0ba7 18311 (FONT_ENCODING_NOT_DECIDED): Move from fontset.h.
aac0c6e3
MR
18312 (struct font): Many members from old "struct font_info" moved to
18313 here. Members font and entity deleted.
18314 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
18315 the new font-related objects.
18316 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
18317 (CHECK_FONT_GET_OBJECT): Likewise.
18318 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
ef1b0ba7 18319 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h.
bba3e508
SM
18320 (struct font_driver): New members case_sensitive anc check.
18321 Type of the member list and open changed.
aac0c6e3
MR
18322 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
18323 (font_symbolic_width, font_find_object, font_get_spec)
18324 (font_set_lface_from_name): Delete extern.
18325 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
18326
18327 * font.c: Include <strings.h>.
18328 (enable_font_backend): Delete it.
18329 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
18330 (CHECK_VALIDATE_FONT_SPEC): Delete it.
ef1b0ba7 18331 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move to font.h.
aac0c6e3
MR
18332 (null_string): Delete it.
18333 (null_vector): Make it static.
18334 (font_family_alist): Delete it.
18335 (Qnormal): Extern it.
18336 (QCextra, QClanguage): Delete it.
18337 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
18338 (font_make_spec, font_make_entity, font_make_object)
ef1b0ba7 18339 (font_intern_prop): Rename from intern_downcase. Don't downcase
aac0c6e3 18340 the string. Callers changed.
bba3e508 18341 (font_pixel_size): Adjust for the format change of font-related
aac0c6e3
MR
18342 objects.
18343 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
18344 (font_style_to_value, font_style_symbolic): New function.
18345 (build_font_family_alist): Delete it.
18346 (font_registry_charsets): Use Fassoc_string instead of
18347 assq_no_quit.
18348 (font_prop_validate_symbol): Don't return null_string.
bba3e508 18349 (font_prop_validate_style): Adjust for the change of
aac0c6e3
MR
18350 style-related values in a font vector.
18351 (font_property_table): Delete entries for QClanguage and
18352 QCantialias, add entries for QCavgwidth.
18353 (get_font_prop_index): Delete the 2nd argument FROM.
18354 (font_prop_validate): Arguments changed.
bba3e508 18355 (font_put_extra): Adjust for the change of font-related objects.
aac0c6e3
MR
18356 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
18357 (font_parse_fcname, font_unparse_fcname)
18358 (font_prepare_composition): Likewise.
ef1b0ba7 18359 (font_parse_family_registry): Rename from font_merge_old_spec.
aac0c6e3 18360 (otf_open): Delete the 1st arg entity.
bba3e508 18361 (font_otf_capability): Adjust for the above change.
aac0c6e3
MR
18362 (font_score): New arg alternate_families. Adjusted for the change
18363 of font-related objects.
18364 (font_sort_entites): New arg best_only.
18365 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
18366 Delete them.
18367 (font_match_p): Check alternate families.
18368 (font_find_object): Delete it.
18369 (font_check_object): New function.
bba3e508 18370 (font_clear_cache): Adjust for the change of font-related objects.
aac0c6e3
MR
18371 (font_delete_unmatched): New arg.
18372 (font_list_entities): Call font_driver->list with a spec that
18373 doesn't specify style-related properties.
18374 (font_matching_entity): Arguments changed. Caller changed.
bba3e508 18375 (font_open_entity): Adjust for the change of font-related objects.
aac0c6e3
MR
18376 (font_close_object, font_has_char, font_encode_char)
18377 (font_get_name, font_get_spec): Likewise.
18378 (font_spec_from_name, font_clear_prop, font_update_lface):
18379 New functions.
18380 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
18381 (font_prepare_for_face, font_done_for_face, font_open_by_name)
bba3e508 18382 (font_at): Adjust for the change of font-related objects.
aac0c6e3
MR
18383 (font_range): New function.
18384 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
bba3e508 18385 (Ffont_xlfd_name): Adjust for the change of font-related objects.
aac0c6e3 18386 (Fcopy_font_spec, Fmerge_font_spec): New function.
ef1b0ba7 18387 (Ffont_family_list): Rename from list-families.
aac0c6e3
MR
18388 (Finternal_set_font_style_table): Arguments changed.
18389 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
bba3e508 18390 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjust for the
aac0c6e3
MR
18391 change of font-related objects.
18392 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
18393
18394 * fontset.h (struct font_info): Delete it. Most members go to
18395 struct font.
ef1b0ba7 18396 (FONT_ENCODING_NOT_DECIDED): Move to font.h.
aac0c6e3
MR
18397 (enum FONT_SPEC_INDEX): Delete it.
18398 (font_info, list_fonts_func, load_font_func, query_font_func)
18399 (set_frame_fontset_func, find_ccl_program_func)
bba3e508
SM
18400 (get_font_repertory_func, new_fontset_from_font_name):
18401 Delete externs.
aac0c6e3
MR
18402 (fontset_from_font_name): Extern it.
18403 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
18404 (FONT_INFO_FROM_FACE): Deleted.
18405 (face_for_font): Adjust prototype.
18406
18407 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
18408 conditionals. Don't check enable_font_backend. Delete all codes
18409 used only when USE_FONT_BACKEND is not defined.
18410 (get_font_info_func, list_font_func, load_font_func)
18411 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
18412 (get_font_repertory_func): Delete them.
18413 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
18414 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
18415 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
18416 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
18417 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
18418 (fontset_compare_rfontdef): New function.
18419 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
18420 rfont-defs by qsort. Adjusted for the change of font-group vector.
18421 (load_font_get_repertory): Deleted.
18422 (fontset_find_font): Use new macros to ref/set elements of
18423 font-def and rfont-def.
18424 (fontset_font): Fix the timing of remembering that no font for C.
18425 (free_face_fontset): Do nothing if the face has no fontset.
18426 (face_suitable_for_char_p): Use new macros to ref/set elements of
18427 rfont-def.
18428 (face_for_char): Likewise. Call face_for_char with font_object.
18429 (fs_load_font): Delete. Delete #pragma surrounding it.
18430 (fs_query_fontset): Use strcasecmp instead of strcmp.
bba3e508 18431 (generate_ascii_font_name): Adjust for the format change of
aac0c6e3
MR
18432 font-spec.
18433 (Fset_fontset_font): Likewise. Use new macros to set elements of
18434 font-def.
18435 (Fnew_fontset): Use font_unparse_xlfd to generate
18436 FONTSET_ASCII (fontset).
18437 (new_fontset_from_font_name): Deleted.
ef1b0ba7 18438 (fontset_from_font): Rename from new_fontset_from_font. Check if
aac0c6e3
MR
18439 a fontset is already created for the font. FIx updating of
18440 Vfontset_alias_alist.
18441 (fontset_ascii_font): Deleted.
bba3e508 18442 (Ffont_info): Adjust for the format change of font-spec.
aac0c6e3
MR
18443 (Finternal_char_font): Likewise.
18444 (Ffontset_info): Likewise.
18445 (syms_of_fontset): Don't check load_font_func.
18446
18447 * fns.c (internal_equal): Handle PREV_FONT.
18448
18449 * frame.h: Delete USE_FONT_BACKEND conditional.
18450
18451 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
18452 conditionals. Don't check enable_font_backend. Delete all codes
18453 used only when USE_FONT_BACKEND is not defined.
18454 (x_set_font): Call x_new_font, not x_new_fontset2.
18455 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
18456 already set for the frame.
18457
bba3e508
SM
18458 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.
18459 Make a font-entity by font_make_entity. Use font_intern_prop instead
aac0c6e3
MR
18460 of intern_downcase. Use FONT_SET_STYLE to set a style-related
18461 font property. If a font is scalable, set avgwidth property to 0.
18462 Set font-entity property by font_put_extra.
18463 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
bba3e508 18464 (ffont_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
18465 (ftfont_spec_pattern): New function.
18466 (ftfont_list): Return a list, not vector.
18467 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
18468 (ftfont_list_family): Don't downcase names.
18469 (ftfont_free_entity): Deleted.
18470 (ftfont_open): Return a font-object. Adjusted for the change of
18471 struct font. Get underline_thickness and underline_position from
18472 font property. Don't update dpyinfo->smallest_font_height and
18473 dpyinfo->smallest_char_width.
18474 (ftfont_close): Don't free `struct font'.
bba3e508 18475 (ftfont_has_char): Adjust for the format change of font-entity.
aac0c6e3
MR
18476 (ftfont_encode_char, ftfont_text_extents): Likewise.
18477
18478 * ftxfont.c (ftxfont_list): Return a list, not vector.
18479 (ftxfont_open): Return a font-object. Adjusted for the change of
18480 struct font. Get underline_thickness and underline_position from
18481 font property. Don't update dpyinfo->smallest_font_height and
18482 dpyinfo->smallest_char_width.
18483 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
bba3e508 18484 (ftxfont_draw): Adjust for the change of struct font.
aac0c6e3 18485
bba3e508
SM
18486 * image.c (image_ascent): Don't include "charset.h".
18487 Include "character.h" and "font.h".
aac0c6e3
MR
18488
18489 * lisp.h (enum pvec_type): New member PREV_FONT.
18490 (Fassoc_string): EXFUN it.
18491
18492 * print.c: Include font.h.
18493 (print_object): Handle font-related objects.
18494
18495 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
18496 conditionals. Don't check enable_font_backend. Delete all codes
18497 used only when USE_FONT_BACKEND is not defined.
18498 (handle_auto_composed_prop): Do nothing if it->f is not on a
18499 window system. Check how many following characters can be
18500 displayed by the same font.
18501 (calc_pixel_width_or_height): Type of the 4th arg is changed to
18502 'struct font *'.
18503 (get_char_face_and_encoding): Assign the whole encoding task to
18504 the `encode-char' method of a font driver.
bba3e508 18505 (fill_composite_glyph_string): Adjust for the change of `struct
aac0c6e3
MR
18506 face' and `struct glyph_string'.
18507 (fill_glyph_string): Likewise.
18508 (get_per_char_metric): Arguments changed.
bba3e508 18509 (x_get_glyph_overhangs): Adjust for the change of `struct face'
aac0c6e3
MR
18510 and `struct glyph_string'.
18511 (produce_stretch_glyph, calc_line_height_property)
18512 (x_produce_glyphs): Likewise.
18513
18514 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
18515 conditionals. Don't check enable_font_backend. Delete all codes
bba3e508
SM
18516 used only when USE_FONT_BACKEND is not defined.
18517 Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
aac0c6e3
MR
18518 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
18519 (Qp): Extern them.
18520 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
18521 Deleted.
18522 (struct font_name): Deleted.
18523 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
18524 (compare_fonts_by_sort_order): New function.
18525 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
18526 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
18527 Deleted.
18528 (Fx_family_fonts): Use font_list_entities, and sort fonts by
18529 compare_fonts_by_sort_order.
18530 (Fx_font_family_list): Call Ffont_family_list.
18531 (face_numeric_value, face_numeric_weight, face_numeric_slant)
18532 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
18533 (face_symbolic_slant, face_symbolic_swidth)
18534 (split_font_name_into_vector, build_font_name_from_vector)
18535 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
18536 (font_rescale_ratio, split_font_name, build_font_name)
18537 (free_font_names, sort_fonts, x_face_list_fonts)
18538 (face_font_available_p, sorted_font_list, cmp_font_names)
18539 (font_list_1, concat_font_list, font_list, remove_duplicates):
18540 Deleted.
18541 (Fx_list_fonts): Use Ffont_list.
18542 (LFACE_AVGWIDTH): Deleted.
18543 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
18544 by FONTP.
18545 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
18546 (set_lface_from_font_name): Delete it.
ef1b0ba7 18547 (set_lface_from_font): Rename from
aac0c6e3
MR
18548 set_lface_from_font_and_fontset. Caller changed. Don't set
18549 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
18550 for face.
18551 (merge_face_vectors): Copy font-spec if necessary.
18552 Clear properties of the font-spec if necessary.
18553 (merge_face_ref): Clear properties of the font-spec if necessary.
18554 (Finternal_set_lisp_face_attribute): Likewise.
18555 (set_font_frame_param): Use font_load_for_lface to load a
18556 font-object, and call Fmodify_frame_parameters with it.
18557 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
18558 font name by Ffont_xlfd_name.
18559 (Finternal_lisp_face_attribute_values): Don't check QCweight,
18560 QCslant, and QCwidth.
18561 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
18562 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
18563 Compare fonts by EQ.
18564 (lookup_non_ascii_face): Deleted.
18565 (face_for_font): The 2nd argument changed.
18566 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
18567 Check atomic font properties by case insensitive.
18568 (realize_non_ascii_face): Set face->overstrike correctly.
18569 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
18570 (dump_realized_face): Get font name from
18571 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
18572
18573 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
18574 conditionals. Don't check enable_font_backend. Delete all codes
18575 used only when USE_FONT_BACKEND is not defined.
18576 (xic_create_xfontset): Original code deleted and renamed from
18577 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
18578 (x_make_gc): Don't set GCFont in GCs.
18579 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
18580 opened by "fixed".
18581 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
18582 find_ccl_program_func, query_font_func, set_frame_fontset_func,
18583 get_font_repertory_func.
18584
18585 * xfont.c: Include <stdlib.h> and "ccl.h".
18586 (struct xfont_info): New structure.
18587 (xfont_query_font): Deleted.
ef1b0ba7 18588 (xfont_find_ccl_program): Rename from x_find_ccl_program and
aac0c6e3 18589 moved from xterm.c.
bba3e508 18590 (xfont_driver): Adjust for the change of struct font_driver.
aac0c6e3 18591 (compare_font_names): New function.
ef1b0ba7
SM
18592 (xfont_list_pattern): Sort font names case insensitively.
18593 Make font_entity by calling font_make_entity. Avoid auto-scaled fonts.
aac0c6e3
MR
18594 (xfont_list): Return a list, not vector.
18595 (xfont_match): If the font doesn't have QCname property, generate
18596 a name from the other font properties.
18597 (xfont_open): Return a font-object. Adjusted for the change of
18598 struct font. Get underline_thickness and underline_position from
18599 font property. Don't update dpyinfo->smallest_font_height and
18600 dpyinfo->smallest_char_width.
18601 (xfont_close): Don't free struct font.
bba3e508 18602 (xfont_prepare_face): Adjust for the change of struct font.
aac0c6e3 18603 (xfont_done_face): Deleted.
bba3e508 18604 (xfont_has_char): Adjust for the change of struct font.
aac0c6e3
MR
18605 (xfont_encode_char, xfont_draw): Likewise.
18606 (xfont_check): New function.
18607
bba3e508 18608 * xftfont.c (xftfont_list): Adjust for the change of `list'
aac0c6e3 18609 callback function.
bba3e508
SM
18610 (xftfont_match): Adjust for the format change of font-entity.
18611 (xftfont_open): Adjust for the format change of font-entity and
aac0c6e3
MR
18612 font-object. Adjusted for the change of struct font. Return a
18613 font-object. Don't update dpyinfo->smallest_font_height and
18614 dpyinfo->smallest_char_width.
18615 (xftfont_close): Block input while calling XftFontClose.
18616 (xftfont_prepare_face): Don't block input while calling
18617 xftfont_get_colors. Adjusted for the change of struct font.
18618 (xftfont_shape): Return value of error case fixed.
18619
18620 * xrdb.c (x_load_resources): Don't setup a fontset resource.
18621
18622 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
18623 conditionals.
18624 (FONT_WIDTH): Return (f)->max_width.
18625 (struct x_display_info): Delete member `font'.
18626 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
18627 (x_find_ccl_program, x_get_font_repertory): Delete externs.
18628 (struct x_output): Change type of `font' to `struct font *'.
18629
18630 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
18631 conditionals. Don't check enable_font_backend. Delete all codes
18632 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
18633 (x_per_char_metric, x_encode_char): Deleted.
18634 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
bba3e508 18635 (x_compute_glyph_string_overhangs): Adjust for the change of
aac0c6e3
MR
18636 `struct face'.
18637 (x_draw_glyph_string_foreground)
18638 (x_draw_composite_glyph_string_foreground): Likewise.
18639 (x_draw_glyph_string): Likewise. Use font->underline_position and
18640 font->underline_thickness.
ef1b0ba7 18641 (x_new_font): Rename from x_new_fontset2.
aac0c6e3
MR
18642 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
18643 (x_check_font): Call `check' method of a font driver.
18644 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
18645 (x_query_font, x_get_font_repertory): Deleted.
ef1b0ba7 18646 (x_find_ccl_program): Rename and moved to xfont.c.
bba3e508 18647 (x_redisplay_interface): Adjust for the change of `struct
aac0c6e3
MR
18648 redisplay_interface'.
18649
18650 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
18651 conditionals. Don't check enable_font_backend. Delete all codes
18652 used only when USE_FONT_BACKEND is not defined. Surround non-used
18653 code by "#ifdef OLD_FONT" and "endif".
18654 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
18655
18656 * w32font.h (struct w32font_info): New member.
18657 (FONT_COMPAT): New macro.
18658 (w32font_open_internal): Prototype adjusted.
18659
18660 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
18661 OLD_FONT" and "endif".
18662
18663 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
18664 conditionals. Don't check enable_font_backend. Delete all codes
18665 used only when USE_FONT_BACKEND is not defined.
18666 (w32font_open): Return a font-object. Make a font-object by
18667 font_make_object. Adjusted for the change of struct w32font_info.
18668 (w32font_close): Don't free struct font. Adjusted for the change
18669 of struct w32font_info.
18670 (w32font_encode_char, w32font_text_extents, w32font_draw):
ef1b0ba7 18671 Adjust for the change of struct w32font_info.
aac0c6e3
MR
18672 (w32font_draw): Likewise.
18673 (w32font_list_internal): Return a list, not vector.
18674 (w32font_open_internal): Change the 4th arg to font-object.
18675 Adjusted for the change of struct w32font_info and font-object format.
18676 (add_font_name_to_list): Don't downcase names.
18677 (w32_enumfont_pattern_entity): Make a font-entity by
18678 font_make_entity. Adjusted for the format change of font-entity.
18679 Use FONT_SET_STYLE to set a style-related font property. If a
18680 font is scalable, set avgwidth property to 0. Set font-entity
18681 property by font_put_extra.
bba3e508 18682 (font_matches_spec): Adjust for the format change of font-entity.
aac0c6e3
MR
18683 (w32_weight_table, w32_decode_weight): New variables.
18684 (w32_encode_weight): New function.
bba3e508 18685 (fill_in_logfont): Adjust for the format change of font-spec.
aac0c6e3
MR
18686 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
18687 weight value.
bba3e508 18688 (w32font_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
18689
18690 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
18691 conditionals. Don't check enable_font_backend. Surround non-used
18692 code by "#ifdef OLD_FONT" and "endif".
18693 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
bba3e508 18694 (FONT_AVG_WIDTH): Adjust for the change of struct font.
aac0c6e3
MR
18695
18696 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
18697 conditionals. Don't check enable_font_backend. Delete all codes
18698 used only when USE_FONT_BACKEND is not defined. Surround non-used
18699 code by "#ifdef OLD_FONT" and "endif".
18700
18701 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
18702 (uniscribe_open): Return value changed to font-object.
18703 Adjusted for the format change of font-object.
bba3e508 18704 (uniscribe_otf_capability): Adjust for the change of struct font.
aac0c6e3 18705 (add_opentype_font_name_to_list): Don't downcase names.
bba3e508 18706 (uniscribe_font_driver): Adjust for the change of struct
aac0c6e3
MR
18707 font_driver.
18708
187092008-05-13 Chong Yidong <cyd@stupidchicken.com>
18710
18711 * dispnew.c (update_frame_1): Check if tty output is still valid
18712 before flushing it.
18713
187142008-05-13 Jan Djärv <jan.h.d@swipnet.se>
18715
18716 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
18717 to Gtk+ menus.
18718
187192008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18720
18721 * dired.c (file_name_completion): Tweak the code so as to always do it
18722 in a single pass. Tighten the scope of some variables.
18723
18724 * dired.c (Qdefault_directory): New var.
18725 (file_name_completion): Use it instead of Fexpand_file_name.
18726 (syms_of_dired): Initialize it.
18727
187282008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * fileio.c (double_dollars): Remove dead code.
18731
187322008-05-10 Eli Zaretskii <eliz@gnu.org>
18733
18734 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
18735 Mention w32-get-true-file-attributes in doc string.
18736
18737 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
18738
187392008-05-09 Glenn Morris <rgm@gnu.org>
18740
18741 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
18742 2008-04-23.
18743
187442008-05-09 Eli Zaretskii <eliz@gnu.org>
18745
18746 Support for reporting owner and group of each file on MS-Windows:
18747 * dired.c (stat_uname, stat_gname): New functions, with special
18748 implementation for w32.
18749 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
18750
18751 * w32.c: Rename the_passwd_* to dflt_passwd_*.
18752 (dflt_group_name): New static variable.
18753 (dflt_group): Rename from the_group.
18754 (init_user_info): Init dflt_group fields. Get user's group name
18755 from LookupAccountSid.
18756 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
18757 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
18758 New initialization states.
18759 (globals_of_w32): Initialize them to zero. Initialize the default
18760 group name to "None".
18761 (GetFileSecurity_Name): New global var, the name of the function
18762 to call for GetFileSecurity.
18763 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
18764 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
18765 (get_file_security, get_security_descriptor_owner)
18766 (get_security_descriptor_group, is_valid_sid)
18767 (get_file_security_desc, get_rid, get_name_and_id)
18768 (get_file_owner_and_group): New functions.
18769 (stat): Use get_file_security_desc and get_file_owner_and_group to
18770 report the owner and primary group of each file. Don't ignore the
18771 high 32 bits of file's size, now that st_size is 64-bit wide.
18772 Fix test when to get true file attributes.
18773 (init_user_info): Use get_rid instead of equivalent inline code.
18774 (fstat): Don't ignore the high 32 bits of file's size.
18775
187762008-05-09 Chong Yidong <cyd@stupidchicken.com>
18777
18778 * image.c (png_load): Use correct bit-depth for setting background
18779 color.
18780
187812008-05-08 Eli Zaretskii <eliz@gnu.org>
18782
18783 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
18784 epa-hook.elc.
18785
187862008-05-08 Juanma Barranquero <lekktu@gmail.com>
18787
18788 * font.c (Ffont_match_p): Don't use `iff' in docstring.
18789
187902008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
18791
18792 * macfns.c (Fx_create_frame): Make a copy of frame parameters
18793 because the original parameters are in pure storage now.
18794 (mac_window): Remove unused params. Update callers.
18795
187962008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18797
18798 * lread.c (substitute_object_recurse): Use lower-level primitives.
18799 Don't signal errors when traversing sub-char-tables.
18800 Don't loop over all the possible characters when traversing char-tables.
18801
18802 * print.c (print_preprocess): Add sub-char-tables to the print-table,
18803 just like we do in print.c.
18804
188052008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * minibuf.c (Ftry_completion): Remove code left over from when we used
18808 scmp instead of Fcompare_strings.
18809
188102008-05-04 Juanma Barranquero <lekktu@gmail.com>
18811
18812 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
18813
188142008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18815
18816 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
18817 Create bitmap context in native byte order.
18818
18819 * macterm.c (XDrawLine)
18820 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
18821 context in native byte order.
18822
188232008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18824
18825 * config.in: Regenerate.
18826
18827 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
18828 New definitions for Image I/O support.
18829 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
18830 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
18831 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18832 (mac_data_provider_release_data, image_load_image_io)
18833 [USE_MAC_IMAGE_IO]: New functions.
18834 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
18835 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
18836 (init_image_func_pointer) [MAC_OSX]: Remove function.
18837 (image_load_quartz2d) [MAC_OSX]: Check availability of
18838 CGImageCreateWithPNGDataProvider at compile time.
18839 Use lowercase `false' for boolean constant.
18840 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
18841 Use image_load_image_io.
18842 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
18843 Don't check MyCGImageCreateWithPNGDataProvider.
18844 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
18845 Don't call init_image_func_pointer.
18846
18847 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
18848
18849 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
18850 Make variable non-static.
18851 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
18852 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
18853
18854 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
18855 (RED_FROM_ULONG): Mask off higher bits.
18856 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
18857
18858 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
18859 Include AvailabilityMacros.h.
18860 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
18861 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
18862
188632008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18864
18865 * chartab.c (Fset_char_table_range): If range is t, really set all
18866 chars to that value.
18867
188682008-05-03 Eli Zaretskii <eliz@gnu.org>
18869
18870 * dired.c (Ffile_attributes): Don't allow the device number become
18871 negative.
18872
188732008-05-02 Daiki Ueno <ueno@unixuser.org>
18874
18875 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
18876
188772008-05-02 Juri Linkov <juri@jurta.org>
18878
18879 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
18880 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
18881 DEFAULT argument as a list of default values in docstrings.
18882
188832008-05-01 Chong Yidong <cyd@stupidchicken.com>
18884
18885 * puresize.h (BASE_PURESIZE): Increase to 1210000.
18886
188872008-05-01 Martin Rudalics <rudalics@gmx.at>
18888
18889 * dispnew.c (change_frame_size_1): Preserve small windows when
18890 shrinking frames by calling set_window_height|width with third
18891 arg 2.
18892
18893 * window.h (struct window): Replace field too_small_ok by field
18894 resize_proportionally.
18895
18896 * window.c (make_window): Initialize resize_proportionally.
18897 (enlarge_window): Temporarily set resize_proportionally to make
18898 sure that shrink_windows does scale the window proportionally.
18899 (shrink_windows): When window has resize_proportionally set try
18900 to shrink it proportionally by stealing from other windows.
18901 (struct saved_window, Fset_window_configuration)
18902 (compare_window_configurations): Handle resize_proportionally.
18903 (WINDOW_TOTAL_SIZE): New macro.
18904 (window_min_size, shrink_windows, size_window): Use it.
18905 (check_min_window_sizes): Remove. Invalid values of
18906 window-min-height|width are handled by window_min_size_2 now.
18907 (size_window, Fsplit_window, enlarge_window)
18908 (adjust_window_trailing_edge, grow_mini_window): Don't call
18909 check_min_window_sizes.
18910 (window_min_size_2, window_min_size_1, window_min_size):
18911 New argument safe_p for retrieving "safe" minimum sizes.
18912 (Fdisplay_buffer, Fsplit_window, enlarge_window)
18913 (adjust_window_trailing_edge, grow_mini_window):
18914 Adjust arguments of window_min_size... functions.
18915 (shrink_windows): Argument min_size removed. New argument
18916 safe_p allows shrinking windows to their safe minimum sizes.
18917 Calculate minimum size and decide whether a window shall be
18918 deleted for each window individually.
18919 (size_window): When nodelete_p equals 2, tell shrink_windows to
18920 delete windows only if their new minimum size is no more safe.
18921 (shrink_window_lowest_first): Call window_min_size_1 to make
18922 sure to preserve modeline of bottom-most window when resizing
18923 the minibuffer.
18924 (Fset_window_configuration, Fcurrent_window_configuration)
18925 (compare_window_configurations): Do not handle
18926 window-min-height|width any more.
18927 (syms_of_window): Clarify window-min-height|width doc-strings.
18928
189292008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
18930
18931 * dired.c (file_name_completion): Fix up the encoding/decoding issue
18932 some more. Copy some of the code from Ftry_completions.
18933 Remove special case code that dates back to initial revision when the
18934 slash was only added when necessary and that can't trigger nowadays.
18935
189362008-04-27 Kenichi Handa <handa@m17n.org>
18937
18938 * font.c (font_prop_validate): Signal `error' instead of `font'.
18939
189402008-04-29 Jason Rumney <jasonr@gnu.org>
18941
18942 * w32fns.c (Fw32_battery_status): New defun.
18943 (syms_of_w32fns): Defsubr it.
18944
189452008-04-28 Andreas Schwab <schwab@suse.de>
18946
18947 * dired.c (file_name_completion): Fix another mixing of encoded
18948 and decoded names.
18949
189502008-04-28 Juanma Barranquero <lekktu@gmail.com>
18951
18952 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
18953
189542008-04-27 Juanma Barranquero <lekktu@gmail.com>
18955
18956 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
18957
189582008-04-27 Andreas Schwab <schwab@suse.de>
18959
18960 * dired.c (file_name_completion): Fix inappropriate mixing of
18961 encoded and decoded names.
18962
18963 * xterm.c (XTread_socket): Fix use of uninitialized variable.
18964
18965 * puresize.h (BASE_PURESIZE): Increase to 1200000.
18966
189672008-04-26 Eli Zaretskii <eliz@gnu.org>
18968
18969 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
18970 2008-03-31, it's not needed anymore with `struct stat' definition
18971 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
18972 for the same reasons.
18973
189742008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
18975
18976 * m/sparc.h: Additional redefinitions for GNU/Linux.
18977
189782008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18979
18980 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
18981 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
18982 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
18983 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
18984 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18985 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
18986 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18987 Likewise.
18988
18989 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
18990 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
18991 (mac_ax_number_of_characters): Add externs.
18992 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
18993 [USE_MAC_TSM]: Likewise.
18994 (mac_handle_text_input_event) [MAC_OSX]:
18995 Handle kEventTextInputOffsetToPos for no active input area case.
18996 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
18997 (mac_handle_document_access_event)
18998 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
18999 (install_application_handler) [MAC_OSX]: Register handlers for
19000 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
19001 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
19002 Register mac_handle_document_access_event.
19003
19004 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
19005 Make functions non-static.
19006
190072008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19008
19009 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
19010 (read_file_name_completion_ignore_case, insert_default_directory)
19011 (Qdefault_directory): Move to minibuffer.el.
19012 (Fread_file_name): Call the new `read-file-name' instead.
19013
190142008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19015
19016 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
19017 Make function non-static.
19018 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
19019 Remove function.
19020 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
19021 Move to mactoolbox.c.
19022 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
19023
19024 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
19025 (mac_rect_make): New macro.
19026
19027 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
19028 instead of float.
19029 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
19030 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
19031 (XSetBackground) [USE_CG_DRAWING]: Likewise.
19032 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
19033 CGRectMake.
19034 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
19035 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
19036 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
19037 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
19038 instead of WindowRef in argument type.
19039 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
19040 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
19041 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
19042 instead of DISPLAY. All uses changed.
19043 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
19044 (x_calc_absolute_position): Simplify so as not to use
19045 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
19046
19047 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
19048 instead of WindowRef in argument type.
19049 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
19050 [TARGET_API_MAC_CARBON]: Remove externs.
19051 (create_apple_event, mac_event_parameters_to_lisp)
19052 [TARGET_API_MAC_CARBON]: Add externs.
19053
19054 * mactoolbox.c (Vmac_ts_script_language_on_focus)
19055 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
19056 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
19057 is clicked.
19058 (x_activate_menubar): Remove extern for saved_menu_event_location.
19059 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
19060 Move from mac.c.
19061
190622008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19063
19064 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
19065 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
19066
190672008-04-23 Jason Rumney <jasonr@gnu.org>
19068
19069 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
19070 attributes only for local files.
19071
19072 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
19073 default to Qlocal.
19074
190752008-04-22 Juri Linkov <juri@jurta.org>
19076
19077 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
19078 read-buffer-to-switch instead of using the letter "B".
19079
190802008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * fileio.c (Qdefault_directory): New variable.
19083 (Fread_file_name): Use it to pass `dir' to the completion functions.
19084
190852008-04-20 Chong Yidong <cyd@stupidchicken.com>
19086
19087 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
19088
190892008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19090
19091 * keyboard.c (Vpre_help_message): Remove.
19092 (show_help_echo): Remove default C code.
19093
19094 * dired.c (directory_files_internal, file_name_completion):
19095 Only call ENCODE_FILE if the string is indeed decoded.
19096
190972008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19098
19099 * Makefile.in (TOOLKIT_DEFINES): Remove.
19100 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
19101
191022008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19103
19104 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
19105 (mactoolbox.o): New target.
19106
19107 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
19108 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
19109
19110 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
19111 Use mac_set_frame_window_background instead of XSetWindowBackground.
19112 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
19113 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
19114 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
19115 instead of SetWindowTitleWithCFString.
19116 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
19117 Move function to mactoolbox.c.
19118 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
19119 Use mac_set_window_modified instead of SetWindowModified.
19120 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
19121 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
19122 (Fx_focus_frame): Use mac_front_non_floating_window instead of
19123 FrontNonFloatingWindow. Use mac_activate_window instead of
19124 ActivateWindow. Use mac_active_non_floating_window instead of
19125 ActiveNonFloatingWindow.
19126 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
19127 Use mac_show_hourglass and mac_hide_hourglass.
19128 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
19129 instead of GetGlobalMouse.
19130 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
19131 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
19132 Use mac_bring_window_to_front instead of BringToFront.
19133 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
19134 mactoolbox.c.
19135 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
19136 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
19137 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
19138 mactoolbox.c.
19139
19140 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
19141 (XtPointer): Move typedef from macmenu.c.
19142 (enum button_type): Move enum from macmenu.c.
19143 (widget_value): Move typedef from macmenu.c.
19144 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
19145 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
19146 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
19147 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
19148 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
19149 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
19150 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
19151 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
19152 (Selection): Move typedef from macselect.c.
19153 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
19154 macterm.c.
19155 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
19156 (mac_is_window_collapsed, mac_bring_window_to_front)
19157 (mac_send_window_behind, mac_hide_window, mac_show_window)
19158 (mac_collapse_window, mac_front_non_floating_window)
19159 (mac_active_non_floating_window, mac_activate_window)
19160 (mac_move_window_structure, mac_move_window, mac_size_window)
19161 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
19162
19163 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
19164 (enum mac_menu_kind): Move enum to mactoolbox.c.
19165 (min_menu_id): Move variable to mactoolbox.c.
19166 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
19167 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
19168 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
19169 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
19170 [TARGET_API_MAC_CARBON]: Likewise.
19171 (XtPointer): Move typedef to macgui.h.
19172 (enum button_type): Move enum to macgui.h.
19173 (widget_value): Move typedef to macgui.h.
19174 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
19175 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
19176 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
19177 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
19178 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
19179 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
19180 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
19181 (popup_activated_flag): Make variable non-static.
19182 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
19183 (add_menu_item, fill_menu, dispose_menus):
19184 Move functions to mactoolbox.c.
19185 (restore_show_help_function, menu_target_item_handler)
19186 (install_menu_target_item_handler, mac_handle_dialog_event)
19187 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
19188 [TARGET_API_MAC_CARBON]: Likewise.
19189 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
19190 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
19191 (find_and_call_menu_selection, name_is_separator): Make function
19192 non-static.
19193 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
19194 to mactoolbox.c.
19195 (set_frame_menubar): Don't call install_menu_quit_handler.
19196 (menu_item_selection): New variable.
19197 (mac_menu_show): Use create_and_show_popup_menu.
19198 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
19199 selection but set variable menu_item_selection. All uses changed.
19200 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
19201 Call install_menu_quit_handler. Move to mactoolbox.c.
19202
19203 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
19204 (Selection): Move typedef to macgui.h.
19205 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
19206 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
19207 Make variables non-static.
19208 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
19209 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
19210 Make functions non-static.
19211 (Vmac_service_selection) [MAC_OSX]: Likewise.
19212 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
19213 (mac_valid_selection_target_p, mac_clear_selection)
19214 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
19215 (mac_put_selection_value, mac_selection_has_target_p)
19216 (mac_get_selection_value, mac_get_selection_target_list)
19217 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
19218 Move functions to mactoolbox.c.
19219 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
19220 Likewise.
19221 (copy_scrap_flavor_data, mac_handle_service_event)
19222 (install_service_handler) [MAC_OSX]: Likewise.
19223 (syms_of_macselect) <Vmac_dnd_known_types>:
19224 Use mac_dnd_default_known_types.
19225
19226 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
19227 Move to mactoolbox.c.
19228 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
19229 (Fx_selection_owner_p): Add EXFUN.
19230 (install_window_handler, remove_window_handler, XSetWindowBackground):
19231 Remove externs.
19232 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
19233 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
19234 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
19235 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
19236 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
19237 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
19238 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
19239 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
19240 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
19241 (create_and_show_popup_menu, mac_get_selection_from_symbol)
19242 (mac_valid_selection_target_p, mac_clear_selection)
19243 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
19244 (mac_put_selection_value, mac_selection_has_target_p)
19245 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
19246 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
19247 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
19248 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
19249 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
19250 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
19251 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
19252 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
19253 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
19254
19255 * mactoolbox.c: New file.
19256
192572008-04-18 Jason Rumney <jasonr@gnu.org>
19258
19259 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
19260
192612008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19262
19263 * character.c (Fmultibyte_char_to_unibyte):
19264 Return latin1 chars unchanged.
19265
19266 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
19267 relocated if it points to `name'.
19268
192692008-04-17 Kenichi Handa <handa@m17n.org>
19270
19271 * data.c (Faset): Allow setting a multibyte character in an
19272 ASCII-only unibyte string.
19273
19274 * lisp.h (STRING_SET_MULTIBYTE): New macro.
19275
192762008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19277
19278 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
19279 done in config.h.
19280
192812008-04-16 Juanma Barranquero <lekktu@gmail.com>
19282
19283 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
19284 (Fchar_direction): Add usage in the docstring.
19285
192862008-04-15 Chong Yidong <cyd@stupidchicken.com>
19287
19288 * keyboard.c (read_key_sequence): Remove always-true checks.
19289
192902008-04-14 Jason Rumney <jasonr@gnu.org>
19291
19292 * w32font.c (w32font_open_internal): Set max_bounds.descent in
19293 compatibility struct, for better underline positioning.
19294
192952008-04-13 David Hansen <david.hansen@gmx.net>
19296
19297 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
19298 string.
19299
193002008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19301
19302 * m/hp800.h (XUINT, XSET): Remove.
19303
193042008-04-12 Juanma Barranquero <lekktu@gmail.com>
19305
19306 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
19307 previous change.
19308
193092008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19310
19311 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
19312 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
19313
193142008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
19315
19316 * keymap.h (map_keymap_canonical): Declare.
19317 * xmenu.c (single_keymap_panes): Use it.
19318
193192008-04-11 Glenn Morris <rgm@gnu.org>
19320
19321 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
19322 set the target's value to that of the alias.
19323
193242008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * term.c (set_tty_color_mode): Left over typo.
19327
193282008-04-10 Michael Albinus <michael.albinus@gmx.de>
19329
19330 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
19331 only after check for file name handler functions. Signal, when
19332 native functionality is not supported.
19333 (syms_of_fileio): Declare it unconditionally.
19334
193352008-04-10 Jason Rumney <jasonr@gnu.org>
19336
19337 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
19338 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
19339
19340 * w32.c (logon_network_drive): Also logon to remote drives that
19341 are mapped to drive letters.
19342
193432008-04-10 Glenn Morris <rgm@gnu.org>
19344
19345 * xdisp.c (truncate-partial-width-windows): Doc fix.
19346
193472008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19348
19349 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
19350 Move functions to minibuffer.el.
19351 (syms_of_fileio): Don't declare them.
19352
193532008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
19356 (syms_of_minibuf): Remove its initialization.
19357
19358 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
19359
193602008-04-09 Juanma Barranquero <lekktu@gmail.com>
19361
19362 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
19363
193642008-04-09 Jason Rumney <jasonr@gnu.org>
19365
19366 * makefile.w32-in (distclean): Delete makefile too.
19367 (maintainer-clean): New target.
19368
19369 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
19370
19371 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
19372 for new font backend and composite cases.
19373
193742008-04-09 Jan Djärv <jan.h.d@swipnet.se>
19375
19376 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
19377 Most of the code moved to run_timers.
19378 (do_pending_atimers): Call run_timers.
19379 (run_timers): New function.
19380
19381 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
19382 run atimers.
19383
19384 * process.c (wait_reading_process_output): The same as above.
19385
193862008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19387
19388 * minibuf.c (last_exact_completion): Remove variable.
19389 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
19390 (complete_and_exit_1, complete_and_exit_2)
19391 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
19392 (Fdisplay_completion_list, display_completion_list_1)
19393 (Fminibuffer_completion_help, Fself_insert_and_exit)
19394 (Fexit_minibuffer, Fminibuffer_message): Move functions to
19395 minibuffer.el.
19396 (syms_of_minibuf): Remove corresponding initializations.
19397
19398 * keyboard.c (Qdeactivate_mark): New var.
19399 (command_loop_1): Use it to call `deactivate-mark'.
19400 (syms_of_keyboard): Initialize it.
19401
19402 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
19403 to another frame.
19404 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
19405 Don't call set_tty_color_mode.
19406 (store_frame_param): Reset previous_frame rather than call
19407 set_tty_color_mode.
19408 * term.c (set_tty_color_mode): Rewrite.
19409 * dispextern.h (set_tty_color_mode): New type.
19410 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
19411
194122008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19413
19414 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
19415 for generic chars, which do not exist any more in emacs-unicode.
19416
194172008-04-08 Michael Albinus <michael.albinus@gmx.de>
19418
19419 * coding.c (detect_coding_emacs_mule)
19420 (Ffind_operation_coding_system): Fix typo.
19421
194222008-04-08 Jason Rumney <jasonr@gnu.org>
19423
19424 * w32uniscribe.c (SNAME): Extract only symbol name.
19425
19426 * w32font.h (struct w32_metric_cache): New struct.
19427 (w32font_info): Use it.
19428 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
19429 (CACHE_BLOCKSIZE): New constants.
19430
19431 * w32font.c (Qja, Qko, Qzh): New symbols.
19432 (syms_of_w32font): Initialise them.
19433 (font_matches_spec): Use them to filter by language.
19434 (recompute_cached_metrics): Remove function.
19435 (compute_metrics, clear_cached_metrics): New functions.
19436 (w32font_encode_char): Use them to manage metric cache.
19437 (w32font_text_extents): Cache metrics for all glyphs on demand.
19438 Delay converting glyph indices to WORD until needed.
19439 (w32font_open_internal): Initialize metric cache to empty.
19440 (registry_to_w32_charset): Charset should always be a symbol.
19441 (fill_in_logfont, list_all_matching_fonts): Family should
19442 always be a symbol.
19443
194442008-04-06 Jason Rumney <jasonr@gnu.org>
19445
19446 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
19447 Give up if glyph indices not supported. Use uniscribe obtained
19448 ABC widths for individual metrics. Map glyph clusters back to
19449 characters using fClusterStart flag. Return number of glyphs
19450 produced, not chars processed.
19451 (uniscribe_shape): Map char at FROM to current glyph.
19452
194532008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19454
19455 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
19456 Use SetMenuItemHierarchicalMenu.
19457
194582008-04-05 Jason Rumney <jasonr@gnu.org>
19459
19460 * image.c (pbm_load): Allow color values up to 65535.
19461 Throw an error if max_color_idx is outside the supported range.
19462 Report an error when image size is invalid.
19463 Read two bytes at a time when raw images have max_color_idx above 255.
19464
aac0c6e3
MR
194652008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
19466
19467 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
19468 append "CCL: Quitted" when the CCL program is quitted.
19469 (setup_ccl_program): Initialize ccl->quit_silently to zero.
19470
19471 * ccl.h (struct ccl_program): New member quit_silently.
19472
194732008-04-05 Chong Yidong <cyd@stupidchicken.com>
19474
19475 * search.c (compile_pattern_1): Treat non-nil and non-string of
19476 search-spaces-regexp as nil.
19477
19478 * minibuf.c (Fassoc_string): Tweak docstring.
19479
194802008-04-05 Eli Zaretskii <eliz@gnu.org>
19481
19482 * dired.c (Ffile_attributes): Support inode numbers wider than 32
19483 bits. Remove ugly WINDOWSNT-specific kludge introduced on
19484 2008-03-14 to force inode be positive.
19485
19486 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
19487 _S_* ones, since we now use our own sys/stat.h.
19488 (stat, fstat): Don't mangle the inode number.
19489 (init_user_info): Don't restrict UID and GID to 0-60000 range.
19490
194912008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19492
19493 * frame.h (struct frame): Give one more bit to `visible' since we use
19494 values larger than 1 to indicate obscured frames on ttys.
19495
19496 * keymap.c (Qkeymap_canonicalize): New var.
19497 (Fmap_keymap_internal): New fun.
19498 (describe_map): Use keymap-canonicalize.
19499
19500 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
19501 (Fundo_boundary): Set them.
19502 (syms_of_undo): Initialize them.
19503 (record_point): Use them instead of last_point_position*.
19504 (last_undo_buffer): Change type.
19505
195062008-04-04 Jason Rumney <jasonr@gnu.org>
19507
19508 * w32font.c (w32font_text_extents): Use font's ascent and descent.
19509 (recompute_cached_metrics): Don't set ascent and descent per char.
19510
19511 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
19512 (uniscribe_check_otf): Add GC protection before consing.
19513 Rearrange loop for counting features.
19514
195152008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19516
19517 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
19518 buffer with byte-size of source buffer.
19519
195202008-04-03 Chong Yidong <cyd@stupidchicken.com>
19521
19522 * callint.c (Fcall_interactively): Handle temporary region even
19523 when shift-select-mode is off.
19524
195252008-04-03 Jason Rumney <jasonr@gnu.org>
19526
19527 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
19528
195292008-04-03 Kenichi Handa <handa@m17n.org>
19530
19531 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
19532 (CATEGORY_MASK_UTF_16): Likewise.
19533 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
19534 binary file.
19535 (detect_coding): Add null-byte detection for a binary file.
19536 (detect_coding_system): Likewise.
19537
195382008-04-03 Jason Rumney <jasonr@gnu.org>
19539
19540 * w32uniscribe.c: New file.
19541
19542 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
19543
19544 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
19545
19546 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
19547 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
19548 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
19549 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
19550 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
19551 (Qphonetic): New symbols.
19552 (syms_of_w32font): Initialize them.
19553 (font_supported_scripts): Use them.
19554 (w32font_list_family): List all charsets.
19555 (w32font_text_extents, recompute_cached_metrics): Fix metric
19556 calculations.
19557 (w32_enumfont_pattern_entity): Make full_type a DWORD.
19558 Give opentype fonts their own format.
19559 (font_matches_spec): New arguments backend and logfont.
19560 Handle :otf spec for uniscribe backend.
19561 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
19562 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
19563
19564 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
19565 font backend.
19566 (globals_of_w32fns): Initialize uniscribe font backend.
19567
19568 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
19569 dependencies.
19570 (w32uniscribe.$(O)): New file to build.
19571 (FONT_OBJ): Include w32uniscribe.$(O).
19572 (LIBS): Add uniscribe libraries.
19573
19574 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
19575
195762008-04-02 Chong Yidong <cyd@stupidchicken.com>
19577
19578 * callint.c (Vshift_select_mode): New var.
19579 (Finteractive): Document new ^ spec.
19580 (Fcall_interactively): Call handle-shift-selection if the ^ spec
19581 is present.
19582
19583 * keyboard.c (Vthis_command_keys_shift_translated): New var.
19584 (command_loop_1): Avoid running the direct display versions of
19585 forward-char and backward-char if shift-selection may occur.
19586 (read_key_sequence): Set Vthis_command_keys_shift_translated if
19587 shift-translation takes place.
19588
19589 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
19590 avoid clobbering by define-minor-mode.
19591
19592 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
19593 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
19594
19595 * syntax.c (Fforward_word): Add ^ interactive spec.
19596
19597 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
19598 (Fscroll_right): Add ^ interactive spec.
19599
196002008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19601
19602 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
19603
19604 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
19605
19606 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
19607
196082008-03-31 Juri Linkov <juri@jurta.org>
19609
19610 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
19611
196122008-03-30 Jan Djärv <jan.h.d@swipnet.se>
19613
19614 * gtkutil.c (xg_set_geometry): Fix indentation.
19615 (xg_resize_outer_widget): Remove.
19616 (x_wm_size_hint_off): Fix indentation.
19617 (xg_frame_set_char_size): Call flush_and_sync after
19618 gtk_window_resize.
19619 (x_wm_set_size_hint): Pass NULL as geometry window to
19620 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
19621 Add menu bar and tool bar height to base height.
19622 (xg_update_frame_menubar, free_frame_menubar)
19623 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
19624 (update_frame_tool_bar, free_frame_tool_bar):
19625 Change xg_resize_outer_widget to xg_frame_set_char_size.
19626
196272008-03-30 Michael Albinus <michael.albinus@gmx.de>
19628
19629 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
19630 (Fdbus_call_method): New parameter TIMEOUT.
19631 (dbus-send-signal): Optimize UNGCPRO call.
19632
196332008-03-29 Juri Linkov <juri@jurta.org>
19634
19635 * window.c (Fdisplay_buffer): Move call to
19636 Vsplit_window_preferred_function out of conditions that check
19637 if window is eligible for vertical splitting.
19638 When Vsplit_window_preferred_function is non-nil, call it and use
19639 its non-nil return value as window. Otherwise, continue doing
19640 vertical splitting using Fsplit_window with arg horflag=nil.
19641 (syms_of_window) <Vsplit_window_preferred_function>: Change the
19642 default value from `split-window' to nil.
19643
196442008-03-29 Juri Linkov <juri@jurta.org>
19645
19646 * callint.c (Fcall_interactively): Revert 2008-03-16 change
19647 for interactive code letters 'b' and 'B'.
19648
196492008-03-29 Eli Zaretskii <eliz@gnu.org>
19650
19651 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
19652 multibyte string.
19653
196542008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * keyboard.c (pending_funcalls): New var.
19657 (timer_check): Run it.
19658 (syms_of_keyboard): Initialize it.
19659 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
19660 (Vdelete_terminal_functions): New vars.
19661 (syms_of_terminal): Initialize them.
19662 (Fdelete_terminal): Run delete-terminal-functions.
19663 * xdisp.c (safe_eval): Rewrite.
19664 (safe_call2): New fun.
19665 * frame.c (Qdelete_frame_functions): New var.
19666 (syms_of_frame): Initialize it.
19667 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
19668 * lisp.h (safe_call2, pending_funcalls): Declare.
19669
196702008-03-28 Andreas Schwab <schwab@suse.de>
19671
19672 * indent.c (Fmove_to_column): Move declaration before statements.
19673
196742008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19675
19676 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
19677 (struct frame): Use bit fields for boolean vars.
19678
19679 * process.c (server_accept_connection): Simplify naming.
19680 (emacs_get_tty_pgrp): Use SDATA.
19681
19682 * coding.c (decode_coding_object): Fix last change.
19683
196842008-03-27 Jason Rumney <jasonr@gnu.org>
19685
19686 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
19687
196882008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
19689
19690 * charset.c (Fdefine_charset_internal): Change the way of
19691 registering charsets in Vcharset_order_list.
19692 (syms_of_charset): Make the charset `eight-bit' supplementary.
19693
196942008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
19695
19696 * regex.c (EXTEND_BUFFER): Change order of pointer addition
19697 operations, to avoid having the difference between pointers
19698 overflow.
19699
197002008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19701
19702 * indent.c (check_display_width): New fun.
19703 (scan_for_column): Use it.
19704
19705 * data.c (syms_of_data): Mark most-positive-fixnum and
19706 most-negative-fixnum as constants.
19707
19708 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
19709
19710 * indent.c (scan_for_column): Extract from current_column_1.
19711 Merge with the same code from Fmove_to_column.
19712 (current_column_1, Fmove_to_column): Use it.
19713
197142008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * keymap.c (map_keymap_internal): New fun.
19717 (map_keymap): Use it.
19718 (Fmap_keymap_internal): New fun.
19719 (Fmap_keymap): Remove left-out test from before make_save_value.
19720
19721 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
19722
19723 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
19724 Use XCAR/XCDR.
19725
19726 * process.h (struct Lisp_Process): Remove filter_multibyte.
19727 * process.c (QCfilter_multibyte): Remove.
19728 (setup_process_coding_systems): Don't use filter_multibyte.
19729 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
19730 (read_process_output): Don't adjust multibyteness to filter_multibyte.
19731 (Fset_process_filter_multibyte): Change the coding-system to
19732 approximate the previous behavior.
19733 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
19734 coding-system.
19735
19736 * coding.c (decode_coding_object): When not decoding into a buffer,
19737 obey the coding system's preference of (uni|multi)byte.
19738
197392008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
19742 every char is changed and has a different byte-length.
19743 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
19744 Fix int -> EMACS_INT.
19745
197462008-03-23 David Hansen <david.hansen@gmx.net>
19747
19748 * dbusbind.c (xd_read_message): Remove extra copying of message
19749 strings. Check for NULL `interface' or `member'.
19750
197512008-03-22 Eli Zaretskii <eliz@gnu.org>
19752
19753 * w32.c (readdir): If FindFirstFile/FindNextFile return in
19754 cFileName a file name that includes `?' characters, use the 8+3
19755 alias in cAlternateFileName instead.
19756
197572008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19758
19759 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
19760
197612008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19762
19763 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
19764 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
19765 work on current_buffer only instead (that was already the case
19766 for some of the code anyway).
19767 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
19768 (temp_set_point, temp_set_point_both): Use EMACS_INT.
19769 (SET_PT, SET_PT_BOTH): Adjust.
19770 * intervals.h (set_point, temp_set_point, set_point_both)
19771 (temp_set_point_both): Remove redundant declarations.
19772
197732008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 * fileio.c (Finsert_file_contents):
19776 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
19777 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
19778 when buffer != current_buffer anyway.
19779
197802008-03-20 Andreas Schwab <schwab@suse.de>
19781
19782 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
19783 as default.
19784
197852008-03-19 Jason Rumney <jasonr@gnu.org>
19786
19787 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
19788 (syms_of_w32fns): Initialize them.
19789 (HOURGLASS_ID): New constant.
19790 (x_window_to_frame): Don't check hourglass_window.
19791 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
19792 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
19793 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
19794 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
19795 Only change the cursor if hourglass is not active.
19796 (Fx_create_frame): Initialize frame's current_cursor.
19797 (hourglass_atimer): Remove.
19798 (hourglass_started): New function.
19799 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
19800 (show_hourglass): Adapt to w32, changing argument to frame.
19801
19802 * w32term.h (struct w32_output): Remove hourglass_window.
19803 Add current_cursor.
19804
19805 * eval.c (call_debugger, Fsignal):
19806 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
19807 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
19808 (Fexecute_extended_command, cancel_hourglass_unwind):
19809 * minibuf.c (read_minibuf):
19810 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
19811
198122008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
19813
19814 * window.c (run_funs): New fun.
19815 (run_window_configuration_change_hook): Use it to run the buffer-local
19816 and the global part of the hook.
19817
19818 * xdisp.c (format_mode_line_unwind_data): Add window argument.
19819 (unwind_format_mode_line): Restore selected window.
19820 (x_consider_frame_title, Fformat_mode_line): Set selected window.
19821
198222008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19823
19824 * editfns.c (Fchar_equal): Check they are valid characters.
19825
19826 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
19827
198282008-03-17 Andreas Schwab <schwab@suse.de>
19829
19830 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
19831 against a charset.
19832
19833 * lisp.h (Fbuffer_list): Declare.
19834
198352008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 19836
aac0c6e3
MR
19837 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
19838 handlebox_widget is != 0.
19839
198402008-03-16 Juri Linkov <juri@jurta.org>
19841
19842 * callint.c (Fcall_interactively): For interactive code letters
19843 'b' and 'B' put the buffer list into the list of default "future"
19844 values of the minibuffer.
19845
198462008-03-16 Andreas Schwab <schwab@suse.de>
19847
19848 * keyboard.c (read_key_sequence): Fix downcasing of letters with
19849 modifiers.
19850
19851 * regex.c (re_match_2_internal): Correct matching of a charset
19852 against latin-1 characters.
19853
198542008-03-16 Kenichi Handa <handa@m17n.org>
19855
19856 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
19857 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
19858 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
19859 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
19860 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
19861 CHAR_STRING_ADVANCE.
19862 (produce_chars): Fix for the case that the source and the
19863 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
19864 instead of CHAR_STRING_ADVANCE.
19865 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
19866 STRING_CHAR_ADVANCE.
19867
198682008-03-15 Andreas Schwab <schwab@suse.de>
19869
19870 * regex.c (re_match_2_internal): Correct matching of eight bit
19871 characters in unibyte strings.
19872
198732008-03-15 Martin Rudalics <rudalics@gmx.at>
19874
19875 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
19876 at end of range when it coincides with the end of the buffer.
19877
198782008-03-14 Eli Zaretskii <eliz@gnu.org>
19879
19880 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
19881
19882 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
19883
198842008-03-14 Jason Rumney <jasonr@gnu.org>
19885
19886 * editfns.c (initial_tz): New variable.
19887 (syms_of_editfns): Initialize it.
19888 (Fset_time_zone_rule): Set it when first called.
19889 Use it when TZSTRING is nil.
19890
19891 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
19892 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
19893 (monitor_from_point_fn, get_monitor_info_fn): New globals.
19894 (globals_of_w32fns): Initialize them.
19895 (compute_tip_xy): Use them to position tooltips.
19896
198972008-03-14 Glenn Morris <rgm@gnu.org>
19898
19899 * emacs.c (main): Revert previous change.
19900 (standard_args): Revert -internal-script back to -scriptload,
19901 and remove the long-option form.
19902
199032008-03-13 Glenn Morris <rgm@gnu.org>
19904
19905 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
19906 Remove option -enable-font-backend.
19907
199082008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
19911
199122008-03-11 Jan Djärv <jan.h.d@swipnet.se>
19913
19914 * xterm.c (x_connection_closed): For GTK: If this is the last
19915 terminal just exit without closing the display.
19916
199172008-03-11 Jason Rumney <jasonr@gnu.org>
19918
19919 * w32font.c (w32font_full_name): Use floor to round.
19920
f0131492 199212008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
19922
19923 * sound.c (alsa_configure): Declare vol at beginning of block.
19924
19925 * fontset.c (Ffontset_info): Remove extra semicolon.
19926
199272008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19928
19929 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
19930 size of resulting string.
19931
199322008-03-10 Jason Rumney <jasonr@gnu.org>
19933
19934 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
19935
199362008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19937
19938 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
19939 Don't pretend as if characters with display property haven't been
19940 consumed for string-replacing-string case.
19941
199422008-03-08 Kim F. Storm <storm@cua.dk>
19943
19944 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
19945 (get_next_display_element, next_element_from_string)
19946 (next_element_from_ellipsis, next_element_from_buffer): Use it.
19947
199482008-03-08 Andreas Schwab <schwab@suse.de>
19949
19950 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
19951
199522008-03-06 Jason Rumney <jasonr@gnu.org>
19953
19954 * w32font.c (w32_registry): Take font_type argument. Use ANSI
19955 when charset not specified. Only translate ANSI to unicode when
19956 font_type is truetype.
19957 (w32font_coverage_ok): New function.
19958 (add_font_entity_to_list): Use it to filter unsuitable fonts.
19959
199602008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
19961
19962 * lread.c (Fread_char): Resolve modifiers.
19963 (Fread_char_exclusive): Likewise.
19964
19965 * character.c (char_resolve_modifier_mask): New function.
19966 (char_string): Use char_resolve_modifier_mask.
19967 (Fchar_resolve_modifiers): New function.
19968 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
19969 function.
19970
199712008-03-04 Jason Rumney <jasonr@gnu.org>
19972
19973 * makefile.w32-in: Always include w32font.c in the build.
19974 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
19975
199762008-03-04 Andreas Schwab <schwab@suse.de>
19977
19978 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
19979 (versionclean): Likewise.
19980
199812008-03-04 Juanma Barranquero <lekktu@gmail.com>
19982
19983 * .cvsignore: Add oo.
19984
199852008-03-03 Andreas Schwab <schwab@suse.de>
19986
19987 * coding.c (decode_coding_object): Inhibit gap shrinking while
19988 decoding in place.
19989
199902008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
19991
19992 * w32term.c: Remove unused include "gnu.h".
19993 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
19994
19995 * gnu.h: Rename to ...
19996 * emacs-icon.h: ... this.
19997 * xterm.c: Use emacs-icon.h instead of gnu.h.
19998 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
19999
200002008-03-03 Juanma Barranquero <lekktu@gmail.com>
20001
20002 * w32font.c: Include math.h.
20003
200042008-03-03 Jason Rumney <jasonr@gnu.org>
20005
20006 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
20007 Compute options separately.
20008 (w32font_open_internal): Set glyph_idx before caching metrics.
20009
20010 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
20011 Define if system headers don't.
20012 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
20013 (w32font_encode_char): Don't declare here.
20014
20015 * w32font.c (Quniscribe, QCformat): New symbols.
20016 (syms_of_w32font): Define them.
20017 (w32font_has_char): Indicate uncertainty.
20018 (w32font_encode_char): Encode as glyph point. Make static.
20019 (recompute_cached_metrics): New function.
20020 (w32font_open_internal): Use it. Set font to use glyph points
20021 initially. Set format based on type of font.
20022 (w32font_text_extents, w32font_draw): Optionally use glyph points.
20023 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
20024 on it. Set format based on information available here.
20025 (add_font_entity_to_list): Identify backend based on opentype_only.
20026
200272008-03-02 Andreas Schwab <schwab@suse.de>
20028
20029 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
20030
20031 * coding.c (decode_coding_big5, produce_chars):
20032 Fix typos in last change.
20033
200342008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
20035
20036 * gnu.h: New icon.
20037
200382008-03-02 Kenichi Handa <handa@m17n.org>
20039
20040 * coding.c (decode_coding_utf_8): When eol-type of CODING is
20041 `dos', don't decode '\r' if that is the last in the source.
20042 (decode_coding_utf_16, decode_coding_emacs_mule)
20043 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20044 (decode_coding_raw_text, decode_coding_charset): Likewise.
20045 (produce_chars): Don't decode EOL here. Use EMACS_INT.
20046
200472008-03-01 Jason Rumney <jasonr@gnu.org>
20048
20049 * w32font.c (w32font_full_name): Report point size for scalable fonts.
20050
200512008-03-01 Kim F. Storm <storm@cua.dk>
20052
20053 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
20054
200552008-03-01 Jason Rumney <jasonr@gnu.org>
20056
20057 * w32font.c (w32font_full_name): New function.
20058 (w32font_open_internal): Use it.
20059
200602008-03-01 Kim F. Storm <storm@cua.dk>
20061
20062 * dispnew.c (line_draw_cost): Fix invalid glyph check.
20063
200642008-03-01 Jason Rumney <jasonr@gnu.org>
20065
20066 * font.c (font_unparse_fcname): Increase len when style is a symbol.
20067
200682008-03-01 Jan Djärv <jan.h.d@swipnet.se>
20069
20070 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
20071 xg_frame_resized when the event is for the edit widget.
20072
ef1b0ba7 20073 * gtkutil.h (xg_frame_resized): Rename from xg_resize_widgets.
aac0c6e3
MR
20074
20075 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
20076 set_char_size.
ef1b0ba7 20077 (xg_frame_resized): Rename from xg_resize_widgets. Remove all
aac0c6e3
MR
20078 operations on widgets here. Just set frame size if needed.
20079 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
20080 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
20081 (x_wm_set_size_hint): Set size hints on the edit widget only, not
20082 the whole frame.
20083 (xg_create_tool_bar): Move attachment of the tool bar to
20084 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
20085 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
20086
200872008-03-01 Jason Rumney <jasonr@gnu.org>
20088
20089 * w32fns.c (w32_msg_pump): Disable debug code.
20090
200912008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20092
20093 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
20094
200952008-02-29 Chong Yidong <cyd@stupidchicken.com>
20096
20097 * xdisp.c (next_overlay_string): Don't set
20098 overlay_strings_at_end_processed_p if we're currently reading from
20099 a display string.
20100
201012008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
20102
20103 * xdisp.c (get_overlay_strings_1): Fix typo.
20104
201052008-02-29 Chong Yidong <cyd@stupidchicken.com>
20106
20107 * xdisp.c (get_overlay_strings_1): Add missing argument type.
20108
201092008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
20110
20111 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
20112
20113 * xdisp.c (display_mode_element): Cancel the previous change.
20114 (decode_mode_spec): Likewise.
20115 (handle_auto_composed_prop): Don't make composition if it->string
20116 is a string.
20117
201182008-02-27 Kim F. Storm <storm@cua.dk>
20119
20120 * lisp.h (GLYPH): Change type from int to struct with separate char
20121 and face_id members.
20122 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
20123 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
20124 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
20125 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
20126 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
20127 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
20128 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
20129 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
20130 handle new Lisp glyph code encoding, either an integer or a cons.
20131
20132 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
20133 (GLYPH_ALIAS): Delete.
20134 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
20135 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
20136 (GLYPH_FROM_CHAR): Replace macro by ...
20137 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
20138
20139 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
20140 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
20141 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
20142 (GLYPH_INVALID_P): New macro.
20143 (spec_glyph_lookup_face): Update prototype.
20144
20145 * dispnew.c (line_draw_cost): Adapt to new glyph type.
20146 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
20147 new glyph code encoding.
20148 (spec_glyph_lookup_face): No return value; update passed glyph instead.
20149 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
20150
20151 * xdisp.c (get_next_display_element, next_element_from_display_vector):
20152 Adapt to new glyph type and new glyph code encoding.
20153
20154 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
20155
20156 * indent.c (current_column, current_column_1, Fmove_to_column)
20157 (compute_motion): Adapt to new glyph code encoding.
20158
20159 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
20160
201612008-02-27 Chong Yidong <cyd@stupidchicken.com>
20162
20163 * process.c (wait_reading_process_output): Check for window
20164 changes caused by timers.
20165 Suggested by Johan Bockgård.
20166
201672008-02-27 Glenn Morris <rgm@gnu.org>
20168
20169 * emacs.c (USAGE1): Add `--disable-font-backend'.
20170
201712008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20172
20173 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
20174 is made to the buffer.
20175
201762008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
20179 (face_at_string_position):
20180 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
20181 (face_at_string_position):
20182 * xdisp.c (display_string, next_overlay_change):
20183 * buffer.h (overlays_at):
20184 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
20185 Update callers.
20186
201872008-02-26 Chong Yidong <cyd@stupidchicken.com>
20188
20189 * editfns.c (Fformat): Doc fix.
20190
201912008-02-26 Juanma Barranquero <lekktu@gmail.com>
20192
20193 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
20194 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
20195 (Ffont_otf_alternates, Fquery_font): Doc fixes.
20196
201972008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
20198
20199 * buffer.c (Fbuffer_swap_text): New function.
20200 (syms_of_buffer): Defsubr it.
20201
202022008-02-25 Chong Yidong <cyd@stupidchicken.com>
20203
20204 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
20205
202062008-02-25 Jason Rumney <jasonr@gnu.org>
20207
20208 * w32font.c (w32font_draw): Draw one character at a time when padding.
20209
202102008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
20213 Handle a nil arg. Use run_window_configuration_change_hook.
20214 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
20215 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
20216 Use run_window_configuration_change_hook.
20217
202182008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
20219
20220 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
20221 1-pixel width.
20222
202232008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
20224
20225 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
20226 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
20227 if the glyph in the font is zero pixel with.
20228
20229 * dispextern.h (struct glyph_string): New member padding_p.
20230
20231 * w32font.c (w32font_draw): Pay attention to s->padding_p.
20232
20233 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
20234
20235 * xfont.c (xfont_draw): Pay attention to s->padding_p.
20236
20237 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
20238
20239 * font.c: If the font driver doesn't have `shape' function, return Qnil.
20240
202412008-02-25 Jason Rumney <jasonr@gnu.org>
20242
20243 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
20244
202452008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20246
20247 Allow fine-grained image-cache flushing.
20248 * dispextern.h (struct image): Add `dependencies' field.
20249 (clear_image_caches): Change arg to Lisp_Object.
20250 * image.c (make_image): Initialize `dependencies' field.
20251 (clear_image_cache): Change arg to allow fine-grained flushing.
20252 Perform the flush even if image-cache-eviction-delay is nil.
20253 (clear_image_caches): Change arg to Lisp_Object.
20254 (Fclear_image_cache): Expand meaning of the argument.
20255 (mark_image): Mark `dependencies' field.
20256 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
20257 (lface_hash): Use XHASH rather than XFASTINT.
20258 (face_at_buffer_position): Fix int -> EMACS_INT position.
20259 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
20260 (select_frame_for_redisplay): Remove code duplication.
20261 (redisplay_internal): Adapt arg to call to clear_image_caches.
20262
202632008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
20264
20265 * s/vms4-0.h:
20266 * s/vms4-2.h:
20267 * s/vms4-4.h:
20268 * s/vms5-5.h: Remove, unused.
20269
20270 * s/irix5-2.h:
20271 * s/irix6-0.h:
20272 * s/riscos5.h:
20273 * s/mach-bsd4-3.h:
20274 * m/mips4.h: Remove files for obsolete systems.
20275
20276 * Makefile.in:
20277 * filelock.c:
20278 * unexmips.c:
20279 * m/hp9000s300.h:
20280 * m/iris4d.h:
20281 * s/aix3-1.h:
20282 * s/hpux.h:
20283 * s/msdos.h:
20284 * s/usg5-0.h:
20285 * s/usg5-2-2.h:
20286 * s/usg5-2.h:
20287 * s/usg5-3.h: Remove references to obsolete variables.
20288
20289 * s/irix5-0.h: Remove, move all the contents ...
20290 * s/irix6-5.h: ... here. Simplify.
20291 * config.in: Regenerate.
20292
202932008-02-24 Jason Rumney <jasonr@gnu.org>
20294
20295 * w32term.c (x_draw_glyph_string_background): Clear the background
20296 manually when cleartype is in use.
20297 (x_draw_glyph_string_foreground): Draw text transparently when
20298 cleartype is in use.
20299
20300 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
20301 a font into it unless we have to.
20302
203032008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
20304
20305 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
20306 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 20307
aac0c6e3
MR
203082008-02-18 Jason Rumney <jasonr@gnu.org>
20309
20310 * w32fns.c (Fw32_shell_execute): Encode parameters.
20311
203122008-02-09 Eli Zaretskii <eliz@gnu.org>
20313
20314 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
20315
203162008-02-05 Juanma Barranquero <lekktu@gmail.com>
20317
20318 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
20319
203202008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
20321
20322 * xterm.c (x_set_offset): Don't change the gravity if
20323 CHANGE_GRAVITY is -1.
20324
203252008-02-23 Chong Yidong <cyd@stupidchicken.com>
20326
20327 * fileio.c (auto_save_error_occurred): New var.
20328 (auto_save_error): Set it.
20329 (Fdo_auto_save): Don't overwrite the error message if an auto-save
20330 error occurred.
20331
203322008-02-23 Eli Zaretskii <eliz@gnu.org>
20333
20334 * w32.c (globals_of_w32): Add initializations for
20335 g_b_init_get_sid_sub_authority and
20336 g_b_init_get_sid_sub_authority_count.
20337
203382008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
20341 (font_parse_xlfd): Use them for sanity check.
20342 (Finternal_set_font_style_table): Make sure the table is bijective.
20343
20344 Consolidate the image_cache to the terminal struct.
20345 * termhooks.h (P_): Remove redundant def.
20346 (struct terminal): New field `image_cache'.
20347 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
20348 of FRAME_X_IMAGE_CACHE.
20349 * xterm.h (struct x_display_info): Remove image_cache field.
20350 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20351 * w32term.h (struct w32_display_info): Remove image_cache field.
20352 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20353 * macterm.h (struct mac_display_info): Remove image_cache field.
20354 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
20355 * xterm.c (x_term_init):
20356 * w32term.c (w32_term_init):
20357 * macterm.c (mac_term_init): Set the image_cache in the terminal.
20358 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
20359 Remove declarations.
20360 (clear_image_caches, mark_image_cache): New declarations.
20361 * xfaces.c (clear_face_cache):
20362 * xdisp.c (redisplay_internal): Use clear_image_caches.
20363 * image.c (clear_image_cache): Don't check that a frame is on
20364 a window-system before checking if it shares the same cache.
20365 (clear_image_caches): New function.
20366 (Fclear_image_cache): Use it.
20367 (mark_image): Move from allo.c.
20368 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
20369 * alloc.c (mark_image, mark_image_cache): Move to image.c.
20370 (mark_object): Don't call mark_image_cache for frames.
20371 (mark_terminals): Call mark_image_cache.
20372
20373 * lisp.h (Fdelete_terminal): Declare.
20374
20375 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
20376 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
20377 wrong_type_argument.
20378
203792008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
20380
20381 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
20382 malayalam.el, and tamil.el. Add sinhala.el.
20383
203842008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * xterm.c (x_connection_closed): Consolidate identical tests.
20387 (x_delete_terminal): Don't crash if called via x_connection_closed.
20388
203892008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
20390
20391 * xdisp.c (decode_mode_spec): New arg string.
20392 (display_mode_element): Adjust for the above change.
20393
203942008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
20395
20396 * callint.c (Fcall_interactively): Use AREF.
20397
203982008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
20401
204022008-02-18 Jan Djärv <jan.h.d@swipnet.se>
20403
20404 * xfns.c (Fx_show_tip): Set string to " " if empty.
20405
204062008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
20407
20408 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
20409 with Qt.
20410
204112008-02-17 Kenichi Handa <handa@m17n.org>
20412
20413 * ftfont.c (ftfont_shape): Return Lispy number.
20414
20415 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
20416 for GCs.
20417 (Finternal_set_font_selection_order): Call font_update_sort_order
20418 only when enable_font_backend is set.
20419 (realize_x_face): Set face->font_info to that of default face only
20420 when enable_font_backend is set.
20421
20422 * xdisp.c (handle_composition_prop): Set it->c to the fist
20423 character of the composed region.
20424 (fill_composite_glyph_string): Set base_face->font_info to
20425 s->font_info. Get a face for ascii from base_face->ascii_face.
20426 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
20427 with a face already decided.
20428 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
20429 non-negative.
20430 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
20431 call font_prepare_composition unconditionally.
20432
20433 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
20434
20435 * xterm.h (struct x_display_info): New member font.
20436
20437 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
20438 (x_set_mouse_face_gc, x_new_font): Likewise.
20439 (x_term_init): Setup display_info->font.
20440 (x_delete_terminal): Free display_info->font.
20441
20442 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
20443
20444 * ftxfont.c (ftxfont_default_fid): Delete it.
20445 (ftxfont_open): Set xfont->fid to 0.
20446 (ftxfont_end_for_frame): Clear data specific to the frame and the
20447 font-driver.
20448
20449 * xftfont.c (xftfont_default_fid): Delete it.
20450 (xftfont_open): Set xfont->fid to 0.
20451
20452 * fontset.c (FONTSET_OBJLIST): New macro.
20453 (fontset_find_font): Update font-object list of the fontset.
20454 (free_realized_fontset): New function.
20455 (free_face_fontset): Call free_realized_fontset.
20456 (Ffont_info): Call font_close_object only when enable_font_backend
20457 is set.
20458
20459 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
20460 [HAVE_NTGUI]: Include w32term.h.
20461 [MAC_OS]: Include macterm.ch.
20462 (font_otf_ValueRecord): Use make_number.
20463 (font_finish_cache): Fix handling of reference count.
20464 (font_clear_cache): Update num_fonts.
20465 (font_open_entity): Update smallest_char_width and
20466 smallest_font_height of the frame.
20467 (font_close_object): Update num_fonts.
20468 (Fclear_font_cache): Fix finding the target cache data.
20469
204702008-02-16 Glenn Morris <rgm@gnu.org>
20471
20472 * fontset.c (Finternal_char_font): Fix compilation warning.
20473
204742008-02-16 Eli Zaretskii <eliz@gnu.org>
20475
20476 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
20477 instead of char arrays. Enlarge the size of array passed to
20478 get_token_information.
20479
20480 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
20481 warnings.
20482
204832008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
20484
20485 * .gdbinit: Don't set `args', it breaks gdb --args.
20486
204872008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
20490 within a narrowed buffer.
20491
204922008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
20493
20494 * coding.c (decode_coding_object, encode_coding_object):
20495 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
20496
204972008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
20498
20499 * coding.c (coding_set_destination): Use BEG_BYTE rather than
20500 hardcoding 1.
20501 (detect_coding_system):
20502 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
20503 (string_char_to_byte, string_byte_to_char, insert_from_gap):
20504 * insdel.c (insert_from_gap):
20505 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
20506 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
20507 (string_to_multibyte):
20508 * character.c (chars_in_text, multibyte_chars_in_text):
20509 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
20510
20511 * character.h (FETCH_STRING_CHAR_ADVANCE)
20512 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
20513 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
20514 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
20515
20516 * casefiddle.c (casify_region): Only call after-change and composition
20517 functions on the part of the region that was changed.
20518
20519 * keyboard.c (read_avail_input):
20520 * frame.c (Fdelete_frame): Call Fdelete_terminal.
20521
205222008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20523
20524 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
20525 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
20526
205272008-02-11 Juanma Barranquero <lekktu@gmail.com>
20528
20529 * w32menu.c (push_submenu_start, push_submenu_end)
20530 (push_left_right_boundary, push_menu_pane, push_menu_item):
20531 * keyboard.c (read_key_sequence): Don't pass args with side effects
20532 to AREF, it fails when compiling with -DENABLE_CHECKING.
20533
205342008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
20535
20536 * Makefile.in (${lispsource}international/charprop.el):
20537 Delete this target.
20538
20539 * search.c (boyer_moore): Fix incorrect synching of the trunk and
20540 emacs-unicode-2.
20541
205422008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20543
20544 * terminal.c (Fdelete_terminal): Clean up the `force' path.
20545
205462008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20547
20548 * frame.c (Qnoelisp): New symbol.
20549 (syms_of_frame): Initialize it.
20550 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
20551 harmless Elisp code, from a strong `force' from x_connection_closed.
20552 * frame.h (Qnoelisp): Declare.
20553 * xterm.c (x_connection_closed): Pass `noelisp'.
20554
20555 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
20556 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
20557 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
20558 rather than `int' for the type of `type'.
20559
205602008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
20561
20562 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
20563
20564 * Makefile.in (GNUC): Remove support for gcc-1.x.
20565
205662008-02-10 Richard Stallman <rms@gnu.org>
20567
20568 * lisp.h (ASET): Use AREF, not ASLOT.
20569
205702008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20571
20572 * lisp.h (ASET): Check bounds.
20573
205742008-02-10 Glenn Morris <rgm@gnu.org>
20575
20576 * buffer.c (mode-name): Doc fix.
20577
205782008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20579
20580 * Makefile.in:
20581 * emacs.c:
20582 * gmalloc.c:
20583 * keyboard.c:
20584 * lisp.h:
20585 * m/ibm370aix.h:
20586 * process.c:
20587 * regex.c:
20588 * s/hpux.h:
20589 * sysdep.c:
20590 * sysselect.h:
20591 * systty.h:
20592 * unexec.c:
20593 * w32term.c:
20594 * xsmfns.c:
20595 * xterm.c: Remove code that deals with obsolete variables.
20596
20597 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
20598
20599 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
20600 nothing else needs it anymore.
20601
206022008-02-09 Eli Zaretskii <eliz@gnu.org>
20603
20604 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
20605 instead of unibyte_char_to_multibyte.
20606
206072008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20608
20609 * s/gnu-linux.h: Remove commented out code.
20610
20611 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
20612
20613 * Makefile.in: Update what RMS says about using autoconf.
20614 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
20615 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
20616 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
20617 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
20618
206192008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20620
20621 * keymap.c (Fkey_description): Move side effect outside of macro call.
20622
20623 * xfaces.c (Finternal_make_lisp_face):
20624 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
20625
20626 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
20627 (syms_of_fontset): Use ASET.
20628
20629 * fns.c (concat): Move side effect outside of macro call.
20630 (hash_clear): Use ASET.
20631
206322008-02-08 Richard Stallman <rms@gnu.org>
20633
20634 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
20635 If FORCE, and frame has a surrogate minibuffer for another frame,
20636 delete the other frame first.
20637
206382008-02-07 Timo Savola <timo.savola@iki.fi>
20639
20640 * xterm.c (x_detect_focus_change): Handle embed client message.
20641 (handle_one_xevent): Ditto.
20642 (handle_one_xevent): If embedded and we get a button press/release,
20643 request focus.
20644 (xembed_set_info, xembed_send_message): New functions.
20645 (x_make_frame_visible): Call xembed_set_info if embedded.
20646 (x_make_frame_invisible): Call xembed_set_info if embedded.
20647 (x_term_init): Initialize Xatom_XEMBED.
20648 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
20649 (x_iconify_frame): Ditto.
20650
20651 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
20652 (enum xembed_info, enum xembed_message, enum xembed_focus)
20653 (enum xembed_modifier, enum xembed_accelerator): New.
20654 (xembed_set_info, xembed_send_message): Declare.
20655 (FRAME_X_EMBEDDED_P): New.
20656
20657 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
20658 gtk_plug_new.
20659
20660 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
20661 window ID of a frame.
20662 (x_window): Reparent frame if embedded.
20663 (Fx_create_frame): Don't set border width if embedded.
20664
20665 * emacs.c (USAGE3): Add --parent-id.
20666 (standard_args): Ditto.
20667
206682008-02-07 Jan Djärv <jan.h.d@swipnet.se>
20669
20670 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
20671
206722008-02-07 Jim Meyering <meyering@redhat.com>
20673
20674 Use "do...while (0)", not "if (1)...else" in macro definitions.
20675 The latter provokes a warning from gcc about the empty else, when
20676 followed by ";". Also, without that trailing semicolon, it would
20677 silently swallow up any following statement.
20678 * syntax.h (SETUP_SYNTAX_TABLE)
20679 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
20680 * buffer.h (DECODE_POSITION): Likewise.
20681 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
20682 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
20683 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
20684 (FETCH_CHAR_ADVANCE): Likewise.
20685 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
20686
206872008-02-07 Jim Meyering <meyering@redhat.com>
20688
20689 * lread.c [lint]: Don't include <sys/inode.h>.
20690
206912008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
20692
20693 * xselect.c (x_handle_dnd_message):
20694 * xmenu.c (digest_single_submenu, xmenu_show):
20695 * xdisp.c (with_echo_area_buffer_unwind_data)
20696 (format_mode_line_unwind_data, unwind_format_mode_line)
20697 (display_menu_bar):
20698 * eval.c (Ffetch_bytecode):
20699 * doc.c (store_function_docstring):
20700 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
20701 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
20702 * buffer.c (add_overlay_mod_hooklist): Use ASET.
20703
207042008-02-07 Kenichi Handa <handa@m17n.org>
20705
20706 * ftxfont.c (ftxfont_open): Don't set
20707 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
20708
20709 * ftfont.c (ftfont_open): Fix previous change.
20710
207112008-02-06 Jason Rumney <jasonr@gnu.org>
20712
20713 * w32font.c (w32font_text_extents): Fill in lbearing metric.
20714 Use cached metrics for ASCII characters.
20715 (w32font_open_internal): Don't set font's owning_frame.
20716 Cache metrics for ASCII characters.
20717
20718 * w32font.h (struct w32font_info): Add ascii_metrics.
20719 Remove owning_frame.
20720
207212008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
20722
20723 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
20724 to negative value.
20725
20726 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
20727
20728 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
20729
20730 * charset.c (syms_of_charset): Set QCtest and Qeq.
20731
207322008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20733
20734 * process.c (Fstart_process):
20735 * callproc.c (Fcall_process): Handle the case where
20736 Funhandled_file_name_directory returns nil.
20737
20738 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
20739 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
20740 * font.c (check_gstring): Use them and AREF to access the vector before
20741 we know it's really a gstring.
20742 (Ffont_shape_text): Fix typo.
46e722a9 20743 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
20744
20745 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
20746 Declare.
20747
20748 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
20749
207502008-02-05 Jason Rumney <jasonr@gnu.org>
20751
20752 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
20753 Set smallest_font_height and smallest_char_width in display info.
20754
207552008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
20756
20757 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
20758
207592008-02-05 Miles Bader <miles@gnu.org>
20760
20761 * xfaces.c (get_lface_attributes, merge_named_face)
20762 (lookup_named_face, lookup_derived_face, realize_named_face):
20763 Revert 2008-02-01 change by cyd@stupidchicken.com.
20764
207652008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
20766
20767 * fontset.c (Ffontset_info): Handle the case of inhibitting the
20768 fallback fonts.
20769 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
20770
207712008-02-04 Jason Rumney <jasonr@gnu.org>
20772
20773 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
20774 set full_name.
20775 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
20776
207772008-02-03 Jason Rumney <jasonr@gnu.org>
20778
20779 * makefile.w32-in (OBJ1): Include font.o here.
20780 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
20781
207822008-02-02 Jason Rumney <jasonr@gnu.org>
20783
20784 * makefile.w32-in (temacs): Bump EMHEAP to 21.
20785
207862008-02-01 Jason Rumney <jasonr@gnu.org>
20787
20788 * s/cygwin.h: Define VIRT_ADDR_VARIES.
20789
20790 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
20791
207922008-02-01 Andreas Schwab <schwab@suse.de>
20793
20794 * Makefile.in (shortlisp, lisp): Update for rename of
20795 ../lisp/language/myanmar.el.
20796
207972008-02-01 Chong Yidong <cyd@stupidchicken.com>
20798
20799 * xfaces.c (get_lface_attributes): Delete function.
20800 (merge_named_face, lookup_named_face, lookup_derived_face)
20801 (realize_named_face): Call lface_from_face_name directly, and use
20802 the fact that merge_face_vectors does not alter its FROM argument.
20803
208042008-02-01 Jason Rumney <jasonr@gnu.org>
20805
20806 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
20807 input in the default locale. Handle non-Unicode multibyte input.
20808
208092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20810
20811 * fontset.c (reorder_font_vector): Exclude nil elements from the
20812 font group. Don't try multiple fonts.
20813 (fontset_font): Adjust for the above change.
20814 (Finternal_char_font): Return nil if the found font doesn't
20815 contain the character ch.
20816
20817 * Makefile.in (lisp, shortlisp): Add cham.el.
20818
208192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20820
20821 * font.h (FONTP): Make it return 1 also for a font-object.
20822
20823 * .gdbinit (xfontset): New function.
20824
20825 * font.c (font_find_for_lface): Check if the character C is
20826 supported or not only for the first font.
20827
20828 * fontset.c (reorder_font_vector): Fix typo.
20829 (fontset_find_font): Don't add a font-spec specifying a script.
20830 Use 0 (not Qt) for the indication of empty font-group. Change the
20831 format of RFONT-DEF. Return Qt if no font in the font-group
20832 support the character.
20833 (fontset_font): Adjust for the above change. If no font was
20834 found the character, remember that.
20835 (face_for_char): Adjust for the change of RFONT-DEF.
20836 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
20837 no font for the target.
20838 (Finternal_char_font): Adjust for the change of RFONT-DEF.
20839
208402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20841
20842 * font.c (font_load_for_face): Handle the case that the font in
20843 face->lface is a string.
20844
208452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20846
20847 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
20848
208492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20850
20851 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
20852 Fix previous change. If the frame is not on a window system,
20853 signal an error.
20854
208552008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20856
bba3e508
SM
20857 * coding.c (decode_coding_object, encode_coding_object):
20858 Adjust marker positions after conversion.
aac0c6e3
MR
20859
20860 * lisp.h (struct Lisp_Marker): New member need_adjustment.
20861
208622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20863
20864 * font.c (font_find_for_lface): Fix the handling of the return
20865 value of font_has_char.
20866 (Ffont_shape_text): Fix previous change.
20867
20868 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
20869 (fontset_ref_and_range): Delete it.
20870 (fontset_find_font): Call char_table_ref_and_range instead of
20871 FONTSET_REF_AND_RANGE.
20872 (make_fontset): Don't setup font groups of Latin here.
20873 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
20874 (new_fontset_from_font): Make the specified font the default for
20875 all Latin characters.
20876
208772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20878
20879 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
20880 is on a window system before accessing the fontset of the frame.
20881
208822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20883
20884 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
20885
20886 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
20887 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
20888
20889 * font.c (Ffont_shape_text): If the font driver doesn't have a
20890 shaper function, make zero-width glyphs to have at least one-pixel
20891 width. Fix setting of `to' field of glyphs.
20892
208932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20894
20895 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
20896 glyphs.
20897
20898 * font.h (struct font_driver): Improve docstring of member `shape'.
20899
209002008-02-01 Kenichi Handa <handa@m17n.org>
20901
20902 * composite.c (syms_of_composite): Fix docstring of
20903 auto-composition-function.
20904
20905 * font.h (LGLYPH_SIZE): New macro.
20906
20907 * font.c (Ffont_fill_gstring): Stop filling when a character not
20908 supported by the font is found.
20909 (Ffont_shape_text): When a shape callback function returns nil,
20910 try at most two more times with larger gstring.
20911 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
20912
20913 * xdisp.c (handle_auto_composed_prop): Change the argument to
20914 auto-composition-function.
20915
20916 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
20917 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
20918 Lispy glyph and store it in the lgstring.
20919
20920 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
20921
20922 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
20923
209242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20925
20926 * font.c (Ffont_shape_text): Avoid unnecessary composition.
20927
20928 * fontset.c (Vfont_encoding_charset_alist): New variable.
20929 (syms_of_fontset): DEFVAR it.
20930 (reorder_font_vector, fontset_find_font): Optimize for the case of
20931 no need of reordering.
20932 (face_for_char): Map the charset property by
20933 Vfont_encoding_charset_alist.
20934
209352008-02-01 Jason Rumney <jasonr@gnu.org>
20936
20937 * w32font.c (logfonts_match): Don't check adstyle here.
20938 (font_matches_spec): Check here against physical font instead.
20939 (add_font_entity_to_list): Avoid some substitutions.
20940
20941 * font.c (font_parse_fcname): Default weight and slant to normal.
20942 (font_score): Prefer normal fonts if weight or slant unspecified.
20943 (font_score) [WINDOWSNT]: Scale weight difference down to closer
20944 match freetype scores.
20945
209462008-02-01 Jason Rumney <jasonr@gnu.org>
20947
20948 * w32font.c (w32font_text_extents): Don't use the frame stored in the
20949 font, as it may have been deleted.
20950 (w32_enumfont_pattern_entity): Map generic family to adstyle using
20951 most common hyphenless variation.
20952 (logfonts_match): Check generic family.
20953 (font_matches_spec): Don't check generic family here.
20954 (fill_in_logfont): Set generic family based on adstyle.
20955
20956 * w32font.h (w32font_get_cache): Update declaration.
20957
209582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20959
20960 * ftfont.c (ftfont_get_cache): Adjust the argument type.
20961
20962 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
20963 If none of the new drivers are available, call font_update_drivers
20964 with the old drivers.
20965
20966 * w32font.c (w32font_get_cache): Adjust the argument type.
20967
20968 * xfont.c (xfont_get_cache): Adjust the argument type.
20969
20970 * font.h (struct font_driver): Change argument type of get_cache.
20971
20972 * xftfont.c (xftfont_start_for_frame): Delete prototype.
20973
20974 * font.c (Ffont_get): Fix arguments to Fassoc.
20975 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
20976 (font_clear_cache): New function.
20977 (font_list_entities, font_matching_entity): Use font_get_cache.
20978 (font_update_drivers): Call font_clear_cache when finishing a driver.
20979
20980 * fontset.c (fontset_find_font): Fix previous change.
20981
209822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20983
20984 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
20985 dpyinfo->font_table.
20986 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
20987 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
20988
20989 * font.c (font_at): Handle the case that the arg C is negative.
20990 Handle the unibyte case.
20991 (Ffont_at): Call font_at with the arg C -1.
20992
20993 * xdisp.c (handle_auto_composed_prop): Don't get a character at
20994 the position here, and call font_at with the arg C -1.
20995 Don't check the range of the existing composition at the point.
20996
209972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20998
20999 * fontset.c (fontset_add): New args charset_id and family.
21000 Change caller.
21001 (load_font_get_repertory, fontset_find_font): Assume that
21002 font_spec is always a font-spec object.
21003 (Fset_fontset_font): Always store a font-spec object in a fontset.
21004
21005 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
21006 instead of get_property_and_range.
21007
210082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21009
21010 * xftfont.c (struct xftfont_info): Delete the member ft_face.
21011 (xftfont_open): Don't keep locking face.
21012 (xftfont_close): Don't unlock face.
21013 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
21014
21015 * fontset.c (fontset_find_font): Don't prefer a font of
21016 supplementary charset.
21017
210182008-02-01 Kenichi Handa <handa@m17n.org>
21019
21020 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
21021 script, langsys_tag to langsys, new member script.
21022 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 21023 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
21024 listing to the script specified in that property. Fix arg to
21025 OTF_check_features.
21026
210272008-02-01 Jason Rumney <jasonr@gnu.org>
21028
21029 * w32font.h: New file.
21030
21031 * w32font.c: Include it.
21032 (struct w32font_info): Add owning_frame field. Move to w32font.h.
21033 (w32font_open): Set owning_frame.
21034 (w32font_text_extents): Use owning_frame.
21035 (struct font_callback_data): Add opentype_only field.
21036 (add_font_entity_to_list): Use it to filter fonts.
21037 Don't check against full name.
21038 (w32font_list_internal): New function.
21039 (w32font_list): Use it.
21040 (w32font_match_internal): New function.
21041 (w32font_match): Use it.
21042 (w32font_open_internal): New function.
21043 (w32font_open): Use it.
21044 (w32font_get_cache, w32font_close, w32font_has_char)
21045 (w32font_encode_char, w32font_text_extents, w32font_draw):
21046 Make non-static.
21047
21048 * makefile.w32-in (w32font.o): Depend on w32font.h.
21049
210502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21051
21052 * charset.c (Fdefine_charset_internal): Record a supplementary
21053 charset at the tail of Vcharset_order_list.
21054
21055 * font.c (Ffont_shape_text): Fix the return value.
21056
21057 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
21058
21059 * xdisp.c (handle_auto_composed_prop): Fix previous change.
21060
210612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21062
21063 * ftfont.c (struct OpenTypeSpec): New struct.
21064 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
21065 (ftfont_get_open_type_spec): New function.
21066 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
21067
21068 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
21069
210702008-02-01 Jason Rumney <jasonr@gnu.org>
21071
21072 * w32font.c (add_font_entity_to_list): Compare only the beginning
21073 of full name.
21074
210752008-02-01 Kenichi Handa <handa@m17n.org>
21076
21077 * xdisp.c (handle_auto_composed_prop): Simplify the code.
21078 Never return HANDLED_RECOMPUTE_PROPS.
21079
210802008-02-01 Kenichi Handa <handa@m17n.org>
21081
21082 * font.c (font_gstring_produce): Delete it.
21083
21084 * composite.h (COMPOSITION_METHOD):
21085 Handle COMPOSITION_WITH_GLYPH_STRING.
21086
210872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21088
21089 * xfont.c (Qx): Delete.
21090 (syms_of_xfont): Don't initialize Qx.
21091
21092 * composite.h (enum composition_method):
21093 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
21094
210952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21096
21097 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
21098 (choose_face_font): Accept new form of font-spec.
21099
21100 * frame.h (font_driver_list): Declare it unconditionally.
21101 (struct frame): Define members font_driver_list and font_data_list
21102 unconditionally.
21103
21104 * fontset.c: Include "font.h" unconditionally.
21105 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
21106 (Fset_fontset_font): Accept a font-spec object.
21107
21108 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
21109 PIXEL_SIZE part a wild card.
21110
21111 * dispextern.h (struct glyph_string): Define members clip and
21112 num_clips unconditionally.
21113 (struct face): Define members font_info and extra unconditionally.
21114
21115 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
21116 ftfont_info only when HAVE_LIBOTF is defined.
21117
211182008-02-01 Andreas Schwab <schwab@suse.de>
21119
21120 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
21121 and end.
21122
211232008-02-01 Jason Rumney <jasonr@gnu.org>
21124
21125 * w32font.c (w32font_driver): Add new fields.
21126
211272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21128
21129 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
21130 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
21131 (LIBES): Add @M17N_FLT_CFLAGS@.
21132
21133 * composite.c (compose_text): Don't treat the new style
21134 composition specially.
21135
21136 * emacs.c (main): Call syms_of_font unconditionally.
21137
21138 * font.h (FONT_ENTITY_NOT_LOADABLE)
21139 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
21140 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
21141 (struct font_driver): New member shape.
21142 (font_registry_charsets): Extern it.
21143 (font_find_for_lface, font_prepare_composition): Adjust prototype.
21144 (font_otf_capability, font_drive_otf): Delete their externs.
21145
21146 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
21147 (font_charset_alist, font_registry_charsets): Move from xfont.c
21148 and rename.
21149 (font_prop_validate_otf): New function.
21150 (font_property_table): Register it for QCotf.
21151 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
21152 (font_drive_otf): Delete.
21153 (font_prepare_composition): New arg F. Adjust for the change of
21154 lispy gstring.
21155 (font_find_for_lface): New arg C.
21156 (font_load_for_face): Adjust for the change of font_find_for_lface.
21157 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
21158 lispy gstring.
21159 (Ffont_shape_text): New function.
21160 (Fopen_font): If the font size is not given, use 12-pixel.
21161 (Ffont_at): New arg STRING.
40b1a3a9 21162 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
21163 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
21164 conditionally.
21165
21166 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
21167 fonts of the same font-spec. Change the format of RFONT-DEF.
21168 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
21169 Adjust for the change of RFONT-DEF.
21170 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
21171
21172 * ftfont.h: New file.
21173
21174 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
21175 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
21176 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
21177 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
21178 font_otf_capability and font_drive_otf, set ftfont_shape.
21179 (ftfont_list): Adjust for the change of :otf property value.
21180 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
21181 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
21182 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
21183 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
21184 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
21185 (otf_gstring, gstring, m17n_flt_initialized): New variables.
21186
21187 * w32term.c (x_draw_composite_glyph_string_foreground):
21188 Adjust for the change of lispy gstring.
21189
21190 * xdisp.c (handle_composition_prop): Adjust for the change of
21191 lispy gstring. Call a function for auto-composition with the
21192 third arg it->window.
21193 (fill_composite_glyph_string): Adjust for the change of lispy string.
21194 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
21195
21196 * xfaces.c (set_font_frame_param): Adjust for the change of
21197 font_find_for_lface.
21198
21199 * xfont.c (x_font_charset_alist): Move to font.c and rename.
21200 (xfont_registry_charsets): Likewise. Change caller.
21201 (syms_of_xfont): Don't handle x_font_charset_alist.
21202
21203 * xftfont.c: Include "ftfont.h".
21204 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
21205 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
21206 (xftfont_close) [HAVE_LIBOTF]: Close otf.
21207 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
21208 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
21209 Set xftfont_driver.shape to xftfont_shape.
21210
21211 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
21212 the change of lispy gstring.
21213
212142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21215
21216 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
21217
212182008-02-01 Jason Rumney <jasonr@gnu.org>
21219
21220 * w32font.c (w32font_draw): Fill background manually.
21221
212222008-02-01 Jason Rumney <jasonr@gnu.org>
21223
21224 * font.c (Qfontp): Remove unused symbol.
21225 (QCantialias): New symbol.
21226 (syms_of_font): Define it.
21227 (font_property_table): Set a validator for QCantialias.
21228
21229 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
21230 Define if not already.
21231 (QCfamily): Share with xfaces.c.
21232 (Qstandard, Qsubpixel, Qnatural): New symbols.
21233 (syms_of_w32font): Define them. Don't define QCfamily here.
21234 (w32_antialias_type, lispy_antialias_type): New functions.
21235 (w32_enumfont_pattern_entity): New arg requested_font.
21236 Set antialias parameter if non-default was requested.
21237 (fill_in_logfont): Fill in lfQuality if :antialias specified.
21238
212392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21240
21241 * lread.c (read1): Undo the previous change.
21242
212432008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
21244
21245 * frame.c (Fdelete_frame): Call font_update_drivers only when
21246 USE_FONT_BACKEND is defined.
21247
212482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21249
21250 * font.h (struct font_bitmap): New member bits_per_pixel.
21251 (struct font_driver): New members start_for_frame and end_for_frame.
21252 (struct font_data_list): New struct.
21253 (font_put_frame_data, font_get_frame_data): Extern them.
21254
21255 * frame.h (struct frame): New member font_data_list.
21256
21257 * font.c (font_update_drivers): Call driver->start_for_frame and
21258 driver->end_for_frame at proper timings.
21259 (font_put_frame_data, font_get_frame_data): New functions.
21260 (Ffont_spec): Add usage in the docstring.
21261
21262 * frame.c (make_frame): Initialize f->font_data_list to NULL.
21263 (Fdelete_frame): Call font_update_drivers.
21264
21265 * xftfont.c (struct xftface_info): Delete the member xft_draw.
21266 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
21267 (xftfont_get_xft_draw): New function.
21268 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
21269 (xftfont_end_for_frame): New function.
21270 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
21271
21272 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
21273 Change argument. Cache GCs in the per-frame data.
21274 (struct ftxfont_frame_data): New struct.
21275 (ftxfont_draw_bitmap): New arg gc_fore and flush.
21276 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
21277 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
21278 (ftxfont_end_for_frame): New function.
21279 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
21280
21281 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
21282
212832008-02-01 Kenichi Handa <handa@m17n.org>
21284
21285 * xselect.c (Vselection_coding_system)
21286 (Vnext_selection_coding_system): Delete them.
21287 (syms_of_xselect): Don't declare selection-coding-system and
21288 next-selection-coding-system. They are declared in select.el.
21289
212902008-02-01 Jason Rumney <jasonr@gnu.org>
21291
21292 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
21293
21294 * w32fns.c: Include imm.h.
21295 (get_composition_string_fn, get_ime_context_fn): New optional
21296 system functions.
21297 (globals_of_w32fns): Load them from imm32.dll.
21298 (ignore_ime_char): New flag.
21299 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
21300 WM_IME_ENDCOMPOSITION messages.
21301
21302 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
21303 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
21304
213052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21306
21307 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
21308 (READCHAR_REPORT_MULTIBYTE): New macro.
21309 (readchar): New 2nd arg MULTIBYTE.
21310 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
21311 Make symbol's name multibyte according to the multibyteness of the
21312 source.
21313
213142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21315
21316 * xfaces.c (face_for_overlay_string): Call lookup_face with
21317 correct arguments (fix of synching with the trunk).
21318
213192008-02-01 Kenichi Handa <handa@m17n.org>
21320
21321 * font.c (font_prop_validate_symbol, font_prop_validate_style)
21322 (font_prop_validate_non_neg, font_prop_validate_spacing):
21323 Delete argument prop_index.
21324 (font_property_table): Change arguments to validater. Change Callers.
21325 (font_lispy_object): Delete.
21326 (font_at): Use font_find_object instead fo font_lispy_object.
21327
213282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21329
21330 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
21331 and file names.
21332
213332008-02-01 Jason Rumney <jasonr@gnu.org>
21334
21335 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
21336 (font_matches_spec): Remove debug output.
21337 (add_font_entity_to_list): Avoid using substituted fonts.
21338
213392008-02-01 Jason Rumney <jasonr@gnu.org>
21340
21341 * doc.c (Fsnarf_documentation):
21342 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
21343
213442008-02-01 Miles Bader <miles@gnu.org>
21345
21346 * dispextern.h (struct glyph_row): Only define "clip" field if
21347 HAVE_WINDOW_SYSTEM is defined.
21348
213492008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21350
21351 Fix up multi-tty merge.
21352
21353 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
21354 and indentation.
21355
21356 * xfaces.c (free_realized_face, clear_face_gcs):
21357 Include font_done_for_face in the input_blocked section, just in case.
21358
21359 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
21360 (get_char_face_and_encoding): Undo last change and remove the *other*
21361 duplicate definition (i.e. keep the one that's better scoped and that
21362 includes code for the font-backend).
21363
21364 * terminal.c (create_terminal): Default keyboard_coding to
21365 `no-conversion' and terminal_coding to `undecided'.
21366
21367 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
21368
21369 * fontset.c (free_realized_fontsets): Check that the table entry does
21370 contain a fontset before trying to compare it to `base'.
21371
21372 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
21373 syms_of_charset, and syms_of_coding earlier because init_window_once
21374 now needs Vcoding_system_hash_table to be setup.
21375
21376 * coding.h (default_buffer_file_coding): Remove.
21377
21378 * coding.c (default_buffer_file_coding): Remove.
21379 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
21380 than ->symbol, and use the terminal-local coding system.
21381 (syms_of_coding): Don't setup the coding-systems that are not
21382 terminal-local.
21383 (Fdefine_coding_system_internal): Use XCAR/XCDR.
21384
21385 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
21386 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
21387
21388 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
21389 in chartab.c and were re-added here by mistake.
21390 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
21391
21392 * doc.c (Fsnarf_documentation):
21393 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
21394 src to etc.
21395
21396 * ChangeLog.10: Add mistakenly removed entry.
21397
213982008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
21399
21400 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
21401
214022008-02-01 Miles Bader <miles@gnu.org>
21403
21404 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
21405 Add extra args to FACE_FOR_CHAR.
21406
214072008-02-01 Kenichi Handa <handa@m17n.org>
21408
21409 * keymap.c (where_is_internal_1): If key is a cons, store the copy
21410 in sequence.
21411
21412 * chartab.c (map_sub_char_table, map_char_table): If the range
21413 contains just one character, call the function with that character
21414 even if the depth is not 3.
21415
214162008-02-01 Jason Rumney <jasonr@gnu.org>
21417
21418 * w32font.c (w32font_text_extents): Calculate metrics for the
21419 whole string.
21420
214212008-02-01 Jason Rumney <jasonr@gnu.org>
21422
21423 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
21424
214252008-02-01 Jason Rumney <jasonr@gnu.org>
21426
bba3e508
SM
21427 * w32term.c (x_set_glyph_string_clipping):
21428 Use get_glyph_string_clip_rects.
aac0c6e3
MR
21429 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
21430 Adjust for the change of struct glyph_string.
21431
21432 * w32font.c (w32font_draw): Do clipping here.
21433
214342008-02-01 Kenichi Handa <handa@m17n.org>
21435
21436 * xftfont.c (xftfont_draw): Adjust for the change of struct
21437 glyph_string.
21438
bba3e508
SM
21439 * xterm.c (x_set_glyph_string_clipping):
21440 Use get_glyph_string_clip_rects.
aac0c6e3
MR
21441 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
21442 Adjust for the change of struct glyph_string.
21443
21444 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
21445 the resulting clip(s}.
21446 (expose_overlaps): Add arg r. Change callers. Set it to
21447 row->clip temporarily.
21448 (expose_window): Redraw rows overlapping the exposed area.
21449
21450 * dispextern.h (struct glyph_row): New member clip.
21451 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
21452 clip_height, new member clip, and num_clips.
21453
214542008-02-01 Kenichi Handa <handa@m17n.org>
21455
21456 * data.c (Fchar_or_string_p): Fix docstring.
21457
214582008-02-01 Kenichi Handa <handa@m17n.org>
21459
21460 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
21461 create a temporary XftDraw object.
21462
214632008-02-01 Kenichi Handa <handa@m17n.org>
21464
21465 * font.c (Ffontp): Fix docstring.
21466
21467 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
21468 strong evidence of ISO-2022.
21469
214702008-02-01 Kenichi Handa <handa@m17n.org>
21471
21472 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
21473 SYNTAX_ENTRY_FOLLOW_PARENT.
21474
214752008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21476
21477 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
21478 its type.
21479 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21480 Update to the new type of weak_hash_tables and next_weak.
21481
21482 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
21483 a plain C pointer to Lisp_Hash_Table.
21484
21485 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
21486 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
21487 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
21488 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
21489 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
21490 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
21491 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
21492 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
21493 (GC_EQ): Remove since they've been identical to their non-GC_
21494 alter-egos ever since the markbit was eradicated.
21495
21496 * alloc.c:
21497 * buffer.c:
21498 * buffer.h:
21499 * data.c:
21500 * fileio.c:
21501 * filelock.c:
21502 * fns.c:
21503 * frame.h:
21504 * lisp.h:
21505 * macterm.c:
21506 * print.c:
21507 * process.c:
21508 * w32fns.c:
21509 * w32menu.c:
21510 * w32term.c:
21511 * xfns.c:
21512 * xmenu.c:
21513 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
21514
215152008-02-01 Kenichi Handa <handa@m17n.org>
21516
21517 * chartab.c (map_sub_char_table): Make it work for the top-level
21518 char-table. Fix handling of parent char-table.
21519 (map_char_table): Adjust for the above change.
21520
215212008-02-01 Jason Rumney <jasonr@gnu.org>
21522
21523 * w32font.c (Qgdi): Rename from Qw32.
21524
215252008-02-01 Jason Rumney <jasonr@gnu.org>
21526
21527 * w32bdf.c (get_quoted_string): Make function static.
21528
215292008-02-01 Kenichi Handa <handa@m17n.org>
21530
21531 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
21532 bigger ascent and descent than those of the font, use them as
21533 font's ascent and descent.
21534
215352008-02-01 Kenichi Handa <handa@m17n.org>
21536
21537 * Makefile.in (${lispsource}international/charprop.el): Move this
21538 target within "#ifdef HAVE_UNIDATA" and "#endif".
21539
215402008-02-01 Kenichi Handa <handa@m17n.org>
21541
21542 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
21543 (shortlisp): Add ../lisp/language/tai-viet.el.
21544
215452008-02-01 Ulrich Mueller <ulm@gentoo.org>
21546
21547 * Makefile.in (${lispsource}international/charprop.el): Depend on
21548 temacs${EXEEXT}.
21549
215502008-02-01 Jason Rumney <jasonr@gnu.org>
21551
21552 * w32font.c (w32font_close): Delete the GDI font object.
21553
21554 * w32menu.c: Include character.h.
21555
21556 * w32proc.c: Likewise.
21557
21558 * w32select.c: Likewise.
21559
21560 * makefile.w32-in (w32proc.o): Depend on character.h.
21561
215622008-02-01 Jason Rumney <jasonr@gnu.org>
21563
21564 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
21565
21566 * w32menu.c (syms_of_w32menu): Likewise.
21567
21568 * w32proc.c (syms_of_ntproc): Likewise.
21569
21570 * w32select.c (syms_of_w32select): Likewise.
21571
21572 * w32term.c (syms_of_w32term): Likewise.
21573
215742008-02-01 Jason Rumney <jasonr@gnu.org>
21575
21576 * w32font.c (w32font_draw): Delete brush after using it.
21577
215782008-02-01 Jason Rumney <jasonr@gnu.org>
21579
21580 * w32font.c (w32font_open): Don't set font_idx.
21581 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
21582 to font settings.
21583 (w32font_draw): Fill background explicitly.
21584
215852008-02-01 Jason Rumney <jasonr@gnu.org>
21586
21587 * w32term.c (w32_initialize): Don't call w32font_initialize.
21588
21589 * w32font.c (w32font_info): Remove subranges.
21590 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
21591 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
21592 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
21593 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
21594 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
21595 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
21596 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
21597 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
21598 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
21599 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
21600 New symbols.
21601 (font_callback_data): New struct.
21602 (w32font_list, w32font_match): Use it.
21603 (w32font_open): Don't populate subranges.
21604 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
21605 (w32font_encode_char): Always return unicode code-point as-is.
21606 (w32font_text_extents): Supply a transformation matrix to
21607 GetGlyphOutline. Never look up by glyph index. Avoid looping
21608 twice. Use unicode version of GetTexExtentPoint32 instead of
21609 glyph index version.
21610 (set_fonts_frame): Remove.
21611 (w32_enumfont_pattern_entity): Add frame parameter, use it to
21612 set frame parameter. Use backward compatible fake foundries.
21613 Save generic family in extra slot under QCfamily. Make width slot
21614 constant. Save QCspacing value. Save list of scripts instead of
21615 binary subranges.
21616 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
bba3e508
SM
21617 (add_font_entity_to_list): Use font_callback_data struct.
21618 Filter unwanted fonts.
aac0c6e3
MR
21619 (add_one_font_entity_to_list): Use font_callback_data struct.
21620 (w32_registry): Default to iso10646_1.
21621 (fill_in_logfont): Use dpi from extra slot. Don't bother with
21622 string font registries. Don't fill in font name if it is a generic
21623 family name, fill family instead. Use spacing, family and script
21624 extra info to fill pitch, family and charset fields.
21625 (list_all_matching_fonts): Use font_callback_data struct.
21626 (unicode_range_for_char): Remove.
21627 (font_supported_scripts): New function.
21628 (w32font_initialize): Remove.
21629 (syms_of_w32font): Update which symbols are defined.
21630
216312008-02-01 Jason Rumney <jasonr@gnu.org>
21632
21633 * font.c (font_pixel_size): Reverse assq_no_quit args.
21634
21635 * w32term.h (FONT_WIDTH): Report max width, not average.
21636 (FONT_MAX_WIDTH): Remove.
21637 (FONT_AVG_WIDTH): New macro.
21638
21639 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
21640 redefinition of FONT_WIDTH.
21641
21642 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
21643 (w32_cache_char_metrics): Use FONT_WIDTH.
21644
21645 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
21646
216472008-02-01 Jason Rumney <jasonr@gnu.org>
21648
21649 * w32font.c (w32font_open): Make lfHeight negative.
21650
21651 * w32fns.c (x_default_font_parameter): Use new style font name.
21652 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
21653
216542008-02-01 Jason Rumney <jasonr@gnu.org>
21655
21656 * w32font.c (QCsubranges): New symbol.
21657 (w32font_open, w32font_has_char): Get subranges from subproperty
21658 of extra.
21659 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
21660 (syms_of_w32font): Define :subranges symbol.
21661
21662 * font.c (font_put_extra): Expose externally.
21663
21664 * font.h (font_put_extra): Move declaration from font.c.
21665
21666 * font.c (Ffont_get): Use font driver to determine otf capability.
21667 (adjust_anchor): Check if driver defines anchor_point before using.
21668
21669 * w32font.c (w32font_open): Handle size, height and pixel_size better.
21670 (w32font_draw): Use options.
21671 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
21672 Fix detection of truetype fonts.
21673 (registry_to_w32_charset): Handle charsets other than iso8859-1
21674 expressed as lisp symbols.
21675 (w32_registry): Express charset as lisp symbol.
21676 (fill_in_logfont): Reverse pixel and point height logic.
21677 Don't set width here. Set quality to default.
21678
21679 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
21680 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
21681
21682 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21683 Remove redundant loop and allocation.
21684
21685 * makefile.w32-in (font.o, w32font.o): New objects.
21686 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
21687 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
21688
21689 * xdisp.c (fill_composite_glyph_string): Make the first arg to
21690 STORE_XCHARB a valid l-value.
21691
21692 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
21693 calculations for non-Truetype fonts.
21694 (x_draw_glyph_string): Sync with xterm.c.
21695 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
21696 Remove redundant code.
21697 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
21698
21699 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
21700 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
21701
21702 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
21703 (x_to_w32_charset, w32_to_x_charset): Expose externally.
21704
21705 * w32font.c: New file for w32 font backend.
21706
217072008-02-01 Kenichi Handa <handa@m17n.org>
21708
21709 * term.c: Don't include "buffer.h" twice.
21710
217112008-02-01 Kenichi Handa <handa@m17n.org>
21712
21713 * character.c (Funibyte_string): New function.
21714 (syms_of_character): Defsubr it.
21715
217162008-02-01 Jason Rumney <jasonr@gnu.org>
21717
21718 * w32term.c [USE_FONT_BACKEND]:
21719 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
21720 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
21721 (x_draw_glyph_string, x_draw_glyph_string_foreground)
21722 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
21723 (x_free_frame_resources): Sync with xterm.c.
21724
217252008-02-01 Andreas Schwab <schwab@suse.de>
21726
21727 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
21728 char-table size.
21729
217302008-02-01 Kenichi Handa <handa@m17n.org>
21731
21732 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
21733
217342008-02-01 Kenichi Handa <handa@m17n.org>
21735
21736 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
21737 font_otf_gpos, add font_drive_otf.
21738
21739 * fontset.c (fontset_find_font): Pay attention to font size
21740 specified for a font.
21741 (reorder_font_vector): Check contents of font_def.
21742
21743 * font.c (struct otf_list): Delete it.
21744 (otf_list): Make it a lisp variable.
21745 (otf_open): Use lispy otf_list.
21746 (generate_otf_features): Rename from parse_gsub_gpos_spec.
21747 (check_otf_features): New function.
21748 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
21749 New functions.
21750 (font_drive_otf): New function merging font_otf_gsub and
21751 font_otf_gpos.
21752 (font_open_for_lface): New arg spec. Change argument order.
21753 (font_load_for_face): Adjust for the change of font_open_for_lface.
21754 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
21755 Ffont_otf_gpos.
21756 (syms_of_font): Staticpro otf_list. Delete defsubr of
21757 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
21758
21759 * xfaces.c (set_font_frame_param): Adjust for the change of
21760 font_open_for_lface.
21761
21762 * font.h (font_open_for_lface): Adjust prototype.
21763 (struct font_driver): Delete members otf_gsub and otf_gpos, add
21764 member otf_drive.
21765 (font_otf_gsub, font_otf_gpos): Delete externs.
21766 (font_drive_otf): Extern it.
21767
217682008-02-01 Kenichi Handa <handa@m17n.org>
21769
21770 * font.c (font_at): If the window W is not on a window system,
21771 return Qnil.
21772
21773 * coding.c (produce_chars, encode_coding): Don't call
21774 insert_from_gap if no characters to produce.
21775
217762008-02-01 Kenichi Handa <handa@m17n.org>
21777
21778 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
21779 Fclear_face_cache.
21780
21781 * xfaces.c (face_for_font): Check also face->font==font->font.font.
21782
217832008-02-01 Miles Bader <miles@gnu.org>
21784
21785 * emacs.c (main): Change default value of `enable_font_backend' to 1.
21786 Parse "--disable-font-backend" option.
21787 (standard_args): Add "--disable-font-backend" option.
21788
217892008-02-01 Kenichi Handa <handa@m17n.org>
21790
21791 * fontset.c (fontset_find_font): New function.
21792 (fontset_font): Use fontset_find_font.
21793 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
21794 Register the specified font for all Latin characters.
21795 (new_fontset_from_font): Register the specified font for all Latin
21796 characters.
21797 (dump_fontset): For a realized fontset, include the base fontset
21798 name in the returned vector.
21799
218002008-02-01 Kenichi Handa <handa@m17n.org>
21801
21802 * character.h (CHAR_STRING): Cast C to unsigned on calling
21803 char_string.
21804
21805 * character.c (char_string): Type of arg C changed to unsigned.
21806 Signal an error if C is an invalid character code.
21807
21808 * editfns.c (general_insert_function, Fchar_to_string):
21809 Use CHARACTERP, not INTEGERP.
21810
218112008-02-01 Kenichi Handa <handa@m17n.org>
21812
21813 * character.h (MIN_MULTIBYTE_LEADING_CODE)
21814 (MAX_MULTIBYTE_LEADING_CODE): New macros.
21815
21816 * regex.c (analyse_first): Fix for multibyte characters in "case
21817 charset:" and "case categoryspec:".
21818
218192008-02-01 Andreas Schwab <schwab@suse.de>
21820
21821 * Makefile.in (LIBES): Move standard libraries to the end.
21822
218232008-02-01 Kenichi Handa <handa@m17n.org>
21824
21825 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
21826 nonzero, don't shrink the buffer nextb.
21827
21828 * buffer.h (struct buffer_text): New member inhibit_shrinking.
21829
21830 * coding.c (coding_alloc_by_making_gap): New arg offset.
21831 (alloc_destination): Call coding_alloc_by_making_gap with the arg
21832 offset.
21833 (decode_coding_iso_2022): Update coding->safe_charsets.
21834 (decode_coding_gap): Temporarily set
21835 current_buffer->text->inhibit_shrinking to 1.
21836
218372008-02-01 Kenichi Handa <handa@m17n.org>
21838
bba3e508
SM
21839 * xterm.c (x_draw_composite_glyph_string_foreground):
21840 Fix indexing into elements of s->cmp and s->char2b.
aac0c6e3
MR
21841
218422008-02-01 Juanma Barranquero <lekktu@gmail.com>
21843
21844 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
21845
218462008-02-01 Kenichi Handa <handa@m17n.org>
21847
21848 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
21849 target_multibyte instead of multibyte.
21850 (re_match_2_internal): Call bcmp_translate with target_multibyte.
21851 (bcmp_translate): Change the argument name from multibyte to
21852 target_multibyte.
21853
218542008-02-01 Kenichi Handa <handa@m17n.org>
21855
21856 These changes are to compile a regexp into a pattern that can be
21857 used both for multibyte and unibyte targets.
21858
21859 * Makefile.in (search.o): Depend on charset.h.
21860
21861 * character.c (multibyte_char_to_unibyte_safe): New function.
21862
21863 * search.c: Include "charset.h".
21864 (compile_pattern_1): Delete argument multibyte. Don't set
21865 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
21866 (compile_pattern): Don't compare cp->buf.target_multibyte.
21867 Compare cp->buf.charset_unibyte.
21868 (compile_pattern): Set cp->buf.target_multibyte.
21869
21870 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
21871
21872 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
21873
21874 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
21875 multibyte. Change callers.
21876 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
21877 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
21878 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
21879 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
21880 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
21881 (regex_compile): Make the compiled pattern usable both for
21882 multibyte and unibyte targets.
21883 (analyse_first): Make the fastmap usable both for multibyte and
21884 unibyte targets.
21885 (TRANSLATE_VIA_MULTIBYTE): Delete.
21886 (re_match_2_internal): Pay attention to the case that the
21887 multibyteness of bufp and target may be different.
21888
218892008-02-01 Kenichi Handa <handa@m17n.org>
21890
21891 * xdisp.c (x_produce_glyphs): When a font is not found, make the
21892 empty box occupy at least one column width.
21893
218942008-02-01 Miles Bader <miles@gnu.org>
21895
21896 * Makefile.in: Remove redundant HAVE_XFT clause.
21897
218982008-02-01 Kenichi Handa <handa@m17n.org>
21899
21900 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
21901
219022008-02-01 Kenichi Handa <handa@m17n.org>
21903
21904 * fontset.c (Finternal_char_font): Fix for the case of POSITION
21905 being nil.
21906
219072008-02-01 Kenichi Handa <handa@m17n.org>
21908
21909 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
21910
219112008-02-01 Kenichi Handa <handa@m17n.org>
21912
21913 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
21914
219152008-02-01 Kenichi Handa <handa@m17n.org>
21916
21917 * search.c (simple_search): Fix previous change.
21918
219192008-02-01 Kenichi Handa <handa@m17n.org>
21920
21921 * xftfont.c (ftfont_font_format): Extern declaration.
21922
21923 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
21924
21925 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
21926 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
21927
21928 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
21929 (ftfont_font_format): Fix previous change.
21930
21931 * font.h (Ffont_xlfd_name): EXFUN it.
21932
21933 * font.c (font_parse_xlfd): Fix the array size of `f'.
21934 (register_font_driver): Use EQ to compare driver->type.
21935
21936 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
21937 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
21938 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
21939
219402008-02-01 Kenichi Handa <handa@m17n.org>
21941
21942 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
21943 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
21944
219452008-02-01 Kenichi Handa <handa@m17n.org>
21946
21947 * xfont.c (xfont_open): Set font->format.
21948
21949 * xftfont.c (xftfont_open): Set font->format.
21950
21951 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
21952 (ftfont_list): Include FC_FONTFORMAT in FcObject.
21953 (ftfont_open): Set font->format.
21954 (ftfont_font_format): New function.
21955
21956 * font.h (struct font): New member format.
21957
21958 * font.c (Qopentype): New variable.
21959 (syms_of_font): Defsym it.
21960 (Fquery_font): Change the format of the last element of the return
21961 value.
21962
219632008-02-01 Kenichi Handa <handa@m17n.org>
21964
21965 * xfns.c (xic_create_xfontset): Try the default fontset name as a
21966 last resort.
21967
219682008-02-01 Kenichi Handa <handa@m17n.org>
21969
21970 * coding.c (detect_coding_charset): Fix detection of multi-byte
21971 charset.
21972
219732008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
21974
21975 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
21976
219772008-02-01 Kenichi Handa <handa@m17n.org>
21978
21979 * xdisp.c (get_next_display_element): Set it->face_id for the
21980 first component of a composition.
21981 (x_produce_glyphs): Check if the font is changed or not for composition.
21982
219832008-02-01 Kenichi Handa <handa@m17n.org>
21984
21985 * fontset.c (Qlatin): New variable.
21986 (syms_of_fontset): Define it as a lisp symbol.
21987 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
21988
219892008-02-01 Kenichi Handa <handa@m17n.org>
21990
21991 * font.c (font_unparse_fcname): Pay attention to the case that
21992 some of font property is a null string.
21993
219942008-02-01 Kenichi Handa <handa@m17n.org>
21995
21996 * term.c: Include "composite.h".
21997 (encode_terminal_code): Output all components of composition.
21998 Check the size of encode_terminal_src.
21999 (produce_glyphs): For composition, call produce_composite_glyph.
22000 (append_composite_glyph, produce_composite_glyph): New functions.
22001
22002 * xdisp.c (x_produce_glyphs): In handling composition, if a font
22003 is not found, get font_info from the current ascii face.
22004
220052008-02-01 Kenichi Handa <handa@m17n.org>
22006
22007 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
22008 buffer-file-name to Qnil before calling insert_from_buffer.
22009
22010 * font.c (font_unparse_fcname): Pay attention to the case that
22011 foundry is a null string.
22012
220132008-02-01 Kenichi Handa <handa@m17n.org>
22014
22015 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
22016
22017 * font.c (Qunicode_sip): New variable.
22018 (syms_of_font): Declare it as a Lisp symbol.
22019
22020 * font.h (Qunicode_sip): Extern it.
22021
220222008-02-01 Kenichi Handa <handa@m17n.org>
22023
22024 * composite.c (get_composition_id): Pay attention to TAB component.
22025
22026 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
22027 TAB. Adjust for the change of s->char2b which always points to
22028 the first element of allocated memory.
22029
22030 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
22031
22032 * xdisp.c (handle_composition_prop): Set it->c to the first
22033 non-TAB component.
22034 (fill_composite_glyph_string): Change argument.
22035 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
22036 (x_produce_glyphs): Fix handling of left/right padding.
22037
220382008-02-01 Kenichi Handa <handa@m17n.org>
22039
22040 * coding.c (detect_coding_system): Fix for handling off
22041 inhibit_iso_escape_detection. Fix for the case that no coding
22042 system is defined for a specific coding category.
22043
220442008-02-01 Kenichi Handa <handa@m17n.org>
22045
22046 * font.c (font_matching_entity): Delete unused local var.
22047
22048 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
22049 opening a font.
22050
22051 * fileio.c (Finsert_file_contents): On recovering a file, assume
22052 Unix-like eol.
22053 (choose_write_coding_system): On auto-saving a file, force
22054 Unix-like eol.
22055
22056 * coding.c (setup_coding_system): Fix setting of
22057 coding->common_flags based on eol_type.
22058 (coding_inherit_eol_type): If PARENT is not nil, be sure to
22059 inherit from it.
22060
220612008-02-01 Kenichi Handa <handa@m17n.org>
22062
22063 * alloc.c (NSTATICS): Increas to 0x600.
22064
220652008-02-01 Kenichi Handa <handa@m17n.org>
22066
22067 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
22068 (ftfont_list): Don't check :name property.
22069 (ftfont_match): New function.
22070 (ftfont_pattern_entity): If the pattern doesn't contain
22071 FC_SPACING, don't assume FC_MONO.
22072
22073 * font.h (struct font_driver): New member `match'.
22074 (font_update_drivers): Adjust prototype.
22075
22076 * font.c (font_parse_fcname, font_parse_name): Don't change :name
22077 property of FONT.
bba3e508
SM
22078 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring):
22079 Define them unconditionally.
aac0c6e3
MR
22080 (font_matching_entity): New function.
22081 (font_open_by_name): Try font_matching_entity if exact match is
22082 not found.
22083 (font_update_drivers): Delete the arg FONT. Return a list of
22084 actually used backends. Don't free faces, font caches here.
22085 Don't store data in frame parameters. Don't call x_set_font.
22086 (Ffont_spec): Store :name property as is.
22087 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
22088 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
22089 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
22090 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
22091 Call font->driver->otf_gsub instead of font_otf_gsub.
22092
22093 * frame.c (x_set_font_backend): Do more works that were done in
22094 font_update_drivers before.
22095
22096 * xfont.c (xfont_match): New function.
22097 (xfont_driver): Set xfont_driver.match to xfont_match.
22098 (xfont_draw): Set font in GC if necessary.
22099
22100 * ftxfont.c (ftxfont_match): New function.
22101 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
22102
22103 * xftfont.c (xftfont_match): New function.
22104 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
22105
221062008-02-01 Kenichi Handa <handa@m17n.org>
22107
22108 * font.h (struct font): New member scalable.
22109 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
22110 (font_otf_gsub): Adjust prototype.
22111
22112 * font.c (font_otf_capability): Fix handling of the default langsys.
22113 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
22114 Check the contents of SPEC.
22115 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
22116 (check_gstring): New function.
22117 (REPLACEMENT_CHARACTER): New macro.
22118 (font_otf_gsub): New arg alternate_subst. Be sure to set all
22119 glyph codes of GSTRING.
22120 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
22121 (font_prepare_composition): Set cmp->glyph_len.
22122 (font_open_entity): Set font->scalable.
22123 (Ffont_get): Handle :otf property.
bba3e508
SM
22124 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates):
22125 New functions.
aac0c6e3
MR
22126 (Fquery_font): Use font->font.full_name.
22127 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
22128 Sfont_otf_alternates.
22129
22130 * ftfont.c (ftfont_open): Set font->font.full_name and
22131 font->font.name properly. Fix calculation of font->font.height
22132 and font->min_width.
22133
22134 * ftxfont.c (ftxfont_create_gcs): New function.
22135 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
22136 (ftxfont_draw_backgrond): Fix filling region.
22137 (ftxfont_default_fid): New function.
22138 (ftxfont_open): Set xfont->fid to the return value of
22139 ftxfont_default_fid.
22140 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
22141 (ftxfont_done_face): Free only GCs that are created by
22142 ftxfont_create_gcs.
22143 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
22144
22145 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
22146 Clip to src->width, etc (not src->clip_XXX).
22147
22148 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
22149 FontBackend frame parameter.
22150
221512008-02-01 Kenichi Handa <handa@m17n.org>
22152
22153 * font.h (struct font_driver_list): New member `on'.
22154 (Fclear_font_cache): EXFUN it.
22155 (font_update_drivers): Extern it.
22156
22157 * font.c (font_unparse_fcname): Fix typo (swidth->width).
22158 (font_list_entities): Check driver_list->on.
40b1a3a9 22159 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
22160 (font_update_drivers): New function.
22161 (Fclear_font_cache): Check driver_list->on.
22162
22163 * frame.h (Qfont_backend): Extern it.
22164 (x_set_font_backend): Extern it.
22165
22166 * frame.c (Qfont_backend): New variable.
22167 (frame_parms): New element for font-backend.
22168 (x_set_font_backend): New function.
22169
22170 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
22171 FontBackend frame parameter.
22172 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
22173 x_set_font_backend.
22174
22175 * xfont.c (xfont_list): Don't try listing by :name property if the
22176 name is not for XLFD.
22177
221782008-02-01 Kenichi Handa <handa@m17n.org>
22179
22180 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
22181 (LGLYPH_SET_TO): New macros.
22182 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
22183 element of G is vector or not.
22184 (font_at): Extern it.
22185
22186 * font.c: Include window.h.
22187 (font_lispy_object): New function.
22188 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
22189 end of valid glyph.
22190 (font_close_object): Fix getting (struct font *).
22191 (font_at): New function.
22192 (Ffont_get): If FONT is a font-object, get entity from it.
22193 (Ffont_make_gstring): Initialize elements of glyphs with nil.
bba3e508
SM
22194 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.
22195 Fix range check.
aac0c6e3
MR
22196 (Ffont_at): New function.
22197 (syms_of_font): Defsubr Sfont_at.
22198
22199 * xdisp.c (it_props): Move the entry for Qauto_composed to just
22200 before the entry for Qcomposition.
22201 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
22202 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
22203 the font in gstring.
22204 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
22205 LGLYPH_FORM (g) to detect the end of valid glyph.
22206 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
22207 we are composing with gstring.
22208
22209 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
22210 Check if adjustment is vector or not.
22211
22212 * Makefile.in (font.o): Make it depends on window.h.
22213
222142008-02-01 Kenichi Handa <handa@m17n.org>
22215
22216 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
22217 adjustment is vector or not.
22218
222192008-02-01 Miles Bader <miles@gnu.org>
22220
22221 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
22222
222232008-02-01 Kenichi Handa <handa@m17n.org>
22224
22225 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
bba3e508 22226 (LGLYPH_SET_WIDTH): Adjust for the change of LGLYPH format.
aac0c6e3
MR
22227 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
22228
22229 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
22230 (DEVICE_DELTA): Fix typo.
22231 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
22232 LGLYPH format.
22233
22234 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
22235 the change of LGLYPH format.
22236
222372008-02-01 Kenichi Handa <handa@m17n.org>
22238
22239 * ftfont.c (ftfont_list): Fix typo.
22240 (ftfont_build_basic_charsets): Don't include letters with diacritics.
22241
222422008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22243
22244 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
22245
22246 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
22247 xftface_info is non-NULL.
22248
222492008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22250
22251 * ftfont.c (ftfont_list): Move misplaced #endif.
22252
222532008-02-01 Kenichi Handa <handa@m17n.org>
22254
22255 * ftfont.c (ftfont_list): Pay attention to the case that
22256 FC_CAPABILITY is not defined.
22257
222582008-02-01 Kenichi Handa <handa@m17n.org>
22259
22260 * xftfont.c (xftfont_open): Set charset related members to -1.
22261
22262 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
22263 QCname.
22264 (ftfont_open): Set charset related members to -1.
22265
22266 * fontset.c (Votf_script_alist): New variable.
22267 (syms_of_fontset): Initialize it.
22268 (fontset_font): Delete unused variable.
22269
22270 * fontset.h (Votf_script_alist): Extern it.
22271
22272 * font.c (font_find_for_lface): Optimize code.
22273
22274 * font.h (font_close_object, font_merge_old_spec): Extern them.
22275
222762008-02-01 Kenichi Handa <handa@m17n.org>
22277
22278 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
22279 (syms_of_font): Initialize them.
22280 (font_pixel_size): Allow float value in dpi.
22281 (font_prop_validate_type): Delete.
22282 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
22283 Change caller.
22284 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
22285 (font_prop_validate_extra): Delete.
22286 (font_prop_validate_spacing): New function.
22287 (font_property_table): Add elements for all known properties.
bba3e508
SM
22288 (get_font_prop_index): Rename from check_font_prop_name.
22289 New argument FROM. Change caller.
aac0c6e3
MR
22290 (font_prop_validate): Validate all known properties.
22291 (font_put_extra): Delete argument force. Change caller.
22292 (font_expand_wildcards): Make it static. Fix the way of shrinking
22293 the possible range.
22294 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
22295 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
22296 Change caller.
22297 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
22298 (font_parse_fcname): Delete argument merge. Fix parsing of point
22299 size. Don't validate properties values here. Change caller.
22300 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
22301 (font_open_by_name): Delete unused variable.
22302 (Ffont_spec): Likewise. Validate property values.
22303 (Ffont_match_p): New function.
22304
22305 * font.h (QCscalable): Extern it.
22306 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
22307
22308 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
22309
22310 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
22311 (xfont_list_pattern): New function.
22312 (xfont_list): Use xfont_list_pattern.
22313
223142008-02-01 Kenichi Handa <handa@m17n.org>
22315
22316 * font.h (Flist_fonts): EXFUN it.
22317
223182008-02-01 Jason Rumney <jasonr@gnu.org>
22319
22320 * w32term.c (w32_initialize): Add back smoothing_type and
22321 smoothing_enabled definitions.
22322
223232008-02-01 Kenichi Handa <handa@m17n.org>
22324
22325 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
22326 s->face->font on determining underline position.
22327
223282008-02-01 Kenichi Handa <handa@m17n.org>
22329
22330 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
22331 (font_has_char): Accept font-object too.
22332 (font_find_for_lface): Try at first with a size specified in face.
22333
223342008-02-01 Kenichi Handa <handa@m17n.org>
22335
22336 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
22337 font_open_by_name.
22338
223392008-02-01 Kenichi Handa <handa@m17n.org>
22340
22341 * font.h (QCspacing, QCdpi): Extern them.
22342 (enum font_spacing): New enum.
22343 (FONT_PIXEL_SIZE_QUANTUM): New macro.
22344
22345 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
22346 (QCspacing, QCdpi): New variables.
22347 (syms_of_font): Initialize them.
22348 (font_pixel_size): New function.
22349 (font_put_extra): New function.
22350 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
22351 in FONT_EXTRA.
22352 (font_parse_fcname): Handle enumerated values (e.g. bold).
22353 Fix handling font size. Add QCname property that contains only
22354 unknown properties.
22355 (font_score): Change argument. Change caller. Pay attention to
22356 FONT_PIXEL_SIZE_QUANTUM.
22357 (font_sort_entites, font_list_entities, font_find_for_lface)
22358 (font_open_for_lface, font_open_by_name): Fix handling of font size.
22359 (Ffont_spec): Add QCname property that contains only unknown properties.
22360
bba3e508
SM
22361 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.
22362 Don't include weight in listing pattern, instead check weight of each
aac0c6e3
MR
22363 listed font. Don't include scalable in pattern. Pay attention to
22364 FONT_PIXEL_SIZE_QUANTUM.
22365
223662008-02-01 Kenichi Handa <handa@m17n.org>
22367
22368 * font.c (font_parse_fcname): Fix parsing of point-size.
22369 (font_unparse_fcname): Produce symbolic names for style properties.
22370 (font_list_entities): Handle float size correctly.
22371 (font_open_by_name): Prefer `normal' property values if the name
22372 doesn't specify them.
22373
22374 * fontset.c (Finternal_char_font): Use font_get_name, not
22375 Ffont_xlfd_name.
22376
22377 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
22378 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
22379 pattern. Don't force scalable.
22380
22381 * xftfont.c (xftfont_open): For generating a name, start from
22382 96-byte buffer.
22383
223842008-02-01 Jan Djärv <jan.h.d@swipnet.se>
22385
22386 * frame.h (x_new_fontset2): Fix prototype.
22387
223882008-02-01 Kenichi Handa <handa@m17n.org>
22389
22390 * font.h (struct font_driver): Delete member parse_name.
22391 (font_match_p, font_get_spec, font_parse_fcname)
22392 (font_unparse_fcname): Extern them.
22393 (font_get_name): Adjust prototype.
22394
22395 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
22396 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
bba3e508
SM
22397 (font_expand_wildcards): Fix handling ENCODING field.
22398 Avoid unnecessary checks for weight, slant, and swidth.
aac0c6e3
MR
22399 (font_parse_fcname): New function.
22400 (font_unparse_fcname): New function.
22401 (font_parse_name): New function.
22402 (font_match_p): New function.
22403 (font_get_name): Change return value to Lisp string.
22404 (font_get_spec): New function.
22405 (Qunspecified, Qignore_defface): Don't extern them.
22406 (font_find_for_lface): Assume that LFACE is fully specified.
22407 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
22408 object, use it for FACE.
22409 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
22410 driver->parse_name.
22411 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
22412
22413 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
22414 prototype.
22415
22416 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
22417 argument F. Don't call Fnew_fontset. Instead, directly call
22418 make_fontset.
22419
22420 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
22421
22422 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
22423 of x_new_fontset2.
22424
22425 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
22426 (Qsans__serif): New variables.
22427 (ftfont_generic_family_list): New variable.
22428 (syms_of_ftfont): Initialize the above variables.
22429 (ftfont_pattern_entity): Delete argument NAME.
22430 (ftfont_list_generic_family): New function.
22431 (ftfont_parse_name): Delete this function.
22432 (ftfont_list): Try generic family only when FcFontList found no font.
22433 (ftfont_list_family): Fix args to FcObjectSetBuild.
22434
22435 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
22436 object in attrs[LFACE_FONT_INDEX].
22437 (set_lface_from_font_name): Cancel all changes for font-backend.
22438 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
22439 function.
22440 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
22441 font object in QCfont attribute.
22442 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
22443 (realize_default_face) [USE_FONT_BACKEND]: Call
22444 set_lface_from_font_and_fontset.
22445
22446 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
22447 "fixed", and signal error here if no suitable font was found.
22448
22449 * xfont.c (xfont_parse_name): Delete this function.
22450
22451 * xftfont.c (xftfont_open): Change coding style of error
22452 handling. Generate fontconfig's fontname pattern.
22453
22454 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
22455 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
22456
22457 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
22458 Both args FONTSET and FONT_OBJECT must be existing ones.
22459
224602008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22461
22462 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
22463
224642008-02-01 Kenichi Handa <handa@m17n.org>
22465
22466 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
22467
22468 * font.h (struct font): Fix typo.
22469
22470 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
22471 XLFD_XXX_INDEX.
22472 (enum xlfd_field_mask): New enum.
ef1b0ba7 22473 (intern_font_field): Change argument. Change caller. If digits
aac0c6e3
MR
22474 are followed by non-digits, return a symbol.
22475 (font_expand_wildcards): New function.
22476 (font_parse_xlfd): Fix wildcard handling.
22477 (Ffont_spec): If :name is specified, reflect the info in the other
22478 properties.
22479
22480 * ftfont.c (ftfont_pattern_entity): Fix typo.
22481 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
22482 locale.
22483
224842008-02-01 Kenichi Handa <handa@m17n.org>
22485
22486 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
22487
22488 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
22489 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
22490 registry doesn't specify encoding part.
22491 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
22492 (font_open_by_name): At first try parsing the name.
22493 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
22494 as Lisp symbols.
22495
22496 * fontset.c (reorder_font_vector): Pay attention to the case that
22497 the 3rd element of font_def is nil.
22498 (fontset_font): For the default fontset, append one more fontset
22499 elements for a script-based font specification. Don't add script
22500 attribute on finding a font.
22501 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
22502 font name.
22503 (fontset_ascii_font): If a font can't be opened, return nil.
22504
22505 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
22506 (ftfont_pattern_entity): New function.
22507 (ftfont_get_cache): Assume that freetype_font_cache is already
22508 initialized.
22509 (ftfont_list): Handle the case that a file is specified in font
22510 name. Use ftfont_pattern_entity to generate entities.
22511 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
22512 (syms_of_ftfont): Initialize freetype_font_cache.
22513
22514 * xftfont.c (xftfont_open): Make the font name fontconfig's
22515 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
22516 (xftfont_close): Free font->font.name if not NULL.
22517
22518 * xfont.c (xfont_list): If script is specified for a font, return
22519 null_vector.
22520 (xfont_list_family): Declare argument type.
22521
22522 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
22523 name, set LFACE_FONT (lface) to nil.
22524
22525 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
22526 return Qnil.
22527
225282008-02-01 Kenichi Handa <handa@m17n.org>
22529
22530 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
22531 (standard_args): Add "-enable-font-backend".
22532
225332008-02-01 Kenichi Handa <handa@m17n.org>
22534
22535 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
22536 (struct xftdraw_list, xftdraw_list): Delete them.
22537 (register_xftdraw, check_xftdraw): Delete them.
22538 (xftfont_prepare_face): Don't call register_xftdraw.
22539 (xftfont_done_face): Don't call check_xftdraw.
22540 (xftfont_draw): Get background color only when with_background is
22541 nonzero.
22542
22543 * xfont.c (xfont_encode_char): Fix calculation of char2b.
22544
225452008-02-01 Kenichi Handa <handa@m17n.org>
22546
22547 These changes are for the new font handling codes.
22548
22549 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
22550 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
22551 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
22552 (FONTSRC, FONTOBJ): New variables.
22553 (obj): Add $(FONTOBJ).
22554 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
22555 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
22556 @LIBOTF_LIBS@.
22557 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
22558 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
22559
22560 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
22561
22562 * character.h (Vscript_representative_chars): Extern it.
22563
22564 * character.c (Vscript_representative_chars): New variable.
22565 (syms_of_character): Declare it as a Lisp variable.
22566
22567 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
22568 enable_font_backend is nonzero, accept the composition method
22569 COMPOSITION_WITH_GLYPH_STRING.
22570
22571 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
22572 enumeration COMPOSITION_WITH_GLYPH_STRING.
22573
22574 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
22575 members clip_x, clip_y, clip_width, and clip_height.
22576 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
22577
22578 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
22579 --enable-font-backend. Call syms_of_font.
22580
22581 * fns.c (assoc_no_quit): New function.
22582
22583 * fontset.h (FONT_INFO_FROM_FACE): New macro.
22584 (face_for_font, new_fontset_from_font)
22585 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
22586
22587 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
22588 (fontset_font, fontset_ascii, face_for_char)
22589 (make_fontset_for_ascii_face, Ffont_info)
22590 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
22591 is nonzero, use font-backend mechanism.
22592 (find_font_encoding): Make it non-static.
22593 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
22594 New functions.
22595
22596 * frame.h (struct frame): New members resx and resy.
22597 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
22598 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
22599
22600 * frame.c [USE_FONT_BACKEND]: Include "font.h".
22601 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
22602
22603 * lisp.h (assoc_no_quit): Extern it.
22604
22605 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
22606 Through out the file, use FONT_INFO_FROM_FACE instead of
22607 FONT_INFO_FROM_ID, use get_per_char_metric instead of
22608 rif->per_char_metric.
22609 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
22610 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
22611 (get_glyph_face_and_encoding, fill_composite_glyph_string)
22612 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
22613 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
22614 nonzero, use font-backend mechanism.
22615 (get_per_char_metric): New function.
22616
22617 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
22618 (set_lface_from_font_name)
22619 (set_font_frame_param, free_realized_face)
22620 (prepare_face_for_display, clear_face_gcs)
22621 (Finternal_set_font_selection_order, realize_x_face)
22622 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
22623 font-backend mechanism.
22624 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
22625 (load_face_font) [USE_FONT_BACKEND]: Abort.
22626 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
22627 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
22628
22629 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
22630 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
22631 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
bba3e508
SM
22632 nonzero, register all available font drivers.
22633 Call x_default_font_parameter for deciding a font.
aac0c6e3
MR
22634 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
22635
22636 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
22637 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
22638 (x_set_glyph_string_clipping_exactly)
22639 (x_compute_glyph_string_overhangs)
22640 (x_draw_glyph_string_foreground)
22641 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
22642 (x_free_frame_resources) [USE_FONT_BACKEND]: If
22643 enable_font_backend is nonzero, use font-backend mechanism.
22644 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
22645
226462008-02-01 Kenichi Handa <handa@m17n.org>
22647
22648 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
22649 system_eol_type.
22650 (syms_of_coding): Initialize system_eol_type.
22651
22652 * process.c (Fset_process_coding_system): Inherit system's eol
22653 format if necessary.
22654
226552008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22656
22657 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
22658
226592008-02-01 Kenichi Handa <handa@m17n.org>
22660
22661 * coding.c (decode_eol): Pay attention to buffer relocation in
22662 del_range_2.
22663 (decode_coding): Call decode_eol before restoring undo_list.
22664
226652008-02-01 Kenichi Handa <handa@m17n.org>
22666
22667 * charset.c (Fdefine_charset_internal): Fix setting of
22668 emacs_mule_bytes.
22669
226702008-02-01 Kenichi Handa <handa@m17n.org>
22671
22672 * keyboard.c (read_char): Check if C is a character or not before
22673 looking up Vkeyboard_translate_table.
22674
226752008-02-01 Kenichi Handa <handa@m17n.org>
22676
bba3e508
SM
22677 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION):
22678 Fix condition to terminate the loop.
aac0c6e3
MR
22679
226802008-02-01 Kenichi Handa <handa@m17n.org>
22681
22682 * coding.c (produce_composition): Compare charbuf[i] instead of
22683 args[i] against 0.
22684 (Fterminal_coding_system): Use EQ to compare Lisp objects.
22685
226862008-02-01 Kenichi Handa <handa@m17n.org>
22687
22688 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
22689 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
22690 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
22691 detect_coding.
22692 (emacs_mule_char): Handle old style (Emacs 20) component character
22693 of a composition.
22694 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
22695 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
22696 composition rule.
22697 (decode_coding_emacs_mule): Handle invalid bytes correctly.
22698
226992008-02-01 Kenichi Handa <handa@m17n.org>
22700
22701 * coding.c (encode_coding_ccl): Allocate destination dynamically
22702 when necessary.
22703
227042008-02-01 Kenichi Handa <handa@m17n.org>
22705
22706 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
22707 the loop. When quitted, show a proper error message.
22708
227092008-02-01 Kenichi Handa <handa@m17n.org>
22710
bba3e508
SM
22711 * xterm.c (x_set_glyph_string_clipping_exactly):
22712 Set src->clip_head and src->clip_tail temporarily instead of src->hl.
aac0c6e3
MR
22713
22714 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
22715 character sequence.
22716 (Fccl_execute_on_string): Use ASET, not XSET.
22717
227182008-02-01 Kenichi Handa <handa@m17n.org>
22719
22720 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
22721
227222008-02-01 Kenichi Handa <handa@m17n.org>
22723
22724 * coding.c (decode_coding): Fix the condition of terminating the
22725 decoding loop.
22726
227272008-02-01 Kenichi Handa <handa@m17n.org>
22728
22729 * data.c (Faset): On setting a character bigger than 255 in a
22730 unibyte string, signal an error instead of make the string multibyte.
22731
227322008-02-01 Kenichi Handa <handa@m17n.org>
22733
22734 * charset.c (map_charset_chars): Fix for ascii-compatible charset
22735 made by a mapping table.
22736
227372008-02-01 Kenichi Handa <handa@m17n.org>
22738
22739 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
22740 not.
22741 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
22742 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
22743
bba3e508
SM
22744 * xterm.c (x_draw_composite_glyph_string_foreground):
22745 Check s->face is NULL or not.
aac0c6e3
MR
22746
227472008-02-01 Kenichi Handa <handa@m17n.org>
22748
22749 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
22750 (x_draw_glyph_string): Fix drawing of right_overhang and
22751 left_overhang around/on cursor.
22752
22753 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
22754
227552008-02-01 Kenichi Handa <handa@m17n.org>
22756
22757 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
22758
227592008-02-01 Kenichi Handa <handa@m17n.org>
22760
22761 * coding.c (Fdefine_coding_system_internal)
22762 (Fdefine_coding_system_alias): Avoid a duplicated element in
22763 Vcoding_system_alist.
22764
227652008-02-01 Kenichi Handa <handa@m17n.org>
22766
22767 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
22768
22769 * coding.c (Qcoding_system_define_form): New variable.
22770 (syms_of_coding): Intern and staticpro it.
22771 (Fcoding_system_p): Check Qcoding_system_define_form.
22772 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
22773
22774 * coding.h (CODING_SYSTEM_P): If ID is not available, call
22775 Fcoding_system_p.
22776 (CHECK_CODING_SYSTEM): If ID is not available, call
22777 Fcheck_coding_system.
22778 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
22779 Try also Fcheck_coding_system.
22780
227812008-02-01 Kenichi Handa <handa@m17n.org>
22782
22783 * coding.c (code_conversion_restore): GCPRO arg.
22784
227852008-02-01 Kenichi Handa <handa@m17n.org>
22786
22787 * character.c (lisp_string_width): Check multibyteness of STRING.
22788
227892008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22790
22791 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
22792 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
22793 (decode_mac_font_name): Use decode_coding_c_string instead of
22794 decode_coding.
bba3e508
SM
22795 (x_load_font): Initialize fontp->fontset to -1.
22796 Set fontp->encoding_type.
aac0c6e3
MR
22797
227982008-02-01 Kenichi Handa <handa@m17n.org>
22799
22800 * search.c (search_buffer): Give up BM search on case-fold-search
22801 if one of a target character has a case-equivalence of different
3b59c351 22802 byte length even if that target character is an ASCII.
aac0c6e3
MR
22803 (simple_search): Fix calculation of byte length of matched text.
22804 (boyer_moore): Fix handling of case-equivalent multibyte characters.
22805
228062008-02-01 Kenichi Handa <handa@m17n.org>
22807
22808 * coding.c (decode_coding): Fix handling of invalid bytes.
22809
228102008-02-01 Kenichi Handa <handa@m17n.org>
22811
22812 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
22813 Unicode characters.
22814
228152008-02-01 Kenichi Handa <handa@m17n.org>
22816
22817 * coding.c (encode_coding_object): If a pre-write-conversion
22818 function makes a new buffer, kill it.
22819
228202008-02-01 Kenichi Handa <handa@m17n.org>
22821
22822 * coding.c (QCascii_compatible_p): New variable.
22823 (syms_of_coding): Initialize it.
22824 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
22825 calling string_char.
22826 (record_conversion_result): Add `default:' case.
22827 (coding_charset_list): Delete unused variable `coding_type'.
22828 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
22829 property in the plist of the coding system.
22830 (Fcoding_system_put): Check QCascii_compatible_p.
22831
228322008-02-01 Miles Bader <miles@gnu.org>
22833
22834 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
22835 removed calculation of frame `f', as it's now used.
22836
228372008-02-01 Kenichi Handa <handa@m17n.org>
22838
22839 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
22840 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
22841 (UNIDATA): New variable.
22842 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
bba3e508
SM
22843 (bootstrap-emacs${EXEEXT}): Depends on charprop.el.
22844 Run $(RUN_TEMACS) unconditionally.
aac0c6e3
MR
22845
228462008-02-01 Kenichi Handa <handa@m17n.org>
22847
22848 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
22849 (admindir): New variable.
22850 ($(lispsource)international/charprop.el): New target.
22851
228522008-02-01 Miles Bader <miles@gnu.org>
22853
22854 * character.c (chars-in-region): Remove obsolete function.
22855 (syms_of_character): Remove its initialization.
22856
228572008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
22858
22859 * w32select.c (validate_coding_system)
22860 (setup_windows_coding_system): New functions.
bba3e508
SM
22861 (convert_to_handle_as_coded, Fw32_get_clipboard_data):
22862 Use setup_windows_coding_system.
22863 (setup_config, Fw32_get_clipboard_data):
22864 Use validate_coding_system.
aac0c6e3
MR
22865 (Fx_selection_exists): Move call to setup_config to a place
22866 where signals are allowed.
22867
22868 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
22869 (Fcheck_coding_system): Add declarations.
22870
228712008-02-01 Kenichi Handa <handa@m17n.org>
22872
22873 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
22874
228752008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22876
22877 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
22878 string as the second argument for x_new_fontset.
22879
228802008-02-01 Kenichi Handa <handa@m17n.org>
22881
22882 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
22883 (encode_coding_object): Use safe_call instead of call2.
22884
228852008-02-01 Kenichi Handa <handa@m17n.org>
22886
22887 * fontset.c (Fset_fontset_font): Check family element of a given vector.
22888
22889 * Makefile.in (lisp): Include charprop.el.
22890
228912008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22892
22893 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
22894 Not sure if it's unnecessary.
22895
228962008-02-01 Steven Tamm <steventamm@mac.com>
22897
22898 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
22899 some possibly unnecessary fontset checking code that crashed
22900 when creating a new frame.
22901
229022008-02-01 Kenichi Handa <handa@m17n.org>
22903
22904 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
22905 lookup_face.
22906
22907 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
22908
22909 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
22910
229112008-02-01 Kenichi Handa <handa@m17n.org>
22912
22913 * coding.c: Cancel the change done in HEAD on 2008-02-01.
22914 (coding_charset_list): New function.
22915
22916 * coding.h (coding_charset_list): Extern it.
22917
229182008-02-01 Kenichi Handa <handa@m17n.org>
22919
22920 * fontset.c (Fset_fontset_font): Call find_font_encoding with
22921 concatenation of family and registry.
22922
229232008-02-01 Kenichi Handa <handa@m17n.org>
22924
22925 * character.h (BYTE8_STRING): Fix typo.
22926
22927 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
22928 string to multibyte (sync to HEAD).
22929
22930 * casefiddle.c (casify_region): Handle changes in byte-length
22931 using replace_range_2 (sync to HEAD).
22932
229332008-02-01 Andreas Schwab <schwab@suse.de>
22934
22935 * chartab.c (map_char_table): GCPRO table and arg.
22936
229372008-02-01 Kenichi Handa <handa@m17n.org>
22938
22939 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
22940 already at limit.
22941
229422008-02-01 Kenichi Handa <handa@m17n.org>
22943
22944 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
22945 instead of fast_c_string_match_ignore_case.
bba3e508
SM
22946 (find_font_encoding): Change argument to Lisp_Object.
22947 Use fast_string_match_ignore_case instead of
aac0c6e3
MR
22948 fast_c_string_match_ignore_case. Change caller.
22949
229502008-02-01 Kenichi Handa <handa@m17n.org>
22951
22952 * xdisp.c (get_next_display_element): In unibyte case, decide to
22953 display in octal form by checking a character by
22954 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
22955
22956 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
22957
22958 * character.c (unibyte_has_multibyte_table): New variable.
22959
22960 * character.h (unibyte_has_multibyte_table): Extern it.
22961 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
22962
229632008-02-01 Kenichi Handa <handa@m17n.org>
22964
22965 * coding.c (encode_coding_iso_2022): Fix handling of charset
22966 annotation.
22967
229682008-02-01 Kenichi Handa <handa@m17n.org>
22969
22970 * coding.c (setup_coding_system): If coding_system is nil, use
22971 Qundecided.
22972 (Fterminal_coding_system): Return nil if terminal coding system is
22973 `undecided'.
bba3e508
SM
22974 (syms_of_coding): Define coding-system `undecided' here.
22975 Setup terminal_coding as `undecided'.
aac0c6e3
MR
22976
229772008-02-01 Kenichi Handa <handa@m17n.org>
22978
bba3e508
SM
22979 * xdisp.c (message_dolog, set_message_1):
22980 Call unibyte_char_to_multibyte with arg type int.
aac0c6e3
MR
22981
22982 * lread.c (read1): Fix reading of a char-table.
22983
22984 * print.c (print_object): Include sub char-table in circularities
22985 detection.
22986
229872008-02-01 Kenichi Handa <handa@m17n.org>
22988
22989 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
22990 Append the found sequences in car of ARGS instead of prepending.
22991
229922008-02-01 Kenichi Handa <handa@m17n.org>
22993
22994 * fileio.c (report_file_error): Make a unibyte string from
22995 strerror (errorno).
22996 (Fsubstitute_in_file_name): Fix the arg to
22997 unibyte_char_to_multibyte. It is evaluated twice.
22998
229992008-02-01 Kenichi Handa <handa@m17n.org>
23000
23001 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
23002
230032008-02-01 Kenichi Handa <handa@m17n.org>
23004
23005 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
23006 BOM is not found.
23007 (detect_coding, detect_coding_system): Optimization for ISO-2022
23008 when no 8-bit data is found.
23009
230102008-02-01 Jason Rumney <jasonr@gnu.org>
23011
23012 * w32fns.c (x_to_w32_font): Update to use new coding struct.
23013
230142008-02-01 Kenichi Handa <handa@m17n.org>
23015
23016 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
23017 CHARS.
23018
230192008-02-01 Steven Tamm <steventamm@mac.com>
23020
23021 * macterm.c (mac_encode_char): Add charset argument and update
23022 to use encoding_type.
23023 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
23024 switch to pure fontset.
23025 (decode_mac_font_name): Temporarily remove decoding.
23026 (x_font_name_to_mac_font_name): Temporarily remove encoding.
23027 (x_load_font): Temporarily remove encoding.
23028
230292008-02-01 Kenichi Handa <handa@m17n.org>
23030
23031 * xfaces.c (Fface_font): If frame is not on a window system,
23032 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
23033 refer to face->font.
23034 (split_font_name_into_vector, build_font_name_from_vector)
23035 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
23036 when HAVE_WINDOW_SYSTEM is defined.
23037
230382008-02-01 Kenichi Handa <handa@m17n.org>
23039
23040 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
23041 (x_produce_glyphs): Fix setting of members of cmp in case
23042 cmp->glyph_len is zero.
23043
23044 * fontset.c (Fset_fontset_font): Fix docstring.
23045 (Ffontset_info): Make it backward compatible. New arg ALL.
23046
230472008-02-01 Kim F. Storm <storm@cua.dk>
23048
23049 * process.c (read_process_output): Grow decoding_buf when needed;
23050 this could cause a crash in allocate_string and compact_small_strings.
23051
230522008-02-01 Kenichi Handa <handa@m17n.org>
23053
23054 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
23055
230562008-02-01 Kenichi Handa <handa@m17n.org>
23057
23058 * coding.c (setup_coding_system): Set coding->common_flags
23059 correctly for raw-text.
23060 (consume_chars): On encoding unibyte text by raw-text, don't check
23061 multibyte form.
23062 (encode_coding): On encoding by raw-text, never use translation tables.
23063
23064 * fileio.c (e_write): Short cut for the case of no encoding.
23065
230662008-02-01 Kenichi Handa <handa@m17n.org>
23067
23068 * coding.c (detect_coding, detect_coding_system): Delete unused
23069 variables.
23070
230712008-02-01 Kenichi Handa <handa@m17n.org>
23072
23073 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
23074 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
23075
230762008-02-01 Kenichi Handa <handa@m17n.org>
23077
bba3e508
SM
23078 * coding.c (Ffind_coding_systems_region_internal):
23079 Include raw-text and no-conversion in the result.
aac0c6e3
MR
23080
230812008-02-01 Kenichi Handa <handa@m17n.org>
23082
23083 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
23084 (load_font_get_repertory): Delete unnecessary check of ENCODING of
23085 FONT_DEF.
23086 (font_def_arg, add_arg, from_arg, to_arg): New args.
23087 (set_fontset_font): Change argument.
23088 (Fset_fontset_font): Fix for the case that TARGET is a script
23089 name and charset name.
23090 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
23091
230922008-02-01 Kenichi Handa <handa@m17n.org>
23093
23094 * fontset.c (fontset_font): Rename from fontset_face. Change return
23095 value.
23096 (face_suitable_for_char_p, face_for_char): Adjust for the change
23097 of fontset_font.
23098 (make_fontset_for_ascii_face): Fix setting of the fontset element
23099 for ASCII.
23100 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
23101 to get a font name.
23102 (Ffontset_info): Adjust for the change of fontset_font.
23103
23104 * coding.c (emacs_mule_char): Check invalid code more rigidly.
23105
23106 * character.h (LEADING_CODE_LATIN_1_MIN)
23107 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
23108
231092008-02-01 Kenichi Handa <handa@m17n.org>
23110
23111 * editfns.c (check_translation): New function.
23112 (Ftranslate_region_internal): Handle M:N mapping.
23113
231142008-02-01 Kenichi Handa <handa@m17n.org>
23115
23116 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
23117
231182008-02-01 Kenichi Handa <handa@m17n.org>
23119
23120 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
23121 goto invalid_code.
23122 (decode_coding_iso_2022): Fix handling of invalid designation.
23123
23124 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
23125 after calling code_conversion_save.
23126
231272008-02-01 Kenichi Handa <handa@m17n.org>
23128
23129 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
23130
23131 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
23132
23133 * fontset.c: Include "intervals.h".
23134 (fontset_face): Fix comparing of Lisp_Objects.
bba3e508
SM
23135 (free_face_fontset, new_fontset_from_font_name):
23136 Fix Lisp_Object/int mixup.
aac0c6e3
MR
23137
23138 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
23139
23140 * coding.c: Add many prototypes for static functions.
23141 (get_translation_table): Allow max_lookup to be NULL.
23142 (decode_coding, Ffind_coding_systems_region_internal)
bba3e508
SM
23143 (Funencodable_char_position, Fcheck_coding_systems_region):
23144 Call get_translation_table with max_lookup NULL.
aac0c6e3
MR
23145
231462008-02-01 Kenichi Handa <handa@m17n.org>
23147
23148 * coding.c (get_translation_table): Declare it as Lisp_Object.
23149 (LOOKUP_TRANSLATION_TABLE): New macro.
23150 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
23151 instead of CHAR_TABLE_REF.
23152
231532008-02-01 Kenichi Handa <handa@m17n.org>
23154
23155 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
23156 annotation data format.
23157 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
23158 Change arguments FROM and TO to single argument NCHARS. Change caller.
23159 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
23160 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
23161 (decode_coding_ccl, decode_coding_charset): Pay attention to
23162 coding->charbuf_used.
23163 (get_translation): New function.
23164 (produce_chars): New arguments translation_table and last_block.
23165 Translate characters here. Return number of carryover chars.
23166 Change caller.
23167 (produce_composition): New argument pos. Change caller.
23168 Adjust for the change of annotation data format.
23169 (produce_charset, produce_annotation): Likewise.
23170 (decode_coding, encode_coding): Don't call translate_chars.
23171 (consume_chars): New arg translation_table. Change caller.
23172 (translate_chars): Delete.
23173 (syms_of_coding): Make translation-table's number of extra slots 2.
23174
231752008-02-01 Kenichi Handa <handa@m17n.org>
23176
23177 * search.c (simple_search): Fix setting this_pos_byte in backward
23178 search.
23179
23180 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
23181 byte sequence.
23182 (detect_coding_ccl): Fix setting of the variable valids.
23183
231842008-02-01 Kenichi Handa <handa@m17n.org>
23185
23186 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
23187
23188 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
23189
23190 * editfns.c (Ftranslate_region_internal): Rename from
23191 Ftranslate_region. Accept a char-table in TABLE.
23192 (syms_of_editfns): Defsubr Stranslate_region_internal.
23193
23194 * xfaces.c (set_lface_from_font_name): If a font is specified for
23195 a frame, generate a fontset from the font.
23196 (build_scalable_font_name): If the scalable font is requested for
23197 a specific size, don't change that size.
23198 (try_font_list): Try a scalable font also in the case that a
23199 pattern string is specified.
23200
232012008-02-01 Kenichi Handa <handa@m17n.org>
23202
23203 * xfaces.c (Fface_font): New optional arg CHARACTER.
23204
232052008-02-01 Kenichi Handa <handa@m17n.org>
23206
23207 * charset.h (CHARSET_OFFSET): New macro.
23208
232092008-02-01 Kenichi Handa <handa@m17n.org>
23210
23211 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
23212
23213 * fontset.c (fontset_face): Handle the case that repertory is a
23214 char-table.
23215 (find_font_encoding): Return nil for unknown encoding.
23216 (Fset_fontset_font): Ignore a font of unknown encoding.
23217
232182008-02-01 Kenichi Handa <handa@m17n.org>
23219
23220 * keymap.c (describe_vector): Handle default value of a char table.
23221
23222 * fontset.c (fontset_face): Handle fallback fonts correctly.
23223 (Ffontset_info): Return infomation about fallback fonts.
23224
232252008-02-01 Kenichi Handa <handa@m17n.org>
23226
23227 * fontset.c (FONTSET_DEFAULT): New macro.
23228 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
23229 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
23230 the case that it is nil.
23231 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
23232 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
23233
23234 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
23235 subset or superset.
23236
232372008-02-01 Kenichi Handa <handa@m17n.org>
23238
23239 * emacs.c (main): Call init_charset after syms_of_XXX.
23240
23241 * charset.c (Vcharset_map_directory): Delete.
23242 (Vcharset_map_path): New variable.
23243 (load_charset_map_from_file): Use Vcharset_map_path instead.
23244 (init_charset): Initialize Vcharset_map_path.
23245 (syms_of_charset): Delete declaration of "charset-map-directory",
23246 add declaration of "charset-map-path".
23247
232482008-02-01 Kenichi Handa <handa@m17n.org>
23249
23250 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
23251 ASCII only string.
23252
23253 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
23254
23255 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
23256 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
23257
232582008-02-01 Kenichi Handa <handa@m17n.org>
23259
23260 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
23261
23262 * coding.c (QCmnemonic, QCdefalut_char)
23263 (QCdecode_translation_table, QCencode_translation_table)
23264 (QCpost_read_conversion, QCpre_write_conversion): New variables.
23265 (get_translation_table): Return a list of translation tables if
23266 necessary.
23267 (decode_coding): Call get_translation_table with ENCODEP 0.
23268 (char_encodable_p): If translation_table is non-nil, always call
23269 translate_char.
23270 (Fdefine_coding_system_internal): Accept list of translation
23271 tables as :encode-translation-table and :decode-translation-table.
23272 (Fcoding_system_put): New function.
bba3e508
SM
23273 (syms_of_coding): Declare new symbols.
23274 Defsubr Scoding_system_put.
aac0c6e3
MR
23275 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
23276 typically JISX0212.
23277
23278 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
23279 when the charset is superset type.
23280
23281 * character.c (translate_char): Accept list of translation tables.
23282
232832008-02-01 Kenichi Handa <handa@m17n.org>
23284
23285 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
23286 (CODING_ATTR_TRANS_TBL): New macro.
23287
23288 * coding.c (get_translation_table): New function.
23289 (translate_chars): Fix the bug of skipping annotation data.
23290 (decode_coding, encode_coding): Utilize get_translation_table.
23291 (char_encodable_p, Funencodable_char_position): Translate char if
23292 necessary.
23293 (Ffind_coding_systems_region_internal)
23294 (Fcheck_coding_systems_region): Setup translation table for encode
23295 in a coding system attribute vector in advance.
23296 (Fdefine_coding_system_internal): Allow a symbol as translation
23297 table. For shift-jis type coding system, allow 4th charset.
23298
232992008-02-01 Kenichi Handa <handa@m17n.org>
23300
23301 * coding.c (decode_coding_sjis): Check the first byte rigidly.
23302
23303 * xdisp.c (get_next_display_element): Pass -1 as POS to
23304 FACE_FOR_CHAR if displaying a C-string.
23305
233062008-02-01 Kenichi Handa <handa@m17n.org>
23307
23308 * composite.c (get_composition_id): Handle xoff and yoff in a
23309 composition rule.
23310
23311 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
23312 (struct composition): New member lbearing and rbearing.
23313
23314 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
23315 (x_get_glyph_overhangs): Handle a composition glyph.
23316 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
23317
23318 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
23319 composition glyph.
23320
233212008-02-01 Kenichi Handa <handa@m17n.org>
23322
23323 * print.c: Include charset.h.
23324 (Vprint_charset_text_property): New variable.
23325 (Qdefault): Extern it.
23326 (PRINT_STRING_NON_CHARSET_FOUND)
23327 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
23328 (print_check_string_result): New variable.
23329 (print_check_string_charset_prop): New function.
23330 (print_prune_charset_plist): New variable.
23331 (print_prune_string_charset): New function.
23332 (print_object): Call print_prune_string_charset if
23333 Vprint_charset_text_property is not t.
23334 (print_interval): Print nothing if interval->plist is nil.
23335 (syms_of_print): Declare Vprint_charset_text_property as a lisp
23336 variable. Init and staticpro print_prune_charset_plist.
23337
233382008-02-01 Kenichi Handa <handa@m17n.org>
23339
23340 * fontset.c (new_fontset_from_font_name): Use the specified font
23341 for all characters in the new fontset.
23342
23343 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
23344 OBJECT args.
23345
23346 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
23347 OBJECT args for composition too.
23348
23349 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
23350 OBJECT args.
23351
233522008-02-01 Kenichi Handa <handa@m17n.org>
23353
23354 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
23355
23356 * fontset.c (reorder_font_vector): Adjust for the change of
23357 FONT_DEF format.
23358 (fontset_face): New arg id. Change caller.
23359 (face_for_char): New args pos and object.
23360 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
23361 (fs_query_fontset): Check NAME by Fassoc too.
23362 (Fset_fontset_font): Allow non-XLFD font name.
23363 (Ffontset_info): Adjust for the change of FONT_DEF format.
23364
23365 * fontset.h (face_for_char): Adjust prototype.
23366
23367 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
23368 (append_space, extend_face_to_end_of_line)
23369 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
23370 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
23371
23372 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
23373 POS and OBJECT args.
23374
23375 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
23376 POS and OBJECT args.
23377
233782008-02-01 Jason Rumney <jasonr@gnu.org>
23379
23380 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
23381 of GlobalAlloc'ed memory.
23382
233832008-02-01 Kenichi Handa <handa@m17n.org>
23384
23385 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
23386
23387 * charset.h (charset_table_used): Delete extern.
23388
23389 * charset.c (charset_table_used): Make it static.
23390 (map_charset_chars): Fix args to c_function with.
23391
23392 * chartab.c (map_sub_char_table_for_charset): Fix args to
23393 c_function with.
23394
bba3e508
SM
23395 * coding.h (enum coding_result_code):
23396 Delete CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
aac0c6e3
MR
23397
23398 * coding.c (Qinsufficient_source, Qinconsistent_eol)
23399 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
23400 (Vlast_code_conversion_error): New variables.
23401 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
23402 (ONE_MORE_BYTE): Record error if any instead of signaling an
23403 error. If non-ASCII multibyte char is found, return the negative
23404 value of the code. All callers changed to check it.
23405 (ONE_MORE_BYTE_NO_CHECK): Likewise.
23406 (record_conversion_result): New function. Change all codes setting
23407 coding->result to call this function.
23408 (detect_coding_utf_8, decode_coding_utf_8)
23409 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
23410 Don't use the local variable incomplete.
23411 (emacs_mule_char): Change the second arg to `const'.
23412 (decode_coding): Fix of flushing out unprocessed data.
23413 (make_conversion_work_buffer): Fix making of a work buffer.
23414 (decode_coding_object): Return coding->dst_object.
23415
23416 * fontset.c (set_fontset_font): Fix args.
23417
23418 * lisp.h (CHARACTERBITS): Define as 22.
23419
23420 * process.c (send_process): Be sure to set coding->src_multibyte.
23421
23422 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
23423
234242008-02-01 Kenichi Handa <handa@m17n.org>
23425
23426 * xdisp.c (handle_auto_composed_prop): Give limit to
23427 Fnext_single_char_property_change.
23428
234292008-02-01 Kenichi Handa <handa@m17n.org>
23430
23431 * composite.c (syms_of_composite): Don't make the composition hash
23432 table weak.
23433
23434 * fontset.c (Fset_fontset_font): Fix docstring.
23435
23436 * lisp.h (detect_coding_system): Adjust prototype.
23437
23438 * fileio.c (kill_workbuf_unwind): Delete this function.
23439 (Finsert_file_contents): Adjust the call of detect_coding_system.
23440 Get conversion_buffer by code_conversion_save. Use the macro
23441 CODING_MAY_REQUIRE_DECODING. After decoding, update
23442 coding_system.
23443
23444 * coding.h (make_conversion_work_buffer): Delete extern.
23445 (code_conversion_save): Extern it.
23446
23447 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
23448 (CODING_GET_INFO): Delete argument eol_type. Change callers.
23449 (decode_coding_utf_8): Don't do eol converion.
23450 (detect_coding_utf_16): Check coding->src_chars, not
23451 coding->src_bytes. Add heuristics for those that have no signature.
23452 (decode_coding_emacs_mule, decode_coding_iso_2022)
23453 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
23454 Don't do eol converion.
23455 (adjust_coding_eol_type): Return a new coding system.
23456 (detect_coding): Don't detect eol. Fix for utf-16 detection.
23457 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
23458 each change.
23459 (decode_coding): Pay attention to undo_list. Do eol conversion for
23460 all types of coding-systems (if necessary).
23461 (Vcode_conversion_work_buf_list): Delete it.
23462 (Vcode_conversion_reused_workbuf): Rename from
23463 Vcode_conversion_reused_work_buf.
23464 (Vcode_conversion_workbuf_name): New variable.
23465 (reused_workbuf_in_use): New variable.
23466 (make_conversion_work_buffer): Delete the arg DEPTH.
23467 (code_conversion_restore): Change argument to cons.
23468 (code_conversion_save): Delete the argument BUFFER. Change callers.
23469 (detect_coding_system): New argument src_chars. Change callers.
23470 Fix for utf-16 detection.
23471 (init_coding_once): Don't use ISO_carriage_return.
23472 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
23473 reused_workbuf_in_use.
23474
234752008-02-01 Kenichi Handa <handa@m17n.org>
23476
23477 * keymap.c (store_in_keymap): Pay attention to the case that idx
23478 is a cons specifying a character range.
23479
234802008-02-01 Kenichi Handa <handa@m17n.org>
23481
23482 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
23483 HANDLED_RECOMPUTE_PROPS.
23484
23485 * coding.c (Fdefine_coding_system_internal): Fix checking of
23486 ascii compatibility.
23487
234882008-02-01 Kenichi Handa <handa@m17n.org>
23489
23490 * charset.c (find_charsets_in_text): Delete unused locale variable.
23491 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
23492
23493 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
23494 Resync charset_list to Vemacs_mule_charset_list.
23495
23496 * keymap.c (store_in_keymap): Pay attention to the case that idx
23497 is a cons specifying a character range.
23498
234992008-02-01 Kenichi Handa <handa@m17n.org>
23500
23501 * composite.c (update_compositions): Bind inhibit-read-only, etc
23502 to t before calling remove-list-of-text-properties.
23503
23504 * print.c (print_object): Always print ASCII chars as is.
23505
235062008-02-01 Kenichi Handa <handa@m17n.org>
23507
23508 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
23509
23510 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
23511 is a char table.
23512
235132008-02-01 Kenichi Handa <handa@m17n.org>
23514
23515 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
23516
235172008-02-01 Kenichi Handa <handa@m17n.org>
23518
23519 * xfaces.c (set_lface_from_font_name): Fix for the case that
23520 FONTNAME is not fontset name.
23521
235222008-02-01 Kenichi Handa <handa@m17n.org>
23523
23524 * fns.c (base64_encode_1): Fix previous change.
23525
235262008-02-01 Kenichi Handa <handa@m17n.org>
23527
23528 * fontset.c (set_fontset_font): New function.
23529 (Fset_fontset_font): If a font is specified for a charset, use
23530 map_charset_chars to store the font spec in a fontset.
23531
235322008-02-01 Kenichi Handa <handa@m17n.org>
23533
23534 * fontset.c (fontset_face): Create a fallback fontset on demand.
23535 (make_fontset): Don't create a fallback fontset here.
23536 (free_face_fontset): Free a fallback fontset (if any) too.
23537 (n_auto_fontsets): Delete this variable.
23538 (auto_fontset_alist): New variable.
23539 (new_fontset_from_font_name): Check auto_fontset_alist.
23540 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
23541 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
23542 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
23543 Defsubr Sfontset_list_all.
23544
235452008-02-01 Kenichi Handa <handa@m17n.org>
23546
23547 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
23548
235492008-02-01 Kenichi Handa <handa@m17n.org>
23550
23551 * fontset.c (Fnew_fontset): Check NAME more rigidly.
23552
235532008-02-01 Kenichi Handa <handa@m17n.org>
23554
23555 * editfns.c (Fgoto_char): Fix docstring.
23556
235572008-02-01 Kenichi Handa <handa@m17n.org>
23558
23559 * insdel.c (insert_from_gap): Adjust intervals correctly.
23560
235612008-02-01 Jason Rumney <jasonr@gnu.org>
23562
23563 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
23564 (pfnGetFontUnicodeRanges): New dynamically loaded function.
23565 (w32_initialize): Try to load it.
23566 (x_get_font_repertory): Use it if available.
23567 (w32_encode_char): Add shortcut for unicode output.
23568
23569 * w32fns.c (w32_load_system_font): Default charset to -1.
23570 (x_to_w32_charset): Match all fonts for unicode.
23571 (w32_to_x_charset): New parameter matching. Don't return partial
23572 or wildcard charsets.
23573 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
23574 (w32_codepage_for_font): Return CP_UNICODE for unicode.
23575 (w32_to_x_font): Match charset to real charset.
23576 (enum_font_cb2): Always list unicode versions.
23577
23578 * makefile.w32-in (temacs): Increase EMHEAP.
23579
235802008-02-01 Jason Rumney <jasonr@gnu.org>
23581
23582 * w32term.c (w32_encode_char): New charset parameter.
23583 font_info.encoding becomes encoding_type.
23584 (x_get_font_repertory): New function. Warning: stub only!
23585 (x_new_font): Return quickly if font already set.
23586 (x_new_fontset): fontsetname parameter is Lisp_Object.
23587 Use new fs_query_fontset. Try new_fontset_from_font_name.
23588 Use fontset_name for return value.
23589
23590 * w32term.h: Declare x_get_font_repertory.
23591
23592 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
23593 place of find_charset_in_text. Use encode_coding_object in place
23594 of encode_coding.
23595 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
23596 decode_coding.
23597
23598 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
23599 of x_new_fontset.
23600 (w32_load_system_font): Initialize charset as unicode.
23601 font_info.encoding becomes encoding_type.
23602 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
23603 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
23604 (syms_of_w32fns): Set get_font_repertory_func.
23605
23606 * w32console.c: Include character.h. Use terminal_encode_buffer
23607 from term.c.
bba3e508
SM
23608 (write_glyphs): Use new version of encode_terminal_code.
23609 Use encode_coding_object in place of encode_coding.
aac0c6e3
MR
23610
23611 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
23612 encoding becomes encoding_type.
23613
23614 * term.c (terminal_encode_buffer): Make externally visible.
23615
23616 * makefile.w32-in: Add character.h dependancies.
23617 (character.o, chartab.o): New targets.
23618
236192008-02-01 Kenichi Handa <handa@m17n.org>
23620
23621 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
23622 CODING_ID_EOL_TYPE.
23623
236242008-02-01 Andreas Schwab <schwab@suse.de>
23625
23626 * coding.c (produce_chars): Revert last change.
23627
236282008-02-01 Kenichi Handa <handa@m17n.org>
23629
23630 * charset.h (charset_unicode): Extern it.
23631
23632 * charset.c (string_xstring_p): Check by (C >= 0x100).
bba3e508
SM
23633 (find_charsets_in_text): Change format of the arc CHARSETS.
23634 New arg MULTIBYTE.
aac0c6e3
MR
23635 (Ffind_charset_region, Ffind_charset_string): Adjust for the
23636 change of find_charsets_in_text.
23637 (Fsplit_char): Fix doc. Never return unknown.
23638
23639 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
23640
bba3e508
SM
23641 * coding.c (Fdefine_coding_system_alias):
23642 Update Vcoding_system_list.
aac0c6e3
MR
23643
23644 * fontset.c (load_font_get_repertory): Pay attention to the case
23645 that ENCODING of a font is specified by a char-table.
23646
23647 * xterm.c (x_get_font_repertory): Handle the case that the
23648 encoding of font is other than Unicode.
23649
236502008-02-01 Kenichi Handa <handa@m17n.org>
23651
bba3e508
SM
23652 * term.c (encode_terminal_code): Don't handle glyph-table.
23653 Check if a character is encodable by the terminal coding system.
23654 If not, produces proper number of `?'s. Update
aac0c6e3
MR
23655 terminal_encode_buffer and terminal_encode_buf_size if necessary.
23656 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
23657
236582008-02-01 Kenichi Handa <handa@m17n.org>
23659
bba3e508
SM
23660 * term.c (terminal_encode_buffer, terminal_encode_buf_size):
23661 New variables.
aac0c6e3
MR
23662 (encode_terminal_code): Change argument. Encode multiple
23663 characters at once. Store the result of encoding in
23664 terminal_encode_buffer.
23665 (write_glyphs, insert_glyphs): Adjust for the change of
23666 encode_terminal_code.
23667 (term_init): Initialize terminal_encode_buffer and
23668 terminal_encode_buf_size.
23669
23670 * coding.c (consume_chars): If coding->src_object is nil, don't
23671 check annotation.
23672
236732008-02-01 Kenichi Handa <handa@m17n.org>
23674
23675 * character.c (char_string): Use ASCII_CHAR_P instead of
23676 SINGLE_BYTE_CHAR_P.
23677
236782008-02-01 Kenichi Handa <handa@m17n.org>
23679
23680 * xdisp.c (handle_auto_composed_prop): Check if the last
23681 characters of auto-composed region is newly composed with the
23682 following characters.
23683 (handle_composition_prop): Fix checking of point being inside
23684 composition.
23685
236862008-02-01 Kenichi Handa <handa@m17n.org>
23687
23688 * fns.c (concat): Don't change multibyteness of the result by
23689 concatenating an 8-bit character.
23690
23691 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
23692 multibyteness of the result when newelt is an 8-bit character.
23693
236942008-02-01 Dave Love <fx@gnu.org>
23695
23696 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
23697 EMACS_INT.
23698
23699 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
23700
23701 * xfaces.c (face_numeric_value): Declare dim size_t.
23702 (Finternal_lisp_face_equal_p): Remove unused f.
23703
23704 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
23705 (MATRIX_ROW): Remove unused vars.
23706 (draw_glyphs, x_insert_glyphs, fast_find_position)
23707 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
23708 byte/char counts.
23709
23710 * regex.c (regex_compile): Remove unused var.
23711
23712 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23713
23714 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
23715 (Faccessible_keymaps, where_is_internal): Remove unused vars.
23716
23717 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
23718
23719 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
23720
23721 * fileio.c (Fwrite_region): Remove unused var.
23722
23723 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
23724 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
23725
23726 * composite.c (Fremove_list_of_text_properties): Declare.
23727
23728 * coding.c (inhibit_pre_post_conversion): Remove (unused).
23729 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
23730 (coding_inherit_eol_type): Remove unused attrs.
23731 (detect_coding): Cast arg of detect_eol.
23732
23733 * charset.c (syms_of_charset): Remove unused var p.
23734 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
23735 byte/char counts.
23736
23737 * casetab.c (set_case_table): Remove unused var.
23738
bba3e508
SM
23739 * window.c (Fdisplay_buffer, Fframe_selected_window):
23740 Remove unused vars.
aac0c6e3
MR
23741
237422008-02-01 Dave Love <fx@gnu.org>
23743
23744 * xterm.c (x_bitmap_mask): Declare.
23745
237462008-02-01 Dave Love <fx@gnu.org>
23747
23748 * xterm.c (x_term_init): Fix type error.
23749
23750 * lisp.h: Add Funibyte_char_to_multibyte.
23751
23752 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
23753 (Fset_coding_system_priority): Doc fix.
23754
23755 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
23756
23757 * indent.c (check_composition): Make start and end EMACS_INT.
23758
23759 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
23760
23761 * xdisp.c (handle_composition_prop, check_point_in_composition):
23762 Make buffer positions EMACS_INT.
23763
23764 * composite.c (find_composition, run_composition_function)
23765 (update_compositions, Ffind_composition_internal): Make buffer
23766 positions EMACS_INT.
23767
bba3e508
SM
23768 * composite.h (find_composition, update_compositions):
23769 Make position args EMACS_INT.
aac0c6e3
MR
23770
23771 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
23772
23773 * intervals.c (get_property_and_range):
23774 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
23775
23776 * unexalpha.c: Don't include varargs.h.
23777
237782008-02-01 Dave Love <fx@gnu.org>
23779
23780 * coding.h (ENCODE_UTF_8): New.
23781
23782 * Makefile.in (gtkutil.o): Depend on coding.h.
23783
23784 * coding.c (Fset_coding_system_priority): Doc fix.
23785
237862008-02-01 Kenichi Handa <handa@m17n.org>
23787
23788 * fileio.c (Finsert_file_contents): Call setup_coding_system in
23789 the case of auto saving.
23790
237912008-02-01 Andreas Schwab <schwab@suse.de>
23792
bba3e508
SM
23793 * chartab.c (map_char_table, map_char_table_for_charset):
23794 Protect `range' from GC.
aac0c6e3
MR
23795
237962008-02-01 Kenichi Handa <handa@m17n.org>
23797
23798 * coding.c (decode_coding_sjis): Check bytes more rigidly.
23799
238002008-02-01 Kenichi Handa <handa@m17n.org>
23801
23802 * fileio.c (choose_write_coding_system): Return a decided coding system.
23803 (Fwrite_region): Set Vlast_coding_system_used to the return value
23804 of choose_write_coding_system.
23805
238062008-02-01 Kenichi Handa <handa@m17n.org>
23807
23808 * charset.c (Fset_charset_priority): Pay attention to duplicated
23809 arguments.
23810
23811 * coding.c (QCcategory): New variable.
23812 (syms_of_coding): Defsym it. Set all elements of
23813 Vcoding_category_table and their symbol values.
23814 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
23815 coding-category-XXX, and coding-category-list.
23816 (Fdefine_coding_system_internal): Add category in the plist.
23817
238182008-02-01 Kenichi Handa <handa@m17n.org>
23819
23820 * callproc.c (Fcall_process): Handle carryover correctly.
23821
23822 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
23823 (raw_text_coding_system): Check NILP (coding_system).
23824 (coding_inherit_eol_type): Check NILP (coding_system) and
23825 NILP (parent).
23826 (consume_chars): Fix for the case of raw-text.
23827
23828 * process.c (read_process_output): Handle carryover correctly.
23829
238302008-02-01 Dave Love <fx@gnu.org>
23831
23832 * regex.c (re_search_2): Fix last change.
23833
238342008-02-01 Kenichi Handa <handa@m17n.org>
23835
23836 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
23837 target_multibyte. Even in a unibyte case, return a converted
23838 multibyte char.
23839 (GET_CHAR_AFTER): New macro.
23840 (PATFETCH): Translate via multibyte char.
23841 (HANDLE_UNIBYTE_RANGE): Delete this macro.
23842 (SETUP_MULTIBYTE_RANGE): New macro.
23843 (regex_compile): Setup compiled code so that its multibyteness
23844 matches that of a target. Fix the handling of "[X-YZ]" using
23845 SETUP_MULTIBYTE_RANGE.
23846 (analyse_first) <charset>: For filling fastmap for all multibyte
23847 characters, don't check by BASE_LEADING_CODE_P.
23848 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
23849 the same as RE_MULTIBYTE_P (bufp) now.
23850 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
23851 (TARGET_CHAR_AND_LENGTH): Delete this macro.
23852 (TRANSLATE_VIA_MULTIBYTE): New macro.
23853 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
23854 It is the same as RE_MULTIBYTE_P (bufp) now.
23855 <exactn>: Translate via multibyte.
bba3e508
SM
23856 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.
23857 Don't translate it.
aac0c6e3
MR
23858 <charset, charset_not>: Fetch a character by
23859 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
23860 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
23861 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
23862 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
23863 by GET_CHAR_AFTER.
23864 (bcmp_translate): Likewise.
23865
23866 * search.c (compile_pattern): Check the member target_multibyte,
23867 not the member multibyte of buf.
23868
23869 * lread.c (read1): While reading a string, set force_singlebyte
23870 and force_multibyte correctly.
23871
23872 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
23873 up of unibyte_to_multibyte_table.
23874
238752008-02-01 Kenichi Handa <handa@m17n.org>
23876
23877 * coding.c (setup_coding_system): If coding has
23878 post-read-conversion or pre-write-conversion, set
23879 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
23880 respectively.
23881 (decode_coding_gap): Run post-read-conversion if any.
23882
23883 * fileio.c (Finsert_file_contents): Even if we read into a
23884 unibyte buffer, check if we must decode the result or not.
23885
238862008-02-01 Kenichi Handa <handa@m17n.org>
23887
23888 * coding.c (make_conversion_work_buffer): Change the work buffer
23889 name to the same one as that of Emacs 21.
23890
238912008-02-01 Kenichi Handa <handa@m17n.org>
23892
23893 * coding.h (make_conversion_work_buffer): Adjust prototype.
23894 (code_conversion_restore): Don't extern it.
23895
23896 * coding.c (detected_mask): Delete unused variable.
23897 (decode_coding_iso_2022): Pay attention to the byte sequence of
23898 CTEXT extended segment, and retain those bytes as is.
23899 (decode_coding_ccl): Delete unused variable `valids'.
23900 (setup_coding_system): Delete unused variable `category'.
23901 (consume_chars): Delete unused variable `category'. Make it work
23902 for non-multibyte case.
23903 (make_conversion_work_buffer): Change argument.
23904 (saved_coding): Delete unused variable.
23905 (code_conversion_restore): Don't check saved_coding->destination.
23906 (code_conversion_save): New function.
23907 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
23908 instead of record_unwind_protect.
23909 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
23910 (detect_coding_system): Delete unused variable `mask'.
23911 (Fdefine_coding_system_internal): Delete unused variable id.
23912
23913 * fileio.c (kill_workbuf_unwind): New function.
23914 (Finsert_file_contents): On replacing, call
23915 make_conversion_work_buffer with correct args, and call
23916 record_unwind_protect with the first arg kill_workbuf_unwind.
23917
23918 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
23919
239202008-02-01 Kenichi Handa <handa@m17n.org>
23921
23922 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
23923 (fontset_add): Fix for the case that TO is less than TO1.
23924 (Ffontset_info): Don't use fallback fontset on checking the
23925 default fontset.
23926 (dump_fontset): New function for debugging.
23927
23928 * coding.c (Fdefine_coding_system_internal): Fix for the case that
23929 coding_type is Qcharset.
23930
239312008-02-01 Kenichi Handa <handa@m17n.org>
23932
23933 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
23934 (map_char_table): Don't inherit the value from the parent on
23935 initializing VAL. Adjust for the above change.
23936
239372008-02-01 Kenichi Handa <handa@m17n.org>
23938
23939 * coding.c (Qsignature, Qendian): Delete these variables.
23940 (syms_of_coding): Don't initialize them.
23941 (CATEGORY_MASK_UTF_16_AUTO): New macro.
23942 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
23943 detect_info->found.
23944 (decode_coding_utf_16): Don't detect BOM here.
23945 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
23946 is NOT utf_16_without_bom.
23947 (setup_coding_system): For a coding system of type utf-16, check
23948 if the attribute :endian is Qbig or not (not nil or not), and set
23949 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
23950 (detect_coding): If coding type is utf-16 and BOM detection is
23951 required, detect it.
23952 (Fdefine_coding_system_internal): For a coding system of type
23953 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
23954
239552008-02-01 Kenichi Handa <handa@m17n.org>
23956
23957 * coding.c (coding_set_source): Fix for the case that the current
23958 buffer is different from coding->src_object.
23959 (decode_coding_object): Don't use the conversion work buffer if
23960 DST_OBJECT is a buffer.
23961
239622008-02-01 Dave Love <fx@gnu.org>
23963
23964 * lread.c (read_emacs_mule_char) [len==2]: Index
23965 emacs_mule_charset correctly.
23966
239672008-02-01 Dave Love <fx@gnu.org>
23968
23969 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
23970 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
23971 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
23972 treated specially.)
23973 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
23974 (detected_mask): Remove Big5 bits.
23975
239762008-02-01 Kenichi Handa <handa@m17n.org>
23977
23978 The following changes are to make the font rescaling facility
23979 compatible with Emacs 21.
23980
23981 * xfaces.c (Vface_font_rescale_alist): Rename from
23982 Vface_resizing_fonts.
23983 (struct font_name): Rename member resizing_ratio to rescale_ratio.
23984 (font_rescale_ratio): Rename from font_resizing_ratio.
23985 (split_font_name): Set font->rescale_ratio.
23986 (better_font_p): Pay attention to font->rescale_ratio.
23987 (build_scalable_font_name): Likewise. Change RESX, and RESY
23988 fields.
23989 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
23990
239912008-02-01 Kenichi Handa <handa@m17n.org>
23992
23993 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
23994 (Qutf_16_le): Remove these variables.
23995 (syms_of_coding): Don't DEFSYM them.
23996 (decode_coding_utf_16): Fix handling of BOM.
23997 (encode_coding_utf_16): Fix handling of BOM.
23998
239992008-02-01 Kenichi Handa <handa@m17n.org>
24000
24001 * fileio.c (Finsert_file_contents): On replacing, before decoding
24002 the file into the work buffer, set point of the work buffer to the end.
24003
240042008-02-01 Dave Love <fx@gnu.org>
24005
24006 * coding.c (Fcheck_coding_systems_region): Fix type errors.
24007
240082008-02-01 Dave Love <fx@gnu.org>
24009
24010 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
24011 and fix C types.
24012
240132008-02-01 Kenichi Handa <handa@m17n.org>
24014
24015 * xdisp.c (SKIP_GLYPHS): New macro.
24016 (set_cursor_from_row): Pay attention to string display properties.
24017
24018 * category.c (copy_category_entry): Fix for the case that RANGE
24019 is an integer.
24020
24021 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
24022
24023 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
24024
240252008-02-01 Kenichi Handa <handa@m17n.org>
24026
24027 * charset.c (Fcharset_id_internal): New function.
24028 (syms_of_charset): Defsubr it.
24029
24030 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
24031 with the last arg charset_list acquired from coding.
24032 (Fdefine_coding_system_internal): For ccl-based coding system, fix
24033 the attribute coding_attr_ccl_valids.
24034
24035 * coding.h (enum define_coding_ccl_arg_index): Set the first
24036 member coding_arg_ccl_decoder to coding_arg_max.
24037
24038 * ccl.h (ccl_driver): Adjust prototype.
24039
24040 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
24041 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 24042 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
24043 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
24044 last arg Qnil.
24045
240462008-02-01 Kenichi Handa <handa@m17n.org>
24047
24048 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
24049 call encode_char.
24050
24051 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
24052
240532008-02-01 Dave Love <fx@gnu.org>
24054
24055 * composite.c (syms_of_composite): Make composition_hash_table weak.
24056
240572008-02-01 Kenichi Handa <handa@m17n.org>
24058
24059 * dispextern.h (check_face_attributes, generate_ascii_font_name)
24060 (font_name_registry): Don't extern them.
24061 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
24062
24063 * fontset.h (Qfontset): Don't extern it.
24064 (new_fontset_from_font_name): Extern it.
24065
24066 * fontset.c: Give 8 extra slots to fontset objects.
24067 (Qfontset_info): New variable.
24068 (syms_of_fontset): Defsym it.
24069 (FONTSET_FALLBACK): New macro.
24070 (fontset_face): Try also the default fontset.
24071 (make_fontset): Realize a fallback fontset from the default fontset.
24072 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
24073 using split_font_name_into_vector and build_font_name_from_vector.
24074 (Fset_fontset_font): Access the elements of font_spec by enum
24075 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
24076 name by using split_font_name_into_vector.
24077 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
bba3e508
SM
24078 generate a proper font name from the fontset name.
24079 Update Vfontset_alias_alist.
aac0c6e3
MR
24080 (n_auto_fontsets): New variable.
24081 (new_fontset_from_font_name): New function.
24082 (Ffont_info): Store the information about fonts generated from the
24083 default fontset in the first extra slot of the returned char-table.
24084
24085 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
24086 (font_name_registry): Delete function.
24087 (split_font_name_into_vector): New function.
24088 (build_font_name_from_vector): New function.
24089 (font_list): The argument REGISTRY is now a list of registry names.
24090 (choose_face_font): If we are choosing an ASCII font, and ATTRS
24091 specifies an explicit font name, return the name as is. Make a
24092 list of registy names.
24093
24094 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
24095 of x_new_fontset.
24096 (Fx_create_frame): Don't call x_new_fontset here. Just use
24097 x_list_fonts to check the existence of fonts.
24098
24099 * xterm.h (x_new_fontset): Adjust prototype.
24100
24101 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
24102 string. Use new_fontset_from_font_name to create a fontset from a
24103 font name.
24104
241052008-02-01 Kenichi Handa <handa@m17n.org>
24106
24107 * syntax.c (Vfind_word_boundary_function_table): New name for
24108 Vnext_word_boundary_function_table.
24109 (find-word-boundary-function-table): New name for
24110 next-word-boundary-function-table.
24111
241122008-02-01 Dave Love <fx@gnu.org>
24113
24114 * Makefile.in: Fix some dependencies.
24115
24116 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
24117 set it to nil before returning.
24118
24119 * composite.c (update_compositions): Fix type error.
24120
24121 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
24122
241232008-02-01 Kenichi Handa <handa@m17n.org>
24124
24125 * xterm.c (x_new_font): Optimize for the case that the font is
24126 already set for the frame.
24127
241282008-02-01 Kenichi Handa <handa@m17n.org>
24129
24130 * chartab.c (char_table_ascii): Check if the char table contents
24131 is sub-char-table or not.
24132 (char_table_set, char_table_set_range): Fix argument to
24133 char_table_ascii.
24134
24135 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
24136 (detect_coding_utf_8, detect_coding_utf_16)
24137 (detect_coding_emacs_mule, detect_coding_iso_2022)
24138 (detect_coding_sjis, detect_coding_big5)
24139 (detect_coding_ccl, detect_coding_charset): Change argument MASK
24140 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
24141 sequence is valid in this coding system. Change callers.
24142 (MAX_ANNOTATION_LENGTH): New macro.
24143 (ADD_ANNOTATION_DATA): New macro.
bba3e508
SM
24144 (ADD_COMPOSITION_DATA): Change argument. Change callers.
24145 Call ADD_ANNOTATION_DATA. Change the format of annotation data.
aac0c6e3
MR
24146 (ADD_CHARSET_DATA): New macro.
24147 (emacs_mule_char): New argument ID. Change callers.
24148 (decode_coding_emacs_mule, decode_coding_iso_2022)
24149 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
24150 Produce charset annotation data in coding->charbuf.
24151 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
24152 to charset annotation data in coding->charbuf.
24153 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
24154 coding->common_flags if the coding system is iso-2022 based and
24155 uses designation.
24156 (produce_composition): Adjust for the new annotation data format.
24157 (produce_charset): New function.
24158 (produce_annotation): Handle charset annotation.
bba3e508
SM
24159 (handle_composition_annotation, handle_charset_annotation):
24160 New functions.
aac0c6e3
MR
24161 (consume_chars): Handle charset annotation. Utilize the above two
24162 functions.
24163 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
24164 buffer, get the deleted text as a string and set
24165 coding->src_object to that string.
24166 (detect_coding, detect_coding_system): Use the new struct
24167 coding_detection_info.
24168
24169 * coding.h (struct coding_detection_info): New structure.
24170 (struct coding_system): Adjust prototype of the member `detector'.
24171 (CODING_ANNOTATE_CHARSET_MASK): New macro.
24172
241732008-02-01 Kenichi Handa <handa@m17n.org>
24174
24175 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
24176
241772008-02-01 Dave Love <fx@gnu.org>
24178
24179 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
24180 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
24181 to new local and nullify apropos_accumulate before returning.
24182 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
24183
241842008-02-01 Kenichi Handa <handa@m17n.org>
24185
24186 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
24187 correctly.
e3eea1fc 24188
aac0c6e3
MR
241892008-02-01 Dave Love <fx@gnu.org>
24190
24191 * fns.c (Flanginfo): Call synchronize_system_time_locale.
24192
241932008-02-01 Kenichi Handa <handa@m17n.org>
24194
24195 The following changes are to make character composition happen
24196 automatically on displaying.
24197
24198 * Makefile.in (lisp, shortlisp): Add composite.elc.
24199
24200 * composite.h (Qauto_composed, Vauto_composition_function)
24201 (Qauto_composition_function): Extern them.
24202
24203 * composite.c (Vcomposition_function_table)
24204 (Qcomposition_function_table): Delete variables.
24205 (Qauto_composed, Vauto_composition_function)
24206 (Qauto_composition_function): New variables.
24207 (run_composition_function): Don't call
24208 compose-chars-after-function.
24209 (update_compositions): Clear `auto-composed' text property.
24210 (compose_chars_in_text): Delete this function.
24211 (syms_of_composite): Staticpro Qauto_composed and
24212 Qauto_composition_function. Declare Vauto_composition_function as
24213 a Lisp variable.
24214
24215 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
24216
24217 * xdisp.c (it_props): Add an entry for Qauto_composed.
24218 (handle_auto_composed_prop): New function.
24219
24220 * xselect.c (selection_data_to_lisp_data): Don't call
24221 compose_chars_in_text.
24222
242232008-02-01 Dave Love <fx@gnu.org>
24224
24225 * keyboard.c (read_char): Modify checking around use of
24226 Vkeyboard_translate_table.
24227
24228 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
24229 and fix C types.
24230
242312008-02-01 Kenichi Handa <handa@m17n.org>
24232
24233 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
24234 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
24235 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
24236 the case that the last byte is '\r' correctly.
24237 (decode_coding): Flush out the unprocessed data correctly.
24238 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
24239
242402008-02-01 Dave Love <fx@gnu.org>
24241
24242 * xterm.c (XTread_socket): Fix changes for defined keysyms.
24243 Add XK_ISO... case.
24244 (xaw_scroll_callback): Revert last change.
24245
242462008-02-01 Kenichi Handa <handa@m17n.org>
24247
24248 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
24249
242502008-02-01 Kenichi Handa <handa@m17n.org>
24251
24252 * xfaces.c (Vface_resizing_fonts): New variable.
24253 (struct font_name): New member `resizing_ratio'.
24254 (font_resizing_ratio): New function.
24255 (split_font_name): Set font->resizing_ratio.
24256 (better_font_p): Pay attention to font->resizing_ratio.
24257 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
24258 RESX, and RESY fields.
24259 (try_alternative_families): Try scalable fonts if
24260 Vscalable_fonts_allowed is not Qt.
24261 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
24262
242632008-02-01 Dave Love <fx@gnu.org>
24264
24265 * xterm.c (xaw_scroll_callback): Cast correctly.
24266
242672008-02-01 Dave Love <fx@gnu.org>
24268
24269 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
24270 (lispy_kana_keys): Comment out.
24271 (make_lispy_event) [XK_kana_A]: Comment out.
24272
24273 * xterm.c (xaw_scroll_callback): Cast call_data.
24274 (XTread_socket): Deal with ASCII keysyms.
24275 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
24276
242772008-02-01 Dave Love <fx@gnu.org>
24278
24279 * xterm.c (Vx_keysym_table): New.
24280 (syms_of_xterm): Initialize it.
24281 (XTread_socket): Use it.
24282 From head: Eliminate incorrect optimization that tried to avoid
24283 decoding the output of X*LookupString.
24284 (x_get_font_repertory): Delete charset declaration.
24285
242862008-02-01 Kenichi Handa <handa@m17n.org>
24287
24288 * coding.c (detect_coding_charset): If only ASCII bytes are found,
24289 return 0.
bba3e508
SM
24290 (Fdefine_coding_system_internal):
24291 Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
aac0c6e3
MR
24292
242932008-02-01 Dave Love <fx@gnu.org>
24294
24295 * coding.c (Fcheck_coding_system): Doc fix.
24296
24297 * editfns.c (Finsert_byte): Return a proper value.
24298
242992008-02-01 Kenichi Handa <handa@m17n.org>
24300
bba3e508
SM
24301 * coding.c (decode_coding): Fix args to translate_chars.
24302 Pay attention to Vstandard_translation_table_for_decode.
aac0c6e3
MR
24303 (encode_coding): Fix args to translate_chars. Pay attention to
24304 Vstandard_translation_table_for_encode.
24305
24306 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
24307 SINGLE_BYTE_CHAR_P.
24308
24309 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
24310 not by SINGLE_BYTE_CHAR_P.
24311
24312 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
24313 SINGLE_BYTE_CHAR_P.
24314
24315 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
24316 SINGLE_BYTE_CHAR_P.
24317
24318 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
24319 by SINGLE_BYTE_CHAR_P.
24320
24321 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
24322 SINGLE_BYTE_CHAR_P.
24323
243242008-02-01 Dave Love <fx@gnu.org>
24325
24326 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
24327
243282008-02-01 Dave Love <fx@gnu.org>
24329
24330 * fns.c (Flanginfo): Fix typo.
24331
24332 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
24333
243342008-02-01 Kenichi Handa <handa@m17n.org>
24335
24336 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
24337 (detect_coding_emacs_mule, detect_coding_iso_2022)
24338 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
24339 incomplete byte sequence. Don't update *mask when correctly detected.
24340 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
24341 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
24342 (detect_coding, detect_coding_system): Adjust for the changes above.
24343
243442008-02-01 Kenichi Handa <handa@m17n.org>
24345
24346 * character.c (char_string): Rename from
24347 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
24348 (string_char): Rename from string_char.
24349
24350 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
24351 if C is greater than MAX_3_BYTE_CHAR.
bba3e508
SM
24352 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE):
24353 Call string_char instead of string_char_with_unification.
aac0c6e3
MR
24354
243552008-02-01 Dave Love <fx@gnu.org>
24356
24357 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
24358
243592008-02-01 Kenichi Handa <handa@m17n.org>
24360
24361 * keymap.c (push_key_description): Pay attention to force_multibyte.
24362
24363 * regex.c (re_search_2): Fix for the case of unibyte buffer.
24364
243652008-02-01 Dave Love <fx@gnu.org>
24366
24367 * charset.c (define_charset_internal): Rename `supprementary'.
24368
24369 * Makefile.in (lisp, shortlisp): Remove latin-N.
24370
243712008-02-01 Dave Love <fx@gnu.org>
24372
24373 * xfns.c (x_window, x_window): Use use_xim.
24374
24375 * xterm.c (use_xim): Initialize.
24376 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
24377 (x_term_init): Maybe set use_xim.
24378
24379 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
24380
243812008-02-01 Kenichi Handa <handa@m17n.org>
24382
24383 * search.c (search_buffer): Fix case-fold-search of multibyte
24384 characters.
24385 (boyer_moore): Rename the last argument to char_high_bits.
24386
243872008-02-01 Kenichi Handa <handa@m17n.org>
24388
24389 * xdisp.c (display_string): Fix for the case of zero width glyph.
24390
24391 * xfns.c (x_set_font): Change the error message of the case that
24392 x_new_fontset returns Qt.
24393
24394 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
24395 (Finternal_set_lisp_face_attribute): Use signal_error for the
24396 error of invalid fontset.
24397
24398 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
24399 fontset, return Qt.
24400
244012008-02-01 Dave Love <fx@gnu.org>
24402
24403 * unexelf.c (unexec): Make .got handling not SGI-specific.
24404
24405 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
24406
24407 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
24408
24409 * keyboard.c (read_key_sequence): Fix type error.
24410
bba3e508
SM
24411 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte):
24412 Fix type error.
aac0c6e3
MR
24413
24414 * fontset.c (fontset_add): Return Lisp_Object.
24415
244162008-02-01 Dave Love <fx@gnu.org>
24417
24418 * charset.h (charset_ordered_list_tick): Declare extern.
24419
244202008-02-01 Kenichi Handa <handa@m17n.org>
24421
24422 The following changes (and some of 2008-02-01 changes of mine) are
24423 for handling syntax, category, and case conversion for unibyte
24424 characters by converting them to multibyte on the fly. With these
24425 changes, we don't have to setup syntax and case tables for unibyte
24426 characters in each language environment.
24427
24428 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
24429 multibyte if necessary.
24430
24431 * bytecode.c (Fbyte_code): Likewise.
24432
24433 * character.h (LEADING_CODE_LATIN_1_MIN)
24434 (LEADING_CODE_LATIN_1_MAX): New macros.
24435 (unibyte_to_multibyte_table): Extern it.
24436 (unibyte_char_to_multibyte): New macro.
24437 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
24438 (CHAR_LEADING_CODE): New macro.
24439 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
24440
24441 * character.c (unibyte_to_multibyte_table): New variable.
24442 (unibyte_char_to_multibyte): Move to character.h and define as macro.
24443 (multibyte_char_to_unibyte): If C is an eight-bit character,
24444 convert it to the corresponding byte value.
24445
24446 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
24447 not 1, signals an error. Update the elements of
24448 unibyte_to_multibyte_table.
24449 (init_charset_once): Initialize unibyte_to_multibyte_table.
24450 (syms_of_charset): Define the charset `iso-8859-1'.
24451
24452 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
24453 as is without converting it to unibyte. In a unibyte buffer,
24454 convert C to multibyte before checking the syntax.
24455
24456 * lisp.h (unibyte_char_to_multibyte): Delete extern.
24457
24458 * minibuf.c (Fminibuffer_complete_word): Use the macro
24459 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
24460
24461 * regex.h (struct re_pattern_buffer): New member target_multibyte.
24462
24463 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
bba3e508
SM
24464 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.
24465 If that is zero, convert an eight-bit char to multibyte.
aac0c6e3
MR
24466 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
24467 non-emacs case.
24468 (PATFETCH): Convert an eight-bit char to multibyte.
24469 (HANDLE_UNIBYTE_RANGE): New macro.
24470 (regex_compile): Setup the compiled pattern for multibyte chars
24471 even if the given regex string is unibyte. Use PATFETCH_RAW
24472 instead of PATFETCH in many places. To handle `charset'
24473 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
24474 only for ASCII chars.
24475 (analyse_first) <exactn>: Simplify because the compiled pattern
24476 is multibyte.
24477 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
24478 <charset>: Use CHAR_LEADING_CODE to get leading codes.
24479 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
24480 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
24481 multibyte always 1.
24482 (re_search_2): In emacs, set the locale variable multibyte to 1,
24483 otherwise to 0. New local variable target_multibyte. Check it
bba3e508
SM
24484 to decide the multibyteness of STR1 and STR2.
24485 If target_multibyte is zero, convert unibyte chars to multibyte
aac0c6e3
MR
24486 before translating and checking fastmap.
24487 (TARGET_CHAR_AND_LENGTH): New macro.
24488 (re_match_2_internal): In emacs, set the locale variable multibyte
bba3e508
SM
24489 to 1, otherwise to 0. New local variable target_multibyte.
24490 Check it to decide the multibyteness of STR1 and STR2.
24491 Use TARGET_CHAR_AND_LENGTH to fetch a character from D.
aac0c6e3
MR
24492 <charset, charset_not>: If multibyte is nonzero, check fastmap
24493 only for ASCII chars. Call bcmp_translate with
24494 target_multibyte, not with multibyte.
24495 <begline>: Declare the local variable C as `unsigned'.
24496 (bcmp_translate): Change the last arg name to target_multibyte.
24497
24498 * search.c (compile_pattern_1): Don't adjust the multibyteness of
24499 the regexp pattern and the matching target. Set cp->buf.multibyte
24500 to the multibyteness of the regexp pattern. Set
24501 cp->but.target_multibyte to the multibyteness of the matching target.
24502 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
24503 FETCH_STRING_CHAR_ADVANCE.
24504 (Freplace_match): Convert unibyte chars to multibyte.
24505
24506 * syntax.c (char_quoted, back_comment, scan_words)
24507 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
24508 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
24509 unibyte chars to multibyte.
24510 (skip_chars): Delete the arg syntaxp, and move the code for
24511 handling syntaxes to skip_syntaxes. Change callers.
24512 Fix the case that the multibyteness of STRING and the current
24513 buffer doesn't match.
24514 (skip_syntaxes): New function.
24515 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
24516 SINGLE_BYTE_CHAR_P.
24517
245182008-02-01 Kenichi Handa <handa@m17n.org>
24519
24520 * xfaces.c (QCfontset): New variable.
24521 (LFACE_FONTSET): New macro.
24522 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
24523 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
24524 (Finternal_set_lisp_face_attribute)
24525 (Finternal_get_lisp_face_attribute): Handle QCfontset.
24526 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
24527 check also LFACE_FONTSET_INDEX.
24528 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
24529 attrs[LFACE_FONT_INDEX].
24530 (syms_of_xfaces): Intern and staticpro QCfontset.
24531
24532 * dispextern.h (enum lface_attribute_index): New member
24533 LFACE_FONTSET_INDEX.
24534
24535 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
24536
245372008-02-01 Kenichi Handa <handa@m17n.org>
24538
24539 * coding.c (coding_set_destination): Fix coding->destination for
24540 the case converting a region.
24541 (encode_coding_utf_8): Encode eight-bit chars as single byte.
24542 (encode_coding_object): Fix coding->dst_pos and
24543 coding->dst_pos_byte for the case converting a region.
24544
24545 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
24546
24547 * character.h (BYTE8_STRING): New macro.
24548
24549 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
24550
245512008-02-01 Kenichi Handa <handa@m17n.org>
24552
24553 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
24554 characters by octal form.
24555
24556 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
24557
24558 * buffer.h (_fetch_multibyte_char_len): Delete extern.
24559 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
24560 _fetch_multibyte_char_len.
24561 (FETCH_CHAR_AS_MULTIBYTE): New macro.
24562
24563 * casetab.c (set_canon, set_identity, shuffle): Simplify.
24564
24565 * casefiddle.c (casify_object): Simplify. Handle the case that
24566 the case conversion change the byte length.
24567 (casify_region): Likewise.
24568
24569 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
24570
24571 * character.c (_fetch_multibyte_char_len): Delete this variable.
24572 (syms_of_character): Setup Vprintable_chars.
24573
24574 * editfns.c (Fchar_equal): Fix for the unibyte case.
24575 (Finsert_byte): New function.
24576 (syms_of_editfns): Defsubr it.
24577
24578 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
24579 of direct code 0x3ffff.
24580
24581 * search.c (Freplace_match): Fix for the unibyte case.
24582
245832008-02-01 Kenichi Handa <handa@m17n.org>
24584
24585 * lread.c (safe_to_load_p): Fix the logic.
24586
24587 * syntax.c (scan_words): Don't treat characters belonging to
24588 different scripts as constituting a word.
24589
24590 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24591
24592 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
24593
24594 * emacs.c (main): In the case of --unibyte, instead of aborting on
24595 finding non-empty buffer, make it unibyte.
24596
245972008-02-01 Kenichi Handa <handa@m17n.org>
24598
24599 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
24600 to create a fontset.
24601
246022008-02-01 Dave Love <fx@gnu.org>
24603
24604 * character.c (Funibyte_char_to_multibyte): Doc fix.
24605
24606 * xfns.c [HAVE_STDLIB_H]: Fix last change.
24607
246082008-02-01 Kenichi Handa <handa@m17n.org>
24609
24610 * fontset.c (fontset_add): Make the type `int'.
24611 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
24612
24613 * character.c (unibyte_char_to_multibyte)
24614 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
24615 charset_unibyte, not charset_primary.
24616
24617 * charset.h (charset_unibyte): Extern it instead of charset_primary.
24618
24619 * charset.c (charset_unibyte): Rename from charset_primary.
24620 (Funibyte_charset): Rename from Fprimary_charset.
24621 (Fset_unibyte_charset): Rename from Fset_primary_charset.
24622 (syms_of_charset): Adjust for the above changes.
24623
24624 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24625 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24626 it->multibyte_p is zero.
24627
24628 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
24629 Delete extern.
24630
246312008-02-01 Kenichi Handa <handa@m17n.org>
24632
24633 * coding.c (Fdefine_coding_system_internal): Fix category setting
24634 for a coding system of type iso-2022.
24635
246362008-02-01 Kenichi Handa <handa@m17n.org>
24637
24638 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
24639
246402008-02-01 Kenichi Handa <handa@m17n.org>
24641
24642 * syntax.c (Vnext_word_boundary_function_table): New variable.
24643 (next-word-boundary-function-table): Declare it as a Lisp variable
24644 in syms_of_syntax.
24645 (scan_words): Call functions in Vnext_word_boundary_function_table
24646 if any.
24647
24648 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
24649
24650 * fontset.c (fs_load_font): If fontp->charset is not negative,
24651 return fontp without setting its members.
24652
246532008-02-01 Dave Love <fx@gnu.org>
24654
24655 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
24656
24657 * m/sparc.h (HAVE_ALLOCA): Delete.
24658
24659 * s/irix6-5.h: Don't include strings.h.
24660 (bcopy, bzero, bcmp): Don't undef.
24661
24662 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
24663
24664 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
24665 (TIOCSIGSEND): Don't test IRIX6.
24666 (bcopy, bzero, bcmp): Define conditionally.
24667
246682008-02-01 Kenichi Handa <handa@m17n.org>
24669
24670 * buffer.c (Qas, Qmake, Qto): New variables.
24671 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
24672 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
24673
24674 * callproc.c (Fcall_process): Don't call insert_1_both directly if
24675 we are inserting a process output into a multibyte buffer.
24676
24677 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
24678 multibyte_char_to_unibyte.
24679
24680 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
24681 by the primary charset, make it eight-bit char.
24682 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
24683
24684 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
24685 (charset_8_bit__control, charset_8_bit_graphic)
24686 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
24687 (define_charset_internal): New function.
24688 (syms_of_charset): Call define_charset_internal for pre-defined
24689 charsets.
24690
24691 * charset.h (charset_8_bit): Extern it.
24692
24693 * coding.c (make_conversion_work_buffer): Adjust for the change
24694 of Fset_buffer_multibyte.
24695 (encode_coding_raw_text): Increment p0 in the loop.
24696
24697 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
24698
bba3e508
SM
24699 * xdisp.c (setup_echo_area_for_printing, set_message_1):
24700 Adjust for the change of Fset_buffer_multibyte.
aac0c6e3
MR
24701
24702 * fns.c (Fstring_to_multibyte): New function.
24703 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
24704
247052008-02-01 Dave Love <fx@gnu.org>
24706
24707 * xfns.c (x_put_x_image): Declare args.
24708
24709 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
24710 (try_font_list): Declare an arg.
24711
24712 * xdisp.c (message2_nolog, set_message): Declare an arg.
24713
24714 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
24715
24716 * syntax.c (scan_sexps_forward): Declare an arg.
24717
24718 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
24719 Declare an arg.
24720
24721 * lisp.h (Fnew_fontset): Declare.
24722
24723 * keymap.c (push_key_description): Call CHARACTERP correctly.
24724
24725 * fontset.c (fontset_add): Declare args. Call make_number correctly.
24726 (face_for_char): Delete unused vars.
24727 (Fset_fontset_font): Doc fix. Delete unused vars.
24728
24729 * doc.c (Fsubstitute_command_keys): Delete unused vars.
24730
24731 * composite.c (update_compositions): Declare arg.
24732
24733 * cm.c (calccost, cmgoto): Declare args.
24734
24735 * charset.c: Remove `emacs' conditional. Doc fixes.
24736 (map_char_table_for_charset): Declare.
24737
24738 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
24739
24740 * ccl.c: Remove `emacs' conditional.
24741
247422008-02-01 Kenichi Handa <handa@m17n.org>
24743
24744 The following changes are to allow specifying multiple font
24745 patterns for a character range (specified by script or charset).
24746
24747 * Makefile.in (abbrev.o): Depend on syntax.h.
24748 (xfaces.o): Depend on charset.h.
24749
24750 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
24751 SINGLE_BYTE_CHAR_P.
24752
24753 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
24754
24755 * character.h (Vchar_script_table): Extern it.
24756
24757 * character.c (Vscript_alist): Delete.
24758 (Vchar_script_table, Qchar_script_table): New variable.
24759 (syms_of_character): Declare Vchar_script_table as a lisp variable
24760 and initialize it.
24761
24762 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
24763 have property char-table-extra-slots, make no extra slot.
24764
24765 * dispextern.h (struct face): Delete member `charset'.
24766 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
24767 SINGLE_BYTE_CHAR_P.
24768 (choose_face_font, lookup_non_ascii_face, font_name_registry):
24769 Add prototypes.
24770 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
24771 (generate_ascii_font_name): Rename from generate_ascii_font.
24772
24773 * fontset.h (get_font_repertory_func): New prototype.
24774 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
24775 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
24776
24777 * fontset.c (Qprepend, Qappend): New variables.
24778 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
24779 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
24780 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
24781 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
24782 (fontset_ref_and_range, fontset_add, reorder_font_vector)
24783 (load_font_get_repertory): New functions.
24784 (fontset_set): Delete.
24785 (fontset_face): New arg FACE. Return face ID, not face.
24786 Complete re-write to handle new fontset structure. Change caller.
24787 (free_face_fontset): Use ASET istead of AREF (X) = Y.
24788 (face_for_char): Don't call lookup_face.
24789 (make_fontset_for_ascii_face): New arg FACE.
24790 (fs_load_font): New arg CHARSET_ID. Don't check
24791 Vfont_encoding_alist here.
24792 (find_font_encoding): New function.
24793 (list_fontsets): Use STRINGP, not ! NILP.
24794 (accumulate_script_ranges): New function.
bba3e508
SM
24795 (Fset_fontset_font, Fnew_fontset, Ffontset_info):
24796 Completely re-written to handle new fontset structure.
aac0c6e3 24797 (Ffontset_font): Return a copy of element.
bba3e508
SM
24798 (syms_of_fontset): Define symbols Qprepend and Qappend.
24799 Fix docstring of font-encoding-alist.
aac0c6e3
MR
24800
24801 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
24802 (Fset_fotset_font): Fix arguments to 5.
24803
24804 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
24805
24806 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
24807 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24808 (highlight_trailing_whitespace): Adjust for the change of
24809 lookup_named_face.
24810
24811 * xfaces.c: Include charset.h.
24812 (load_face_font): Delete argument C. Change caller.
24813 (generate_ascii_font_name): Rename from generate_ascii_font.
24814 (font_name_registry): New function.
24815 (cache_face): Store ascii faces before non-ascii faces in buckets.
24816 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
24817 Lookup only ascii faces.
24818 (lookup_non_ascii_face): New function.
24819 (lookup_named_face): Delete argument C. Change caller.
24820 (lookup_derived_face): Delete argument C. Change caller.
24821 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
24822 a string, just call font_list with it.
24823 (choose_face_font): Delete arguments FACE and C. New arg
24824 FONT_SPEC. Change caller.
24825 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
24826 Change caller.
24827 (realize_non_ascii_face): New function.
24828 (realize_x_face): Call load_face_font here.
24829 (realize_tty_face): Delete argument C. Change caller.
24830 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
24831 get a face ID.
24832 (dump_realized_face): Don't print charset of FACE.
24833
24834 * xfns.c (x_set_font): Always call x_new_fontset and
24835 store_frame_parameter.
24836 (Fx_create_frame): Call x_new_fontset, not x_new_font.
24837 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
24838
24839 * xterm.h (x_get_font_repertory): Extern it.
24840
24841 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
24842 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
24843 it->multibyte_p is zero.
24844 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
24845 (x_new_fontset): If FONTSETNAME doesn't match any existing
24846 fontsets, create a new one.
24847 (x_get_font_repertory): New function.
24848
248492008-02-01 Kenichi Handa <handa@m17n.org>
24850
24851 * coding.c (Ffind_coding_systems_region_internal): Detect an
24852 ASCII only string correctly.
24853
24854 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
24855 version is 0.
24856
248572008-02-01 Kenichi Handa <handa@m17n.org>
24858
24859 * lread.c: Include "coding.h".
24860 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
24861 (load_each_byte, unread_char): New variables.
24862 (readchar_backlog): Delete.
24863 (readchar): Return a character unless load_each_byte is nonzero.
24864 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
24865 cons. If unread_char is not -1, simply return it.
24866 (unreadchar): Handle the case that readcharfun is
24867 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
24868 (read_multibyte): Delete.
24869 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
24870 (read_emacs_mule_char): New functions.
24871 (Fload): Even if the file doesn't have the extension ".elc", if
24872 safe_to_load_p returns a positive version number, assume that the
24873 file contains bytecompiled code. If the version is less than 22,
24874 load the file while decoding multibyte sequences by emacs-mule.
24875 (readevalloop): Don't use readchar_backlog.
24876 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
24877 (Fread_from_string): Pay attention to the case that STREAM is a cons.
24878 (read_escape): Delete the arg BYTEREP.
24879 (read1): Set load_each_byte to 1 temporarily while handling
24880 #@NUMBER. Don't call read_multibyte.
24881 (read_vector): Call Fread with a cons. If readcharfun is
24882 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
24883 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
24884 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
24885 and Qload_force_doc_strings.
24886
248872008-02-01 Kenichi Handa <handa@m17n.org>
24888
bba3e508
SM
24889 * xdisp.c (face_before_or_after_it_pos):
24890 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
aac0c6e3
MR
24891
248922008-02-01 Kenichi Handa <handa@m17n.org>
24893
24894 * character.h (TRAILING_CODE_P): New macro.
24895 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
24896 (string_char_with_unification): Fix prototype.
24897 (Vscript_alist): Extern it.
24898
24899 * character.c (Vscript_alist): New variable.
24900 (string_char_with_unification, str_as_unibyte)
24901 (string_escape_byte8): Add `const' to local variables.
24902 (syms_of_character): Declare script-alist as a Lisp variable.
24903
24904 * charset.h (Vcharset_ordered_list): Extern it.
24905 (charset_ordered_list_tick): Extern it.
24906 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
24907 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
24908 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
24909 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
24910 (Funify_charset): Adjust for the change of Funify_charset.
24911
24912 * charset.c (charset_ordered_list_tick): New variable.
24913 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
24914 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 24915 deunify instead of unify a charset.
aac0c6e3
MR
24916 (string_xstring_p): Add `const' to local variables.
24917 (find_charsets_in_text): Add `const' to arguments and local variables.
bba3e508
SM
24918 (encode_char): Adjust for the change of Funify_charset.
24919 Fix detecting of invalid code.
aac0c6e3
MR
24920 (Fset_charset_priority): Increment charset_ordered_list_tick.
24921 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
24922 and TO_CODE.
24923
24924 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
24925 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
24926 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
24927 (decode_coding_ccl, consume_chars)
24928 (Ffind_coding_systems_region_internal)
24929 (Fcheck_coding_systems_region): Add `const' to local variables.
24930
24931 * print.c (print_object): Use octal form for printing the
24932 contents of a bool vector.
24933
249342008-02-01 Dave Love <fx@gnu.org>
24935
24936 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
24937 <version == 20>: Refuse to load.
24938
249392008-02-01 Dave Love <fx@gnu.org>
24940
24941 * fns.c: Move coding.h.
24942 (Qcodeset, Qdays, Qmonths): New.
24943 (concat): Use CHARACTERP instead of INTEGERP.
24944 (Flocale_codeset): Delete.
24945 (Flanginfo): New function.
24946 (syms_of_fns): Change accordingly.
24947
24948 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
24949
249502008-02-01 Dave Love <fx@gnu.org>
24951
bba3e508
SM
24952 * casetab.c (init_casetab_once, init_casetab_once):
24953 Fix CHAR_TABLE_SET call.
aac0c6e3
MR
24954
24955 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
24956
24957 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
24958
24959 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
24960 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
24961 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
24962
24963 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
24964
24965 * coding.c (ENCODE_DESIGNATION, decode_eol)
24966 (make_conversion_work_buffer, code_conversion_restore)
24967 (Fdefine_coding_system_internal): Convert Lisp types.
24968 (code_conversion_restore): Use EQ, not ==.
24969 (Fencode_coding_string): Fix code_convert_string call.
24970
24971 * coding.h (code_convert_region): Fix prototype.
24972
24973 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
24974
24975 * fontset.c (fontset_ref, fontset_set, fs_load_font)
24976 (Ffontset_info): Convert Lisp types.
24977
24978 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
24979
24980 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
24981
24982 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
24983
24984 * chartab.c: Include "...h", not <...h> in some cases.
24985
24986 * callproc.c (Fcall_process): Remove unused variables.
24987
249882008-02-01 Dave Love <fx@gnu.org>
24989
24990 * coding.c (Fset_coding_system_priority): Allow null arg list.
24991
249922008-02-01 Dave Love <fx@gnu.org>
24993
24994 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
24995 (Fself_insert_and_exit): Use CHARACTERP.
24996
24997 * callproc.c (Fcall_process): Remove unused vars.
24998
24999 * xterm.c (XTread_socket): Add extra dead keysyms.
25000
25001 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
25002
25003 * dispextern.h: Remove prototypes for redraw_frame,
25004 redraw_garbaged_frames.
25005
25006 * cmds.c (Fself_insert_command): Use CHARACTERP.
25007
25008 * chartab.c (make_sub_char_table): Remove unused var.
25009 (Fset_char_table_default, Fmap_char_table): Doc fix.
25010
25011 * keymap.c (access_keymap): Remove generic char code.
25012 (push_key_description): Use CHARACTERP.
25013
250142008-02-01 Dave Love <fx@gnu.org>
25015
25016 * charset.c: Doc fixes.
25017 (Funify_charset): Extra checking.
25018
250192008-02-01 Dave Love <fx@gnu.org>
25020
25021 * lread.c: Remove some unused variables.
25022 (safe_to_load_p): If safe, return the magic number version byte.
25023 (Fload): Maybe use load-with-code-conversion.
25024
250252008-02-01 Kenichi Handa <handa@m17n.org>
25026
25027 * category.c (Fmodify_category_entry): Don't modify the contents
bba3e508
SM
25028 of category_set for characters out of the range.
25029 Avoid unnecessary modification.
aac0c6e3
MR
25030
25031 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
25032 Vchar_unify_table. The default value of the table is now nil.
25033
25034 * character.c (syms_of_character): Setup Vchar_width_table for
25035 eight-bit-control and raw-byte chars.
25036
bba3e508
SM
25037 * charset.h (enum define_charset_arg_index):
25038 Delete charset_arg_parents and add charset_arg_subset and
aac0c6e3
MR
25039 charset_arg_superset.
25040 (enum charset_attr_index): Delete charset_parents and add
25041 charset_subset and charset_superset.
25042 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
25043 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
25044 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
25045 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
25046 (CHARSET_SUPERSET): New macros.
25047 (charset_work): Extern it.
25048 (ENCODE_CHAR): Use charset_work.
25049 (CHAR_CHARSET_P): Adjust for the change of encoder format.
25050 (map_charset_chars): Extern it.
25051
25052 * charset.c (load_charset_map): Set the default value of encoder
25053 and deunifier char-tables to nil.
bba3e508
SM
25054 (map_charset_chars): Change argument. Change callers.
25055 Use map_char_table_for_charset instead of map_char_table.
aac0c6e3
MR
25056 (Fmap_charset_chars): New optional args from_code and to_code.
25057 (Fdefine_charset_internal): Adjust for the change of
25058 `define-charset' (:parents -> :subset or :superset).
25059 (charset_work): New variable.
25060 (encode_char, syms_of_charset): Adjust for the change of
25061 Fdefine_charset_internal.
25062 (Ffind_charset_string): Setup the vector `charsets' correctly.
25063
bba3e508
SM
25064 * chartab.c (sub_char_table_ref_and_range): New arg default.
25065 Fix the previous change.
aac0c6e3
MR
25066 (char_table_ref_and_range): Adjust for the above change.
25067 (map_sub_char_table_for_charset): New function.
25068 (map_char_table_for_charset): New function.
25069
25070 * keymap.c (describe_vector): Handle a char-table directly here.
25071 (describe_char_table): Delete.
25072
25073 * lisp.h (map_charset_chars): Delete.
25074
250752008-02-01 Dave Love <fx@gnu.org>
25076
25077 * fns.c (count_combining): Comment out (unused).
25078 (Flocale_codeset): New.
25079 (syms_of_fns): Defsubr it.
25080
25081 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
25082 (size_t): Remove.
25083
250842008-02-01 Dave Love <fx@gnu.org>
25085
25086 * Makefile.in (chartab.o): Depend on charset.h.
25087
250882008-02-01 Kenichi Handa <handa@m17n.org>
25089
25090 * character.c (syms_of_character): Set the default value of
25091 Vprintable_chars to Qnil.
25092
250932008-02-01 Dave Love <fx@gnu.org>
25094
25095 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
25096
250972008-02-01 Kenichi Handa <handa@m17n.org>
25098
25099 * charset.c (load_charset_map): Handle the case that from < to
25100 correctly.
25101
25102 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
25103 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
25104 Pay attention to raw-8-bit chars.
25105
251062008-02-01 Kenichi Handa <handa@m17n.org>
25107
25108 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
25109 It is not bytecompiled now.
25110
25111 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
25112 (charset_jisx0208): New variables.
25113 (Fdefine_charset_internal): Setup them if appropriate.
25114 (init_charset_once): Initialize them to -1.
25115
25116 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
25117 (charset_jisx0208): Extern them.
25118
25119 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
25120 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
25121 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
25122 (setup_iso_safe_charsets): Fix arguments to Fassq.
25123 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
25124 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
25125 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
25126 (encode_coding_iso_2022): Change the 1st arg to
25127 ENCODE_ISO_CHARACTER to a variable.
25128
251292008-02-01 Kenichi Handa <handa@m17n.org>
25130
25131 * charset.h (enum define_charset_arg_index): New enums
25132 charset_arg_min_code and charset_arg_max_code.
25133 (struct charset): New member char_index_offset.
25134
25135 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
25136 Take charset->char_index_offset into account.
25137 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
25138 args[charset_arg_max_code]. Setup charset.char_index_offset.
25139 (syms_of_charset): Fix args to Fdefine_charset_internal.
25140
251412008-02-01 Dave Love <fx@gnu.org>
25142
25143 * coding.c (decode_coding_utf_8): Reject overlong sequences.
25144
251452008-02-01 Dave Love <fx@gnu.org>
25146
25147 * coding.c: Doc fixes.
25148 (Fcoding_system_aliases): Fix return value.
25149 (Qmac): Remove (duplicated) definition.
25150
251512008-02-01 Dave Love <fx@gnu.org>
25152
362654a6
JB
25153 * charset.c (Fcharset_priority_list, Fset_charset_priority):
25154 New functions.
aac0c6e3
MR
25155
25156 * character.c (Fstring): Doc fix.
25157
25158 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
25159
362654a6 25160 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
25161 (font-encoding-alist): Doc fix.
25162
251632008-02-01 Dave Love <fx@gnu.org>
25164
25165 * term.c (costs_set): Declare static, non-initialized for pcc.
25166 (encode_terminal_code): Remove unused var.
25167
25168 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
25169 for K&R.
25170
25171 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
25172
25173 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
25174 (suffixes): Move out of make_subsidiaries for K&R.
25175
25176 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
25177
25178 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
25179
251802008-02-01 Dave Love <fx@gnu.org>
25181
25182 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
25183
25184 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
25185
251862008-02-01 Yong Lu <lyongu@asia-infonet.com>
25187
25188 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
25189
25190 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
25191
251922008-02-01 Kenichi Handa <handa@m17n.org>
25193
25194 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
25195 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
25196
251972008-02-01 Kenichi Handa <handa@m17n.org>
25198
25199 * coding.c (decode_coding_charset): Adjust for the change of
25200 Fdefine_coding_system_internal.
25201 (Fdefine_coding_system_internal): For a coding system of
25202 `charset' type, store a list of charset IDs in
25203 `charset_attr_charset_valids' element of coding attributes.
25204
252052008-02-01 Kenichi Handa <handa@m17n.org>
25206
25207 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
bba3e508
SM
25208 (emacs_mule_char): New arg src. Delete arg `composition'.
25209 Change caller. Handle 2-byte and 3-byte charsets correctly.
aac0c6e3
MR
25210 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
25211 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
25212 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
ef1b0ba7
SM
25213 (DECODE_EMACS_MULE_21_COMPOSITION):
25214 Call DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
aac0c6e3
MR
25215 sequence.
25216 (decode_coding_emacs_mule): Handle composition correctly. Rewind
25217 `src' and `consumed_chars' correctly before calling emacs_mule_char.
25218 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
25219 and alt&rule composition.
25220 (decode_coding_iso_2022): Handle composition correctly.
25221 (init_coding_once): Setup emacs_mule_bytes for private charsets.
25222
25223 * charset.c (Fdefine_charset_internal): Fix bug for the case of
25224 re-defining a charset. If the charset has :emacs-mule-id, setup
25225 emacs_mule_bytes.
25226 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
25227
252282008-02-01 Kenichi Handa <handa@m17n.org>
25229
25230 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
25231 (encode_coding_big5, encode_coding_charset): If coding requires safe
25232 encoding, produce a character specified by
25233 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
25234
252352008-02-01 Dave Love <fx@gnu.org>
25236
25237 * xterm.c (XSetIMValues): Declare.
25238
25239 * process.c: Conditionally include sys/wait.h, pty.h.
25240
25241 * print.c (print_object): Fix print format for 64-bit systems.
25242
25243 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
25244
25245 * buffer.c (emacs_strerror): Declare.
25246
25247 * fontset.c (Fclear_face_cache): Declare.
25248 (accumulate_font_info): Comment-out (unused).
25249 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
25250 variables.
25251
25252 * character.h (string_escape_byte8): Declare.
25253
bba3e508
SM
25254 * charset.c (load_charset_map, load_charset_map_from_file):
25255 Remove unused vars.
aac0c6e3
MR
25256 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
25257 (Fmap_charset_chars): Doc fix.
25258
25259 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
25260 (Fset_coding_system_priority, Fset_coding_system_priority)
25261 (Fdefine_coding_system_internal): Doc fix.
25262
252632008-02-01 Dave Love <fx@gnu.org>
25264
25265 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
25266
252672008-02-01 Kenichi Handa <handa@m17n.org>
25268
25269 * character.c (string_escape_byte8): Make multibyte string with
25270 correct size.
25271
25272 * charset.c (Fmake_char): Delete unnecessary code.
25273
252742008-02-01 Kenichi Handa <handa@m17n.org>
25275
25276 * xfns.c (x_encode_text): Allocate coding.destination here, and
25277 call encode_coding_object with dst_object Qnil.
25278
25279 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
25280 multibyte form correctly.
25281
25282 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
25283 against Vfont_encoding_alist.
25284
25285 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
25286 handling of charset list.
25287 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
25288 (decode_coding_object): Move point to coding->dst_pos before
25289 calling post-read-conversion function.
25290 (encode_coding_object): Give correct arguments to
25291 pre-write-conversion. Ignore the return value of
25292 pre-write-conversion function. Pay attention to the case that
25293 pre-write-conversion changes the current buffer. If dst_object is
25294 Qt, even if coding->src_bytes is zero, allocate at least one byte
25295 to coding->destination.
25296
25297 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
25298
25299 * charset.c (Fmake_char): Make it more backward compatible.
25300 (Fmap_charset_chars): Fix docstring.
25301
253022008-02-01 Dave Love <fx@gnu.org>
25303
25304 * coding.c: Doc fixes.
25305 (Fdefine_coding_system_alias): Use names, not symbols, in
25306 coding-system-alist.
25307
253082008-02-01 Kenichi Handa <handa@m17n.org>
25309
25310 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
25311 of calling free_realized_face.
25312
253132008-02-01 Yong Lu <lyongu@asia-infonet.com>
25314
25315 * charset.c (read_hex): Don't treat SPC as a comment starter.
25316 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
25317 (Fdecode_char): Fix typo.
25318
253192008-02-01 Kenichi Handa <handa@m17n.org>
25320
25321 * charset.h (struct charset): New member `code_space_mask'.
25322
25323 * coding.c (coding_set_source): Delete the local variable beg_byte.
25324 (encode_coding_charset, Fdefine_coding_system_internal):
25325 Delete the local variable charset.
bba3e508
SM
25326 (Fdefine_coding_system_internal):
25327 Setup attrs[coding_attr_charset_valids] correctly.
aac0c6e3
MR
25328
25329 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
25330 member to check if CODE is valid or not.
25331 (Fdefine_charset_internal): Initialize `code_space_mask' member.
25332 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
25333 is within the range of charset->min_code and carset->max_code.
25334
253352008-02-01 Dave Love <fx@gnu.org>
25336
25337 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
25338
25339 * dispextern.h (generate_ascii_font): Fix return type.
25340
25341 * xfaces.c (generate_ascii_font): Fix arg declaration.
25342
25343 * coding.c (coding_inherit_eol_type)
25344 (Fset_terminal_coding_system_internal)
25345 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
25346
253472008-02-01 Kenichi Handa <handa@m17n.org>
25348
bba3e508
SM
25349 * coding.c (decode_coding_charset, encode_coding_charset):
25350 Handle multiple charsets correctly.
aac0c6e3
MR
25351
253522008-02-01 Kenichi Handa <handa@m17n.org>
25353
25354 * search.c (boyer_moore): Fix handling of multibyte character
25355 translation.
25356
25357 * xdisp.c (display_mode_element): When the variable `elt' is
25358 changed, update `this' and `lisp_string'.
25359
253602008-02-01 Kenichi Handa <handa@m17n.org>
25361
25362 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
25363
25364 * callproc.c (Fcall_process): Be sure to give the current buffer
25365 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
25366
25367 * charset.c (struct charset_map_entries): New struct.
25368 (load_charset_map): Rename from parse_charset_map. New args
25369 entries and n_entries. Change caller.
25370 (load_charset_map_from_file): Rename from load_charset_map.
25371 Change caller. New arg control_flag. Call load_charset_map at
25372 the tail.
25373 (load_charset_map_from_vector): New function.
25374 (Fdefine_charset_internal): Setup charset.compact_codes_p.
25375 (encode_char): If the charset is compact, change a character index
25376 to a code point.
25377
25378 * coding.c (coding_alloc_by_making_gap): Check the case that the
25379 source and destination are the same correctly.
25380 (decode_coding_raw_text): Set coding->consumed_char and
25381 coding->consumed to 0.
25382 (produce_chars): If coding->chars_at_source is nonzero, update
25383 coding->consumed_char and coding->consumed before calling
25384 alloc_destination.
25385 (Fdefine_coding_system_alias): Register ALIAS in
25386 Vcoding_system_alist.
25387 (syms_of_coding): Define `no-conversion' coding system at the tail.
25388
25389 * fileio.c (Finsert_file_contents): Set coding_system instead of
25390 val. If the current buffer is multibyte, always call
25391 decode_coding_gap.
25392
25393 * xfaces.c (try_font_list): Give higher priority to fontset's
25394 family than face's family.
25395
253962008-02-01 Kenichi Handa <handa@m17n.org>
25397
25398 * callproc.c (Fcall_process): Be sure to give the current buffer
25399 to decode_coding_c_string.
25400
25401 * xfaces.c (try_font_list): Give a family specified in a fontset
25402 higher priority than a family specified in a face.
25403
254042008-02-01 Kenichi Handa <handa@m17n.org>
25405
25406 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
25407 Fix arguments to insert_from_buffer.
25408
25409 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
25410
254112008-02-01 Kenichi Handa <handa@m17n.org>
25412
25413 * coding.c (produce_chars): Set the variable `multibytep' correctly.
25414 (decode_coding_gap): Set coding->dst_multibyte correctly.
25415
254162008-02-01 Kenichi Handa <handa@m17n.org>
25417
25418 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
25419 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
25420 (encode_coding_utf_16): Substitute coding->default_char for
25421 non-Unicode characters.
25422 (decode_coding): Don't call record_insert here.
25423 (setup_coding_system): Initialize `surrogate' of
25424 coding->spec.utf_16 to 0.
25425 (EMIT_ONE_BYTE): Fix for multibyte case.
25426
25427 * insdel.c (insert_from_gap): Call record_insert.
25428
254292008-02-01 Kenichi Handa <handa@m17n.org>
25430
25431 * casefiddle.c (casify_region): Fix multibyte case.
25432
25433 * character.c (c_string_width): Add return type `int'.
25434 (char_string_with_unification): Delete arg ADVANCED.
25435
25436 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
25437 (CHAR_STRING): Adjust for the change of char_string_with_unification.
25438 (CHAR_STRING_ADVANCE): Make it do-while statement.
25439
25440 * chartab.c (sub_char_table_set_range): Optimize for the case
25441 DEPTH == 3. Add workaround code for a GCC optimization bug.
25442
25443 * charset.c (parse_charset_map): Remove an unused variable.
25444
25445 * coding.c: Delete unused variables.
25446
25447 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
25448 earlier. If inserted is zero and the coding system doesn't
25449 require flushing, don't call decode_coding_gap.
25450
25451 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
25452
254532008-02-01 Kenichi Handa <handa@m17n.org>
25454
25455 The following changes are for using Unicode as an internal
25456 character model, and use UTF-8 format for buffer/string
25457 representation.
25458
25459 * .gdbinit (xchartable): Adjust for the change of char table structure.
25460 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
25461
25462 * Makefile.in (obj): Add character.o and chartab.o.
25463 (lisp, shortlisp): Remove utf-8.elc.
25464 (*.o): For many files, change dependency on charset.h to
25465 character.h, and add dependency on character.h.
25466 (character.o, chartab.o): New targets.
25467
25468 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
25469 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
25470 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
25471 of "charset.h".
25472
25473 * dired.c, filelock.c: Include "character.h".
25474
25475 * alloc.c: Include "character.h" instead of "charset.h".
25476 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
25477 (syms_of_alloc): Remove defsubr for Smake_char_table.
25478
25479 * buffer.c: Include "character.h" instead of "charset.h", don't
25480 include "coding.h".
25481 (Fset_buffer_multibyte): Adjust for UTF-8.
25482
25483 * buffer.h: EXFUN Fbuffer_live_p.
25484
25485 * callproc.c: Include "character.h" instead of "charset.h".
25486 (Fcall_process): Big change for the new code-conversion APIs.
25487
25488 * casetab.c: Include "character.h" instead of "charset.h".
25489 (set_canon, set_identity, shuffle): Adjust for the new
25490 map_char_table spec.
25491 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
25492 accessing the char table structure.
25493
25494 * chartab.c: New file that implements char table.
25495
25496 * category.c: Include "character.h".
25497 (copy_category_entry): New function.
25498 (copy_category_table): Call map_char_table and copy_category_entry.
25499 (Fmake_category_table): Initialize all top-level slots.
25500 (char_category_set): New function.
25501 (modify_lower_category_set): Delete.
25502 (Fmodify_category_entry): Call char_table_ref_and_range.
25503
25504 * category.h (CATEGORY_SET): Just call char_category_set.
25505
25506 * ccl.c: Include "character.h".
25507 (Qccl, Qcclp): New variables.
25508 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
25509 it's less than 256.
25510 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
25511 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
25512 and DST type.
25513 (ccl_driver): Change types of argument, adjust code accordingly.
25514 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
25515 ccl_driver.
25516 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
25517
25518 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
25519 New members src_multibyte, dst_multibyte, consumed, and produced.
25520 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
25521 (CODING_SPEC_CCL_PROGRAM): New macro.
25522 (ccl_driver): Update prototype.
25523 (Qccl, Qcclp, Fccl_program_p): Extern them.
25524 (CHECK_CCL_PROGRAM): New macro.
25525
25526 * character.c, character.h, chartab.c: New files.
25527
25528 * charset.c: Mostly re-written. Move character and multibyte sequence
25529 handling codes to character.c.
25530
25531 * charset.h: Mostly re-written. Move character and multibyte sequence
25532 handling codes to character.h.
25533
25534 * coding.c, coding.h: Mostly re-written.
25535
25536 * composite.c: Include "character.h" instead of "charset.h".
25537 (CHAR_WIDTH): Move to character.h.
25538 (HASH_KEY, HASH_VALUE): Delete.
25539
25540 * composite.h (enum composition_method): Change order of enumeration
25541 symbols.
25542
25543 * data.c: Include "character.h" instead of "charset.h".
25544 (Faref): Call CHAR_TABLE_REF for a char table.
25545 (Faset): Call CHAR_TABLE_SET for a char table.
25546
25547 * dispextern.h (free_realized_face, check_face_attribytes)
25548 (generate_ascii_font): Extern them.
25549 (free_realized_multibyte_face): Delete extern.
25550
25551 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
25552 table structure.
25553
25554 * editfns.c: Include "character.h" instead of "charset.h".
25555 (Fchar_to_string): Always call CHAR_STRING.
25556
25557 * emacs.c (main): Call init_charset_once, init_charset,
25558 syms_of_chartab, and syms_of_character.
25559
25560 * fileio.c: Include "character.h" instead of "charset.h".
25561 (Finsert_file_contents): Big change for the new code-conversion API.
25562 (choose_write_coding_system, Fwrite_region): Likewise.
25563 (build_annotations_2): Delete.
25564 (e_write): Big change for the new code-conversion API.
25565
25566 * fns.c: Include "character.h" instead of "charset.h".
25567 (copy_sub_char_table): Move to chartab.c.
25568 (Fcopy_sequence): Call copy_char_table for a char table.
25569 (concat): Delete codes calling count_multibyte.
25570 (string_char_to_byte, string_byte_to_char): Adjust for the new
25571 multibyte form.
25572 (internal_equal): Adjust for the change of char table structure.
25573 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
25574 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
25575 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
25576 (char_table_translate, optimize_sub_char_table)
25577 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
25578 chartab.c.
25579 (char_table_ref_and_index): Delete.
25580 (HASH_KEY, HASH_VALUE): Move to lisp.h.
25581 (Fmd5): Call preferred_coding_system instead of accessing
25582 Vcoding_category_list. Adjust for the new code-conversion API.
25583 (syms_of_fns): Move defsubr for char table related functions to
25584 chartab.c.
25585
25586 * fontset.c: Mostly re-written.
25587
25588 * fontset.h (struct font_info): Change type of the member encoding_type.
25589 (enum FONT_SPEC_INDEX): New enum.
25590 (fontset_font_pattern, fs_load_font): Update prototype.
25591 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
25592
25593 * indent.c: Include "character.h" instead of "charset.h".
25594 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
25595
25596 * insdel.c: Include "character.h" instead of "charset.h".
25597 (copy_text): Don't refer to Vnonascii_translation_table.
25598 (insert_from_gap): New function.
25599
25600 * keyboard.c: Include "character.h" instead of "charset.h".
25601 (command_loop_1): Never call direct_output_forward_char before
25602 a non-ASCII character.
25603 (read_char): If Vkeyboard_translate_table is a char table, always
25604 translate a character.
25605
25606 * keymap.c: Include "character.h".
25607 (store_in_keymap): Handle the case that IDX is a cons.
25608 (Fdefine_key): Handle the case that KEY is a cons and the car part
25609 is also a cons (range).
25610 (push_key_description): Adjust for the new character code.
25611 (describe_vector): Call describe_char_table for a char table.
25612 (describe_char_table): New function.
25613
25614 * keymap.h (describe_char_table): Extern it.
25615
25616 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
25617 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
25618 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
25619 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
25620 Delete.
25621 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
25622 structure.
25623 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
25624 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
25625 (CHARTAB_SIZE_BITS_3): New macros.
25626 (chartab_size): Extern it.
25627 (struct Lisp_Char_Table): Re-design.
25628 (struct Lisp_Sub_Char_Table): New structure.
25629 (HASH_KEY, HASH_VALUE): Move from fns.c.
25630 (CHARACTERBITS): Define as 22.
25631 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
25632 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
25633 (GC_SUB_CHAR_TABLE_P): New macro.
25634 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
ef1b0ba7 25635 (code_convert_string_norecord): Delete extern.
aac0c6e3
MR
25636 (init_character_once, syms_of_character, init_charset)
25637 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
25638
25639 * lread.c: Include "character.h".
25640 (read_multibyte): New arg NBYTES.
25641 (read_escape): Change the meaning of returned *BYTEREP.
25642 (to_multibyte): Delete.
25643 (read1): Adjust the handling of char table and string.
25644
25645 * print.c: Include "character.h" instead of "charset.h".
25646 (print_string): Convert 8-bit raw bytes to octal form by
25647 string_escape_byte8.
25648 (print_object): Adjust for the new multibyte form. Print 8-bit
25649 raw bytes always in octal form. Handle sub char table correctly.
25650
25651 * process.c: Include "character.h" instead of "charset.h".
25652 (read_process_output, send_process): Adjust for the new
25653 code-conversion API.
25654
25655 * puresize.h (BASE_PURESIZE): Increase.
25656
25657 * regex.c: Include "character.h" instead of "charset.h".
25658 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
25659 (regex_compile): Accept a range whose starting and ending
25660 character have different leading bytes.
25661 (analyse_first): Adjust for the above change.
25662
25663 * search.c: Include "character.h" instead of "charset.h".
25664 (search_buffer, boyer_moore): Adjust for the new multibyte form.
25665 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
25666
25667 * syntax.c: Include "character.h" instead of "charset.h".
25668 (syntax_parent_lookup): Delete.
25669 (Fmodify_syntax_entry): Accept a cons as CHAR.
25670 (skip_chars): Adjust for the new multibyte form.
25671 (init_syntax_once): Call char_table_set_range instead of directly
25672 accessing the structure of a char table.
25673
25674 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
25675 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
25676 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
25677 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
25678
25679 * term.c: Include "buffer.h" and "character.h".
25680 (encode_terminal_code, write_glyphs): Adjust for the new
25681 code-conversion API.
25682 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
25683
25684 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
25685
25686 * xdisp.c: Include "character.h".
25687 (get_next_display_element): Adjust for the new multibyte form.
25688 (disp_char_vector): Adjust for the new char table structure.
25689 (decode_mode_spec_coding): Adjust for the new structure of
25690 coding system.
25691 (decode_mode_spec): Adjust for the new code-conversion API.
25692
25693 * xfaces.c: Include "character.h" instead of "charset.h".
25694 (load_face_font): Adjust for the change of choose_face_font and
25695 FS_LOAD_FONT.
25696 (generate_ascii_font): New function.
25697 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
25698 (set_font_frame_param): Adjust for the change of choose_face_font.
25699 (free_realized_face): Make it public.
25700 (free_realized_faces_for_fontset): Rename from
25701 free_realized_multibyte_face. Free also faces realized for ASCII.
25702 (choose_face_font): Change arguments. Adjust for the change of
25703 fontset_font_pattern and FS_LOAD_FONT.
25704
25705 * xfns.c: Include "character.h".
25706 (x_encode_text): Adjust for the new code-conversion API.
25707
25708 * xselect.c: Don't include "charset.h".
25709 (selection_data_to_lisp_data): Adjust for the new code conversion API.
25710
25711 * xterm.c: Include "character.h".
25712 (x_encode_char): New argument CHARSET. Change caller.
25713 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
25714 Call ENCODE_CHAR instead of SPLIT_CHAR.
25715 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
25716 CHAR_WIDTH instead of CHARSET_WIDTH.
25717 (XTread_socket): Adjust for the new code-conversion API.
25718 (x_new_font): Adjust for the change of FS_LOAD_FONT.
25719 (x_load_font): Adjust for the change of struct font.
25720
257212008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
25722
25723 * xfaces.c (face_at_buffer_position): Remove unused vars.
25724
257252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25726
25727 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
25728 Fix overflow checking.
25729
257302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
25731
25732 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
25733 Cancel previous change.
25734
257352008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25736
25737 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
25738 ccl->eight_bit_control. Fix check for buffer overflow.
25739 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
25740 (ccl_driver): Initialize extra_bytes to 0.
25741
257422008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
25743
25744 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
25745 return it ORed with ctrl_modifier.
25746
257472008-01-29 Miles Bader <miles@gnu.org>
25748
25749 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
25750
257512008-01-28 Jason Rumney <jasonr@gnu.org>
25752
25753 * w32.c (stat): Don't double check for networked drive.
25754
257552008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25756
25757 * window.c (run_window_configuration_change_hook): New function.
25758 Code extracted from set_window_buffer. Set the selected frame.
25759 (set_window_buffer): Use it.
25760 * window.h (run_window_configuration_change_hook): Declare.
25761 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
25762
25763 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
25764
257652008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
25766
25767 * Makefile.in: Remove references to unused macros.
25768
257692008-01-26 Eli Zaretskii <eliz@gnu.org>
25770
25771 * w32.c (g_b_init_get_sid_sub_authority)
25772 (g_b_init_get_sid_sub_authority_count): New static variables.
25773 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
25774 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
25775 (init_user_info): Use them to retrieve uid and gid.
25776 Use 500/513, the Windows defaults, as Administrator's uid/gid.
25777 (fstat): Use pw_uid and pw_gid from the_passwd structure for
25778 st_uid and st_gid of the file.
25779
257802008-01-26 Jason Rumney <jasonr@gnu.org>
25781
25782 * w32.c (logon_network_drive): New function.
25783 (stat): Use it.
25784
257852008-01-26 Chong Yidong <cyd@stupidchicken.com>
25786
25787 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
25788 invisible text covered with an ellipsis.
25789
257902008-01-25 Richard Stallman <rms@gnu.org>
25791
25792 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
25793 jump back to beginning. Move some other initializations after that.
25794 (Qwindow_text_change_functions, Vwindow_text_change_functions):
25795 New variables.
25796 (syms_of_xdisp): Init them.
25797
25798 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
25799
25800 * buffer.c (reset_buffer_local_variables):
25801 Implement `permanent-local-hook'.
25802 (Qpermanent_local_hook): New variable.
25803 (syms_of_buffer): Init and staticpro it.
25804
258052008-01-25 Michael Albinus <michael.albinus@gmx.de>
25806
25807 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
25808
258092008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
25810
25811 * fns.c (Fclrhash): Return TABLE.
25812
258132008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25814
25815 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
25816 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
25817 is set even without positional changes.
25818 (x_scroll_bar_clear): Set bar->redraw_needed_p.
25819
25820 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
25821
258222008-01-23 Jason Rumney <jasonr@gnu.org>
25823
25824 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
25825
25826 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
25827 the unicode range available in MULE by locale-coding-system.
25828 Improve dbcs lead byte detection. Set event timestamp and modifiers
25829 earlier.
25830
258312008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25832
25833 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
25834 [MAC_OSX] (init_mac_osx_environment): Initialize it.
25835 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
25836 when used on child processes.
25837
258382008-01-21 Michael Albinus <michael.albinus@gmx.de>
25839
25840 * dbusbind.c (Fdbus_method_return_internal): Rename from
25841 Fdbus_method_return.
25842 (Fdbus_unregister_object): Move to dbus.el.
25843 (Fdbus_call_method, Fdbus_method_return_internal)
25844 (Fdbus_send_signal): Improve debug messages.
25845
258462008-01-20 Martin Rudalics <rudalics@gmx.at>
25847
25848 * undo.c (undo_inhibit_record_point): New variable.
25849 (syms_of_undo): Initialize it.
25850 (record_point): Don't record point when undo_inhibit_record_point
25851 is set.
25852
258532008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
25854
25855 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
25856
25857 * xdisp.c (Qauto_hscroll_mode): New var.
25858 (syms_of_xdisp): Initialize it.
25859 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
25860 window's buffer.
25861 (hscroll_windows): Don't check automatic_hscrolling_p here.
25862
25863 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
25864 vscroll if we're setting window-buffer to the value it already has.
25865
258662008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
25867
25868 * m/intel386.h: Remove references to XENIX.
25869
258702008-01-17 Andreas Schwab <schwab@suse.de>
25871
25872 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
25873 instead of HAVE_X86_64_LIB64_DIR.
25874 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
25875
258762008-01-17 Glenn Morris <rgm@gnu.org>
25877
25878 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
25879 to HAVE_X86_64_LIB64_DIR.
25880
258812008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
25882
25883 * s/irix3-3.h:
25884 * s/irix4-0.h:
25885 * s/386-ix.h:
25886 * s/domain.h:
25887 * s/hpux9-x11r4.h:
25888 * s/hpux9shxr4.h: Remove files for systems no longer supported.
25889
25890 * sysdep.c: Remove code containing references to symbols defined
25891 by unsupported systems.
25892
258932008-01-16 Glenn Morris <rgm@gnu.org>
25894
25895 * coding.c (select-safe-coding-system-function): Doc fix.
25896
258972008-01-15 Glenn Morris <rgm@gnu.org>
25898
25899 * config.in: Revert 2008-01-13 change: this is a generated file.
25900
259012008-01-13 Tom Tromey <tromey@redhat.com>
25902
25903 * lisp.h: Fix typo.
25904
259052008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25906
25907 * m/sequent-ptx.h:
25908 * m/sequent.h:
25909 * s/ptx.h:
25910 * s/ptx4-2.h:
25911 * s/ptx4.h: Remove files for systems no longer supported.
25912
25913 * callproc.c (Fcall_process): Fix previous change.
25914
259152008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
25916
25917 * unexsunos4.c: Remove file, system not supported anymore.
25918
25919 * m/mips.h:
25920 * m/intel386.h:
25921 * callproc.c:
25922 * config.in:
25923 * ecrt0.c:
25924 * emacs.c:
25925 * fileio.c:
25926 * frame.c:
25927 * getpagesize.h:
25928 * keyboard.c:
25929 * lread.c:
25930 * process.c:
25931 * puresize.h:
25932 * sysdep.c:
25933 * systty.h:
25934 * syswait.h:
25935 * unexec.c:
25936 * xdisp.c:
25937 * alloc.c: Remove code containing references to symbols defined by
25938 unsupported systems.
25939
259402008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
25941
25942 * coding.c (detect_coding_mask): Fix previous change.
25943
259442008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
25945
25946 * coding.c (detect_coding_iso2022): New arg
25947 latin_extra_code_state. Allow Latin extra codes only
25948 when *latin_extra_code_state is nonzero.
25949 (detect_coding_mask): If there is a NULL byte, detect the encoding
25950 as UTF-16 or binary. If Latin extra codes exist, detect the
25951 encoding as ISO-2022 only when there's no other proper encoding is
25952 found.
25953
259542008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25955
25956 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
25957 #ifdef MAC_OS.
25958
259592008-01-08 Richard Stallman <rms@gnu.org>
25960
25961 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
25962
259632008-01-06 Nick Roberts <nickrob@snap.net.nz>
25964
25965 * keyboard.c (parse_menu_item): Don't enclose key bindings on
25966 menu bar in parentheses.
25967
259682008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
25969
25970 * m/7300.h:
25971 * m/acorn.h:
25972 * m/alliant-2800.h:
25973 * m/alliant.h:
25974 * m/alliant1.h:
25975 * m/alliant4.h:
25976 * m/altos.h:
25977 * m/amdahl.h:
25978 * m/apollo.h:
25979 * m/att3b.h:
25980 * m/aviion-intel.h:
25981 * m/aviion.h:
25982 * m/celerity.h:
25983 * m/clipper.h:
25984 * m/cnvrgnt.h:
25985 * m/convex.h:
25986 * m/cydra5.h:
25987 * m/delta88k.h:
25988 * m/dpx2.h:
25989 * m/dual.h:
25990 * m/elxsi.h:
25991 * m/f301.h:
25992 * m/gould-np1.h:
25993 * m/gould.h:
25994 * m/i860.h:
25995 * m/ibmps2-aix.h:
25996 * m/ibmrt-aix.h:
25997 * m/ibmrt.h:
25998 * m/irist.h:
25999 * m/is386.h:
26000 * m/isi-ov.h:
26001 * m/mega68.h:
26002 * m/mg1.h:
26003 * m/news-r6.h:
26004 * m/news-risc.h:
26005 * m/news.h:
26006 * m/nh3000.h:
26007 * m/nh4000.h:
26008 * m/ns16000.h:
26009 * m/ns32000.h:
26010 * m/nu.h:
26011 * m/orion.h:
26012 * m/orion105.h:
26013 * m/paragon.h:
26014 * m/pfa50.h:
26015 * m/plexus.h:
26016 * m/pyramid.h:
26017 * m/pyrmips.h:
26018 * m/sh3el.h:
26019 * m/sps7.h:
26020 * m/sr2k.h:
26021 * m/stride.h:
26022 * m/sun1.h:
26023 * m/sun2.h:
26024 * m/sun3-68881.h:
26025 * m/sun3-fpa.h:
26026 * m/sun3-soft.h:
26027 * m/sun3.h:
26028 * m/sun386.h:
26029 * m/symmetry.h:
26030 * m/tad68k.h:
26031 * m/tahoe.h:
26032 * m/targon31.h:
26033 * m/tek4300.h:
26034 * m/tekxd88.h:
26035 * m/tower32.h:
26036 * m/tower32v3.h:
26037 * m/ustation.h:
26038 * m/wicat.h:
26039 * m/xps100.h:
26040 * s/cxux.h:
26041 * s/cxux7.h:
26042 * s/dgux.h:
26043 * s/dgux4.h:
26044 * s/dgux5-4-3.h:
26045 * s/dgux5-4r2.h:
26046 * s/esix.h:
26047 * s/esix5r4.h:
26048 * s/hiuxmpp.h:
26049 * s/hiuxwe2.h:
26050 * s/iris3-5.h:
26051 * s/iris3-6.h:
26052 * s/isc2-2.h:
26053 * s/isc3-0.h:
26054 * s/isc4-0.h:
26055 * s/isc4-1.h:
26056 * s/newsos5.h:
26057 * s/newsos6.h:
26058 * s/osf1.h:
26059 * s/osf5-0.h:
26060 * s/riscix1-1.h:
26061 * s/riscix12.h:
26062 * s/sco4.h:
26063 * s/sco5.h:
26064 * s/sunos4-0.h:
26065 * s/sunos4-1.h:
26066 * s/sunos413.h:
26067 * s/sunos4shr.h:
26068 * s/umax.h:
26069 * s/unipl5-2.h:
26070 * s/xenix.h:
26071 * cxux-crt0.s:
26072 * unexapollo.c:
26073 * unexconvex.c:
26074 * unexenix.c:
26075 * unexsni.c: Remove files for systems no longer supported.
26076
26077 * m/intel386.h: Remove references to unsupported systems.
26078
26079 * w32.c (get_emacs_configuration): Remove reference to i860.
26080
26081 * sysdep.c: Remove dead code.
26082
260832008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
26084
26085 * s/rtu.h:
26086 * m/masscomp.h: Remove files. Platform is obsolete.
26087
260882008-01-04 Michael Albinus <michael.albinus@gmx.de>
26089
26090 * dbusbind.c (Fdbus_method_return): New function.
26091 (xd_read_message): Add the serial number to the event.
26092 (Fdbus_register_method): Activate the function.
26093
260942008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26095
26096 * keyboard.c (read_key_sequence): Fix typo.
26097
260982008-01-03 Michael Albinus <michael.albinus@gmx.de>
26099
26100 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
26101 (xd_signature, xd_append_arg): Handle element type detection for
26102 empty arrays.
26103 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
26104 SDATA () calls; this must be solved more general.
26105 (Fdbus_register_signal): Use SBYTES instead of strlen.
26106
261072008-01-03 Magnus Henoch <magnus@zemdatav>
26108
26109 * dbusbind.c (xd_append_arg): Use unsigned char instead of
26110 unsigned int for byte values (necessary for big-endian platform).
26111 (Fdbus_call_method): Handle the case of no returned arguments.
26112
261132007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
26114
26115 * dbusbind.c (xd_read_message): Use non-static input_event struct.
26116
261172007-12-31 Magnus Henoch <mange@freemail.hu>
26118
26119 * dbusbind.c (xd_signature): Signature of variant is just "v".
26120
261212007-12-30 Michael Albinus <michael.albinus@gmx.de>
26122
26123 * dbusbind.c: Fix several errors and compiler warnings.
26124 Reported by Tom Tromey <tromey@redhat.com>.
26125 (XD_ERROR, XD_DEBUG_MESSAGE)
26126 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
26127 (xd_append_arg): Part for basic D-Bus types rewritten.
26128 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
26129 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
26130 appropriate.
26131 (xd_read_message): Return Qnil. Don't signal an error; it is not
26132 useful during event reading.
26133 (Fdbus_register_signal): Signal an error if the check for
26134 FUNCTIONP fails.
26135 (Fdbus_register_method): New function. The implementation is not
26136 complete, the call of the function signals an error therefore.
26137 (Fdbus_unregister_object): New function, renamed from
26138 Fdbus_unregister_signal. The initial check signals an error, if
26139 the object is not well formed.
26140
261412007-12-30 Richard Stallman <rms@gnu.org>
26142
26143 * textprop.c (get_char_property_and_overlay):
26144 Signal error if POSITION is out of range in a buffer.
26145
261462007-12-29 Martin Rudalics <rudalics@gmx.at>
26147
26148 * w32fns.c (Fx_create_frame): Make copy of frame parameters
26149 because the original parameters are in pure storage now.
26150
261512007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26152
26153 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
26154
261552007-12-22 Eli Zaretskii <eliz@gnu.org>
26156
26157 * callint.c (syms_of_callint) <command-history>: Add reference to
26158 history-length in the doc string.
26159
261602007-12-17 Jason Rumney <jasonr@gnu.org>
26161
26162 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
26163 before passing as wParam.
26164
261652007-12-22 Michael Albinus <michael.albinus@gmx.de>
26166
26167 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
26168 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
26169 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
26170 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
26171 as number.
26172 (Fdbus_call_method): Fix docstring.
26173
261742007-12-21 Michael Albinus <michael.albinus@gmx.de>
26175
26176 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
26177 New macros.
26178 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
26179 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
26180 Simplify.
26181 (xd_signature): New function.
26182 (xd_append_arg): Compute also signatures. Major rewrite.
26183 (xd_retrieve_arg): Make debug messages friendly.
26184 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
26185 Check for signatures of arguments.
26186
261872007-12-19 Michael Albinus <michael.albinus@gmx.de>
26188
26189 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
26190 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
26191 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
26192 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
26193 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
26194 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
26195 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
26196 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
26197 (xd_retrieve_value): Remove. Functionality included in ...
26198 (xd_append_arg): New function.
26199 (Fdbus_call_method, Fdbus_send_signal): Apply it.
26200
262012007-12-16 Michael Albinus <michael.albinus@gmx.de>
26202
26203 * dbusbind.c (top): Include <stdio.h>.
26204 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
26205 dbus_message_new_method_call and dbus_message_new_signal.
26206 (Fdbus_register_signal): Rename unique_name to uname.
26207 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
26208 non-existing unique name. Fix typos in matching rule. Return an
26209 object which is useful in Fdbus_unregister_signal.
26210 (Fdbus_unregister_signal): Reimplementation, in order to remove
26211 only the corresponding entry.
26212 (Vdbus_registered_functions_table): Change the order of entries.
26213 Apply these changes in xd_read_message and Fdbus_register_signal.
26214
262152007-12-16 Andreas Schwab <schwab@suse.de>
26216
26217 * fileio.c (Finsert_file_contents): Fix overflow check to not
26218 depend on undefined integer overflow.
26219
262202007-12-14 Jason Rumney <jasonr@gnu.org>
26221
26222 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
26223 for characters above 127.
26224
262252007-12-13 Jason Rumney <jasonr@gnu.org>
26226
26227 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
26228 before dereferencing array.
26229 (lookup_vk_code): Remove zero comparison.
26230
262312007-12-14 Michael Albinus <michael.albinus@gmx.de>
26232
26233 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
26234 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
26235 Use `unsigned int' instead of `uint'.
26236 (xd_read_message, Fdbus_register_signal): Split expressions into
26237 multiple lines before operators "&&" and "||", according to the
26238 GNU Coding Standards.
26239
262402007-12-14 Eli Zaretskii <eliz@gnu.org>
26241
26242 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
26243
262442007-12-12 Juri Linkov <juri@jurta.org>
26245
26246 * buffer.c (Frename_buffer): In interactive spec replace
26247 `read-buffer' with `read-string' that uses `buffer-name-history'
26248 as history, and the current buffer's name as default.
26249
262502007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
26251
26252 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
26253 manipulating the backtrace manually.
26254 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
26255 (struct backtrace, backtrace_list): Remove.
26256 (command_loop_1): Remove dead var `no_direct'.
26257
26258 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
26259 preserve non-built-in buffer-local variables.
26260 (Fkill_all_local_variables): Don't re-create&re-set permanent
26261 buffer-local variables.
26262
262632007-12-09 Juri Linkov <juri@jurta.org>
26264
26265 * buffer.c (Frename_buffer): Change interactive spec from "s" to
26266 Lisp code that uses `read-buffer' with current buffer as default.
26267
262682007-12-08 Michael Albinus <michael.albinus@gmx.de>
26269
26270 * dbusbind.c (xd_read_message): Generate an event for every
26271 registered handler. There might be several handlers registered
26272 for the same signal.
26273 (Fdbus_register_signal): Don't overwrite a registration for the
26274 same signal. Add a new registration if handlers are different.
26275 (Vdbus_registered_functions_table): Rework doc string.
26276
262772007-12-07 Michael Albinus <michael.albinus@gmx.de>
26278
26279 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
26280 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
26281 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
26282 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
26283 Unify argument lists.
26284 (xd_read_message, Fdbus_register_signal): Reorder and extend event
26285 arguments and hash table keys. Use unique name for service.
26286 (Fdbus_unregister_signal): Remove checks.
26287 (Vdbus_registered_functions_table): Fix doc string.
26288
262892007-12-05 Magnus Henoch <mange@freemail.hu>
26290
26291 * process.c (make_process): Initialize pty_flag to 0.
26292
262932007-12-05 Jason Rumney <jasonr@gnu.org>
26294
26295 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
26296 specified XBMs.
26297
262982007-12-05 Richard Stallman <rms@gnu.org>
26299
26300 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
26301
263022007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26303
26304 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
26305 New variable.
26306 (mac_try_close_socket) [MAC_OSX]: New function.
26307 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
26308 Update cfsockets_for_select. Replace invalid CFRunLoop source.
26309
26310 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
26311 Use mac_try_close_socket.
26312
263132007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26314
26315 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
26316 reloc_base.
26317 (copy_dysymtab): Compute relocation base here.
26318 (rebase_reloc_address) [__ppc64__]: New function.
26319 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
26320 changed.
26321
263222007-12-05 Jason Rumney <jasonr@gnu.org>
26323
26324 * w32proc.c (sys_spawnve): Quote args with wildcards.
26325
263262007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26327
26328 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
26329 __objc_* sections.
26330 (unrelocate) [_LP64]: Set relocation base to address of data segment.
26331
263322007-12-05 Michael Albinus <michael.albinus@gmx.de>
26333
26334 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
26335 Move check for Vdbus_registered_functions_table to
26336 xd_read_queued_messages.
26337 (xd_read_queued_messages): Protect xd_read_message calls by
26338 internal_condition_case_1.
26339
263402007-12-04 Michael Albinus <michael.albinus@gmx.de>
26341
26342 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
26343 Qdbus_system_bus and Qdbus_session_bus, respectively.
26344 (Vdbus_intern_symbols): Remove.
26345 (Vdbus_registered_functions_table): New hash table.
26346 (XD_SYMBOL_INTERN_SYMBOL): Remove.
26347 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
26348 Rewrite in order to manage registered functions by hash table
26349 Vdbus_registered_functions_table.
26350
263512007-12-03 Jan Djärv <jan.h.d@swipnet.se>
26352
26353 * xterm.c: Update URL to Window Manager Specification in comment.
26354
263552007-12-02 Michael Albinus <michael.albinus@gmx.de>
26356
26357 * config.in (HAVE_DBUS): Add.
26358
26359 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
26360 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
26361 (obj): Add $(DBUS_OBJ).
26362 (LIBES): Add $(DBUS_LIBS).
26363 (dbusbind.o): New target.
26364
26365 * dbusbind.c: New file.
26366
26367 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
26368
26369 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
26370 (Qdbus_event): New Lisp symbol.
26371 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
26372 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 26373 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
26374
26375 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
26376
263772007-12-01 Richard Stallman <rms@gnu.org>
26378
26379 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
26380
263812007-11-30 Jason Rumney <jasonr@gnu.org>
26382
26383 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
26384 (w32con_reset_terminal_modes): Clear screen buffer.
26385 (w32_face_attributes): Don't use color indexes that are out of range.
26386 Only reverse the default colors.
26387
26388 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
26389 WINDOWSNT.
26390
26391 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
26392
263932007-11-29 Jason Rumney <jasonr@gnu.org>
26394
26395 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
26396 (w32_face_attributes): Use Vtty_defined_color_alist to determine
26397 if the terminal colors are initialized.
26398 (unspecified_fg, unspecified_bg): Remove unused declarations.
26399
264002007-11-29 Andreas Schwab <schwab@suse.de>
26401
26402 * keyboard.c (apply_modifiers): Fix typo.
26403
264042007-11-29 Richard Stallman <rms@gnu.org>
26405
26406 * keymap.c (Fcurrent_local_map): Doc fix.
26407
264082007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
26409
26410 * s/gnu-kfreebsd.h: New file.
26411
264122007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
26413
26414 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
26415 Don't cast redundantly.
26416
26417 * keyboard.c (KEY_TO_CHAR): New macro.
26418 (parse_modifiers, apply_modifiers): Accept integer arguments.
26419 (read_key_sequence): Use them to unify the "shift->unshift" mapping
26420 for chars and symbol keys.
26421 After doing such remapping, apply function-key-map again.
26422
264232007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
26424
26425 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
26426 compiled anymore.
26427
264282007-11-26 Andreas Schwab <schwab@suse.de>
26429
26430 * process.c (list_processes_1): Fix indentation level of the
26431 command column.
26432
264332007-11-23 Andreas Schwab <schwab@suse.de>
26434
26435 * editfns.c (Fformat): Handle %c specially since it requires the
26436 argument to be of type int.
26437
264382007-11-23 Markus Triska <markus.triska@gmx.at>
26439
26440 * emacs.c (main): Call init_editfns before init_process, since
26441 init_process sets Vprocess_connection_type depending on OS release.
26442
264432007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
26444
26445 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
26446 (find_symbol_value): Use do_symval_forwarding.
26447
26448 * data.c (set_internal): Set the value in the `cons-cell' (for
26449 Buffer_Local_values) not only for frame-local variables.
26450
264512007-11-22 Andreas Schwab <schwab@suse.de>
26452
26453 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
26454 values to sprintf.
26455 * keymap.c (Fsingle_key_description): Likewise.
26456 * print.c (print_object): Likewise.
26457
264582007-11-22 Jan Djärv <jan.h.d@swipnet.se>
26459
26460 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
26461 file for image is nil.
26462
264632007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
26464
26465 * term.c: Include stdarg.h.
26466 (fatal): Implement using varargs.
26467 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
26468
264692007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
26470
26471 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
26472 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
26473 Update call to buffer_slot_type_mismatch.
26474 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
26475 (buffer_slot_type_mismatch): Update.
26476 * buffer.c (buffer_local_types): Remove.
26477 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
26478 (defvar_per_buffer): Set the type in the buffer_objfwd.
26479
264802007-11-21 Jason Rumney <jasonr@gnu.org>
26481
26482 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
26483 CreateFileMapping returns NULL on failure.
26484
264852007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
26486
26487 * search.c (Fset_match_data): Remove the `evaporate' feature.
26488 (unwind_set_match_data): Don't use the `evaporate' feature.
26489
264902007-11-21 Jason Rumney <jasonr@gnu.org>
26491
26492 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
26493
26494 * w32console.c (w32con_write_glyphs): Remove unused variables.
26495
264962007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
26497
26498 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
26499
26500 * s/darwin.h (MULTI_KBOARD): Remove.
26501
26502 * macfns.c (x_create_tip_frame, Fx_create_frame)
26503 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
26504
265052007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
26506
26507 * buffer.c (Fbuffer_local_value): Remove redundant test.
26508 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
26509 than in `current-buffer' to match the comment.
26510 Do the swap using swap_in_global_binding.
26511
26512 * data.c (store_symval_forwarding, set_internal):
26513 * eval.c (specbind): Remove dead code.
26514
26515 * coding.c (detect_coding, Fupdate_coding_systems_internal):
26516 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
26517 Since we do not want to see internal Lisp_*fwd objects here.
26518
265192007-11-18 Jan Djärv <jan.h.d@swipnet.se>
26520
26521 * sysdep.c (init_system_name): Use getaddrinfo if available.
26522
26523 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
26524 (x_scroll_bar_note_movement): start, end, with, height in struct
26525 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
26526
265272007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
26528
26529 * puresize.h (BASE_PURESIZE): Increase to 1190000.
26530
265312007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
26532
26533 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
26534 This undoes Richard's change of 14-Oct-2002.
26535
26536 * alloc.c (allocate_other_vector):
26537 * lisp.h (allocate_other_vector): Remove.
26538
26539 * window.c (struct save_window_data): Move non-lisp data to the end
26540 and make it `int' rather than Lisp_Object.
26541 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
26542 Done wrap/unwrap integer values.
26543 (Fset_window_configuration, compare_window_configurations):
26544 Update use of fields to their new types.
26545
26546 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
26547 Turn integer fields into `int'. Merge x_window_low and x_window_high.
26548 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
26549 (SET_SCROLL_BAR_X_WINDOW): Remove.
26550 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
26551 Access the new x_window field directly.
26552 * xterm.c (x_scroll_bar_create): Use a pseudovector.
26553 Don't wrap/unwrap integers into Lisp_Objects.
26554 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
26555 (x_scroll_bar_report_motion):
26556 Don't wrap/unwrap integers into Lisp_Objects.
26557 (x_term_init): Use SDATA.
26558 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
26559 (x_scroll_bar_set_handle, x_scroll_bar_remove)
26560 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
26561 (x_scroll_bar_report_motion, x_scroll_bar_clear):
26562 * xfns.c (x_set_background_color):
26563 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
26564 Access the new x_window field directly.
26565
26566 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
26567 (allocate_pseudovector): Make non-static.
26568
26569 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
26570 (allocate_pseudovector): Declare.
26571 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
26572
265732007-11-15 Andreas Schwab <schwab@suse.de>
26574
26575 * editfns.c (Fformat): Correctly format EMACS_INT values.
26576 Also take precision into account when formatting an integer.
26577
26578 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
26579
265802007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
26581
26582 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
26583 (syms_of_keyboard): Defsubr it.
26584
26585 * data.c (swap_in_global_binding): Fix longstanding bug where
26586 store_symval_forwarding was not called with the right second argument,
26587 thus causing objfwd-ing from being dropped.
26588
265892007-11-14 Juanma Barranquero <lekktu@gmail.com>
26590
26591 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
26592 (Fx_display_pixel_height, Fx_display_planes)
26593 (Fx_display_color_cells, Fx_server_max_request_size)
26594 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26595 (Fx_display_visual_class, Fx_display_save_under):
26596 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
26597 (Fx_display_pixel_height, Fx_display_planes)
26598 (Fx_display_color_cells, Fx_server_max_request_size)
26599 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
26600 (Fx_display_mm_height, Fx_display_mm_width)
26601 (Fx_display_backing_store, Fx_display_visual_class)
26602 (Fw32_select_font, Fx_display_save_under):
26603 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
26604 (Fx_display_pixel_height, Fx_display_planes)
26605 (Fx_display_color_cells, Fx_server_max_request_size)
26606 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
26607 (Fx_display_save_under): Fix typos in docstrings.
26608
266092007-11-14 Juanma Barranquero <lekktu@gmail.com>
26610
26611 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
26612 corresponding to deleted entries; they are an implementation detail.
26613 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
26614 Remove variables.
26615 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
26616 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
26617 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
26618 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
26619 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
26620 (Fw32_define_rgb_color, Fw32_load_color_file)
26621 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
26622 Fix typos in docstrings.
26623 (Fx_server_version): Reflow docstring.
26624 (Fw32_shell_execute): Doc fixes.
26625
266262007-11-13 Juanma Barranquero <lekktu@gmail.com>
26627
26628 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
26629 if w32_parse_hot_key returned nil.
26630
266312007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
26632
26633 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
26634
266352007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 26636
aac0c6e3
MR
26637 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
26638
26639 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
26640
26641 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
26642 Remove W32_SCROLL_BAR_CLICK_EVENT.
26643
26644 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
26645 Add MULTIMEDIA_KEY_EVENT.
26646
26647 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
26648 (lispy_multimedia_keys) [WINDOWSNT]: New array.
26649 (make_lispy_event) [WINDOWSNT]: Use it to translate
26650 MULTIMEDIA_KEY_EVENT.
26651
26652 * w32term.h (WM_APPCOMMAND): Define if not already.
26653 (GET_APPCOMMAND_LPARAM): Likewise.
26654
26655 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
26656 WM_APPCOMMAND.
26657
26658 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
26659 (syms_of_w32fns): Export and initialize it.
26660 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
26661
266622007-11-09 Chong Yidong <cyd@stupidchicken.com>
26663
26664 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
26665 twice.
26666
26667 * xdisp.c (handle_face_prop): Fix last change.
26668
266692007-11-09 Richard Stallman <rms@gnu.org>
26670
26671 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
26672 not just for after-strings and before-strings.
26673 Call face_for_overlay_string and pass the overlay to it.
26674 (handle_display_prop): Determine whether property came from an overlay.
26675 Pass OVERLAY arg to handle_single_display_spec.
26676 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
26677 (load_overlay_strings): Fill in it->string_overlays.
26678 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
26679
26680 * xfaces.c (face_for_overlay_string): Function renamed from
26681 face_at_buffer_position_no_overlays, and add arg OVERLAY.
26682
26683 * dispextern.h (struct it): New elt string_overlays.
26684 New elt from_overlay, also in stack.
26685 Rearrange a few elements.
26686 (face_for_overlay_string): Decl renamed from
26687 face_at_buffer_position_no_overlays, and add argument.
26688
266892007-11-09 Richard Stallman <rms@gnu.org>
26690
26691 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
26692 to get the base face for an overlay string.
26693
26694 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
26695
26696 * xfaces.c (face_at_buffer_position_no_overlays): New function.
26697
26698 * xdisp.c (handle_stop): Move some code out of loop.
26699
267002007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26701
26702 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
26703 Fix conversion from Lisp object to ATSUFontID.
26704
267052007-11-09 Jason Rumney <jasonr@gnu.org>
26706
26707 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
26708
267092007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26710
26711 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
26712 Don't assume regions are aligned to page boundary.
26713 (print_load_command_name): Add LC_UUID if defined.
26714
267152007-11-09 Richard Stallman <rms@gnu.org>
26716
26717 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
26718
267192007-11-07 Jason Rumney <jasonr@gnu.org>
26720
26721 * s/windows95.h: Remove.
26722
267232007-11-06 Jan Djärv <jan.h.d@swipnet.se>
26724
26725 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
26726 abort with a message on unhandled store_type values.
26727
267282007-11-01 Jan Djärv <jan.h.d@swipnet.se>
26729
26730 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
26731 Remove HAVE_X11R5 and HAVE_X11R4.
26732
267332007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26734
26735 * Makefile.in: Remove references to sunfns.c and sunfns.o.
26736
267372007-11-01 Johan Bockgård <bojohan@gnu.org>
26738
26739 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
26740 Don't set s->stippled_p here, since it has already been set by
26741 x_set_glyph_string_gc from x_draw_glyph_string.
26742
267432007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
26744
26745 * sunfns.c: Remove file.
26746
26747 * m/sun386.h:
26748 * m/sun2.h:
26749 * m/sparc.h: Remove Sun windows code.
26750
267512007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
26752
26753 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
26754 (init_keyboard): Set current_kboard's window-system to nil.
26755 (tty_read_avail_input): Typo.
26756 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
26757
267582007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
26759
26760 * s/usg5-4.h:
26761 * s/usg5-3.h:
26762 * s/ptx.h:
26763 * m/is386.h:
26764 * m/ibmps2-aix.h:
26765 * Makefile.in: Remove all mentions of X10.
26766
26767 * dispnew.c (syms_of_display): Don't mention version 10.
26768
267692007-10-28 Juanma Barranquero <lekktu@gmail.com>
26770
26771 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
26772 ($(BLD)/abbrev.$(O)): Remove.
26773
267742007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
26775
26776 Rewrite abbrev.c in Elisp.
26777 * image.c (Qcount): Don't declare as extern.
26778 (syms_of_image): Initialize and staticpro `Qcount'.
26779 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
26780 * emacs.c (main): Don't call syms_of_abbrev.
26781 * Makefile.in (obj): Remove abbrev.o.
26782 (abbrev.o): Remove.
26783 * abbrev.c: Remove.
26784
267852007-10-26 Martin Rudalics <rudalics@gmx.at>
26786
26787 * window.c (window_min_size_2): Don't count header-line.
26788
267892007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
26790
26791 * frame.h (struct frame): Move all bit fields after the first bit
26792 field to take advantage of the available space. Group all the
26793 chars together to reduce wasted space due to padding.
26794
267952007-10-26 Juanma Barranquero <lekktu@gmail.com>
26796
26797 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
26798
26799 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
26800 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
26801 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
26802 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
26803 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
26804 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
26805 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
26806 (last_marked, mark_object_loop_halt): Make static.
26807
26808 * frame.c (syms_of_frame) <delete-frame-functions>:
26809 Fix typo in docstring.
26810
268112007-10-25 Juanma Barranquero <lekktu@gmail.com>
26812
26813 * w32.c (init_environment): Fix tiny memory leak.
26814 (w32_get_resource): Remove unused variable `ok'.
26815
268162007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
26817
26818 Make `window-system' into a keyboard-local variable (rather than
26819 frame-local as done originally by multi-tty).
26820
26821 * keyboard.h (struct kboard): Add Vwindow_system.
26822 * keyboard.c (init_kboard): Set a default for Vwindow_system.
26823 (mark_kboards): Mark Vwindow_system.
26824
26825 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
26826 (init_display): Don't set the obsolete `window-system' frame-param.
26827
26828 * xterm.c (x_term_init):
26829 * w32term.c (w32_create_terminal):
26830 * term.c (init_tty): Set Vwindow_system.
26831 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
26832 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
26833
26834 * xfns.c (Fx_create_frame, x_create_tip_frame):
26835 * w32fns.c (Fx_create_frame, x_create_tip_frame):
26836 * macfns.c (Fx_create_frame):
26837 Don't set the obsolete `window-system' frame-param.
26838
26839 * frame.h (Qwindow_system): Remove.
26840 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
26841 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
26842
268432007-10-24 Richard Stallman <rms@gnu.org>
26844
26845 * frame.c (x_figure_window_size): For fullscreen case,
26846 set USPosition | PPosition without clobbering rest of window_prompting.
26847
26848 * keyboard.c (Fcurrent_idle_time): Doc fix.
26849
26850 * print.c (Fwith_output_to_temp_buffer): Doc fix.
26851
268522007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
26853
26854 * process.c (unwind_request_sigio): Only define if __ultrix__.
26855
26856 * callproc.c (child_setup): Remove spurious *.
26857
26858 * lisp.h (Fget_text_property): Declare.
26859 (have_menus_p): Declare it here rather than in sys-dep header files.
26860 * macterm.h (have_menus_p):
26861 * msdos.h (have_menus_p):
26862 * xterm.h (have_menus_p): Remove.
26863
26864 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
26865 (Fmake_variable_frame_local): Just check the variable's const-ness
26866 rather than checking nil or t.
26867
268682007-10-22 Jason Rumney <jasonr@gnu.org>
26869
26870 * w32fns.c: Include math.h.
26871 (w32_abort): Declaration moved to nt/config.nt.
26872
26873 * s/ms-w32.h (HAVE_STDLIB_H): Define.
26874 (abort): Redefinition moved to nt/config.nt.
26875
26876 * m/windowsnt.h: Remove.
26877
268782007-10-22 Juanma Barranquero <lekktu@gmail.com>
26879
26880 * emacs.c (Fdump_emacs): Fix typo in message.
26881 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
26882 <installation-directory>: Reflow docstring.
26883
268842007-10-22 Juri Linkov <juri@jurta.org>
26885
26886 * minibuf.c: Allow minibuffer default to be a list of default values.
26887 With empty input use the first element of this list as returned default.
26888 (string_to_object)
26889 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
26890 (read_minibuf): If defalt is cons, set histstring to its car.
26891 (Fread_string): If default_value is cons, set val to its car.
26892 (Fread_buffer): If def is cons, use its car.
26893 (Fcompleting_read): If defalt is cons, set val to its car.
26894
268952007-10-21 Michael Albinus <michael.albinus@gmx.de>
26896
26897 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
26898
268992007-10-20 Juanma Barranquero <lekktu@gmail.com>
26900
26901 * doc.c (Fdocumentation): Check for advice in all cases.
26902
269032007-10-19 Chong Yidong <cyd@stupidchicken.com>
26904
26905 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
26906
269072007-10-19 Richard Stallman <rms@gnu.org>
26908
26909 * doc.c (Fdocumentation): Check for and handle an advised function.
26910
269112007-10-19 Juanma Barranquero <lekktu@gmail.com>
26912
26913 * process.c (Fset_process_filter): Doc fix.
26914
269152007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
26916
26917 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
26918 which caused key-translation-map to applied repeatedly (thus breaking
26919 double-mode).
26920
269212007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26922
26923 * xselect.c (x_own_selection, x_handle_selection_clear)
26924 (x_clear_frame_selections):
26925 * w32menu.c (list_of_panes, list_of_items):
26926 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
26927 * textprop.c (validate_plist, interval_has_all_properties)
26928 (interval_has_some_properties, interval_has_some_properties_list)
26929 (add_properties, text_property_list):
26930 * process.c (Fget_buffer_process, list_processes_1, status_notify):
26931 * minibuf.c (Fassoc_string):
26932 * macselect.c (x_own_selection, x_clear_frame_selections)
26933 (Fx_disown_selection_internal):
26934 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
26935 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
26936
269372007-10-17 Chong Yidong <cyd@stupidchicken.com>
26938
26939 * process.c: Link to libs for calling res_init() if available.
26940 (Fmake_network_process): Call res_init() before getaddrinfo or
26941 gethostbyname, if possible.
26942
269432007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26944
26945 * lread.c (read1): Set pvectype for char_tables.
26946
26947 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
26948 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
26949 Add type checks.
26950 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
26951
26952 * alloc.c (free_misc): Use XMISCTYPE.
26953 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
26954
269552007-10-17 Glenn Morris <rgm@gnu.org>
26956
26957 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
26958 (syms_of_minibuf): Add Qcompletion_ignore_case.
26959 * dired.c (Qcompletion_ignore_case): Change to external.
26960 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
26961 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
26962 (Fread_file_name): Use it rather than intern'ing.
26963
26964 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
26965 (Fread_coding_system): Ignore case of user input.
26966
269672007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26968
26969 * xdisp.c (handle_display_prop): Ignore display specs after
26970 replacing one when string text is being replaced.
26971 (handle_single_display_spec): Pretend as if characters with display
26972 property haven't been consumed only when buffer text is being replaced.
26973
269742007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
26975
26976 * xfns.c (Fx_create_frame, Fx_display_list):
26977 * window.c (window_fixed_size_p, enlarge_window)
26978 (shrink_window_lowest_first):
26979 * macterm.c (init_font_name_table):
26980 * macfns.c (Fx_create_frame, Fx_display_list):
26981 * lread.c (close_load_descs):
26982 * keyboard.c (read_char_x_menu_prompt):
26983 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
26984 * coding.c (code_convert_region_unwind): Test the type of an object
26985 rather than just !NILP before extracting data from it.
26986
26987 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
26988
26989 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
26990 (XMISCANY): New macro.
26991 (XMISCTYPE): Use it.
26992 (struct Lisp_Misc_Any): New type.
26993 (union Lisp_Misc): Use it.
26994 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
26995 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
26996 (find_symbol_value, set_internal, default_value, Fset_default)
26997 (Fmake_variable_buffer_local, Fmake_local_variable)
26998 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
26999 (Flocal_variable_if_set_p, Fvariable_binding_locus):
27000 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
27001 * alloc.c (allocate_buffer): Set the size and tag.
27002 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
27003 Use XMISCANY.
27004 (die): Follow the GNU convention for error messages.
27005 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
27006 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
27007 tag any more.
27008 (set_buffer_internal_1):
27009 * frame.c (store_frame_param):
27010 * eval.c (specbind):
27011 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
27012
27013 * doc.c (Fsnarf_documentation): Simplify.
27014
270152007-10-14 Juanma Barranquero <lekktu@gmail.com>
27016
27017 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
27018 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
27019
270202007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
27021
27022 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
27023
270242007-10-14 Juanma Barranquero <lekktu@gmail.com>
27025
27026 * eval.c (do_autoload): Don't save autoloads.
27027
27028 * data.c (Ffset): Save autoload of the function being set.
27029
270302007-10-07 John Paul Wallington <jpw@pobox.com>
27031
27032 * xfns.c (x_create_tip_frame): Set the `display-type' frame
27033 parameter before setting up faces.
27034
270352007-10-13 Eli Zaretskii <eliz@gnu.org>
27036
27037 * ccl.c (Fregister_code_conversion_map):
27038 * keyboard.c (append_tool_bar_item): Reformat last change.
27039
27040 * lisp.h (eabs): Rename from `abs'. All callers changed.
27041
270422007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
27043
27044 * buffer.c (add_overlay_mod_hooklist):
27045 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
27046 * fontset.c (make_fontset):
27047 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
27048 (append_tool_bar_item):
27049 * macmenu.c (grow_menu_items):
27050 * w32menu.c (grow_menu_items):
27051 * xmenu.c (grow_menu_items): Use larger_vector.
27052
270532007-10-13 Eli Zaretskii <eliz@gnu.org>
27054
27055 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
27056 selected frame'' on MSDOS).
27057
270582007-10-12 Martin Rudalics <rudalics@gmx.at>
27059
27060 * frame.c (Qexplicit_name): New variable.
27061 (x_report_frame_params): Report it in parameter alist.
27062 (syms_of_frame): Intern and staticpro it.
27063
270642007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
27065
27066 * macfns.c (x_create_tip_frame): Set terminal for frame.
27067
270682007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
27069
27070 * frame.c (Qenvironment): Remove.
27071 (syms_of_frame) <Qenvironment>: Don't initialize.
27072 (Fdelete_frame): Don't treat the `environment' param specially.
27073 * frame.h (Qenvironment): Don't declare.
27074 * callproc.c (set_initial_environment): Don't set unused frame param.
27075
27076 * frame.c (Fframe_with_environment): Remove.
27077 (syms_of_frame) <Sframe_with_environment>: Don't declare.
27078
27079 * lisp.h (Fframe_with_environment): Don't declare.
27080
270812007-10-10 Juanma Barranquero <lekktu@gmail.com>
27082
27083 * indent.c (indent_tabs_mode, last_known_column)
27084 (last_known_column_modified): Make static.
27085 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
27086
270872007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
27088
27089 * puresize.h (BASE_PURESIZE): Increase to 1170000.
27090
270912007-10-09 Jason Rumney <jasonr@gnu.org>
27092
27093 * w32term.c (x_set_window_size): Disable code that attempts to tell
27094 Lisp code about a size change before it actually happens.
27095
270962007-10-09 Richard Stallman <rms@gnu.org>
27097
27098 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
27099 return HANDLED_RETURN.
27100
271012007-10-08 Martin Rudalics <rudalics@gmx.at>
27102
27103 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
27104 when there's an unread command event.
27105
27106 * frame.c (focus_follows_mouse): Move here from frame.el to allow
27107 window autoselection act appropriately when leaving selected frame.
27108 (syms_of_frame): Initialize focus_follows_mouse.
27109 * frame.h (focus_follows_mouse): Extern it.
27110 * macterm.c (XTread_socket): When focus_follows_mouse is nil
27111 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
27112 * msdos.c (dos_rawgetc): Likewise.
27113 * w32term.c (w32_read_socket): Likewise.
27114 * xterm.c (handle_one_xevent): Likewise.
27115 * xdisp.c (syms_of_xdisp): In doc-string of
27116 mouse-autoselect-window mention focus-follows-mouse.
27117
271182007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27119
27120 * macterm.c (mac_load_query_font): Fix missing return value.
27121 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
27122 Add BLOCK_INPUT.
27123
271242007-10-08 Richard Stallman <rms@gnu.org>
27125
27126 * xdisp.c (get_window_cursor_type): Implement documented behavior
27127 for cursor-in-non-selected-windows = t.
27128
271292007-10-08 Jason Rumney <jasonr@gnu.org>
27130
27131 * w32.c (w32_get_resource): Always close registry keys.
27132
271332007-10-08 Jason Rumney <jasonr@gnu.org>
27134
27135 * makefile.w32-in (LIBS): Add COMCTL32.
27136
27137 * w32fns.c (globals_of_w32fns): Init common controls.
27138
271392007-10-08 Richard Stallman <rms@gnu.org>
27140
27141 * image.c (our_memory_buffer): Rename from omfib_buffer.
27142
271432007-10-08 Richard Stallman <rms@gnu.org>
27144
27145 * buffer.c (Foverlays_at): Doc fix.
27146
271472007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
27148
27149 * fns.c (Fplist_put): Preserve uneven tail data.
27150
271512007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
27152
27153 * termhooks.h (enum event_kind): Remove trailing comma.
27154
27155 * frame.h (enum): Remove trailing comma.
27156
271572007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
27158
27159 * w32proc.c (delete_child): Don't terminate threads of zombies.
27160
271612007-10-08 Martin Rudalics <rudalics@gmx.at>
27162
27163 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
27164
27165 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
27166 last-repeatable-command.
27167 (init_kboard): Initialize Vlast_repeatable_command.
27168 (command_loop_1): Set it to real_this_command unless that was
27169 bound to an input event.
27170 (mark_kboards): Mark it.
27171
271722007-10-08 Richard Stallman <rms@gnu.org>
27173
27174 * eval.c (condition-case): Doc fix.
27175
271762007-10-08 Masatake YAMATO <jet@gyve.org>
27177
27178 * xfaces.c (tty_supports_face_attributes_p): Fix code
27179 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
27180 was copied and not edited.
27181
271822007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
27183
27184 Add new `input-decode-map' keymap and use it for terminal
27185 escape sequences.
27186 * keyboard.h (struct kboard): Add Vinput_decode_map.
27187 Remove Vlocal_key_translation_map.
27188 * keyboard.c (read_key_sequence): Add support for input-decode-map.
27189 (init_kboard): Init input-decode-map.
27190 Replace local-key-translation-map back with key-translation-map.
27191 (syms_of_keyboard): Declare input-decode-map.
27192 Remove local-key-translation-map. Update docstrings.
27193 (mark_kboards): Mark Vinput_decode_map.
27194 Don't mark Vlocal_key_translation_map.
27195 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
27196 Replace local-key-translation-map back with key-translation-map.
27197 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
27198 Bind in input-decode-map rather than function-key-map.
27199
27200 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
27201 This was made redundant by the previous introduction of XSETPVECTYPE.
27202
272032007-10-09 Richard Stallman <rms@gnu.org>
27204
27205 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
27206
272072007-09-29 Richard Stallman <rms@gnu.org>
27208
27209 * eval.c (internal_condition_case_2, internal_condition_case_1)
27210 (internal_condition_case): Reenable abort if x_catching_errors ()
27211 to see if that really happens and why.
27212
272132007-10-06 Andreas Schwab <schwab@suse.de>
27214
27215 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
27216
272172007-10-04 Juanma Barranquero <lekktu@gmail.com>
27218
27219 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
27220
272212007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
27222
27223 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
27224
272252007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
27226
27227 * window.h (struct window):
27228 * window.c (struct save_window_data, struct saved_window):
27229 * termhooks.h (struct terminal):
27230 * process.h (struct Lisp_Process):
27231 * frame.h (struct frame):
27232 * buffer.h (struct buffer):
27233 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
27234 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
27235 The size field of (pseudo)vectors is now unsigned.
27236 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
27237
27238 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
27239 Turn `count' into an integer.
27240
27241 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
27242 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
27243 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
27244 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
27245 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
27246
27247 * alloc.c (allocate_pseudovector): New fun.
27248 (ALLOCATE_PSEUDOVECTOR): New macro.
27249 (allocate_window, allocate_terminal, allocate_frame)
27250 (allocate_process): Use it.
27251 (mark_vectorlike): New function.
27252 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
27253 (mark_terminals): Use it.
27254 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
27255 (Fmake_byte_code): Use XSETPVECTYPE.
27256
27257 * frame.c (Fframe_parameters): Minor simplification.
27258
27259 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
27260
27261 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
27262
27263 * buffer.c (Fget_buffer_create, init_buffer_once):
27264 * lread.c (defsubr):
27265 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
27266
27267 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
27268 defined differently in the m/*.h files.
27269 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
27270 (XSETPVECTYPE): New macro.
27271 (XSETPSEUDOVECTOR): Use it.
27272
27273 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
27274 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
27275
27276 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
27277 * lread.c (defvar_per_buffer):
27278 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
27279
27280 * window.c (candidate_window_p): Only consider as visible frames that
27281 are on the same terminal.
27282
27283 * m/ibms390x.h (MARKBIT): Remove unused macro.
27284
272852007-10-01 Juanma Barranquero <lekktu@gmail.com>
27286
27287 * lread.c (Fload): Fix typo in docstring.
27288
272892007-10-01 Michaël Cadilhac <michael@cadilhac.name>
27290
27291 * floatfns.c (Fexpt): Manually check for overflows, so that a power
27292 of a non-zero value can't yield zero.
27293
272942007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
27295
27296 * term.c (term_clear_mouse_face, term_mouse_highlight)
27297 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
27298
27299 * print.c (safe_debug_print): Use XHASH.
27300
27301 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
27302 Lisp elements such as tags.
27303 (XHASH): New macro.
27304 (EQ): Use it.
27305 (SREF, SSET, STRING_COPYIN): Use SDATA.
27306 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
27307
27308 * alloc.c (mark_terminal): Remove left-over declaration.
27309 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
27310 (allocate_vectorlike): Remove type argument. Adjust callers.
27311 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
27312 Only handle the one remaining MEM_TYPE_VECTORLIKE.
27313
27314 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
27315 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
27316 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
27317 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
27318 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
27319 Use them.
27320
27321 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
27322 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
27323 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
27324
273252007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
27326
27327 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
27328 loaded by default.
27329
273302007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
27331
27332 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
27333 on this tty.
27334 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
27335
27336 * term.c (mouse_face_window): Rename from Qmouse_face_window.
27337 Update all users.
27338 (handle_one_term_event): Use Gpm_DrawPointer.
27339 (Fgpm_mouse_start): Rename from Fterm_open_connection.
27340 Signal errors instead of returning nil. Always return nil.
27341 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
27342 Make it a noop if gpm-mouse was not activated.
27343 (syms_of_term): Update names.
27344
273452007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
27346
27347 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
27348 (init_sys_modes): Check that gpm_tty is the current tty.
27349
27350 * alloc.c (allocate_terminal): Set the vector size to only count the
27351 lisp fields. Initialize those to nil.
27352 (mark_object): Don't treat terminals specially.
27353 (mark_terminal): Remove.
27354 (mark_terminals): Use mark_object instead.
27355
27356 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
27357 the GC to the beginning.
27358
27359 * indent.h:
27360 * indent.c: Use EMACS_INT for ints coming from Elisp data.
27361
27362 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
27363
273642007-09-25 Jason Rumney <jasonr@gnu.org>
27365
27366 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
27367
27368 * w32console.c (create_w32cons_output): Remove.
27369
27370 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
27371
27372 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
27373 (reset_sys_modes): Use reset_terminal_modes_hook.
27374
273752007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
27376
27377 * eval.c (do_autoload): Don't output any message.
27378
273792007-09-24 Juri Linkov <juri@jurta.org>
27380
27381 * emacs.c (standard_args): Change priority of "--no-splash"
27382 from 40 to 3. Add "--no-desktop" with the same priority.
27383
273842007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
27385
27386 * alloc.c (gc_sweep): Check cons cell mark bits word by word
27387 and optimize the case where they are all 1.
27388
273892007-09-23 Johannes Weiner <hannes@saeurebad.de>
27390
27391 * lisp.h (abs): Define if not defined.
27392 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
27393 Don't define `abs', since it's defined in lisp.h.
27394
273952007-09-22 Eli Zaretskii <eliz@gnu.org>
27396
27397 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
27398 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
27399 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
27400 (init_tty): Use DEV_TTY instead of "/dev/tty".
27401 [WINDOWSNT]: No need to protect from NAME arg being null.
27402
274032007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
27404
27405 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
27406 up the tty state.
27407
274082007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
27409
27410 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
27411 (gpm_tty): Change its type.
27412 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
27413 (gpm_tty): Change its type and initialize it.
27414 (Fterm_open_connection): Check the frame is indeed a tty.
27415 Use the new gpm_tty.
27416 (Fterm_close_connection): Use the new gpm_tty.
27417 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
27418 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
27419
274202007-09-21 Juanma Barranquero <lekktu@gmail.com>
27421
27422 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
27423 underline_color, to draw strike-through.
27424
274252007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
27426
27427 * lisp.h (allocate_terminal): Declare.
27428
27429 * window.c (candidate_window_p): Consider frames that are being placed
27430 by the user as somewhere between visible and iconified.
27431 (window_loop): Prefer windows on the current frame.
27432 (Fselect_window): Move the use of select-frame to the beginning so we
27433 can just delegate all the work (it'll call us back anyway).
27434
27435 * frame.c (Qdisplay_environment_variable):
27436 * frame.h (Qdisplay_environment_variable): Delete.
27437
27438 * .gdbinit (xbacktrace): Print the arg's address rather than the value
27439 of the first arg, since that value may be a union.
27440
27441 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
27442 parameter rather than Qdisplay_environment_variable. If all else
27443 fails, look for DISPLAY in initial-environment.
27444
274452007-09-21 Glenn Morris <rgm@gnu.org>
27446
27447 * Makefile.in (emacstool): Remove target.
27448 (lisp, shortlisp): Remove termdev.elc.
27449
274502007-09-21 Markus Triska <markus.triska@gmx.at>
27451
27452 * xterm.c (x_delete_display): Compile session management conditionally.
27453
274542007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
27455
27456 * callproc.c (getenv_internal_1): New function.
27457 (getenv_internal): Use it.
27458 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
27459
27460 * terminal.c (get_terminal): Don't accept ints to represent terminals.
27461 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
27462 (Fset_terminal_parameter): Work with dead terminals as well.
27463 (Fmodify_terminal_parameters): Remove.
27464
27465 * terminal.c (get_terminal): Handle terminals.
27466 Make sure the terminal returned is live.
27467 (create_terminal): Use allocate_terminal.
27468 (mark_terminals): Move to alloc.c.
27469 (delete_terminal): Use terminal->name as liveness status.
27470 NULL out fields after freeing their contents.
27471 Don't deallocate the object.
27472 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
27473 rather than an int.
27474 (Fterminal_live_p): Accept non-integer arguments.
27475 (Fterminal_list): Return terminal objects rather than an ints.
27476
27477 * alloc.c (enum mem_type): New member for `terminal' objects.
27478 (allocate_terminal): New function.
27479 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
27480 Handle terminals.
27481 (mark_terminal): New fun.
27482 (mark_terminals): Move from terminal.c.
27483
27484 * term.c (get_tty_terminal): Don't treat output_initial specially.
27485 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
27486 (delete_tty): Use terminal->name as liveness status.
27487
27488 * termhooks.h (struct terminal): Make it into a pseudovector.
27489 Remove `deleted' replaced by checking `name's nullness.
27490
27491 * print.c (print_object): Handle terminals.
27492
27493 * lisp.h (enum pvec_type): New `terminal' pseudovector.
27494 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
27495
27496 * frame.c (make_terminal_frame):
27497 * keyboard.c (tty_read_avail_input):
27498 * w32term.c (x_delete_terminal):
27499 * xfns.c (Fx_create_frame, x_create_tip_frame):
27500 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
27501
275022007-09-20 Glenn Morris <rgm@gnu.org>
27503
27504 * process.c (Fmake_network_process): Doc fix.
27505
275062007-09-19 Jason Rumney <jasonr@gnu.org>
27507
27508 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
27509
275102007-09-19 Michaël Cadilhac <michael@cadilhac.name>
27511
27512 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
27513 Fix a C warning regarding variable constness.
27514
27515 * xterm.c (handle_one_xevent): Fix a C warning.
27516
275172007-09-18 Jason Rumney <jasonr@gnu.org>
27518
27519 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
27520
275212007-09-17 Jan Djärv <jan.h.d@swipnet.se>
27522
27523 * gtkutil.c (gdpy_def): New variable.
27524 (xg_initialize): Initialize gdpy_def.
27525 (xg_display_close): If no other display exists, set gdpy_def to a
27526 new connection.
27527
275282007-09-16 Jan Djärv <jan.h.d@swipnet.se>
27529
27530 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
27531 when we have no file name for the icon.
27532 (xg_tool_bar_expose_callback): Remove.
27533 (xg_create_tool_bar): Don't connect expose signal to
27534 xg_tool_bar_expose_callback.
27535 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
27536
275372007-09-16 Andreas Schwab <schwab@suse.de>
27538
27539 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
27540 values instead of zapping them.
27541
275422007-09-14 Glenn Morris <rgm@gnu.org>
27543
27544 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
27545 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
27546 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
27547 scope and rename to omfib_buffer for clarity.
27548 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
27549
275502007-09-14 Kenichi Handa <handa@m17n.org>
27551
27552 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
27553
275542007-09-13 Jason Rumney <jasonr@gnu.org>
27555
27556 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
27557
27558 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
27559
27560 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
27561 (mac_term_init): Call here instead, passing rif.
27562
275632007-09-13 Glenn Morris <rgm@gnu.org>
27564
27565 * s/hpux.h: No longer define `static' as nothing.
27566
275672007-09-13 Johan Bockgård <bojohan@gnu.org>
27568
27569 * callint.c (Fcall_interactively): Remove unused var `fun'.
27570
275712007-09-12 Romain Francoise <romain@orebokech.com>
27572
27573 * window.c (prefer_window_split_horizontally, display_buffer):
27574 Revert 2007-09-08 change.
27575
275762007-09-12 Glenn Morris <rgm@gnu.org>
27577
27578 * alloca.c: Remove file.
27579 * Makefile.in (alloca): Do not undef.
27580 (allocaobj, alloca.o): Remove.
27581 (otherobj): Remove allocaobj.
27582 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
27583 * regex.c (C_ALLOCA): Remove all references and code that was only
27584 used when this was defined.
27585 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
27586 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
27587 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
27588
27589 * Makefile.in (SOURCES, unlock, relock): Delete.
27590
27591 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
27592 (menu_grab_callback): All uses changed.
27593
27594 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
27595 (x_reply_selection_request): All uses changed.
27596
275972007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
27598
27599 * lread.c (load_warn_old_style_backquotes): Change message to look
27600 better when it appears in the middle of byte-compiler messages.
27601
276022007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
27603
27604 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
27605
27606 * xterm.c (x_create_terminal): Add comment.
27607
27608 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
27609
276102007-09-10 Richard Stallman <rms@gnu.org>
27611
27612 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
27613
276142007-09-10 Michaël Cadilhac <michael@cadilhac.name>
27615
27616 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
27617 (DEFUN): Document `intspec', use it instead of `prompt'.
27618
27619 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
27620
27621 * data.c (Finteractive_form): If the interactive specification starts
27622 with a `(', use it as a Lisp form.
27623
27624 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
27625 name and file modes.
27626
27627 * callint.c (Fcall_interactively): Comment fixes.
27628
276292007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
27630
27631 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
27632 and compiled functions.
27633
276342007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
27635
27636 * window.c (prefer_window_split_horizontally): New variable.
27637 (display_buffer): Consider splitting window horizontally depending
27638 on prefer_window_split_horizontally.
27639
276402007-09-08 Eli Zaretskii <eliz@gnu.org>
27641
27642 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
27643
276442007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27645
27646 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
27647
27648 * frame.c (x_set_frame_parameters): Check number is positive before
27649 using XFASTINT.
27650
27651 * window.c (freeze_window_start): Don't presume selected_window holds
27652 a window object.
27653 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
27654
276552007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
27656
27657 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
27658
276592007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27660
27661 * window.c (Vsplit_window_preferred_function): New var.
27662 (Fdisplay_buffer): Use it.
27663 (syms_of_window): Export, and initialize it.
27664
276652007-09-06 Pixel <pixel@mandriva.com> (tiny change)
27666
27667 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
27668
276692007-09-06 Glenn Morris <rgm@gnu.org>
27670
27671 * gtkutil.c (menu_grab_callback) <cnt>:
27672 * xselect.c (x_reply_selection_request) <cnt>: Move static
27673 variable to file scope.
27674
276752007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
27676
27677 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
27678 consistent values of selected_frame and selected_window.
27679
276802007-09-04 Jason Rumney <jasonr@gnu.org>
27681
27682 * w32console.c (initialize_w32_display): Zero unused hooks.
27683
276842007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27685
27686 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
27687 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
27688
276892007-09-04 Jason Rumney <jasonr@gnu.org>
27690
27691 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
27692 in w32console.c. Set up input. Remove XXX comments that have been
27693 confirmed as correct.
27694
27695 * s/ms-w32.h (MULTI_KBOARD): Define.
27696
27697 * w32console.c (one_and_only_w32cons): Remove.
27698 (initialize_w32_display): Take terminal argument.
27699
27700 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
27701 initialize_w32_display.
27702 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
27703
27704 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
27705
27706 * keyboard.c (discard_mouse_events): Discard it.
27707 (make_lispy_event): Translate it to a lisp event.
27708 (lispy_wheel_names): Add wheel-left and right events.
27709 (syms_of_keyboard): Enlarge wheel_syms.
27710
27711 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
27712 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
27713
27714 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
27715
27716 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
27717 from WM_MOUSEHWHEEL.
27718 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
27719
27720 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
27721 terminal.
27722
27723 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
27724 keyboard for the terminal.
27725
277262007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
27727
27728 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
27729 (Vresume_tty_hook): Rename from Vresume_tty_functions.
27730 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
27731 and resume-tty-function to resume-tty-hook.
27732 (Fsuspend_tty, Fresume_tty): Use new names.
27733
277342007-09-02 Jan Djärv <jan.h.d@swipnet.se>
27735
27736 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
27737 if it starts with "n:".
27738
277392007-08-31 Jan Djärv <jan.h.d@swipnet.se>
27740
27741 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
27742
277432007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
27744
27745 * frame.h:
27746 * frame.c (Qterm_environment_variable): Remove.
27747 (syms_of_frame): Don't init and staticpro it.
27748
27749 * callproc.c (getenv_internal): Remove special case for $TERM.
27750
27751 * callproc.c (Vinitial_environment): New variable.
27752 (set_initial_environment): Initialize it.
27753 (syms_of_callproc): Declare it.
27754 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
27755 TERM under which a process runs is never related to the TERM in which
27756 Emacs is running.
27757
277582007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27759
27760 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
27761 * s/darwin.h: ... do it here.
27762
277632007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
27764
27765 * lisp.h (set_initial_environment): Rename from set_global_environment.
27766
27767 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
27768 removed by mistake on the multi-tty branch.
27769
27770 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
27771 (Fmodify_frame_parameters): Return a value.
27772
27773 * image.c (png_load): Comment-out var only used in commented-out code.
27774
27775 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
27776 before passing it to mark_object.
27777
27778 * xfaces.c (internal_resolve_face_name): Return a value.
27779 (internal_resolve_face_name, resolve_face_name_error): Comment out.
27780
27781 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
27782 (x_icon): Comment-out var only used in commented-out code.
27783
277842007-08-29 Romain Francoise <romain@orebokech.com>
27785
27786 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
27787 QUIT hasn't been provided.
27788
277892007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
27790
27791 * callproc.c (child_setup, getenv_internal): Use the
27792 display-environment-variable and term-environment-variable frame params.
27793 (set_initial_environment): Initialise Vprocess_environment.
27794
27795 * config.in: Disable multi-keyboard support on a mac.
27796
27797 * frame.c (Qterm_environment_variable)
27798 (Qdisplay_environment_variable): New variables.
27799 (syms_of_frame): Intern and staticpro them.
27800 (Fmake_terminal_frame): Disable output method test.
27801
27802 * frame.h: Declare them here.
27803
27804 * macfns.c (x_set_mouse_color): Get rif from the frame.
27805 (x_set_tool_bar_lines): Don't use updating_frame.
27806 (mac_window): Add 2 new parameters for consistency with other systems.
27807 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
27808 frame parameters following what is done in X11 and w32. Don't use
27809 FRAME_MAC_DISPLAY_INFO.
27810 (Fx_open_connection, start_hourglass): Remove window-system check.
27811 (x_create_tip_frame): Get the keyboard from the terminal.
27812
27813 * macmenu.c: Reorder includes.
27814 (Fx_popup_menu): Use terminal specific mouse_position_hook.
27815
27816 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
27817 terminal parameter.
27818 (x_clear_frame): Add a frame parameter.
27819 (note_mouse_movement): Get rif from the frame.
27820 (mac_term_init): Initialize the terminal.
27821 (mac_initialize): Make static and move terminal initialization ...
27822 (mac_create_terminal): ... to this new function.
27823
27824 * macterm.h (struct mac_display_info): Add terminal.
27825 (mac_initialize): Delete declaration.
27826
27827 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
27828
27829 * sysdep.c: Comment out text after #endif.
27830
27831 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
27832 is defined. Better initialize ttys in windows. Use terminal
27833 specific mouse_position_hook.
27834
27835 * termhooks.h (union display_info): Add mac_display_info.
27836
27837 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
27838 Set the default minibuffer frame, window_system and the rest of the
27839 frame parameters following what is done in X11.
27840
27841 * w32term.c (w32_initialize): Make static.
27842
27843 * xselect.c (x_handle_selection_clear): Only access
27844 terminal->kboard when MULTI_KBOARD is defined.
27845
27846 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
27847 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
27848
278492007-08-29 Jason Rumney <jasonr@gnu.org>
27850
27851 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
27852 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
27853
27854 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
27855 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
27856
27857 * keyboard.c (restore_kboard_configuration): Only define when
27858 MULTI_KBOARD defined.
27859
27860 * makefile.w32-in: Update dependancies from Makefile.in.
27861 (OBJ1): Add terminal.$(O)
27862
27863 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
27864 Don't define function body.
27865 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
27866
27867 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
27868
27869 * w32.c (request_sigio, unrequest_sigio): Remove.
27870
27871 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
27872 (w32con_clear_frame, w32con_clear_end_of_line)
27873 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
27874 (w32con_delete_glyphs, w32con_set_terminal_window)
27875 (scroll_line, w32_sys_ring_bell): Add frame arg.
27876 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
27877 Add terminal arg.
27878 (PICK_FRAME): Remove.
27879 (w32con_write_glyphs): Use frame specific terminal coding.
27880 (one_and_only_w32cons): New global variable.
27881 (initialize_w32_display): Use it for storing hooks.
27882 (create_w32cons_output): New function.
27883
27884 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
27885 arg a frame.
27886
27887 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
27888 Set window_system.
27889 (x_set_tool_bar_lines): Don't use updating_frame.
27890 (Fx_create_frame): Set terminal and ref count.
27891 (Fx_open_connection): Remove window-system check.
27892
27893 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
27894
27895 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
27896 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
27897 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
27898 Add frame arg.
27899 (x_delete_terminal, w32_create_terminal): New functions.
27900 (w32_term_init): Create a terminal.
27901 (w32_initialize): Move terminal specific initialization to
27902 w32_create_terminal.
27903
27904 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
27905 (w32_clear_rect, w32_clear_area): Use background from frame.
27906 (w32_display_info): Add terminal.
27907 (w32_sys_ring_bell, x_delete_display): Declare here.
27908
27909 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
27910
27911 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
27912
279132007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
27914
27915 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
27916 Fix get_named_tty calls for the controlling tty.
27917
279182007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
27919
194d44e7 27920 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
27921
279222007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
27923
27924 * term.c (tty_insert_glyphs): Add missing first parameter.
27925
279262007-08-29 Károly Lőrentey <karoly@lorentey.hu>
27927
27928 * buffer.c (Fbuffer_list, Fbury_buffer):
27929 Take frame->buried_buffer_list into account.
27930
27931 * cm.c (current_tty): New variable, for cmputc().
27932 (cmputc): Use it.
27933 (cmcheckmagic): Add tty parameter, look up terminal streams there.
27934 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
27935 (cmgoto): Add tty parameter. Pass it on to calccost().
27936 Use emacs_tputs() instead of tputs().
27937
27938 * cm.h (emacs_tputs): New macro to set current_tty, and then call
27939 tputs().
27940 (current_tty): New variable, for cmputc().
27941 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
27942
27943 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
27944 (internal_condition_case, internal_condition_case_1)
27945 (internal_condition_case_2): Don't abort when x_catching_errors.
27946
27947 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
27948 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
27949 prevent crashes caused by bogus longjmps in read_char.
27950
27951 * keymap.h (Fset_keymap_parent): Add EXFUN.
27952
27953 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
27954 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
27955 Remove redundant definition.
27956
27957 * macfns.c (x_set_mouse_color, x_make_gc):
27958 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27959
27960 * w32term.c (x_free_frame_resources):
27961 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27962 (w32_initialize): Use the accessor macros for terminal characteristics.
27963
27964 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
27965 Use the accessor macros for terminal characteristics.
27966 * msdos.c (internal_terminal_init): Use the accessor macros for
27967 terminal characteristics.
27968 (ScreenVisualBell, internal_terminal_init):
27969 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27970
27971 * termopts.h (no_redraw_on_reenter): Declare.
27972
27973 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
27974 (mark_terminals, mark_ttys): Declare.
27975 (Fgarbage_collect): Call them.
27976 (mark_object): Mark buried_buffer_list.
27977
27978 * prefix-args.c: Include stdlib.h for exit.
27979
27980 * syssignal.h: Add comment.
27981
27982 * indent.c: Include stdio.h.
27983
27984 * window.h (Vinitial_window_system): Declare.
27985 (Vwindow_system): Delete declaration.
27986
27987 * fontset.c (Finternal_char_font): Use FRAME_RIF.
27988
27989 * image.c (lookup_image): Don't initialize `c' until the xasserts
27990 have been run.
27991
27992 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
27993 FRAME_FOREGROUND_PIXEL.
27994
27995 * print.c (print_preprocess): Don't lose print_depth levels while
27996 iterating.
27997
27998 * widget.c (update_from_various_frame_slots):
27999 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28000
28001 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
28002 frames.
28003 (window_internal_height): Remove bogus make_number call.
28004 (init_window_once): Call make_terminal_frame with two zero parameters.
28005
28006 * fileio.c (Fread_file_name): Update comment.
28007
28008 * callint.c (Fcall_interactively):
28009 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
28010 Make sure it is correctly unwound.
28011
28012 * xsmfns.c (x_session_close): New function.
28013
28014 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
28015 Delete declarations.
28016
28017 * xterm.h: Remove declaration for x_fully_uncatch_errors.
28018 (x_output): Remove background_pixel and foreground_pixel fields.
28019 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
28020 (x_delete_device, x_session_close): Declare.
28021
28022 * lread.c: Include setjmp.h. Update declaration of `read_char'.
28023 (read_filtered_event): Call `read_char' with a local
28024 `wrong_kboard_jmpbuf'.
28025
28026 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
28027 Don't call single_kboard_state. Use FRAME_RIF.
28028
28029 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
28030 systems.
28031
28032 * lisp.h (set_process_environment): Rename to `set_global_environment'.
28033 (Fframe_with_environment, Fset_input_meta_mode)
28034 (Fset_quit_char): EXFUN.
28035 (x_create_device, tty_output, terminal, tty_display_info): Declare.
28036 (init_sys_modes, reset_sys_modes): Update prototypes.
28037 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
28038
28039 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
28040 Vlocal_key_translation_map, and Vkeyboard_translate_table.
28041 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
28042 Delete declarations.
28043 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
28044 (temporarily_switch_to_single_kboard, tty_read_avail_input):
28045 New declarations.
28046
28047 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
28048 already does that during init_display(). Call syms_of_keymap
28049 before syms_of_keyboard. Call `syms_of_terminal'.
28050 Call set_initial_environment, not set_process_environment.
28051 (shut_down_emacs): Call reset_all_sys_modes() instead of
28052 reset_sys_modes().
28053
28054 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
28055 (internal_resolve_face_name, resolve_face_name_error): New functions.
28056 (resolve_face_name): Protect against loops and errors thrown by Fget.
28057 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
28058 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
28059
28060 * scroll.c: Replace CURTTY() with local variables throughout the
28061 file (where applicable).
28062 (calculate_scrolling, calculate_direct_scrolling)
28063 (scrolling_1, scroll_cost): Use the accessor macros for terminal
28064 characteristics.
28065
28066 * keymap.c (Vfunction_key_map): Remove.
28067 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
28068 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
28069 (Vkey_translation_map): Remove.
28070 (syms_of_keymap): Remove DEFVAR for key-translation-map.
28071 (Fdescribe_buffer_bindings)
28072 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
28073 Update for terminal-local key-translation-map.
28074
28075 * Makefile.in (callproc.o): Update dependencies.
28076 (lisp, shortlisp): Add termdev.elc.
28077 (obj): Add terminal.o.
28078 (terminal.o): Add dependencies.
28079 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
28080 (data.o, fns.o): Add termhooks.h dependency.
28081 (SOME_MACHINE_LISP): Add dnd.elc.
28082 (minibuf.o): Fix typo.
28083 Update dependencies.
28084
28085 * data.c (do_symval_forwarding, store_symval_forwarding)
28086 (find_symbol_value): Use the selected frame's keyboard, not
28087 current_kboard.
28088
28089 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
28090 Vwindow_system.
28091
28092 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
28093 Fmenu_bar_open.
28094 (syms_of_xmenu): Update defsubr.
28095 (mouse_position_for_popup, Fx_popup_menu)
28096 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
28097 (set_frame_menubar, free_frame_menubar)
b97439ce 28098 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
28099 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
28100 an X frame.
28101
28102 * xselect.c (x_own_selection): Abort if not an X frame.
28103 (some_frame_on_display): Check if it is an X frame.
28104 (x_handle_selection_clear): Deal with MULTI_KBOARD.
28105
28106 * coding.c: Include frame.h and termhooks.h.
28107 (terminal_coding, keyboard_coding): Delete.
28108 (Fset_terminal_coding_system_internal)
28109 (Fset_keyboard_coding_system_internal)
28110 (Fkeyboard_coding_system)
28111 (Fterminal_coding_system): Add a terminal parameter.
28112 Get terminal_coding from the terminal.
28113 (init_coding_once): Don't call setup_coding_system here.
28114
28115 * dispextern.h (set_scroll_region, turn_off_insert)
28116 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
28117 (tty_clear_end_of_line, tty_setup_colors)
28118 (delete_tty, updating_frame)
28119 (produce_special_glyphs, produce_glyphs, write_glyphs)
28120 (insert_glyphs): Remove.
28121 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
28122 (tty_turn_off_highlight, get_tty_size): Add declaration.
28123 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
28124
28125 * frame.h (enum output_method): Add output_initial.
28126 (struct x_output): Delete.
28127 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
28128 Access foreground_pixel and background_pixel directly from the frame.
28129 (tty_display): Delete.
28130 (struct frame): Add buried_buffer_list, foreground_pixel,
28131 background_pixel and terminal. Delete kboard.
28132 (union output_data): Add tty.
28133 (FRAME_KBOARD): Get the kboard from the terminal.
28134 (FRAME_INITIAL_P): New macro.
28135 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
28136 (Qterm_environment_variable, Qdisplay_environment_variable)
28137 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
28138 New declarations.
28139
28140 * termchar.h (tty_output, tty_display_info): New structures.
28141 (tty_list): Declare.
28142 (FRAME_TTY, CURTTY): New macros.
28143 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
28144 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
28145 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
28146 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
28147
28148 * callproc.c: Include frame.h and termhooks.h, for terminal
28149 parameters.
28150 (add_env): New function.
28151 (child_setup): Use it.
28152 (child_setup, getenv_internal): Handle the new Vprocess_environment.
28153 (getenv_internal): Fix get_terminal_param call.
28154 (Fgetenv_internal, egetenv): Update doc.
28155 (syms_of_callproc): Initialize Vprocess_environment to nil.
28156 Register and initialize them. Remove obsolete defvars. Update doc
28157 strings.
28158 (child_setup): Handle Vlocal_environment_variables.
28159 (getenv_internal): Add terminal parameter.
28160 Handle Vlocal_environment_variables.
28161 (Fgetenv_internal): Add terminal parameter.
28162 (child_setup, getenv_internal, Fgetenv_internal): Store the local
28163 environment in a frame (not terminal) parameter. Update doc strings.
28164 (set_initial_environment): Rename from set_global_environment.
28165 Store Emacs environment in initial frame parameter.
28166
28167 * xdisp.c (redisplay_internal): Update references to
28168 `previous_terminal_frame'.
28169 (display_mode_line, Fformat_mode_line): Replace calls to
28170 `push_frame_kboard' with `push_kboard'.
28171 (get_glyph_string_clip_rects): Add extra parentheses and
28172 braces to prevent compiler warnings.
28173 (calc_pixel_width_or_height): Add xassert to check that the
28174 frame is alive. Don't call `lookup_image' on a termcap frame.
28175 (message2_nolog, message3_nolog, redisplay_internal)
28176 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
28177 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
28178 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
28179 (Fx_display_pixel_width, Fx_display_pixel_height)
28180 (Fx_display_planes, Fx_display_color_cells)
28181 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
28182 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
28183 (Fx_display_backing_store, Fx_display_visual_class)
28184 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
28185 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
28186
28187 * xfns.c (x_set_foreground_color x_set_background_color)
28188 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
28189 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28190 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
28191 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
28192 terminal that is being deleted.
28193 (Fx_create_frame): Use `store_frame_param' to set `window-system'
28194 frame parameter, and make sure it overrides any user-supplied setting.
28195 (Fx_close_connection, Fx_synchronize): Unify argument names with
28196 the rest of the DEFUNs.
28197
28198 * dispnew.c (Fsend_string_to_terminal): Update call to
28199 `get_tty_terminal'.
28200 (Fredraw_frame, Fsend_string_to_terminal)
28201 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
28202 FRAME_TERMCAP_P and FRAME_TTY.
28203 (window_change_signal): Don't believe width/height values that are
28204 impossibly small.
28205 (Vinitial_window_system): Rename from Vwindow_system.
28206 (termscript, Wcm, rif): Delete.
28207
28208 * termhooks.h (struct terminal): New struct containing the
28209 previously global text display hooks and new members NAME,
28210 DELETED and PARAM_ALIST.
28211 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
28212 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
28213 (FRAME_RIF): New macros.
28214 (get_terminal_param, get_device): New declarations.
28215 (termscript): Delete declaration.
28216
28217 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
28218 (XTflash, x_free_frame_resources, x_scroll_bar_create)
28219 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
28220 FRAME_FOREGROUND_PIXEL.
28221 (x_fully_uncatch_errors): Disable definition.
28222 (x_scroll_bar_expose): Fix reference to foreground pixel.
28223 (XTread_socket): Disable loop on all X displays.
28224 (x_delete_terminal): Don't set terminal->deleted and let
28225 delete_terminal delete the frames on the terminal.
28226 (x_delete_display): Doc update to reflect changes in
28227 delete_terminal.
28228 (x_display_info) <terminal>: Move member earlier in the struct.
28229 (deleting_tty): Remove old variable.
28230 (Fsuspend_tty): Call clear_tty_hooks.
28231 (Fresume_tty, init_tty): Call set_tty_hooks.
28232 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
28233 errors on X frames.
28234 (x_catch_errors_unwind): Abort if x_error_message is NULL.
28235 (handle_one_xevent): Initialize `f' to NULL.
28236 (x_delete_terminal, x_create_terminal): New functions.
28237 (XTset_terminal_modes, XTreset_terminal_modes)
28238 (XTread_socket, x_connection_closed, x_term_init)
28239 (x_term_init, x_delete_display): Add terminal parameter.
28240 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
28241 X connections.
28242
28243 * frame.c: Include termchar.h.
28244 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
28245 (Qwindow_system, Qenvironment, Qterm_environment_variable)
28246 (Qdisplay_environment_variable): New vars.
28247 (Fframep): Deal with output_initial.
28248 (Fframe-live-p): Doc fix.
28249 (Fwindow-system): New function.
28250 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
28251 (make_terminal_frame): Don't create frames on a terminal that is
28252 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28253 (store_frame_param): Check for found_for_frame before calling XFRAME.
28254 (Fmake_terminal_frame): Handle NULL tty names correctly.
28255 (syms_of_frame): Enhance doc string of `default-frame-alist'.
28256 (Fdelete_frame): Remove unused variable `count'. Don't allow other
28257 frames to refer to a deleted frame in their 'environment parameter.
28258 (Fframe_with_environment): New function.
28259 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
28260 (get_future_frame_param): New function.
28261 (Fmake_terminal_frame): Use it.
28262 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
28263
28264 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
28265 * sysdep.c (reset_sys_modes): Update for renames.
28266
28267 * keyboard.c (tty_read_avail_input): New function.
28268 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
28269 (syms_of_keyboard): Defsubr them.
28270 (Fset_input_meta_mode, Fset_quit_char): New functions.
28271 (Fset_input_mode): Split to above functions.
28272 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
28273 parameter. Use it in call to `read_char'.
28274 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
28275 Set wrong_kboard_jmpbuf correctly in recursive calls.
28276 Use current_kboard to access Vkeyboard_translate_table.
28277 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
28278 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
28279 Update longjmp invocations. Remember the original current_kboard,
28280 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
28281 changes it. Comment out unnecessary calls to
28282 `record_single_kboard_state' and `any_kboard_state'.
28283 Update recursive calls.
28284 (wrong_kboard_jmpbuf): Remove global variable.
28285 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
28286 Handle deleted interrupted_kboards correctly; that is a legal
28287 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
28288 and read_char calls. Abort if interrupted_kboard died in read_char.
28289 (any_kboard_state, single_kboard_state)
28290 (push_frame_kboard): Remove function.
28291 (pop_kboard): Switch out of single_kboard mode if the kboard has
28292 been deleted. Remove unused variable. Help debugging by not
28293 changing current_kboard unnecessarily. Set current_kboard to the
28294 kboard of the selected frame when the stored kboard object has
28295 been deleted before pop_kboard.
28296 (temporarily_switch_to_single_kboard): Change first parameter to a
28297 frame pointer. Throw an error when caller wants to change kboards
28298 while in single_kboard mode. Don't push_kboard if we weren't in
28299 single kboard state. Don't pop_kboard if we popped into any
28300 kboard state.
28301 (restore_kboard_configuration): Abort if pop_kboard changed the
28302 kboard in single_kboard mode. Call pop_kboard only after setting
28303 up single_kboard mode.
28304 (Frecursive_edit): Switch to single_kboard mode only in nested
28305 command loops.
28306 (cmd_error, command_loop, command_loop_1, timer_check):
28307 Comment out unnecessary call to `any_kboard_state' and
28308 `record_single_kboard_state'.
28309 (delete_kboard): Exit single_kboard mode if we have just deleted
28310 that kboard. Use FRAME_KBOARD.
28311 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
28312 `fatal_error_signal'.
28313 (record_single_kboard_state): Don't push_kboard if we weren't in
28314 single kboard state. Don't pop_kboard if we popped into any
28315 kboard state.
28316 (push_frame_kboard): Rename to push_kboard.
28317 (kbd_buffer_get_event): Use FRAME_TERMINAL.
28318 (read_avail_input): Read input from all terminals.
28319 (mark_kboards): Also mark Vkeyboard_translate_table.
28320 (kbd_buffer_store_event_hold): Simplify condition.
28321 (read_key_sequence): Reinitialize fkey and keytran at each replay.
28322 (Vkeyboard_translate_table): Move to struct kboard.
28323 (init_kboard): Initialize Vkeyboard_translate_table.
28324 (syms_of_keyboard): Use DEFVAR_KBOARD to define
28325 Vkeyboard_translate_table. Update doc strings. Update docs of
28326 local-function-key-map and function-key-map.
28327
28328 * terminal.c: New file.
28329
28330 * term.c: Include errno.h.
28331 (Vring_bell_function, device_list, initial_device)
28332 (next_device_id, ring_bell, update_begin, update_end)
28333 (set_terminal_window, cursor_to, raw_cursor_to)
28334 (clear_to_end, clear_frame, clear_end_of_line)
28335 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
28336 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
28337 (syms_of_term): Move their initialization to terminal.c.
28338 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
28339 (Ftty_display_color_cells)
28340 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
28341 (clear_tty_hooks, set_tty_hooks)
28342 (init_tty, maybe_fatal): New functions.
28343 (Ftty_type): Return nil if terminal is not on a tty instead of
28344 throwing an error. Doc update.
28345 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
28346 Doc update. Initialize new subrs and variables.
28347 (delete_tty): Use terminal->deleted.
28348 (tty_set_terminal_modes): Rename from set_terminal_modes.
28349 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
28350 (set_scroll_region): Rename to `tty_set_scroll_region'.
28351 (turn_on_insert): Rename to `tty_turn_on_insert'.
28352 (turn_off_insert): Rename to `tty_turn_off_insert'.
28353 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
28354 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
28355 (toggle_highligh): Rename to `tty_toggle_highlight'.
28356 (background_highlight): Rename to `tty_background_highlight'.
28357 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
28358 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
28359 (tty_set_scroll_region, tty_background_highlight)
28360 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
28361 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
28362 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
28363 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
28364 Add static modifier.
28365 (tty_reset_terminal_modes, tty_set_terminal_window)
28366 (tty_set_scroll_region, tty_background_highlight)
28367 (tty_highlight_if_desired, tty_cursor_to)
28368 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
28369 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
28370 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
28371 renames.
28372
283732007-08-28 Jan Djärv <jan.h.d@swipnet.se>
28374
28375 * keyboard.c: Qrtl is new.
28376 (parse_tool_bar_item): Handle :rtl keyword.
28377 (syms_of_keyboard): Intern :rtl keyword.
28378
28379 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
28380
28381 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
28382 so no Lisp code is executed.
28383 (file_for_image, find_rtl_image): New functions.
28384 (xg_get_image_for_pixmap): Use file_for_image.
28385 (update_frame_tool_bar): If direction is RTL, use RTL image if
28386 defined. Use Gtk stock images if defined.
28387
283882007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28389
28390 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
28391 for nonexistent or zero-width glyph in composition glyph.
28392
283932007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
28394
28395 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
28396
28397 * xdisp.c (Finvisible_p): New function.
28398 (syms_of_xdisp): defsubr it.
28399
284002007-08-24 Juanma Barranquero <lekktu@gmail.com>
28401
28402 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
28403 Doc fixes.
28404
284052007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28406
28407 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
28408
284092007-08-24 Martin Rudalics <rudalics@gmx.at>
28410
28411 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
28412 whether decoding has modified buffer contents.
28413
284142007-08-24 Jason Rumney <jasonr@gnu.org>
28415
28416 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
28417 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
28418 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
28419 (init_svg_functions) [HAVE_NTGUI]: New function.
28420 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
28421 (svg_load_image): Use them.
28422 (svg_load_image) [HAVE_NTGUI]: Implement background.
28423
284242007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28425
28426 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
28427 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
28428 (LIBX): Remove @RSVG_LIBS@.
28429 (LIBES): Add $(RSVG_LIBS).
28430
28431 * image.c (svg_load_image): Blend with specified background if exists.
28432 Use IMAGE_BACKGROUND. Add Mac OS Support.
28433
28434 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
28435 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
28436 Remove macros.
28437 [MAC_OSX] (socket_callback): Do nothing.
28438 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
28439 ReceiveNextEvent.
28440 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
28441 socket_callback.
28442 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
28443
284442007-08-22 Glenn Morris <rgm@gnu.org>
28445
28446 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
28447
284482007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
28449
28450 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
28451
28452 * image.c: Add support for SVG images. Some additional comments
28453 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
28454 (svg_image_p): New function to test for SVG image.
28455 (svg_load): New function to load SVG image.
28456 (svg_load_image): New function, helper for svg_load.
28457 (Qsvg): New Lisp_object.
28458 (svg_keyword_index): New enum.
28459 (svg_format): New static `image_keyword' struct.
28460 (svg_type): New static `image_type' struct.
28461 (librsvg/rsvg.h): Include it.
28462
284632007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
28464
28465 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
28466
284672007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
28468
28469 * lread.c (Qold_style_backquotes): New var.
28470 (syms_of_lread): Init and staticpro it.
28471 (load_warn_old_style_backquotes): New fun.
28472 (Fload): Use them to warn about old style backquotes.
28473 (end_of_file_error, Fload): Remove unused vars.
28474
28475 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
28476
28477 * lread.c (Vold_style_backquotes): New var.
28478 (syms_of_lread): Init and export it to Elisp.
28479 (read1): Set it when we find an old-style (back)quote.
28480
284812007-08-22 Jason Rumney <jasonr@gnu.org>
28482
28483 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
28484
284852007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
28486
28487 * puresize.h (BASE_PURESIZE): Increase to 1140000.
28488
284892007-08-19 Richard Stallman <rms@gnu.org>
28490
28491 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
28492
284932007-08-19 Andreas Schwab <schwab@suse.de>
28494
28495 * alloc.c (pure): Round PURESIZE up.
28496
284972007-08-17 Jan Djärv <jan.h.d@swipnet.se>
28498
28499 * xterm.c (handle_one_xevent): Remove check that mouse click is in
28500 active frame.
28501
285022007-08-16 Richard Stallman <rms@gnu.org>
28503
28504 * eval.c (Fcommandp): Add parens to clarify.
28505
28506 * minibuf.c (Fall_completions): Use enum for type of table.
28507
28508 * emacs.c (USAGE2): Improve text.
28509
285102007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
28511
28512 * term.c (tty_default_color_capabilities): Declare static
28513 variables in file scope, to avoid HPUX compiler problem.
28514
285152007-08-13 Jan Djärv <jan.h.d@swipnet.se>
28516
28517 * gtkutil.c (update_frame_tool_bar): Use -1 as index
28518 to gtk_toolbar_insert.
28519
285202007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
28521
28522 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
28523
28524 * insdel.c (reset_var_on_error): New fun.
28525 (signal_before_change, signal_after_change):
28526 Use it to reset (after|before)-change-functions to nil in case of error.
28527 Bind inhibit-modification-hooks to t.
28528 Don't bind (after|before)-change-functions to nil while they run.
28529
285302007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28531
28532 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
28533 filling pixmap with stippled background.
28534
285352007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28536
28537 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
28538 Don't use invisible frame as parent window for repositioning.
28539
285402007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
28541
28542 * print.c (new_backquote_output): Rename from old_backquote_output.
28543 (print): Inverse its logic (according to its name) so as to match the
28544 behavior of new_backquote_flag in lread.c.
28545
285462007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28547
28548 * gmalloc.c (posix_memalign): New function.
28549
28550 * macterm.c (frame_highlight, frame_unhighlight): Don't call
28551 ActivateControl/DeactivateControl here.
28552 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
28553 frame-notice-user-settings is non-nil.
28554 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
28555 for kEventParamFMFontStyle.
28556 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
28557 mac_pass_command_to_system and mac_pass_control_to_system here.
28558 (XTread_socket): Call ActivateControl/DeactivateControl here.
28559 (XTread_socket) [TARGET_API_MAC_CARBON]:
28560 Check mac_pass_command_to_system and mac_pass_control_to_system here.
28561 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
28562 for window repositioning.
28563
285642007-08-08 Glenn Morris <rgm@gnu.org>
28565
28566 * Replace `iff' in doc-strings and comments.
28567
285682007-08-07 Chong Yidong <cyd@stupidchicken.com>
28569
28570 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
28571
285722007-08-07 Martin Rudalics <rudalics@gmx.at>
28573
28574 * fileio.c (Finsert_file_contents): Run format-decode and
28575 after_insert_file_functions on entire buffer when REPLACE is
28576 non-nil and inhibit modification_hooks and point_motion_hooks.
28577 For consistency, run after_insert_file_functions iff something
28578 got inserted. Move signal_after_change and update_compositions
28579 after code running after_insert_file_functions. Make sure that
28580 undo_list doesn't record intermediate steps of the decoding process.
28581
285822007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28583
28584 * emacs.c (main)
28585 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
28586 Call malloc_enable_thread on interactive startup.
28587
28588 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
28589 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
28590 [USE_PTHREAD]: Conditionalize with it.
28591 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
28592 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
28593 New functions.
28594
285952007-08-06 Chong Yidong <cyd@stupidchicken.com>
28596
28597 * xdisp.c (redisplay_window): When restoring original buffer
28598 position, make sure it is still valid.
28599
28600 * image.c (png_load): Ignore png-supplied background color.
28601
286022007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28603
28604 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
28605 Use kCFAbsoluteTimeIntervalSince1970.
28606
28607 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
28608 New variable.
28609 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
28610 event loop should be quit.
28611 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
28612 Quit dialog event loop if quit_dialog_event_loop is set.
28613
28614 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
28615 (Selection): New typedef. Use instead of ScrapRef.
28616 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
28617 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
28618 (mac_clear_selection): Rename from clear_scrap.
28619 (get_flavor_type_from_symbol): New argument SEL and subsume function of
28620 scrap_has_target_type. All uses changed.
28621 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
28622 (mac_selection_has_target_p): New functions.
28623 (mac_put_selection_value): Rename from put_scrap_string.
28624 (mac_get_selection_value): Rename from get_scrap_string.
28625 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
28626 (put_scrap_private_timestamp, scrap_has_target_type)
28627 (get_scrap_private_timestamp): Remove functions.
28628 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
28629 (x_own_selection, x_get_local_selection):
28630 Use mac_valid_selection_value_p.
28631 (x_own_selection): Don't use put_scrap_private_timestamp.
28632 Record OWNERSHIP-INFO into Vselection_alist instead.
28633 (x_get_local_selection): Don't check type if request is local.
28634 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
28635 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
28636
286372007-08-04 Jan Djärv <jan.h.d@swipnet.se>
28638
28639 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
28640 add comment explaining why.
28641
286422007-08-03 Richard Stallman <rms@gnu.org>
28643
28644 * fileio.c (Fvisited_file_modtime): Use make_time.
28645
286462007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
28647
28648 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
28649 build.
28650
286512007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
28652
28653 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
28654
286552007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
28656
28657 * puresize.h (BASE_PURESIZE): Increase to 1130000.
28658
286592007-07-30 Richard Stallman <rms@gnu.org>
28660
28661 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
28662
286632007-07-29 Jan Djärv <jan.h.d@swipnet.se>
28664
28665 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
28666
286672007-07-28 Nick Roberts <nickrob@snap.net.nz>
28668
28669 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
28670 remote default-directory.
28671
28672 * buffer.c (mode-line-format): Update doc string.
28673
286742007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28675
28676 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
28677 scroll bar gap.
28678 (x_scroll_bar_create): Set bar->fringe_extended_p.
28679 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
28680 on frame edge. Check fringe background extension. Don't clear
28681 extended fringe background area.
28682
28683 * w32term.h (struct scroll_bar): New member fringe_extended_p.
28684 (w32_fill_area): Enclose multiple statements with do ... while (0).
28685
28686 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
28687 Extend fringe background to scroll bar gap.
28688 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
28689 Set bar->fringe_extended_p.
28690 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28691 Put leftmost/rightmost scroll bars on frame edge. Check fringe
28692 background extension. Don't clear extended fringe background area.
28693
28694 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
28695 New member fringe_extended_p.
28696
286972007-07-25 Glenn Morris <rgm@gnu.org>
28698
28699 * Relicense all FSF files to GPLv3 or later.
28700
28701 * COPYING: Switch to GPLv3.
28702
287032007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
28704
28705 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
28706
28707 * data.c (Finteractive_form): Check for the presence of an
28708 `interactive-form' symbol property more thoroughly.
28709
28710 * data.c (Finteractive_form): Use an `interactive-form' property if
28711 present, analogous to the function-documentation property.
28712
287132007-07-24 Jason Rumney <jasonr@gnu.org>
28714
28715 * w32fns.c (x_real_positions): Get real position from OS instead of
28716 calculating it.
28717
287182007-07-23 Jason Rumney <jasonr@gnu.org>
28719
28720 * filelock.c (current_lock_owner): Allow for @ sign in username.
28721
287222007-07-22 Nick Roberts <nickrob@snap.net.nz>
28723
28724 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
28725 remote default-directory.
28726
28727 * buffer.c (mode-line-format): Describe above case in doc string.
28728
287292007-07-20 Eli Zaretskii <eliz@gnu.org>
28730
28731 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
28732 Define if not defined.
28733
287342007-07-18 Jason Rumney <jasonr@gnu.org>
28735
28736 * w32proc.c (w32_executable_type): Handle 64 bit executables.
28737
287382007-07-18 Richard Stallman <rms@gnu.org>
28739
28740 * data.c (Fsetq_default): Doc fix.
28741
28742 * eval.c (Fsetq): Doc fix.
28743
287442007-07-18 Juanma Barranquero <lekktu@gmail.com>
28745
28746 * coding.c (Ffind_operation_coding_system):
28747 * eval.c (For, Fand): Doc fixes.
28748 Reported by Johan Bockgård.
28749
287502007-07-18 Jan Djärv <jan.h.d@swipnet.se>
28751
28752 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
28753
28754 * xterm.h: Declare x_ewmh_activate_frame.
28755
28756 * xterm.c (x_ewmh_activate_frame): New function.
28757 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
28758
287592007-07-17 Martin Rudalics <rudalics@gmx.at>
28760
28761 * window.c (Fdisplay_buffer): If largest or LRU window is the
28762 only window, split it even if it is not eligible for splitting.
28763 This restores the original behavior broken by the 2007-07-15
28764 change.
28765
287662007-07-17 Glenn Morris <rgm@gnu.org>
28767
28768 * abbrev.c (abbrev_check_chars): New function.
28769 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
28770 Call abbrev_check_chars to check abbrev characters are word
28771 constituents. Doc fix.
28772
287732007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
28774
28775 * process.c (Fstart_process, Fmake_network_process)
28776 (read_process_output): Fix up last changes.
28777
287782007-07-16 Eli Zaretskii <eliz@gnu.org>
28779
28780 * makefile.w32-in (clean): Don't delete *~.
28781
287822007-07-16 Andreas Schwab <schwab@suse.de>
28783
28784 * window.c (Fdisplay_buffer): Use NILP.
28785 (Fset_window_scroll_bars): Likewise.
28786
287872007-07-15 Martin Rudalics <rudalics@gmx.at>
28788
28789 * window.c (window_min_size_2): New function.
28790 (window_min_size_1, size_window, Fdisplay_buffer)
28791 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
28792 windows without mode- or header-lines when window-min-height is
28793 too small.
28794 (size_window): Reset nodelete_p after testing it, following an
28795 earlier note by Kim F. Storm.
28796 (display_buffer): Do not set split_height_threshold to twice the
28797 value of window_min_height to avoid changing the value of a
28798 customizable variable. Rather explicitly check whether the
28799 height of the window that shall be splitted is at least as large
28800 as split_height_threshold.
28801 (Fwindow_full_width_p): New defun.
28802 (syms_of_window): Defsubr it.
28803
28804 * window.h: Add EXFUN for Fwindow_full_width_p.
28805
288062007-07-14 Jason Rumney <jasonr@gnu.org>
28807
28808 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
28809
288102007-07-14 Richard Stallman <rms@gnu.org>
28811
28812 * eval.c (maybe_call_debugger): New function.
28813 (find_handler_clause): Use maybe_call_debugger.
28814 Call it when the handler says `debug'.
28815 Eliminate DEBUGGER_VALUE_PTR.
28816 (Fsignal): Eliminate debugger_value.
28817 (Qdebug): New variable.
28818 (syms_of_eval): Initialize it.
28819
288202007-07-14 Juanma Barranquero <lekktu@gmail.com>
28821
28822 * eval.c (Fprogn):
28823 * keyboard.c (Ftrack_mouse):
28824 * print.c (Fwith_output_to_temp_buffer):
28825 * window.c (Fsave_window_excursion): Doc fix.
28826
288272007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
28828
28829 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
28830
288312007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
28832
28833 * process.h (struct Lisp_Process): Turn slots infd, outfd,
28834 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
28835 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
28836 read_output_delay, and read_output_skip from Lisp_Objects to ints.
28837 Remove unused encoding_carryover.
28838 * process.c: Adjust all functions accordingly.
28839
288402007-07-12 Richard Stallman <rms@gnu.org>
28841
28842 * term.c: Include unistd.h only if HAVE_UNISTD_H.
28843
288442007-07-11 Jason Rumney <jasonr@gnu.org>
28845
28846 * makefile.w32-in (LIBS): Include OLE32.
28847
28848 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
28849 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
28850
288512007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
28852
28853 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
28854 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
28855 from a Lisp_Object into a bare pointer.
28856 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
28857 Adjust the code correspondingly.
28858
28859 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
28860
28861 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
28862 (term_show_mouse_face): Remove unused var `j'.
28863 (handle_one_term_event): Remove unused vars `i' and `j'.
28864 Don't cast return value of ttyname since it's not necessary.
28865
288662007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
28867
28868 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
28869 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
28870
28871 * fns.c (map_char_table): Use an array of int for `indices' rather than
28872 an array of Lisp_Objects (which are only ever integers anyway).
28873 (Fmap_char_table): Update caller.
28874 * lisp.h: Update prototype.
28875 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
28876 * fontset.c (Ffontset_info):
28877 * casetab.c (set_case_table): Update callers.
28878
28879 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
28880
28881 * keymap.c (struct accessible_keymaps_data)
28882 (struct where_is_internal_data): New structures.
28883 (accessible_keymaps_1, where_is_internal_1): Use them to change
28884 interface to adhere to the one used by map_keymap.
28885 (Faccessible_keymaps, where_is_internal): Use map_keymap.
28886 (accessible_keymaps_char_table, where_is_internal_2): Remove.
28887
28888 * keymap.h (map_keymap_function_t): More informative prototype.
28889
288902007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
28891
28892 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
28893 (looking_at_1): Don't change search_regs and last_thing_searched
28894 if `inhibit-changing-match-data' is non-nil.
28895 (string_match_1, search_buffer, set_search_regs): Likewise.
28896 (syms_of_search): Add Lisp level definition for
28897 `inhibit-changing-match-data' and set it to nil.
28898 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
28899 start and end of the match, instead of using values in search_regs.
28900
289012007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
28902
28903 * minibuf.c (Fcompleting_read): New value `confirm-only'
28904 for `require-match'.
28905
289062007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
28907
28908 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
28909 part of the 2007-06-27 change to syms_of_fileio.
28910
289112007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28912
28913 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
28914 Check WINDOWP before using XWINDOW. Consolidate return statements.
28915
289162007-06-27 Richard Stallman <rms@gnu.org>
28917
28918 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
28919
289202007-06-27 Juanma Barranquero <lekktu@gmail.com>
28921
28922 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
28923
289242007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28925
28926 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
28927 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
28928 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
28929 (_free_internal, memalign): Use them.
28930 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
28931 Initialize to PTHREAD_MUTEX_INITIALIZER.
28932 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
28933 (morecore_nolock): Rename from morecore. All uses changed.
28934 Use only nolock versions of internal allocation functions.
28935 (_malloc_internal_nolock, _realloc_internal_nolock)
28936 (_free_internal_nolock): New functions created from
28937 _malloc_internal, _realloc_internal, and _free_internal.
28938 (_malloc_internal, _realloc_internal, _free_internal): Use them.
28939 Copy hook value to automatic variable before its use.
28940 (memalign): Copy hook value to automatic variable before its use.
28941
289422007-06-26 Kenichi Handa <handa@m17n.org>
28943
28944 * coding.c (Ffind_operation_coding_system): Docstring improved.
28945 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
28946
289472007-06-25 David Kastrup <dak@gnu.org>
28948
28949 * keymap.c (Fcurrent_active_maps): Add `position' argument.
28950 (Fwhere_is_internal): Adjust call to `current-active-maps' to
28951 cater for additional parameter.
28952
28953 * keymap.h: Adjust number of parameters to `current-active-maps'.
28954
28955 * doc.c (Fsubstitute_command_keys): Adjust call of
28956 `current-active-maps'.
28957
289582007-06-25 David Kastrup <dak@gnu.org>
28959
28960 * callint.c (Fcall_interactively): Make the parsing of interactive
28961 specs somewhat more readable.
28962
289632007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28964
28965 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
28966 to scroll bar gap also when bitmap fills fringe. Draw only foreground
28967 if extended background has already been filled.
28968
289692007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28970
28971 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
28972 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
28973
28974 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
28975 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
28976 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
28977 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
28978 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
28979 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
28980 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
28981 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
28982 Run timers during dialog popup.
28983 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
28984
289852007-06-21 Jason Rumney <jasonr@gnu.org>
28986
28987 * image.c (convert_mono_to_color_image): Swap fore and background.
28988
289892007-06-20 Jason Rumney <jasonr@gnu.org>
28990
28991 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
28992 (w32_free_bdf_font): Unmap memory not handle.
28993
289942007-06-20 Sam Steingold <sds@gnu.org>
28995
28996 * gmalloc.c (__morecore): Fix the declaration to comply with the
28997 definition.
28998
289992007-06-20 Juanma Barranquero <lekktu@gmail.com>
29000
29001 * w32term.c (w32_delete_display): Remove leftover declaration.
29002 (w32_define_cursor, w32_initialize): Make static.
29003
29004 * w32.c (_wsa_errlist): Fix typo in error message.
29005 (init_environment): Ignore any environment variable from the
29006 registry having a null value.
29007
290082007-06-20 Glenn Morris <rgm@gnu.org>
29009
29010 * Makefile.in (LIBGIF): Default to -lgif.
29011
290122007-06-17 Jason Rumney <jasonr@gnu.org>
29013
29014 * w32menu.c (add_menu_item): Don't use multibyte string functions on
29015 unicode strings.
29016
290172007-06-16 Juanma Barranquero <lekktu@gmail.com>
29018
29019 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
29020 Fix typo in docstring.
29021
290222007-06-16 Eli Zaretskii <eliz@gnu.org>
29023
29024 * w32menu.c (add_menu_item): Escape `&' characters in menu items
29025 and their keybindings.
29026
290272007-06-15 Chong Yidong <cyd@stupidchicken.com>
29028
29029 * composite.c (update_compositions): Fix last fix.
29030
290312007-06-14 Jason Rumney <jasonr@gnu.org>
29032
29033 * w32.c (get_process_times_fn): New function pointer.
29034 (globals_of_w32): Intialize it if present in kernel32.dll.
29035 (w32_get_internal_run_time): New function.
29036
29037 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
29038
290392007-06-14 Kenichi Handa <handa@etlken.m17n.org>
29040
29041 * composite.c (update_compositions): Check the validness of
29042 compositions.
29043
290442007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29045
29046 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
29047 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
29048
29049 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
29050 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
29051
29052 * macgui.h (USE_MAC_TOOLBAR): New define.
29053
29054 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
29055 Return immediately unless popup is activated.
29056
29057 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
29058 background to scroll bar gap.
29059 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
29060 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
29061 scroll bars on frame edge. Check fringe background extension.
29062 Don't clear extended fringe background area.
29063 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
29064 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
29065 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
29066 [USE_MAC_TOOLBAR]: New macros.
29067 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
29068 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
29069 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
29070 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
29071 [USE_MAC_TOOLBAR]: New functions.
29072 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
29073 manually if previous repositioning has failed.
29074 (mac_handle_keyboard_event): Use precomputed event kind.
29075 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
29076 as tool bar item click. Handle mouse movement over tool bar items.
29077
29078 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
29079 toolbar_win_gravity.
29080 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
29081 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
29082 Add externs.
29083
29084 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
29085 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
29086
290872007-06-14 Chong Yidong <cyd@stupidchicken.com>
29088
29089 * image.c (search_image_cache): Remove unused variable.
29090
290912007-06-13 Chong Yidong <cyd@stupidchicken.com>
29092
29093 * xfns.c, xmenu.c: Link to xaw3d if available.
29094
290952007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29096
29097 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
29098 frame_foreground and frame_background.
29099
29100 * image.c (lookup_image): Save frame foreground and background colors.
29101 (search_image_cache): Check if saved and current frame colors match.
29102
291032007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
29104
29105 * regex.c (regex_compile): Remove the `regnum' counter.
29106 Use bufp->re_nsub instead. Add support for \(?N:RE\).
29107
291082007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
29109
29110 * term.c: Include intervals.h to declare Fget_text_property.
29111
291122007-06-10 Jason Rumney <jasonr@gnu.org>
29113
29114 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
29115
291162007-06-08 Juanma Barranquero <lekktu@gmail.com>
29117
29118 * callint.c (Fcall_interactively):
29119 * editfns.c (Fdelete_and_extract_region):
29120 * fileio.c (Fread_file_name):
29121 * fns.c (Fmapconcat):
29122 * keyboard.c (cmd_error_internal):
29123 * keymap.c (Fkey_description):
29124 * lread.c (openp):
29125 * minibuf.c (read_minibuf):
29126 * search.c (wordify):
29127 * sunfns.c (sel_read):
29128 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
29129 * xfns.c (x_default_scroll_bar_color_parameter):
29130 * xmenu.c (menu_help_callback):
29131 * xselect.c (Fx_get_atom_name):
29132 * xterm.c (x_term_init): Use empty_unibyte_string.
29133
291342007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
29135
29136 * alloc.c (init_strings): Initialize canonical empty strings.
29137 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
29138 canonical empty string when the requested size is 0.
29139
29140 * emacs.c (empty_unibyte_string): Rename from empty_string.
29141 (empty_multibyte_string): New canonical empty string.
29142 (syms_of_emacs): Don't initialize empty_string.
29143
29144 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
29145 string, if appropriate.
29146 (empty_unibyte_string, empty_multibyte_string): New externs.
29147 (empty_string): Remove extern.
29148
29149 * lread.c (syms_of_lread): Use empty_unibyte_string.
29150
291512007-06-07 Jason Rumney <jasonr@gnu.org>
29152
29153 * s/ms-w32.h: Don't define HAVE_TZNAME.
29154
29155 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
29156
291572007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29158
29159 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
29160
29161 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
29162 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
29163
29164 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
29165 Don't call next handler.
29166 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
29167 Remove argument. Install handler to application.
29168 (set_frame_menubar): Don't change deep_p.
29169 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
29170 FRAME_OUTER_TO_INNER_DIFF_Y.
29171 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
29172 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
29173 [HAVE_DIALOGS]: New macros.
29174 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
29175 Use them.
29176 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
29177
29178 * macselect.c [MAC_OSX] (install_service_handler): Rename from
29179 init_service_handler. All callers changed. Return OSStatus value.
29180
29181 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
29182 All callers changed so as not to call SetPortWindowPort.
29183 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
29184 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
29185 mac_draw_string_common.
29186 (mac_draw_image_string_qd): Likewise.
29187 (mac_draw_string_common): Use them. Add INLINE.
29188 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
29189 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
29190 GetGlobalMouse.
29191 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
29192 and FRAME_OUTER_TO_INNER_DIFF_Y.
29193 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
29194 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
29195 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
29196 repositioning window to mac_handle_window_event.
29197 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
29198 saving window location to mac_handle_window_event
29199 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
29200 (install_menu_target_item_handler): Remove argument in extern.
29201 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
29202 Also accept command events.
29203 (do_keystroke): New function created from XTread_socket.
29204 (init_command_handler): Remove functions.
29205 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
29206 and save window location by kEventWindowShowing and kEventWindowHiding
29207 handlers here. Don't call next handler for window state change and
29208 focus events.
29209 (mac_handle_application_event, mac_handle_keyboard_event)
29210 [TARGET_API_MAC_CARBON]: New functions.
29211 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
29212 kEventWindowShowing and kEventWindowHiding events. Move installation
29213 of mouse, font, text input and menu target item handlers to
29214 install_application_handler.
29215 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
29216 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
29217 New function.
29218 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
29219 Register it.
29220 (XTread_socket) [TARGET_API_MAC_CARBON]:
29221 Consolidate SendEventToEventTarget calls.
29222 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
29223 Move application activation handler to mac_handle_application_event.
29224 Move keyboard handler to mac_handle_keyboard_event.
29225 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
29226 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
29227 init_command_handler. Call install_application_handler.
29228
29229 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
29230 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
29231
292322007-06-07 Glenn Morris <rgm@gnu.org>
29233
29234 * emacs.c (main): Use `emacs-copyright' in --version output.
29235
292362007-06-06 Chong Yidong <cyd@stupidchicken.com>
29237
29238 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
29239
292402007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29241
29242 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
29243
29244 * macgui.h: Replace WindowPtr with WindowRef.
29245
29246 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
29247 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
29248 Replace ControlHandle with ControlRef.
29249 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
29250
29251 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
29252 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
29253 Replace ControlHandle with ControlRef.
29254 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
29255 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
29256
29257 * macterm.h (struct scroll_bar): Rename member control_handle_low
29258 and control_handle_high to control_ref_low and control_ref_high.
29259 All uses changed.
29260 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
29261 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
29262 respectively. All uses changed.
29263 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
29264 (install_window_handler, remove_window_handler): Replace WindowPtr
29265 with WindowRef in externs.
29266
292672007-06-05 Juanma Barranquero <lekktu@gmail.com>
29268
29269 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
29270
292712007-06-03 Nick Roberts <nickrob@snap.net.nz>
29272
29273 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
29274
29275 * frame.c (Fmouse_position, Fmouse_pixel_position):
29276 Condition on HAVE_GPM too.
29277
29278 * term.c (term_mouse_highlight): Remove unused variables.
29279 (Fterm_open_connection): Set gpm_zerobased to 1.
29280 (term_mouse_movement, term_mouse_click, handle_one_term_event):
29281 Use zero based co-ordinates.
29282 (handle_one_term_event): Report a drag as mouse movement too.
29283
29284 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
29285
292862007-06-03 Chong Yidong <cyd@stupidchicken.com>
29287
29288 * image.c (search_image_cache): New function. Require background
29289 color match if background color is unspecified in the image spec.
29290 (uncache_image, lookup_image): Use it.
29291
292922007-06-01 Juanma Barranquero <lekktu@gmail.com>
29293
29294 * window.c (Fshrink_window): Reflow docstring.
29295
292962007-06-02 Chong Yidong <cyd@stupidchicken.com>
29297
29298 * Version 22.1 released.
29299
293002007-06-01 Richard Stallman <rms@gnu.org>
29301
29302 * xfns.c (x_encode_text): Add GCPRO.
29303
293042007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29305
29306 * xfns.c (x_set_name_internal): Save encoded name before
29307 x_encode_text in case string data is relocated.
29308
293092007-05-31 Richard Stallman <rms@gnu.org>
29310
29311 * buffer.c (syms_of_buffer): Doc fix.
29312
293132007-05-30 Nick Roberts <nickrob@snap.net.nz>
29314
29315 * sysdep.c (init_sys_modes): Add rather than replace with
29316 O_NONBLOCK.
29317
29318 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
29319 term_mouse_moveto.
29320
29321 * termhooks.h (term_mouse_moveto): New extern.
29322
29323 * term.c (mouse_face_window): Rename...
29324 (Qmouse_face_window): ...to this.
29325 (term_show_mouse_face, term_clear_mouse_face)
29326 (term_mouse_highlight): Use Qmouse_face_window.
29327 (term_mouse_moveto): New function.
29328 (term_mouse_position): Make it work.
29329 (syms_of_term): Uncomment assignment to mouse_position_hook.
29330 Staticpro Qmouse_face_window.
29331
293322007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29333
29334 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
29335 around current_column call.
29336
293372007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
29338
29339 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
29340 * xdisp.c (next_element_from_buffer):
29341 * window.c (delete_window):
29342 * term.c (term_mouse_highlight):
29343 * msdos.c (getdefdir):
29344 * macterm.c (mac_create_bitmap_from_bitmap_data)
29345 (init_font_name_table):
29346 * fns.c (Fsxhash):
29347 * data.c (Fmake_local_variable):
29348 * ccl.c (ccl_driver): Likewise.
29349
293502007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29351
29352 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
29353 Call mac_wakeup_from_rne on window size change.
29354
293552007-05-25 Chong Yidong <cyd@stupidchicken.com>
29356
29357 * image.c (uncache_image): Fix typo.
29358
293592007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
29360
29361 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
29362
293632007-05-22 Richard Stallman <rms@gnu.org>
29364
29365 * xterm.c (x_connection_closed): Remove NO_RETURN.
29366
293672007-05-22 Martin Rudalics <rudalics@gmx.at>
29368
29369 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
29370
293712007-05-21 Chong Yidong <cyd@stupidchicken.com>
29372
29373 * image.c (uncache_image): New function.
29374 (Fimage_refresh): New function.
29375
293762007-05-20 Jan Djärv <jan.h.d@swipnet.se>
29377
29378 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
29379
293802007-05-20 Nick Roberts <nickrob@snap.net.nz>
29381
29382 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
29383 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
29384
293852007-05-20 Nick Roberts <nickrob@snap.net.nz>
29386
29387 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
29388 conditional on [HAVE_GPM_H].
29389
293902007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
29391
29392 * syntax.c (skip_chars): Update syntax-table only after we checked that
29393 the new location is valid.
29394
293952007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29396
29397 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
29398 mac_get_window_bounds.
29399
294002007-05-20 Nick Roberts <nickrob@snap.net.nz>
29401
29402 * Makefile.in (LIBGPM): Allow it to be set from configure.
29403 If set then link Emacs with it.
29404
29405 * config.in: Regenerate.
29406
29407 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
29408 New externs.
29409
29410 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
29411 Include gpm.h.
29412 (handle_one_term_event, term_gpm): New externs.
29413
29414 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
29415 and allow it to be interrupted by SIGIO.
29416
29417 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
29418 (wait_reading_process_output): Wait on gpm_fd too.
29419 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
29420 (add_gpm_wait_descriptor_called_flag): New variable.
29421 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
29422
29423 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
29424 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
29425 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
29426 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
29427 (make_lispy_event): Add case GPM_CLICK_EVENT.
29428 (read_avail_input): Handle mouse input.
29429
29430 * term.c (write_glyphs_with_face): New function.
29431 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
29432 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
29433 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
29434 (mouse_face_face_id, term_gpm, pos_x, pos_y)
29435 (last_mouse_x, last_mouse_y): New variables.
29436 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
29437 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
29438 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
29439 (Fterm_close_connection): New functions.
29440 (term_init): Initialise mouse_face_window.
29441
294422007-05-19 Chong Yidong <cyd@stupidchicken.com>
29443
29444 * xdisp.c (redisplay_window): If first window line is a
29445 continuation line, recompute the new window start instead of
29446 recentering.
29447
294482007-05-18 Glenn Morris <rgm@gnu.org>
29449
29450 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
29451 Suggested by Alfred M. Szmidt <ams@gnu.org>.
29452
294532007-05-17 Glenn Morris <rgm@gnu.org>
29454
29455 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
29456
294572007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29458
29459 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
29460 dead key repeat and up events.
29461
294622007-05-14 Chong Yidong <cyd@stupidchicken.com>
29463
29464 * image.c (pbm_load): Check image size for monochrome pbm.
29465
294662007-05-13 Chong Yidong <cyd@stupidchicken.com>
29467
29468 * xterm.c (XTread_socket): Revert last change.
29469
294702007-05-12 Chong Yidong <cyd@stupidchicken.com>
29471
29472 * image.c (pbm_load): Correctly check image size for greyscale pbm.
29473
29474 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
29475
294762007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
29477
29478 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
29479 mixup (YAILOM).
29480
294812007-05-07 Andreas Schwab <schwab@suse.de>
29482
29483 * keymap.c (Flookup_key): Fix typo in last change.
29484
294852007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
29486
29487 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
29488 mapping for unibyte strings.
29489
294902007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29491
29492 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
29493 (Fx_popup_dialog) [MAC_OSX]: Likewise.
29494
294952007-04-29 Richard Stallman <rms@gnu.org>
29496
29497 * insdel.c (replace_range): For undo, record insertion first.
29498
294992007-04-29 Andreas Schwab <schwab@suse.de>
29500
29501 * lisp.h (VECSIZE): Use OFFSETOF.
29502
295032007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29504
29505 * xdisp.c (try_window_reusing_current_matrix): Fix number of
29506 disabled lines.
29507
295082007-04-28 Richard Stallman <rms@gnu.org>
29509
29510 * lread.c (read_escape): In a string, \s is always space.
29511
295122007-04-27 Jan Djärv <jan.h.d@swipnet.se>
29513
29514 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
29515
29516 * gtkutil.c (xg_update_menubar, create_menus): Create empty
29517 submenu for menu bar items.
29518
29519See ChangeLog.10 for earlier changes.
29520
29521;; Local Variables:
29522;; coding: utf-8
aac0c6e3
MR
29523;; End:
29524
e9bffc61
GM
29525 Copyright (C) 2007, 2008, 2009, 2010, 2011
29526 Free Software Foundation, Inc.
aac0c6e3
MR
29527
29528 This file is part of GNU Emacs.
29529
29530 GNU Emacs is free software: you can redistribute it and/or modify
29531 it under the terms of the GNU General Public License as published by
29532 the Free Software Foundation, either version 3 of the License, or
29533 (at your option) any later version.
29534
29535 GNU Emacs is distributed in the hope that it will be useful,
29536 but WITHOUT ANY WARRANTY; without even the implied warranty of
29537 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29538 GNU General Public License for more details.
29539
29540 You should have received a copy of the GNU General Public License
29541 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.